Skip to content

Commit b430bd6

Browse files
Update models for release
1 parent 653549a commit b430bd6

22 files changed

+132
-22
lines changed

.changes/3.320.2

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "SageMaker",
5+
"description": "Introduce Endpoint and EndpointConfig Arns in sagemaker:ListPipelineExecutionSteps API response"
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "QuickSight",
10+
"description": "Amazon QuickSight launches Customer Managed Key (CMK) encryption for Data Source metadata"
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "Batch",
15+
"description": "Improvements of integration between AWS Batch and EC2."
16+
},
17+
{
18+
"type": "api-change",
19+
"category": "SESv2",
20+
"description": "Marking use case description field of account details as deprecated."
21+
},
22+
{
23+
"type": "api-change",
24+
"category": "Inspector2",
25+
"description": "Update the correct format of key and values for resource tags"
26+
}
27+
]

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## next release
4+
5+
* `Aws\SageMaker` - Introduce Endpoint and EndpointConfig Arns in sagemaker:ListPipelineExecutionSteps API response
6+
* `Aws\QuickSight` - Amazon QuickSight launches Customer Managed Key (CMK) encryption for Data Source metadata
7+
* `Aws\Batch` - Improvements of integration between AWS Batch and EC2.
8+
* `Aws\SESv2` - Marking use case description field of account details as deprecated.
9+
* `Aws\Inspector2` - Update the correct format of key and values for resource tags
10+
311
## 3.320.1 - 2024-08-15
412

