aws-sdk-cognitoidentityprovider 1.86.0 → 1.88.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1327,8 +1327,8 @@ module Aws::CognitoIdentityProvider
1327
1327
  LambdaConfigType.add_member(:create_auth_challenge, Shapes::ShapeRef.new(shape: ArnType, location_name: "CreateAuthChallenge"))
1328
1328
  LambdaConfigType.add_member(:verify_auth_challenge_response, Shapes::ShapeRef.new(shape: ArnType, location_name: "VerifyAuthChallengeResponse"))
1329
1329
  LambdaConfigType.add_member(:pre_token_generation, Shapes::ShapeRef.new(shape: ArnType, location_name: "PreTokenGeneration"))
1330
- LambdaConfigType.add_member(:pre_token_generation_config, Shapes::ShapeRef.new(shape: PreTokenGenerationVersionConfigType, location_name: "PreTokenGenerationConfig"))
1331
1330
  LambdaConfigType.add_member(:user_migration, Shapes::ShapeRef.new(shape: ArnType, location_name: "UserMigration"))
1331
+ LambdaConfigType.add_member(:pre_token_generation_config, Shapes::ShapeRef.new(shape: PreTokenGenerationVersionConfigType, location_name: "PreTokenGenerationConfig"))
1332
1332
  LambdaConfigType.add_member(:custom_sms_sender, Shapes::ShapeRef.new(shape: CustomSMSLambdaVersionConfigType, location_name: "CustomSMSSender"))
1333
1333
  LambdaConfigType.add_member(:custom_email_sender, Shapes::ShapeRef.new(shape: CustomEmailLambdaVersionConfigType, location_name: "CustomEmailSender"))
1334
1334
  LambdaConfigType.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: ArnType, location_name: "KMSKeyID"))
@@ -3492,6 +3492,7 @@ module Aws::CognitoIdentityProvider
3492
3492
  o.output = Shapes::ShapeRef.new(shape: SetUserPoolMfaConfigResponse)
3493
3493
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3494
3494
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
3495
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
3495
3496
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3496
3497
  o.errors << Shapes::ShapeRef.new(shape: InvalidSmsRoleAccessPolicyException)
3497
3498
  o.errors << Shapes::ShapeRef.new(shape: InvalidSmsRoleTrustRelationshipException)