Skip to content

Commit 5d9c6ed

Browse files
Update models for release
1 parent 36a039d commit 5d9c6ed

37 files changed

+1910
-1405
lines changed

.changes/3.273.5

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "EMR",
5+
"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."
6+
},
7+
{
8+
"type": "enhancement",
9+
"category": "DynamoDB",
10+
"description": "Documentation updates for DynamoDB"
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "Transfer",
15+
"description": "This release adds a new parameter StructuredLogDestinations to CreateServer, UpdateServer APIs."
16+
},
17+
{
18+
"type": "api-change",
19+
"category": "Inspector2",
20+
"description": "This release adds support for Software Bill of Materials (SBOM) export and the general availability of code scanning for AWS Lambda functions."
21+
},
22+
{
23+
"type": "api-change",
24+
"category": "MediaConvert",
25+
"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."
26+
},
27+
{
28+
"type": "api-change",
29+
"category": "SageMaker",
30+
"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."
31+
},
32+
{
33+
"type": "api-change",
34+
"category": "MQ",
35+
"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."
36+
}
37+
]

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# CHANGELOG
22

3+
## next release
4+
5+
* `Aws\DynamoDB` - Documentation updates for DynamoDB
6+
* `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.
7+
* `Aws\Inspector2` - This release adds support for Software Bill of Materials (SBOM) export and the general availability of code scanning for AWS Lambda functions.
8+
* `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.
9+
* `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.
10+
* `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.
11+
* `Aws\Transfer` - This release adds a new parameter StructuredLogDestinations to CreateServer, UpdateServer APIs.
12+
313
## 3.273.4 - 2023-06-20
414

515
* `Aws\Appflow` - This release adds new API to reset connector metadata cache

src/Emr/EmrClient.php

+2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@
7474
* @method \GuzzleHttp\Promise\Promise listStudioSessionMappingsAsync(array $args = [])
7575
* @method \Aws\Result listStudios(array $args = [])
7676
* @method \GuzzleHttp\Promise\Promise listStudiosAsync(array $args = [])
77+
* @method \Aws\Result listSupportedInstanceTypes(array $args = [])
78+
* @method \GuzzleHttp\Promise\Promise listSupportedInstanceTypesAsync(array $args = [])
7779
* @method \Aws\Result modifyCluster(array $args = [])
7880
* @method \GuzzleHttp\Promise\Promise modifyClusterAsync(array $args = [])
7981
* @method \Aws\Result modifyInstanceFleet(array $args = [])

src/Inspector2/Inspector2Client.php

