aws-sdk-cognitoidentityprovider 1.64.0 → 1.67.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.
@@ -90,6 +90,7 @@ module Aws::CognitoIdentityProvider
90
90
  AttributeNameType = Shapes::StringShape.new(name: 'AttributeNameType')
91
91
  AttributeType = Shapes::StructureShape.new(name: 'AttributeType')
92
92
  AttributeValueType = Shapes::StringShape.new(name: 'AttributeValueType')
93
+ AttributesRequireVerificationBeforeUpdateType = Shapes::ListShape.new(name: 'AttributesRequireVerificationBeforeUpdateType')
93
94
  AuthEventType = Shapes::StructureShape.new(name: 'AuthEventType')
94
95
  AuthEventsType = Shapes::ListShape.new(name: 'AuthEventsType')
95
96
  AuthFlowType = Shapes::StringShape.new(name: 'AuthFlowType')
@@ -332,6 +333,7 @@ module Aws::CognitoIdentityProvider
332
333
  RecoveryOptionType = Shapes::StructureShape.new(name: 'RecoveryOptionType')
333
334
  RedirectUrlType = Shapes::StringShape.new(name: 'RedirectUrlType')
334
335
  RefreshTokenValidityType = Shapes::IntegerShape.new(name: 'RefreshTokenValidityType')
336
+ RegionCodeType = Shapes::StringShape.new(name: 'RegionCodeType')
335
337
  ResendConfirmationCodeRequest = Shapes::StructureShape.new(name: 'ResendConfirmationCodeRequest')
336
338
  ResendConfirmationCodeResponse = Shapes::StructureShape.new(name: 'ResendConfirmationCodeResponse')
337
339
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
@@ -429,6 +431,7 @@ module Aws::CognitoIdentityProvider
429
431
  UpdateUserPoolDomainResponse = Shapes::StructureShape.new(name: 'UpdateUserPoolDomainResponse')
430
432
  UpdateUserPoolRequest = Shapes::StructureShape.new(name: 'UpdateUserPoolRequest')
431
433
  UpdateUserPoolResponse = Shapes::StructureShape.new(name: 'UpdateUserPoolResponse')
434
+ UserAttributeUpdateSettingsType = Shapes::StructureShape.new(name: 'UserAttributeUpdateSettingsType')
432
435
  UserContextDataType = Shapes::StructureShape.new(name: 'UserContextDataType')
433
436
  UserFilterType = Shapes::StringShape.new(name: 'UserFilterType')
434
437
  UserImportInProgressException = Shapes::StructureShape.new(name: 'UserImportInProgressException')
@@ -751,6 +754,8 @@ module Aws::CognitoIdentityProvider
751
754
  AttributeType.add_member(:value, Shapes::ShapeRef.new(shape: AttributeValueType, location_name: "Value"))
752
755
  AttributeType.struct_class = Types::AttributeType
753
756
 
757
+ AttributesRequireVerificationBeforeUpdateType.member = Shapes::ShapeRef.new(shape: VerifiedAttributeType)
758
+
754
759
  AuthEventType.add_member(:event_id, Shapes::ShapeRef.new(shape: StringType, location_name: "EventId"))
755
760
  AuthEventType.add_member(:event_type, Shapes::ShapeRef.new(shape: EventType, location_name: "EventType"))
756
761
  AuthEventType.add_member(:creation_date, Shapes::ShapeRef.new(shape: DateType, location_name: "CreationDate"))
@@ -923,6 +928,7 @@ module Aws::CognitoIdentityProvider
923
928
  CreateUserPoolClientRequest.add_member(:analytics_configuration, Shapes::ShapeRef.new(shape: AnalyticsConfigurationType, location_name: "AnalyticsConfiguration"))
924
929
  CreateUserPoolClientRequest.add_member(:prevent_user_existence_errors, Shapes::ShapeRef.new(shape: PreventUserExistenceErrorTypes, location_name: "PreventUserExistenceErrors"))
925
930
  CreateUserPoolClientRequest.add_member(:enable_token_revocation, Shapes::ShapeRef.new(shape: WrappedBooleanType, location_name: "EnableTokenRevocation"))
931
+ CreateUserPoolClientRequest.add_member(:enable_propagate_additional_user_context_data, Shapes::ShapeRef.new(shape: WrappedBooleanType, location_name: "EnablePropagateAdditionalUserContextData"))
926
932
  CreateUserPoolClientRequest.struct_class = Types::CreateUserPoolClientRequest
927
933
 
928
934
  CreateUserPoolClientResponse.add_member(:user_pool_client, Shapes::ShapeRef.new(shape: UserPoolClientType, location_name: "UserPoolClient"))
