Skip to content

Commit

Permalink
Release v1.44.285 (2023-06-19) (#4889)
Browse files Browse the repository at this point in the history
Release v1.44.285 (2023-06-19)
===

### Service Client Updates
* `service/cloudformation`: Updates service API and documentation
  * Specify desired CloudFormation behavior in the event of ChangeSet execution failure using the CreateChangeSet OnStackFailure parameter
* `service/ec2`: Updates service API, documentation, and examples
  * API changes to AWS Verified Access to include data from trust providers in logs
* `service/ecs`: Updates service documentation
  * Documentation only update to address various tickets.
* `service/glue`: Updates service API and documentation
  * This release adds support for creating cross region table/database resource links
* `service/pricing`: Updates service API, documentation, waiters, and examples
* `service/route53domains`: Updates service API and documentation
  * Update MaxItems upper bound to 1000 for ListPricesRequest
* `service/sagemaker`: Updates service API and documentation
  * Amazon Sagemaker Autopilot releases CreateAutoMLJobV2 and DescribeAutoMLJobV2 for Autopilot customers with ImageClassification, TextClassification and Tabular problem type config support.
  • Loading branch information
aws-sdk-go-automation committed Jun 19, 2023
1 parent 87a671c commit d3b5bbe
Show file tree
Hide file tree
Showing 31 changed files with 1,632 additions and 1,358 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.285 (2023-06-19)
===

### Service Client Updates
* `service/cloudformation`: Updates service API and documentation
* Specify desired CloudFormation behavior in the event of ChangeSet execution failure using the CreateChangeSet OnStackFailure parameter
* `service/ec2`: Updates service API, documentation, and examples
* API changes to AWS Verified Access to include data from trust providers in logs
* `service/ecs`: Updates service documentation
* Documentation only update to address various tickets.
* `service/glue`: Updates service API and documentation
* This release adds support for creating cross region table/database resource links
* `service/pricing`: Updates service API, documentation, waiters, and examples
* `service/route53domains`: Updates service API and documentation
* Update MaxItems upper bound to 1000 for ListPricesRequest
* `service/sagemaker`: Updates service API and documentation
* Amazon Sagemaker Autopilot releases CreateAutoMLJobV2 and DescribeAutoMLJobV2 for Autopilot customers with ImageClassification, TextClassification and Tabular problem type config support.

Release v1.44.284 (2023-06-16)
===

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.284"
const SDKVersion = "1.44.285"
14 changes: 12 additions & 2 deletions models/apis/cloudformation/2010-05-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1442,7 +1442,8 @@
"Description":{"shape":"Description"},
"ChangeSetType":{"shape":"ChangeSetType"},
"ResourcesToImport":{"shape":"ResourcesToImport"},
"IncludeNestedStacks":{"shape":"IncludeNestedStacks"}
"IncludeNestedStacks":{"shape":"IncludeNestedStacks"},
"OnStackFailure":{"shape":"OnStackFailure"}
}
},
"CreateChangeSetOutput":{
Expand Down Expand Up @@ -1731,7 +1732,8 @@
"NextToken":{"shape":"NextToken"},
"IncludeNestedStacks":{"shape":"IncludeNestedStacks"},
"ParentChangeSetId":{"shape":"ChangeSetId"},
"RootChangeSetId":{"shape":"ChangeSetId"}
"RootChangeSetId":{"shape":"ChangeSetId"},
"OnStackFailure":{"shape":"OnStackFailure"}
}
},
"DescribeOrganizationsAccessInput":{
Expand Down Expand Up @@ -2677,6 +2679,14 @@
"DELETE"
]
},
"OnStackFailure":{
"type":"string",
"enum":[
"DO_NOTHING",
"ROLLBACK",
"DELETE"
]
},
"OperationIdAlreadyExistsException":{
"type":"structure",
"members":{
Expand Down
9 changes: 8 additions & 1 deletion models/apis/cloudformation/2010-05-15/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@
"base": null,
"refs": {
"CreateStackInput$DisableRollback": "<p>Set to <code>true</code> to disable rollback of the stack if stack creation failed. You can specify either <code>DisableRollback</code> or <code>OnFailure</code>, but not both.</p> <p>Default: <code>false</code> </p>",
"ExecuteChangeSetInput$DisableRollback": "<p>Preserves the state of previously provisioned resources when an operation fails.</p> <p>Default: <code>True</code> </p>",
"ExecuteChangeSetInput$DisableRollback": "<p>Preserves the state of previously provisioned resources when an operation fails. This parameter can't be specified when the <code>OnStackFailure</code> parameter to the <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateChangeSet.html\">CreateChangeSet</a> API operation was specified.</p> <ul> <li> <p> <code>True</code> - if the stack creation fails, do nothing. This is equivalent to specifying <code>DO_NOTHING</code> for the <code>OnStackFailure</code> parameter to the <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateChangeSet.html\">CreateChangeSet</a> API operation.</p> </li> <li> <p> <code>False</code> - if the stack creation fails, roll back the stack. This is equivalent to specifying <code>ROLLBACK</code> for the <code>OnStackFailure</code> parameter to the <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateChangeSet.html\">CreateChangeSet</a> API operation.</p> </li> </ul> <p>Default: <code>True</code> </p>",
"Stack$DisableRollback": "<p>Boolean to enable or disable rollback on stack creation failures:</p> <ul> <li> <p> <code>true</code>: disable rollback.</p> </li> <li> <p> <code>false</code>: enable rollback.</p> </li> </ul>",
"UpdateStackInput$DisableRollback": "<p>Preserve the state of previously provisioned resources when an operation fails.</p> <p>Default: <code>False</code> </p>"
}
Expand Down Expand Up @@ -1529,6 +1529,13 @@
"CreateStackInput$OnFailure": "<p>Determines what action will be taken if stack creation fails. This must be one of: <code>DO_NOTHING</code>, <code>ROLLBACK</code>, or <code>DELETE</code>. You can specify either <code>OnFailure</code> or <code>DisableRollback</code>, but not both.</p> <p>Default: <code>ROLLBACK</code> </p>"
}
},
"OnStackFailure": {
"base": null,
"refs": {
"CreateChangeSetInput$OnStackFailure": "<p>Determines what action will be taken if stack creation fails. If this parameter is specified, the <code>DisableRollback</code> parameter to the <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ExecuteChangeSet.html\">ExecuteChangeSet</a> API operation must not be specified. This must be one of these values:</p> <ul> <li> <p> <code>DELETE</code> - Deletes the change set if the stack creation fails. This is only valid when the <code>ChangeSetType</code> parameter is set to <code>CREATE</code>. If the deletion of the stack fails, the status of the stack is <code>DELETE_FAILED</code>.</p> </li> <li> <p> <code>DO_NOTHING</code> - if the stack creation fails, do nothing. This is equivalent to specifying <code>true</code> for the <code>DisableRollback</code> parameter to the <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ExecuteChangeSet.html\">ExecuteChangeSet</a> API operation.</p> </li> <li> <p> <code>ROLLBACK</code> - if the stack creation fails, roll back the stack. This is equivalent to specifying <code>false</code> for the <code>DisableRollback</code> parameter to the <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ExecuteChangeSet.html\">ExecuteChangeSet</a> API operation.</p> </li> </ul> <p>For nested stacks, when the <code>OnStackFailure</code> parameter is set to <code>DELETE</code> for the change set for the parent stack, any failure in a child stack will cause the parent stack creation to fail and all stacks to be deleted.</p>",
"DescribeChangeSetOutput$OnStackFailure": "<p>Determines what action will be taken if stack creation fails. When this parameter is specified, the <code>DisableRollback</code> parameter to the <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ExecuteChangeSet.html\">ExecuteChangeSet</a> API operation must not be specified. This must be one of these values:</p> <ul> <li> <p> <code>DELETE</code> - Deletes the change set if the stack creation fails. This is only valid when the <code>ChangeSetType</code> parameter is set to <code>CREATE</code>. If the deletion of the stack fails, the status of the stack is <code>DELETE_FAILED</code>.</p> </li> <li> <p> <code>DO_NOTHING</code> - if the stack creation fails, do nothing. This is equivalent to specifying <code>true</code> for the <code>DisableRollback</code> parameter to the <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ExecuteChangeSet.html\">ExecuteChangeSet</a> API operation.</p> </li> <li> <p> <code>ROLLBACK</code> - if the stack creation fails, roll back the stack. This is equivalent to specifying <code>false</code> for the <code>DisableRollback</code> parameter to the <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ExecuteChangeSet.html\">ExecuteChangeSet</a> API operation.</p> </li> </ul>"
}
},
"OperationIdAlreadyExistsException": {
"base": "<p>The specified operation ID already exists.</p>",
"refs": {
Expand Down
17 changes: 14 additions & 3 deletions models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -7592,6 +7592,7 @@
}
}
},
"AvailabilityZoneId":{"type":"string"},
"AvailabilityZoneList":{
"type":"list",
"member":{
Expand Down Expand Up @@ -9786,8 +9787,8 @@
"ClientToken":{"shape":"String"},
"InstanceType":{"shape":"String"},
"InstancePlatform":{"shape":"CapacityReservationInstancePlatform"},
"AvailabilityZone":{"shape":"String"},
"AvailabilityZoneId":{"shape":"String"},
"AvailabilityZone":{"shape":"AvailabilityZoneName"},
"AvailabilityZoneId":{"shape":"AvailabilityZoneId"},
"Tenancy":{"shape":"CapacityReservationTenancy"},
"InstanceCount":{"shape":"Integer"},
"EbsOptimized":{"shape":"Boolean"},
Expand Down Expand Up @@ -43447,7 +43448,9 @@
"members":{
"S3":{"shape":"VerifiedAccessLogS3DestinationOptions"},
"CloudWatchLogs":{"shape":"VerifiedAccessLogCloudWatchLogsDestinationOptions"},
"KinesisDataFirehose":{"shape":"VerifiedAccessLogKinesisDataFirehoseDestinationOptions"}
"KinesisDataFirehose":{"shape":"VerifiedAccessLogKinesisDataFirehoseDestinationOptions"},
"LogVersion":{"shape":"String"},
"IncludeTrustContext":{"shape":"Boolean"}
}
},
"VerifiedAccessLogS3Destination":{
Expand Down Expand Up @@ -43499,6 +43502,14 @@
"KinesisDataFirehose":{
"shape":"VerifiedAccessLogKinesisDataFirehoseDestination",
"locationName":"kinesisDataFirehose"
},
"LogVersion":{
"shape":"String",
"locationName":"logVersion"
},
"IncludeTrustContext":{
"shape":"Boolean",
"locationName":"includeTrustContext"
}
}
},
Expand Down
Loading

0 comments on commit d3b5bbe

Please sign in to comment.