Skip to content

Commit

Permalink
Release v1.44.287 (2023-06-21) (#4891)
Browse files Browse the repository at this point in the history
Release v1.44.287 (2023-06-21)
===

### Service Client Updates
* `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples
  * Documentation updates for DynamoDB
* `service/elasticmapreduce`: Updates service API, documentation, and paginators
  * This release introduces a new Amazon EMR EPI called ListSupportedInstanceTypes that returns a list of all instance types supported by a given EMR release.
* `service/inspector2`: Updates service API and documentation
* `service/mediaconvert`: Updates service API and documentation
  * This release introduces the bandwidth reduction filter for the HEVC encoder, increases the limits of outputs per job, and updates support for the Nagra SDK to version 1.14.7.
* `service/mq`: Updates service API and documentation
  * The Cross Region Disaster Recovery feature allows to replicate a brokers state from one region to another in order to provide customers with multi-region resiliency in the event of a regional outage.
* `service/sagemaker`: Updates service API and documentation
  * This release provides support in SageMaker for output files in training jobs to be uploaded without compression and enable customer to deploy uncompressed model from S3 to real-time inference Endpoints. In addition, ml.trn1n.32xlarge is added to supported instance type list in training job.
* `service/transfer`: Updates service API and documentation
  * This release adds a new parameter StructuredLogDestinations to CreateServer, UpdateServer APIs.
  • Loading branch information
aws-sdk-go-automation authored Jun 21, 2023
1 parent e85309c commit ac3d1b0
Show file tree
Hide file tree
Showing 28 changed files with 6,206 additions and 301 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Release v1.44.287 (2023-06-21)
===

### Service Client Updates
* `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples
* Documentation updates for DynamoDB
* `service/elasticmapreduce`: Updates service API, documentation, and paginators
* This release introduces a new Amazon EMR EPI called ListSupportedInstanceTypes that returns a list of all instance types supported by a given EMR release.
* `service/inspector2`: Updates service API and documentation
* `service/mediaconvert`: Updates service API and documentation
* This release introduces the bandwidth reduction filter for the HEVC encoder, increases the limits of outputs per job, and updates support for the Nagra SDK to version 1.14.7.
* `service/mq`: Updates service API and documentation
* The Cross Region Disaster Recovery feature allows to replicate a brokers state from one region to another in order to provide customers with multi-region resiliency in the event of a regional outage.
* `service/sagemaker`: Updates service API and documentation
* This release provides support in SageMaker for output files in training jobs to be uploaded without compression and enable customer to deploy uncompressed model from S3 to real-time inference Endpoints. In addition, ml.trn1n.32xlarge is added to supported instance type list in training job.
* `service/transfer`: Updates service API and documentation
* This release adds a new parameter StructuredLogDestinations to CreateServer, UpdateServer APIs.

Release v1.44.286 (2023-06-20)
===

Expand Down
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.44.286"
const SDKVersion = "1.44.287"
2 changes: 1 addition & 1 deletion models/apis/dynamodb/2012-08-10/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"DescribeBackup": "<p>Describes an existing backup of a table.</p> <p>You can call <code>DescribeBackup</code> at a maximum rate of 10 times per second.</p>",
"DescribeContinuousBackups": "<p>Checks the status of continuous backups and point in time recovery on the specified table. Continuous backups are <code>ENABLED</code> on all tables at table creation. If point in time recovery is enabled, <code>PointInTimeRecoveryStatus</code> will be set to ENABLED.</p> <p> After continuous backups and point in time recovery are enabled, you can restore to any point in time within <code>EarliestRestorableDateTime</code> and <code>LatestRestorableDateTime</code>. </p> <p> <code>LatestRestorableDateTime</code> is typically 5 minutes before the current time. You can restore your table to any point in time during the last 35 days. </p> <p>You can call <code>DescribeContinuousBackups</code> at a maximum rate of 10 times per second.</p>",
"DescribeContributorInsights": "<p>Returns information about contributor insights for a given table or global secondary index.</p>",
"DescribeEndpoints": "<p>Returns the regional endpoint information. This action must be included in your VPC endpoint policies, or access to the DescribeEndpoints API will be denied. For more information on policy permissions, please see <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/inter-network-traffic-privacy.html#inter-network-traffic-DescribeEndpoints\">Internetwork traffic privacy</a>.</p>",
"DescribeEndpoints": "<p>Returns the regional endpoint information. For more information on policy permissions, please see <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/inter-network-traffic-privacy.html#inter-network-traffic-DescribeEndpoints\">Internetwork traffic privacy</a>.</p>",
"DescribeExport": "<p>Describes an existing table export.</p>",
"DescribeGlobalTable": "<p>Returns information about the specified global table.</p> <important> <p>This operation only applies to <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V1.html\">Version 2017.11.29 (Legacy)</a> of global tables. We recommend using <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html\">Version 2019.11.21 (Current)</a> when creating new global tables, as it provides greater flexibility, higher efficiency and consumes less write capacity than 2017.11.29 (Legacy). To determine which version you are using, see <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html\">Determining the version</a>. To update existing global tables from version 2017.11.29 (Legacy) to version 2019.11.21 (Current), see <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/V2globaltables_upgrade.html\"> Updating global tables</a>. </p> </important>",
"DescribeGlobalTableSettings": "<p>Describes Region-specific settings for a global table.</p> <important> <p>This operation only applies to <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V1.html\">Version 2017.11.29 (Legacy)</a> of global tables. We recommend using <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html\">Version 2019.11.21 (Current)</a> when creating new global tables, as it provides greater flexibility, higher efficiency and consumes less write capacity than 2017.11.29 (Legacy). To determine which version you are using, see <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html\">Determining the version</a>. To update existing global tables from version 2017.11.29 (Legacy) to version 2019.11.21 (Current), see <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/V2globaltables_upgrade.html\"> Updating global tables</a>. </p> </important>",
Expand Down
49 changes: 49 additions & 0 deletions models/apis/elasticmapreduce/2009-03-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,19 @@
{"shape":"InvalidRequestException"}
]
},
"ListSupportedInstanceTypes":{
"name":"ListSupportedInstanceTypes",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListSupportedInstanceTypesInput"},
"output":{"shape":"ListSupportedInstanceTypesOutput"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"InvalidRequestException"}
]
},
"ModifyCluster":{
"name":"ModifyCluster",
"http":{
Expand Down Expand Up @@ -1419,6 +1432,7 @@
"LogFile":{"shape":"String"}
}
},
"Float":{"type":"float"},
"GetAutoTerminationPolicyInput":{
"type":"structure",
"required":["ClusterId"],
Expand Down Expand Up @@ -2268,6 +2282,21 @@
"Marker":{"shape":"Marker"}
}
},
"ListSupportedInstanceTypesInput":{
"type":"structure",
"required":["ReleaseLabel"],
"members":{
"ReleaseLabel":{"shape":"String"},
"Marker":{"shape":"String"}
}
},
"ListSupportedInstanceTypesOutput":{
"type":"structure",
"members":{
"SupportedInstanceTypes":{"shape":"SupportedInstanceTypesList"},
"Marker":{"shape":"String"}
}
},
"Long":{"type":"long"},
"ManagedScalingPolicy":{
"type":"structure",
Expand Down Expand Up @@ -3129,6 +3158,26 @@
"type":"list",
"member":{"shape":"String"}
},
"SupportedInstanceType":{
"type":"structure",
"members":{
"Type":{"shape":"String"},
"MemoryGB":{"shape":"Float"},
"StorageGB":{"shape":"Integer"},
"VCPU":{"shape":"Integer"},
"Is64BitsOnly":{"shape":"Boolean"},
"InstanceFamilyId":{"shape":"String"},
"EbsOptimizedAvailable":{"shape":"Boolean"},
"EbsOptimizedByDefault":{"shape":"Boolean"},
"NumberOfDisks":{"shape":"Integer"},
"EbsStorageOnly":{"shape":"Boolean"},
"Architecture":{"shape":"String"}
}
},
"SupportedInstanceTypesList":{
"type":"list",
"member":{"shape":"SupportedInstanceType"}
},
"SupportedProductConfig":{
"type":"structure",
"members":{
Expand Down
Loading

0 comments on commit ac3d1b0

Please sign in to comment.