Skip to content

Commit

Permalink
Release v1.45.11 (2023-09-15) (#4990)
Browse files Browse the repository at this point in the history
Release v1.45.11 (2023-09-15)
===

### Service Client Updates
* `service/appstream`: Updates service API, documentation, and waiters
  * This release introduces app block builder, allowing customers to provision a resource to package applications into an app block
* `service/connect`: Updates service API
* `service/datasync`: Updates service documentation
* `service/sagemaker`: Updates service API and documentation
  * This release introduces Skip Model Validation for Model Packages
  • Loading branch information
aws-sdk-go-automation committed Sep 15, 2023
1 parent f0c05a2 commit 0a9b8ed
Show file tree
Hide file tree
Showing 16 changed files with 245 additions and 264 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Release v1.45.11 (2023-09-15)
===

### Service Client Updates
* `service/appstream`: Updates service API, documentation, and waiters
* This release introduces app block builder, allowing customers to provision a resource to package applications into an app block
* `service/connect`: Updates service API
* `service/datasync`: Updates service documentation
* `service/sagemaker`: Updates service API and documentation
* This release introduces Skip Model Validation for Model Packages

Release v1.45.10 (2023-09-14)
===

Expand Down
12 changes: 12 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.45.10"
const SDKVersion = "1.45.11"
34 changes: 12 additions & 22 deletions models/apis/appstream/2016-12-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1487,9 +1487,9 @@
},
"ComputeCapacity":{
"type":"structure",
"required":["DesiredInstances"],
"members":{
"DesiredInstances":{"shape":"Integer"},
"DesiredSessions":{"shape":"Integer"}
"DesiredInstances":{"shape":"Integer"}
}
},
"ComputeCapacityStatus":{
Expand All @@ -1499,11 +1499,7 @@
"Desired":{"shape":"Integer"},
"Running":{"shape":"Integer"},
"InUse":{"shape":"Integer"},
"Available":{"shape":"Integer"},
"DesiredUserSessions":{"shape":"Integer"},
"AvailableUserSessions":{"shape":"Integer"},
"ActiveUserSessions":{"shape":"Integer"},
"ActualUserSessions":{"shape":"Integer"}
"Available":{"shape":"Integer"}
}
},
"ConcurrentModificationException":{
Expand Down Expand Up @@ -1696,8 +1692,7 @@
"Platform":{"shape":"PlatformType"},
"MaxConcurrentSessions":{"shape":"Integer"},
"UsbDeviceFilterStrings":{"shape":"UsbDeviceFilterStrings"},
"SessionScriptS3Location":{"shape":"S3Location"},
"MaxSessionsPerInstance":{"shape":"Integer"}
"SessionScriptS3Location":{"shape":"S3Location"}
}
},
"CreateFleetResult":{
Expand Down Expand Up @@ -2191,13 +2186,12 @@
"FleetName"
],
"members":{
"StackName":{"shape":"Name"},
"FleetName":{"shape":"Name"},
"StackName":{"shape":"String"},
"FleetName":{"shape":"String"},
"UserId":{"shape":"UserId"},
"NextToken":{"shape":"String"},
"Limit":{"shape":"Integer"},
"AuthenticationType":{"shape":"AuthenticationType"},
"InstanceId":{"shape":"String"}
"AuthenticationType":{"shape":"AuthenticationType"}
}
},
"DescribeSessionsResult":{
Expand Down Expand Up @@ -2546,8 +2540,7 @@
"Platform":{"shape":"PlatformType"},
"MaxConcurrentSessions":{"shape":"Integer"},
"UsbDeviceFilterStrings":{"shape":"UsbDeviceFilterStrings"},
"SessionScriptS3Location":{"shape":"S3Location"},
"MaxSessionsPerInstance":{"shape":"Integer"}
"SessionScriptS3Location":{"shape":"S3Location"}
}
},
"FleetAttribute":{
Expand All @@ -2558,8 +2551,7 @@
"DOMAIN_JOIN_INFO",
"IAM_ROLE_ARN",
"USB_DEVICE_FILTER_STRINGS",
"SESSION_SCRIPT_S3_LOCATION",
"MAX_SESSIONS_PER_INSTANCE"
"SESSION_SCRIPT_S3_LOCATION"
]
},
"FleetAttributes":{
Expand Down Expand Up @@ -3071,8 +3063,7 @@
"StartTime":{"shape":"Timestamp"},
"MaxExpirationTime":{"shape":"Timestamp"},
"AuthenticationType":{"shape":"AuthenticationType"},
"NetworkAccessConfiguration":{"shape":"NetworkAccessConfiguration"},
"InstanceId":{"shape":"String"}
"NetworkAccessConfiguration":{"shape":"NetworkAccessConfiguration"}
}
},
"SessionConnectionState":{
Expand Down Expand Up @@ -3447,7 +3438,7 @@
"members":{
"ImageName":{"shape":"String"},
"ImageArn":{"shape":"Arn"},
"Name":{"shape":"Name"},
"Name":{"shape":"String"},
"InstanceType":{"shape":"String"},
"ComputeCapacity":{"shape":"ComputeCapacity"},
"VpcConfig":{"shape":"VpcConfig"},
Expand All @@ -3468,8 +3459,7 @@
"Platform":{"shape":"PlatformType"},
"MaxConcurrentSessions":{"shape":"Integer"},
"UsbDeviceFilterStrings":{"shape":"UsbDeviceFilterStrings"},
"SessionScriptS3Location":{"shape":"S3Location"},
"MaxSessionsPerInstance":{"shape":"Integer"}
"SessionScriptS3Location":{"shape":"S3Location"}
}
},
"UpdateFleetResult":{
Expand Down

0 comments on commit 0a9b8ed

Please sign in to comment.