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 Aug 16, 2024
1 parent 653549a commit b430bd6
Show file tree
Hide file tree
Showing 22 changed files with 132 additions and 22 deletions.
27 changes: 27 additions & 0 deletions .changes/3.320.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "api-change",
"category": "SageMaker",
"description": "Introduce Endpoint and EndpointConfig Arns in sagemaker:ListPipelineExecutionSteps API response"
},
{
"type": "api-change",
"category": "QuickSight",
"description": "Amazon QuickSight launches Customer Managed Key (CMK) encryption for Data Source metadata"
},
{
"type": "api-change",
"category": "Batch",
"description": "Improvements of integration between AWS Batch and EC2."
},
{
"type": "api-change",
"category": "SESv2",
"description": "Marking use case description field of account details as deprecated."
},
{
"type": "api-change",
"category": "Inspector2",
"description": "Update the correct format of key and values for resource tags"
}
]
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## next release

* `Aws\SageMaker` - Introduce Endpoint and EndpointConfig Arns in sagemaker:ListPipelineExecutionSteps API response
* `Aws\QuickSight` - Amazon QuickSight launches Customer Managed Key (CMK) encryption for Data Source metadata
* `Aws\Batch` - Improvements of integration between AWS Batch and EC2.
* `Aws\SESv2` - Marking use case description field of account details as deprecated.
* `Aws\Inspector2` - Update the correct format of key and values for resource tags

## 3.320.1 - 2024-08-15

