Skip to content

Commit

Permalink
Release v1.25.6
Browse files Browse the repository at this point in the history
  • Loading branch information
awssdkgo committed Oct 4, 2019
1 parent f286103 commit 472ba41
Show file tree
Hide file tree
Showing 14 changed files with 3,367 additions and 1,066 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release v1.25.6 (2019-10-04)
===

### Service Client Updates
* `service/cognito-idp`: Updates service API, documentation, and paginators
* `service/mediapackage`: Updates service API, documentation, and paginators
* New Harvest Job APIs to export segment-accurate content windows from MediaPackage Origin Endpoints to S3. See https://docs.aws.amazon.com/mediapackage/latest/ug/harvest-jobs.html for more info
* `service/ssm`: Updates service documentation
* Documentation updates for Systems Manager / StartSession.

Release v1.25.5 (2019-10-03)
===

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.25.5"
const SDKVersion = "1.25.6"
58 changes: 40 additions & 18 deletions models/apis/cognito-idp/2016-04-18/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1134,6 +1134,7 @@
"output":{"shape":"GetSigningCertificateResponse"},
"errors":[
{"shape":"InternalErrorException"},
{"shape":"InvalidParameterException"},
{"shape":"ResourceNotFoundException"}
]
},
Expand Down Expand Up @@ -1255,7 +1256,9 @@
{"shape":"PasswordResetRequiredException"},
{"shape":"UserNotFoundException"},
{"shape":"UserNotConfirmedException"},
{"shape":"InternalErrorException"}
{"shape":"InternalErrorException"},
{"shape":"InvalidSmsRoleAccessPolicyException"},
{"shape":"InvalidSmsRoleTrustRelationshipException"}
]
},
"ListDevices":{
Expand Down Expand Up @@ -1958,7 +1961,8 @@
],
"members":{
"UserPoolId":{"shape":"UserPoolIdType"},
"Username":{"shape":"UsernameType"}
"Username":{"shape":"UsernameType"},
"ClientMetadata":{"shape":"ClientMetadataType"}
}
},
"AdminConfirmSignUpResponse":{
Expand Down Expand Up @@ -1988,7 +1992,8 @@
"TemporaryPassword":{"shape":"PasswordType"},
"ForceAliasCreation":{"shape":"ForceAliasCreation"},
"MessageAction":{"shape":"MessageActionType"},
"DesiredDeliveryMediums":{"shape":"DeliveryMediumListType"}
"DesiredDeliveryMediums":{"shape":"DeliveryMediumListType"},
"ClientMetadata":{"shape":"ClientMetadataType"}
}
},
"AdminCreateUserResponse":{
Expand Down Expand Up @@ -2263,7 +2268,8 @@
],
"members":{
"UserPoolId":{"shape":"UserPoolIdType"},
"Username":{"shape":"UsernameType"}
"Username":{"shape":"UsernameType"},
"ClientMetadata":{"shape":"ClientMetadataType"}
}
},
"AdminResetUserPasswordResponse":{
Expand All @@ -2285,7 +2291,8 @@
"ChallengeResponses":{"shape":"ChallengeResponsesType"},
"Session":{"shape":"SessionType"},
"AnalyticsMetadata":{"shape":"AnalyticsMetadataType"},
"ContextData":{"shape":"ContextDataType"}
"ContextData":{"shape":"ContextDataType"},
"ClientMetadata":{"shape":"ClientMetadataType"}
}
},
"AdminRespondToAuthChallengeResponse":{
Expand Down Expand Up @@ -2401,7 +2408,8 @@
"members":{
"UserPoolId":{"shape":"UserPoolIdType"},
"Username":{"shape":"UsernameType"},
"UserAttributes":{"shape":"AttributeListType"}
"UserAttributes":{"shape":"AttributeListType"},
"ClientMetadata":{"shape":"ClientMetadataType"}
}
},
"AdminUpdateUserAttributesResponse":{
Expand Down Expand Up @@ -2793,7 +2801,8 @@
"ConfirmationCode":{"shape":"ConfirmationCodeType"},
"Password":{"shape":"PasswordType"},
"AnalyticsMetadata":{"shape":"AnalyticsMetadataType"},
"UserContextData":{"shape":"UserContextDataType"}
"UserContextData":{"shape":"UserContextDataType"},
"ClientMetadata":{"shape":"ClientMetadataType"}
}
},
"ConfirmForgotPasswordResponse":{
Expand All @@ -2815,7 +2824,8 @@
"ConfirmationCode":{"shape":"ConfirmationCodeType"},
"ForceAliasCreation":{"shape":"ForceAliasCreation"},
"AnalyticsMetadata":{"shape":"AnalyticsMetadataType"},
"UserContextData":{"shape":"UserContextDataType"}
"UserContextData":{"shape":"UserContextDataType"},
"ClientMetadata":{"shape":"ClientMetadataType"}
}
},
"ConfirmSignUpResponse":{
Expand Down Expand Up @@ -3508,7 +3518,8 @@
"SecretHash":{"shape":"SecretHashType"},
"UserContextData":{"shape":"UserContextDataType"},
"Username":{"shape":"UsernameType"},
"AnalyticsMetadata":{"shape":"AnalyticsMetadataType"}
"AnalyticsMetadata":{"shape":"AnalyticsMetadataType"},
"ClientMetadata":{"shape":"ClientMetadataType"}
}
},
"ForgotPasswordResponse":{
Expand Down Expand Up @@ -3618,7 +3629,8 @@
],
"members":{
"AccessToken":{"shape":"TokenModelType"},
"AttributeName":{"shape":"AttributeNameType"}
"AttributeName":{"shape":"AttributeNameType"},
"ClientMetadata":{"shape":"ClientMetadataType"}
}
},
"GetUserAttributeVerificationCodeResponse":{
Expand Down Expand Up @@ -4278,7 +4290,8 @@
"SecretHash":{"shape":"SecretHashType"},
"UserContextData":{"shape":"UserContextDataType"},
"Username":{"shape":"UsernameType"},
"AnalyticsMetadata":{"shape":"AnalyticsMetadataType"}
"AnalyticsMetadata":{"shape":"AnalyticsMetadataType"},
"ClientMetadata":{"shape":"ClientMetadataType"}
}
},
"ResendConfirmationCodeResponse":{
Expand Down Expand Up @@ -4314,7 +4327,7 @@
"ResourceServerScopeListType":{
"type":"list",
"member":{"shape":"ResourceServerScopeType"},
"max":25
"max":100
},
"ResourceServerScopeNameType":{
"type":"string",
Expand Down Expand Up @@ -4358,7 +4371,8 @@
"Session":{"shape":"SessionType"},
"ChallengeResponses":{"shape":"ChallengeResponsesType"},
"AnalyticsMetadata":{"shape":"AnalyticsMetadataType"},
"UserContextData":{"shape":"UserContextDataType"}
"UserContextData":{"shape":"UserContextDataType"},
"ClientMetadata":{"shape":"ClientMetadataType"}
}
},
"RespondToAuthChallengeResponse":{
Expand Down Expand Up @@ -4454,7 +4468,7 @@
"ScopeListType":{
"type":"list",
"member":{"shape":"ScopeType"},
"max":25
"max":50
},
"ScopeType":{
"type":"string",
Expand Down Expand Up @@ -4587,7 +4601,8 @@
"UserAttributes":{"shape":"AttributeListType"},
"ValidationData":{"shape":"AttributeListType"},
"AnalyticsMetadata":{"shape":"AnalyticsMetadataType"},
"UserContextData":{"shape":"UserContextDataType"}
"UserContextData":{"shape":"UserContextDataType"},
"ClientMetadata":{"shape":"ClientMetadataType"}
}
},
"SignUpResponse":{
Expand Down Expand Up @@ -4714,7 +4729,10 @@
},
"TagResourceRequest":{
"type":"structure",
"required":["ResourceArn"],
"required":[
"ResourceArn",
"Tags"
],
"members":{
"ResourceArn":{"shape":"ArnType"},
"Tags":{"shape":"UserPoolTagsType"}
Expand Down Expand Up @@ -4789,7 +4807,10 @@
},
"UntagResourceRequest":{
"type":"structure",
"required":["ResourceArn"],
"required":[
"ResourceArn",
"TagKeys"
],
"members":{
"ResourceArn":{"shape":"ArnType"},
"TagKeys":{"shape":"UserPoolTagsListType"}
Expand Down Expand Up @@ -4909,7 +4930,8 @@
],
"members":{
"UserAttributes":{"shape":"AttributeListType"},
"AccessToken":{"shape":"TokenModelType"}
"AccessToken":{"shape":"TokenModelType"},
"ClientMetadata":{"shape":"ClientMetadataType"}
}
},
"UpdateUserAttributesResponse":{
Expand Down
Loading

0 comments on commit 472ba41

Please sign in to comment.