Skip to content

Commit

Permalink
Release v1.25.41 (2019-11-22) (#2968)
Browse files Browse the repository at this point in the history
Release v1.25.41 (2019-11-22)
===

### Service Client Updates
* `service/acm`: Updates service API and documentation
  * This release adds support for Tag-Based IAM for AWS Certificate Manager and adding tags to certificates upon creation.
* `service/application-autoscaling`: Updates service API
* `service/autoscaling-plans`: Updates service API
* `service/codebuild`: Updates service API and documentation
  * Add Canonical ARN to LogsLocation.
* `service/ec2`: Updates service API and documentation
  * This release adds two new APIs (DescribeInstanceTypes and DescribeInstanceTypeOfferings) that give customers access to instance type attributes and regional and zonal offerings.
* `service/elasticmapreduce`: Updates service API and documentation
  * Amazon EMR adds support for concurrent step execution and cancelling running steps. Amazon EMR has added a new Outpost ARN field in the ListCluster and DescribeCluster API responses that is populated for clusters launched in an AWS Outpost subnet.
* `service/forecast`: Updates service API and documentation
* `service/mediapackage-vod`: Updates service API and documentation
* `service/rekognition`: Updates service API and documentation
  * This release adds enhanced face filtering support to the IndexFaces API operation, and introduces face filtering for CompareFaces and SearchFacesByImage API operations.
* `service/sns`: Updates service documentation
  * Added documentation for the dead-letter queue feature.
* `service/ssm`: Updates service API and documentation
  * Add RebootOption and LastNoRebootInstallOperationTime for DescribeInstancePatchStates and DescribeInstancePatchStatesForPatchGroup API
* `service/sts`: Updates service API, documentation, and examples
  * Support tagging for STS sessions and tag based access control for the STS APIs

### SDK Bugs
* `aws/ec2metadata`: Fix failing concurrency test for ec2metadata client ([#2960](#2960))
  • Loading branch information
aws-sdk-go-automation committed Nov 22, 2019
1 parent 4d3f302 commit ca01a57
Show file tree
Hide file tree
Showing 45 changed files with 4,859 additions and 882 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
Release v1.25.41 (2019-11-22)
===

### Service Client Updates
* `service/acm`: Updates service API and documentation
* This release adds support for Tag-Based IAM for AWS Certificate Manager and adding tags to certificates upon creation.
* `service/application-autoscaling`: Updates service API
* `service/autoscaling-plans`: Updates service API
* `service/codebuild`: Updates service API and documentation
* Add Canonical ARN to LogsLocation.
* `service/ec2`: Updates service API and documentation
* This release adds two new APIs (DescribeInstanceTypes and DescribeInstanceTypeOfferings) that give customers access to instance type attributes and regional and zonal offerings.
* `service/elasticmapreduce`: Updates service API and documentation
* Amazon EMR adds support for concurrent step execution and cancelling running steps. Amazon EMR has added a new Outpost ARN field in the ListCluster and DescribeCluster API responses that is populated for clusters launched in an AWS Outpost subnet.
* `service/forecast`: Updates service API and documentation
* `service/mediapackage-vod`: Updates service API and documentation
* `service/rekognition`: Updates service API and documentation
* This release adds enhanced face filtering support to the IndexFaces API operation, and introduces face filtering for CompareFaces and SearchFacesByImage API operations.
* `service/sns`: Updates service documentation
* Added documentation for the dead-letter queue feature.
* `service/ssm`: Updates service API and documentation
* Add RebootOption and LastNoRebootInstallOperationTime for DescribeInstancePatchStates and DescribeInstancePatchStatesForPatchGroup API
* `service/sts`: Updates service API, documentation, and examples
* Support tagging for STS sessions and tag based access control for the STS APIs

### SDK Bugs
* `aws/ec2metadata`: Fix failing concurrency test for ec2metadata client ([#2960](https://github.com/aws/aws-sdk-go/pull/2960))

Release v1.25.40 (2019-11-21)
===

Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@
### SDK Enhancements

### SDK Bugs
* `aws/ec2metadata`: Fix failing concurrency test for ec2metadata client ([#2960](https://github.com/aws/aws-sdk-go/pull/2960))

25 changes: 4 additions & 21 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
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.25.40"
const SDKVersion = "1.25.41"
41 changes: 35 additions & 6 deletions models/apis/acm/2015-12-08/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidArnException"},
{"shape":"InvalidTagException"},
{"shape":"TooManyTagsException"}
{"shape":"TooManyTagsException"},
{"shape":"TagPolicyException"},
{"shape":"InvalidParameterException"}
]
},
"DeleteCertificate":{
Expand Down Expand Up @@ -91,7 +93,11 @@
"output":{"shape":"ImportCertificateResponse"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"LimitExceededException"}
{"shape":"LimitExceededException"},
{"shape":"InvalidTagException"},
{"shape":"TooManyTagsException"},
{"shape":"TagPolicyException"},
{"shape":"InvalidParameterException"}
]
},
"ListCertificates":{
Expand Down Expand Up @@ -129,7 +135,9 @@
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidArnException"},
{"shape":"InvalidTagException"}
{"shape":"InvalidTagException"},
{"shape":"TagPolicyException"},
{"shape":"InvalidParameterException"}
]
},
"RenewCertificate":{
Expand All @@ -155,7 +163,11 @@
"errors":[
{"shape":"LimitExceededException"},
{"shape":"InvalidDomainValidationOptionsException"},
{"shape":"InvalidArnException"}
{"shape":"InvalidArnException"},
{"shape":"InvalidTagException"},
{"shape":"TooManyTagsException"},
{"shape":"TagPolicyException"},
{"shape":"InvalidParameterException"}
]
},
"ResendValidationEmail":{
Expand Down Expand Up @@ -445,6 +457,7 @@
"PCA_INVALID_ARN",
"PCA_INVALID_STATE",
"PCA_REQUEST_FAILED",
"PCA_NAME_CONSTRAINTS_VALIDATION",
"PCA_RESOURCE_NOT_FOUND",
"PCA_INVALID_ARGS",
"PCA_INVALID_DURATION",
Expand Down Expand Up @@ -490,7 +503,8 @@
"CertificateArn":{"shape":"Arn"},
"Certificate":{"shape":"CertificateBodyBlob"},
"PrivateKey":{"shape":"PrivateKeyBlob"},
"CertificateChain":{"shape":"CertificateChainBlob"}
"CertificateChain":{"shape":"CertificateChainBlob"},
"Tags":{"shape":"TagList"}
}
},
"ImportCertificateResponse":{
Expand Down Expand Up @@ -524,6 +538,13 @@
},
"exception":true
},
"InvalidParameterException":{
"type":"structure",
"members":{
"message":{"shape":"String"}
},
"exception":true
},
"InvalidStateException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -711,7 +732,8 @@
"IdempotencyToken":{"shape":"IdempotencyToken"},
"DomainValidationOptions":{"shape":"DomainValidationOptionList"},
"Options":{"shape":"CertificateOptions"},
"CertificateAuthorityArn":{"shape":"Arn"}
"CertificateAuthorityArn":{"shape":"Arn"},
"Tags":{"shape":"TagList"}
}
},
"RequestCertificateResponse":{
Expand Down Expand Up @@ -804,6 +826,13 @@
"max":50,
"min":1
},
"TagPolicyException":{
"type":"structure",
"members":{
"message":{"shape":"String"}
},
"exception":true
},
"TagValue":{
"type":"string",
"max":256,
Expand Down
Loading

0 comments on commit ca01a57

Please sign in to comment.