aws-sdk-cognitoidentityprovider 1.62.0 → 1.65.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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