Skip to content

Commit

Permalink
Release v1.30.29 (2020-05-15) (#3321)
Browse files Browse the repository at this point in the history
Release v1.30.29 (2020-05-15)
===

### Service Client Updates
* `service/cloudformation`: Updates service API, documentation, waiters, and paginators
  * This release adds support for the following features: 1. DescribeType and ListTypeVersions APIs now output a field IsDefaultVersion, indicating if a version is the default version for its type; 2. Add StackRollbackComplete waiter feature to wait until stack status is UPDATE_ROLLBACK_COMPLETE; 3. Add paginators in DescribeAccountLimits, ListChangeSets, ListStackInstances, ListStackSetOperationResults, ListStackSetOperations, ListStackSets APIs.
* `service/ecr`: Updates service API and documentation
  * This release adds support for specifying an image manifest media type when pushing a manifest to Amazon ECR.
* `service/glue`: Updates service API and documentation
  * Starting today, you can stop the execution of Glue workflows that are running. AWS Glue workflows are directed acyclic graphs (DAGs) of Glue triggers, crawlers and jobs. Using a workflow, you can design a complex multi-job extract, transform, and load (ETL) activity that AWS Glue can execute and track as single entity.
* `service/sts`: Updates service API
  * API updates for STS
  • Loading branch information
aws-sdk-go-automation committed May 15, 2020
1 parent 439e0f3 commit 0961961
Show file tree
Hide file tree
Showing 22 changed files with 1,105 additions and 53 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
Release v1.30.29 (2020-05-15)
===

### Service Client Updates
* `service/cloudformation`: Updates service API, documentation, waiters, and paginators
* This release adds support for the following features: 1. DescribeType and ListTypeVersions APIs now output a field IsDefaultVersion, indicating if a version is the default version for its type; 2. Add StackRollbackComplete waiter feature to wait until stack status is UPDATE_ROLLBACK_COMPLETE; 3. Add paginators in DescribeAccountLimits, ListChangeSets, ListStackInstances, ListStackSetOperationResults, ListStackSetOperations, ListStackSets APIs.
* `service/ecr`: Updates service API and documentation
* This release adds support for specifying an image manifest media type when pushing a manifest to Amazon ECR.
* `service/glue`: Updates service API and documentation
* Starting today, you can stop the execution of Glue workflows that are running. AWS Glue workflows are directed acyclic graphs (DAGs) of Glue triggers, crawlers and jobs. Using a workflow, you can design a complex multi-job extract, transform, and load (ETL) activity that AWS Glue can execute and track as single entity.
* `service/sts`: Updates service API
* API updates for STS

Release v1.30.28 (2020-05-14)
===

Expand Down
107 changes: 99 additions & 8 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.30.28"
const SDKVersion = "1.30.29"
3 changes: 3 additions & 0 deletions models/apis/cloudformation/2010-05-15/api-2.json
Expand Up @@ -1464,6 +1464,7 @@
"Type":{"shape":"RegistryType"},
"TypeName":{"shape":"TypeName"},
"DefaultVersionId":{"shape":"TypeVersionId"},
"IsDefaultVersion":{"shape":"IsDefaultVersion"},
"Description":{"shape":"Description"},
"Schema":{"shape":"TypeSchema"},
"ProvisioningType":{"shape":"ProvisioningType"},
Expand Down Expand Up @@ -1774,6 +1775,7 @@
},
"exception":true
},
"IsDefaultVersion":{"type":"boolean"},
"Key":{"type":"string"},
"LastUpdatedTime":{"type":"timestamp"},
"LimitExceededException":{
Expand Down Expand Up @@ -3298,6 +3300,7 @@
"Type":{"shape":"RegistryType"},
"TypeName":{"shape":"TypeName"},
"VersionId":{"shape":"TypeVersionId"},
"IsDefaultVersion":{"shape":"IsDefaultVersion"},
"Arn":{"shape":"TypeArn"},
"TimeCreated":{"shape":"Timestamp"},
"Description":{"shape":"Description"}
Expand Down
7 changes: 7 additions & 0 deletions models/apis/cloudformation/2010-05-15/docs-2.json
Expand Up @@ -850,6 +850,13 @@
"refs": {
}
},
"IsDefaultVersion": {
"base": null,
"refs": {
"DescribeTypeOutput$IsDefaultVersion": "<p>Whether the specified type version is set as the default version.</p>",
"TypeVersionSummary$IsDefaultVersion": "<p>Whether the specified type version is set as the default version.</p>"
}
},
"Key": {
"base": null,
"refs": {
Expand Down
34 changes: 34 additions & 0 deletions models/apis/cloudformation/2010-05-15/paginators-1.json
@@ -1,5 +1,10 @@
{
"pagination": {
"DescribeAccountLimits": {
"input_token": "NextToken",
"output_token": "NextToken",
"result_key": "AccountLimits"
},
"DescribeStackEvents": {
"input_token": "NextToken",
"output_token": "NextToken",
Expand All @@ -18,6 +23,11 @@
"output_token": "NextToken",
"result_key": "Stacks"
},
"ListChangeSets": {
"input_token": "NextToken",
"output_token": "NextToken",
"result_key": "Summaries"
},
"ListExports": {
"input_token": "NextToken",
"output_token": "NextToken",
Expand All @@ -28,11 +38,35 @@
"output_token": "NextToken",
"result_key": "Imports"
},
"ListStackInstances": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "Summaries"
},
"ListStackResources": {
"input_token": "NextToken",
"output_token": "NextToken",
"result_key": "StackResourceSummaries"
},
"ListStackSetOperationResults": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "Summaries"
},
"ListStackSetOperations": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "Summaries"
},
"ListStackSets": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "Summaries"
},
"ListStacks": {
"input_token": "NextToken",
"output_token": "NextToken",
Expand Down
37 changes: 37 additions & 0 deletions models/apis/cloudformation/2010-05-15/waiters-2.json
Expand Up @@ -208,6 +208,43 @@
}
]
},
"StackRollbackComplete": {
"delay": 30,
"operation": "DescribeStacks",
"maxAttempts": 120,
"description": "Wait until stack status is UPDATE_ROLLBACK_COMPLETE.",
"acceptors": [
{
"argument": "Stacks[].StackStatus",
"expected": "UPDATE_ROLLBACK_COMPLETE",
"matcher": "pathAll",
"state": "success"
},
{
"argument": "Stacks[].StackStatus",
"expected": "UPDATE_FAILED",
"matcher": "pathAny",
"state": "failure"
},
{
"argument": "Stacks[].StackStatus",
"expected": "UPDATE_ROLLBACK_FAILED",
"matcher": "pathAny",
"state": "failure"
},
{
"argument": "Stacks[].StackStatus",
"expected": "DELETE_FAILED",
"matcher": "pathAny",
"state": "failure"
},
{
"expected": "ValidationError",
"matcher": "error",
"state": "failure"
}
]
},
"ChangeSetCreateComplete": {
"delay": 30,
"operation": "DescribeChangeSet",
Expand Down
4 changes: 3 additions & 1 deletion models/apis/ecr/2015-09-21/api-2.json
Expand Up @@ -850,7 +850,8 @@
"registryId":{"shape":"RegistryId"},
"repositoryName":{"shape":"RepositoryName"},
"imageId":{"shape":"ImageIdentifier"},
"imageManifest":{"shape":"ImageManifest"}
"imageManifest":{"shape":"ImageManifest"},
"imageManifestMediaType":{"shape":"MediaType"}
}
},
"ImageActionType":{
Expand Down Expand Up @@ -1287,6 +1288,7 @@
"registryId":{"shape":"RegistryId"},
"repositoryName":{"shape":"RepositoryName"},
"imageManifest":{"shape":"ImageManifest"},
"imageManifestMediaType":{"shape":"MediaType"},
"imageTag":{"shape":"ImageTag"}
}
},
Expand Down

0 comments on commit 0961961

Please sign in to comment.