Skip to content

Commit

Permalink
Release v1.42.27 (2022-01-04) (#4225)
Browse files Browse the repository at this point in the history
Release v1.42.27 (2022-01-04)
===

### Service Client Updates
* `service/rekognition`: Updates service API and documentation
  * This release introduces a new field IndexFacesModelVersion, which is the version of the face detect and storage model that was used when indexing the face vector.
* `service/s3`: Updates service documentation and examples
  * Minor doc-based updates based on feedback bugs received.
* `service/s3control`: Updates service documentation
  * Documentation updates for the renaming of Glacier to Glacier Flexible Retrieval.

### SDK Enhancements

* `aws/session`: Add options for customizing the construction of credential providers. Currently only supported for `stscreds.WebIdentityRoleProvider`.
  • Loading branch information
aws-sdk-go-automation committed Jan 4, 2022
1 parent 92b5621 commit 40fbdd1
Show file tree
Hide file tree
Showing 12 changed files with 327 additions and 292 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,18 @@
Release v1.42.27 (2022-01-04)
===

### Service Client Updates
* `service/rekognition`: Updates service API and documentation
* This release introduces a new field IndexFacesModelVersion, which is the version of the face detect and storage model that was used when indexing the face vector.
* `service/s3`: Updates service documentation and examples
* Minor doc-based updates based on feedback bugs received.
* `service/s3control`: Updates service documentation
* Documentation updates for the renaming of Glacier to Glacier Flexible Retrieval.

### SDK Enhancements

* `aws/session`: Add options for customizing the construction of credential providers. Currently only supported for `stscreds.WebIdentityRoleProvider`.

Release v1.42.26 (2022-01-03)
===

Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG_PENDING.md
Expand Up @@ -2,6 +2,4 @@

### SDK Enhancements

* `aws/session`: Add options for customizing the construction of credential providers. Currently only supported for `stscreds.WebIdentityRoleProvider`.

### SDK Bugs
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.42.26"
const SDKVersion = "1.42.27"
7 changes: 6 additions & 1 deletion models/apis/rekognition/2016-06-27/api-2.json
Expand Up @@ -1967,7 +1967,8 @@
"BoundingBox":{"shape":"BoundingBox"},
"ImageId":{"shape":"ImageId"},
"ExternalImageId":{"shape":"ExternalImageId"},
"Confidence":{"shape":"Percent"}
"Confidence":{"shape":"Percent"},
"IndexFacesModelVersion":{"shape":"IndexFacesModelVersion"}
}
},
"FaceAttributes":{
Expand Down Expand Up @@ -2374,6 +2375,10 @@
},
"exception":true
},
"IndexFacesModelVersion":{
"type":"string",
"pattern":"[0-9\\.]+"
},
"IndexFacesRequest":{
"type":"structure",
"required":[
Expand Down
20 changes: 13 additions & 7 deletions models/apis/rekognition/2016-06-27/docs-2.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions models/apis/s3/2006-03-01/docs-2.json

Large diffs are not rendered by default.

0 comments on commit 40fbdd1

Please sign in to comment.