Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Jun 21, 2023
1 parent 36a039d commit 5d9c6ed
Show file tree
Hide file tree
Showing 37 changed files with 1,910 additions and 1,405 deletions.
37 changes: 37 additions & 0 deletions .changes/3.273.5
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "api-change",
"category": "EMR",
"description": "This release introduces a new Amazon EMR EPI called ListSupportedInstanceTypes that returns a list of all instance types supported by a given EMR release."
},
{
"type": "enhancement",
"category": "DynamoDB",
"description": "Documentation updates for DynamoDB"
},
{
"type": "api-change",
"category": "Transfer",
"description": "This release adds a new parameter StructuredLogDestinations to CreateServer, UpdateServer APIs."
},
{
"type": "api-change",
"category": "Inspector2",
"description": "This release adds support for Software Bill of Materials (SBOM) export and the general availability of code scanning for AWS Lambda functions."
},
{
"type": "api-change",
"category": "MediaConvert",
"description": "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."
},
{
"type": "api-change",
"category": "SageMaker",
"description": "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."
},
{
"type": "api-change",
"category": "MQ",
"description": "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."
}
]
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## next release

* `Aws\DynamoDB` - Documentation updates for DynamoDB
* `Aws\EMR` - This release introduces a new Amazon EMR EPI called ListSupportedInstanceTypes that returns a list of all instance types supported by a given EMR release.
* `Aws\Inspector2` - This release adds support for Software Bill of Materials (SBOM) export and the general availability of code scanning for AWS Lambda functions.
* `Aws\MQ` - 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.
* `Aws\MediaConvert` - 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.
* `Aws\SageMaker` - 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.
* `Aws\Transfer` - This release adds a new parameter StructuredLogDestinations to CreateServer, UpdateServer APIs.

## 3.273.4 - 2023-06-20

* `Aws\Appflow` - This release adds new API to reset connector metadata cache
Expand Down
2 changes: 2 additions & 0 deletions src/Emr/EmrClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@
* @method \GuzzleHttp\Promise\Promise listStudioSessionMappingsAsync(array $args = [])
* @method \Aws\Result listStudios(array $args = [])
* @method \GuzzleHttp\Promise\Promise listStudiosAsync(array $args = [])
* @method \Aws\Result listSupportedInstanceTypes(array $args = [])
* @method \GuzzleHttp\Promise\Promise listSupportedInstanceTypesAsync(array $args = [])
* @method \Aws\Result modifyCluster(array $args = [])
* @method \GuzzleHttp\Promise\Promise modifyClusterAsync(array $args = [])
* @method \Aws\Result modifyInstanceFleet(array $args = [])
Expand Down
14 changes: 14 additions & 0 deletions src/Inspector2/Inspector2Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
* @method \GuzzleHttp\Promise\Promise associateMemberAsync(array $args = [])
* @method \Aws\Result batchGetAccountStatus(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchGetAccountStatusAsync(array $args = [])
* @method \Aws\Result batchGetCodeSnippet(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchGetCodeSnippetAsync(array $args = [])
* @method \Aws\Result batchGetFreeTrialInfo(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchGetFreeTrialInfoAsync(array $args = [])
* @method \Aws\Result batchGetMemberEc2DeepInspectionStatus(array $args = [])
Expand All @@ -17,10 +19,14 @@
* @method \GuzzleHttp\Promise\Promise batchUpdateMemberEc2DeepInspectionStatusAsync(array $args = [])
* @method \Aws\Result cancelFindingsReport(array $args = [])
* @method \GuzzleHttp\Promise\Promise cancelFindingsReportAsync(array $args = [])
* @method \Aws\Result cancelSbomExport(array $args = [])
* @method \GuzzleHttp\Promise\Promise cancelSbomExportAsync(array $args = [])
* @method \Aws\Result createFilter(array $args = [])
* @method \GuzzleHttp\Promise\Promise createFilterAsync(array $args = [])
* @method \Aws\Result createFindingsReport(array $args = [])
* @method \GuzzleHttp\Promise\Promise createFindingsReportAsync(array $args = [])
* @method \Aws\Result createSbomExport(array $args = [])
* @method \GuzzleHttp\Promise\Promise createSbomExportAsync(array $args = [])
* @method \Aws\Result deleteFilter(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteFilterAsync(array $args = [])
* @method \Aws\Result describeOrganizationConfiguration(array $args = [])
Expand All @@ -41,10 +47,14 @@
* @method \GuzzleHttp\Promise\Promise getDelegatedAdminAccountAsync(array $args = [])
* @method \Aws\Result getEc2DeepInspectionConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise getEc2DeepInspectionConfigurationAsync(array $args = [])
* @method \Aws\Result getEncryptionKey(array $args = [])
* @method \GuzzleHttp\Promise\Promise getEncryptionKeyAsync(array $args = [])
* @method \Aws\Result getFindingsReportStatus(array $args = [])
* @method \GuzzleHttp\Promise\Promise getFindingsReportStatusAsync(array $args = [])
* @method \Aws\Result getMember(array $args = [])
* @method \GuzzleHttp\Promise\Promise getMemberAsync(array $args = [])
* @method \Aws\Result getSbomExport(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSbomExportAsync(array $args = [])
* @method \Aws\Result listAccountPermissions(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAccountPermissionsAsync(array $args = [])
* @method \Aws\Result listCoverage(array $args = [])
Expand All @@ -65,6 +75,8 @@
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result listUsageTotals(array $args = [])
* @method \GuzzleHttp\Promise\Promise listUsageTotalsAsync(array $args = [])
* @method \Aws\Result resetEncryptionKey(array $args = [])
* @method \GuzzleHttp\Promise\Promise resetEncryptionKeyAsync(array $args = [])
* @method \Aws\Result searchVulnerabilities(array $args = [])
* @method \GuzzleHttp\Promise\Promise searchVulnerabilitiesAsync(array $args = [])
* @method \Aws\Result tagResource(array $args = [])
Expand All @@ -75,6 +87,8 @@
* @method \GuzzleHttp\Promise\Promise updateConfigurationAsync(array $args = [])
* @method \Aws\Result updateEc2DeepInspectionConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateEc2DeepInspectionConfigurationAsync(array $args = [])
* @method \Aws\Result updateEncryptionKey(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateEncryptionKeyAsync(array $args = [])
* @method \Aws\Result updateFilter(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateFilterAsync(array $args = [])
* @method \Aws\Result updateOrgEc2DeepInspectionConfiguration(array $args = [])
Expand Down
2 changes: 2 additions & 0 deletions src/MQ/MQClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
* @method \GuzzleHttp\Promise\Promise listTagsAsync(array $args = [])
* @method \Aws\Result listUsers(array $args = [])
* @method \GuzzleHttp\Promise\Promise listUsersAsync(array $args = [])
* @method \Aws\Result promote(array $args = [])
* @method \GuzzleHttp\Promise\Promise promoteAsync(array $args = [])
* @method \Aws\Result rebootBroker(array $args = [])
* @method \GuzzleHttp\Promise\Promise rebootBrokerAsync(array $args = [])
* @method \Aws\Result updateBroker(array $args = [])
Expand Down
2 changes: 1 addition & 1 deletion src/data/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
2 changes: 1 addition & 1 deletion src/data/dynamodb/2012-08-10/docs-2.json.php

Large diffs are not rendered by default.

49 changes: 49 additions & 0 deletions src/data/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
2 changes: 1 addition & 1 deletion src/data/elasticmapreduce/2009-03-31/api-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit 5d9c6ed

Please sign in to comment.