@@ -948,6 +954,7 @@ module Aws::CognitoIdentityProvider
948
954
  CreateUserPoolRequest.add_member(:verification_message_template, Shapes::ShapeRef.new(shape: VerificationMessageTemplateType, location_name: "VerificationMessageTemplate"))
949
955
  CreateUserPoolRequest.add_member(:sms_authentication_message, Shapes::ShapeRef.new(shape: SmsVerificationMessageType, location_name: "SmsAuthenticationMessage"))
950
956
  CreateUserPoolRequest.add_member(:mfa_configuration, Shapes::ShapeRef.new(shape: UserPoolMfaType, location_name: "MfaConfiguration"))
957
+ CreateUserPoolRequest.add_member(:user_attribute_update_settings, Shapes::ShapeRef.new(shape: UserAttributeUpdateSettingsType, location_name: "UserAttributeUpdateSettings"))
951
958
  CreateUserPoolRequest.add_member(:device_configuration, Shapes::ShapeRef.new(shape: DeviceConfigurationType, location_name: "DeviceConfiguration"))
952
959
  CreateUserPoolRequest.add_member(:email_configuration, Shapes::ShapeRef.new(shape: EmailConfigurationType, location_name: "EmailConfiguration"))
953
960
  CreateUserPoolRequest.add_member(:sms_configuration, Shapes::ShapeRef.new(shape: SmsConfigurationType, location_name: "SmsConfiguration"))
@@ -1616,6 +1623,7 @@ module Aws::CognitoIdentityProvider
1616
1623
 
1617
1624
  SmsConfigurationType.add_member(:sns_caller_arn, Shapes::ShapeRef.new(shape: ArnType, required: true, location_name: "SnsCallerArn"))
1618
1625
  SmsConfigurationType.add_member(:external_id, Shapes::ShapeRef.new(shape: StringType, location_name: "ExternalId"))
1626
+ SmsConfigurationType.add_member(:sns_region, Shapes::ShapeRef.new(shape: RegionCodeType, location_name: "SnsRegion"))
1619
1627
  SmsConfigurationType.struct_class = Types::SmsConfigurationType
1620
1628
 
1621
1629
  SmsMfaConfigType.add_member(:sms_authentication_message, Shapes::ShapeRef.new(shape: SmsVerificationMessageType, location_name: "SmsAuthenticationMessage"))
@@ -1775,6 +1783,7 @@ module Aws::CognitoIdentityProvider
1775
1783
  UpdateUserPoolClientRequest.add_member(:analytics_configuration, Shapes::ShapeRef.new(shape: AnalyticsConfigurationType, location_name: "AnalyticsConfiguration"))
1776
1784
  UpdateUserPoolClientRequest.add_member(:prevent_user_existence_errors, Shapes::ShapeRef.new(shape: PreventUserExistenceErrorTypes, location_name: "PreventUserExistenceErrors"))
1777
1785
  UpdateUserPoolClientRequest.add_member(:enable_token_revocation, Shapes::ShapeRef.new(shape: WrappedBooleanType, location_name: "EnableTokenRevocation"))
1786
+ UpdateUserPoolClientRequest.add_member(:enable_propagate_additional_user_context_data, Shapes::ShapeRef.new(shape: WrappedBooleanType, location_name: "EnablePropagateAdditionalUserContextData"))
1778
1787
  UpdateUserPoolClientRequest.struct_class = Types::UpdateUserPoolClientRequest
1779
1788
 
1780
1789
  UpdateUserPoolClientResponse.add_member(:user_pool_client, Shapes::ShapeRef.new(shape: UserPoolClientType, location_name: "UserPoolClient"))
@@ -1797,6 +1806,7 @@ module Aws::CognitoIdentityProvider
1797
1806
  UpdateUserPoolRequest.add_member(:email_verification_subject, Shapes::ShapeRef.new(shape: EmailVerificationSubjectType, location_name: "EmailVerificationSubject"))
1798
1807
  UpdateUserPoolRequest.add_member(:verification_message_template, Shapes::ShapeRef.new(shape: VerificationMessageTemplateType, location_name: "VerificationMessageTemplate"))
1799
1808
  UpdateUserPoolRequest.add_member(:sms_authentication_message, Shapes::ShapeRef.new(shape: SmsVerificationMessageType, location_name: "SmsAuthenticationMessage"))
1809
+ UpdateUserPoolRequest.add_member(:user_attribute_update_settings, Shapes::ShapeRef.new(shape: UserAttributeUpdateSettingsType, location_name: "UserAttributeUpdateSettings"))
1800
1810
  UpdateUserPoolRequest.add_member(:mfa_configuration, Shapes::ShapeRef.new(shape: UserPoolMfaType, location_name: "MfaConfiguration"))
1801
1811
  UpdateUserPoolRequest.add_member(:device_configuration, Shapes::ShapeRef.new(shape: DeviceConfigurationType, location_name: "DeviceConfiguration"))