+14
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
* @method \GuzzleHttp\Promise\Promise associateMemberAsync(array $args = [])
1010
* @method \Aws\Result batchGetAccountStatus(array $args = [])
1111
* @method \GuzzleHttp\Promise\Promise batchGetAccountStatusAsync(array $args = [])
12+
* @method \Aws\Result batchGetCodeSnippet(array $args = [])
13+
* @method \GuzzleHttp\Promise\Promise batchGetCodeSnippetAsync(array $args = [])
1214
* @method \Aws\Result batchGetFreeTrialInfo(array $args = [])
1315
* @method \GuzzleHttp\Promise\Promise batchGetFreeTrialInfoAsync(array $args = [])
1416
* @method \Aws\Result batchGetMemberEc2DeepInspectionStatus(array $args = [])
@@ -17,10 +19,14 @@
1719
* @method \GuzzleHttp\Promise\Promise batchUpdateMemberEc2DeepInspectionStatusAsync(array $args = [])
1820
* @method \Aws\Result cancelFindingsReport(array $args = [])
1921
* @method \GuzzleHttp\Promise\Promise cancelFindingsReportAsync(array $args = [])
22+
* @method \Aws\Result cancelSbomExport(array $args = [])
23+
* @method \GuzzleHttp\Promise\Promise cancelSbomExportAsync(array $args = [])
2024
* @method \Aws\Result createFilter(array $args = [])
2125
* @method \GuzzleHttp\Promise\Promise createFilterAsync(array $args = [])
2226
* @method \Aws\Result createFindingsReport(array $args = [])
2327
* @method \GuzzleHttp\Promise\Promise createFindingsReportAsync(array $args = [])
28+
* @method \Aws\Result createSbomExport(array $args = [])
29+
* @method \GuzzleHttp\Promise\Promise createSbomExportAsync(array $args = [])
2430
* @method \Aws\Result deleteFilter(array $args = [])
2531
* @method \GuzzleHttp\Promise\Promise deleteFilterAsync(array $args = [])
2632
* @method \Aws\Result describeOrganizationConfiguration(array $args = [])
@@ -41,10 +47,14 @@
4147
* @method \GuzzleHttp\Promise\Promise getDelegatedAdminAccountAsync(array $args = [])
4248
* @method \Aws\Result getEc2DeepInspectionConfiguration(array $args = [])
4349
* @method \GuzzleHttp\Promise\Promise getEc2DeepInspectionConfigurationAsync(array $args = [])
50+
* @method \Aws\Result getEncryptionKey(array $args = [])
51+
* @method \GuzzleHttp\Promise\Promise getEncryptionKeyAsync(array $args = [])
4452
* @method \Aws\Result getFindingsReportStatus(array $args = [])
4553
* @method \GuzzleHttp\Promise\Promise getFindingsReportStatusAsync(array $args = [])
4654
* @method \Aws\Result getMember(array $args = [])
4755
* @method \GuzzleHttp\Promise\Promise getMemberAsync(array $args = [])
56+
* @method \Aws\Result getSbomExport(array $args = [])
57+
* @method \GuzzleHttp\Promise\Promise getSbomExportAsync(array $args = [])
4858
* @method \Aws\Result listAccountPermissions(array $args = [])
4959
* @method \GuzzleHttp\Promise\Promise listAccountPermissionsAsync(array $args = [])
5060
* @method \Aws\Result listCoverage(array $args = [])
@@ -65,6 +75,8 @@
6575
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
6676
* @method \Aws\Result listUsageTotals(array $args = [])
6777
* @method \GuzzleHttp\Promise\Promise listUsageTotalsAsync(array $args = [])
78+
* @method \Aws\Result resetEncryptionKey(array $args = [])
79+
* @method \GuzzleHttp\Promise\Promise resetEncryptionKeyAsync(array $args = [])
6880
* @method \Aws\Result searchVulnerabilities(array $args = [])
6981
* @method \GuzzleHttp\Promise\Promise searchVulnerabilitiesAsync(array $args = [])
7082
* @method \Aws\Result tagResource(array $args = [])
@@ -75,6 +87,8 @@
7587
* @method \GuzzleHttp\Promise\Promise updateConfigurationAsync(array $args = [])
7688
* @method \Aws\Result updateEc2DeepInspectionConfiguration(array $args = [])
7789
* @method \GuzzleHttp\Promise\Promise updateEc2DeepInspectionConfigurationAsync(array $args = [])
90+
* @method \Aws\Result updateEncryptionKey(array $args = [])
91+
* @method \GuzzleHttp\Promise\Promise updateEncryptionKeyAsync(array $args = [])
7892
* @method \Aws\Result updateFilter(array $args = [])
7993
* @method \GuzzleHttp\Promise\Promise updateFilterAsync(array $args = [])
8094
* @method \Aws\Result updateOrgEc2DeepInspectionConfiguration(array $args = [])

src/MQ/MQClient.php

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
* @method \GuzzleHttp\Promise\Promise listTagsAsync(array $args = [])
4242
* @method \Aws\Result listUsers(array $args = [])
4343
* @method \GuzzleHttp\Promise\Promise listUsersAsync(array $args = [])
44+
* @method \Aws\Result promote(array $args = [])
45+
* @method \GuzzleHttp\Promise\Promise promoteAsync(array $args = [])
4446
* @method \Aws\Result rebootBroker(array $args = [])
4547
* @method \GuzzleHttp\Promise\Promise rebootBrokerAsync(array $args = [])
4648
* @method \Aws\Result updateBroker(array $args = [])

