Skip to content

Commit

Permalink
Release v1.44.45 (2022-06-29) (#4460)
Browse files Browse the repository at this point in the history
Release v1.44.45 (2022-06-29)
===

### Service Client Updates
* `service/appstream`: Updates service API and documentation
  * Includes support for StreamingExperienceSettings in CreateStack and UpdateStack APIs
* `service/elasticloadbalancingv2`: Updates service documentation
* `service/elasticmapreduce`: Updates service API and documentation
  * This release introduces additional optional parameter "Throughput" to VolumeSpecification to enable user to configure throughput for gp3 ebs volumes.
* `service/medialive`: Updates service API and documentation
  * This release adds support for automatic renewal of MediaLive reservations at the end of each reservation term. Automatic renewal is optional. This release also adds support for labelling accessibility-focused audio and caption tracks in HLS outputs.
* `service/redshift-serverless`: Adds new service
* `service/sagemaker`: Updates service API and documentation
  * This release adds: UpdateFeatureGroup, UpdateFeatureMetadata, DescribeFeatureMetadata APIs; FeatureMetadata type in Search API; LastModifiedTime, LastUpdateStatus, OnlineStoreTotalSizeBytes in DescribeFeatureGroup API.
* `service/translate`: Updates service API, documentation, and paginators
  • Loading branch information
aws-sdk-go-automation committed Jun 29, 2022
1 parent 4f0bc23 commit c500785
Show file tree
Hide file tree
Showing 34 changed files with 15,354 additions and 180 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,19 @@
Release v1.44.45 (2022-06-29)
===

### Service Client Updates
* `service/appstream`: Updates service API and documentation
* Includes support for StreamingExperienceSettings in CreateStack and UpdateStack APIs
* `service/elasticloadbalancingv2`: Updates service documentation
* `service/elasticmapreduce`: Updates service API and documentation
* This release introduces additional optional parameter "Throughput" to VolumeSpecification to enable user to configure throughput for gp3 ebs volumes.
* `service/medialive`: Updates service API and documentation
* This release adds support for automatic renewal of MediaLive reservations at the end of each reservation term. Automatic renewal is optional. This release also adds support for labelling accessibility-focused audio and caption tracks in HLS outputs.
* `service/redshift-serverless`: Adds new service
* `service/sagemaker`: Updates service API and documentation
* This release adds: UpdateFeatureGroup, UpdateFeatureMetadata, DescribeFeatureMetadata APIs; FeatureMetadata type in Search API; LastModifiedTime, LastUpdateStatus, OnlineStoreTotalSizeBytes in DescribeFeatureGroup API.
* `service/translate`: Updates service API, documentation, and paginators

Release v1.44.44 (2022-06-28)
===

Expand Down
102 changes: 102 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
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.44"
const SDKVersion = "1.44.45"
25 changes: 21 additions & 4 deletions models/apis/appstream/2016-12-01/api-2.json
Expand Up @@ -1428,7 +1428,8 @@
"ApplicationSettings":{"shape":"ApplicationSettings"},
"Tags":{"shape":"Tags"},
"AccessEndpoints":{"shape":"AccessEndpointList"},
"EmbedHostDomains":{"shape":"EmbedHostDomains"}
"EmbedHostDomains":{"shape":"EmbedHostDomains"},
"StreamingExperienceSettings":{"shape":"StreamingExperienceSettings"}
}
},
"CreateStackResult":{
Expand Down Expand Up @@ -2518,6 +2519,13 @@
"member":{"shape":"PlatformType"},
"max":4
},
"PreferredProtocol":{
"type":"string",
"enum":[
"TCP",
"UDP"
]
},
"RedirectURL":{
"type":"string",
"max":1000
Expand Down Expand Up @@ -2707,7 +2715,8 @@
"UserSettings":{"shape":"UserSettingList"},
"ApplicationSettings":{"shape":"ApplicationSettingsResponse"},
"AccessEndpoints":{"shape":"AccessEndpointList"},
"EmbedHostDomains":{"shape":"EmbedHostDomains"}
"EmbedHostDomains":{"shape":"EmbedHostDomains"},
"StreamingExperienceSettings":{"shape":"StreamingExperienceSettings"}
}
},
"StackAttribute":{
Expand All @@ -2723,7 +2732,8 @@
"USER_SETTINGS",
"EMBED_HOST_DOMAINS",
"IAM_ROLE_ARN",
"ACCESS_ENDPOINTS"
"ACCESS_ENDPOINTS",
"STREAMING_EXPERIENCE_SETTINGS"
]
},
"StackAttributes":{
Expand Down Expand Up @@ -2831,6 +2841,12 @@
"DESKTOP"
]
},
"StreamingExperienceSettings":{
"type":"structure",
"members":{
"PreferredProtocol":{"shape":"PreferredProtocol"}
}
},
"StreamingUrlUserId":{
"type":"string",
"max":32,
Expand Down Expand Up @@ -3034,7 +3050,8 @@
"UserSettings":{"shape":"UserSettingList"},
"ApplicationSettings":{"shape":"ApplicationSettings"},
"AccessEndpoints":{"shape":"AccessEndpointList"},
"EmbedHostDomains":{"shape":"EmbedHostDomains"}
"EmbedHostDomains":{"shape":"EmbedHostDomains"},
"StreamingExperienceSettings":{"shape":"StreamingExperienceSettings"}
}
},
"UpdateStackResult":{
Expand Down
16 changes: 15 additions & 1 deletion models/apis/appstream/2016-12-01/docs-2.json
Expand Up @@ -64,7 +64,7 @@
"UpdateApplication": "<p>Updates the specified application.</p>",
"UpdateDirectoryConfig": "<p>Updates the specified Directory Config object in AppStream 2.0. This object includes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.</p>",
"UpdateEntitlement": "<p>Updates the specified entitlement.</p>",
"UpdateFleet": "<p>Updates the specified fleet.</p> <p>If the fleet is in the <code>STOPPED</code> state, you can update any attribute except the fleet name.</p> <p>If the fleet is in the <code>RUNNING</code> state, you can update the following based on the fleet type:</p> <ul> <li> <p>Always-On and On-Demand fleet types</p> <p>You can update the <code>DisplayName</code>, <code>ComputeCapacity</code>, <code>ImageARN</code>, <code>ImageName</code>, <code>IdleDisconnectTimeoutInSeconds</code>, and <code>DisconnectTimeoutInSeconds</code> attributes.</p> </li> <li> <p>Elastic fleet type</p> <p>You can update the <code>DisplayName</code>, <code>IdleDisconnectTimeoutInSeconds</code>, <code>DisconnectTimeoutInSeconds</code>, <code>MaxConcurrentSessions</code>, and <code>UsbDeviceFilterStrings</code> attributes.</p> </li> </ul> <p>If the fleet is in the <code>STARTING</code> or <code>STOPPED</code> state, you can't update it.</p>",
"UpdateFleet": "<p>Updates the specified fleet.</p> <p>If the fleet is in the <code>STOPPED</code> state, you can update any attribute except the fleet name.</p> <p>If the fleet is in the <code>RUNNING</code> state, you can update the following based on the fleet type:</p> <ul> <li> <p>Always-On and On-Demand fleet types</p> <p>You can update the <code>DisplayName</code>, <code>ComputeCapacity</code>, <code>ImageARN</code>, <code>ImageName</code>, <code>IdleDisconnectTimeoutInSeconds</code>, and <code>DisconnectTimeoutInSeconds</code> attributes.</p> </li> <li> <p>Elastic fleet type</p> <p>You can update the <code>DisplayName</code>, <code>IdleDisconnectTimeoutInSeconds</code>, <code>DisconnectTimeoutInSeconds</code>, <code>MaxConcurrentSessions</code>, <code>SessionScriptS3Location</code> and <code>UsbDeviceFilterStrings</code> attributes.</p> </li> </ul> <p>If the fleet is in the <code>STARTING</code> or <code>STOPPED</code> state, you can't update it.</p>",
"UpdateImagePermissions": "<p>Adds or updates permissions for the specified private image. </p>",
"UpdateStack": "<p>Updates the specified fields for the specified stack.</p>"
},
Expand Down Expand Up @@ -1343,6 +1343,12 @@
"CreateApplicationRequest$Platforms": "<p>The platforms the application supports. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets.</p>"
}
},
"PreferredProtocol": {
"base": null,
"refs": {
"StreamingExperienceSettings$PreferredProtocol": "<p>The preferred protocol that you want to use while streaming your application.</p>"
}
},
"RedirectURL": {
"base": null,
"refs": {
Expand Down Expand Up @@ -1603,6 +1609,14 @@
"UpdateFleetRequest$StreamView": "<p>The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When <code>APP</code> is specified, only the windows of applications opened by users display. When <code>DESKTOP</code> is specified, the standard desktop that is provided by the operating system displays.</p> <p>The default value is <code>APP</code>.</p>"
}
},
"StreamingExperienceSettings": {
"base": "<p>The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.</p>",
"refs": {
"CreateStackRequest$StreamingExperienceSettings": "<p>The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.</p>",
"Stack$StreamingExperienceSettings": "<p>The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.</p>",
"UpdateStackRequest$StreamingExperienceSettings": "<p>The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.</p>"
}
},
"StreamingUrlUserId": {
"base": null,
"refs": {
Expand Down

0 comments on commit c500785

Please sign in to comment.