* `Aws\` - Add missing PHPDoc annotation for Doctrine Cache implementations.
Expand Down
9 changes: 6 additions & 3 deletions src/data/batch/2016-08-10/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,8 @@
"updatePolicy":{"shape":"UpdatePolicy"},
"eksConfiguration":{"shape":"EksConfiguration"},
"containerOrchestrationType":{"shape":"OrchestrationType"},
"uuid":{"shape":"String"}
"uuid":{"shape":"String"},
"context":{"shape":"String"}
}
},
"ComputeEnvironmentDetailList":{
Expand Down Expand Up @@ -706,7 +707,8 @@
"computeResources":{"shape":"ComputeResource"},
"serviceRole":{"shape":"String"},
"tags":{"shape":"TagrisTagsMap"},
"eksConfiguration":{"shape":"EksConfiguration"}
"eksConfiguration":{"shape":"EksConfiguration"},
"context":{"shape":"String"}
}
},
"CreateComputeEnvironmentResponse":{
Expand Down Expand Up @@ -2239,7 +2241,8 @@
"unmanagedvCpus":{"shape":"Integer"},
"computeResources":{"shape":"ComputeResourceUpdate"},
"serviceRole":{"shape":"String"},
"updatePolicy":{"shape":"UpdatePolicy"}
"updatePolicy":{"shape":"UpdatePolicy"},
"context":{"shape":"String"}
}
},
"UpdateComputeEnvironmentResponse":{
Expand Down
2 changes: 1 addition & 1 deletion src/data/batch/2016-08-10/api-2.json.php

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion src/data/batch/2016-08-10/docs-2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/data/batch/2016-08-10/docs-2.json.php

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -20436,6 +20436,7 @@
},
"vpc-lattice" : {
"endpoints" : {
"af-south-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
Expand All @@ -20444,6 +20445,7 @@
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
Expand Down
2 changes: 1 addition & 1 deletion src/data/endpoints.json.php

Large diffs are not rendered by default.

15 changes: 13 additions & 2 deletions src/data/inspector2/2020-06-08/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5229,7 +5229,7 @@
},
"TagValueList":{
"type":"list",
"member":{"shape":"String"},
"member":{"shape":"TargetResourceTagsValue"},
"max":5,
"min":1
},
Expand All @@ -5250,11 +5250,22 @@
},
"TargetResourceTags":{
"type":"map",
"key":{"shape":"NonEmptyString"},
"key":{"shape":"TargetResourceTagsKey"},
"value":{"shape":"TagValueList"},
"max":5,
"min":1
},
"TargetResourceTagsKey":{
"type":"string",
"max":128,
"min":1,
"pattern":"^[\\p{L}\\p{Z}\\p{N}_.:/=\\-@]*$"
},
"TargetResourceTagsValue":{
"type":"string",
"max":256,
"min":1
},
"TargetStatusFilterList":{
"type":"list",
"member":{"shape":"CisTargetStatusFilter"},
Expand Down
2 changes: 1 addition & 1 deletion src/data/inspector2/2020-06-08/api-2.json.php

Large diffs are not rendered by default.

14 changes: 12 additions & 2 deletions src/data/inspector2/2020-06-08/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2697,7 +2697,6 @@
"StringList$member": null,
"TagFilter$key": "<p>The tag filter key.</p>",
"TagFilter$value": "<p>The tag filter value.</p>",
"TargetResourceTags$key": null,
"TitleAggregationResponse$title": "<p>The title that the findings were aggregated on.</p>",
"UpdateEc2DeepInspectionConfigurationResponse$errorMessage": "<p>An error message explaining why new Amazon Inspector deep inspection custom paths could not be added.</p>",
"Vulnerability$id": "<p>The ID for the specific vulnerability.</p>"
Expand Down Expand Up @@ -3462,7 +3461,6 @@
"ServiceQuotaExceededException$message": null,
"ServiceQuotaExceededException$resourceId": "<p>The ID of the resource that exceeds a service quota.</p>",
"TagList$member": null,
"TagValueList$member": null,
"ThrottlingException$message": null,
"TitleAggregationResponse$vulnerabilityId": "<p>The vulnerability ID of the finding.</p>",
"ValidationException$message": null,
Expand Down Expand Up @@ -3684,6 +3682,18 @@
"UpdateCisTargets$targetResourceTags": "<p>The target resource tags.</p>"
}
},
"TargetResourceTagsKey": {
"base": null,
"refs": {
"TargetResourceTags$key": null
}
},
"TargetResourceTagsValue": {
"base": null,
"refs": {
"TagValueList$member": null
}
},
"TargetStatusFilterList": {
"base": null,
"refs": {
Expand Down
2 changes: 1 addition & 1 deletion src/data/inspector2/2020-06-08/docs-2.json.php

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions src/data/quicksight/2018-04-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ResourceExistsException"},
{"shape":"ThrottlingException"},
{"shape":"CustomerManagedKeyUnavailableException"},
{"shape":"InternalFailureException"}
]
},
Expand Down Expand Up @@ -2731,6 +2732,7 @@
{"shape":"InvalidParameterValueException"},
{"shape":"ThrottlingException"},
{"shape":"ResourceNotFoundException"},
{"shape":"CustomerManagedKeyUnavailableException"},
{"shape":"InternalFailureException"}
]
},
Expand Down Expand Up @@ -6930,6 +6932,15 @@
"CustomValues":{"shape":"CustomParameterValues"}
}
},
"CustomerManagedKeyUnavailableException":{
"type":"structure",
"members":{
"Message":{"shape":"String"},
"RequestId":{"shape":"String"}
},
"error":{"httpStatusCode":400},
"exception":true
},
"Dashboard":{
"type":"structure",
"members":{
Expand Down
2 changes: 1 addition & 1 deletion src/data/quicksight/2018-04-01/api-2.json.php

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions src/data/quicksight/2018-04-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3271,6 +3271,11 @@
"DestinationParameterValueConfiguration$CustomValuesConfiguration": "<p>The configuration of custom values for destination parameter in <code>DestinationParameterValueConfiguration</code>.</p>"
}
},
"CustomerManagedKeyUnavailableException": {
"base": "<p>The customer managed key that is registered to your Amazon QuickSight account is unavailable.</p>",
"refs": {
}
},
"Dashboard": {
"base": "<p>Dashboard.</p>",
"refs": {
Expand Down Expand Up @@ -11244,6 +11249,8 @@
"CreateTopicRefreshScheduleResponse$RequestId": "<p>The Amazon Web Services request ID for this operation.</p>",
"CreateTopicResponse$RequestId": "<p>The Amazon Web Services request ID for this operation.</p>",
"CreateVPCConnectionResponse$RequestId": "<p>The Amazon Web Services request ID for this operation.</p>",
"CustomerManagedKeyUnavailableException$Message": null,
"CustomerManagedKeyUnavailableException$RequestId": "<p>The Amazon Web Services request ID for this operation.</p>",
"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>",
"DataSetConfiguration$Placeholder": "<p>Placeholder.</p>",
"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>",
Expand Down
2 changes: 1 addition & 1 deletion src/data/quicksight/2018-04-01/docs-2.json.php

Large diffs are not rendered by default.

16 changes: 15 additions & 1 deletion src/data/sagemaker/2017-07-24/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -11655,6 +11655,12 @@
"CreationTime"
]
},
"EndpointConfigStepMetadata":{
"type":"structure",
"members":{
"Arn":{"shape":"EndpointConfigArn"}
}
},
"EndpointConfigSummary":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -11785,6 +11791,12 @@
"UpdateRollbackFailed"
]
},
"EndpointStepMetadata":{
"type":"structure",
"members":{
"Arn":{"shape":"EndpointArn"}
}
},
"EndpointSummary":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -18982,7 +18994,9 @@
"QualityCheck":{"shape":"QualityCheckStepMetadata"},
"ClarifyCheck":{"shape":"ClarifyCheckStepMetadata"},
"Fail":{"shape":"FailStepMetadata"},
"AutoMLJob":{"shape":"AutoMLJobStepMetadata"}
"AutoMLJob":{"shape":"AutoMLJobStepMetadata"},
"Endpoint":{"shape":"EndpointStepMetadata"},
"EndpointConfig":{"shape":"EndpointConfigStepMetadata"}
}
},
"PipelineExecutionSummary":{
Expand Down
2 changes: 1 addition & 1 deletion src/data/sagemaker/2017-07-24/api-2.json.php

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions src/data/sagemaker/2017-07-24/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5398,6 +5398,7 @@
"DescribeEndpointOutput$EndpointArn": "<p>The Amazon Resource Name (ARN) of the endpoint.</p>",
"DescribeInferenceComponentOutput$EndpointArn": "<p>The Amazon Resource Name (ARN) of the endpoint that hosts the inference component.</p>",
"Endpoint$EndpointArn": "<p>The Amazon Resource Name (ARN) of the endpoint.</p>",
"EndpointStepMetadata$Arn": "<p>The Amazon Resource Name (ARN) of the endpoint in the step.</p>",
"EndpointSummary$EndpointArn": "<p>The Amazon Resource Name (ARN) of the endpoint.</p>",
"InferenceComponentSummary$EndpointArn": "<p>The Amazon Resource Name (ARN) of the endpoint that hosts the inference component.</p>",
"ModelDashboardEndpoint$EndpointArn": "<p>The Amazon Resource Name (ARN) of the endpoint.</p>",
Expand All @@ -5410,6 +5411,7 @@
"refs": {
"CreateEndpointConfigOutput$EndpointConfigArn": "<p>The Amazon Resource Name (ARN) of the endpoint configuration. </p>",
"DescribeEndpointConfigOutput$EndpointConfigArn": "<p>The Amazon Resource Name (ARN) of the endpoint configuration.</p>",
"EndpointConfigStepMetadata$Arn": "<p>The Amazon Resource Name (ARN) of the endpoint configuration used in the step.</p>",
"EndpointConfigSummary$EndpointConfigArn": "<p>The Amazon Resource Name (ARN) of the endpoint configuration.</p>"
}
},
Expand Down Expand Up @@ -5441,6 +5443,12 @@
"ListEndpointConfigsInput$SortBy": "<p>The field to sort results by. The default is <code>CreationTime</code>.</p>"
}
},
"EndpointConfigStepMetadata": {
"base": "<p>Metadata for an endpoint configuration step.</p>",
"refs": {
"PipelineExecutionStepMetadata$EndpointConfig": "<p>The endpoint configuration used to create an endpoint during this step execution.</p>"
}
},
"EndpointConfigSummary": {
"base": "<p>Provides summary information for an endpoint configuration.</p>",
"refs": {
Expand Down Expand Up @@ -5568,6 +5576,12 @@
"ModelDashboardEndpoint$EndpointStatus": "<p>The endpoint status.</p>"
}
},
"EndpointStepMetadata": {
"base": "<p>Metadata for an endpoint step.</p>",
"refs": {
"PipelineExecutionStepMetadata$Endpoint": "<p>The endpoint that was invoked during this step execution.</p>"
}
},
"EndpointSummary": {
"base": "<p>Provides summary information for an endpoint.</p>",
"refs": {
Expand Down
2 changes: 1 addition & 1 deletion src/data/sagemaker/2017-07-24/docs-2.json.php

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/data/sesv2/2019-09-27/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3881,8 +3881,7 @@
"type":"structure",
"required":[
"MailType",
"WebsiteURL",
"UseCaseDescription"
"WebsiteURL"
],
"members":{
"MailType":{"shape":"MailType"},
Expand Down Expand Up @@ -4829,8 +4828,9 @@
},
"UseCaseDescription":{
"type":"string",
"deprecated":true,
"deprecatedMessage":"Use case description is optional and deprecated",
"max":5000,
"min":1,
"sensitive":true
},
"UseDefaultIfPreferenceUnavailable":{"type":"boolean"},
Expand Down
2 changes: 1 addition & 1 deletion src/data/sesv2/2019-09-27/api-2.json.php

Large diffs are not rendered by default.

0 comments on commit b430bd6

Please sign in to comment.