513
* `Aws\` - Add missing PHPDoc annotation for Doctrine Cache implementations.

src/data/batch/2016-08-10/api-2.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,8 @@
521521
"updatePolicy":{"shape":"UpdatePolicy"},
522522
"eksConfiguration":{"shape":"EksConfiguration"},
523523
"containerOrchestrationType":{"shape":"OrchestrationType"},
524-
"uuid":{"shape":"String"}
524+
"uuid":{"shape":"String"},
525+
"context":{"shape":"String"}
525526
}
526527
},
527528
"ComputeEnvironmentDetailList":{
@@ -706,7 +707,8 @@
706707
"computeResources":{"shape":"ComputeResource"},
707708
"serviceRole":{"shape":"String"},
708709
"tags":{"shape":"TagrisTagsMap"},
709-
"eksConfiguration":{"shape":"EksConfiguration"}
710+
"eksConfiguration":{"shape":"EksConfiguration"},
711+
"context":{"shape":"String"}
710712
}
711713
},
712714
"CreateComputeEnvironmentResponse":{
@@ -2239,7 +2241,8 @@
22392241
"unmanagedvCpus":{"shape":"Integer"},
22402242
"computeResources":{"shape":"ComputeResourceUpdate"},
22412243
"serviceRole":{"shape":"String"},
2242-
"updatePolicy":{"shape":"UpdatePolicy"}
2244+
"updatePolicy":{"shape":"UpdatePolicy"},
2245+
"context":{"shape":"String"}
22432246
}
22442247
},
22452248
"UpdateComputeEnvironmentResponse":{

src/data/batch/2016-08-10/api-2.json.php

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

src/data/batch/2016-08-10/docs-2.json

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

src/data/batch/2016-08-10/docs-2.json.php

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

src/data/endpoints.json

+2
Original file line numberDiff line numberDiff line change
@@ -20436,6 +20436,7 @@
2043620436
},
2043720437
"vpc-lattice" : {
2043820438
"endpoints" : {
20439+
"af-south-1" : { },
2043920440
"ap-northeast-1" : { },
2044020441
"ap-northeast-2" : { },
2044120442
"ap-south-1" : { },
@@ -20444,6 +20445,7 @@
2044420445
"ca-central-1" : { },
2044520446
"eu-central-1" : { },
2044620447
"eu-north-1" : { },
20448+
"eu-south-1" : { },
2044720449
"eu-west-1" : { },
2044820450
"eu-west-2" : { },
2044920451
"eu-west-3" : { },

src/data/endpoints.json.php

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

src/data/inspector2/2020-06-08/api-2.json

+13-2
Original file line numberDiff line numberDiff line change
@@ -5229,7 +5229,7 @@
52295229
},
52305230
"TagValueList":{
52315231
"type":"list",
5232-
"member":{"shape":"String"},
5232+
"member":{"shape":"TargetResourceTagsValue"},
52335233
"max":5,
52345234
"min":1
52355235
},
@@ -5250,11 +5250,22 @@
52505250
},
52515251
"TargetResourceTags":{
52525252
"type":"map",
5253-
"key":{"shape":"NonEmptyString"},
5253+
"key":{"shape":"TargetResourceTagsKey"},
52545254
"value":{"shape":"TagValueList"},
52555255
"max":5,
52565256
"min":1
52575257
},
5258+
"TargetResourceTagsKey":{
5259+
"type":"string",
5260+
"max":128,
5261+
"min":1,
5262+
"pattern":"^[\\p{L}\\p{Z}\\p{N}_.:/=\\-@]*$"
5263+
},
5264+
"TargetResourceTagsValue":{
5265+
"type":"string",
5266+
"max":256,
5267+
"min":1
5268+
},
52585269
"TargetStatusFilterList":{
52595270
"type":"list",
52605271
"member":{"shape":"CisTargetStatusFilter"},

src/data/inspector2/2020-06-08/api-2.json.php

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

src/data/inspector2/2020-06-08/docs-2.json

+12-2
Original file line numberDiff line numberDiff line change
@@ -2697,7 +2697,6 @@
26972697
"StringList$member": null,
26982698
"TagFilter$key": "<p>The tag filter key.</p>",
26992699
"TagFilter$value": "<p>The tag filter value.</p>",
2700-
"TargetResourceTags$key": null,
27012700
"TitleAggregationResponse$title": "<p>The title that the findings were aggregated on.</p>",
27022701
"UpdateEc2DeepInspectionConfigurationResponse$errorMessage": "<p>An error message explaining why new Amazon Inspector deep inspection custom paths could not be added.</p>",
27032702
"Vulnerability$id": "<p>The ID for the specific vulnerability.</p>"
@@ -3462,7 +3461,6 @@
34623461
"ServiceQuotaExceededException$message": null,
34633462
"ServiceQuotaExceededException$resourceId": "<p>The ID of the resource that exceeds a service quota.</p>",
34643463
"TagList$member": null,
3465-
"TagValueList$member": null,
34663464
"ThrottlingException$message": null,
34673465
"TitleAggregationResponse$vulnerabilityId": "<p>The vulnerability ID of the finding.</p>",
34683466
"ValidationException$message": null,
@@ -3684,6 +3682,18 @@
36843682
"UpdateCisTargets$targetResourceTags": "<p>The target resource tags.</p>"
36853683
}
36863684
},
3685+
"TargetResourceTagsKey": {
3686+
"base": null,
3687+
"refs": {
3688+
"TargetResourceTags$key": null
3689+
}
3690+
},
3691+
"TargetResourceTagsValue": {
3692+
"base": null,
3693+
"refs": {
3694+
"TagValueList$member": null
3695+
}
3696+
},
36873697
"TargetStatusFilterList": {
36883698
"base": null,
36893699
"refs": {

src/data/inspector2/2020-06-08/docs-2.json.php

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

src/data/quicksight/2018-04-01/api-2.json

+11
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@
176176
{"shape":"ResourceNotFoundException"},
177177
{"shape":"ResourceExistsException"},
178178
{"shape":"ThrottlingException"},
179+
{"shape":"CustomerManagedKeyUnavailableException"},
179180
{"shape":"InternalFailureException"}
180181
]
181182
},
@@ -2731,6 +2732,7 @@
27312732
{"shape":"InvalidParameterValueException"},
27322733
{"shape":"ThrottlingException"},
27332734
{"shape":"ResourceNotFoundException"},
2735+
{"shape":"CustomerManagedKeyUnavailableException"},
27342736
{"shape":"InternalFailureException"}
27352737
]
27362738
},
@@ -6930,6 +6932,15 @@
69306932
"CustomValues":{"shape":"CustomParameterValues"}
69316933
}
69326934
},
6935+
"CustomerManagedKeyUnavailableException":{
6936+
"type":"structure",
6937+
"members":{
6938+
"Message":{"shape":"String"},
6939+
"RequestId":{"shape":"String"}
6940+
},
6941+
"error":{"httpStatusCode":400},
6942+
"exception":true
6943+
},
69336944
"Dashboard":{
69346945
"type":"structure",
69356946
"members":{

src/data/quicksight/2018-04-01/api-2.json.php

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

src/data/quicksight/2018-04-01/docs-2.json

+7
Original file line numberDiff line numberDiff line change
@@ -3271,6 +3271,11 @@
32713271
"DestinationParameterValueConfiguration$CustomValuesConfiguration": "<p>The configuration of custom values for destination parameter in <code>DestinationParameterValueConfiguration</code>.</p>"
32723272
}
32733273
},
3274+
"CustomerManagedKeyUnavailableException": {
3275+
"base": "<p>The customer managed key that is registered to your Amazon QuickSight account is unavailable.</p>",
3276+
"refs": {
3277+
}
3278+
},
32743279
"Dashboard": {
32753280
"base": "<p>Dashboard.</p>",
32763281
"refs": {
@@ -11244,6 +11249,8 @@
1124411249
"CreateTopicRefreshScheduleResponse$RequestId": "<p>The Amazon Web Services request ID for this operation.</p>",
1124511250
"CreateTopicResponse$RequestId": "<p>The Amazon Web Services request ID for this operation.</p>",
1124611251
"CreateVPCConnectionResponse$RequestId": "<p>The Amazon Web Services request ID for this operation.</p>",
11252+
"CustomerManagedKeyUnavailableException$Message": null,
11253+
"CustomerManagedKeyUnavailableException$RequestId": "<p>The Amazon Web Services request ID for this operation.</p>",
1124711254
"DashboardSearchFilter$Value": "<p>The value of the named item, in this case <code>QUICKSIGHT_USER</code>, that you want to use as a filter, for example, <code>\"Value\": \"arn:aws:quicksight:us-east-1:1:user/default/UserName1\"</code>. </p>",
1124811255
"DataSetConfiguration$Placeholder": "<p>Placeholder.</p>",
1124911256
"DataSetSearchFilter$Value": "<p>The value of the named item, in this case <code>QUICKSIGHT_OWNER</code>, that you want to use as a filter, for example, <code>\"Value\": \"arn:aws:quicksight:us-east-1:1:user/default/UserName1\"</code>.</p>",

src/data/quicksight/2018-04-01/docs-2.json.php

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

src/data/sagemaker/2017-07-24/api-2.json

+15-1
Original file line numberDiff line numberDiff line change
@@ -11655,6 +11655,12 @@
1165511655
"CreationTime"
1165611656
]
1165711657
},
11658+
"EndpointConfigStepMetadata":{
11659+
"type":"structure",
11660+
"members":{
11661+
"Arn":{"shape":"EndpointConfigArn"}
11662+
}
11663+
},
1165811664
"EndpointConfigSummary":{
1165911665
"type":"structure",
1166011666
"required":[
@@ -11785,6 +11791,12 @@
1178511791
"UpdateRollbackFailed"
1178611792
]
1178711793
},
11794+
"EndpointStepMetadata":{
11795+
"type":"structure",
11796+
"members":{
11797+
"Arn":{"shape":"EndpointArn"}
11798+
}
11799+
},
1178811800
"EndpointSummary":{
1178911801
"type":"structure",
1179011802
"required":[
@@ -18982,7 +18994,9 @@
1898218994
"QualityCheck":{"shape":"QualityCheckStepMetadata"},
1898318995
"ClarifyCheck":{"shape":"ClarifyCheckStepMetadata"},
1898418996
"Fail":{"shape":"FailStepMetadata"},
18985-
"AutoMLJob":{"shape":"AutoMLJobStepMetadata"}
18997+
"AutoMLJob":{"shape":"AutoMLJobStepMetadata"},
18998+
"Endpoint":{"shape":"EndpointStepMetadata"},
18999+
"EndpointConfig":{"shape":"EndpointConfigStepMetadata"}
1898619000
}
1898719001
},
1898819002
"PipelineExecutionSummary":{

src/data/sagemaker/2017-07-24/api-2.json.php

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

src/data/sagemaker/2017-07-24/docs-2.json

+14
Original file line numberDiff line numberDiff line change
@@ -5398,6 +5398,7 @@
53985398
"DescribeEndpointOutput$EndpointArn": "<p>The Amazon Resource Name (ARN) of the endpoint.</p>",
53995399
"DescribeInferenceComponentOutput$EndpointArn": "<p>The Amazon Resource Name (ARN) of the endpoint that hosts the inference component.</p>",
54005400
"Endpoint$EndpointArn": "<p>The Amazon Resource Name (ARN) of the endpoint.</p>",
5401+
"EndpointStepMetadata$Arn": "<p>The Amazon Resource Name (ARN) of the endpoint in the step.</p>",
54015402
"EndpointSummary$EndpointArn": "<p>The Amazon Resource Name (ARN) of the endpoint.</p>",
54025403
"InferenceComponentSummary$EndpointArn": "<p>The Amazon Resource Name (ARN) of the endpoint that hosts the inference component.</p>",
54035404
"ModelDashboardEndpoint$EndpointArn": "<p>The Amazon Resource Name (ARN) of the endpoint.</p>",
@@ -5410,6 +5411,7 @@
54105411
"refs": {
54115412
"CreateEndpointConfigOutput$EndpointConfigArn": "<p>The Amazon Resource Name (ARN) of the endpoint configuration. </p>",
54125413
"DescribeEndpointConfigOutput$EndpointConfigArn": "<p>The Amazon Resource Name (ARN) of the endpoint configuration.</p>",
5414+
"EndpointConfigStepMetadata$Arn": "<p>The Amazon Resource Name (ARN) of the endpoint configuration used in the step.</p>",
54135415
"EndpointConfigSummary$EndpointConfigArn": "<p>The Amazon Resource Name (ARN) of the endpoint configuration.</p>"
54145416
}
54155417
},
@@ -5441,6 +5443,12 @@
54415443
"ListEndpointConfigsInput$SortBy": "<p>The field to sort results by. The default is <code>CreationTime</code>.</p>"
54425444
}
54435445
},
5446+
"EndpointConfigStepMetadata": {
5447+
"base": "<p>Metadata for an endpoint configuration step.</p>",
5448+
"refs": {
5449+
"PipelineExecutionStepMetadata$EndpointConfig": "<p>The endpoint configuration used to create an endpoint during this step execution.</p>"
5450+
}
5451+
},
54445452
"EndpointConfigSummary": {
54455453
"base": "<p>Provides summary information for an endpoint configuration.</p>",
54465454
"refs": {
@@ -5568,6 +5576,12 @@
55685576
"ModelDashboardEndpoint$EndpointStatus": "<p>The endpoint status.</p>"
55695577
}
55705578
},
5579+
"EndpointStepMetadata": {
5580+
"base": "<p>Metadata for an endpoint step.</p>",
5581+
"refs": {
5582+
"PipelineExecutionStepMetadata$Endpoint": "<p>The endpoint that was invoked during this step execution.</p>"
5583+
}
5584+
},
55715585
"EndpointSummary": {
55725586
"base": "<p>Provides summary information for an endpoint.</p>",
55735587
"refs": {

src/data/sagemaker/2017-07-24/docs-2.json.php

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

src/data/sesv2/2019-09-27/api-2.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3881,8 +3881,7 @@
38813881
"type":"structure",
38823882
"required":[
38833883
"MailType",
3884-
"WebsiteURL",
3885-
"UseCaseDescription"
3884+
"WebsiteURL"
38863885
],
38873886
"members":{
38883887
"MailType":{"shape":"MailType"},
@@ -4829,8 +4828,9 @@
48294828
},
48304829
"UseCaseDescription":{
48314830
"type":"string",
4831+
"deprecated":true,
4832+
"deprecatedMessage":"Use case description is optional and deprecated",
48324833
"max":5000,
4833-
"min":1,
48344834
"sensitive":true
48354835
},
48364836
"UseDefaultIfPreferenceUnavailable":{"type":"boolean"},

src/data/sesv2/2019-09-27/api-2.json.php

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

0 commit comments

Comments
 (0)