Skip to content

Commit

Permalink
Release v1.44.299 (2023-07-11) (#4906)
Browse files Browse the repository at this point in the history
Release v1.44.299 (2023-07-11)
===

### Service Client Updates
* `service/cognito-idp`: Updates service API
  • Loading branch information
aws-sdk-go-automation authored Jul 11, 2023
1 parent ad6ab23 commit 633dbc1
Show file tree
Hide file tree
Showing 6 changed files with 452 additions and 857 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Release v1.44.299 (2023-07-11)
===

### Service Client Updates
* `service/cognito-idp`: Updates service API

Release v1.44.298 (2023-07-07)
===

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.298"
const SDKVersion = "1.44.299"
6 changes: 4 additions & 2 deletions models/apis/cognito-idp/2016-04-18/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2719,7 +2719,8 @@
"ChallengeResponsesType":{
"type":"map",
"key":{"shape":"StringType"},
"value":{"shape":"StringType"}
"value":{"shape":"StringType"},
"sensitive":true
},
"ChangePasswordRequest":{
"type":"structure",
Expand Down Expand Up @@ -4707,7 +4708,8 @@
"SessionType":{
"type":"string",
"max":2048,
"min":20
"min":20,
"sensitive":true
},
"SetRiskConfigurationRequest":{
"type":"structure",
Expand Down
Loading

0 comments on commit 633dbc1

Please sign in to comment.