aws-sdk-cognitoidentityprovider 1.0.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1904 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing for info on making contributions:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module CognitoIdentityProvider
10
+ # @api private
11
+ module ClientApi
12
+
13
+ include Seahorse::Model
14
+
15
+ AddCustomAttributesRequest = Shapes::StructureShape.new(name: 'AddCustomAttributesRequest')
16
+ AddCustomAttributesResponse = Shapes::StructureShape.new(name: 'AddCustomAttributesResponse')
17
+ AdminConfirmSignUpRequest = Shapes::StructureShape.new(name: 'AdminConfirmSignUpRequest')
18
+ AdminConfirmSignUpResponse = Shapes::StructureShape.new(name: 'AdminConfirmSignUpResponse')
19
+ AdminCreateUserConfigType = Shapes::StructureShape.new(name: 'AdminCreateUserConfigType')
20
+ AdminCreateUserRequest = Shapes::StructureShape.new(name: 'AdminCreateUserRequest')
21
+ AdminCreateUserResponse = Shapes::StructureShape.new(name: 'AdminCreateUserResponse')
22
+ AdminCreateUserUnusedAccountValidityDaysType = Shapes::IntegerShape.new(name: 'AdminCreateUserUnusedAccountValidityDaysType')
23
+ AdminDeleteUserAttributesRequest = Shapes::StructureShape.new(name: 'AdminDeleteUserAttributesRequest')
24
+ AdminDeleteUserAttributesResponse = Shapes::StructureShape.new(name: 'AdminDeleteUserAttributesResponse')
25
+ AdminDeleteUserRequest = Shapes::StructureShape.new(name: 'AdminDeleteUserRequest')
26
+ AdminDisableUserRequest = Shapes::StructureShape.new(name: 'AdminDisableUserRequest')
27
+ AdminDisableUserResponse = Shapes::StructureShape.new(name: 'AdminDisableUserResponse')
28
+ AdminEnableUserRequest = Shapes::StructureShape.new(name: 'AdminEnableUserRequest')
29
+ AdminEnableUserResponse = Shapes::StructureShape.new(name: 'AdminEnableUserResponse')
30
+ AdminForgetDeviceRequest = Shapes::StructureShape.new(name: 'AdminForgetDeviceRequest')
31
+ AdminGetDeviceRequest = Shapes::StructureShape.new(name: 'AdminGetDeviceRequest')
32
+ AdminGetDeviceResponse = Shapes::StructureShape.new(name: 'AdminGetDeviceResponse')
33
+ AdminGetUserRequest = Shapes::StructureShape.new(name: 'AdminGetUserRequest')
34
+ AdminGetUserResponse = Shapes::StructureShape.new(name: 'AdminGetUserResponse')
35
+ AdminInitiateAuthRequest = Shapes::StructureShape.new(name: 'AdminInitiateAuthRequest')
36
+ AdminInitiateAuthResponse = Shapes::StructureShape.new(name: 'AdminInitiateAuthResponse')
37
+ AdminListDevicesRequest = Shapes::StructureShape.new(name: 'AdminListDevicesRequest')
38
+ AdminListDevicesResponse = Shapes::StructureShape.new(name: 'AdminListDevicesResponse')
39
+ AdminResetUserPasswordRequest = Shapes::StructureShape.new(name: 'AdminResetUserPasswordRequest')
40
+ AdminResetUserPasswordResponse = Shapes::StructureShape.new(name: 'AdminResetUserPasswordResponse')
41
+ AdminRespondToAuthChallengeRequest = Shapes::StructureShape.new(name: 'AdminRespondToAuthChallengeRequest')
42
+ AdminRespondToAuthChallengeResponse = Shapes::StructureShape.new(name: 'AdminRespondToAuthChallengeResponse')
43
+ AdminSetUserSettingsRequest = Shapes::StructureShape.new(name: 'AdminSetUserSettingsRequest')
44
+ AdminSetUserSettingsResponse = Shapes::StructureShape.new(name: 'AdminSetUserSettingsResponse')
45
+ AdminUpdateDeviceStatusRequest = Shapes::StructureShape.new(name: 'AdminUpdateDeviceStatusRequest')
46
+ AdminUpdateDeviceStatusResponse = Shapes::StructureShape.new(name: 'AdminUpdateDeviceStatusResponse')
47
+ AdminUpdateUserAttributesRequest = Shapes::StructureShape.new(name: 'AdminUpdateUserAttributesRequest')
48
+ AdminUpdateUserAttributesResponse = Shapes::StructureShape.new(name: 'AdminUpdateUserAttributesResponse')
49
+ AdminUserGlobalSignOutRequest = Shapes::StructureShape.new(name: 'AdminUserGlobalSignOutRequest')
50
+ AdminUserGlobalSignOutResponse = Shapes::StructureShape.new(name: 'AdminUserGlobalSignOutResponse')
51
+ AliasAttributeType = Shapes::StringShape.new(name: 'AliasAttributeType')
52
+ AliasAttributesListType = Shapes::ListShape.new(name: 'AliasAttributesListType')
53
+ AliasExistsException = Shapes::StructureShape.new(name: 'AliasExistsException')
54
+ ArnType = Shapes::StringShape.new(name: 'ArnType')
55
+ AttributeDataType = Shapes::StringShape.new(name: 'AttributeDataType')
56
+ AttributeListType = Shapes::ListShape.new(name: 'AttributeListType')
57
+ AttributeNameListType = Shapes::ListShape.new(name: 'AttributeNameListType')
58
+ AttributeNameType = Shapes::StringShape.new(name: 'AttributeNameType')
59
+ AttributeType = Shapes::StructureShape.new(name: 'AttributeType')
60
+ AttributeValueType = Shapes::StringShape.new(name: 'AttributeValueType')
61
+ AuthFlowType = Shapes::StringShape.new(name: 'AuthFlowType')
62
+ AuthParametersType = Shapes::MapShape.new(name: 'AuthParametersType')
63
+ AuthenticationResultType = Shapes::StructureShape.new(name: 'AuthenticationResultType')
64
+ BooleanType = Shapes::BooleanShape.new(name: 'BooleanType')
65
+ ChallengeNameType = Shapes::StringShape.new(name: 'ChallengeNameType')
66
+ ChallengeParametersType = Shapes::MapShape.new(name: 'ChallengeParametersType')
67
+ ChallengeResponsesType = Shapes::MapShape.new(name: 'ChallengeResponsesType')
68
+ ChangePasswordRequest = Shapes::StructureShape.new(name: 'ChangePasswordRequest')
69
+ ChangePasswordResponse = Shapes::StructureShape.new(name: 'ChangePasswordResponse')
70
+ ClientIdType = Shapes::StringShape.new(name: 'ClientIdType')
71
+ ClientMetadataType = Shapes::MapShape.new(name: 'ClientMetadataType')
72
+ ClientNameType = Shapes::StringShape.new(name: 'ClientNameType')
73
+ ClientPermissionListType = Shapes::ListShape.new(name: 'ClientPermissionListType')
74
+ ClientPermissionType = Shapes::StringShape.new(name: 'ClientPermissionType')
75
+ ClientSecretType = Shapes::StringShape.new(name: 'ClientSecretType')
76
+ CodeDeliveryDetailsListType = Shapes::ListShape.new(name: 'CodeDeliveryDetailsListType')
77
+ CodeDeliveryDetailsType = Shapes::StructureShape.new(name: 'CodeDeliveryDetailsType')
78
+ CodeDeliveryFailureException = Shapes::StructureShape.new(name: 'CodeDeliveryFailureException')
79
+ CodeMismatchException = Shapes::StructureShape.new(name: 'CodeMismatchException')
80
+ CompletionMessageType = Shapes::StringShape.new(name: 'CompletionMessageType')
81
+ ConcurrentModificationException = Shapes::StructureShape.new(name: 'ConcurrentModificationException')
82
+ ConfirmDeviceRequest = Shapes::StructureShape.new(name: 'ConfirmDeviceRequest')
83
+ ConfirmDeviceResponse = Shapes::StructureShape.new(name: 'ConfirmDeviceResponse')
84
+ ConfirmForgotPasswordRequest = Shapes::StructureShape.new(name: 'ConfirmForgotPasswordRequest')
85
+ ConfirmForgotPasswordResponse = Shapes::StructureShape.new(name: 'ConfirmForgotPasswordResponse')
86
+ ConfirmSignUpRequest = Shapes::StructureShape.new(name: 'ConfirmSignUpRequest')
87
+ ConfirmSignUpResponse = Shapes::StructureShape.new(name: 'ConfirmSignUpResponse')
88
+ ConfirmationCodeType = Shapes::StringShape.new(name: 'ConfirmationCodeType')
89
+ CreateUserImportJobRequest = Shapes::StructureShape.new(name: 'CreateUserImportJobRequest')
90
+ CreateUserImportJobResponse = Shapes::StructureShape.new(name: 'CreateUserImportJobResponse')
91
+ CreateUserPoolClientRequest = Shapes::StructureShape.new(name: 'CreateUserPoolClientRequest')
92
+ CreateUserPoolClientResponse = Shapes::StructureShape.new(name: 'CreateUserPoolClientResponse')
93
+ CreateUserPoolRequest = Shapes::StructureShape.new(name: 'CreateUserPoolRequest')
94
+ CreateUserPoolResponse = Shapes::StructureShape.new(name: 'CreateUserPoolResponse')
95
+ CustomAttributeNameType = Shapes::StringShape.new(name: 'CustomAttributeNameType')
96
+ CustomAttributesListType = Shapes::ListShape.new(name: 'CustomAttributesListType')
97
+ DateType = Shapes::TimestampShape.new(name: 'DateType')
98
+ DeleteUserAttributesRequest = Shapes::StructureShape.new(name: 'DeleteUserAttributesRequest')
99
+ DeleteUserAttributesResponse = Shapes::StructureShape.new(name: 'DeleteUserAttributesResponse')
100
+ DeleteUserPoolClientRequest = Shapes::StructureShape.new(name: 'DeleteUserPoolClientRequest')
101
+ DeleteUserPoolRequest = Shapes::StructureShape.new(name: 'DeleteUserPoolRequest')
102
+ DeleteUserRequest = Shapes::StructureShape.new(name: 'DeleteUserRequest')
103
+ DeliveryMediumListType = Shapes::ListShape.new(name: 'DeliveryMediumListType')
104
+ DeliveryMediumType = Shapes::StringShape.new(name: 'DeliveryMediumType')
105
+ DescribeUserImportJobRequest = Shapes::StructureShape.new(name: 'DescribeUserImportJobRequest')
106
+ DescribeUserImportJobResponse = Shapes::StructureShape.new(name: 'DescribeUserImportJobResponse')
107
+ DescribeUserPoolClientRequest = Shapes::StructureShape.new(name: 'DescribeUserPoolClientRequest')
108
+ DescribeUserPoolClientResponse = Shapes::StructureShape.new(name: 'DescribeUserPoolClientResponse')
109
+ DescribeUserPoolRequest = Shapes::StructureShape.new(name: 'DescribeUserPoolRequest')
110
+ DescribeUserPoolResponse = Shapes::StructureShape.new(name: 'DescribeUserPoolResponse')
111
+ DeviceConfigurationType = Shapes::StructureShape.new(name: 'DeviceConfigurationType')
112
+ DeviceKeyType = Shapes::StringShape.new(name: 'DeviceKeyType')
113
+ DeviceListType = Shapes::ListShape.new(name: 'DeviceListType')
114
+ DeviceNameType = Shapes::StringShape.new(name: 'DeviceNameType')
115
+ DeviceRememberedStatusType = Shapes::StringShape.new(name: 'DeviceRememberedStatusType')
116
+ DeviceSecretVerifierConfigType = Shapes::StructureShape.new(name: 'DeviceSecretVerifierConfigType')
117
+ DeviceType = Shapes::StructureShape.new(name: 'DeviceType')
118
+ EmailAddressType = Shapes::StringShape.new(name: 'EmailAddressType')
119
+ EmailConfigurationType = Shapes::StructureShape.new(name: 'EmailConfigurationType')
120
+ EmailVerificationMessageType = Shapes::StringShape.new(name: 'EmailVerificationMessageType')
121
+ EmailVerificationSubjectType = Shapes::StringShape.new(name: 'EmailVerificationSubjectType')
122
+ ExpiredCodeException = Shapes::StructureShape.new(name: 'ExpiredCodeException')
123
+ ExplicitAuthFlowsListType = Shapes::ListShape.new(name: 'ExplicitAuthFlowsListType')
124
+ ExplicitAuthFlowsType = Shapes::StringShape.new(name: 'ExplicitAuthFlowsType')
125
+ ForceAliasCreation = Shapes::BooleanShape.new(name: 'ForceAliasCreation')
126
+ ForgetDeviceRequest = Shapes::StructureShape.new(name: 'ForgetDeviceRequest')
127
+ ForgotPasswordRequest = Shapes::StructureShape.new(name: 'ForgotPasswordRequest')
128
+ ForgotPasswordResponse = Shapes::StructureShape.new(name: 'ForgotPasswordResponse')
129
+ GenerateSecret = Shapes::BooleanShape.new(name: 'GenerateSecret')
130
+ GetCSVHeaderRequest = Shapes::StructureShape.new(name: 'GetCSVHeaderRequest')
131
+ GetCSVHeaderResponse = Shapes::StructureShape.new(name: 'GetCSVHeaderResponse')
132
+ GetDeviceRequest = Shapes::StructureShape.new(name: 'GetDeviceRequest')
133
+ GetDeviceResponse = Shapes::StructureShape.new(name: 'GetDeviceResponse')
134
+ GetUserAttributeVerificationCodeRequest = Shapes::StructureShape.new(name: 'GetUserAttributeVerificationCodeRequest')
135
+ GetUserAttributeVerificationCodeResponse = Shapes::StructureShape.new(name: 'GetUserAttributeVerificationCodeResponse')
136
+ GetUserRequest = Shapes::StructureShape.new(name: 'GetUserRequest')
137
+ GetUserResponse = Shapes::StructureShape.new(name: 'GetUserResponse')
138
+ GlobalSignOutRequest = Shapes::StructureShape.new(name: 'GlobalSignOutRequest')
139
+ GlobalSignOutResponse = Shapes::StructureShape.new(name: 'GlobalSignOutResponse')
140
+ InitiateAuthRequest = Shapes::StructureShape.new(name: 'InitiateAuthRequest')
141
+ InitiateAuthResponse = Shapes::StructureShape.new(name: 'InitiateAuthResponse')
142
+ IntegerType = Shapes::IntegerShape.new(name: 'IntegerType')
143
+ InternalErrorException = Shapes::StructureShape.new(name: 'InternalErrorException')
144
+ InvalidEmailRoleAccessPolicyException = Shapes::StructureShape.new(name: 'InvalidEmailRoleAccessPolicyException')
145
+ InvalidLambdaResponseException = Shapes::StructureShape.new(name: 'InvalidLambdaResponseException')
146
+ InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
147
+ InvalidPasswordException = Shapes::StructureShape.new(name: 'InvalidPasswordException')
148
+ InvalidSmsRoleAccessPolicyException = Shapes::StructureShape.new(name: 'InvalidSmsRoleAccessPolicyException')
149
+ InvalidSmsRoleTrustRelationshipException = Shapes::StructureShape.new(name: 'InvalidSmsRoleTrustRelationshipException')
150
+ InvalidUserPoolConfigurationException = Shapes::StructureShape.new(name: 'InvalidUserPoolConfigurationException')
151
+ LambdaConfigType = Shapes::StructureShape.new(name: 'LambdaConfigType')
152
+ LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
153
+ ListDevicesRequest = Shapes::StructureShape.new(name: 'ListDevicesRequest')
154
+ ListDevicesResponse = Shapes::StructureShape.new(name: 'ListDevicesResponse')
155
+ ListOfStringTypes = Shapes::ListShape.new(name: 'ListOfStringTypes')
156
+ ListUserImportJobsRequest = Shapes::StructureShape.new(name: 'ListUserImportJobsRequest')
157
+ ListUserImportJobsResponse = Shapes::StructureShape.new(name: 'ListUserImportJobsResponse')
158
+ ListUserPoolClientsRequest = Shapes::StructureShape.new(name: 'ListUserPoolClientsRequest')
159
+ ListUserPoolClientsResponse = Shapes::StructureShape.new(name: 'ListUserPoolClientsResponse')
160
+ ListUserPoolsRequest = Shapes::StructureShape.new(name: 'ListUserPoolsRequest')
161
+ ListUserPoolsResponse = Shapes::StructureShape.new(name: 'ListUserPoolsResponse')
162
+ ListUsersRequest = Shapes::StructureShape.new(name: 'ListUsersRequest')
163
+ ListUsersResponse = Shapes::StructureShape.new(name: 'ListUsersResponse')
164
+ LongType = Shapes::IntegerShape.new(name: 'LongType')
165
+ MFAMethodNotFoundException = Shapes::StructureShape.new(name: 'MFAMethodNotFoundException')
166
+ MFAOptionListType = Shapes::ListShape.new(name: 'MFAOptionListType')
167
+ MFAOptionType = Shapes::StructureShape.new(name: 'MFAOptionType')
168
+ MessageActionType = Shapes::StringShape.new(name: 'MessageActionType')
169
+ MessageTemplateType = Shapes::StructureShape.new(name: 'MessageTemplateType')
170
+ MessageType = Shapes::StringShape.new(name: 'MessageType')
171
+ NewDeviceMetadataType = Shapes::StructureShape.new(name: 'NewDeviceMetadataType')
172
+ NotAuthorizedException = Shapes::StructureShape.new(name: 'NotAuthorizedException')
173
+ NumberAttributeConstraintsType = Shapes::StructureShape.new(name: 'NumberAttributeConstraintsType')
174
+ PaginationKey = Shapes::StringShape.new(name: 'PaginationKey')
175
+ PaginationKeyType = Shapes::StringShape.new(name: 'PaginationKeyType')
176
+ PasswordPolicyMinLengthType = Shapes::IntegerShape.new(name: 'PasswordPolicyMinLengthType')
177
+ PasswordPolicyType = Shapes::StructureShape.new(name: 'PasswordPolicyType')
178
+ PasswordResetRequiredException = Shapes::StructureShape.new(name: 'PasswordResetRequiredException')
179
+ PasswordType = Shapes::StringShape.new(name: 'PasswordType')
180
+ PoolQueryLimitType = Shapes::IntegerShape.new(name: 'PoolQueryLimitType')
181
+ PreSignedUrlType = Shapes::StringShape.new(name: 'PreSignedUrlType')
182
+ PreconditionNotMetException = Shapes::StructureShape.new(name: 'PreconditionNotMetException')
183
+ QueryLimit = Shapes::IntegerShape.new(name: 'QueryLimit')
184
+ QueryLimitType = Shapes::IntegerShape.new(name: 'QueryLimitType')
185
+ RefreshTokenValidityType = Shapes::IntegerShape.new(name: 'RefreshTokenValidityType')
186
+ ResendConfirmationCodeRequest = Shapes::StructureShape.new(name: 'ResendConfirmationCodeRequest')
187
+ ResendConfirmationCodeResponse = Shapes::StructureShape.new(name: 'ResendConfirmationCodeResponse')
188
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
189
+ RespondToAuthChallengeRequest = Shapes::StructureShape.new(name: 'RespondToAuthChallengeRequest')
190
+ RespondToAuthChallengeResponse = Shapes::StructureShape.new(name: 'RespondToAuthChallengeResponse')
191
+ SchemaAttributeType = Shapes::StructureShape.new(name: 'SchemaAttributeType')
192
+ SchemaAttributesListType = Shapes::ListShape.new(name: 'SchemaAttributesListType')
193
+ SearchPaginationTokenType = Shapes::StringShape.new(name: 'SearchPaginationTokenType')
194
+ SearchedAttributeNamesListType = Shapes::ListShape.new(name: 'SearchedAttributeNamesListType')
195
+ SecretHashType = Shapes::StringShape.new(name: 'SecretHashType')
196
+ SessionType = Shapes::StringShape.new(name: 'SessionType')
197
+ SetUserSettingsRequest = Shapes::StructureShape.new(name: 'SetUserSettingsRequest')
198
+ SetUserSettingsResponse = Shapes::StructureShape.new(name: 'SetUserSettingsResponse')
199
+ SignUpRequest = Shapes::StructureShape.new(name: 'SignUpRequest')
200
+ SignUpResponse = Shapes::StructureShape.new(name: 'SignUpResponse')
201
+ SmsConfigurationType = Shapes::StructureShape.new(name: 'SmsConfigurationType')
202
+ SmsVerificationMessageType = Shapes::StringShape.new(name: 'SmsVerificationMessageType')
203
+ StartUserImportJobRequest = Shapes::StructureShape.new(name: 'StartUserImportJobRequest')
204
+ StartUserImportJobResponse = Shapes::StructureShape.new(name: 'StartUserImportJobResponse')
205
+ StatusType = Shapes::StringShape.new(name: 'StatusType')
206
+ StopUserImportJobRequest = Shapes::StructureShape.new(name: 'StopUserImportJobRequest')
207
+ StopUserImportJobResponse = Shapes::StructureShape.new(name: 'StopUserImportJobResponse')
208
+ StringAttributeConstraintsType = Shapes::StructureShape.new(name: 'StringAttributeConstraintsType')
209
+ StringType = Shapes::StringShape.new(name: 'StringType')
210
+ TokenModelType = Shapes::StringShape.new(name: 'TokenModelType')
211
+ TooManyFailedAttemptsException = Shapes::StructureShape.new(name: 'TooManyFailedAttemptsException')
212
+ TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
213
+ UnexpectedLambdaException = Shapes::StructureShape.new(name: 'UnexpectedLambdaException')
214
+ UnsupportedUserStateException = Shapes::StructureShape.new(name: 'UnsupportedUserStateException')
215
+ UpdateDeviceStatusRequest = Shapes::StructureShape.new(name: 'UpdateDeviceStatusRequest')
216
+ UpdateDeviceStatusResponse = Shapes::StructureShape.new(name: 'UpdateDeviceStatusResponse')
217
+ UpdateUserAttributesRequest = Shapes::StructureShape.new(name: 'UpdateUserAttributesRequest')
218
+ UpdateUserAttributesResponse = Shapes::StructureShape.new(name: 'UpdateUserAttributesResponse')
219
+ UpdateUserPoolClientRequest = Shapes::StructureShape.new(name: 'UpdateUserPoolClientRequest')
220
+ UpdateUserPoolClientResponse = Shapes::StructureShape.new(name: 'UpdateUserPoolClientResponse')
221
+ UpdateUserPoolRequest = Shapes::StructureShape.new(name: 'UpdateUserPoolRequest')
222
+ UpdateUserPoolResponse = Shapes::StructureShape.new(name: 'UpdateUserPoolResponse')
223
+ UserFilterType = Shapes::StringShape.new(name: 'UserFilterType')
224
+ UserImportInProgressException = Shapes::StructureShape.new(name: 'UserImportInProgressException')
225
+ UserImportJobIdType = Shapes::StringShape.new(name: 'UserImportJobIdType')
226
+ UserImportJobNameType = Shapes::StringShape.new(name: 'UserImportJobNameType')
227
+ UserImportJobStatusType = Shapes::StringShape.new(name: 'UserImportJobStatusType')
228
+ UserImportJobType = Shapes::StructureShape.new(name: 'UserImportJobType')
229
+ UserImportJobsListType = Shapes::ListShape.new(name: 'UserImportJobsListType')
230
+ UserLambdaValidationException = Shapes::StructureShape.new(name: 'UserLambdaValidationException')
231
+ UserNotConfirmedException = Shapes::StructureShape.new(name: 'UserNotConfirmedException')
232
+ UserNotFoundException = Shapes::StructureShape.new(name: 'UserNotFoundException')
233
+ UserPoolClientDescription = Shapes::StructureShape.new(name: 'UserPoolClientDescription')
234
+ UserPoolClientListType = Shapes::ListShape.new(name: 'UserPoolClientListType')
235
+ UserPoolClientType = Shapes::StructureShape.new(name: 'UserPoolClientType')
236
+ UserPoolDescriptionType = Shapes::StructureShape.new(name: 'UserPoolDescriptionType')
237
+ UserPoolIdType = Shapes::StringShape.new(name: 'UserPoolIdType')
238
+ UserPoolListType = Shapes::ListShape.new(name: 'UserPoolListType')
239
+ UserPoolMfaType = Shapes::StringShape.new(name: 'UserPoolMfaType')
240
+ UserPoolNameType = Shapes::StringShape.new(name: 'UserPoolNameType')
241
+ UserPoolPolicyType = Shapes::StructureShape.new(name: 'UserPoolPolicyType')
242
+ UserPoolType = Shapes::StructureShape.new(name: 'UserPoolType')
243
+ UserStatusType = Shapes::StringShape.new(name: 'UserStatusType')
244
+ UserType = Shapes::StructureShape.new(name: 'UserType')
245
+ UsernameExistsException = Shapes::StructureShape.new(name: 'UsernameExistsException')
246
+ UsernameType = Shapes::StringShape.new(name: 'UsernameType')
247
+ UsersListType = Shapes::ListShape.new(name: 'UsersListType')
248
+ VerifiedAttributeType = Shapes::StringShape.new(name: 'VerifiedAttributeType')
249
+ VerifiedAttributesListType = Shapes::ListShape.new(name: 'VerifiedAttributesListType')
250
+ VerifyUserAttributeRequest = Shapes::StructureShape.new(name: 'VerifyUserAttributeRequest')
251
+ VerifyUserAttributeResponse = Shapes::StructureShape.new(name: 'VerifyUserAttributeResponse')
252
+
253
+ AddCustomAttributesRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
254
+ AddCustomAttributesRequest.add_member(:custom_attributes, Shapes::ShapeRef.new(shape: CustomAttributesListType, required: true, location_name: "CustomAttributes"))
255
+ AddCustomAttributesRequest.struct_class = Types::AddCustomAttributesRequest
256
+
257
+ AddCustomAttributesResponse.struct_class = Types::AddCustomAttributesResponse
258
+
259
+ AdminConfirmSignUpRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
260
+ AdminConfirmSignUpRequest.add_member(:username, Shapes::ShapeRef.new(shape: UsernameType, required: true, location_name: "Username"))
261
+ AdminConfirmSignUpRequest.struct_class = Types::AdminConfirmSignUpRequest
262
+
263
+ AdminConfirmSignUpResponse.struct_class = Types::AdminConfirmSignUpResponse
264
+
265
+ AdminCreateUserConfigType.add_member(:allow_admin_create_user_only, Shapes::ShapeRef.new(shape: BooleanType, location_name: "AllowAdminCreateUserOnly"))
266
+ AdminCreateUserConfigType.add_member(:unused_account_validity_days, Shapes::ShapeRef.new(shape: AdminCreateUserUnusedAccountValidityDaysType, location_name: "UnusedAccountValidityDays"))
267
+ AdminCreateUserConfigType.add_member(:invite_message_template, Shapes::ShapeRef.new(shape: MessageTemplateType, location_name: "InviteMessageTemplate"))
268
+ AdminCreateUserConfigType.struct_class = Types::AdminCreateUserConfigType
269
+
270
+ AdminCreateUserRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
271
+ AdminCreateUserRequest.add_member(:username, Shapes::ShapeRef.new(shape: UsernameType, required: true, location_name: "Username"))
272
+ AdminCreateUserRequest.add_member(:user_attributes, Shapes::ShapeRef.new(shape: AttributeListType, location_name: "UserAttributes"))
273
+ AdminCreateUserRequest.add_member(:validation_data, Shapes::ShapeRef.new(shape: AttributeListType, location_name: "ValidationData"))
274
+ AdminCreateUserRequest.add_member(:temporary_password, Shapes::ShapeRef.new(shape: PasswordType, location_name: "TemporaryPassword"))
275
+ AdminCreateUserRequest.add_member(:force_alias_creation, Shapes::ShapeRef.new(shape: ForceAliasCreation, location_name: "ForceAliasCreation"))
276
+ AdminCreateUserRequest.add_member(:message_action, Shapes::ShapeRef.new(shape: MessageActionType, location_name: "MessageAction"))
277
+ AdminCreateUserRequest.add_member(:desired_delivery_mediums, Shapes::ShapeRef.new(shape: DeliveryMediumListType, location_name: "DesiredDeliveryMediums"))
278
+ AdminCreateUserRequest.struct_class = Types::AdminCreateUserRequest
279
+
280
+ AdminCreateUserResponse.add_member(:user, Shapes::ShapeRef.new(shape: UserType, location_name: "User"))
281
+ AdminCreateUserResponse.struct_class = Types::AdminCreateUserResponse
282
+
283
+ AdminDeleteUserAttributesRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
284
+ AdminDeleteUserAttributesRequest.add_member(:username, Shapes::ShapeRef.new(shape: UsernameType, required: true, location_name: "Username"))
285
+ AdminDeleteUserAttributesRequest.add_member(:user_attribute_names, Shapes::ShapeRef.new(shape: AttributeNameListType, required: true, location_name: "UserAttributeNames"))
286
+ AdminDeleteUserAttributesRequest.struct_class = Types::AdminDeleteUserAttributesRequest
287
+
288
+ AdminDeleteUserAttributesResponse.struct_class = Types::AdminDeleteUserAttributesResponse
289
+
290
+ AdminDeleteUserRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
291
+ AdminDeleteUserRequest.add_member(:username, Shapes::ShapeRef.new(shape: UsernameType, required: true, location_name: "Username"))
292
+ AdminDeleteUserRequest.struct_class = Types::AdminDeleteUserRequest
293
+
294
+ AdminDisableUserRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
295
+ AdminDisableUserRequest.add_member(:username, Shapes::ShapeRef.new(shape: UsernameType, required: true, location_name: "Username"))
296
+ AdminDisableUserRequest.struct_class = Types::AdminDisableUserRequest
297
+
298
+ AdminDisableUserResponse.struct_class = Types::AdminDisableUserResponse
299
+
300
+ AdminEnableUserRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
301
+ AdminEnableUserRequest.add_member(:username, Shapes::ShapeRef.new(shape: UsernameType, required: true, location_name: "Username"))
302
+ AdminEnableUserRequest.struct_class = Types::AdminEnableUserRequest
303
+
304
+ AdminEnableUserResponse.struct_class = Types::AdminEnableUserResponse
305
+
306
+ AdminForgetDeviceRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
307
+ AdminForgetDeviceRequest.add_member(:username, Shapes::ShapeRef.new(shape: UsernameType, required: true, location_name: "Username"))
308
+ AdminForgetDeviceRequest.add_member(:device_key, Shapes::ShapeRef.new(shape: DeviceKeyType, required: true, location_name: "DeviceKey"))
309
+ AdminForgetDeviceRequest.struct_class = Types::AdminForgetDeviceRequest
310
+
311
+ AdminGetDeviceRequest.add_member(:device_key, Shapes::ShapeRef.new(shape: DeviceKeyType, required: true, location_name: "DeviceKey"))
312
+ AdminGetDeviceRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
313
+ AdminGetDeviceRequest.add_member(:username, Shapes::ShapeRef.new(shape: UsernameType, required: true, location_name: "Username"))
314
+ AdminGetDeviceRequest.struct_class = Types::AdminGetDeviceRequest
315
+
316
+ AdminGetDeviceResponse.add_member(:device, Shapes::ShapeRef.new(shape: DeviceType, required: true, location_name: "Device"))
317
+ AdminGetDeviceResponse.struct_class = Types::AdminGetDeviceResponse
318
+
319
+ AdminGetUserRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
320
+ AdminGetUserRequest.add_member(:username, Shapes::ShapeRef.new(shape: UsernameType, required: true, location_name: "Username"))
321
+ AdminGetUserRequest.struct_class = Types::AdminGetUserRequest
322
+
323
+ AdminGetUserResponse.add_member(:username, Shapes::ShapeRef.new(shape: UsernameType, required: true, location_name: "Username"))
324
+ AdminGetUserResponse.add_member(:user_attributes, Shapes::ShapeRef.new(shape: AttributeListType, location_name: "UserAttributes"))
325
+ AdminGetUserResponse.add_member(:user_create_date, Shapes::ShapeRef.new(shape: DateType, location_name: "UserCreateDate"))
326
+ AdminGetUserResponse.add_member(:user_last_modified_date, Shapes::ShapeRef.new(shape: DateType, location_name: "UserLastModifiedDate"))
327
+ AdminGetUserResponse.add_member(:enabled, Shapes::ShapeRef.new(shape: BooleanType, location_name: "Enabled"))
328
+ AdminGetUserResponse.add_member(:user_status, Shapes::ShapeRef.new(shape: UserStatusType, location_name: "UserStatus"))
329
+ AdminGetUserResponse.add_member(:mfa_options, Shapes::ShapeRef.new(shape: MFAOptionListType, location_name: "MFAOptions"))
330
+ AdminGetUserResponse.struct_class = Types::AdminGetUserResponse
331
+
332
+ AdminInitiateAuthRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
333
+ AdminInitiateAuthRequest.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "ClientId"))
334
+ AdminInitiateAuthRequest.add_member(:auth_flow, Shapes::ShapeRef.new(shape: AuthFlowType, required: true, location_name: "AuthFlow"))
335
+ AdminInitiateAuthRequest.add_member(:auth_parameters, Shapes::ShapeRef.new(shape: AuthParametersType, location_name: "AuthParameters"))
336
+ AdminInitiateAuthRequest.add_member(:client_metadata, Shapes::ShapeRef.new(shape: ClientMetadataType, location_name: "ClientMetadata"))
337
+ AdminInitiateAuthRequest.struct_class = Types::AdminInitiateAuthRequest
338
+
339
+ AdminInitiateAuthResponse.add_member(:challenge_name, Shapes::ShapeRef.new(shape: ChallengeNameType, location_name: "ChallengeName"))
340
+ AdminInitiateAuthResponse.add_member(:session, Shapes::ShapeRef.new(shape: SessionType, location_name: "Session"))
341
+ AdminInitiateAuthResponse.add_member(:challenge_parameters, Shapes::ShapeRef.new(shape: ChallengeParametersType, location_name: "ChallengeParameters"))
342
+ AdminInitiateAuthResponse.add_member(:authentication_result, Shapes::ShapeRef.new(shape: AuthenticationResultType, location_name: "AuthenticationResult"))
343
+ AdminInitiateAuthResponse.struct_class = Types::AdminInitiateAuthResponse
344
+
345
+ AdminListDevicesRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
346
+ AdminListDevicesRequest.add_member(:username, Shapes::ShapeRef.new(shape: UsernameType, required: true, location_name: "Username"))
347
+ AdminListDevicesRequest.add_member(:limit, Shapes::ShapeRef.new(shape: QueryLimitType, location_name: "Limit"))
348
+ AdminListDevicesRequest.add_member(:pagination_token, Shapes::ShapeRef.new(shape: SearchPaginationTokenType, location_name: "PaginationToken"))
349
+ AdminListDevicesRequest.struct_class = Types::AdminListDevicesRequest
350
+
351
+ AdminListDevicesResponse.add_member(:devices, Shapes::ShapeRef.new(shape: DeviceListType, location_name: "Devices"))
352
+ AdminListDevicesResponse.add_member(:pagination_token, Shapes::ShapeRef.new(shape: SearchPaginationTokenType, location_name: "PaginationToken"))
353
+ AdminListDevicesResponse.struct_class = Types::AdminListDevicesResponse
354
+
355
+ AdminResetUserPasswordRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
356
+ AdminResetUserPasswordRequest.add_member(:username, Shapes::ShapeRef.new(shape: UsernameType, required: true, location_name: "Username"))
357
+ AdminResetUserPasswordRequest.struct_class = Types::AdminResetUserPasswordRequest
358
+
359
+ AdminResetUserPasswordResponse.struct_class = Types::AdminResetUserPasswordResponse
360
+
361
+ AdminRespondToAuthChallengeRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
362
+ AdminRespondToAuthChallengeRequest.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "ClientId"))
363
+ AdminRespondToAuthChallengeRequest.add_member(:challenge_name, Shapes::ShapeRef.new(shape: ChallengeNameType, required: true, location_name: "ChallengeName"))
364
+ AdminRespondToAuthChallengeRequest.add_member(:challenge_responses, Shapes::ShapeRef.new(shape: ChallengeResponsesType, location_name: "ChallengeResponses"))
365
+ AdminRespondToAuthChallengeRequest.add_member(:session, Shapes::ShapeRef.new(shape: SessionType, location_name: "Session"))
366
+ AdminRespondToAuthChallengeRequest.struct_class = Types::AdminRespondToAuthChallengeRequest
367
+
368
+ AdminRespondToAuthChallengeResponse.add_member(:challenge_name, Shapes::ShapeRef.new(shape: ChallengeNameType, location_name: "ChallengeName"))
369
+ AdminRespondToAuthChallengeResponse.add_member(:session, Shapes::ShapeRef.new(shape: SessionType, location_name: "Session"))
370
+ AdminRespondToAuthChallengeResponse.add_member(:challenge_parameters, Shapes::ShapeRef.new(shape: ChallengeParametersType, location_name: "ChallengeParameters"))
371
+ AdminRespondToAuthChallengeResponse.add_member(:authentication_result, Shapes::ShapeRef.new(shape: AuthenticationResultType, location_name: "AuthenticationResult"))
372
+ AdminRespondToAuthChallengeResponse.struct_class = Types::AdminRespondToAuthChallengeResponse
373
+
374
+ AdminSetUserSettingsRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
375
+ AdminSetUserSettingsRequest.add_member(:username, Shapes::ShapeRef.new(shape: UsernameType, required: true, location_name: "Username"))
376
+ AdminSetUserSettingsRequest.add_member(:mfa_options, Shapes::ShapeRef.new(shape: MFAOptionListType, required: true, location_name: "MFAOptions"))
377
+ AdminSetUserSettingsRequest.struct_class = Types::AdminSetUserSettingsRequest
378
+
379
+ AdminSetUserSettingsResponse.struct_class = Types::AdminSetUserSettingsResponse
380
+
381
+ AdminUpdateDeviceStatusRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
382
+ AdminUpdateDeviceStatusRequest.add_member(:username, Shapes::ShapeRef.new(shape: UsernameType, required: true, location_name: "Username"))
383
+ AdminUpdateDeviceStatusRequest.add_member(:device_key, Shapes::ShapeRef.new(shape: DeviceKeyType, required: true, location_name: "DeviceKey"))
384
+ AdminUpdateDeviceStatusRequest.add_member(:device_remembered_status, Shapes::ShapeRef.new(shape: DeviceRememberedStatusType, location_name: "DeviceRememberedStatus"))
385
+ AdminUpdateDeviceStatusRequest.struct_class = Types::AdminUpdateDeviceStatusRequest
386
+
387
+ AdminUpdateDeviceStatusResponse.struct_class = Types::AdminUpdateDeviceStatusResponse
388
+
389
+ AdminUpdateUserAttributesRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
390
+ AdminUpdateUserAttributesRequest.add_member(:username, Shapes::ShapeRef.new(shape: UsernameType, required: true, location_name: "Username"))
391
+ AdminUpdateUserAttributesRequest.add_member(:user_attributes, Shapes::ShapeRef.new(shape: AttributeListType, required: true, location_name: "UserAttributes"))
392
+ AdminUpdateUserAttributesRequest.struct_class = Types::AdminUpdateUserAttributesRequest
393
+
394
+ AdminUpdateUserAttributesResponse.struct_class = Types::AdminUpdateUserAttributesResponse
395
+
396
+ AdminUserGlobalSignOutRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
397
+ AdminUserGlobalSignOutRequest.add_member(:username, Shapes::ShapeRef.new(shape: UsernameType, required: true, location_name: "Username"))
398
+ AdminUserGlobalSignOutRequest.struct_class = Types::AdminUserGlobalSignOutRequest
399
+
400
+ AdminUserGlobalSignOutResponse.struct_class = Types::AdminUserGlobalSignOutResponse
401
+
402
+ AliasAttributesListType.member = Shapes::ShapeRef.new(shape: AliasAttributeType)
403
+
404
+ AttributeListType.member = Shapes::ShapeRef.new(shape: AttributeType)
405
+
406
+ AttributeNameListType.member = Shapes::ShapeRef.new(shape: AttributeNameType)
407
+
408
+ AttributeType.add_member(:name, Shapes::ShapeRef.new(shape: AttributeNameType, required: true, location_name: "Name"))
409
+ AttributeType.add_member(:value, Shapes::ShapeRef.new(shape: AttributeValueType, location_name: "Value"))
410
+ AttributeType.struct_class = Types::AttributeType
411
+
412
+ AuthParametersType.key = Shapes::ShapeRef.new(shape: StringType)
413
+ AuthParametersType.value = Shapes::ShapeRef.new(shape: StringType)
414
+
415
+ AuthenticationResultType.add_member(:access_token, Shapes::ShapeRef.new(shape: TokenModelType, location_name: "AccessToken"))
416
+ AuthenticationResultType.add_member(:expires_in, Shapes::ShapeRef.new(shape: IntegerType, location_name: "ExpiresIn"))
417
+ AuthenticationResultType.add_member(:token_type, Shapes::ShapeRef.new(shape: StringType, location_name: "TokenType"))
418
+ AuthenticationResultType.add_member(:refresh_token, Shapes::ShapeRef.new(shape: TokenModelType, location_name: "RefreshToken"))
419
+ AuthenticationResultType.add_member(:id_token, Shapes::ShapeRef.new(shape: TokenModelType, location_name: "IdToken"))
420
+ AuthenticationResultType.add_member(:new_device_metadata, Shapes::ShapeRef.new(shape: NewDeviceMetadataType, location_name: "NewDeviceMetadata"))
421
+ AuthenticationResultType.struct_class = Types::AuthenticationResultType
422
+
423
+ ChallengeParametersType.key = Shapes::ShapeRef.new(shape: StringType)
424
+ ChallengeParametersType.value = Shapes::ShapeRef.new(shape: StringType)
425
+
426
+ ChallengeResponsesType.key = Shapes::ShapeRef.new(shape: StringType)
427
+ ChallengeResponsesType.value = Shapes::ShapeRef.new(shape: StringType)
428
+
429
+ ChangePasswordRequest.add_member(:previous_password, Shapes::ShapeRef.new(shape: PasswordType, required: true, location_name: "PreviousPassword"))
430
+ ChangePasswordRequest.add_member(:proposed_password, Shapes::ShapeRef.new(shape: PasswordType, required: true, location_name: "ProposedPassword"))
431
+ ChangePasswordRequest.add_member(:access_token, Shapes::ShapeRef.new(shape: TokenModelType, location_name: "AccessToken"))
432
+ ChangePasswordRequest.struct_class = Types::ChangePasswordRequest
433
+
434
+ ChangePasswordResponse.struct_class = Types::ChangePasswordResponse
435
+
436
+ ClientMetadataType.key = Shapes::ShapeRef.new(shape: StringType)
437
+ ClientMetadataType.value = Shapes::ShapeRef.new(shape: StringType)
438
+
439
+ ClientPermissionListType.member = Shapes::ShapeRef.new(shape: ClientPermissionType)
440
+
441
+ CodeDeliveryDetailsListType.member = Shapes::ShapeRef.new(shape: CodeDeliveryDetailsType)
442
+
443
+ CodeDeliveryDetailsType.add_member(:destination, Shapes::ShapeRef.new(shape: StringType, location_name: "Destination"))
444
+ CodeDeliveryDetailsType.add_member(:delivery_medium, Shapes::ShapeRef.new(shape: DeliveryMediumType, location_name: "DeliveryMedium"))
445
+ CodeDeliveryDetailsType.add_member(:attribute_name, Shapes::ShapeRef.new(shape: AttributeNameType, location_name: "AttributeName"))
446
+ CodeDeliveryDetailsType.struct_class = Types::CodeDeliveryDetailsType
447
+
448
+ ConfirmDeviceRequest.add_member(:access_token, Shapes::ShapeRef.new(shape: TokenModelType, required: true, location_name: "AccessToken"))
449
+ ConfirmDeviceRequest.add_member(:device_key, Shapes::ShapeRef.new(shape: DeviceKeyType, required: true, location_name: "DeviceKey"))
450
+ ConfirmDeviceRequest.add_member(:device_secret_verifier_config, Shapes::ShapeRef.new(shape: DeviceSecretVerifierConfigType, location_name: "DeviceSecretVerifierConfig"))
451
+ ConfirmDeviceRequest.add_member(:device_name, Shapes::ShapeRef.new(shape: DeviceNameType, location_name: "DeviceName"))
452
+ ConfirmDeviceRequest.struct_class = Types::ConfirmDeviceRequest
453
+
454
+ ConfirmDeviceResponse.add_member(:user_confirmation_necessary, Shapes::ShapeRef.new(shape: BooleanType, location_name: "UserConfirmationNecessary"))
455
+ ConfirmDeviceResponse.struct_class = Types::ConfirmDeviceResponse
456
+
457
+ ConfirmForgotPasswordRequest.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "ClientId"))
458
+ ConfirmForgotPasswordRequest.add_member(:secret_hash, Shapes::ShapeRef.new(shape: SecretHashType, location_name: "SecretHash"))
459
+ ConfirmForgotPasswordRequest.add_member(:username, Shapes::ShapeRef.new(shape: UsernameType, required: true, location_name: "Username"))
460
+ ConfirmForgotPasswordRequest.add_member(:confirmation_code, Shapes::ShapeRef.new(shape: ConfirmationCodeType, required: true, location_name: "ConfirmationCode"))
461
+ ConfirmForgotPasswordRequest.add_member(:password, Shapes::ShapeRef.new(shape: PasswordType, required: true, location_name: "Password"))
462
+ ConfirmForgotPasswordRequest.struct_class = Types::ConfirmForgotPasswordRequest
463
+
464
+ ConfirmForgotPasswordResponse.struct_class = Types::ConfirmForgotPasswordResponse
465
+
466
+ ConfirmSignUpRequest.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "ClientId"))
467
+ ConfirmSignUpRequest.add_member(:secret_hash, Shapes::ShapeRef.new(shape: SecretHashType, location_name: "SecretHash"))
468
+ ConfirmSignUpRequest.add_member(:username, Shapes::ShapeRef.new(shape: UsernameType, required: true, location_name: "Username"))
469
+ ConfirmSignUpRequest.add_member(:confirmation_code, Shapes::ShapeRef.new(shape: ConfirmationCodeType, required: true, location_name: "ConfirmationCode"))
470
+ ConfirmSignUpRequest.add_member(:force_alias_creation, Shapes::ShapeRef.new(shape: ForceAliasCreation, location_name: "ForceAliasCreation"))
471
+ ConfirmSignUpRequest.struct_class = Types::ConfirmSignUpRequest
472
+
473
+ ConfirmSignUpResponse.struct_class = Types::ConfirmSignUpResponse
474
+
475
+ CreateUserImportJobRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: UserImportJobNameType, required: true, location_name: "JobName"))
476
+ CreateUserImportJobRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
477
+ CreateUserImportJobRequest.add_member(:cloud_watch_logs_role_arn, Shapes::ShapeRef.new(shape: ArnType, required: true, location_name: "CloudWatchLogsRoleArn"))
478
+ CreateUserImportJobRequest.struct_class = Types::CreateUserImportJobRequest
479
+
480
+ CreateUserImportJobResponse.add_member(:user_import_job, Shapes::ShapeRef.new(shape: UserImportJobType, location_name: "UserImportJob"))
481
+ CreateUserImportJobResponse.struct_class = Types::CreateUserImportJobResponse
482
+
483
+ CreateUserPoolClientRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
484
+ CreateUserPoolClientRequest.add_member(:client_name, Shapes::ShapeRef.new(shape: ClientNameType, required: true, location_name: "ClientName"))
485
+ CreateUserPoolClientRequest.add_member(:generate_secret, Shapes::ShapeRef.new(shape: GenerateSecret, location_name: "GenerateSecret"))
486
+ CreateUserPoolClientRequest.add_member(:refresh_token_validity, Shapes::ShapeRef.new(shape: RefreshTokenValidityType, location_name: "RefreshTokenValidity"))
487
+ CreateUserPoolClientRequest.add_member(:read_attributes, Shapes::ShapeRef.new(shape: ClientPermissionListType, location_name: "ReadAttributes"))
488
+ CreateUserPoolClientRequest.add_member(:write_attributes, Shapes::ShapeRef.new(shape: ClientPermissionListType, location_name: "WriteAttributes"))
489
+ CreateUserPoolClientRequest.add_member(:explicit_auth_flows, Shapes::ShapeRef.new(shape: ExplicitAuthFlowsListType, location_name: "ExplicitAuthFlows"))
490
+ CreateUserPoolClientRequest.struct_class = Types::CreateUserPoolClientRequest
491
+
492
+ CreateUserPoolClientResponse.add_member(:user_pool_client, Shapes::ShapeRef.new(shape: UserPoolClientType, location_name: "UserPoolClient"))
493
+ CreateUserPoolClientResponse.struct_class = Types::CreateUserPoolClientResponse
494
+
495
+ CreateUserPoolRequest.add_member(:pool_name, Shapes::ShapeRef.new(shape: UserPoolNameType, required: true, location_name: "PoolName"))
496
+ CreateUserPoolRequest.add_member(:policies, Shapes::ShapeRef.new(shape: UserPoolPolicyType, location_name: "Policies"))
497
+ CreateUserPoolRequest.add_member(:lambda_config, Shapes::ShapeRef.new(shape: LambdaConfigType, location_name: "LambdaConfig"))
498
+ CreateUserPoolRequest.add_member(:auto_verified_attributes, Shapes::ShapeRef.new(shape: VerifiedAttributesListType, location_name: "AutoVerifiedAttributes"))
499
+ CreateUserPoolRequest.add_member(:alias_attributes, Shapes::ShapeRef.new(shape: AliasAttributesListType, location_name: "AliasAttributes"))
500
+ CreateUserPoolRequest.add_member(:sms_verification_message, Shapes::ShapeRef.new(shape: SmsVerificationMessageType, location_name: "SmsVerificationMessage"))
501
+ CreateUserPoolRequest.add_member(:email_verification_message, Shapes::ShapeRef.new(shape: EmailVerificationMessageType, location_name: "EmailVerificationMessage"))
502
+ CreateUserPoolRequest.add_member(:email_verification_subject, Shapes::ShapeRef.new(shape: EmailVerificationSubjectType, location_name: "EmailVerificationSubject"))
503
+ CreateUserPoolRequest.add_member(:sms_authentication_message, Shapes::ShapeRef.new(shape: SmsVerificationMessageType, location_name: "SmsAuthenticationMessage"))
504
+ CreateUserPoolRequest.add_member(:mfa_configuration, Shapes::ShapeRef.new(shape: UserPoolMfaType, location_name: "MfaConfiguration"))
505
+ CreateUserPoolRequest.add_member(:device_configuration, Shapes::ShapeRef.new(shape: DeviceConfigurationType, location_name: "DeviceConfiguration"))
506
+ CreateUserPoolRequest.add_member(:email_configuration, Shapes::ShapeRef.new(shape: EmailConfigurationType, location_name: "EmailConfiguration"))
507
+ CreateUserPoolRequest.add_member(:sms_configuration, Shapes::ShapeRef.new(shape: SmsConfigurationType, location_name: "SmsConfiguration"))
508
+ CreateUserPoolRequest.add_member(:admin_create_user_config, Shapes::ShapeRef.new(shape: AdminCreateUserConfigType, location_name: "AdminCreateUserConfig"))
509
+ CreateUserPoolRequest.add_member(:schema, Shapes::ShapeRef.new(shape: SchemaAttributesListType, location_name: "Schema"))
510
+ CreateUserPoolRequest.struct_class = Types::CreateUserPoolRequest
511
+
512
+ CreateUserPoolResponse.add_member(:user_pool, Shapes::ShapeRef.new(shape: UserPoolType, location_name: "UserPool"))
513
+ CreateUserPoolResponse.struct_class = Types::CreateUserPoolResponse
514
+
515
+ CustomAttributesListType.member = Shapes::ShapeRef.new(shape: SchemaAttributeType)
516
+
517
+ DeleteUserAttributesRequest.add_member(:user_attribute_names, Shapes::ShapeRef.new(shape: AttributeNameListType, required: true, location_name: "UserAttributeNames"))
518
+ DeleteUserAttributesRequest.add_member(:access_token, Shapes::ShapeRef.new(shape: TokenModelType, location_name: "AccessToken"))
519
+ DeleteUserAttributesRequest.struct_class = Types::DeleteUserAttributesRequest
520
+
521
+ DeleteUserAttributesResponse.struct_class = Types::DeleteUserAttributesResponse
522
+
523
+ DeleteUserPoolClientRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
524
+ DeleteUserPoolClientRequest.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "ClientId"))
525
+ DeleteUserPoolClientRequest.struct_class = Types::DeleteUserPoolClientRequest
526
+
527
+ DeleteUserPoolRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
528
+ DeleteUserPoolRequest.struct_class = Types::DeleteUserPoolRequest
529
+
530
+ DeleteUserRequest.add_member(:access_token, Shapes::ShapeRef.new(shape: TokenModelType, location_name: "AccessToken"))
531
+ DeleteUserRequest.struct_class = Types::DeleteUserRequest
532
+
533
+ DeliveryMediumListType.member = Shapes::ShapeRef.new(shape: DeliveryMediumType)
534
+
535
+ DescribeUserImportJobRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
536
+ DescribeUserImportJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: UserImportJobIdType, required: true, location_name: "JobId"))
537
+ DescribeUserImportJobRequest.struct_class = Types::DescribeUserImportJobRequest
538
+
539
+ DescribeUserImportJobResponse.add_member(:user_import_job, Shapes::ShapeRef.new(shape: UserImportJobType, location_name: "UserImportJob"))
540
+ DescribeUserImportJobResponse.struct_class = Types::DescribeUserImportJobResponse
541
+
542
+ DescribeUserPoolClientRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
543
+ DescribeUserPoolClientRequest.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "ClientId"))
544
+ DescribeUserPoolClientRequest.struct_class = Types::DescribeUserPoolClientRequest
545
+
546
+ DescribeUserPoolClientResponse.add_member(:user_pool_client, Shapes::ShapeRef.new(shape: UserPoolClientType, location_name: "UserPoolClient"))
547
+ DescribeUserPoolClientResponse.struct_class = Types::DescribeUserPoolClientResponse
548
+
549
+ DescribeUserPoolRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
550
+ DescribeUserPoolRequest.struct_class = Types::DescribeUserPoolRequest
551
+
552
+ DescribeUserPoolResponse.add_member(:user_pool, Shapes::ShapeRef.new(shape: UserPoolType, location_name: "UserPool"))
553
+ DescribeUserPoolResponse.struct_class = Types::DescribeUserPoolResponse
554
+
555
+ DeviceConfigurationType.add_member(:challenge_required_on_new_device, Shapes::ShapeRef.new(shape: BooleanType, location_name: "ChallengeRequiredOnNewDevice"))
556
+ DeviceConfigurationType.add_member(:device_only_remembered_on_user_prompt, Shapes::ShapeRef.new(shape: BooleanType, location_name: "DeviceOnlyRememberedOnUserPrompt"))
557
+ DeviceConfigurationType.struct_class = Types::DeviceConfigurationType
558
+
559
+ DeviceListType.member = Shapes::ShapeRef.new(shape: DeviceType)
560
+
561
+ DeviceSecretVerifierConfigType.add_member(:password_verifier, Shapes::ShapeRef.new(shape: StringType, location_name: "PasswordVerifier"))
562
+ DeviceSecretVerifierConfigType.add_member(:salt, Shapes::ShapeRef.new(shape: StringType, location_name: "Salt"))
563
+ DeviceSecretVerifierConfigType.struct_class = Types::DeviceSecretVerifierConfigType
564
+
565
+ DeviceType.add_member(:device_key, Shapes::ShapeRef.new(shape: DeviceKeyType, location_name: "DeviceKey"))
566
+ DeviceType.add_member(:device_attributes, Shapes::ShapeRef.new(shape: AttributeListType, location_name: "DeviceAttributes"))
567
+ DeviceType.add_member(:device_create_date, Shapes::ShapeRef.new(shape: DateType, location_name: "DeviceCreateDate"))
568
+ DeviceType.add_member(:device_last_modified_date, Shapes::ShapeRef.new(shape: DateType, location_name: "DeviceLastModifiedDate"))
569
+ DeviceType.add_member(:device_last_authenticated_date, Shapes::ShapeRef.new(shape: DateType, location_name: "DeviceLastAuthenticatedDate"))
570
+ DeviceType.struct_class = Types::DeviceType
571
+
572
+ EmailConfigurationType.add_member(:source_arn, Shapes::ShapeRef.new(shape: ArnType, location_name: "SourceArn"))
573
+ EmailConfigurationType.add_member(:reply_to_email_address, Shapes::ShapeRef.new(shape: EmailAddressType, location_name: "ReplyToEmailAddress"))
574
+ EmailConfigurationType.struct_class = Types::EmailConfigurationType
575
+
576
+ ExplicitAuthFlowsListType.member = Shapes::ShapeRef.new(shape: ExplicitAuthFlowsType)
577
+
578
+ ForgetDeviceRequest.add_member(:access_token, Shapes::ShapeRef.new(shape: TokenModelType, location_name: "AccessToken"))
579
+ ForgetDeviceRequest.add_member(:device_key, Shapes::ShapeRef.new(shape: DeviceKeyType, required: true, location_name: "DeviceKey"))
580
+ ForgetDeviceRequest.struct_class = Types::ForgetDeviceRequest
581
+
582
+ ForgotPasswordRequest.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "ClientId"))
583
+ ForgotPasswordRequest.add_member(:secret_hash, Shapes::ShapeRef.new(shape: SecretHashType, location_name: "SecretHash"))
584
+ ForgotPasswordRequest.add_member(:username, Shapes::ShapeRef.new(shape: UsernameType, required: true, location_name: "Username"))
585
+ ForgotPasswordRequest.struct_class = Types::ForgotPasswordRequest
586
+
587
+ ForgotPasswordResponse.add_member(:code_delivery_details, Shapes::ShapeRef.new(shape: CodeDeliveryDetailsType, location_name: "CodeDeliveryDetails"))
588
+ ForgotPasswordResponse.struct_class = Types::ForgotPasswordResponse
589
+
590
+ GetCSVHeaderRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
591
+ GetCSVHeaderRequest.struct_class = Types::GetCSVHeaderRequest
592
+
593
+ GetCSVHeaderResponse.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, location_name: "UserPoolId"))
594
+ GetCSVHeaderResponse.add_member(:csv_header, Shapes::ShapeRef.new(shape: ListOfStringTypes, location_name: "CSVHeader"))
595
+ GetCSVHeaderResponse.struct_class = Types::GetCSVHeaderResponse
596
+
597
+ GetDeviceRequest.add_member(:device_key, Shapes::ShapeRef.new(shape: DeviceKeyType, required: true, location_name: "DeviceKey"))
598
+ GetDeviceRequest.add_member(:access_token, Shapes::ShapeRef.new(shape: TokenModelType, location_name: "AccessToken"))
599
+ GetDeviceRequest.struct_class = Types::GetDeviceRequest
600
+
601
+ GetDeviceResponse.add_member(:device, Shapes::ShapeRef.new(shape: DeviceType, required: true, location_name: "Device"))
602
+ GetDeviceResponse.struct_class = Types::GetDeviceResponse
603
+
604
+ GetUserAttributeVerificationCodeRequest.add_member(:access_token, Shapes::ShapeRef.new(shape: TokenModelType, location_name: "AccessToken"))
605
+ GetUserAttributeVerificationCodeRequest.add_member(:attribute_name, Shapes::ShapeRef.new(shape: AttributeNameType, required: true, location_name: "AttributeName"))
606
+ GetUserAttributeVerificationCodeRequest.struct_class = Types::GetUserAttributeVerificationCodeRequest
607
+
608
+ GetUserAttributeVerificationCodeResponse.add_member(:code_delivery_details, Shapes::ShapeRef.new(shape: CodeDeliveryDetailsType, location_name: "CodeDeliveryDetails"))
609
+ GetUserAttributeVerificationCodeResponse.struct_class = Types::GetUserAttributeVerificationCodeResponse
610
+
611
+ GetUserRequest.add_member(:access_token, Shapes::ShapeRef.new(shape: TokenModelType, location_name: "AccessToken"))
612
+ GetUserRequest.struct_class = Types::GetUserRequest
613
+
614
+ GetUserResponse.add_member(:username, Shapes::ShapeRef.new(shape: UsernameType, required: true, location_name: "Username"))
615
+ GetUserResponse.add_member(:user_attributes, Shapes::ShapeRef.new(shape: AttributeListType, required: true, location_name: "UserAttributes"))
616
+ GetUserResponse.add_member(:mfa_options, Shapes::ShapeRef.new(shape: MFAOptionListType, location_name: "MFAOptions"))
617
+ GetUserResponse.struct_class = Types::GetUserResponse
618
+
619
+ GlobalSignOutRequest.add_member(:access_token, Shapes::ShapeRef.new(shape: TokenModelType, location_name: "AccessToken"))
620
+ GlobalSignOutRequest.struct_class = Types::GlobalSignOutRequest
621
+
622
+ GlobalSignOutResponse.struct_class = Types::GlobalSignOutResponse
623
+
624
+ InitiateAuthRequest.add_member(:auth_flow, Shapes::ShapeRef.new(shape: AuthFlowType, required: true, location_name: "AuthFlow"))
625
+ InitiateAuthRequest.add_member(:auth_parameters, Shapes::ShapeRef.new(shape: AuthParametersType, location_name: "AuthParameters"))
626
+ InitiateAuthRequest.add_member(:client_metadata, Shapes::ShapeRef.new(shape: ClientMetadataType, location_name: "ClientMetadata"))
627
+ InitiateAuthRequest.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "ClientId"))
628
+ InitiateAuthRequest.struct_class = Types::InitiateAuthRequest
629
+
630
+ InitiateAuthResponse.add_member(:challenge_name, Shapes::ShapeRef.new(shape: ChallengeNameType, location_name: "ChallengeName"))
631
+ InitiateAuthResponse.add_member(:session, Shapes::ShapeRef.new(shape: SessionType, location_name: "Session"))
632
+ InitiateAuthResponse.add_member(:challenge_parameters, Shapes::ShapeRef.new(shape: ChallengeParametersType, location_name: "ChallengeParameters"))
633
+ InitiateAuthResponse.add_member(:authentication_result, Shapes::ShapeRef.new(shape: AuthenticationResultType, location_name: "AuthenticationResult"))
634
+ InitiateAuthResponse.struct_class = Types::InitiateAuthResponse
635
+
636
+ LambdaConfigType.add_member(:pre_sign_up, Shapes::ShapeRef.new(shape: ArnType, location_name: "PreSignUp"))
637
+ LambdaConfigType.add_member(:custom_message, Shapes::ShapeRef.new(shape: ArnType, location_name: "CustomMessage"))
638
+ LambdaConfigType.add_member(:post_confirmation, Shapes::ShapeRef.new(shape: ArnType, location_name: "PostConfirmation"))
639
+ LambdaConfigType.add_member(:pre_authentication, Shapes::ShapeRef.new(shape: ArnType, location_name: "PreAuthentication"))
640
+ LambdaConfigType.add_member(:post_authentication, Shapes::ShapeRef.new(shape: ArnType, location_name: "PostAuthentication"))
641
+ LambdaConfigType.add_member(:define_auth_challenge, Shapes::ShapeRef.new(shape: ArnType, location_name: "DefineAuthChallenge"))
642
+ LambdaConfigType.add_member(:create_auth_challenge, Shapes::ShapeRef.new(shape: ArnType, location_name: "CreateAuthChallenge"))
643
+ LambdaConfigType.add_member(:verify_auth_challenge_response, Shapes::ShapeRef.new(shape: ArnType, location_name: "VerifyAuthChallengeResponse"))
644
+ LambdaConfigType.struct_class = Types::LambdaConfigType
645
+
646
+ ListDevicesRequest.add_member(:access_token, Shapes::ShapeRef.new(shape: TokenModelType, required: true, location_name: "AccessToken"))
647
+ ListDevicesRequest.add_member(:limit, Shapes::ShapeRef.new(shape: QueryLimitType, location_name: "Limit"))
648
+ ListDevicesRequest.add_member(:pagination_token, Shapes::ShapeRef.new(shape: SearchPaginationTokenType, location_name: "PaginationToken"))
649
+ ListDevicesRequest.struct_class = Types::ListDevicesRequest
650
+
651
+ ListDevicesResponse.add_member(:devices, Shapes::ShapeRef.new(shape: DeviceListType, location_name: "Devices"))
652
+ ListDevicesResponse.add_member(:pagination_token, Shapes::ShapeRef.new(shape: SearchPaginationTokenType, location_name: "PaginationToken"))
653
+ ListDevicesResponse.struct_class = Types::ListDevicesResponse
654
+
655
+ ListOfStringTypes.member = Shapes::ShapeRef.new(shape: StringType)
656
+
657
+ ListUserImportJobsRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
658
+ ListUserImportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PoolQueryLimitType, required: true, location_name: "MaxResults"))
659
+ ListUserImportJobsRequest.add_member(:pagination_token, Shapes::ShapeRef.new(shape: PaginationKeyType, location_name: "PaginationToken"))
660
+ ListUserImportJobsRequest.struct_class = Types::ListUserImportJobsRequest
661
+
662
+ ListUserImportJobsResponse.add_member(:user_import_jobs, Shapes::ShapeRef.new(shape: UserImportJobsListType, location_name: "UserImportJobs"))
663
+ ListUserImportJobsResponse.add_member(:pagination_token, Shapes::ShapeRef.new(shape: PaginationKeyType, location_name: "PaginationToken"))
664
+ ListUserImportJobsResponse.struct_class = Types::ListUserImportJobsResponse
665
+
666
+ ListUserPoolClientsRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
667
+ ListUserPoolClientsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: QueryLimit, location_name: "MaxResults"))
668
+ ListUserPoolClientsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationKey, location_name: "NextToken"))
669
+ ListUserPoolClientsRequest.struct_class = Types::ListUserPoolClientsRequest
670
+
671
+ ListUserPoolClientsResponse.add_member(:user_pool_clients, Shapes::ShapeRef.new(shape: UserPoolClientListType, location_name: "UserPoolClients"))
672
+ ListUserPoolClientsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationKey, location_name: "NextToken"))
673
+ ListUserPoolClientsResponse.struct_class = Types::ListUserPoolClientsResponse
674
+
675
+ ListUserPoolsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationKeyType, location_name: "NextToken"))
676
+ ListUserPoolsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PoolQueryLimitType, required: true, location_name: "MaxResults"))
677
+ ListUserPoolsRequest.struct_class = Types::ListUserPoolsRequest
678
+
679
+ ListUserPoolsResponse.add_member(:user_pools, Shapes::ShapeRef.new(shape: UserPoolListType, location_name: "UserPools"))
680
+ ListUserPoolsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationKeyType, location_name: "NextToken"))
681
+ ListUserPoolsResponse.struct_class = Types::ListUserPoolsResponse
682
+
683
+ ListUsersRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
684
+ ListUsersRequest.add_member(:attributes_to_get, Shapes::ShapeRef.new(shape: SearchedAttributeNamesListType, location_name: "AttributesToGet"))
685
+ ListUsersRequest.add_member(:limit, Shapes::ShapeRef.new(shape: QueryLimitType, location_name: "Limit"))
686
+ ListUsersRequest.add_member(:pagination_token, Shapes::ShapeRef.new(shape: SearchPaginationTokenType, location_name: "PaginationToken"))
687
+ ListUsersRequest.add_member(:filter, Shapes::ShapeRef.new(shape: UserFilterType, location_name: "Filter"))
688
+ ListUsersRequest.struct_class = Types::ListUsersRequest
689
+
690
+ ListUsersResponse.add_member(:users, Shapes::ShapeRef.new(shape: UsersListType, location_name: "Users"))
691
+ ListUsersResponse.add_member(:pagination_token, Shapes::ShapeRef.new(shape: SearchPaginationTokenType, location_name: "PaginationToken"))
692
+ ListUsersResponse.struct_class = Types::ListUsersResponse
693
+
694
+ MFAOptionListType.member = Shapes::ShapeRef.new(shape: MFAOptionType)
695
+
696
+ MFAOptionType.add_member(:delivery_medium, Shapes::ShapeRef.new(shape: DeliveryMediumType, location_name: "DeliveryMedium"))
697
+ MFAOptionType.add_member(:attribute_name, Shapes::ShapeRef.new(shape: AttributeNameType, location_name: "AttributeName"))
698
+ MFAOptionType.struct_class = Types::MFAOptionType
699
+
700
+ MessageTemplateType.add_member(:sms_message, Shapes::ShapeRef.new(shape: SmsVerificationMessageType, location_name: "SMSMessage"))
701
+ MessageTemplateType.add_member(:email_message, Shapes::ShapeRef.new(shape: EmailVerificationMessageType, location_name: "EmailMessage"))
702
+ MessageTemplateType.add_member(:email_subject, Shapes::ShapeRef.new(shape: EmailVerificationSubjectType, location_name: "EmailSubject"))
703
+ MessageTemplateType.struct_class = Types::MessageTemplateType
704
+
705
+ NewDeviceMetadataType.add_member(:device_key, Shapes::ShapeRef.new(shape: DeviceKeyType, location_name: "DeviceKey"))
706
+ NewDeviceMetadataType.add_member(:device_group_key, Shapes::ShapeRef.new(shape: StringType, location_name: "DeviceGroupKey"))
707
+ NewDeviceMetadataType.struct_class = Types::NewDeviceMetadataType
708
+
709
+ NumberAttributeConstraintsType.add_member(:min_value, Shapes::ShapeRef.new(shape: StringType, location_name: "MinValue"))
710
+ NumberAttributeConstraintsType.add_member(:max_value, Shapes::ShapeRef.new(shape: StringType, location_name: "MaxValue"))
711
+ NumberAttributeConstraintsType.struct_class = Types::NumberAttributeConstraintsType
712
+
713
+ PasswordPolicyType.add_member(:minimum_length, Shapes::ShapeRef.new(shape: PasswordPolicyMinLengthType, location_name: "MinimumLength"))
714
+ PasswordPolicyType.add_member(:require_uppercase, Shapes::ShapeRef.new(shape: BooleanType, location_name: "RequireUppercase"))
715
+ PasswordPolicyType.add_member(:require_lowercase, Shapes::ShapeRef.new(shape: BooleanType, location_name: "RequireLowercase"))
716
+ PasswordPolicyType.add_member(:require_numbers, Shapes::ShapeRef.new(shape: BooleanType, location_name: "RequireNumbers"))
717
+ PasswordPolicyType.add_member(:require_symbols, Shapes::ShapeRef.new(shape: BooleanType, location_name: "RequireSymbols"))
718
+ PasswordPolicyType.struct_class = Types::PasswordPolicyType
719
+
720
+ ResendConfirmationCodeRequest.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "ClientId"))
721
+ ResendConfirmationCodeRequest.add_member(:secret_hash, Shapes::ShapeRef.new(shape: SecretHashType, location_name: "SecretHash"))
722
+ ResendConfirmationCodeRequest.add_member(:username, Shapes::ShapeRef.new(shape: UsernameType, required: true, location_name: "Username"))
723
+ ResendConfirmationCodeRequest.struct_class = Types::ResendConfirmationCodeRequest
724
+
725
+ ResendConfirmationCodeResponse.add_member(:code_delivery_details, Shapes::ShapeRef.new(shape: CodeDeliveryDetailsType, location_name: "CodeDeliveryDetails"))
726
+ ResendConfirmationCodeResponse.struct_class = Types::ResendConfirmationCodeResponse
727
+
728
+ RespondToAuthChallengeRequest.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "ClientId"))
729
+ RespondToAuthChallengeRequest.add_member(:challenge_name, Shapes::ShapeRef.new(shape: ChallengeNameType, required: true, location_name: "ChallengeName"))
730
+ RespondToAuthChallengeRequest.add_member(:session, Shapes::ShapeRef.new(shape: SessionType, location_name: "Session"))
731
+ RespondToAuthChallengeRequest.add_member(:challenge_responses, Shapes::ShapeRef.new(shape: ChallengeResponsesType, location_name: "ChallengeResponses"))
732
+ RespondToAuthChallengeRequest.struct_class = Types::RespondToAuthChallengeRequest
733
+
734
+ RespondToAuthChallengeResponse.add_member(:challenge_name, Shapes::ShapeRef.new(shape: ChallengeNameType, location_name: "ChallengeName"))
735
+ RespondToAuthChallengeResponse.add_member(:session, Shapes::ShapeRef.new(shape: SessionType, location_name: "Session"))
736
+ RespondToAuthChallengeResponse.add_member(:challenge_parameters, Shapes::ShapeRef.new(shape: ChallengeParametersType, location_name: "ChallengeParameters"))
737
+ RespondToAuthChallengeResponse.add_member(:authentication_result, Shapes::ShapeRef.new(shape: AuthenticationResultType, location_name: "AuthenticationResult"))
738
+ RespondToAuthChallengeResponse.struct_class = Types::RespondToAuthChallengeResponse
739
+
740
+ SchemaAttributeType.add_member(:name, Shapes::ShapeRef.new(shape: CustomAttributeNameType, location_name: "Name"))
741
+ SchemaAttributeType.add_member(:attribute_data_type, Shapes::ShapeRef.new(shape: AttributeDataType, location_name: "AttributeDataType"))
742
+ SchemaAttributeType.add_member(:developer_only_attribute, Shapes::ShapeRef.new(shape: BooleanType, location_name: "DeveloperOnlyAttribute", metadata: {"box"=>true}))
743
+ SchemaAttributeType.add_member(:mutable, Shapes::ShapeRef.new(shape: BooleanType, location_name: "Mutable", metadata: {"box"=>true}))
744
+ SchemaAttributeType.add_member(:required, Shapes::ShapeRef.new(shape: BooleanType, location_name: "Required", metadata: {"box"=>true}))
745
+ SchemaAttributeType.add_member(:number_attribute_constraints, Shapes::ShapeRef.new(shape: NumberAttributeConstraintsType, location_name: "NumberAttributeConstraints"))
746
+ SchemaAttributeType.add_member(:string_attribute_constraints, Shapes::ShapeRef.new(shape: StringAttributeConstraintsType, location_name: "StringAttributeConstraints"))
747
+ SchemaAttributeType.struct_class = Types::SchemaAttributeType
748
+
749
+ SchemaAttributesListType.member = Shapes::ShapeRef.new(shape: SchemaAttributeType)
750
+
751
+ SearchedAttributeNamesListType.member = Shapes::ShapeRef.new(shape: AttributeNameType)
752
+
753
+ SetUserSettingsRequest.add_member(:access_token, Shapes::ShapeRef.new(shape: TokenModelType, required: true, location_name: "AccessToken"))
754
+ SetUserSettingsRequest.add_member(:mfa_options, Shapes::ShapeRef.new(shape: MFAOptionListType, required: true, location_name: "MFAOptions"))
755
+ SetUserSettingsRequest.struct_class = Types::SetUserSettingsRequest
756
+
757
+ SetUserSettingsResponse.struct_class = Types::SetUserSettingsResponse
758
+
759
+ SignUpRequest.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "ClientId"))
760
+ SignUpRequest.add_member(:secret_hash, Shapes::ShapeRef.new(shape: SecretHashType, location_name: "SecretHash"))
761
+ SignUpRequest.add_member(:username, Shapes::ShapeRef.new(shape: UsernameType, required: true, location_name: "Username"))
762
+ SignUpRequest.add_member(:password, Shapes::ShapeRef.new(shape: PasswordType, required: true, location_name: "Password"))
763
+ SignUpRequest.add_member(:user_attributes, Shapes::ShapeRef.new(shape: AttributeListType, location_name: "UserAttributes"))
764
+ SignUpRequest.add_member(:validation_data, Shapes::ShapeRef.new(shape: AttributeListType, location_name: "ValidationData"))
765
+ SignUpRequest.struct_class = Types::SignUpRequest
766
+
767
+ SignUpResponse.add_member(:user_confirmed, Shapes::ShapeRef.new(shape: BooleanType, location_name: "UserConfirmed"))
768
+ SignUpResponse.add_member(:code_delivery_details, Shapes::ShapeRef.new(shape: CodeDeliveryDetailsType, location_name: "CodeDeliveryDetails"))
769
+ SignUpResponse.struct_class = Types::SignUpResponse
770
+
771
+ SmsConfigurationType.add_member(:sns_caller_arn, Shapes::ShapeRef.new(shape: ArnType, required: true, location_name: "SnsCallerArn"))
772
+ SmsConfigurationType.add_member(:external_id, Shapes::ShapeRef.new(shape: StringType, location_name: "ExternalId"))
773
+ SmsConfigurationType.struct_class = Types::SmsConfigurationType
774
+
775
+ StartUserImportJobRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
776
+ StartUserImportJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: UserImportJobIdType, required: true, location_name: "JobId"))
777
+ StartUserImportJobRequest.struct_class = Types::StartUserImportJobRequest
778
+
779
+ StartUserImportJobResponse.add_member(:user_import_job, Shapes::ShapeRef.new(shape: UserImportJobType, location_name: "UserImportJob"))
780
+ StartUserImportJobResponse.struct_class = Types::StartUserImportJobResponse
781
+
782
+ StopUserImportJobRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
783
+ StopUserImportJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: UserImportJobIdType, required: true, location_name: "JobId"))
784
+ StopUserImportJobRequest.struct_class = Types::StopUserImportJobRequest
785
+
786
+ StopUserImportJobResponse.add_member(:user_import_job, Shapes::ShapeRef.new(shape: UserImportJobType, location_name: "UserImportJob"))
787
+ StopUserImportJobResponse.struct_class = Types::StopUserImportJobResponse
788
+
789
+ StringAttributeConstraintsType.add_member(:min_length, Shapes::ShapeRef.new(shape: StringType, location_name: "MinLength"))
790
+ StringAttributeConstraintsType.add_member(:max_length, Shapes::ShapeRef.new(shape: StringType, location_name: "MaxLength"))
791
+ StringAttributeConstraintsType.struct_class = Types::StringAttributeConstraintsType
792
+
793
+ UpdateDeviceStatusRequest.add_member(:access_token, Shapes::ShapeRef.new(shape: TokenModelType, required: true, location_name: "AccessToken"))
794
+ UpdateDeviceStatusRequest.add_member(:device_key, Shapes::ShapeRef.new(shape: DeviceKeyType, required: true, location_name: "DeviceKey"))
795
+ UpdateDeviceStatusRequest.add_member(:device_remembered_status, Shapes::ShapeRef.new(shape: DeviceRememberedStatusType, location_name: "DeviceRememberedStatus"))
796
+ UpdateDeviceStatusRequest.struct_class = Types::UpdateDeviceStatusRequest
797
+
798
+ UpdateDeviceStatusResponse.struct_class = Types::UpdateDeviceStatusResponse
799
+
800
+ UpdateUserAttributesRequest.add_member(:user_attributes, Shapes::ShapeRef.new(shape: AttributeListType, required: true, location_name: "UserAttributes"))
801
+ UpdateUserAttributesRequest.add_member(:access_token, Shapes::ShapeRef.new(shape: TokenModelType, location_name: "AccessToken"))
802
+ UpdateUserAttributesRequest.struct_class = Types::UpdateUserAttributesRequest
803
+
804
+ UpdateUserAttributesResponse.add_member(:code_delivery_details_list, Shapes::ShapeRef.new(shape: CodeDeliveryDetailsListType, location_name: "CodeDeliveryDetailsList"))
805
+ UpdateUserAttributesResponse.struct_class = Types::UpdateUserAttributesResponse
806
+
807
+ UpdateUserPoolClientRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
808
+ UpdateUserPoolClientRequest.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "ClientId"))
809
+ UpdateUserPoolClientRequest.add_member(:client_name, Shapes::ShapeRef.new(shape: ClientNameType, location_name: "ClientName"))
810
+ UpdateUserPoolClientRequest.add_member(:refresh_token_validity, Shapes::ShapeRef.new(shape: RefreshTokenValidityType, location_name: "RefreshTokenValidity"))
811
+ UpdateUserPoolClientRequest.add_member(:read_attributes, Shapes::ShapeRef.new(shape: ClientPermissionListType, location_name: "ReadAttributes"))
812
+ UpdateUserPoolClientRequest.add_member(:write_attributes, Shapes::ShapeRef.new(shape: ClientPermissionListType, location_name: "WriteAttributes"))
813
+ UpdateUserPoolClientRequest.add_member(:explicit_auth_flows, Shapes::ShapeRef.new(shape: ExplicitAuthFlowsListType, location_name: "ExplicitAuthFlows"))
814
+ UpdateUserPoolClientRequest.struct_class = Types::UpdateUserPoolClientRequest
815
+
816
+ UpdateUserPoolClientResponse.add_member(:user_pool_client, Shapes::ShapeRef.new(shape: UserPoolClientType, location_name: "UserPoolClient"))
817
+ UpdateUserPoolClientResponse.struct_class = Types::UpdateUserPoolClientResponse
818
+
819
+ UpdateUserPoolRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
820
+ UpdateUserPoolRequest.add_member(:policies, Shapes::ShapeRef.new(shape: UserPoolPolicyType, location_name: "Policies"))
821
+ UpdateUserPoolRequest.add_member(:lambda_config, Shapes::ShapeRef.new(shape: LambdaConfigType, location_name: "LambdaConfig"))
822
+ UpdateUserPoolRequest.add_member(:auto_verified_attributes, Shapes::ShapeRef.new(shape: VerifiedAttributesListType, location_name: "AutoVerifiedAttributes"))
823
+ UpdateUserPoolRequest.add_member(:sms_verification_message, Shapes::ShapeRef.new(shape: SmsVerificationMessageType, location_name: "SmsVerificationMessage"))
824
+ UpdateUserPoolRequest.add_member(:email_verification_message, Shapes::ShapeRef.new(shape: EmailVerificationMessageType, location_name: "EmailVerificationMessage"))
825
+ UpdateUserPoolRequest.add_member(:email_verification_subject, Shapes::ShapeRef.new(shape: EmailVerificationSubjectType, location_name: "EmailVerificationSubject"))
826
+ UpdateUserPoolRequest.add_member(:sms_authentication_message, Shapes::ShapeRef.new(shape: SmsVerificationMessageType, location_name: "SmsAuthenticationMessage"))
827
+ UpdateUserPoolRequest.add_member(:mfa_configuration, Shapes::ShapeRef.new(shape: UserPoolMfaType, location_name: "MfaConfiguration"))
828
+ UpdateUserPoolRequest.add_member(:device_configuration, Shapes::ShapeRef.new(shape: DeviceConfigurationType, location_name: "DeviceConfiguration"))
829
+ UpdateUserPoolRequest.add_member(:email_configuration, Shapes::ShapeRef.new(shape: EmailConfigurationType, location_name: "EmailConfiguration"))
830
+ UpdateUserPoolRequest.add_member(:sms_configuration, Shapes::ShapeRef.new(shape: SmsConfigurationType, location_name: "SmsConfiguration"))
831
+ UpdateUserPoolRequest.add_member(:admin_create_user_config, Shapes::ShapeRef.new(shape: AdminCreateUserConfigType, location_name: "AdminCreateUserConfig"))
832
+ UpdateUserPoolRequest.struct_class = Types::UpdateUserPoolRequest
833
+
834
+ UpdateUserPoolResponse.struct_class = Types::UpdateUserPoolResponse
835
+
836
+ UserImportJobType.add_member(:job_name, Shapes::ShapeRef.new(shape: UserImportJobNameType, location_name: "JobName"))
837
+ UserImportJobType.add_member(:job_id, Shapes::ShapeRef.new(shape: UserImportJobIdType, location_name: "JobId"))
838
+ UserImportJobType.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, location_name: "UserPoolId"))
839
+ UserImportJobType.add_member(:pre_signed_url, Shapes::ShapeRef.new(shape: PreSignedUrlType, location_name: "PreSignedUrl"))
840
+ UserImportJobType.add_member(:creation_date, Shapes::ShapeRef.new(shape: DateType, location_name: "CreationDate"))
841
+ UserImportJobType.add_member(:start_date, Shapes::ShapeRef.new(shape: DateType, location_name: "StartDate"))
842
+ UserImportJobType.add_member(:completion_date, Shapes::ShapeRef.new(shape: DateType, location_name: "CompletionDate"))
843
+ UserImportJobType.add_member(:status, Shapes::ShapeRef.new(shape: UserImportJobStatusType, location_name: "Status"))
844
+ UserImportJobType.add_member(:cloud_watch_logs_role_arn, Shapes::ShapeRef.new(shape: ArnType, location_name: "CloudWatchLogsRoleArn"))
845
+ UserImportJobType.add_member(:imported_users, Shapes::ShapeRef.new(shape: LongType, location_name: "ImportedUsers"))
846
+ UserImportJobType.add_member(:skipped_users, Shapes::ShapeRef.new(shape: LongType, location_name: "SkippedUsers"))
847
+ UserImportJobType.add_member(:failed_users, Shapes::ShapeRef.new(shape: LongType, location_name: "FailedUsers"))
848
+ UserImportJobType.add_member(:completion_message, Shapes::ShapeRef.new(shape: CompletionMessageType, location_name: "CompletionMessage"))
849
+ UserImportJobType.struct_class = Types::UserImportJobType
850
+
851
+ UserImportJobsListType.member = Shapes::ShapeRef.new(shape: UserImportJobType)
852
+
853
+ UserPoolClientDescription.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, location_name: "ClientId"))
854
+ UserPoolClientDescription.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, location_name: "UserPoolId"))
855
+ UserPoolClientDescription.add_member(:client_name, Shapes::ShapeRef.new(shape: ClientNameType, location_name: "ClientName"))
856
+ UserPoolClientDescription.struct_class = Types::UserPoolClientDescription
857
+
858
+ UserPoolClientListType.member = Shapes::ShapeRef.new(shape: UserPoolClientDescription)
859
+
860
+ UserPoolClientType.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, location_name: "UserPoolId"))
861
+ UserPoolClientType.add_member(:client_name, Shapes::ShapeRef.new(shape: ClientNameType, location_name: "ClientName"))
862
+ UserPoolClientType.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, location_name: "ClientId"))
863
+ UserPoolClientType.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecretType, location_name: "ClientSecret"))
864
+ UserPoolClientType.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: DateType, location_name: "LastModifiedDate"))
865
+ UserPoolClientType.add_member(:creation_date, Shapes::ShapeRef.new(shape: DateType, location_name: "CreationDate"))
866
+ UserPoolClientType.add_member(:refresh_token_validity, Shapes::ShapeRef.new(shape: RefreshTokenValidityType, location_name: "RefreshTokenValidity"))
867
+ UserPoolClientType.add_member(:read_attributes, Shapes::ShapeRef.new(shape: ClientPermissionListType, location_name: "ReadAttributes"))
868
+ UserPoolClientType.add_member(:write_attributes, Shapes::ShapeRef.new(shape: ClientPermissionListType, location_name: "WriteAttributes"))
869
+ UserPoolClientType.add_member(:explicit_auth_flows, Shapes::ShapeRef.new(shape: ExplicitAuthFlowsListType, location_name: "ExplicitAuthFlows"))
870
+ UserPoolClientType.struct_class = Types::UserPoolClientType
871
+
872
+ UserPoolDescriptionType.add_member(:id, Shapes::ShapeRef.new(shape: UserPoolIdType, location_name: "Id"))
873
+ UserPoolDescriptionType.add_member(:name, Shapes::ShapeRef.new(shape: UserPoolNameType, location_name: "Name"))
874
+ UserPoolDescriptionType.add_member(:lambda_config, Shapes::ShapeRef.new(shape: LambdaConfigType, location_name: "LambdaConfig"))
875
+ UserPoolDescriptionType.add_member(:status, Shapes::ShapeRef.new(shape: StatusType, location_name: "Status"))
876
+ UserPoolDescriptionType.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: DateType, location_name: "LastModifiedDate"))
877
+ UserPoolDescriptionType.add_member(:creation_date, Shapes::ShapeRef.new(shape: DateType, location_name: "CreationDate"))
878
+ UserPoolDescriptionType.struct_class = Types::UserPoolDescriptionType
879
+
880
+ UserPoolListType.member = Shapes::ShapeRef.new(shape: UserPoolDescriptionType)
881
+
882
+ UserPoolPolicyType.add_member(:password_policy, Shapes::ShapeRef.new(shape: PasswordPolicyType, location_name: "PasswordPolicy"))
883
+ UserPoolPolicyType.struct_class = Types::UserPoolPolicyType
884
+
885
+ UserPoolType.add_member(:id, Shapes::ShapeRef.new(shape: UserPoolIdType, location_name: "Id"))
886
+ UserPoolType.add_member(:name, Shapes::ShapeRef.new(shape: UserPoolNameType, location_name: "Name"))
887
+ UserPoolType.add_member(:policies, Shapes::ShapeRef.new(shape: UserPoolPolicyType, location_name: "Policies"))
888
+ UserPoolType.add_member(:lambda_config, Shapes::ShapeRef.new(shape: LambdaConfigType, location_name: "LambdaConfig"))
889
+ UserPoolType.add_member(:status, Shapes::ShapeRef.new(shape: StatusType, location_name: "Status"))
890
+ UserPoolType.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: DateType, location_name: "LastModifiedDate"))
891
+ UserPoolType.add_member(:creation_date, Shapes::ShapeRef.new(shape: DateType, location_name: "CreationDate"))
892
+ UserPoolType.add_member(:schema_attributes, Shapes::ShapeRef.new(shape: SchemaAttributesListType, location_name: "SchemaAttributes"))
893
+ UserPoolType.add_member(:auto_verified_attributes, Shapes::ShapeRef.new(shape: VerifiedAttributesListType, location_name: "AutoVerifiedAttributes"))
894
+ UserPoolType.add_member(:alias_attributes, Shapes::ShapeRef.new(shape: AliasAttributesListType, location_name: "AliasAttributes"))
895
+ UserPoolType.add_member(:sms_verification_message, Shapes::ShapeRef.new(shape: SmsVerificationMessageType, location_name: "SmsVerificationMessage"))
896
+ UserPoolType.add_member(:email_verification_message, Shapes::ShapeRef.new(shape: EmailVerificationMessageType, location_name: "EmailVerificationMessage"))
897
+ UserPoolType.add_member(:email_verification_subject, Shapes::ShapeRef.new(shape: EmailVerificationSubjectType, location_name: "EmailVerificationSubject"))
898
+ UserPoolType.add_member(:sms_authentication_message, Shapes::ShapeRef.new(shape: SmsVerificationMessageType, location_name: "SmsAuthenticationMessage"))
899
+ UserPoolType.add_member(:mfa_configuration, Shapes::ShapeRef.new(shape: UserPoolMfaType, location_name: "MfaConfiguration"))
900
+ UserPoolType.add_member(:device_configuration, Shapes::ShapeRef.new(shape: DeviceConfigurationType, location_name: "DeviceConfiguration"))
901
+ UserPoolType.add_member(:estimated_number_of_users, Shapes::ShapeRef.new(shape: IntegerType, location_name: "EstimatedNumberOfUsers"))
902
+ UserPoolType.add_member(:email_configuration, Shapes::ShapeRef.new(shape: EmailConfigurationType, location_name: "EmailConfiguration"))
903
+ UserPoolType.add_member(:sms_configuration, Shapes::ShapeRef.new(shape: SmsConfigurationType, location_name: "SmsConfiguration"))
904
+ UserPoolType.add_member(:sms_configuration_failure, Shapes::ShapeRef.new(shape: StringType, location_name: "SmsConfigurationFailure"))
905
+ UserPoolType.add_member(:email_configuration_failure, Shapes::ShapeRef.new(shape: StringType, location_name: "EmailConfigurationFailure"))
906
+ UserPoolType.add_member(:admin_create_user_config, Shapes::ShapeRef.new(shape: AdminCreateUserConfigType, location_name: "AdminCreateUserConfig"))
907
+ UserPoolType.struct_class = Types::UserPoolType
908
+
909
+ UserType.add_member(:username, Shapes::ShapeRef.new(shape: UsernameType, location_name: "Username"))
910
+ UserType.add_member(:attributes, Shapes::ShapeRef.new(shape: AttributeListType, location_name: "Attributes"))
911
+ UserType.add_member(:user_create_date, Shapes::ShapeRef.new(shape: DateType, location_name: "UserCreateDate"))
912
+ UserType.add_member(:user_last_modified_date, Shapes::ShapeRef.new(shape: DateType, location_name: "UserLastModifiedDate"))
913
+ UserType.add_member(:enabled, Shapes::ShapeRef.new(shape: BooleanType, location_name: "Enabled"))
914
+ UserType.add_member(:user_status, Shapes::ShapeRef.new(shape: UserStatusType, location_name: "UserStatus"))
915
+ UserType.add_member(:mfa_options, Shapes::ShapeRef.new(shape: MFAOptionListType, location_name: "MFAOptions"))
916
+ UserType.struct_class = Types::UserType
917
+
918
+ UsersListType.member = Shapes::ShapeRef.new(shape: UserType)
919
+
920
+ VerifiedAttributesListType.member = Shapes::ShapeRef.new(shape: VerifiedAttributeType)
921
+
922
+ VerifyUserAttributeRequest.add_member(:access_token, Shapes::ShapeRef.new(shape: TokenModelType, location_name: "AccessToken"))
923
+ VerifyUserAttributeRequest.add_member(:attribute_name, Shapes::ShapeRef.new(shape: AttributeNameType, required: true, location_name: "AttributeName"))
924
+ VerifyUserAttributeRequest.add_member(:code, Shapes::ShapeRef.new(shape: ConfirmationCodeType, required: true, location_name: "Code"))
925
+ VerifyUserAttributeRequest.struct_class = Types::VerifyUserAttributeRequest
926
+
927
+ VerifyUserAttributeResponse.struct_class = Types::VerifyUserAttributeResponse
928
+
929
+
930
+ # @api private
931
+ API = Seahorse::Model::Api.new.tap do |api|
932
+
933
+ api.version = "2016-04-18"
934
+
935
+ api.metadata = {
936
+ "endpointPrefix" => "cognito-idp",
937
+ "jsonVersion" => "1.1",
938
+ "protocol" => "json",
939
+ "serviceFullName" => "Amazon Cognito Identity Provider",
940
+ "signatureVersion" => "v4",
941
+ "targetPrefix" => "AWSCognitoIdentityProviderService",
942
+ }
943
+
944
+ api.add_operation(:add_custom_attributes, Seahorse::Model::Operation.new.tap do |o|
945
+ o.name = "AddCustomAttributes"
946
+ o.http_method = "POST"
947
+ o.http_request_uri = "/"
948
+ o.input = Shapes::ShapeRef.new(shape: AddCustomAttributesRequest)
949
+ o.output = Shapes::ShapeRef.new(shape: AddCustomAttributesResponse)
950
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
951
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
952
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
953
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
954
+ o.errors << Shapes::ShapeRef.new(shape: UserImportInProgressException)
955
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
956
+ end)
957
+
958
+ api.add_operation(:admin_confirm_sign_up, Seahorse::Model::Operation.new.tap do |o|
959
+ o.name = "AdminConfirmSignUp"
960
+ o.http_method = "POST"
961
+ o.http_request_uri = "/"
962
+ o.input = Shapes::ShapeRef.new(shape: AdminConfirmSignUpRequest)
963
+ o.output = Shapes::ShapeRef.new(shape: AdminConfirmSignUpResponse)
964
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
965
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
966
+ o.errors << Shapes::ShapeRef.new(shape: UnexpectedLambdaException)
967
+ o.errors << Shapes::ShapeRef.new(shape: UserLambdaValidationException)
968
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
969
+ o.errors << Shapes::ShapeRef.new(shape: TooManyFailedAttemptsException)
970
+ o.errors << Shapes::ShapeRef.new(shape: InvalidLambdaResponseException)
971
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
972
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
973
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
974
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
975
+ end)
976
+
977
+ api.add_operation(:admin_create_user, Seahorse::Model::Operation.new.tap do |o|
978
+ o.name = "AdminCreateUser"
979
+ o.http_method = "POST"
980
+ o.http_request_uri = "/"
981
+ o.input = Shapes::ShapeRef.new(shape: AdminCreateUserRequest)
982
+ o.output = Shapes::ShapeRef.new(shape: AdminCreateUserResponse)
983
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
984
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
985
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
986
+ o.errors << Shapes::ShapeRef.new(shape: UsernameExistsException)
987
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPasswordException)
988
+ o.errors << Shapes::ShapeRef.new(shape: CodeDeliveryFailureException)
989
+ o.errors << Shapes::ShapeRef.new(shape: UnexpectedLambdaException)
990
+ o.errors << Shapes::ShapeRef.new(shape: UserLambdaValidationException)
991
+ o.errors << Shapes::ShapeRef.new(shape: InvalidLambdaResponseException)
992
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionNotMetException)
993
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSmsRoleAccessPolicyException)
994
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSmsRoleTrustRelationshipException)
995
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
996
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
997
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserStateException)
998
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
999
+ end)
1000
+
1001
+ api.add_operation(:admin_delete_user, Seahorse::Model::Operation.new.tap do |o|
1002
+ o.name = "AdminDeleteUser"
1003
+ o.http_method = "POST"
1004
+ o.http_request_uri = "/"
1005
+ o.input = Shapes::ShapeRef.new(shape: AdminDeleteUserRequest)
1006
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1007
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1008
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1009
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1010
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1011
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
1012
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1013
+ end)
1014
+
1015
+ api.add_operation(:admin_delete_user_attributes, Seahorse::Model::Operation.new.tap do |o|
1016
+ o.name = "AdminDeleteUserAttributes"
1017
+ o.http_method = "POST"
1018
+ o.http_request_uri = "/"
1019
+ o.input = Shapes::ShapeRef.new(shape: AdminDeleteUserAttributesRequest)
1020
+ o.output = Shapes::ShapeRef.new(shape: AdminDeleteUserAttributesResponse)
1021
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1022
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1023
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1024
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1025
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
1026
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1027
+ end)
1028
+
1029
+ api.add_operation(:admin_disable_user, Seahorse::Model::Operation.new.tap do |o|
1030
+ o.name = "AdminDisableUser"
1031
+ o.http_method = "POST"
1032
+ o.http_request_uri = "/"
1033
+ o.input = Shapes::ShapeRef.new(shape: AdminDisableUserRequest)
1034
+ o.output = Shapes::ShapeRef.new(shape: AdminDisableUserResponse)
1035
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1036
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1037
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1038
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1039
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
1040
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1041
+ end)
1042
+
1043
+ api.add_operation(:admin_enable_user, Seahorse::Model::Operation.new.tap do |o|
1044
+ o.name = "AdminEnableUser"
1045
+ o.http_method = "POST"
1046
+ o.http_request_uri = "/"
1047
+ o.input = Shapes::ShapeRef.new(shape: AdminEnableUserRequest)
1048
+ o.output = Shapes::ShapeRef.new(shape: AdminEnableUserResponse)
1049
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1050
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1051
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1052
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1053
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
1054
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1055
+ end)
1056
+
1057
+ api.add_operation(:admin_forget_device, Seahorse::Model::Operation.new.tap do |o|
1058
+ o.name = "AdminForgetDevice"
1059
+ o.http_method = "POST"
1060
+ o.http_request_uri = "/"
1061
+ o.input = Shapes::ShapeRef.new(shape: AdminForgetDeviceRequest)
1062
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1063
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1064
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1065
+ o.errors << Shapes::ShapeRef.new(shape: InvalidUserPoolConfigurationException)
1066
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1067
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1068
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
1069
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1070
+ end)
1071
+
1072
+ api.add_operation(:admin_get_device, Seahorse::Model::Operation.new.tap do |o|
1073
+ o.name = "AdminGetDevice"
1074
+ o.http_method = "POST"
1075
+ o.http_request_uri = "/"
1076
+ o.input = Shapes::ShapeRef.new(shape: AdminGetDeviceRequest)
1077
+ o.output = Shapes::ShapeRef.new(shape: AdminGetDeviceResponse)
1078
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1079
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1080
+ o.errors << Shapes::ShapeRef.new(shape: InvalidUserPoolConfigurationException)
1081
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1082
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1083
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1084
+ end)
1085
+
1086
+ api.add_operation(:admin_get_user, Seahorse::Model::Operation.new.tap do |o|
1087
+ o.name = "AdminGetUser"
1088
+ o.http_method = "POST"
1089
+ o.http_request_uri = "/"
1090
+ o.input = Shapes::ShapeRef.new(shape: AdminGetUserRequest)
1091
+ o.output = Shapes::ShapeRef.new(shape: AdminGetUserResponse)
1092
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1093
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1094
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1095
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1096
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
1097
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1098
+ end)
1099
+
1100
+ api.add_operation(:admin_initiate_auth, Seahorse::Model::Operation.new.tap do |o|
1101
+ o.name = "AdminInitiateAuth"
1102
+ o.http_method = "POST"
1103
+ o.http_request_uri = "/"
1104
+ o.input = Shapes::ShapeRef.new(shape: AdminInitiateAuthRequest)
1105
+ o.output = Shapes::ShapeRef.new(shape: AdminInitiateAuthResponse)
1106
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1107
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1108
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1109
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1110
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1111
+ o.errors << Shapes::ShapeRef.new(shape: UnexpectedLambdaException)
1112
+ o.errors << Shapes::ShapeRef.new(shape: InvalidUserPoolConfigurationException)
1113
+ o.errors << Shapes::ShapeRef.new(shape: UserLambdaValidationException)
1114
+ o.errors << Shapes::ShapeRef.new(shape: InvalidLambdaResponseException)
1115
+ o.errors << Shapes::ShapeRef.new(shape: MFAMethodNotFoundException)
1116
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSmsRoleAccessPolicyException)
1117
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSmsRoleTrustRelationshipException)
1118
+ o.errors << Shapes::ShapeRef.new(shape: PasswordResetRequiredException)
1119
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
1120
+ o.errors << Shapes::ShapeRef.new(shape: UserNotConfirmedException)
1121
+ end)
1122
+
1123
+ api.add_operation(:admin_list_devices, Seahorse::Model::Operation.new.tap do |o|
1124
+ o.name = "AdminListDevices"
1125
+ o.http_method = "POST"
1126
+ o.http_request_uri = "/"
1127
+ o.input = Shapes::ShapeRef.new(shape: AdminListDevicesRequest)
1128
+ o.output = Shapes::ShapeRef.new(shape: AdminListDevicesResponse)
1129
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1130
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1131
+ o.errors << Shapes::ShapeRef.new(shape: InvalidUserPoolConfigurationException)
1132
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1133
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1134
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1135
+ end)
1136
+
1137
+ api.add_operation(:admin_reset_user_password, Seahorse::Model::Operation.new.tap do |o|
1138
+ o.name = "AdminResetUserPassword"
1139
+ o.http_method = "POST"
1140
+ o.http_request_uri = "/"
1141
+ o.input = Shapes::ShapeRef.new(shape: AdminResetUserPasswordRequest)
1142
+ o.output = Shapes::ShapeRef.new(shape: AdminResetUserPasswordResponse)
1143
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1144
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1145
+ o.errors << Shapes::ShapeRef.new(shape: UnexpectedLambdaException)
1146
+ o.errors << Shapes::ShapeRef.new(shape: UserLambdaValidationException)
1147
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1148
+ o.errors << Shapes::ShapeRef.new(shape: InvalidLambdaResponseException)
1149
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1150
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1151
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
1152
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1153
+ end)
1154
+
1155
+ api.add_operation(:admin_respond_to_auth_challenge, Seahorse::Model::Operation.new.tap do |o|
1156
+ o.name = "AdminRespondToAuthChallenge"
1157
+ o.http_method = "POST"
1158
+ o.http_request_uri = "/"
1159
+ o.input = Shapes::ShapeRef.new(shape: AdminRespondToAuthChallengeRequest)
1160
+ o.output = Shapes::ShapeRef.new(shape: AdminRespondToAuthChallengeResponse)
1161
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1162
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1163
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1164
+ o.errors << Shapes::ShapeRef.new(shape: CodeMismatchException)
1165
+ o.errors << Shapes::ShapeRef.new(shape: ExpiredCodeException)
1166
+ o.errors << Shapes::ShapeRef.new(shape: UnexpectedLambdaException)
1167
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPasswordException)
1168
+ o.errors << Shapes::ShapeRef.new(shape: UserLambdaValidationException)
1169
+ o.errors << Shapes::ShapeRef.new(shape: InvalidLambdaResponseException)
1170
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1171
+ o.errors << Shapes::ShapeRef.new(shape: InvalidUserPoolConfigurationException)
1172
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1173
+ o.errors << Shapes::ShapeRef.new(shape: MFAMethodNotFoundException)
1174
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSmsRoleAccessPolicyException)
1175
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSmsRoleTrustRelationshipException)
1176
+ o.errors << Shapes::ShapeRef.new(shape: AliasExistsException)
1177
+ o.errors << Shapes::ShapeRef.new(shape: PasswordResetRequiredException)
1178
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
1179
+ o.errors << Shapes::ShapeRef.new(shape: UserNotConfirmedException)
1180
+ end)
1181
+
1182
+ api.add_operation(:admin_set_user_settings, Seahorse::Model::Operation.new.tap do |o|
1183
+ o.name = "AdminSetUserSettings"
1184
+ o.http_method = "POST"
1185
+ o.http_request_uri = "/"
1186
+ o.input = Shapes::ShapeRef.new(shape: AdminSetUserSettingsRequest)
1187
+ o.output = Shapes::ShapeRef.new(shape: AdminSetUserSettingsResponse)
1188
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1189
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1190
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1191
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
1192
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1193
+ end)
1194
+
1195
+ api.add_operation(:admin_update_device_status, Seahorse::Model::Operation.new.tap do |o|
1196
+ o.name = "AdminUpdateDeviceStatus"
1197
+ o.http_method = "POST"
1198
+ o.http_request_uri = "/"
1199
+ o.input = Shapes::ShapeRef.new(shape: AdminUpdateDeviceStatusRequest)
1200
+ o.output = Shapes::ShapeRef.new(shape: AdminUpdateDeviceStatusResponse)
1201
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1202
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1203
+ o.errors << Shapes::ShapeRef.new(shape: InvalidUserPoolConfigurationException)
1204
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1205
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1206
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
1207
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1208
+ end)
1209
+
1210
+ api.add_operation(:admin_update_user_attributes, Seahorse::Model::Operation.new.tap do |o|
1211
+ o.name = "AdminUpdateUserAttributes"
1212
+ o.http_method = "POST"
1213
+ o.http_request_uri = "/"
1214
+ o.input = Shapes::ShapeRef.new(shape: AdminUpdateUserAttributesRequest)
1215
+ o.output = Shapes::ShapeRef.new(shape: AdminUpdateUserAttributesResponse)
1216
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1217
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1218
+ o.errors << Shapes::ShapeRef.new(shape: UnexpectedLambdaException)
1219
+ o.errors << Shapes::ShapeRef.new(shape: UserLambdaValidationException)
1220
+ o.errors << Shapes::ShapeRef.new(shape: InvalidLambdaResponseException)
1221
+ o.errors << Shapes::ShapeRef.new(shape: AliasExistsException)
1222
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1223
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1224
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
1225
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1226
+ end)
1227
+
1228
+ api.add_operation(:admin_user_global_sign_out, Seahorse::Model::Operation.new.tap do |o|
1229
+ o.name = "AdminUserGlobalSignOut"
1230
+ o.http_method = "POST"
1231
+ o.http_request_uri = "/"
1232
+ o.input = Shapes::ShapeRef.new(shape: AdminUserGlobalSignOutRequest)
1233
+ o.output = Shapes::ShapeRef.new(shape: AdminUserGlobalSignOutResponse)
1234
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1235
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1236
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1237
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1238
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
1239
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1240
+ end)
1241
+
1242
+ api.add_operation(:change_password, Seahorse::Model::Operation.new.tap do |o|
1243
+ o.name = "ChangePassword"
1244
+ o.http_method = "POST"
1245
+ o.http_request_uri = "/"
1246
+ o['authtype'] = "none"
1247
+ o.input = Shapes::ShapeRef.new(shape: ChangePasswordRequest)
1248
+ o.output = Shapes::ShapeRef.new(shape: ChangePasswordResponse)
1249
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1250
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1251
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPasswordException)
1252
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1253
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1254
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1255
+ o.errors << Shapes::ShapeRef.new(shape: PasswordResetRequiredException)
1256
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
1257
+ o.errors << Shapes::ShapeRef.new(shape: UserNotConfirmedException)
1258
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1259
+ end)
1260
+
1261
+ api.add_operation(:confirm_device, Seahorse::Model::Operation.new.tap do |o|
1262
+ o.name = "ConfirmDevice"
1263
+ o.http_method = "POST"
1264
+ o.http_request_uri = "/"
1265
+ o.input = Shapes::ShapeRef.new(shape: ConfirmDeviceRequest)
1266
+ o.output = Shapes::ShapeRef.new(shape: ConfirmDeviceResponse)
1267
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1268
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1269
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1270
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPasswordException)
1271
+ o.errors << Shapes::ShapeRef.new(shape: InvalidLambdaResponseException)
1272
+ o.errors << Shapes::ShapeRef.new(shape: UsernameExistsException)
1273
+ o.errors << Shapes::ShapeRef.new(shape: InvalidUserPoolConfigurationException)
1274
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1275
+ o.errors << Shapes::ShapeRef.new(shape: PasswordResetRequiredException)
1276
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
1277
+ o.errors << Shapes::ShapeRef.new(shape: UserNotConfirmedException)
1278
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1279
+ end)
1280
+
1281
+ api.add_operation(:confirm_forgot_password, Seahorse::Model::Operation.new.tap do |o|
1282
+ o.name = "ConfirmForgotPassword"
1283
+ o.http_method = "POST"
1284
+ o.http_request_uri = "/"
1285
+ o['authtype'] = "none"
1286
+ o.input = Shapes::ShapeRef.new(shape: ConfirmForgotPasswordRequest)
1287
+ o.output = Shapes::ShapeRef.new(shape: ConfirmForgotPasswordResponse)
1288
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1289
+ o.errors << Shapes::ShapeRef.new(shape: UnexpectedLambdaException)
1290
+ o.errors << Shapes::ShapeRef.new(shape: UserLambdaValidationException)
1291
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1292
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPasswordException)
1293
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1294
+ o.errors << Shapes::ShapeRef.new(shape: CodeMismatchException)
1295
+ o.errors << Shapes::ShapeRef.new(shape: ExpiredCodeException)
1296
+ o.errors << Shapes::ShapeRef.new(shape: TooManyFailedAttemptsException)
1297
+ o.errors << Shapes::ShapeRef.new(shape: InvalidLambdaResponseException)
1298
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1299
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1300
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
1301
+ o.errors << Shapes::ShapeRef.new(shape: UserNotConfirmedException)
1302
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1303
+ end)
1304
+
1305
+ api.add_operation(:confirm_sign_up, Seahorse::Model::Operation.new.tap do |o|
1306
+ o.name = "ConfirmSignUp"
1307
+ o.http_method = "POST"
1308
+ o.http_request_uri = "/"
1309
+ o['authtype'] = "none"
1310
+ o.input = Shapes::ShapeRef.new(shape: ConfirmSignUpRequest)
1311
+ o.output = Shapes::ShapeRef.new(shape: ConfirmSignUpResponse)
1312
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1313
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1314
+ o.errors << Shapes::ShapeRef.new(shape: UnexpectedLambdaException)
1315
+ o.errors << Shapes::ShapeRef.new(shape: UserLambdaValidationException)
1316
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1317
+ o.errors << Shapes::ShapeRef.new(shape: TooManyFailedAttemptsException)
1318
+ o.errors << Shapes::ShapeRef.new(shape: CodeMismatchException)
1319
+ o.errors << Shapes::ShapeRef.new(shape: ExpiredCodeException)
1320
+ o.errors << Shapes::ShapeRef.new(shape: InvalidLambdaResponseException)
1321
+ o.errors << Shapes::ShapeRef.new(shape: AliasExistsException)
1322
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1323
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1324
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
1325
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1326
+ end)
1327
+
1328
+ api.add_operation(:create_user_import_job, Seahorse::Model::Operation.new.tap do |o|
1329
+ o.name = "CreateUserImportJob"
1330
+ o.http_method = "POST"
1331
+ o.http_request_uri = "/"
1332
+ o.input = Shapes::ShapeRef.new(shape: CreateUserImportJobRequest)
1333
+ o.output = Shapes::ShapeRef.new(shape: CreateUserImportJobResponse)
1334
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1335
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1336
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1337
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionNotMetException)
1338
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1339
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1340
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1341
+ end)
1342
+
1343
+ api.add_operation(:create_user_pool, Seahorse::Model::Operation.new.tap do |o|
1344
+ o.name = "CreateUserPool"
1345
+ o.http_method = "POST"
1346
+ o.http_request_uri = "/"
1347
+ o.input = Shapes::ShapeRef.new(shape: CreateUserPoolRequest)
1348
+ o.output = Shapes::ShapeRef.new(shape: CreateUserPoolResponse)
1349
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1350
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1351
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1352
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSmsRoleAccessPolicyException)
1353
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSmsRoleTrustRelationshipException)
1354
+ o.errors << Shapes::ShapeRef.new(shape: InvalidEmailRoleAccessPolicyException)
1355
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1356
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1357
+ end)
1358
+
1359
+ api.add_operation(:create_user_pool_client, Seahorse::Model::Operation.new.tap do |o|
1360
+ o.name = "CreateUserPoolClient"
1361
+ o.http_method = "POST"
1362
+ o.http_request_uri = "/"
1363
+ o.input = Shapes::ShapeRef.new(shape: CreateUserPoolClientRequest)
1364
+ o.output = Shapes::ShapeRef.new(shape: CreateUserPoolClientResponse)
1365
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1366
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1367
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1368
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1369
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1370
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1371
+ end)
1372
+
1373
+ api.add_operation(:delete_user, Seahorse::Model::Operation.new.tap do |o|
1374
+ o.name = "DeleteUser"
1375
+ o.http_method = "POST"
1376
+ o.http_request_uri = "/"
1377
+ o['authtype'] = "none"
1378
+ o.input = Shapes::ShapeRef.new(shape: DeleteUserRequest)
1379
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1380
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1381
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1382
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1383
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1384
+ o.errors << Shapes::ShapeRef.new(shape: PasswordResetRequiredException)
1385
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
1386
+ o.errors << Shapes::ShapeRef.new(shape: UserNotConfirmedException)
1387
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1388
+ end)
1389
+
1390
+ api.add_operation(:delete_user_attributes, Seahorse::Model::Operation.new.tap do |o|
1391
+ o.name = "DeleteUserAttributes"
1392
+ o.http_method = "POST"
1393
+ o.http_request_uri = "/"
1394
+ o['authtype'] = "none"
1395
+ o.input = Shapes::ShapeRef.new(shape: DeleteUserAttributesRequest)
1396
+ o.output = Shapes::ShapeRef.new(shape: DeleteUserAttributesResponse)
1397
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1398
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1399
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1400
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1401
+ o.errors << Shapes::ShapeRef.new(shape: PasswordResetRequiredException)
1402
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
1403
+ o.errors << Shapes::ShapeRef.new(shape: UserNotConfirmedException)
1404
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1405
+ end)
1406
+
1407
+ api.add_operation(:delete_user_pool, Seahorse::Model::Operation.new.tap do |o|
1408
+ o.name = "DeleteUserPool"
1409
+ o.http_method = "POST"
1410
+ o.http_request_uri = "/"
1411
+ o.input = Shapes::ShapeRef.new(shape: DeleteUserPoolRequest)
1412
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1413
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1414
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1415
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1416
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1417
+ o.errors << Shapes::ShapeRef.new(shape: UserImportInProgressException)
1418
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1419
+ end)
1420
+
1421
+ api.add_operation(:delete_user_pool_client, Seahorse::Model::Operation.new.tap do |o|
1422
+ o.name = "DeleteUserPoolClient"
1423
+ o.http_method = "POST"
1424
+ o.http_request_uri = "/"
1425
+ o.input = Shapes::ShapeRef.new(shape: DeleteUserPoolClientRequest)
1426
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1427
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1428
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1429
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1430
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1431
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1432
+ end)
1433
+
1434
+ api.add_operation(:describe_user_import_job, Seahorse::Model::Operation.new.tap do |o|
1435
+ o.name = "DescribeUserImportJob"
1436
+ o.http_method = "POST"
1437
+ o.http_request_uri = "/"
1438
+ o.input = Shapes::ShapeRef.new(shape: DescribeUserImportJobRequest)
1439
+ o.output = Shapes::ShapeRef.new(shape: DescribeUserImportJobResponse)
1440
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1441
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1442
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1443
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1444
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1445
+ end)
1446
+
1447
+ api.add_operation(:describe_user_pool, Seahorse::Model::Operation.new.tap do |o|
1448
+ o.name = "DescribeUserPool"
1449
+ o.http_method = "POST"
1450
+ o.http_request_uri = "/"
1451
+ o.input = Shapes::ShapeRef.new(shape: DescribeUserPoolRequest)
1452
+ o.output = Shapes::ShapeRef.new(shape: DescribeUserPoolResponse)
1453
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1454
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1455
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1456
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1457
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1458
+ end)
1459
+
1460
+ api.add_operation(:describe_user_pool_client, Seahorse::Model::Operation.new.tap do |o|
1461
+ o.name = "DescribeUserPoolClient"
1462
+ o.http_method = "POST"
1463
+ o.http_request_uri = "/"
1464
+ o.input = Shapes::ShapeRef.new(shape: DescribeUserPoolClientRequest)
1465
+ o.output = Shapes::ShapeRef.new(shape: DescribeUserPoolClientResponse)
1466
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1467
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1468
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1469
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1470
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1471
+ end)
1472
+
1473
+ api.add_operation(:forget_device, Seahorse::Model::Operation.new.tap do |o|
1474
+ o.name = "ForgetDevice"
1475
+ o.http_method = "POST"
1476
+ o.http_request_uri = "/"
1477
+ o.input = Shapes::ShapeRef.new(shape: ForgetDeviceRequest)
1478
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1479
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1480
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1481
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1482
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1483
+ o.errors << Shapes::ShapeRef.new(shape: InvalidUserPoolConfigurationException)
1484
+ o.errors << Shapes::ShapeRef.new(shape: PasswordResetRequiredException)
1485
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
1486
+ o.errors << Shapes::ShapeRef.new(shape: UserNotConfirmedException)
1487
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1488
+ end)
1489
+
1490
+ api.add_operation(:forgot_password, Seahorse::Model::Operation.new.tap do |o|
1491
+ o.name = "ForgotPassword"
1492
+ o.http_method = "POST"
1493
+ o.http_request_uri = "/"
1494
+ o['authtype'] = "none"
1495
+ o.input = Shapes::ShapeRef.new(shape: ForgotPasswordRequest)
1496
+ o.output = Shapes::ShapeRef.new(shape: ForgotPasswordResponse)
1497
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1498
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1499
+ o.errors << Shapes::ShapeRef.new(shape: UnexpectedLambdaException)
1500
+ o.errors << Shapes::ShapeRef.new(shape: UserLambdaValidationException)
1501
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1502
+ o.errors << Shapes::ShapeRef.new(shape: InvalidLambdaResponseException)
1503
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1504
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1505
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSmsRoleAccessPolicyException)
1506
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSmsRoleTrustRelationshipException)
1507
+ o.errors << Shapes::ShapeRef.new(shape: InvalidEmailRoleAccessPolicyException)
1508
+ o.errors << Shapes::ShapeRef.new(shape: CodeDeliveryFailureException)
1509
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
1510
+ o.errors << Shapes::ShapeRef.new(shape: UserNotConfirmedException)
1511
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1512
+ end)
1513
+
1514
+ api.add_operation(:get_csv_header, Seahorse::Model::Operation.new.tap do |o|
1515
+ o.name = "GetCSVHeader"
1516
+ o.http_method = "POST"
1517
+ o.http_request_uri = "/"
1518
+ o.input = Shapes::ShapeRef.new(shape: GetCSVHeaderRequest)
1519
+ o.output = Shapes::ShapeRef.new(shape: GetCSVHeaderResponse)
1520
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1521
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1522
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1523
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1524
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1525
+ end)
1526
+
1527
+ api.add_operation(:get_device, Seahorse::Model::Operation.new.tap do |o|
1528
+ o.name = "GetDevice"
1529
+ o.http_method = "POST"
1530
+ o.http_request_uri = "/"
1531
+ o.input = Shapes::ShapeRef.new(shape: GetDeviceRequest)
1532
+ o.output = Shapes::ShapeRef.new(shape: GetDeviceResponse)
1533
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1534
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1535
+ o.errors << Shapes::ShapeRef.new(shape: InvalidUserPoolConfigurationException)
1536
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1537
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1538
+ o.errors << Shapes::ShapeRef.new(shape: PasswordResetRequiredException)
1539
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
1540
+ o.errors << Shapes::ShapeRef.new(shape: UserNotConfirmedException)
1541
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1542
+ end)
1543
+
1544
+ api.add_operation(:get_user, Seahorse::Model::Operation.new.tap do |o|
1545
+ o.name = "GetUser"
1546
+ o.http_method = "POST"
1547
+ o.http_request_uri = "/"
1548
+ o['authtype'] = "none"
1549
+ o.input = Shapes::ShapeRef.new(shape: GetUserRequest)
1550
+ o.output = Shapes::ShapeRef.new(shape: GetUserResponse)
1551
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1552
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1553
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1554
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1555
+ o.errors << Shapes::ShapeRef.new(shape: PasswordResetRequiredException)
1556
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
1557
+ o.errors << Shapes::ShapeRef.new(shape: UserNotConfirmedException)
1558
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1559
+ end)
1560
+
1561
+ api.add_operation(:get_user_attribute_verification_code, Seahorse::Model::Operation.new.tap do |o|
1562
+ o.name = "GetUserAttributeVerificationCode"
1563
+ o.http_method = "POST"
1564
+ o.http_request_uri = "/"
1565
+ o['authtype'] = "none"
1566
+ o.input = Shapes::ShapeRef.new(shape: GetUserAttributeVerificationCodeRequest)
1567
+ o.output = Shapes::ShapeRef.new(shape: GetUserAttributeVerificationCodeResponse)
1568
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1569
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1570
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1571
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1572
+ o.errors << Shapes::ShapeRef.new(shape: UnexpectedLambdaException)
1573
+ o.errors << Shapes::ShapeRef.new(shape: UserLambdaValidationException)
1574
+ o.errors << Shapes::ShapeRef.new(shape: InvalidLambdaResponseException)
1575
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSmsRoleAccessPolicyException)
1576
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSmsRoleTrustRelationshipException)
1577
+ o.errors << Shapes::ShapeRef.new(shape: InvalidEmailRoleAccessPolicyException)
1578
+ o.errors << Shapes::ShapeRef.new(shape: CodeDeliveryFailureException)
1579
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1580
+ o.errors << Shapes::ShapeRef.new(shape: PasswordResetRequiredException)
1581
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
1582
+ o.errors << Shapes::ShapeRef.new(shape: UserNotConfirmedException)
1583
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1584
+ end)
1585
+
1586
+ api.add_operation(:global_sign_out, Seahorse::Model::Operation.new.tap do |o|
1587
+ o.name = "GlobalSignOut"
1588
+ o.http_method = "POST"
1589
+ o.http_request_uri = "/"
1590
+ o.input = Shapes::ShapeRef.new(shape: GlobalSignOutRequest)
1591
+ o.output = Shapes::ShapeRef.new(shape: GlobalSignOutResponse)
1592
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1593
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1594
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1595
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1596
+ o.errors << Shapes::ShapeRef.new(shape: PasswordResetRequiredException)
1597
+ o.errors << Shapes::ShapeRef.new(shape: UserNotConfirmedException)
1598
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1599
+ end)
1600
+
1601
+ api.add_operation(:initiate_auth, Seahorse::Model::Operation.new.tap do |o|
1602
+ o.name = "InitiateAuth"
1603
+ o.http_method = "POST"
1604
+ o.http_request_uri = "/"
1605
+ o.input = Shapes::ShapeRef.new(shape: InitiateAuthRequest)
1606
+ o.output = Shapes::ShapeRef.new(shape: InitiateAuthResponse)
1607
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1608
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1609
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1610
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1611
+ o.errors << Shapes::ShapeRef.new(shape: UnexpectedLambdaException)
1612
+ o.errors << Shapes::ShapeRef.new(shape: InvalidUserPoolConfigurationException)
1613
+ o.errors << Shapes::ShapeRef.new(shape: UserLambdaValidationException)
1614
+ o.errors << Shapes::ShapeRef.new(shape: InvalidLambdaResponseException)
1615
+ o.errors << Shapes::ShapeRef.new(shape: PasswordResetRequiredException)
1616
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
1617
+ o.errors << Shapes::ShapeRef.new(shape: UserNotConfirmedException)
1618
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1619
+ end)
1620
+
1621
+ api.add_operation(:list_devices, Seahorse::Model::Operation.new.tap do |o|
1622
+ o.name = "ListDevices"
1623
+ o.http_method = "POST"
1624
+ o.http_request_uri = "/"
1625
+ o.input = Shapes::ShapeRef.new(shape: ListDevicesRequest)
1626
+ o.output = Shapes::ShapeRef.new(shape: ListDevicesResponse)
1627
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1628
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1629
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1630
+ o.errors << Shapes::ShapeRef.new(shape: InvalidUserPoolConfigurationException)
1631
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1632
+ o.errors << Shapes::ShapeRef.new(shape: PasswordResetRequiredException)
1633
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
1634
+ o.errors << Shapes::ShapeRef.new(shape: UserNotConfirmedException)
1635
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1636
+ end)
1637
+
1638
+ api.add_operation(:list_user_import_jobs, Seahorse::Model::Operation.new.tap do |o|
1639
+ o.name = "ListUserImportJobs"
1640
+ o.http_method = "POST"
1641
+ o.http_request_uri = "/"
1642
+ o.input = Shapes::ShapeRef.new(shape: ListUserImportJobsRequest)
1643
+ o.output = Shapes::ShapeRef.new(shape: ListUserImportJobsResponse)
1644
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1645
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1646
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1647
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1648
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1649
+ end)
1650
+
1651
+ api.add_operation(:list_user_pool_clients, Seahorse::Model::Operation.new.tap do |o|
1652
+ o.name = "ListUserPoolClients"
1653
+ o.http_method = "POST"
1654
+ o.http_request_uri = "/"
1655
+ o.input = Shapes::ShapeRef.new(shape: ListUserPoolClientsRequest)
1656
+ o.output = Shapes::ShapeRef.new(shape: ListUserPoolClientsResponse)
1657
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1658
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1659
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1660
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1661
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1662
+ end)
1663
+
1664
+ api.add_operation(:list_user_pools, Seahorse::Model::Operation.new.tap do |o|
1665
+ o.name = "ListUserPools"
1666
+ o.http_method = "POST"
1667
+ o.http_request_uri = "/"
1668
+ o.input = Shapes::ShapeRef.new(shape: ListUserPoolsRequest)
1669
+ o.output = Shapes::ShapeRef.new(shape: ListUserPoolsResponse)
1670
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1671
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1672
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1673
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1674
+ end)
1675
+
1676
+ api.add_operation(:list_users, Seahorse::Model::Operation.new.tap do |o|
1677
+ o.name = "ListUsers"
1678
+ o.http_method = "POST"
1679
+ o.http_request_uri = "/"
1680
+ o.input = Shapes::ShapeRef.new(shape: ListUsersRequest)
1681
+ o.output = Shapes::ShapeRef.new(shape: ListUsersResponse)
1682
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1683
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1684
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1685
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1686
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1687
+ end)
1688
+
1689
+ api.add_operation(:resend_confirmation_code, Seahorse::Model::Operation.new.tap do |o|
1690
+ o.name = "ResendConfirmationCode"
1691
+ o.http_method = "POST"
1692
+ o.http_request_uri = "/"
1693
+ o['authtype'] = "none"
1694
+ o.input = Shapes::ShapeRef.new(shape: ResendConfirmationCodeRequest)
1695
+ o.output = Shapes::ShapeRef.new(shape: ResendConfirmationCodeResponse)
1696
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1697
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1698
+ o.errors << Shapes::ShapeRef.new(shape: UnexpectedLambdaException)
1699
+ o.errors << Shapes::ShapeRef.new(shape: UserLambdaValidationException)
1700
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1701
+ o.errors << Shapes::ShapeRef.new(shape: InvalidLambdaResponseException)
1702
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1703
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1704
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSmsRoleAccessPolicyException)
1705
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSmsRoleTrustRelationshipException)
1706
+ o.errors << Shapes::ShapeRef.new(shape: InvalidEmailRoleAccessPolicyException)
1707
+ o.errors << Shapes::ShapeRef.new(shape: CodeDeliveryFailureException)
1708
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
1709
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1710
+ end)
1711
+
1712
+ api.add_operation(:respond_to_auth_challenge, Seahorse::Model::Operation.new.tap do |o|
1713
+ o.name = "RespondToAuthChallenge"
1714
+ o.http_method = "POST"
1715
+ o.http_request_uri = "/"
1716
+ o.input = Shapes::ShapeRef.new(shape: RespondToAuthChallengeRequest)
1717
+ o.output = Shapes::ShapeRef.new(shape: RespondToAuthChallengeResponse)
1718
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1719
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1720
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1721
+ o.errors << Shapes::ShapeRef.new(shape: CodeMismatchException)
1722
+ o.errors << Shapes::ShapeRef.new(shape: ExpiredCodeException)
1723
+ o.errors << Shapes::ShapeRef.new(shape: UnexpectedLambdaException)
1724
+ o.errors << Shapes::ShapeRef.new(shape: UserLambdaValidationException)
1725
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPasswordException)
1726
+ o.errors << Shapes::ShapeRef.new(shape: InvalidLambdaResponseException)
1727
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1728
+ o.errors << Shapes::ShapeRef.new(shape: InvalidUserPoolConfigurationException)
1729
+ o.errors << Shapes::ShapeRef.new(shape: MFAMethodNotFoundException)
1730
+ o.errors << Shapes::ShapeRef.new(shape: PasswordResetRequiredException)
1731
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
1732
+ o.errors << Shapes::ShapeRef.new(shape: UserNotConfirmedException)
1733
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSmsRoleAccessPolicyException)
1734
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSmsRoleTrustRelationshipException)
1735
+ o.errors << Shapes::ShapeRef.new(shape: AliasExistsException)
1736
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1737
+ end)
1738
+
1739
+ api.add_operation(:set_user_settings, Seahorse::Model::Operation.new.tap do |o|
1740
+ o.name = "SetUserSettings"
1741
+ o.http_method = "POST"
1742
+ o.http_request_uri = "/"
1743
+ o['authtype'] = "none"
1744
+ o.input = Shapes::ShapeRef.new(shape: SetUserSettingsRequest)
1745
+ o.output = Shapes::ShapeRef.new(shape: SetUserSettingsResponse)
1746
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1747
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1748
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1749
+ o.errors << Shapes::ShapeRef.new(shape: PasswordResetRequiredException)
1750
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
1751
+ o.errors << Shapes::ShapeRef.new(shape: UserNotConfirmedException)
1752
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1753
+ end)
1754
+
1755
+ api.add_operation(:sign_up, Seahorse::Model::Operation.new.tap do |o|
1756
+ o.name = "SignUp"
1757
+ o.http_method = "POST"
1758
+ o.http_request_uri = "/"
1759
+ o['authtype'] = "none"
1760
+ o.input = Shapes::ShapeRef.new(shape: SignUpRequest)
1761
+ o.output = Shapes::ShapeRef.new(shape: SignUpResponse)
1762
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1763
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1764
+ o.errors << Shapes::ShapeRef.new(shape: UnexpectedLambdaException)
1765
+ o.errors << Shapes::ShapeRef.new(shape: UserLambdaValidationException)
1766
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1767
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPasswordException)
1768
+ o.errors << Shapes::ShapeRef.new(shape: InvalidLambdaResponseException)
1769
+ o.errors << Shapes::ShapeRef.new(shape: UsernameExistsException)
1770
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1771
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1772
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSmsRoleAccessPolicyException)
1773
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSmsRoleTrustRelationshipException)
1774
+ o.errors << Shapes::ShapeRef.new(shape: InvalidEmailRoleAccessPolicyException)
1775
+ o.errors << Shapes::ShapeRef.new(shape: CodeDeliveryFailureException)
1776
+ end)
1777
+
1778
+ api.add_operation(:start_user_import_job, Seahorse::Model::Operation.new.tap do |o|
1779
+ o.name = "StartUserImportJob"
1780
+ o.http_method = "POST"
1781
+ o.http_request_uri = "/"
1782
+ o.input = Shapes::ShapeRef.new(shape: StartUserImportJobRequest)
1783
+ o.output = Shapes::ShapeRef.new(shape: StartUserImportJobResponse)
1784
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1785
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1786
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1787
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1788
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionNotMetException)
1789
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1790
+ end)
1791
+
1792
+ api.add_operation(:stop_user_import_job, Seahorse::Model::Operation.new.tap do |o|
1793
+ o.name = "StopUserImportJob"
1794
+ o.http_method = "POST"
1795
+ o.http_request_uri = "/"
1796
+ o.input = Shapes::ShapeRef.new(shape: StopUserImportJobRequest)
1797
+ o.output = Shapes::ShapeRef.new(shape: StopUserImportJobResponse)
1798
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1799
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1800
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1801
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1802
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionNotMetException)
1803
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1804
+ end)
1805
+
1806
+ api.add_operation(:update_device_status, Seahorse::Model::Operation.new.tap do |o|
1807
+ o.name = "UpdateDeviceStatus"
1808
+ o.http_method = "POST"
1809
+ o.http_request_uri = "/"
1810
+ o.input = Shapes::ShapeRef.new(shape: UpdateDeviceStatusRequest)
1811
+ o.output = Shapes::ShapeRef.new(shape: UpdateDeviceStatusResponse)
1812
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1813
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1814
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1815
+ o.errors << Shapes::ShapeRef.new(shape: InvalidUserPoolConfigurationException)
1816
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1817
+ o.errors << Shapes::ShapeRef.new(shape: PasswordResetRequiredException)
1818
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
1819
+ o.errors << Shapes::ShapeRef.new(shape: UserNotConfirmedException)
1820
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1821
+ end)
1822
+
1823
+ api.add_operation(:update_user_attributes, Seahorse::Model::Operation.new.tap do |o|
1824
+ o.name = "UpdateUserAttributes"
1825
+ o.http_method = "POST"
1826
+ o.http_request_uri = "/"
1827
+ o['authtype'] = "none"
1828
+ o.input = Shapes::ShapeRef.new(shape: UpdateUserAttributesRequest)
1829
+ o.output = Shapes::ShapeRef.new(shape: UpdateUserAttributesResponse)
1830
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1831
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1832
+ o.errors << Shapes::ShapeRef.new(shape: CodeMismatchException)
1833
+ o.errors << Shapes::ShapeRef.new(shape: ExpiredCodeException)
1834
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1835
+ o.errors << Shapes::ShapeRef.new(shape: UnexpectedLambdaException)
1836
+ o.errors << Shapes::ShapeRef.new(shape: UserLambdaValidationException)
1837
+ o.errors << Shapes::ShapeRef.new(shape: InvalidLambdaResponseException)
1838
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1839
+ o.errors << Shapes::ShapeRef.new(shape: AliasExistsException)
1840
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSmsRoleAccessPolicyException)
1841
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSmsRoleTrustRelationshipException)
1842
+ o.errors << Shapes::ShapeRef.new(shape: InvalidEmailRoleAccessPolicyException)
1843
+ o.errors << Shapes::ShapeRef.new(shape: CodeDeliveryFailureException)
1844
+ o.errors << Shapes::ShapeRef.new(shape: PasswordResetRequiredException)
1845
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
1846
+ o.errors << Shapes::ShapeRef.new(shape: UserNotConfirmedException)
1847
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1848
+ end)
1849
+
1850
+ api.add_operation(:update_user_pool, Seahorse::Model::Operation.new.tap do |o|
1851
+ o.name = "UpdateUserPool"
1852
+ o.http_method = "POST"
1853
+ o.http_request_uri = "/"
1854
+ o.input = Shapes::ShapeRef.new(shape: UpdateUserPoolRequest)
1855
+ o.output = Shapes::ShapeRef.new(shape: UpdateUserPoolResponse)
1856
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1857
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1858
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1859
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1860
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1861
+ o.errors << Shapes::ShapeRef.new(shape: UserImportInProgressException)
1862
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1863
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSmsRoleAccessPolicyException)
1864
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSmsRoleTrustRelationshipException)
1865
+ o.errors << Shapes::ShapeRef.new(shape: InvalidEmailRoleAccessPolicyException)
1866
+ end)
1867
+
1868
+ api.add_operation(:update_user_pool_client, Seahorse::Model::Operation.new.tap do |o|
1869
+ o.name = "UpdateUserPoolClient"
1870
+ o.http_method = "POST"
1871
+ o.http_request_uri = "/"
1872
+ o.input = Shapes::ShapeRef.new(shape: UpdateUserPoolClientRequest)
1873
+ o.output = Shapes::ShapeRef.new(shape: UpdateUserPoolClientResponse)
1874
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1875
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1876
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1877
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1878
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1879
+ end)
1880
+
1881
+ api.add_operation(:verify_user_attribute, Seahorse::Model::Operation.new.tap do |o|
1882
+ o.name = "VerifyUserAttribute"
1883
+ o.http_method = "POST"
1884
+ o.http_request_uri = "/"
1885
+ o['authtype'] = "none"
1886
+ o.input = Shapes::ShapeRef.new(shape: VerifyUserAttributeRequest)
1887
+ o.output = Shapes::ShapeRef.new(shape: VerifyUserAttributeResponse)
1888
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1889
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1890
+ o.errors << Shapes::ShapeRef.new(shape: CodeMismatchException)
1891
+ o.errors << Shapes::ShapeRef.new(shape: ExpiredCodeException)
1892
+ o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
1893
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1894
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1895
+ o.errors << Shapes::ShapeRef.new(shape: PasswordResetRequiredException)
1896
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
1897
+ o.errors << Shapes::ShapeRef.new(shape: UserNotConfirmedException)
1898
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1899
+ end)
1900
+ end
1901
+
1902
+ end
1903
+ end
1904
+ end