aws-sdk-cognitoidentityprovider 1.64.0 → 1.65.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cognitoidentityprovider/client.rb +291 -248
- data/lib/aws-sdk-cognitoidentityprovider/client_api.rb +2 -1
- data/lib/aws-sdk-cognitoidentityprovider/types.rb +223 -129
- data/lib/aws-sdk-cognitoidentityprovider.rb +1 -1
- metadata +2 -2
@@ -332,6 +332,7 @@ module Aws::CognitoIdentityProvider
|
|
332
332
|
RecoveryOptionType = Shapes::StructureShape.new(name: 'RecoveryOptionType')
|
333
333
|
RedirectUrlType = Shapes::StringShape.new(name: 'RedirectUrlType')
|
334
334
|
RefreshTokenValidityType = Shapes::IntegerShape.new(name: 'RefreshTokenValidityType')
|
335
|
+
RegionCodeType = Shapes::StringShape.new(name: 'RegionCodeType')
|
335
336
|
ResendConfirmationCodeRequest = Shapes::StructureShape.new(name: 'ResendConfirmationCodeRequest')
|
336
337
|
ResendConfirmationCodeResponse = Shapes::StructureShape.new(name: 'ResendConfirmationCodeResponse')
|
337
338
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
@@ -1616,6 +1617,7 @@ module Aws::CognitoIdentityProvider
|
|
1616
1617
|
|
1617
1618
|
SmsConfigurationType.add_member(:sns_caller_arn, Shapes::ShapeRef.new(shape: ArnType, required: true, location_name: "SnsCallerArn"))
|
1618
1619
|
SmsConfigurationType.add_member(:external_id, Shapes::ShapeRef.new(shape: StringType, location_name: "ExternalId"))
|
1620
|
+
SmsConfigurationType.add_member(:sns_region, Shapes::ShapeRef.new(shape: RegionCodeType, location_name: "SnsRegion"))
|
1619
1621
|
SmsConfigurationType.struct_class = Types::SmsConfigurationType
|
1620
1622
|
|
1621
1623
|
SmsMfaConfigType.add_member(:sms_authentication_message, Shapes::ShapeRef.new(shape: SmsVerificationMessageType, location_name: "SmsAuthenticationMessage"))
|
@@ -2896,7 +2898,6 @@ module Aws::CognitoIdentityProvider
|
|
2896
2898
|
o.errors << Shapes::ShapeRef.new(shape: InvalidEmailRoleAccessPolicyException)
|
2897
2899
|
o.errors << Shapes::ShapeRef.new(shape: CodeDeliveryFailureException)
|
2898
2900
|
o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
|
2899
|
-
o.errors << Shapes::ShapeRef.new(shape: UserNotConfirmedException)
|
2900
2901
|
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
2901
2902
|
end)
|
2902
2903
|
|