aws-sdk-cognitoidentityprovider 1.0.0.rc12 → 1.0.0.rc13
Sign up to get free protection for your applications and to get access to all the features.
@@ -24,6 +24,8 @@ module Aws::CognitoIdentityProvider
|
|
24
24
|
AdminDeleteUserAttributesRequest = Shapes::StructureShape.new(name: 'AdminDeleteUserAttributesRequest')
|
25
25
|
AdminDeleteUserAttributesResponse = Shapes::StructureShape.new(name: 'AdminDeleteUserAttributesResponse')
|
26
26
|
AdminDeleteUserRequest = Shapes::StructureShape.new(name: 'AdminDeleteUserRequest')
|
27
|
+
AdminDisableProviderForUserRequest = Shapes::StructureShape.new(name: 'AdminDisableProviderForUserRequest')
|
28
|
+
AdminDisableProviderForUserResponse = Shapes::StructureShape.new(name: 'AdminDisableProviderForUserResponse')
|
27
29
|
AdminDisableUserRequest = Shapes::StructureShape.new(name: 'AdminDisableUserRequest')
|
28
30
|
AdminDisableUserResponse = Shapes::StructureShape.new(name: 'AdminDisableUserResponse')
|
29
31
|
AdminEnableUserRequest = Shapes::StructureShape.new(name: 'AdminEnableUserRequest')
|
@@ -35,6 +37,8 @@ module Aws::CognitoIdentityProvider
|
|
35
37
|
AdminGetUserResponse = Shapes::StructureShape.new(name: 'AdminGetUserResponse')
|
36
38
|
AdminInitiateAuthRequest = Shapes::StructureShape.new(name: 'AdminInitiateAuthRequest')
|
37
39
|
AdminInitiateAuthResponse = Shapes::StructureShape.new(name: 'AdminInitiateAuthResponse')
|
40
|
+
AdminLinkProviderForUserRequest = Shapes::StructureShape.new(name: 'AdminLinkProviderForUserRequest')
|
41
|
+
AdminLinkProviderForUserResponse = Shapes::StructureShape.new(name: 'AdminLinkProviderForUserResponse')
|
38
42
|
AdminListDevicesRequest = Shapes::StructureShape.new(name: 'AdminListDevicesRequest')
|
39
43
|
AdminListDevicesResponse = Shapes::StructureShape.new(name: 'AdminListDevicesResponse')
|
40
44
|
AdminListGroupsForUserRequest = Shapes::StructureShape.new(name: 'AdminListGroupsForUserRequest')
|
@@ -58,6 +62,7 @@ module Aws::CognitoIdentityProvider
|
|
58
62
|
ArnType = Shapes::StringShape.new(name: 'ArnType')
|
59
63
|
AttributeDataType = Shapes::StringShape.new(name: 'AttributeDataType')
|
60
64
|
AttributeListType = Shapes::ListShape.new(name: 'AttributeListType')
|
65
|
+
AttributeMappingKeyType = Shapes::StringShape.new(name: 'AttributeMappingKeyType')
|
61
66
|
AttributeMappingType = Shapes::MapShape.new(name: 'AttributeMappingType')
|
62
67
|
AttributeNameListType = Shapes::ListShape.new(name: 'AttributeNameListType')
|
63
68
|
AttributeNameType = Shapes::StringShape.new(name: 'AttributeNameType')
|
@@ -67,6 +72,8 @@ module Aws::CognitoIdentityProvider
|
|
67
72
|
AuthParametersType = Shapes::MapShape.new(name: 'AuthParametersType')
|
68
73
|
AuthenticationResultType = Shapes::StructureShape.new(name: 'AuthenticationResultType')
|
69
74
|
BooleanType = Shapes::BooleanShape.new(name: 'BooleanType')
|
75
|
+
CSSType = Shapes::StringShape.new(name: 'CSSType')
|
76
|
+
CSSVersionType = Shapes::StringShape.new(name: 'CSSVersionType')
|
70
77
|
CallbackURLsListType = Shapes::ListShape.new(name: 'CallbackURLsListType')
|
71
78
|
ChallengeNameType = Shapes::StringShape.new(name: 'ChallengeNameType')
|
72
79
|
ChallengeParametersType = Shapes::MapShape.new(name: 'ChallengeParametersType')
|
@@ -96,6 +103,8 @@ module Aws::CognitoIdentityProvider
|
|
96
103
|
CreateGroupResponse = Shapes::StructureShape.new(name: 'CreateGroupResponse')
|
97
104
|
CreateIdentityProviderRequest = Shapes::StructureShape.new(name: 'CreateIdentityProviderRequest')
|
98
105
|
CreateIdentityProviderResponse = Shapes::StructureShape.new(name: 'CreateIdentityProviderResponse')
|
106
|
+
CreateResourceServerRequest = Shapes::StructureShape.new(name: 'CreateResourceServerRequest')
|
107
|
+
CreateResourceServerResponse = Shapes::StructureShape.new(name: 'CreateResourceServerResponse')
|
99
108
|
CreateUserImportJobRequest = Shapes::StructureShape.new(name: 'CreateUserImportJobRequest')
|
100
109
|
CreateUserImportJobResponse = Shapes::StructureShape.new(name: 'CreateUserImportJobResponse')
|
101
110
|
CreateUserPoolClientRequest = Shapes::StructureShape.new(name: 'CreateUserPoolClientRequest')
|
@@ -107,8 +116,10 @@ module Aws::CognitoIdentityProvider
|
|
107
116
|
CustomAttributeNameType = Shapes::StringShape.new(name: 'CustomAttributeNameType')
|
108
117
|
CustomAttributesListType = Shapes::ListShape.new(name: 'CustomAttributesListType')
|
109
118
|
DateType = Shapes::TimestampShape.new(name: 'DateType')
|
119
|
+
DefaultEmailOptionType = Shapes::StringShape.new(name: 'DefaultEmailOptionType')
|
110
120
|
DeleteGroupRequest = Shapes::StructureShape.new(name: 'DeleteGroupRequest')
|
111
121
|
DeleteIdentityProviderRequest = Shapes::StructureShape.new(name: 'DeleteIdentityProviderRequest')
|
122
|
+
DeleteResourceServerRequest = Shapes::StructureShape.new(name: 'DeleteResourceServerRequest')
|
112
123
|
DeleteUserAttributesRequest = Shapes::StructureShape.new(name: 'DeleteUserAttributesRequest')
|
113
124
|
DeleteUserAttributesResponse = Shapes::StructureShape.new(name: 'DeleteUserAttributesResponse')
|
114
125
|
DeleteUserPoolClientRequest = Shapes::StructureShape.new(name: 'DeleteUserPoolClientRequest')
|
@@ -120,6 +131,8 @@ module Aws::CognitoIdentityProvider
|
|
120
131
|
DeliveryMediumType = Shapes::StringShape.new(name: 'DeliveryMediumType')
|
121
132
|
DescribeIdentityProviderRequest = Shapes::StructureShape.new(name: 'DescribeIdentityProviderRequest')
|
122
133
|
DescribeIdentityProviderResponse = Shapes::StructureShape.new(name: 'DescribeIdentityProviderResponse')
|
134
|
+
DescribeResourceServerRequest = Shapes::StructureShape.new(name: 'DescribeResourceServerRequest')
|
135
|
+
DescribeResourceServerResponse = Shapes::StructureShape.new(name: 'DescribeResourceServerResponse')
|
123
136
|
DescribeUserImportJobRequest = Shapes::StructureShape.new(name: 'DescribeUserImportJobRequest')
|
124
137
|
DescribeUserImportJobResponse = Shapes::StructureShape.new(name: 'DescribeUserImportJobResponse')
|
125
138
|
DescribeUserPoolClientRequest = Shapes::StructureShape.new(name: 'DescribeUserPoolClientRequest')
|
@@ -143,7 +156,9 @@ module Aws::CognitoIdentityProvider
|
|
143
156
|
DuplicateProviderException = Shapes::StructureShape.new(name: 'DuplicateProviderException')
|
144
157
|
EmailAddressType = Shapes::StringShape.new(name: 'EmailAddressType')
|
145
158
|
EmailConfigurationType = Shapes::StructureShape.new(name: 'EmailConfigurationType')
|
159
|
+
EmailVerificationMessageByLinkType = Shapes::StringShape.new(name: 'EmailVerificationMessageByLinkType')
|
146
160
|
EmailVerificationMessageType = Shapes::StringShape.new(name: 'EmailVerificationMessageType')
|
161
|
+
EmailVerificationSubjectByLinkType = Shapes::StringShape.new(name: 'EmailVerificationSubjectByLinkType')
|
147
162
|
EmailVerificationSubjectType = Shapes::StringShape.new(name: 'EmailVerificationSubjectType')
|
148
163
|
ExpiredCodeException = Shapes::StructureShape.new(name: 'ExpiredCodeException')
|
149
164
|
ExplicitAuthFlowsListType = Shapes::ListShape.new(name: 'ExplicitAuthFlowsListType')
|
@@ -161,6 +176,8 @@ module Aws::CognitoIdentityProvider
|
|
161
176
|
GetGroupResponse = Shapes::StructureShape.new(name: 'GetGroupResponse')
|
162
177
|
GetIdentityProviderByIdentifierRequest = Shapes::StructureShape.new(name: 'GetIdentityProviderByIdentifierRequest')
|
163
178
|
GetIdentityProviderByIdentifierResponse = Shapes::StructureShape.new(name: 'GetIdentityProviderByIdentifierResponse')
|
179
|
+
GetUICustomizationRequest = Shapes::StructureShape.new(name: 'GetUICustomizationRequest')
|
180
|
+
GetUICustomizationResponse = Shapes::StructureShape.new(name: 'GetUICustomizationResponse')
|
164
181
|
GetUserAttributeVerificationCodeRequest = Shapes::StructureShape.new(name: 'GetUserAttributeVerificationCodeRequest')
|
165
182
|
GetUserAttributeVerificationCodeResponse = Shapes::StructureShape.new(name: 'GetUserAttributeVerificationCodeResponse')
|
166
183
|
GetUserRequest = Shapes::StructureShape.new(name: 'GetUserRequest')
|
@@ -175,6 +192,8 @@ module Aws::CognitoIdentityProvider
|
|
175
192
|
IdentityProviderTypeType = Shapes::StringShape.new(name: 'IdentityProviderTypeType')
|
176
193
|
IdpIdentifierType = Shapes::StringShape.new(name: 'IdpIdentifierType')
|
177
194
|
IdpIdentifiersListType = Shapes::ListShape.new(name: 'IdpIdentifiersListType')
|
195
|
+
ImageFileType = Shapes::BlobShape.new(name: 'ImageFileType')
|
196
|
+
ImageUrlType = Shapes::StringShape.new(name: 'ImageUrlType')
|
178
197
|
InitiateAuthRequest = Shapes::StructureShape.new(name: 'InitiateAuthRequest')
|
179
198
|
InitiateAuthResponse = Shapes::StructureShape.new(name: 'InitiateAuthResponse')
|
180
199
|
IntegerType = Shapes::IntegerShape.new(name: 'IntegerType')
|
@@ -197,6 +216,9 @@ module Aws::CognitoIdentityProvider
|
|
197
216
|
ListIdentityProvidersResponse = Shapes::StructureShape.new(name: 'ListIdentityProvidersResponse')
|
198
217
|
ListOfStringTypes = Shapes::ListShape.new(name: 'ListOfStringTypes')
|
199
218
|
ListProvidersLimitType = Shapes::IntegerShape.new(name: 'ListProvidersLimitType')
|
219
|
+
ListResourceServersLimitType = Shapes::IntegerShape.new(name: 'ListResourceServersLimitType')
|
220
|
+
ListResourceServersRequest = Shapes::StructureShape.new(name: 'ListResourceServersRequest')
|
221
|
+
ListResourceServersResponse = Shapes::StructureShape.new(name: 'ListResourceServersResponse')
|
200
222
|
ListUserImportJobsRequest = Shapes::StructureShape.new(name: 'ListUserImportJobsRequest')
|
201
223
|
ListUserImportJobsResponse = Shapes::StructureShape.new(name: 'ListUserImportJobsResponse')
|
202
224
|
ListUserPoolClientsRequest = Shapes::StructureShape.new(name: 'ListUserPoolClientsRequest')
|
@@ -233,6 +255,8 @@ module Aws::CognitoIdentityProvider
|
|
233
255
|
ProviderDescription = Shapes::StructureShape.new(name: 'ProviderDescription')
|
234
256
|
ProviderDetailsType = Shapes::MapShape.new(name: 'ProviderDetailsType')
|
235
257
|
ProviderNameType = Shapes::StringShape.new(name: 'ProviderNameType')
|
258
|
+
ProviderNameTypeV1 = Shapes::StringShape.new(name: 'ProviderNameTypeV1')
|
259
|
+
ProviderUserIdentifierType = Shapes::StructureShape.new(name: 'ProviderUserIdentifierType')
|
236
260
|
ProvidersListType = Shapes::ListShape.new(name: 'ProvidersListType')
|
237
261
|
QueryLimit = Shapes::IntegerShape.new(name: 'QueryLimit')
|
238
262
|
QueryLimitType = Shapes::IntegerShape.new(name: 'QueryLimitType')
|
@@ -241,6 +265,14 @@ module Aws::CognitoIdentityProvider
|
|
241
265
|
ResendConfirmationCodeRequest = Shapes::StructureShape.new(name: 'ResendConfirmationCodeRequest')
|
242
266
|
ResendConfirmationCodeResponse = Shapes::StructureShape.new(name: 'ResendConfirmationCodeResponse')
|
243
267
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
268
|
+
ResourceServerIdentifierType = Shapes::StringShape.new(name: 'ResourceServerIdentifierType')
|
269
|
+
ResourceServerNameType = Shapes::StringShape.new(name: 'ResourceServerNameType')
|
270
|
+
ResourceServerScopeDescriptionType = Shapes::StringShape.new(name: 'ResourceServerScopeDescriptionType')
|
271
|
+
ResourceServerScopeListType = Shapes::ListShape.new(name: 'ResourceServerScopeListType')
|
272
|
+
ResourceServerScopeNameType = Shapes::StringShape.new(name: 'ResourceServerScopeNameType')
|
273
|
+
ResourceServerScopeType = Shapes::StructureShape.new(name: 'ResourceServerScopeType')
|
274
|
+
ResourceServerType = Shapes::StructureShape.new(name: 'ResourceServerType')
|
275
|
+
ResourceServersListType = Shapes::ListShape.new(name: 'ResourceServersListType')
|
244
276
|
RespondToAuthChallengeRequest = Shapes::StructureShape.new(name: 'RespondToAuthChallengeRequest')
|
245
277
|
RespondToAuthChallengeResponse = Shapes::StructureShape.new(name: 'RespondToAuthChallengeResponse')
|
246
278
|
S3BucketType = Shapes::StringShape.new(name: 'S3BucketType')
|
@@ -253,6 +285,8 @@ module Aws::CognitoIdentityProvider
|
|
253
285
|
SearchedAttributeNamesListType = Shapes::ListShape.new(name: 'SearchedAttributeNamesListType')
|
254
286
|
SecretHashType = Shapes::StringShape.new(name: 'SecretHashType')
|
255
287
|
SessionType = Shapes::StringShape.new(name: 'SessionType')
|
288
|
+
SetUICustomizationRequest = Shapes::StructureShape.new(name: 'SetUICustomizationRequest')
|
289
|
+
SetUICustomizationResponse = Shapes::StructureShape.new(name: 'SetUICustomizationResponse')
|
256
290
|
SetUserSettingsRequest = Shapes::StructureShape.new(name: 'SetUserSettingsRequest')
|
257
291
|
SetUserSettingsResponse = Shapes::StructureShape.new(name: 'SetUserSettingsResponse')
|
258
292
|
SignUpRequest = Shapes::StructureShape.new(name: 'SignUpRequest')
|
@@ -270,6 +304,7 @@ module Aws::CognitoIdentityProvider
|
|
270
304
|
TokenModelType = Shapes::StringShape.new(name: 'TokenModelType')
|
271
305
|
TooManyFailedAttemptsException = Shapes::StructureShape.new(name: 'TooManyFailedAttemptsException')
|
272
306
|
TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
|
307
|
+
UICustomizationType = Shapes::StructureShape.new(name: 'UICustomizationType')
|
273
308
|
UnexpectedLambdaException = Shapes::StructureShape.new(name: 'UnexpectedLambdaException')
|
274
309
|
UnsupportedIdentityProviderException = Shapes::StructureShape.new(name: 'UnsupportedIdentityProviderException')
|
275
310
|
UnsupportedUserStateException = Shapes::StructureShape.new(name: 'UnsupportedUserStateException')
|
@@ -279,6 +314,8 @@ module Aws::CognitoIdentityProvider
|
|
279
314
|
UpdateGroupResponse = Shapes::StructureShape.new(name: 'UpdateGroupResponse')
|
280
315
|
UpdateIdentityProviderRequest = Shapes::StructureShape.new(name: 'UpdateIdentityProviderRequest')
|
281
316
|
UpdateIdentityProviderResponse = Shapes::StructureShape.new(name: 'UpdateIdentityProviderResponse')
|
317
|
+
UpdateResourceServerRequest = Shapes::StructureShape.new(name: 'UpdateResourceServerRequest')
|
318
|
+
UpdateResourceServerResponse = Shapes::StructureShape.new(name: 'UpdateResourceServerResponse')
|
282
319
|
UpdateUserAttributesRequest = Shapes::StructureShape.new(name: 'UpdateUserAttributesRequest')
|
283
320
|
UpdateUserAttributesResponse = Shapes::StructureShape.new(name: 'UpdateUserAttributesResponse')
|
284
321
|
UpdateUserPoolClientRequest = Shapes::StructureShape.new(name: 'UpdateUserPoolClientRequest')
|
@@ -314,6 +351,7 @@ module Aws::CognitoIdentityProvider
|
|
314
351
|
UsernameExistsException = Shapes::StructureShape.new(name: 'UsernameExistsException')
|
315
352
|
UsernameType = Shapes::StringShape.new(name: 'UsernameType')
|
316
353
|
UsersListType = Shapes::ListShape.new(name: 'UsersListType')
|
354
|
+
VerificationMessageTemplateType = Shapes::StructureShape.new(name: 'VerificationMessageTemplateType')
|
317
355
|
VerifiedAttributeType = Shapes::StringShape.new(name: 'VerifiedAttributeType')
|
318
356
|
VerifiedAttributesListType = Shapes::ListShape.new(name: 'VerifiedAttributesListType')
|
319
357
|
VerifyUserAttributeRequest = Shapes::StructureShape.new(name: 'VerifyUserAttributeRequest')
|
@@ -365,6 +403,12 @@ module Aws::CognitoIdentityProvider
|
|
365
403
|
AdminDeleteUserRequest.add_member(:username, Shapes::ShapeRef.new(shape: UsernameType, required: true, location_name: "Username"))
|
366
404
|
AdminDeleteUserRequest.struct_class = Types::AdminDeleteUserRequest
|
367
405
|
|
406
|
+
AdminDisableProviderForUserRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: StringType, required: true, location_name: "UserPoolId"))
|
407
|
+
AdminDisableProviderForUserRequest.add_member(:user, Shapes::ShapeRef.new(shape: ProviderUserIdentifierType, required: true, location_name: "User"))
|
408
|
+
AdminDisableProviderForUserRequest.struct_class = Types::AdminDisableProviderForUserRequest
|
409
|
+
|
410
|
+
AdminDisableProviderForUserResponse.struct_class = Types::AdminDisableProviderForUserResponse
|
411
|
+
|
368
412
|
AdminDisableUserRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
|
369
413
|
AdminDisableUserRequest.add_member(:username, Shapes::ShapeRef.new(shape: UsernameType, required: true, location_name: "Username"))
|
370
414
|
AdminDisableUserRequest.struct_class = Types::AdminDisableUserRequest
|
@@ -416,6 +460,13 @@ module Aws::CognitoIdentityProvider
|
|
416
460
|
AdminInitiateAuthResponse.add_member(:authentication_result, Shapes::ShapeRef.new(shape: AuthenticationResultType, location_name: "AuthenticationResult"))
|
417
461
|
AdminInitiateAuthResponse.struct_class = Types::AdminInitiateAuthResponse
|
418
462
|
|
463
|
+
AdminLinkProviderForUserRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: StringType, required: true, location_name: "UserPoolId"))
|
464
|
+
AdminLinkProviderForUserRequest.add_member(:destination_user, Shapes::ShapeRef.new(shape: ProviderUserIdentifierType, required: true, location_name: "DestinationUser"))
|
465
|
+
AdminLinkProviderForUserRequest.add_member(:source_user, Shapes::ShapeRef.new(shape: ProviderUserIdentifierType, required: true, location_name: "SourceUser"))
|
466
|
+
AdminLinkProviderForUserRequest.struct_class = Types::AdminLinkProviderForUserRequest
|
467
|
+
|
468
|
+
AdminLinkProviderForUserResponse.struct_class = Types::AdminLinkProviderForUserResponse
|
469
|
+
|
419
470
|
AdminListDevicesRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
|
420
471
|
AdminListDevicesRequest.add_member(:username, Shapes::ShapeRef.new(shape: UsernameType, required: true, location_name: "Username"))
|
421
472
|
AdminListDevicesRequest.add_member(:limit, Shapes::ShapeRef.new(shape: QueryLimitType, location_name: "Limit"))
|
@@ -492,7 +543,7 @@ module Aws::CognitoIdentityProvider
|
|
492
543
|
|
493
544
|
AttributeListType.member = Shapes::ShapeRef.new(shape: AttributeType)
|
494
545
|
|
495
|
-
AttributeMappingType.key = Shapes::ShapeRef.new(shape:
|
546
|
+
AttributeMappingType.key = Shapes::ShapeRef.new(shape: AttributeMappingKeyType)
|
496
547
|
AttributeMappingType.value = Shapes::ShapeRef.new(shape: StringType)
|
497
548
|
|
498
549
|
AttributeNameListType.member = Shapes::ShapeRef.new(shape: AttributeNameType)
|
@@ -577,7 +628,7 @@ module Aws::CognitoIdentityProvider
|
|
577
628
|
CreateGroupResponse.struct_class = Types::CreateGroupResponse
|
578
629
|
|
579
630
|
CreateIdentityProviderRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
|
580
|
-
CreateIdentityProviderRequest.add_member(:provider_name, Shapes::ShapeRef.new(shape:
|
631
|
+
CreateIdentityProviderRequest.add_member(:provider_name, Shapes::ShapeRef.new(shape: ProviderNameTypeV1, required: true, location_name: "ProviderName"))
|
581
632
|
CreateIdentityProviderRequest.add_member(:provider_type, Shapes::ShapeRef.new(shape: IdentityProviderTypeType, required: true, location_name: "ProviderType"))
|
582
633
|
CreateIdentityProviderRequest.add_member(:provider_details, Shapes::ShapeRef.new(shape: ProviderDetailsType, required: true, location_name: "ProviderDetails"))
|
583
634
|
CreateIdentityProviderRequest.add_member(:attribute_mapping, Shapes::ShapeRef.new(shape: AttributeMappingType, location_name: "AttributeMapping"))
|
@@ -587,6 +638,15 @@ module Aws::CognitoIdentityProvider
|
|
587
638
|
CreateIdentityProviderResponse.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProviderType, required: true, location_name: "IdentityProvider"))
|
588
639
|
CreateIdentityProviderResponse.struct_class = Types::CreateIdentityProviderResponse
|
589
640
|
|
641
|
+
CreateResourceServerRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
|
642
|
+
CreateResourceServerRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: ResourceServerIdentifierType, required: true, location_name: "Identifier"))
|
643
|
+
CreateResourceServerRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceServerNameType, required: true, location_name: "Name"))
|
644
|
+
CreateResourceServerRequest.add_member(:scopes, Shapes::ShapeRef.new(shape: ResourceServerScopeListType, location_name: "Scopes"))
|
645
|
+
CreateResourceServerRequest.struct_class = Types::CreateResourceServerRequest
|
646
|
+
|
647
|
+
CreateResourceServerResponse.add_member(:resource_server, Shapes::ShapeRef.new(shape: ResourceServerType, required: true, location_name: "ResourceServer"))
|
648
|
+
CreateResourceServerResponse.struct_class = Types::CreateResourceServerResponse
|
649
|
+
|
590
650
|
CreateUserImportJobRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: UserImportJobNameType, required: true, location_name: "JobName"))
|
591
651
|
CreateUserImportJobRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
|
592
652
|
CreateUserImportJobRequest.add_member(:cloud_watch_logs_role_arn, Shapes::ShapeRef.new(shape: ArnType, required: true, location_name: "CloudWatchLogsRoleArn"))
|
@@ -629,6 +689,7 @@ module Aws::CognitoIdentityProvider
|
|
629
689
|
CreateUserPoolRequest.add_member(:sms_verification_message, Shapes::ShapeRef.new(shape: SmsVerificationMessageType, location_name: "SmsVerificationMessage"))
|
630
690
|
CreateUserPoolRequest.add_member(:email_verification_message, Shapes::ShapeRef.new(shape: EmailVerificationMessageType, location_name: "EmailVerificationMessage"))
|
631
691
|
CreateUserPoolRequest.add_member(:email_verification_subject, Shapes::ShapeRef.new(shape: EmailVerificationSubjectType, location_name: "EmailVerificationSubject"))
|
692
|
+
CreateUserPoolRequest.add_member(:verification_message_template, Shapes::ShapeRef.new(shape: VerificationMessageTemplateType, location_name: "VerificationMessageTemplate"))
|
632
693
|
CreateUserPoolRequest.add_member(:sms_authentication_message, Shapes::ShapeRef.new(shape: SmsVerificationMessageType, location_name: "SmsAuthenticationMessage"))
|
633
694
|
CreateUserPoolRequest.add_member(:mfa_configuration, Shapes::ShapeRef.new(shape: UserPoolMfaType, location_name: "MfaConfiguration"))
|
634
695
|
CreateUserPoolRequest.add_member(:device_configuration, Shapes::ShapeRef.new(shape: DeviceConfigurationType, location_name: "DeviceConfiguration"))
|
@@ -652,6 +713,10 @@ module Aws::CognitoIdentityProvider
|
|
652
713
|
DeleteIdentityProviderRequest.add_member(:provider_name, Shapes::ShapeRef.new(shape: ProviderNameType, required: true, location_name: "ProviderName"))
|
653
714
|
DeleteIdentityProviderRequest.struct_class = Types::DeleteIdentityProviderRequest
|
654
715
|
|
716
|
+
DeleteResourceServerRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
|
717
|
+
DeleteResourceServerRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: ResourceServerIdentifierType, required: true, location_name: "Identifier"))
|
718
|
+
DeleteResourceServerRequest.struct_class = Types::DeleteResourceServerRequest
|
719
|
+
|
655
720
|
DeleteUserAttributesRequest.add_member(:user_attribute_names, Shapes::ShapeRef.new(shape: AttributeNameListType, required: true, location_name: "UserAttributeNames"))
|
656
721
|
DeleteUserAttributesRequest.add_member(:access_token, Shapes::ShapeRef.new(shape: TokenModelType, required: true, location_name: "AccessToken"))
|
657
722
|
DeleteUserAttributesRequest.struct_class = Types::DeleteUserAttributesRequest
|
@@ -683,6 +748,13 @@ module Aws::CognitoIdentityProvider
|
|
683
748
|
DescribeIdentityProviderResponse.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProviderType, required: true, location_name: "IdentityProvider"))
|
684
749
|
DescribeIdentityProviderResponse.struct_class = Types::DescribeIdentityProviderResponse
|
685
750
|
|
751
|
+
DescribeResourceServerRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
|
752
|
+
DescribeResourceServerRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: ResourceServerIdentifierType, required: true, location_name: "Identifier"))
|
753
|
+
DescribeResourceServerRequest.struct_class = Types::DescribeResourceServerRequest
|
754
|
+
|
755
|
+
DescribeResourceServerResponse.add_member(:resource_server, Shapes::ShapeRef.new(shape: ResourceServerType, required: true, location_name: "ResourceServer"))
|
756
|
+
DescribeResourceServerResponse.struct_class = Types::DescribeResourceServerResponse
|
757
|
+
|
686
758
|
DescribeUserImportJobRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
|
687
759
|
DescribeUserImportJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: UserImportJobIdType, required: true, location_name: "JobId"))
|
688
760
|
DescribeUserImportJobRequest.struct_class = Types::DescribeUserImportJobRequest
|
@@ -781,6 +853,13 @@ module Aws::CognitoIdentityProvider
|
|
781
853
|
GetIdentityProviderByIdentifierResponse.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProviderType, required: true, location_name: "IdentityProvider"))
|
782
854
|
GetIdentityProviderByIdentifierResponse.struct_class = Types::GetIdentityProviderByIdentifierResponse
|
783
855
|
|
856
|
+
GetUICustomizationRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
|
857
|
+
GetUICustomizationRequest.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, location_name: "ClientId"))
|
858
|
+
GetUICustomizationRequest.struct_class = Types::GetUICustomizationRequest
|
859
|
+
|
860
|
+
GetUICustomizationResponse.add_member(:ui_customization, Shapes::ShapeRef.new(shape: UICustomizationType, required: true, location_name: "UICustomization"))
|
861
|
+
GetUICustomizationResponse.struct_class = Types::GetUICustomizationResponse
|
862
|
+
|
784
863
|
GetUserAttributeVerificationCodeRequest.add_member(:access_token, Shapes::ShapeRef.new(shape: TokenModelType, required: true, location_name: "AccessToken"))
|
785
864
|
GetUserAttributeVerificationCodeRequest.add_member(:attribute_name, Shapes::ShapeRef.new(shape: AttributeNameType, required: true, location_name: "AttributeName"))
|
786
865
|
GetUserAttributeVerificationCodeRequest.struct_class = Types::GetUserAttributeVerificationCodeRequest
|
@@ -875,6 +954,15 @@ module Aws::CognitoIdentityProvider
|
|
875
954
|
|
876
955
|
ListOfStringTypes.member = Shapes::ShapeRef.new(shape: StringType)
|
877
956
|
|
957
|
+
ListResourceServersRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
|
958
|
+
ListResourceServersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListResourceServersLimitType, location_name: "MaxResults"))
|
959
|
+
ListResourceServersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationKeyType, location_name: "NextToken"))
|
960
|
+
ListResourceServersRequest.struct_class = Types::ListResourceServersRequest
|
961
|
+
|
962
|
+
ListResourceServersResponse.add_member(:resource_servers, Shapes::ShapeRef.new(shape: ResourceServersListType, required: true, location_name: "ResourceServers"))
|
963
|
+
ListResourceServersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationKeyType, location_name: "NextToken"))
|
964
|
+
ListResourceServersResponse.struct_class = Types::ListResourceServersResponse
|
965
|
+
|
878
966
|
ListUserImportJobsRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
|
879
967
|
ListUserImportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PoolQueryLimitType, required: true, location_name: "MaxResults"))
|
880
968
|
ListUserImportJobsRequest.add_member(:pagination_token, Shapes::ShapeRef.new(shape: PaginationKeyType, location_name: "PaginationToken"))
|
@@ -961,6 +1049,11 @@ module Aws::CognitoIdentityProvider
|
|
961
1049
|
ProviderDetailsType.key = Shapes::ShapeRef.new(shape: StringType)
|
962
1050
|
ProviderDetailsType.value = Shapes::ShapeRef.new(shape: StringType)
|
963
1051
|
|
1052
|
+
ProviderUserIdentifierType.add_member(:provider_name, Shapes::ShapeRef.new(shape: ProviderNameType, location_name: "ProviderName"))
|
1053
|
+
ProviderUserIdentifierType.add_member(:provider_attribute_name, Shapes::ShapeRef.new(shape: StringType, location_name: "ProviderAttributeName"))
|
1054
|
+
ProviderUserIdentifierType.add_member(:provider_attribute_value, Shapes::ShapeRef.new(shape: StringType, location_name: "ProviderAttributeValue"))
|
1055
|
+
ProviderUserIdentifierType.struct_class = Types::ProviderUserIdentifierType
|
1056
|
+
|
964
1057
|
ProvidersListType.member = Shapes::ShapeRef.new(shape: ProviderDescription)
|
965
1058
|
|
966
1059
|
ResendConfirmationCodeRequest.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "ClientId"))
|
@@ -971,6 +1064,20 @@ module Aws::CognitoIdentityProvider
|
|
971
1064
|
ResendConfirmationCodeResponse.add_member(:code_delivery_details, Shapes::ShapeRef.new(shape: CodeDeliveryDetailsType, location_name: "CodeDeliveryDetails"))
|
972
1065
|
ResendConfirmationCodeResponse.struct_class = Types::ResendConfirmationCodeResponse
|
973
1066
|
|
1067
|
+
ResourceServerScopeListType.member = Shapes::ShapeRef.new(shape: ResourceServerScopeType)
|
1068
|
+
|
1069
|
+
ResourceServerScopeType.add_member(:scope_name, Shapes::ShapeRef.new(shape: ResourceServerScopeNameType, required: true, location_name: "ScopeName"))
|
1070
|
+
ResourceServerScopeType.add_member(:scope_description, Shapes::ShapeRef.new(shape: ResourceServerScopeDescriptionType, required: true, location_name: "ScopeDescription"))
|
1071
|
+
ResourceServerScopeType.struct_class = Types::ResourceServerScopeType
|
1072
|
+
|
1073
|
+
ResourceServerType.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, location_name: "UserPoolId"))
|
1074
|
+
ResourceServerType.add_member(:identifier, Shapes::ShapeRef.new(shape: ResourceServerIdentifierType, location_name: "Identifier"))
|
1075
|
+
ResourceServerType.add_member(:name, Shapes::ShapeRef.new(shape: ResourceServerNameType, location_name: "Name"))
|
1076
|
+
ResourceServerType.add_member(:scopes, Shapes::ShapeRef.new(shape: ResourceServerScopeListType, location_name: "Scopes"))
|
1077
|
+
ResourceServerType.struct_class = Types::ResourceServerType
|
1078
|
+
|
1079
|
+
ResourceServersListType.member = Shapes::ShapeRef.new(shape: ResourceServerType)
|
1080
|
+
|
974
1081
|
RespondToAuthChallengeRequest.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "ClientId"))
|
975
1082
|
RespondToAuthChallengeRequest.add_member(:challenge_name, Shapes::ShapeRef.new(shape: ChallengeNameType, required: true, location_name: "ChallengeName"))
|
976
1083
|
RespondToAuthChallengeRequest.add_member(:session, Shapes::ShapeRef.new(shape: SessionType, location_name: "Session"))
|
@@ -998,6 +1105,15 @@ module Aws::CognitoIdentityProvider
|
|
998
1105
|
|
999
1106
|
SearchedAttributeNamesListType.member = Shapes::ShapeRef.new(shape: AttributeNameType)
|
1000
1107
|
|
1108
|
+
SetUICustomizationRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
|
1109
|
+
SetUICustomizationRequest.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, location_name: "ClientId"))
|
1110
|
+
SetUICustomizationRequest.add_member(:css, Shapes::ShapeRef.new(shape: CSSType, location_name: "CSS"))
|
1111
|
+
SetUICustomizationRequest.add_member(:image_file, Shapes::ShapeRef.new(shape: ImageFileType, location_name: "ImageFile"))
|
1112
|
+
SetUICustomizationRequest.struct_class = Types::SetUICustomizationRequest
|
1113
|
+
|
1114
|
+
SetUICustomizationResponse.add_member(:ui_customization, Shapes::ShapeRef.new(shape: UICustomizationType, required: true, location_name: "UICustomization"))
|
1115
|
+
SetUICustomizationResponse.struct_class = Types::SetUICustomizationResponse
|
1116
|
+
|
1001
1117
|
SetUserSettingsRequest.add_member(:access_token, Shapes::ShapeRef.new(shape: TokenModelType, required: true, location_name: "AccessToken"))
|
1002
1118
|
SetUserSettingsRequest.add_member(:mfa_options, Shapes::ShapeRef.new(shape: MFAOptionListType, required: true, location_name: "MFAOptions"))
|
1003
1119
|
SetUserSettingsRequest.struct_class = Types::SetUserSettingsRequest
|
@@ -1041,6 +1157,15 @@ module Aws::CognitoIdentityProvider
|
|
1041
1157
|
|
1042
1158
|
SupportedIdentityProvidersListType.member = Shapes::ShapeRef.new(shape: ProviderNameType)
|
1043
1159
|
|
1160
|
+
UICustomizationType.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, location_name: "UserPoolId"))
|
1161
|
+
UICustomizationType.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, location_name: "ClientId"))
|
1162
|
+
UICustomizationType.add_member(:image_url, Shapes::ShapeRef.new(shape: ImageUrlType, location_name: "ImageUrl"))
|
1163
|
+
UICustomizationType.add_member(:css, Shapes::ShapeRef.new(shape: CSSType, location_name: "CSS"))
|
1164
|
+
UICustomizationType.add_member(:css_version, Shapes::ShapeRef.new(shape: CSSVersionType, location_name: "CSSVersion"))
|
1165
|
+
UICustomizationType.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: DateType, location_name: "LastModifiedDate"))
|
1166
|
+
UICustomizationType.add_member(:creation_date, Shapes::ShapeRef.new(shape: DateType, location_name: "CreationDate"))
|
1167
|
+
UICustomizationType.struct_class = Types::UICustomizationType
|
1168
|
+
|
1044
1169
|
UpdateDeviceStatusRequest.add_member(:access_token, Shapes::ShapeRef.new(shape: TokenModelType, required: true, location_name: "AccessToken"))
|
1045
1170
|
UpdateDeviceStatusRequest.add_member(:device_key, Shapes::ShapeRef.new(shape: DeviceKeyType, required: true, location_name: "DeviceKey"))
|
1046
1171
|
UpdateDeviceStatusRequest.add_member(:device_remembered_status, Shapes::ShapeRef.new(shape: DeviceRememberedStatusType, location_name: "DeviceRememberedStatus"))
|
@@ -1068,6 +1193,15 @@ module Aws::CognitoIdentityProvider
|
|
1068
1193
|
UpdateIdentityProviderResponse.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProviderType, required: true, location_name: "IdentityProvider"))
|
1069
1194
|
UpdateIdentityProviderResponse.struct_class = Types::UpdateIdentityProviderResponse
|
1070
1195
|
|
1196
|
+
UpdateResourceServerRequest.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolIdType, required: true, location_name: "UserPoolId"))
|
1197
|
+
UpdateResourceServerRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: ResourceServerIdentifierType, required: true, location_name: "Identifier"))
|
1198
|
+
UpdateResourceServerRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceServerNameType, required: true, location_name: "Name"))
|
1199
|
+
UpdateResourceServerRequest.add_member(:scopes, Shapes::ShapeRef.new(shape: ResourceServerScopeListType, location_name: "Scopes"))
|
1200
|
+
UpdateResourceServerRequest.struct_class = Types::UpdateResourceServerRequest
|
1201
|
+
|
1202
|
+
UpdateResourceServerResponse.add_member(:resource_server, Shapes::ShapeRef.new(shape: ResourceServerType, required: true, location_name: "ResourceServer"))
|
1203
|
+
UpdateResourceServerResponse.struct_class = Types::UpdateResourceServerResponse
|
1204
|
+
|
1071
1205
|
UpdateUserAttributesRequest.add_member(:user_attributes, Shapes::ShapeRef.new(shape: AttributeListType, required: true, location_name: "UserAttributes"))
|
1072
1206
|
UpdateUserAttributesRequest.add_member(:access_token, Shapes::ShapeRef.new(shape: TokenModelType, required: true, location_name: "AccessToken"))
|
1073
1207
|
UpdateUserAttributesRequest.struct_class = Types::UpdateUserAttributesRequest
|
@@ -1101,6 +1235,7 @@ module Aws::CognitoIdentityProvider
|
|
1101
1235
|
UpdateUserPoolRequest.add_member(:sms_verification_message, Shapes::ShapeRef.new(shape: SmsVerificationMessageType, location_name: "SmsVerificationMessage"))
|
1102
1236
|
UpdateUserPoolRequest.add_member(:email_verification_message, Shapes::ShapeRef.new(shape: EmailVerificationMessageType, location_name: "EmailVerificationMessage"))
|
1103
1237
|
UpdateUserPoolRequest.add_member(:email_verification_subject, Shapes::ShapeRef.new(shape: EmailVerificationSubjectType, location_name: "EmailVerificationSubject"))
|
1238
|
+
UpdateUserPoolRequest.add_member(:verification_message_template, Shapes::ShapeRef.new(shape: VerificationMessageTemplateType, location_name: "VerificationMessageTemplate"))
|
1104
1239
|
UpdateUserPoolRequest.add_member(:sms_authentication_message, Shapes::ShapeRef.new(shape: SmsVerificationMessageType, location_name: "SmsAuthenticationMessage"))
|
1105
1240
|
UpdateUserPoolRequest.add_member(:mfa_configuration, Shapes::ShapeRef.new(shape: UserPoolMfaType, location_name: "MfaConfiguration"))
|
1106
1241
|
UpdateUserPoolRequest.add_member(:device_configuration, Shapes::ShapeRef.new(shape: DeviceConfigurationType, location_name: "DeviceConfiguration"))
|
@@ -1185,6 +1320,7 @@ module Aws::CognitoIdentityProvider
|
|
1185
1320
|
UserPoolType.add_member(:sms_verification_message, Shapes::ShapeRef.new(shape: SmsVerificationMessageType, location_name: "SmsVerificationMessage"))
|
1186
1321
|
UserPoolType.add_member(:email_verification_message, Shapes::ShapeRef.new(shape: EmailVerificationMessageType, location_name: "EmailVerificationMessage"))
|
1187
1322
|
UserPoolType.add_member(:email_verification_subject, Shapes::ShapeRef.new(shape: EmailVerificationSubjectType, location_name: "EmailVerificationSubject"))
|
1323
|
+
UserPoolType.add_member(:verification_message_template, Shapes::ShapeRef.new(shape: VerificationMessageTemplateType, location_name: "VerificationMessageTemplate"))
|
1188
1324
|
UserPoolType.add_member(:sms_authentication_message, Shapes::ShapeRef.new(shape: SmsVerificationMessageType, location_name: "SmsAuthenticationMessage"))
|
1189
1325
|
UserPoolType.add_member(:mfa_configuration, Shapes::ShapeRef.new(shape: UserPoolMfaType, location_name: "MfaConfiguration"))
|
1190
1326
|
UserPoolType.add_member(:device_configuration, Shapes::ShapeRef.new(shape: DeviceConfigurationType, location_name: "DeviceConfiguration"))
|
@@ -1210,6 +1346,14 @@ module Aws::CognitoIdentityProvider
|
|
1210
1346
|
|
1211
1347
|
UsersListType.member = Shapes::ShapeRef.new(shape: UserType)
|
1212
1348
|
|
1349
|
+
VerificationMessageTemplateType.add_member(:sms_message, Shapes::ShapeRef.new(shape: SmsVerificationMessageType, location_name: "SmsMessage"))
|
1350
|
+
VerificationMessageTemplateType.add_member(:email_message, Shapes::ShapeRef.new(shape: EmailVerificationMessageType, location_name: "EmailMessage"))
|
1351
|
+
VerificationMessageTemplateType.add_member(:email_subject, Shapes::ShapeRef.new(shape: EmailVerificationSubjectType, location_name: "EmailSubject"))
|
1352
|
+
VerificationMessageTemplateType.add_member(:email_message_by_link, Shapes::ShapeRef.new(shape: EmailVerificationMessageByLinkType, location_name: "EmailMessageByLink"))
|
1353
|
+
VerificationMessageTemplateType.add_member(:email_subject_by_link, Shapes::ShapeRef.new(shape: EmailVerificationSubjectByLinkType, location_name: "EmailSubjectByLink"))
|
1354
|
+
VerificationMessageTemplateType.add_member(:default_email_option, Shapes::ShapeRef.new(shape: DefaultEmailOptionType, location_name: "DefaultEmailOption"))
|
1355
|
+
VerificationMessageTemplateType.struct_class = Types::VerificationMessageTemplateType
|
1356
|
+
|
1213
1357
|
VerifiedAttributesListType.member = Shapes::ShapeRef.new(shape: VerifiedAttributeType)
|
1214
1358
|
|
1215
1359
|
VerifyUserAttributeRequest.add_member(:access_token, Shapes::ShapeRef.new(shape: TokenModelType, required: true, location_name: "AccessToken"))
|
@@ -1333,6 +1477,21 @@ module Aws::CognitoIdentityProvider
|
|
1333
1477
|
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
1334
1478
|
end)
|
1335
1479
|
|
1480
|
+
api.add_operation(:admin_disable_provider_for_user, Seahorse::Model::Operation.new.tap do |o|
|
1481
|
+
o.name = "AdminDisableProviderForUser"
|
1482
|
+
o.http_method = "POST"
|
1483
|
+
o.http_request_uri = "/"
|
1484
|
+
o.input = Shapes::ShapeRef.new(shape: AdminDisableProviderForUserRequest)
|
1485
|
+
o.output = Shapes::ShapeRef.new(shape: AdminDisableProviderForUserResponse)
|
1486
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1487
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1488
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1489
|
+
o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
|
1490
|
+
o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
|
1491
|
+
o.errors << Shapes::ShapeRef.new(shape: AliasExistsException)
|
1492
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
1493
|
+
end)
|
1494
|
+
|
1336
1495
|
api.add_operation(:admin_disable_user, Seahorse::Model::Operation.new.tap do |o|
|
1337
1496
|
o.name = "AdminDisableUser"
|
1338
1497
|
o.http_method = "POST"
|
@@ -1427,6 +1586,21 @@ module Aws::CognitoIdentityProvider
|
|
1427
1586
|
o.errors << Shapes::ShapeRef.new(shape: UserNotConfirmedException)
|
1428
1587
|
end)
|
1429
1588
|
|
1589
|
+
api.add_operation(:admin_link_provider_for_user, Seahorse::Model::Operation.new.tap do |o|
|
1590
|
+
o.name = "AdminLinkProviderForUser"
|
1591
|
+
o.http_method = "POST"
|
1592
|
+
o.http_request_uri = "/"
|
1593
|
+
o.input = Shapes::ShapeRef.new(shape: AdminLinkProviderForUserRequest)
|
1594
|
+
o.output = Shapes::ShapeRef.new(shape: AdminLinkProviderForUserResponse)
|
1595
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1596
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1597
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1598
|
+
o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
|
1599
|
+
o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
|
1600
|
+
o.errors << Shapes::ShapeRef.new(shape: AliasExistsException)
|
1601
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
1602
|
+
end)
|
1603
|
+
|
1430
1604
|
api.add_operation(:admin_list_devices, Seahorse::Model::Operation.new.tap do |o|
|
1431
1605
|
o.name = "AdminListDevices"
|
1432
1606
|
o.http_method = "POST"
|
@@ -1693,6 +1867,20 @@ module Aws::CognitoIdentityProvider
|
|
1693
1867
|
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
1694
1868
|
end)
|
1695
1869
|
|
1870
|
+
api.add_operation(:create_resource_server, Seahorse::Model::Operation.new.tap do |o|
|
1871
|
+
o.name = "CreateResourceServer"
|
1872
|
+
o.http_method = "POST"
|
1873
|
+
o.http_request_uri = "/"
|
1874
|
+
o.input = Shapes::ShapeRef.new(shape: CreateResourceServerRequest)
|
1875
|
+
o.output = Shapes::ShapeRef.new(shape: CreateResourceServerResponse)
|
1876
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1877
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1878
|
+
o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
|
1879
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1880
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1881
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
1882
|
+
end)
|
1883
|
+
|
1696
1884
|
api.add_operation(:create_user_import_job, Seahorse::Model::Operation.new.tap do |o|
|
1697
1885
|
o.name = "CreateUserImportJob"
|
1698
1886
|
o.http_method = "POST"
|
@@ -1780,6 +1968,19 @@ module Aws::CognitoIdentityProvider
|
|
1780
1968
|
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
1781
1969
|
end)
|
1782
1970
|
|
1971
|
+
api.add_operation(:delete_resource_server, Seahorse::Model::Operation.new.tap do |o|
|
1972
|
+
o.name = "DeleteResourceServer"
|
1973
|
+
o.http_method = "POST"
|
1974
|
+
o.http_request_uri = "/"
|
1975
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteResourceServerRequest)
|
1976
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1977
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1978
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1979
|
+
o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
|
1980
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1981
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
1982
|
+
end)
|
1983
|
+
|
1783
1984
|
api.add_operation(:delete_user, Seahorse::Model::Operation.new.tap do |o|
|
1784
1985
|
o.name = "DeleteUser"
|
1785
1986
|
o.http_method = "POST"
|
@@ -1866,6 +2067,19 @@ module Aws::CognitoIdentityProvider
|
|
1866
2067
|
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
1867
2068
|
end)
|
1868
2069
|
|
2070
|
+
api.add_operation(:describe_resource_server, Seahorse::Model::Operation.new.tap do |o|
|
2071
|
+
o.name = "DescribeResourceServer"
|
2072
|
+
o.http_method = "POST"
|
2073
|
+
o.http_request_uri = "/"
|
2074
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeResourceServerRequest)
|
2075
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeResourceServerResponse)
|
2076
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
2077
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2078
|
+
o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
|
2079
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2080
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
2081
|
+
end)
|
2082
|
+
|
1869
2083
|
api.add_operation(:describe_user_import_job, Seahorse::Model::Operation.new.tap do |o|
|
1870
2084
|
o.name = "DescribeUserImportJob"
|
1871
2085
|
o.http_method = "POST"
|
@@ -2015,6 +2229,19 @@ module Aws::CognitoIdentityProvider
|
|
2015
2229
|
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
2016
2230
|
end)
|
2017
2231
|
|
2232
|
+
api.add_operation(:get_ui_customization, Seahorse::Model::Operation.new.tap do |o|
|
2233
|
+
o.name = "GetUICustomization"
|
2234
|
+
o.http_method = "POST"
|
2235
|
+
o.http_request_uri = "/"
|
2236
|
+
o.input = Shapes::ShapeRef.new(shape: GetUICustomizationRequest)
|
2237
|
+
o.output = Shapes::ShapeRef.new(shape: GetUICustomizationResponse)
|
2238
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
2239
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2240
|
+
o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
|
2241
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2242
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
2243
|
+
end)
|
2244
|
+
|
2018
2245
|
api.add_operation(:get_user, Seahorse::Model::Operation.new.tap do |o|
|
2019
2246
|
o.name = "GetUser"
|
2020
2247
|
o.http_method = "POST"
|
@@ -2135,6 +2362,19 @@ module Aws::CognitoIdentityProvider
|
|
2135
2362
|
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
2136
2363
|
end)
|
2137
2364
|
|
2365
|
+
api.add_operation(:list_resource_servers, Seahorse::Model::Operation.new.tap do |o|
|
2366
|
+
o.name = "ListResourceServers"
|
2367
|
+
o.http_method = "POST"
|
2368
|
+
o.http_request_uri = "/"
|
2369
|
+
o.input = Shapes::ShapeRef.new(shape: ListResourceServersRequest)
|
2370
|
+
o.output = Shapes::ShapeRef.new(shape: ListResourceServersResponse)
|
2371
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
2372
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2373
|
+
o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
|
2374
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2375
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
2376
|
+
end)
|
2377
|
+
|
2138
2378
|
api.add_operation(:list_user_import_jobs, Seahorse::Model::Operation.new.tap do |o|
|
2139
2379
|
o.name = "ListUserImportJobs"
|
2140
2380
|
o.http_method = "POST"
|
@@ -2249,6 +2489,19 @@ module Aws::CognitoIdentityProvider
|
|
2249
2489
|
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
2250
2490
|
end)
|
2251
2491
|
|
2492
|
+
api.add_operation(:set_ui_customization, Seahorse::Model::Operation.new.tap do |o|
|
2493
|
+
o.name = "SetUICustomization"
|
2494
|
+
o.http_method = "POST"
|
2495
|
+
o.http_request_uri = "/"
|
2496
|
+
o.input = Shapes::ShapeRef.new(shape: SetUICustomizationRequest)
|
2497
|
+
o.output = Shapes::ShapeRef.new(shape: SetUICustomizationResponse)
|
2498
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
2499
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2500
|
+
o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
|
2501
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2502
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
2503
|
+
end)
|
2504
|
+
|
2252
2505
|
api.add_operation(:set_user_settings, Seahorse::Model::Operation.new.tap do |o|
|
2253
2506
|
o.name = "SetUserSettings"
|
2254
2507
|
o.http_method = "POST"
|
@@ -2360,6 +2613,19 @@ module Aws::CognitoIdentityProvider
|
|
2360
2613
|
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
2361
2614
|
end)
|
2362
2615
|
|
2616
|
+
api.add_operation(:update_resource_server, Seahorse::Model::Operation.new.tap do |o|
|
2617
|
+
o.name = "UpdateResourceServer"
|
2618
|
+
o.http_method = "POST"
|
2619
|
+
o.http_request_uri = "/"
|
2620
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateResourceServerRequest)
|
2621
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateResourceServerResponse)
|
2622
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
2623
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2624
|
+
o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
|
2625
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2626
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
2627
|
+
end)
|
2628
|
+
|
2363
2629
|
api.add_operation(:update_user_attributes, Seahorse::Model::Operation.new.tap do |o|
|
2364
2630
|
o.name = "UpdateUserAttributes"
|
2365
2631
|
o.http_method = "POST"
|