src/data/dynamodb/2012-08-10/docs-2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"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>",
1515
"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>",
1616
"DescribeContributorInsights": "<p>Returns information about contributor insights for a given table or global secondary index.</p>",
17-
"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>",
17+
"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>",
1818
"DescribeExport": "<p>Describes an existing table export.</p>",
1919
"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>",
2020
"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>",

src/data/dynamodb/2012-08-10/docs-2.json.php

+1-1
Large diffs are not rendered by default.

src/data/elasticmapreduce/2009-03-31/api-2.json

+49
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,19 @@
442442
{"shape":"InvalidRequestException"}
443443
]
444444
},
445+
"ListSupportedInstanceTypes":{
446+
"name":"ListSupportedInstanceTypes",
447+
"http":{
448+
"method":"POST",
449+
"requestUri":"/"
450+
},
451+
"input":{"shape":"ListSupportedInstanceTypesInput"},
452+
"output":{"shape":"ListSupportedInstanceTypesOutput"},
453+
"errors":[
454+
{"shape":"InternalServerException"},
455+
{"shape":"InvalidRequestException"}
456+
]
457+
},
445458
"ModifyCluster":{
446459
"name":"ModifyCluster",
447460
"http":{
@@ -1419,6 +1432,7 @@
14191432
"LogFile":{"shape":"String"}
14201433
}
14211434
},
1435+
"Float":{"type":"float"},
14221436
"GetAutoTerminationPolicyInput":{
14231437
"type":"structure",
14241438
"required":["ClusterId"],
@@ -2268,6 +2282,21 @@
22682282
"Marker":{"shape":"Marker"}
22692283
}
22702284
},
2285+
"ListSupportedInstanceTypesInput":{
2286+
"type":"structure",
2287+
"required":["ReleaseLabel"],
2288+
"members":{
2289+
"ReleaseLabel":{"shape":"String"},
2290+
"Marker":{"shape":"String"}
2291+
}
2292+
},
2293+
"ListSupportedInstanceTypesOutput":{
2294+
"type":"structure",
2295+
"members":{
2296+
"SupportedInstanceTypes":{"shape":"SupportedInstanceTypesList"},
2297+
"Marker":{"shape":"String"}
2298+
}
2299+
},
22712300
"Long":{"type":"long"},
22722301
"ManagedScalingPolicy":{
22732302
"type":"structure",
@@ -3129,6 +3158,26 @@
31293158
"type":"list",
31303159
"member":{"shape":"String"}
31313160
},
3161+
"SupportedInstanceType":{
3162+
"type":"structure",
3163+
"members":{
3164+
"Type":{"shape":"String"},
3165+
"MemoryGB":{"shape":"Float"},
3166+
"StorageGB":{"shape":"Integer"},
3167+
"VCPU":{"shape":"Integer"},
3168+
"Is64BitsOnly":{"shape":"Boolean"},
3169+
"InstanceFamilyId":{"shape":"String"},
3170+
"EbsOptimizedAvailable":{"shape":"Boolean"},
3171+
"EbsOptimizedByDefault":{"shape":"Boolean"},
3172+
"NumberOfDisks":{"shape":"Integer"},
3173+
"EbsStorageOnly":{"shape":"Boolean"},
3174+
"Architecture":{"shape":"String"}
3175+
}
3176+
},
3177+
"SupportedInstanceTypesList":{
3178+
"type":"list",
3179+
"member":{"shape":"SupportedInstanceType"}
3180+
},
31323181
"SupportedProductConfig":{
31333182
"type":"structure",
31343183
"members":{

src/data/elasticmapreduce/2009-03-31/api-2.json.php

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)