1802
1812
  UpdateUserPoolRequest.add_member(:email_configuration, Shapes::ShapeRef.new(shape: EmailConfigurationType, location_name: "EmailConfiguration"))
@@ -1809,6 +1819,10 @@ module Aws::CognitoIdentityProvider
1809
1819
 
1810
1820
  UpdateUserPoolResponse.struct_class = Types::UpdateUserPoolResponse
1811
1821
 
1822
+ UserAttributeUpdateSettingsType.add_member(:attributes_require_verification_before_update, Shapes::ShapeRef.new(shape: AttributesRequireVerificationBeforeUpdateType, location_name: "AttributesRequireVerificationBeforeUpdate"))
1823
+ UserAttributeUpdateSettingsType.struct_class = Types::UserAttributeUpdateSettingsType
1824
+
1825
+ UserContextDataType.add_member(:ip_address, Shapes::ShapeRef.new(shape: StringType, location_name: "IpAddress"))
1812
1826
  UserContextDataType.add_member(:encoded_data, Shapes::ShapeRef.new(shape: StringType, location_name: "EncodedData"))
1813
1827
  UserContextDataType.struct_class = Types::UserContextDataType
1814
1828
 
@@ -1879,6 +1893,7 @@ module Aws::CognitoIdentityProvider
1879
1893
  UserPoolClientType.add_member(:analytics_configuration, Shapes::ShapeRef.new(shape: AnalyticsConfigurationType, location_name: "AnalyticsConfiguration"))
1880
1894
  UserPoolClientType.add_member(:prevent_user_existence_errors, Shapes::ShapeRef.new(shape: PreventUserExistenceErrorTypes, location_name: "PreventUserExistenceErrors"))
1881
1895
  UserPoolClientType.add_member(:enable_token_revocation, Shapes::ShapeRef.new(shape: WrappedBooleanType, location_name: "EnableTokenRevocation"))
1896
+ UserPoolClientType.add_member(:enable_propagate_additional_user_context_data, Shapes::ShapeRef.new(shape: WrappedBooleanType, location_name: "EnablePropagateAdditionalUserContextData"))
1882
1897
  UserPoolClientType.struct_class = Types::UserPoolClientType
1883
1898
 
1884
1899
  UserPoolDescriptionType.add_member(:id, Shapes::ShapeRef.new(shape: UserPoolIdType, location_name: "Id"))
@@ -1918,6 +1933,7 @@ module Aws::CognitoIdentityProvider
1918
1933
  UserPoolType.add_member(:email_verification_subject, Shapes::ShapeRef.new(shape: EmailVerificationSubjectType, location_name: "EmailVerificationSubject"))
1919
1934
  UserPoolType.add_member(:verification_message_template, Shapes::ShapeRef.new(shape: VerificationMessageTemplateType, location_name: "VerificationMessageTemplate"))
1920
1935
  UserPoolType.add_member(:sms_authentication_message, Shapes::ShapeRef.new(shape: SmsVerificationMessageType, location_name: "SmsAuthenticationMessage"))
1936
+ UserPoolType.add_member(:user_attribute_update_settings, Shapes::ShapeRef.new(shape: UserAttributeUpdateSettingsType, location_name: "UserAttributeUpdateSettings"))
1921
1937
  UserPoolType.add_member(:mfa_configuration, Shapes::ShapeRef.new(shape: UserPoolMfaType, location_name: "MfaConfiguration"))
1922
1938
  UserPoolType.add_member(:device_configuration, Shapes::ShapeRef.new(shape: DeviceConfigurationType, location_name: "DeviceConfiguration"))
1923
1939
  UserPoolType.add_member(:estimated_number_of_users, Shapes::ShapeRef.new(shape: IntegerType, location_name: "EstimatedNumberOfUsers"))
@@ -2896,7 +2912,6 @@ module Aws::CognitoIdentityProvider
2896
2912
  o.errors << Shapes::ShapeRef.new(shape: InvalidEmailRoleAccessPolicyException)
2897
2913
  o.errors << Shapes::ShapeRef.new(shape: CodeDeliveryFailureException)
2898
2914
  o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
2899
- o.errors << Shapes::ShapeRef.new(shape: UserNotConfirmedException)
2900
2915
  o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
2901
2916
  end)
2902
2917
 
@@ -3652,6 +3667,7 @@ module Aws::CognitoIdentityProvider
3652
3667
  o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
3653
3668
  o.errors << Shapes::ShapeRef.new(shape: UserNotConfirmedException)
3654
3669
  o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
3670
+ o.errors << Shapes::ShapeRef.new(shape: AliasExistsException)
3655
3671
  end)
3656
3672
  end
3657
3673