@aws-sdk/client-cognito-identity-provider 3.1077.0 → 3.1079.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -0
- package/dist-cjs/index.js +480 -1517
- package/dist-es/CognitoIdentityProvider.js +4 -0
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AddCustomAttributesCommand.js +2 -14
- package/dist-es/commands/AddUserPoolClientSecretCommand.js +2 -14
- package/dist-es/commands/AdminAddUserToGroupCommand.js +2 -14
- package/dist-es/commands/AdminConfirmSignUpCommand.js +2 -14
- package/dist-es/commands/AdminCreateUserCommand.js +2 -14
- package/dist-es/commands/AdminDeleteUserAttributesCommand.js +2 -14
- package/dist-es/commands/AdminDeleteUserCommand.js +2 -14
- package/dist-es/commands/AdminDisableProviderForUserCommand.js +2 -14
- package/dist-es/commands/AdminDisableUserCommand.js +2 -14
- package/dist-es/commands/AdminEnableUserCommand.js +2 -14
- package/dist-es/commands/AdminForgetDeviceCommand.js +2 -14
- package/dist-es/commands/AdminGetDeviceCommand.js +2 -14
- package/dist-es/commands/AdminGetUserCommand.js +2 -14
- package/dist-es/commands/AdminInitiateAuthCommand.js +2 -14
- package/dist-es/commands/AdminLinkProviderForUserCommand.js +2 -14
- package/dist-es/commands/AdminListDevicesCommand.js +2 -14
- package/dist-es/commands/AdminListGroupsForUserCommand.js +2 -14
- package/dist-es/commands/AdminListUserAuthEventsCommand.js +2 -14
- package/dist-es/commands/AdminRemoveUserFromGroupCommand.js +2 -14
- package/dist-es/commands/AdminResetUserPasswordCommand.js +2 -14
- package/dist-es/commands/AdminRespondToAuthChallengeCommand.js +2 -14
- package/dist-es/commands/AdminSetUserMFAPreferenceCommand.js +2 -14
- package/dist-es/commands/AdminSetUserPasswordCommand.js +2 -14
- package/dist-es/commands/AdminSetUserSettingsCommand.js +2 -14
- package/dist-es/commands/AdminUpdateAuthEventFeedbackCommand.js +2 -14
- package/dist-es/commands/AdminUpdateDeviceStatusCommand.js +2 -14
- package/dist-es/commands/AdminUpdateUserAttributesCommand.js +2 -14
- package/dist-es/commands/AdminUserGlobalSignOutCommand.js +2 -14
- package/dist-es/commands/AssociateSoftwareTokenCommand.js +2 -14
- package/dist-es/commands/ChangePasswordCommand.js +2 -14
- package/dist-es/commands/CompleteWebAuthnRegistrationCommand.js +2 -14
- package/dist-es/commands/ConfirmDeviceCommand.js +2 -14
- package/dist-es/commands/ConfirmForgotPasswordCommand.js +2 -14
- package/dist-es/commands/ConfirmSignUpCommand.js +2 -14
- package/dist-es/commands/CreateGroupCommand.js +2 -14
- package/dist-es/commands/CreateIdentityProviderCommand.js +2 -14
- package/dist-es/commands/CreateManagedLoginBrandingCommand.js +2 -14
- package/dist-es/commands/CreateResourceServerCommand.js +2 -14
- package/dist-es/commands/CreateTermsCommand.js +2 -14
- package/dist-es/commands/CreateUserImportJobCommand.js +2 -14
- package/dist-es/commands/CreateUserPoolClientCommand.js +2 -14
- package/dist-es/commands/CreateUserPoolCommand.js +2 -14
- package/dist-es/commands/CreateUserPoolDomainCommand.js +2 -14
- package/dist-es/commands/CreateUserPoolReplicaCommand.js +2 -14
- package/dist-es/commands/DeleteGroupCommand.js +2 -14
- package/dist-es/commands/DeleteIdentityProviderCommand.js +2 -14
- package/dist-es/commands/DeleteManagedLoginBrandingCommand.js +2 -14
- package/dist-es/commands/DeleteResourceServerCommand.js +2 -14
- package/dist-es/commands/DeleteTermsCommand.js +2 -14
- package/dist-es/commands/DeleteUserAttributesCommand.js +2 -14
- package/dist-es/commands/DeleteUserCommand.js +2 -14
- package/dist-es/commands/DeleteUserPoolClientCommand.js +2 -14
- package/dist-es/commands/DeleteUserPoolClientSecretCommand.js +2 -14
- package/dist-es/commands/DeleteUserPoolCommand.js +2 -14
- package/dist-es/commands/DeleteUserPoolDomainCommand.js +2 -14
- package/dist-es/commands/DeleteUserPoolReplicaCommand.js +2 -14
- package/dist-es/commands/DeleteWebAuthnCredentialCommand.js +2 -14
- package/dist-es/commands/DescribeIdentityProviderCommand.js +2 -14
- package/dist-es/commands/DescribeManagedLoginBrandingByClientCommand.js +2 -14
- package/dist-es/commands/DescribeManagedLoginBrandingCommand.js +2 -14
- package/dist-es/commands/DescribeResourceServerCommand.js +2 -14
- package/dist-es/commands/DescribeRiskConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeTermsCommand.js +2 -14
- package/dist-es/commands/DescribeUserImportJobCommand.js +2 -14
- package/dist-es/commands/DescribeUserPoolClientCommand.js +2 -14
- package/dist-es/commands/DescribeUserPoolCommand.js +2 -14
- package/dist-es/commands/DescribeUserPoolDomainCommand.js +2 -14
- package/dist-es/commands/ForgetDeviceCommand.js +2 -14
- package/dist-es/commands/ForgotPasswordCommand.js +2 -14
- package/dist-es/commands/GetCSVHeaderCommand.js +2 -14
- package/dist-es/commands/GetDeviceCommand.js +2 -14
- package/dist-es/commands/GetGroupCommand.js +2 -14
- package/dist-es/commands/GetIdentityProviderByIdentifierCommand.js +2 -14
- package/dist-es/commands/GetLogDeliveryConfigurationCommand.js +2 -14
- package/dist-es/commands/GetProvisionedLimitCommand.js +4 -0
- package/dist-es/commands/GetSigningCertificateCommand.js +2 -14
- package/dist-es/commands/GetTokensFromRefreshTokenCommand.js +2 -14
- package/dist-es/commands/GetUICustomizationCommand.js +2 -14
- package/dist-es/commands/GetUserAttributeVerificationCodeCommand.js +2 -14
- package/dist-es/commands/GetUserAuthFactorsCommand.js +2 -14
- package/dist-es/commands/GetUserCommand.js +2 -14
- package/dist-es/commands/GetUserPoolMfaConfigCommand.js +2 -14
- package/dist-es/commands/GlobalSignOutCommand.js +2 -14
- package/dist-es/commands/InitiateAuthCommand.js +2 -14
- package/dist-es/commands/ListDevicesCommand.js +2 -14
- package/dist-es/commands/ListGroupsCommand.js +2 -14
- package/dist-es/commands/ListIdentityProvidersCommand.js +2 -14
- package/dist-es/commands/ListResourceServersCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTermsCommand.js +2 -14
- package/dist-es/commands/ListUserImportJobsCommand.js +2 -14
- package/dist-es/commands/ListUserPoolClientSecretsCommand.js +2 -14
- package/dist-es/commands/ListUserPoolClientsCommand.js +2 -14
- package/dist-es/commands/ListUserPoolReplicasCommand.js +2 -14
- package/dist-es/commands/ListUserPoolsCommand.js +2 -14
- package/dist-es/commands/ListUsersCommand.js +2 -14
- package/dist-es/commands/ListUsersInGroupCommand.js +2 -14
- package/dist-es/commands/ListWebAuthnCredentialsCommand.js +2 -14
- package/dist-es/commands/ResendConfirmationCodeCommand.js +2 -14
- package/dist-es/commands/RespondToAuthChallengeCommand.js +2 -14
- package/dist-es/commands/RevokeTokenCommand.js +2 -14
- package/dist-es/commands/SetLogDeliveryConfigurationCommand.js +2 -14
- package/dist-es/commands/SetRiskConfigurationCommand.js +2 -14
- package/dist-es/commands/SetUICustomizationCommand.js +2 -14
- package/dist-es/commands/SetUserMFAPreferenceCommand.js +2 -14
- package/dist-es/commands/SetUserPoolMfaConfigCommand.js +2 -14
- package/dist-es/commands/SetUserSettingsCommand.js +2 -14
- package/dist-es/commands/SignUpCommand.js +2 -14
- package/dist-es/commands/StartUserImportJobCommand.js +2 -14
- package/dist-es/commands/StartWebAuthnRegistrationCommand.js +2 -14
- package/dist-es/commands/StopUserImportJobCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAuthEventFeedbackCommand.js +2 -14
- package/dist-es/commands/UpdateDeviceStatusCommand.js +2 -14
- package/dist-es/commands/UpdateGroupCommand.js +2 -14
- package/dist-es/commands/UpdateIdentityProviderCommand.js +2 -14
- package/dist-es/commands/UpdateManagedLoginBrandingCommand.js +2 -14
- package/dist-es/commands/UpdateProvisionedLimitCommand.js +4 -0
- package/dist-es/commands/UpdateResourceServerCommand.js +2 -14
- package/dist-es/commands/UpdateTermsCommand.js +2 -14
- package/dist-es/commands/UpdateUserAttributesCommand.js +2 -14
- package/dist-es/commands/UpdateUserPoolClientCommand.js +2 -14
- package/dist-es/commands/UpdateUserPoolCommand.js +2 -14
- package/dist-es/commands/UpdateUserPoolDomainCommand.js +2 -14
- package/dist-es/commands/UpdateUserPoolReplicaCommand.js +2 -14
- package/dist-es/commands/VerifySoftwareTokenCommand.js +2 -14
- package/dist-es/commands/VerifyUserAttributeCommand.js +2 -14
- package/dist-es/commands/index.js +2 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +3 -0
- package/dist-es/models/errors.js +12 -0
- package/dist-es/schemas/schemas_0.js +62 -5
- package/dist-types/CognitoIdentityProvider.d.ts +14 -0
- package/dist-types/CognitoIdentityProviderClient.d.ts +4 -2
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AddCustomAttributesCommand.d.ts +3 -8
- package/dist-types/commands/AddUserPoolClientSecretCommand.d.ts +3 -8
- package/dist-types/commands/AdminAddUserToGroupCommand.d.ts +3 -8
- package/dist-types/commands/AdminConfirmSignUpCommand.d.ts +3 -8
- package/dist-types/commands/AdminCreateUserCommand.d.ts +3 -8
- package/dist-types/commands/AdminDeleteUserAttributesCommand.d.ts +3 -8
- package/dist-types/commands/AdminDeleteUserCommand.d.ts +3 -8
- package/dist-types/commands/AdminDisableProviderForUserCommand.d.ts +3 -8
- package/dist-types/commands/AdminDisableUserCommand.d.ts +3 -8
- package/dist-types/commands/AdminEnableUserCommand.d.ts +3 -8
- package/dist-types/commands/AdminForgetDeviceCommand.d.ts +3 -8
- package/dist-types/commands/AdminGetDeviceCommand.d.ts +3 -8
- package/dist-types/commands/AdminGetUserCommand.d.ts +3 -8
- package/dist-types/commands/AdminInitiateAuthCommand.d.ts +3 -8
- package/dist-types/commands/AdminLinkProviderForUserCommand.d.ts +3 -8
- package/dist-types/commands/AdminListDevicesCommand.d.ts +3 -8
- package/dist-types/commands/AdminListGroupsForUserCommand.d.ts +3 -8
- package/dist-types/commands/AdminListUserAuthEventsCommand.d.ts +3 -8
- package/dist-types/commands/AdminRemoveUserFromGroupCommand.d.ts +3 -8
- package/dist-types/commands/AdminResetUserPasswordCommand.d.ts +3 -8
- package/dist-types/commands/AdminRespondToAuthChallengeCommand.d.ts +3 -8
- package/dist-types/commands/AdminSetUserMFAPreferenceCommand.d.ts +3 -8
- package/dist-types/commands/AdminSetUserPasswordCommand.d.ts +3 -8
- package/dist-types/commands/AdminSetUserSettingsCommand.d.ts +3 -8
- package/dist-types/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +3 -8
- package/dist-types/commands/AdminUpdateDeviceStatusCommand.d.ts +3 -8
- package/dist-types/commands/AdminUpdateUserAttributesCommand.d.ts +3 -8
- package/dist-types/commands/AdminUserGlobalSignOutCommand.d.ts +3 -8
- package/dist-types/commands/AssociateSoftwareTokenCommand.d.ts +3 -8
- package/dist-types/commands/ChangePasswordCommand.d.ts +3 -8
- package/dist-types/commands/CompleteWebAuthnRegistrationCommand.d.ts +3 -8
- package/dist-types/commands/ConfirmDeviceCommand.d.ts +3 -8
- package/dist-types/commands/ConfirmForgotPasswordCommand.d.ts +3 -8
- package/dist-types/commands/ConfirmSignUpCommand.d.ts +3 -8
- package/dist-types/commands/CreateGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateIdentityProviderCommand.d.ts +3 -8
- package/dist-types/commands/CreateManagedLoginBrandingCommand.d.ts +3 -8
- package/dist-types/commands/CreateResourceServerCommand.d.ts +3 -8
- package/dist-types/commands/CreateTermsCommand.d.ts +3 -8
- package/dist-types/commands/CreateUserImportJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateUserPoolClientCommand.d.ts +3 -8
- package/dist-types/commands/CreateUserPoolCommand.d.ts +3 -8
- package/dist-types/commands/CreateUserPoolDomainCommand.d.ts +3 -8
- package/dist-types/commands/CreateUserPoolReplicaCommand.d.ts +3 -8
- package/dist-types/commands/DeleteGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +3 -8
- package/dist-types/commands/DeleteManagedLoginBrandingCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResourceServerCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTermsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteUserAttributesCommand.d.ts +3 -8
- package/dist-types/commands/DeleteUserCommand.d.ts +3 -8
- package/dist-types/commands/DeleteUserPoolClientCommand.d.ts +3 -8
- package/dist-types/commands/DeleteUserPoolClientSecretCommand.d.ts +3 -8
- package/dist-types/commands/DeleteUserPoolCommand.d.ts +3 -8
- package/dist-types/commands/DeleteUserPoolDomainCommand.d.ts +3 -8
- package/dist-types/commands/DeleteUserPoolReplicaCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWebAuthnCredentialCommand.d.ts +3 -8
- package/dist-types/commands/DescribeIdentityProviderCommand.d.ts +3 -8
- package/dist-types/commands/DescribeManagedLoginBrandingByClientCommand.d.ts +3 -8
- package/dist-types/commands/DescribeManagedLoginBrandingCommand.d.ts +3 -8
- package/dist-types/commands/DescribeResourceServerCommand.d.ts +3 -8
- package/dist-types/commands/DescribeRiskConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTermsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeUserImportJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeUserPoolClientCommand.d.ts +3 -8
- package/dist-types/commands/DescribeUserPoolCommand.d.ts +3 -8
- package/dist-types/commands/DescribeUserPoolDomainCommand.d.ts +3 -8
- package/dist-types/commands/ForgetDeviceCommand.d.ts +3 -8
- package/dist-types/commands/ForgotPasswordCommand.d.ts +3 -8
- package/dist-types/commands/GetCSVHeaderCommand.d.ts +3 -8
- package/dist-types/commands/GetDeviceCommand.d.ts +3 -8
- package/dist-types/commands/GetGroupCommand.d.ts +3 -8
- package/dist-types/commands/GetIdentityProviderByIdentifierCommand.d.ts +3 -8
- package/dist-types/commands/GetLogDeliveryConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetProvisionedLimitCommand.d.ts +152 -0
- package/dist-types/commands/GetSigningCertificateCommand.d.ts +3 -8
- package/dist-types/commands/GetTokensFromRefreshTokenCommand.d.ts +3 -8
- package/dist-types/commands/GetUICustomizationCommand.d.ts +3 -8
- package/dist-types/commands/GetUserAttributeVerificationCodeCommand.d.ts +3 -8
- package/dist-types/commands/GetUserAuthFactorsCommand.d.ts +3 -8
- package/dist-types/commands/GetUserCommand.d.ts +3 -8
- package/dist-types/commands/GetUserPoolMfaConfigCommand.d.ts +3 -8
- package/dist-types/commands/GlobalSignOutCommand.d.ts +3 -8
- package/dist-types/commands/InitiateAuthCommand.d.ts +3 -8
- package/dist-types/commands/ListDevicesCommand.d.ts +3 -8
- package/dist-types/commands/ListGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListIdentityProvidersCommand.d.ts +3 -8
- package/dist-types/commands/ListResourceServersCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTermsCommand.d.ts +3 -8
- package/dist-types/commands/ListUserImportJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListUserPoolClientSecretsCommand.d.ts +3 -8
- package/dist-types/commands/ListUserPoolClientsCommand.d.ts +3 -8
- package/dist-types/commands/ListUserPoolReplicasCommand.d.ts +3 -8
- package/dist-types/commands/ListUserPoolsCommand.d.ts +3 -8
- package/dist-types/commands/ListUsersCommand.d.ts +3 -8
- package/dist-types/commands/ListUsersInGroupCommand.d.ts +3 -8
- package/dist-types/commands/ListWebAuthnCredentialsCommand.d.ts +3 -8
- package/dist-types/commands/ResendConfirmationCodeCommand.d.ts +3 -8
- package/dist-types/commands/RespondToAuthChallengeCommand.d.ts +3 -8
- package/dist-types/commands/RevokeTokenCommand.d.ts +3 -8
- package/dist-types/commands/SetLogDeliveryConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/SetRiskConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/SetUICustomizationCommand.d.ts +3 -8
- package/dist-types/commands/SetUserMFAPreferenceCommand.d.ts +3 -8
- package/dist-types/commands/SetUserPoolMfaConfigCommand.d.ts +3 -8
- package/dist-types/commands/SetUserSettingsCommand.d.ts +3 -8
- package/dist-types/commands/SignUpCommand.d.ts +3 -8
- package/dist-types/commands/StartUserImportJobCommand.d.ts +3 -8
- package/dist-types/commands/StartWebAuthnRegistrationCommand.d.ts +3 -8
- package/dist-types/commands/StopUserImportJobCommand.d.ts +5 -9
- package/dist-types/commands/TagResourceCommand.d.ts +4 -9
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -10
- package/dist-types/commands/UpdateAuthEventFeedbackCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDeviceStatusCommand.d.ts +3 -8
- package/dist-types/commands/UpdateGroupCommand.d.ts +3 -8
- package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +3 -8
- package/dist-types/commands/UpdateManagedLoginBrandingCommand.d.ts +3 -8
- package/dist-types/commands/UpdateProvisionedLimitCommand.d.ts +161 -0
- package/dist-types/commands/UpdateResourceServerCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTermsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateUserAttributesCommand.d.ts +3 -8
- package/dist-types/commands/UpdateUserPoolClientCommand.d.ts +3 -8
- package/dist-types/commands/UpdateUserPoolCommand.d.ts +3 -8
- package/dist-types/commands/UpdateUserPoolDomainCommand.d.ts +3 -8
- package/dist-types/commands/UpdateUserPoolReplicaCommand.d.ts +3 -8
- package/dist-types/commands/VerifySoftwareTokenCommand.d.ts +3 -8
- package/dist-types/commands/VerifyUserAttributeCommand.d.ts +3 -8
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +11 -0
- package/dist-types/models/errors.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +64 -49
- package/dist-types/models/models_1.d.ts +75 -1
- package/dist-types/schemas/schemas_0.d.ts +9 -0
- package/dist-types/ts3.4/CognitoIdentityProvider.d.ts +34 -0
- package/dist-types/ts3.4/CognitoIdentityProviderClient.d.ts +12 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AddCustomAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AddUserPoolClientSecretCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AdminAddUserToGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AdminConfirmSignUpCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AdminCreateUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AdminDeleteUserAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AdminDeleteUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AdminDisableProviderForUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AdminDisableUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AdminEnableUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AdminForgetDeviceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AdminGetDeviceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AdminGetUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AdminInitiateAuthCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AdminLinkProviderForUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AdminListDevicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AdminListGroupsForUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AdminListUserAuthEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AdminRemoveUserFromGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AdminResetUserPasswordCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AdminRespondToAuthChallengeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AdminSetUserMFAPreferenceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AdminSetUserPasswordCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AdminSetUserSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AdminUpdateDeviceStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AdminUpdateUserAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AdminUserGlobalSignOutCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateSoftwareTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CompleteWebAuthnRegistrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ConfirmDeviceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ConfirmForgotPasswordCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ConfirmSignUpCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateManagedLoginBrandingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateResourceServerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTermsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateUserImportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateUserPoolClientCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateUserPoolCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateUserPoolDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateUserPoolReplicaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteManagedLoginBrandingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResourceServerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTermsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteUserAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteUserPoolClientCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteUserPoolClientSecretCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteUserPoolCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteUserPoolDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteUserPoolReplicaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWebAuthnCredentialCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeIdentityProviderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeManagedLoginBrandingByClientCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeManagedLoginBrandingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeResourceServerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeRiskConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTermsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeUserImportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeUserPoolClientCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeUserPoolCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeUserPoolDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ForgetDeviceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ForgotPasswordCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCSVHeaderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIdentityProviderByIdentifierCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLogDeliveryConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetProvisionedLimitCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/GetSigningCertificateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTokensFromRefreshTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetUICustomizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetUserAttributeVerificationCodeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetUserAuthFactorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetUserPoolMfaConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GlobalSignOutCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/InitiateAuthCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourceServersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTermsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListUserImportJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListUserPoolClientSecretsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListUserPoolClientsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListUserPoolReplicasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListUserPoolsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListUsersInGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWebAuthnCredentialsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ResendConfirmationCodeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RespondToAuthChallengeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RevokeTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetLogDeliveryConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetRiskConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetUICustomizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetUserMFAPreferenceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetUserPoolMfaConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetUserSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SignUpCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartUserImportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartWebAuthnRegistrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopUserImportJobCommand.d.ts +9 -20
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +8 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +10 -17
- package/dist-types/ts3.4/commands/UpdateAuthEventFeedbackCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDeviceStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateManagedLoginBrandingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateProvisionedLimitCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/UpdateResourceServerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTermsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateUserAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateUserPoolClientCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateUserPoolCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateUserPoolDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateUserPoolReplicaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/VerifySoftwareTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/VerifyUserAttributeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +4 -0
- package/dist-types/ts3.4/models/errors.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +16 -12
- package/dist-types/ts3.4/models/models_1.d.ts +22 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -0
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { NoAuthSigner, getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -233,7 +234,7 @@ const commonParams = {
|
|
|
233
234
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
234
235
|
};
|
|
235
236
|
|
|
236
|
-
var version = "3.
|
|
237
|
+
var version = "3.1078.0";
|
|
237
238
|
var packageInfo = {
|
|
238
239
|
version: version};
|
|
239
240
|
|
|
@@ -1003,6 +1004,18 @@ class WebAuthnConfigurationMissingException extends CognitoIdentityProviderServi
|
|
|
1003
1004
|
Object.setPrototypeOf(this, WebAuthnConfigurationMissingException.prototype);
|
|
1004
1005
|
}
|
|
1005
1006
|
}
|
|
1007
|
+
class ServiceQuotaExceededException extends CognitoIdentityProviderServiceException {
|
|
1008
|
+
name = "ServiceQuotaExceededException";
|
|
1009
|
+
$fault = "client";
|
|
1010
|
+
constructor(opts) {
|
|
1011
|
+
super({
|
|
1012
|
+
name: "ServiceQuotaExceededException",
|
|
1013
|
+
$fault: "client",
|
|
1014
|
+
...opts,
|
|
1015
|
+
});
|
|
1016
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
1017
|
+
}
|
|
1018
|
+
}
|
|
1006
1019
|
class EnableSoftwareTokenMFAException extends CognitoIdentityProviderServiceException {
|
|
1007
1020
|
name = "EnableSoftwareTokenMFAException";
|
|
1008
1021
|
$fault = "client";
|
|
@@ -1420,6 +1433,7 @@ const _FDN = "FriendlyDeviceName";
|
|
|
1420
1433
|
const _FDR = "ForgetDeviceRequest";
|
|
1421
1434
|
const _FDo = "ForgetDevice";
|
|
1422
1435
|
const _FE = "ForbiddenException";
|
|
1436
|
+
const _FLV = "FreeLimitValue";
|
|
1423
1437
|
const _FP = "ForgotPassword";
|
|
1424
1438
|
const _FPR = "ForgotPasswordRequest";
|
|
1425
1439
|
const _FPRo = "ForgotPasswordResponse";
|
|
@@ -1450,6 +1464,9 @@ const _GLDCR = "GetLogDeliveryConfigurationRequest";
|
|
|
1450
1464
|
const _GLDCRe = "GetLogDeliveryConfigurationResponse";
|
|
1451
1465
|
const _GLT = "GroupListType";
|
|
1452
1466
|
const _GN = "GroupName";
|
|
1467
|
+
const _GPL = "GetProvisionedLimit";
|
|
1468
|
+
const _GPLR = "GetProvisionedLimitRequest";
|
|
1469
|
+
const _GPLRe = "GetProvisionedLimitResponse";
|
|
1453
1470
|
const _GS = "GenerateSecret";
|
|
1454
1471
|
const _GSC = "GetSigningCertificate";
|
|
1455
1472
|
const _GSCR = "GetSigningCertificateRequest";
|
|
@@ -1526,12 +1543,15 @@ const _LC = "LambdaConfig";
|
|
|
1526
1543
|
const _LCLT = "LogConfigurationListType";
|
|
1527
1544
|
const _LCT = "LambdaConfigType";
|
|
1528
1545
|
const _LCTo = "LogConfigurationType";
|
|
1546
|
+
const _LCi = "LimitClass";
|
|
1529
1547
|
const _LCo = "LogConfigurations";
|
|
1530
|
-
const _LD = "
|
|
1548
|
+
const _LD = "LimitDefinition";
|
|
1531
1549
|
const _LDC = "LogDeliveryConfiguration";
|
|
1532
1550
|
const _LDCT = "LogDeliveryConfigurationType";
|
|
1533
1551
|
const _LDR = "ListDevicesRequest";
|
|
1534
1552
|
const _LDRi = "ListDevicesResponse";
|
|
1553
|
+
const _LDT = "LimitDefinitionType";
|
|
1554
|
+
const _LDi = "ListDevices";
|
|
1535
1555
|
const _LEE = "LimitExceededException";
|
|
1536
1556
|
const _LG = "ListGroups";
|
|
1537
1557
|
const _LGA = "LogGroupArn";
|
|
@@ -1545,12 +1565,13 @@ const _LMD = "LastModifiedDate";
|
|
|
1545
1565
|
const _LRS = "ListResourceServers";
|
|
1546
1566
|
const _LRSR = "ListResourceServersRequest";
|
|
1547
1567
|
const _LRSRi = "ListResourceServersResponse";
|
|
1548
|
-
const _LT = "
|
|
1568
|
+
const _LT = "LimitType";
|
|
1549
1569
|
const _LTFR = "ListTagsForResource";
|
|
1550
1570
|
const _LTFRR = "ListTagsForResourceRequest";
|
|
1551
1571
|
const _LTFRRi = "ListTagsForResourceResponse";
|
|
1552
1572
|
const _LTR = "ListTermsRequest";
|
|
1553
1573
|
const _LTRi = "ListTermsResponse";
|
|
1574
|
+
const _LTi = "ListTerms";
|
|
1554
1575
|
const _LU = "ListUsers";
|
|
1555
1576
|
const _LUIG = "ListUsersInGroup";
|
|
1556
1577
|
const _LUIGR = "ListUsersInGroupRequest";
|
|
@@ -1624,6 +1645,7 @@ const _PDr = "ProviderDescription";
|
|
|
1624
1645
|
const _PHPVE = "PasswordHistoryPolicyViolationException";
|
|
1625
1646
|
const _PHS = "PasswordHistorySize";
|
|
1626
1647
|
const _PLT = "ProvidersListType";
|
|
1648
|
+
const _PLV = "ProvisionedLimitValue";
|
|
1627
1649
|
const _PM = "PreferredMfa";
|
|
1628
1650
|
const _PMS = "PreferredMfaSetting";
|
|
1629
1651
|
const _PN = "ProviderName";
|
|
@@ -1667,6 +1689,7 @@ const _RECT = "RiskExceptionConfigurationType";
|
|
|
1667
1689
|
const _RGPS = "RetryGracePeriodSeconds";
|
|
1668
1690
|
const _RI = "ResourceId";
|
|
1669
1691
|
const _RL = "RiskLevel";
|
|
1692
|
+
const _RLV = "RequestedLimitValue";
|
|
1670
1693
|
const _RLe = "RequireLowercase";
|
|
1671
1694
|
const _RM = "RecoveryMechanisms";
|
|
1672
1695
|
const _RMR = "ReturnMergedResources";
|
|
@@ -1741,6 +1764,7 @@ const _SN = "ServerName";
|
|
|
1741
1764
|
const _SNc = "ScopeName";
|
|
1742
1765
|
const _SP = "ServerPath";
|
|
1743
1766
|
const _SPe = "SecurityPolicy";
|
|
1767
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
1744
1768
|
const _SR = "SecondaryRegion";
|
|
1745
1769
|
const _SRC = "SetRiskConfiguration";
|
|
1746
1770
|
const _SRCR = "SetRiskConfigurationRequest";
|
|
@@ -1875,6 +1899,9 @@ const _UPCT = "UserPoolClientType";
|
|
|
1875
1899
|
const _UPCs = "UserPoolClients";
|
|
1876
1900
|
const _UPDT = "UserPoolDescriptionType";
|
|
1877
1901
|
const _UPI = "UserPoolId";
|
|
1902
|
+
const _UPL = "UpdateProvisionedLimit";
|
|
1903
|
+
const _UPLR = "UpdateProvisionedLimitRequest";
|
|
1904
|
+
const _UPLRp = "UpdateProvisionedLimitResponse";
|
|
1878
1905
|
const _UPLT = "UserPoolListType";
|
|
1879
1906
|
const _UPPT = "UserPoolPolicyType";
|
|
1880
1907
|
const _UPR = "UserPoolReplica";
|
|
@@ -2157,6 +2184,12 @@ var ScopeDoesNotExistException$ = [-3, n0, _SDNEE,
|
|
|
2157
2184
|
[0]
|
|
2158
2185
|
];
|
|
2159
2186
|
n0_registry.registerError(ScopeDoesNotExistException$, ScopeDoesNotExistException);
|
|
2187
|
+
var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
2188
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
2189
|
+
[_m],
|
|
2190
|
+
[0]
|
|
2191
|
+
];
|
|
2192
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
2160
2193
|
var SoftwareTokenMFANotFoundException$ = [-3, n0, _STMFANFE,
|
|
2161
2194
|
{ [_e]: _c, [_hE]: 400 },
|
|
2162
2195
|
[_m],
|
|
@@ -3166,6 +3199,16 @@ var GetLogDeliveryConfigurationResponse$ = [3, n0, _GLDCRe,
|
|
|
3166
3199
|
[_LDC],
|
|
3167
3200
|
[() => LogDeliveryConfigurationType$]
|
|
3168
3201
|
];
|
|
3202
|
+
var GetProvisionedLimitRequest$ = [3, n0, _GPLR,
|
|
3203
|
+
0,
|
|
3204
|
+
[_LD],
|
|
3205
|
+
[() => LimitDefinitionType$], 1
|
|
3206
|
+
];
|
|
3207
|
+
var GetProvisionedLimitResponse$ = [3, n0, _GPLRe,
|
|
3208
|
+
0,
|
|
3209
|
+
[_L],
|
|
3210
|
+
[() => LimitType$], 1
|
|
3211
|
+
];
|
|
3169
3212
|
var GetSigningCertificateRequest$ = [3, n0, _GSCR,
|
|
3170
3213
|
0,
|
|
3171
3214
|
[_UPI],
|
|
@@ -3291,6 +3334,16 @@ var LambdaConfigType$ = [3, n0, _LCT,
|
|
|
3291
3334
|
[_PSU, _CMu, _PC, _PA, _PAo, _DAC, _CAC, _VACR, _PTG, _UM, _PTGC, _CSMSS, _CES, _KMSKID, _IF],
|
|
3292
3335
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => PreTokenGenerationVersionConfigType$, () => CustomSMSLambdaVersionConfigType$, () => CustomEmailLambdaVersionConfigType$, 0, () => InboundFederationLambdaType$]
|
|
3293
3336
|
];
|
|
3337
|
+
var LimitDefinitionType$ = [3, n0, _LDT,
|
|
3338
|
+
0,
|
|
3339
|
+
[_LCi, _At],
|
|
3340
|
+
[0, 128 | 0], 2
|
|
3341
|
+
];
|
|
3342
|
+
var LimitType$ = [3, n0, _LT,
|
|
3343
|
+
0,
|
|
3344
|
+
[_LD, _PLV, _FLV],
|
|
3345
|
+
[() => LimitDefinitionType$, 1, 1], 3
|
|
3346
|
+
];
|
|
3294
3347
|
var ListDevicesRequest$ = [3, n0, _LDR,
|
|
3295
3348
|
0,
|
|
3296
3349
|
[_ATc, _L, _PTa],
|
|
@@ -3796,6 +3849,16 @@ var UpdateManagedLoginBrandingResponse$ = [3, n0, _UMLBRp,
|
|
|
3796
3849
|
[_MLB],
|
|
3797
3850
|
[() => ManagedLoginBrandingType$]
|
|
3798
3851
|
];
|
|
3852
|
+
var UpdateProvisionedLimitRequest$ = [3, n0, _UPLR,
|
|
3853
|
+
0,
|
|
3854
|
+
[_LD, _RLV],
|
|
3855
|
+
[() => LimitDefinitionType$, 1], 2
|
|
3856
|
+
];
|
|
3857
|
+
var UpdateProvisionedLimitResponse$ = [3, n0, _UPLRp,
|
|
3858
|
+
0,
|
|
3859
|
+
[_L],
|
|
3860
|
+
[() => LimitType$], 1
|
|
3861
|
+
];
|
|
3799
3862
|
var UpdateResourceServerRequest$ = [3, n0, _URSR,
|
|
3800
3863
|
0,
|
|
3801
3864
|
[_UPI, _I, _Na, _Sc],
|
|
@@ -4272,6 +4335,9 @@ var GetIdentityProviderByIdentifier$ = [9, n0, _GIPBI,
|
|
|
4272
4335
|
var GetLogDeliveryConfiguration$ = [9, n0, _GLDC,
|
|
4273
4336
|
0, () => GetLogDeliveryConfigurationRequest$, () => GetLogDeliveryConfigurationResponse$
|
|
4274
4337
|
];
|
|
4338
|
+
var GetProvisionedLimit$ = [9, n0, _GPL,
|
|
4339
|
+
0, () => GetProvisionedLimitRequest$, () => GetProvisionedLimitResponse$
|
|
4340
|
+
];
|
|
4275
4341
|
var GetSigningCertificate$ = [9, n0, _GSC,
|
|
4276
4342
|
0, () => GetSigningCertificateRequest$, () => GetSigningCertificateResponse$
|
|
4277
4343
|
];
|
|
@@ -4299,7 +4365,7 @@ var GlobalSignOut$ = [9, n0, _GSO,
|
|
|
4299
4365
|
var InitiateAuth$ = [9, n0, _IAn,
|
|
4300
4366
|
0, () => InitiateAuthRequest$, () => InitiateAuthResponse$
|
|
4301
4367
|
];
|
|
4302
|
-
var ListDevices$ = [9, n0,
|
|
4368
|
+
var ListDevices$ = [9, n0, _LDi,
|
|
4303
4369
|
0, () => ListDevicesRequest$, () => ListDevicesResponse$
|
|
4304
4370
|
];
|
|
4305
4371
|
var ListGroups$ = [9, n0, _LG,
|
|
@@ -4314,7 +4380,7 @@ var ListResourceServers$ = [9, n0, _LRS,
|
|
|
4314
4380
|
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
4315
4381
|
0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
4316
4382
|
];
|
|
4317
|
-
var ListTerms$ = [9, n0,
|
|
4383
|
+
var ListTerms$ = [9, n0, _LTi,
|
|
4318
4384
|
0, () => ListTermsRequest$, () => ListTermsResponse$
|
|
4319
4385
|
];
|
|
4320
4386
|
var ListUserImportJobs$ = [9, n0, _LUIJ,
|
|
@@ -4401,6 +4467,9 @@ var UpdateIdentityProvider$ = [9, n0, _UIP,
|
|
|
4401
4467
|
var UpdateManagedLoginBranding$ = [9, n0, _UMLB,
|
|
4402
4468
|
0, () => UpdateManagedLoginBrandingRequest$, () => UpdateManagedLoginBrandingResponse$
|
|
4403
4469
|
];
|
|
4470
|
+
var UpdateProvisionedLimit$ = [9, n0, _UPL,
|
|
4471
|
+
0, () => UpdateProvisionedLimitRequest$, () => UpdateProvisionedLimitResponse$
|
|
4472
|
+
];
|
|
4404
4473
|
var UpdateResourceServer$ = [9, n0, _URS,
|
|
4405
4474
|
0, () => UpdateResourceServerRequest$, () => UpdateResourceServerResponse$
|
|
4406
4475
|
];
|
|
@@ -4581,1516 +4650,392 @@ class CognitoIdentityProviderClient extends Client {
|
|
|
4581
4650
|
}
|
|
4582
4651
|
}
|
|
4583
4652
|
|
|
4584
|
-
|
|
4585
|
-
|
|
4586
|
-
|
|
4587
|
-
|
|
4588
|
-
|
|
4589
|
-
}
|
|
4590
|
-
|
|
4591
|
-
|
|
4592
|
-
|
|
4593
|
-
|
|
4594
|
-
|
|
4595
|
-
|
|
4596
|
-
|
|
4597
|
-
|
|
4598
|
-
|
|
4599
|
-
|
|
4600
|
-
|
|
4601
|
-
}
|
|
4602
|
-
|
|
4603
|
-
|
|
4604
|
-
|
|
4605
|
-
|
|
4606
|
-
|
|
4607
|
-
|
|
4608
|
-
|
|
4609
|
-
|
|
4610
|
-
|
|
4611
|
-
|
|
4612
|
-
|
|
4613
|
-
}
|
|
4614
|
-
|
|
4615
|
-
|
|
4616
|
-
|
|
4617
|
-
|
|
4618
|
-
|
|
4619
|
-
|
|
4620
|
-
|
|
4621
|
-
|
|
4622
|
-
|
|
4623
|
-
|
|
4624
|
-
|
|
4625
|
-
}
|
|
4626
|
-
|
|
4627
|
-
|
|
4628
|
-
|
|
4629
|
-
|
|
4630
|
-
|
|
4631
|
-
|
|
4632
|
-
|
|
4633
|
-
|
|
4634
|
-
|
|
4635
|
-
|
|
4636
|
-
|
|
4637
|
-
}
|
|
4638
|
-
|
|
4639
|
-
|
|
4640
|
-
|
|
4641
|
-
|
|
4642
|
-
|
|
4643
|
-
|
|
4644
|
-
|
|
4645
|
-
|
|
4646
|
-
|
|
4647
|
-
|
|
4648
|
-
|
|
4649
|
-
}
|
|
4650
|
-
|
|
4651
|
-
|
|
4652
|
-
|
|
4653
|
-
|
|
4654
|
-
|
|
4655
|
-
|
|
4656
|
-
|
|
4657
|
-
|
|
4658
|
-
|
|
4659
|
-
|
|
4660
|
-
|
|
4661
|
-
}
|
|
4662
|
-
|
|
4663
|
-
|
|
4664
|
-
|
|
4665
|
-
|
|
4666
|
-
|
|
4667
|
-
|
|
4668
|
-
|
|
4669
|
-
|
|
4670
|
-
|
|
4671
|
-
|
|
4672
|
-
|
|
4673
|
-
}
|
|
4674
|
-
|
|
4675
|
-
|
|
4676
|
-
|
|
4677
|
-
|
|
4678
|
-
|
|
4679
|
-
|
|
4680
|
-
|
|
4681
|
-
|
|
4682
|
-
|
|
4683
|
-
|
|
4684
|
-
|
|
4685
|
-
}
|
|
4686
|
-
|
|
4687
|
-
|
|
4688
|
-
|
|
4689
|
-
|
|
4690
|
-
|
|
4691
|
-
|
|
4692
|
-
|
|
4693
|
-
|
|
4694
|
-
|
|
4695
|
-
|
|
4696
|
-
|
|
4697
|
-
}
|
|
4698
|
-
|
|
4699
|
-
|
|
4700
|
-
|
|
4701
|
-
|
|
4702
|
-
|
|
4703
|
-
|
|
4704
|
-
|
|
4705
|
-
|
|
4706
|
-
|
|
4707
|
-
|
|
4708
|
-
|
|
4709
|
-
}
|
|
4710
|
-
|
|
4711
|
-
|
|
4712
|
-
|
|
4713
|
-
|
|
4714
|
-
|
|
4715
|
-
|
|
4716
|
-
|
|
4717
|
-
|
|
4718
|
-
|
|
4719
|
-
|
|
4720
|
-
|
|
4721
|
-
}
|
|
4722
|
-
|
|
4723
|
-
|
|
4724
|
-
|
|
4725
|
-
|
|
4726
|
-
|
|
4727
|
-
|
|
4728
|
-
|
|
4729
|
-
|
|
4730
|
-
|
|
4731
|
-
|
|
4732
|
-
|
|
4733
|
-
}
|
|
4734
|
-
|
|
4735
|
-
|
|
4736
|
-
|
|
4737
|
-
|
|
4738
|
-
|
|
4739
|
-
|
|
4740
|
-
|
|
4741
|
-
|
|
4742
|
-
|
|
4743
|
-
|
|
4744
|
-
|
|
4745
|
-
}
|
|
4746
|
-
|
|
4747
|
-
|
|
4748
|
-
|
|
4749
|
-
|
|
4750
|
-
|
|
4751
|
-
|
|
4752
|
-
|
|
4753
|
-
|
|
4754
|
-
|
|
4755
|
-
|
|
4756
|
-
|
|
4757
|
-
}
|
|
4758
|
-
|
|
4759
|
-
|
|
4760
|
-
|
|
4761
|
-
|
|
4762
|
-
|
|
4763
|
-
|
|
4764
|
-
|
|
4765
|
-
|
|
4766
|
-
|
|
4767
|
-
|
|
4768
|
-
|
|
4769
|
-
}
|
|
4770
|
-
|
|
4771
|
-
|
|
4772
|
-
|
|
4773
|
-
|
|
4774
|
-
|
|
4775
|
-
|
|
4776
|
-
|
|
4777
|
-
|
|
4778
|
-
|
|
4779
|
-
|
|
4780
|
-
|
|
4781
|
-
}
|
|
4782
|
-
|
|
4783
|
-
|
|
4784
|
-
|
|
4785
|
-
|
|
4786
|
-
|
|
4787
|
-
|
|
4788
|
-
|
|
4789
|
-
|
|
4790
|
-
|
|
4791
|
-
|
|
4792
|
-
|
|
4793
|
-
}
|
|
4794
|
-
|
|
4795
|
-
|
|
4796
|
-
|
|
4797
|
-
|
|
4798
|
-
|
|
4799
|
-
|
|
4800
|
-
|
|
4801
|
-
|
|
4802
|
-
|
|
4803
|
-
|
|
4804
|
-
|
|
4805
|
-
}
|
|
4806
|
-
|
|
4807
|
-
|
|
4808
|
-
|
|
4809
|
-
|
|
4810
|
-
|
|
4811
|
-
|
|
4812
|
-
|
|
4813
|
-
|
|
4814
|
-
|
|
4815
|
-
|
|
4816
|
-
|
|
4817
|
-
}
|
|
4818
|
-
|
|
4819
|
-
|
|
4820
|
-
|
|
4821
|
-
|
|
4822
|
-
|
|
4823
|
-
|
|
4824
|
-
|
|
4825
|
-
|
|
4826
|
-
|
|
4827
|
-
|
|
4828
|
-
|
|
4829
|
-
}
|
|
4830
|
-
|
|
4831
|
-
|
|
4832
|
-
|
|
4833
|
-
|
|
4834
|
-
|
|
4835
|
-
|
|
4836
|
-
|
|
4837
|
-
|
|
4838
|
-
|
|
4839
|
-
|
|
4840
|
-
|
|
4841
|
-
}
|
|
4842
|
-
|
|
4843
|
-
|
|
4844
|
-
|
|
4845
|
-
|
|
4846
|
-
|
|
4847
|
-
|
|
4848
|
-
|
|
4849
|
-
|
|
4850
|
-
|
|
4851
|
-
|
|
4852
|
-
|
|
4853
|
-
}
|
|
4854
|
-
|
|
4855
|
-
|
|
4856
|
-
|
|
4857
|
-
|
|
4858
|
-
|
|
4859
|
-
|
|
4860
|
-
|
|
4861
|
-
|
|
4862
|
-
|
|
4863
|
-
|
|
4864
|
-
|
|
4865
|
-
}
|
|
4866
|
-
|
|
4867
|
-
|
|
4868
|
-
|
|
4869
|
-
|
|
4870
|
-
|
|
4871
|
-
|
|
4872
|
-
|
|
4873
|
-
|
|
4874
|
-
|
|
4875
|
-
|
|
4876
|
-
|
|
4877
|
-
}
|
|
4878
|
-
|
|
4879
|
-
|
|
4880
|
-
|
|
4881
|
-
|
|
4882
|
-
|
|
4883
|
-
|
|
4884
|
-
|
|
4885
|
-
|
|
4886
|
-
|
|
4887
|
-
|
|
4888
|
-
|
|
4889
|
-
}
|
|
4890
|
-
|
|
4891
|
-
|
|
4892
|
-
|
|
4893
|
-
|
|
4894
|
-
|
|
4895
|
-
|
|
4896
|
-
|
|
4897
|
-
|
|
4898
|
-
|
|
4899
|
-
|
|
4900
|
-
|
|
4901
|
-
}
|
|
4902
|
-
|
|
4903
|
-
|
|
4904
|
-
|
|
4905
|
-
|
|
4906
|
-
|
|
4907
|
-
|
|
4908
|
-
|
|
4909
|
-
|
|
4910
|
-
|
|
4911
|
-
|
|
4912
|
-
|
|
4913
|
-
}
|
|
4914
|
-
|
|
4915
|
-
|
|
4916
|
-
|
|
4917
|
-
|
|
4918
|
-
|
|
4919
|
-
|
|
4920
|
-
|
|
4921
|
-
|
|
4922
|
-
|
|
4923
|
-
|
|
4924
|
-
|
|
4925
|
-
}
|
|
4926
|
-
|
|
4927
|
-
|
|
4928
|
-
|
|
4929
|
-
|
|
4930
|
-
|
|
4931
|
-
|
|
4932
|
-
|
|
4933
|
-
|
|
4934
|
-
|
|
4935
|
-
|
|
4936
|
-
|
|
4937
|
-
}
|
|
4938
|
-
|
|
4939
|
-
|
|
4940
|
-
|
|
4941
|
-
|
|
4942
|
-
|
|
4943
|
-
|
|
4944
|
-
|
|
4945
|
-
|
|
4946
|
-
|
|
4947
|
-
|
|
4948
|
-
|
|
4949
|
-
}
|
|
4950
|
-
|
|
4951
|
-
|
|
4952
|
-
|
|
4953
|
-
|
|
4954
|
-
|
|
4955
|
-
|
|
4956
|
-
|
|
4957
|
-
|
|
4958
|
-
|
|
4959
|
-
|
|
4960
|
-
|
|
4961
|
-
}
|
|
4962
|
-
|
|
4963
|
-
|
|
4964
|
-
|
|
4965
|
-
|
|
4966
|
-
|
|
4967
|
-
|
|
4968
|
-
|
|
4969
|
-
|
|
4970
|
-
.ep(commonParams)
|
|
4971
|
-
.m(function (Command, cs, config, o) {
|
|
4972
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4973
|
-
})
|
|
4974
|
-
.s("AWSCognitoIdentityProviderService", "ConfirmForgotPassword", {})
|
|
4975
|
-
.n("CognitoIdentityProviderClient", "ConfirmForgotPasswordCommand")
|
|
4976
|
-
.sc(ConfirmForgotPassword$)
|
|
4977
|
-
.build() {
|
|
4978
|
-
}
|
|
4979
|
-
|
|
4980
|
-
class ConfirmSignUpCommand extends Command
|
|
4981
|
-
.classBuilder()
|
|
4982
|
-
.ep(commonParams)
|
|
4983
|
-
.m(function (Command, cs, config, o) {
|
|
4984
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4985
|
-
})
|
|
4986
|
-
.s("AWSCognitoIdentityProviderService", "ConfirmSignUp", {})
|
|
4987
|
-
.n("CognitoIdentityProviderClient", "ConfirmSignUpCommand")
|
|
4988
|
-
.sc(ConfirmSignUp$)
|
|
4989
|
-
.build() {
|
|
4990
|
-
}
|
|
4991
|
-
|
|
4992
|
-
class CreateGroupCommand extends Command
|
|
4993
|
-
.classBuilder()
|
|
4994
|
-
.ep(commonParams)
|
|
4995
|
-
.m(function (Command, cs, config, o) {
|
|
4996
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4997
|
-
})
|
|
4998
|
-
.s("AWSCognitoIdentityProviderService", "CreateGroup", {})
|
|
4999
|
-
.n("CognitoIdentityProviderClient", "CreateGroupCommand")
|
|
5000
|
-
.sc(CreateGroup$)
|
|
5001
|
-
.build() {
|
|
5002
|
-
}
|
|
5003
|
-
|
|
5004
|
-
class CreateIdentityProviderCommand extends Command
|
|
5005
|
-
.classBuilder()
|
|
5006
|
-
.ep(commonParams)
|
|
5007
|
-
.m(function (Command, cs, config, o) {
|
|
5008
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5009
|
-
})
|
|
5010
|
-
.s("AWSCognitoIdentityProviderService", "CreateIdentityProvider", {})
|
|
5011
|
-
.n("CognitoIdentityProviderClient", "CreateIdentityProviderCommand")
|
|
5012
|
-
.sc(CreateIdentityProvider$)
|
|
5013
|
-
.build() {
|
|
5014
|
-
}
|
|
5015
|
-
|
|
5016
|
-
class CreateManagedLoginBrandingCommand extends Command
|
|
5017
|
-
.classBuilder()
|
|
5018
|
-
.ep(commonParams)
|
|
5019
|
-
.m(function (Command, cs, config, o) {
|
|
5020
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5021
|
-
})
|
|
5022
|
-
.s("AWSCognitoIdentityProviderService", "CreateManagedLoginBranding", {})
|
|
5023
|
-
.n("CognitoIdentityProviderClient", "CreateManagedLoginBrandingCommand")
|
|
5024
|
-
.sc(CreateManagedLoginBranding$)
|
|
5025
|
-
.build() {
|
|
5026
|
-
}
|
|
5027
|
-
|
|
5028
|
-
class CreateResourceServerCommand extends Command
|
|
5029
|
-
.classBuilder()
|
|
5030
|
-
.ep(commonParams)
|
|
5031
|
-
.m(function (Command, cs, config, o) {
|
|
5032
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5033
|
-
})
|
|
5034
|
-
.s("AWSCognitoIdentityProviderService", "CreateResourceServer", {})
|
|
5035
|
-
.n("CognitoIdentityProviderClient", "CreateResourceServerCommand")
|
|
5036
|
-
.sc(CreateResourceServer$)
|
|
5037
|
-
.build() {
|
|
5038
|
-
}
|
|
5039
|
-
|
|
5040
|
-
class CreateTermsCommand extends Command
|
|
5041
|
-
.classBuilder()
|
|
5042
|
-
.ep(commonParams)
|
|
5043
|
-
.m(function (Command, cs, config, o) {
|
|
5044
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5045
|
-
})
|
|
5046
|
-
.s("AWSCognitoIdentityProviderService", "CreateTerms", {})
|
|
5047
|
-
.n("CognitoIdentityProviderClient", "CreateTermsCommand")
|
|
5048
|
-
.sc(CreateTerms$)
|
|
5049
|
-
.build() {
|
|
5050
|
-
}
|
|
5051
|
-
|
|
5052
|
-
class CreateUserImportJobCommand extends Command
|
|
5053
|
-
.classBuilder()
|
|
5054
|
-
.ep(commonParams)
|
|
5055
|
-
.m(function (Command, cs, config, o) {
|
|
5056
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5057
|
-
})
|
|
5058
|
-
.s("AWSCognitoIdentityProviderService", "CreateUserImportJob", {})
|
|
5059
|
-
.n("CognitoIdentityProviderClient", "CreateUserImportJobCommand")
|
|
5060
|
-
.sc(CreateUserImportJob$)
|
|
5061
|
-
.build() {
|
|
5062
|
-
}
|
|
5063
|
-
|
|
5064
|
-
class CreateUserPoolClientCommand extends Command
|
|
5065
|
-
.classBuilder()
|
|
5066
|
-
.ep(commonParams)
|
|
5067
|
-
.m(function (Command, cs, config, o) {
|
|
5068
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5069
|
-
})
|
|
5070
|
-
.s("AWSCognitoIdentityProviderService", "CreateUserPoolClient", {})
|
|
5071
|
-
.n("CognitoIdentityProviderClient", "CreateUserPoolClientCommand")
|
|
5072
|
-
.sc(CreateUserPoolClient$)
|
|
5073
|
-
.build() {
|
|
5074
|
-
}
|
|
5075
|
-
|
|
5076
|
-
class CreateUserPoolCommand extends Command
|
|
5077
|
-
.classBuilder()
|
|
5078
|
-
.ep(commonParams)
|
|
5079
|
-
.m(function (Command, cs, config, o) {
|
|
5080
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5081
|
-
})
|
|
5082
|
-
.s("AWSCognitoIdentityProviderService", "CreateUserPool", {})
|
|
5083
|
-
.n("CognitoIdentityProviderClient", "CreateUserPoolCommand")
|
|
5084
|
-
.sc(CreateUserPool$)
|
|
5085
|
-
.build() {
|
|
5086
|
-
}
|
|
5087
|
-
|
|
5088
|
-
class CreateUserPoolDomainCommand extends Command
|
|
5089
|
-
.classBuilder()
|
|
5090
|
-
.ep(commonParams)
|
|
5091
|
-
.m(function (Command, cs, config, o) {
|
|
5092
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5093
|
-
})
|
|
5094
|
-
.s("AWSCognitoIdentityProviderService", "CreateUserPoolDomain", {})
|
|
5095
|
-
.n("CognitoIdentityProviderClient", "CreateUserPoolDomainCommand")
|
|
5096
|
-
.sc(CreateUserPoolDomain$)
|
|
5097
|
-
.build() {
|
|
5098
|
-
}
|
|
5099
|
-
|
|
5100
|
-
class CreateUserPoolReplicaCommand extends Command
|
|
5101
|
-
.classBuilder()
|
|
5102
|
-
.ep(commonParams)
|
|
5103
|
-
.m(function (Command, cs, config, o) {
|
|
5104
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5105
|
-
})
|
|
5106
|
-
.s("AWSCognitoIdentityProviderService", "CreateUserPoolReplica", {})
|
|
5107
|
-
.n("CognitoIdentityProviderClient", "CreateUserPoolReplicaCommand")
|
|
5108
|
-
.sc(CreateUserPoolReplica$)
|
|
5109
|
-
.build() {
|
|
5110
|
-
}
|
|
5111
|
-
|
|
5112
|
-
class DeleteGroupCommand extends Command
|
|
5113
|
-
.classBuilder()
|
|
5114
|
-
.ep(commonParams)
|
|
5115
|
-
.m(function (Command, cs, config, o) {
|
|
5116
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5117
|
-
})
|
|
5118
|
-
.s("AWSCognitoIdentityProviderService", "DeleteGroup", {})
|
|
5119
|
-
.n("CognitoIdentityProviderClient", "DeleteGroupCommand")
|
|
5120
|
-
.sc(DeleteGroup$)
|
|
5121
|
-
.build() {
|
|
5122
|
-
}
|
|
5123
|
-
|
|
5124
|
-
class DeleteIdentityProviderCommand extends Command
|
|
5125
|
-
.classBuilder()
|
|
5126
|
-
.ep(commonParams)
|
|
5127
|
-
.m(function (Command, cs, config, o) {
|
|
5128
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5129
|
-
})
|
|
5130
|
-
.s("AWSCognitoIdentityProviderService", "DeleteIdentityProvider", {})
|
|
5131
|
-
.n("CognitoIdentityProviderClient", "DeleteIdentityProviderCommand")
|
|
5132
|
-
.sc(DeleteIdentityProvider$)
|
|
5133
|
-
.build() {
|
|
5134
|
-
}
|
|
5135
|
-
|
|
5136
|
-
class DeleteManagedLoginBrandingCommand extends Command
|
|
5137
|
-
.classBuilder()
|
|
5138
|
-
.ep(commonParams)
|
|
5139
|
-
.m(function (Command, cs, config, o) {
|
|
5140
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5141
|
-
})
|
|
5142
|
-
.s("AWSCognitoIdentityProviderService", "DeleteManagedLoginBranding", {})
|
|
5143
|
-
.n("CognitoIdentityProviderClient", "DeleteManagedLoginBrandingCommand")
|
|
5144
|
-
.sc(DeleteManagedLoginBranding$)
|
|
5145
|
-
.build() {
|
|
5146
|
-
}
|
|
5147
|
-
|
|
5148
|
-
class DeleteResourceServerCommand extends Command
|
|
5149
|
-
.classBuilder()
|
|
5150
|
-
.ep(commonParams)
|
|
5151
|
-
.m(function (Command, cs, config, o) {
|
|
5152
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5153
|
-
})
|
|
5154
|
-
.s("AWSCognitoIdentityProviderService", "DeleteResourceServer", {})
|
|
5155
|
-
.n("CognitoIdentityProviderClient", "DeleteResourceServerCommand")
|
|
5156
|
-
.sc(DeleteResourceServer$)
|
|
5157
|
-
.build() {
|
|
5158
|
-
}
|
|
5159
|
-
|
|
5160
|
-
class DeleteTermsCommand extends Command
|
|
5161
|
-
.classBuilder()
|
|
5162
|
-
.ep(commonParams)
|
|
5163
|
-
.m(function (Command, cs, config, o) {
|
|
5164
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5165
|
-
})
|
|
5166
|
-
.s("AWSCognitoIdentityProviderService", "DeleteTerms", {})
|
|
5167
|
-
.n("CognitoIdentityProviderClient", "DeleteTermsCommand")
|
|
5168
|
-
.sc(DeleteTerms$)
|
|
5169
|
-
.build() {
|
|
5170
|
-
}
|
|
5171
|
-
|
|
5172
|
-
class DeleteUserAttributesCommand extends Command
|
|
5173
|
-
.classBuilder()
|
|
5174
|
-
.ep(commonParams)
|
|
5175
|
-
.m(function (Command, cs, config, o) {
|
|
5176
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5177
|
-
})
|
|
5178
|
-
.s("AWSCognitoIdentityProviderService", "DeleteUserAttributes", {})
|
|
5179
|
-
.n("CognitoIdentityProviderClient", "DeleteUserAttributesCommand")
|
|
5180
|
-
.sc(DeleteUserAttributes$)
|
|
5181
|
-
.build() {
|
|
5182
|
-
}
|
|
5183
|
-
|
|
5184
|
-
class DeleteUserCommand extends Command
|
|
5185
|
-
.classBuilder()
|
|
5186
|
-
.ep(commonParams)
|
|
5187
|
-
.m(function (Command, cs, config, o) {
|
|
5188
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5189
|
-
})
|
|
5190
|
-
.s("AWSCognitoIdentityProviderService", "DeleteUser", {})
|
|
5191
|
-
.n("CognitoIdentityProviderClient", "DeleteUserCommand")
|
|
5192
|
-
.sc(DeleteUser$)
|
|
5193
|
-
.build() {
|
|
5194
|
-
}
|
|
5195
|
-
|
|
5196
|
-
class DeleteUserPoolClientCommand extends Command
|
|
5197
|
-
.classBuilder()
|
|
5198
|
-
.ep(commonParams)
|
|
5199
|
-
.m(function (Command, cs, config, o) {
|
|
5200
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5201
|
-
})
|
|
5202
|
-
.s("AWSCognitoIdentityProviderService", "DeleteUserPoolClient", {})
|
|
5203
|
-
.n("CognitoIdentityProviderClient", "DeleteUserPoolClientCommand")
|
|
5204
|
-
.sc(DeleteUserPoolClient$)
|
|
5205
|
-
.build() {
|
|
5206
|
-
}
|
|
5207
|
-
|
|
5208
|
-
class DeleteUserPoolClientSecretCommand extends Command
|
|
5209
|
-
.classBuilder()
|
|
5210
|
-
.ep(commonParams)
|
|
5211
|
-
.m(function (Command, cs, config, o) {
|
|
5212
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5213
|
-
})
|
|
5214
|
-
.s("AWSCognitoIdentityProviderService", "DeleteUserPoolClientSecret", {})
|
|
5215
|
-
.n("CognitoIdentityProviderClient", "DeleteUserPoolClientSecretCommand")
|
|
5216
|
-
.sc(DeleteUserPoolClientSecret$)
|
|
5217
|
-
.build() {
|
|
5218
|
-
}
|
|
5219
|
-
|
|
5220
|
-
class DeleteUserPoolCommand extends Command
|
|
5221
|
-
.classBuilder()
|
|
5222
|
-
.ep(commonParams)
|
|
5223
|
-
.m(function (Command, cs, config, o) {
|
|
5224
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5225
|
-
})
|
|
5226
|
-
.s("AWSCognitoIdentityProviderService", "DeleteUserPool", {})
|
|
5227
|
-
.n("CognitoIdentityProviderClient", "DeleteUserPoolCommand")
|
|
5228
|
-
.sc(DeleteUserPool$)
|
|
5229
|
-
.build() {
|
|
5230
|
-
}
|
|
5231
|
-
|
|
5232
|
-
class DeleteUserPoolDomainCommand extends Command
|
|
5233
|
-
.classBuilder()
|
|
5234
|
-
.ep(commonParams)
|
|
5235
|
-
.m(function (Command, cs, config, o) {
|
|
5236
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5237
|
-
})
|
|
5238
|
-
.s("AWSCognitoIdentityProviderService", "DeleteUserPoolDomain", {})
|
|
5239
|
-
.n("CognitoIdentityProviderClient", "DeleteUserPoolDomainCommand")
|
|
5240
|
-
.sc(DeleteUserPoolDomain$)
|
|
5241
|
-
.build() {
|
|
5242
|
-
}
|
|
5243
|
-
|
|
5244
|
-
class DeleteUserPoolReplicaCommand extends Command
|
|
5245
|
-
.classBuilder()
|
|
5246
|
-
.ep(commonParams)
|
|
5247
|
-
.m(function (Command, cs, config, o) {
|
|
5248
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5249
|
-
})
|
|
5250
|
-
.s("AWSCognitoIdentityProviderService", "DeleteUserPoolReplica", {})
|
|
5251
|
-
.n("CognitoIdentityProviderClient", "DeleteUserPoolReplicaCommand")
|
|
5252
|
-
.sc(DeleteUserPoolReplica$)
|
|
5253
|
-
.build() {
|
|
5254
|
-
}
|
|
5255
|
-
|
|
5256
|
-
class DeleteWebAuthnCredentialCommand extends Command
|
|
5257
|
-
.classBuilder()
|
|
5258
|
-
.ep(commonParams)
|
|
5259
|
-
.m(function (Command, cs, config, o) {
|
|
5260
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5261
|
-
})
|
|
5262
|
-
.s("AWSCognitoIdentityProviderService", "DeleteWebAuthnCredential", {})
|
|
5263
|
-
.n("CognitoIdentityProviderClient", "DeleteWebAuthnCredentialCommand")
|
|
5264
|
-
.sc(DeleteWebAuthnCredential$)
|
|
5265
|
-
.build() {
|
|
5266
|
-
}
|
|
5267
|
-
|
|
5268
|
-
class DescribeIdentityProviderCommand extends Command
|
|
5269
|
-
.classBuilder()
|
|
5270
|
-
.ep(commonParams)
|
|
5271
|
-
.m(function (Command, cs, config, o) {
|
|
5272
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5273
|
-
})
|
|
5274
|
-
.s("AWSCognitoIdentityProviderService", "DescribeIdentityProvider", {})
|
|
5275
|
-
.n("CognitoIdentityProviderClient", "DescribeIdentityProviderCommand")
|
|
5276
|
-
.sc(DescribeIdentityProvider$)
|
|
5277
|
-
.build() {
|
|
5278
|
-
}
|
|
5279
|
-
|
|
5280
|
-
class DescribeManagedLoginBrandingByClientCommand extends Command
|
|
5281
|
-
.classBuilder()
|
|
5282
|
-
.ep(commonParams)
|
|
5283
|
-
.m(function (Command, cs, config, o) {
|
|
5284
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5285
|
-
})
|
|
5286
|
-
.s("AWSCognitoIdentityProviderService", "DescribeManagedLoginBrandingByClient", {})
|
|
5287
|
-
.n("CognitoIdentityProviderClient", "DescribeManagedLoginBrandingByClientCommand")
|
|
5288
|
-
.sc(DescribeManagedLoginBrandingByClient$)
|
|
5289
|
-
.build() {
|
|
5290
|
-
}
|
|
5291
|
-
|
|
5292
|
-
class DescribeManagedLoginBrandingCommand extends Command
|
|
5293
|
-
.classBuilder()
|
|
5294
|
-
.ep(commonParams)
|
|
5295
|
-
.m(function (Command, cs, config, o) {
|
|
5296
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5297
|
-
})
|
|
5298
|
-
.s("AWSCognitoIdentityProviderService", "DescribeManagedLoginBranding", {})
|
|
5299
|
-
.n("CognitoIdentityProviderClient", "DescribeManagedLoginBrandingCommand")
|
|
5300
|
-
.sc(DescribeManagedLoginBranding$)
|
|
5301
|
-
.build() {
|
|
5302
|
-
}
|
|
5303
|
-
|
|
5304
|
-
class DescribeResourceServerCommand extends Command
|
|
5305
|
-
.classBuilder()
|
|
5306
|
-
.ep(commonParams)
|
|
5307
|
-
.m(function (Command, cs, config, o) {
|
|
5308
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5309
|
-
})
|
|
5310
|
-
.s("AWSCognitoIdentityProviderService", "DescribeResourceServer", {})
|
|
5311
|
-
.n("CognitoIdentityProviderClient", "DescribeResourceServerCommand")
|
|
5312
|
-
.sc(DescribeResourceServer$)
|
|
5313
|
-
.build() {
|
|
5314
|
-
}
|
|
5315
|
-
|
|
5316
|
-
class DescribeRiskConfigurationCommand extends Command
|
|
5317
|
-
.classBuilder()
|
|
5318
|
-
.ep(commonParams)
|
|
5319
|
-
.m(function (Command, cs, config, o) {
|
|
5320
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5321
|
-
})
|
|
5322
|
-
.s("AWSCognitoIdentityProviderService", "DescribeRiskConfiguration", {})
|
|
5323
|
-
.n("CognitoIdentityProviderClient", "DescribeRiskConfigurationCommand")
|
|
5324
|
-
.sc(DescribeRiskConfiguration$)
|
|
5325
|
-
.build() {
|
|
5326
|
-
}
|
|
5327
|
-
|
|
5328
|
-
class DescribeTermsCommand extends Command
|
|
5329
|
-
.classBuilder()
|
|
5330
|
-
.ep(commonParams)
|
|
5331
|
-
.m(function (Command, cs, config, o) {
|
|
5332
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5333
|
-
})
|
|
5334
|
-
.s("AWSCognitoIdentityProviderService", "DescribeTerms", {})
|
|
5335
|
-
.n("CognitoIdentityProviderClient", "DescribeTermsCommand")
|
|
5336
|
-
.sc(DescribeTerms$)
|
|
5337
|
-
.build() {
|
|
5338
|
-
}
|
|
5339
|
-
|
|
5340
|
-
class DescribeUserImportJobCommand extends Command
|
|
5341
|
-
.classBuilder()
|
|
5342
|
-
.ep(commonParams)
|
|
5343
|
-
.m(function (Command, cs, config, o) {
|
|
5344
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5345
|
-
})
|
|
5346
|
-
.s("AWSCognitoIdentityProviderService", "DescribeUserImportJob", {})
|
|
5347
|
-
.n("CognitoIdentityProviderClient", "DescribeUserImportJobCommand")
|
|
5348
|
-
.sc(DescribeUserImportJob$)
|
|
5349
|
-
.build() {
|
|
5350
|
-
}
|
|
5351
|
-
|
|
5352
|
-
class DescribeUserPoolClientCommand extends Command
|
|
5353
|
-
.classBuilder()
|
|
5354
|
-
.ep(commonParams)
|
|
5355
|
-
.m(function (Command, cs, config, o) {
|
|
5356
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5357
|
-
})
|
|
5358
|
-
.s("AWSCognitoIdentityProviderService", "DescribeUserPoolClient", {})
|
|
5359
|
-
.n("CognitoIdentityProviderClient", "DescribeUserPoolClientCommand")
|
|
5360
|
-
.sc(DescribeUserPoolClient$)
|
|
5361
|
-
.build() {
|
|
5362
|
-
}
|
|
5363
|
-
|
|
5364
|
-
class DescribeUserPoolCommand extends Command
|
|
5365
|
-
.classBuilder()
|
|
5366
|
-
.ep(commonParams)
|
|
5367
|
-
.m(function (Command, cs, config, o) {
|
|
5368
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5369
|
-
})
|
|
5370
|
-
.s("AWSCognitoIdentityProviderService", "DescribeUserPool", {})
|
|
5371
|
-
.n("CognitoIdentityProviderClient", "DescribeUserPoolCommand")
|
|
5372
|
-
.sc(DescribeUserPool$)
|
|
5373
|
-
.build() {
|
|
5374
|
-
}
|
|
5375
|
-
|
|
5376
|
-
class DescribeUserPoolDomainCommand extends Command
|
|
5377
|
-
.classBuilder()
|
|
5378
|
-
.ep(commonParams)
|
|
5379
|
-
.m(function (Command, cs, config, o) {
|
|
5380
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5381
|
-
})
|
|
5382
|
-
.s("AWSCognitoIdentityProviderService", "DescribeUserPoolDomain", {})
|
|
5383
|
-
.n("CognitoIdentityProviderClient", "DescribeUserPoolDomainCommand")
|
|
5384
|
-
.sc(DescribeUserPoolDomain$)
|
|
5385
|
-
.build() {
|
|
5386
|
-
}
|
|
5387
|
-
|
|
5388
|
-
class ForgetDeviceCommand extends Command
|
|
5389
|
-
.classBuilder()
|
|
5390
|
-
.ep(commonParams)
|
|
5391
|
-
.m(function (Command, cs, config, o) {
|
|
5392
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5393
|
-
})
|
|
5394
|
-
.s("AWSCognitoIdentityProviderService", "ForgetDevice", {})
|
|
5395
|
-
.n("CognitoIdentityProviderClient", "ForgetDeviceCommand")
|
|
5396
|
-
.sc(ForgetDevice$)
|
|
5397
|
-
.build() {
|
|
5398
|
-
}
|
|
5399
|
-
|
|
5400
|
-
class ForgotPasswordCommand extends Command
|
|
5401
|
-
.classBuilder()
|
|
5402
|
-
.ep(commonParams)
|
|
5403
|
-
.m(function (Command, cs, config, o) {
|
|
5404
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5405
|
-
})
|
|
5406
|
-
.s("AWSCognitoIdentityProviderService", "ForgotPassword", {})
|
|
5407
|
-
.n("CognitoIdentityProviderClient", "ForgotPasswordCommand")
|
|
5408
|
-
.sc(ForgotPassword$)
|
|
5409
|
-
.build() {
|
|
5410
|
-
}
|
|
5411
|
-
|
|
5412
|
-
class GetCSVHeaderCommand extends Command
|
|
5413
|
-
.classBuilder()
|
|
5414
|
-
.ep(commonParams)
|
|
5415
|
-
.m(function (Command, cs, config, o) {
|
|
5416
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5417
|
-
})
|
|
5418
|
-
.s("AWSCognitoIdentityProviderService", "GetCSVHeader", {})
|
|
5419
|
-
.n("CognitoIdentityProviderClient", "GetCSVHeaderCommand")
|
|
5420
|
-
.sc(GetCSVHeader$)
|
|
5421
|
-
.build() {
|
|
5422
|
-
}
|
|
5423
|
-
|
|
5424
|
-
class GetDeviceCommand extends Command
|
|
5425
|
-
.classBuilder()
|
|
5426
|
-
.ep(commonParams)
|
|
5427
|
-
.m(function (Command, cs, config, o) {
|
|
5428
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5429
|
-
})
|
|
5430
|
-
.s("AWSCognitoIdentityProviderService", "GetDevice", {})
|
|
5431
|
-
.n("CognitoIdentityProviderClient", "GetDeviceCommand")
|
|
5432
|
-
.sc(GetDevice$)
|
|
5433
|
-
.build() {
|
|
5434
|
-
}
|
|
5435
|
-
|
|
5436
|
-
class GetGroupCommand extends Command
|
|
5437
|
-
.classBuilder()
|
|
5438
|
-
.ep(commonParams)
|
|
5439
|
-
.m(function (Command, cs, config, o) {
|
|
5440
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5441
|
-
})
|
|
5442
|
-
.s("AWSCognitoIdentityProviderService", "GetGroup", {})
|
|
5443
|
-
.n("CognitoIdentityProviderClient", "GetGroupCommand")
|
|
5444
|
-
.sc(GetGroup$)
|
|
5445
|
-
.build() {
|
|
5446
|
-
}
|
|
5447
|
-
|
|
5448
|
-
class GetIdentityProviderByIdentifierCommand extends Command
|
|
5449
|
-
.classBuilder()
|
|
5450
|
-
.ep(commonParams)
|
|
5451
|
-
.m(function (Command, cs, config, o) {
|
|
5452
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5453
|
-
})
|
|
5454
|
-
.s("AWSCognitoIdentityProviderService", "GetIdentityProviderByIdentifier", {})
|
|
5455
|
-
.n("CognitoIdentityProviderClient", "GetIdentityProviderByIdentifierCommand")
|
|
5456
|
-
.sc(GetIdentityProviderByIdentifier$)
|
|
5457
|
-
.build() {
|
|
5458
|
-
}
|
|
5459
|
-
|
|
5460
|
-
class GetLogDeliveryConfigurationCommand extends Command
|
|
5461
|
-
.classBuilder()
|
|
5462
|
-
.ep(commonParams)
|
|
5463
|
-
.m(function (Command, cs, config, o) {
|
|
5464
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5465
|
-
})
|
|
5466
|
-
.s("AWSCognitoIdentityProviderService", "GetLogDeliveryConfiguration", {})
|
|
5467
|
-
.n("CognitoIdentityProviderClient", "GetLogDeliveryConfigurationCommand")
|
|
5468
|
-
.sc(GetLogDeliveryConfiguration$)
|
|
5469
|
-
.build() {
|
|
5470
|
-
}
|
|
5471
|
-
|
|
5472
|
-
class GetSigningCertificateCommand extends Command
|
|
5473
|
-
.classBuilder()
|
|
5474
|
-
.ep(commonParams)
|
|
5475
|
-
.m(function (Command, cs, config, o) {
|
|
5476
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5477
|
-
})
|
|
5478
|
-
.s("AWSCognitoIdentityProviderService", "GetSigningCertificate", {})
|
|
5479
|
-
.n("CognitoIdentityProviderClient", "GetSigningCertificateCommand")
|
|
5480
|
-
.sc(GetSigningCertificate$)
|
|
5481
|
-
.build() {
|
|
5482
|
-
}
|
|
5483
|
-
|
|
5484
|
-
class GetTokensFromRefreshTokenCommand extends Command
|
|
5485
|
-
.classBuilder()
|
|
5486
|
-
.ep(commonParams)
|
|
5487
|
-
.m(function (Command, cs, config, o) {
|
|
5488
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5489
|
-
})
|
|
5490
|
-
.s("AWSCognitoIdentityProviderService", "GetTokensFromRefreshToken", {})
|
|
5491
|
-
.n("CognitoIdentityProviderClient", "GetTokensFromRefreshTokenCommand")
|
|
5492
|
-
.sc(GetTokensFromRefreshToken$)
|
|
5493
|
-
.build() {
|
|
5494
|
-
}
|
|
5495
|
-
|
|
5496
|
-
class GetUICustomizationCommand extends Command
|
|
5497
|
-
.classBuilder()
|
|
5498
|
-
.ep(commonParams)
|
|
5499
|
-
.m(function (Command, cs, config, o) {
|
|
5500
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5501
|
-
})
|
|
5502
|
-
.s("AWSCognitoIdentityProviderService", "GetUICustomization", {})
|
|
5503
|
-
.n("CognitoIdentityProviderClient", "GetUICustomizationCommand")
|
|
5504
|
-
.sc(GetUICustomization$)
|
|
5505
|
-
.build() {
|
|
5506
|
-
}
|
|
5507
|
-
|
|
5508
|
-
class GetUserAttributeVerificationCodeCommand extends Command
|
|
5509
|
-
.classBuilder()
|
|
5510
|
-
.ep(commonParams)
|
|
5511
|
-
.m(function (Command, cs, config, o) {
|
|
5512
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5513
|
-
})
|
|
5514
|
-
.s("AWSCognitoIdentityProviderService", "GetUserAttributeVerificationCode", {})
|
|
5515
|
-
.n("CognitoIdentityProviderClient", "GetUserAttributeVerificationCodeCommand")
|
|
5516
|
-
.sc(GetUserAttributeVerificationCode$)
|
|
5517
|
-
.build() {
|
|
5518
|
-
}
|
|
5519
|
-
|
|
5520
|
-
class GetUserAuthFactorsCommand extends Command
|
|
5521
|
-
.classBuilder()
|
|
5522
|
-
.ep(commonParams)
|
|
5523
|
-
.m(function (Command, cs, config, o) {
|
|
5524
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5525
|
-
})
|
|
5526
|
-
.s("AWSCognitoIdentityProviderService", "GetUserAuthFactors", {})
|
|
5527
|
-
.n("CognitoIdentityProviderClient", "GetUserAuthFactorsCommand")
|
|
5528
|
-
.sc(GetUserAuthFactors$)
|
|
5529
|
-
.build() {
|
|
5530
|
-
}
|
|
5531
|
-
|
|
5532
|
-
class GetUserCommand extends Command
|
|
5533
|
-
.classBuilder()
|
|
5534
|
-
.ep(commonParams)
|
|
5535
|
-
.m(function (Command, cs, config, o) {
|
|
5536
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5537
|
-
})
|
|
5538
|
-
.s("AWSCognitoIdentityProviderService", "GetUser", {})
|
|
5539
|
-
.n("CognitoIdentityProviderClient", "GetUserCommand")
|
|
5540
|
-
.sc(GetUser$)
|
|
5541
|
-
.build() {
|
|
5542
|
-
}
|
|
5543
|
-
|
|
5544
|
-
class GetUserPoolMfaConfigCommand extends Command
|
|
5545
|
-
.classBuilder()
|
|
5546
|
-
.ep(commonParams)
|
|
5547
|
-
.m(function (Command, cs, config, o) {
|
|
5548
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5549
|
-
})
|
|
5550
|
-
.s("AWSCognitoIdentityProviderService", "GetUserPoolMfaConfig", {})
|
|
5551
|
-
.n("CognitoIdentityProviderClient", "GetUserPoolMfaConfigCommand")
|
|
5552
|
-
.sc(GetUserPoolMfaConfig$)
|
|
5553
|
-
.build() {
|
|
5554
|
-
}
|
|
5555
|
-
|
|
5556
|
-
class GlobalSignOutCommand extends Command
|
|
5557
|
-
.classBuilder()
|
|
5558
|
-
.ep(commonParams)
|
|
5559
|
-
.m(function (Command, cs, config, o) {
|
|
5560
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5561
|
-
})
|
|
5562
|
-
.s("AWSCognitoIdentityProviderService", "GlobalSignOut", {})
|
|
5563
|
-
.n("CognitoIdentityProviderClient", "GlobalSignOutCommand")
|
|
5564
|
-
.sc(GlobalSignOut$)
|
|
5565
|
-
.build() {
|
|
5566
|
-
}
|
|
5567
|
-
|
|
5568
|
-
class InitiateAuthCommand extends Command
|
|
5569
|
-
.classBuilder()
|
|
5570
|
-
.ep(commonParams)
|
|
5571
|
-
.m(function (Command, cs, config, o) {
|
|
5572
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5573
|
-
})
|
|
5574
|
-
.s("AWSCognitoIdentityProviderService", "InitiateAuth", {})
|
|
5575
|
-
.n("CognitoIdentityProviderClient", "InitiateAuthCommand")
|
|
5576
|
-
.sc(InitiateAuth$)
|
|
5577
|
-
.build() {
|
|
5578
|
-
}
|
|
5579
|
-
|
|
5580
|
-
class ListDevicesCommand extends Command
|
|
5581
|
-
.classBuilder()
|
|
5582
|
-
.ep(commonParams)
|
|
5583
|
-
.m(function (Command, cs, config, o) {
|
|
5584
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5585
|
-
})
|
|
5586
|
-
.s("AWSCognitoIdentityProviderService", "ListDevices", {})
|
|
5587
|
-
.n("CognitoIdentityProviderClient", "ListDevicesCommand")
|
|
5588
|
-
.sc(ListDevices$)
|
|
5589
|
-
.build() {
|
|
5590
|
-
}
|
|
5591
|
-
|
|
5592
|
-
class ListGroupsCommand extends Command
|
|
5593
|
-
.classBuilder()
|
|
5594
|
-
.ep(commonParams)
|
|
5595
|
-
.m(function (Command, cs, config, o) {
|
|
5596
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5597
|
-
})
|
|
5598
|
-
.s("AWSCognitoIdentityProviderService", "ListGroups", {})
|
|
5599
|
-
.n("CognitoIdentityProviderClient", "ListGroupsCommand")
|
|
5600
|
-
.sc(ListGroups$)
|
|
5601
|
-
.build() {
|
|
5602
|
-
}
|
|
5603
|
-
|
|
5604
|
-
class ListIdentityProvidersCommand extends Command
|
|
5605
|
-
.classBuilder()
|
|
5606
|
-
.ep(commonParams)
|
|
5607
|
-
.m(function (Command, cs, config, o) {
|
|
5608
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5609
|
-
})
|
|
5610
|
-
.s("AWSCognitoIdentityProviderService", "ListIdentityProviders", {})
|
|
5611
|
-
.n("CognitoIdentityProviderClient", "ListIdentityProvidersCommand")
|
|
5612
|
-
.sc(ListIdentityProviders$)
|
|
5613
|
-
.build() {
|
|
5614
|
-
}
|
|
5615
|
-
|
|
5616
|
-
class ListResourceServersCommand extends Command
|
|
5617
|
-
.classBuilder()
|
|
5618
|
-
.ep(commonParams)
|
|
5619
|
-
.m(function (Command, cs, config, o) {
|
|
5620
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5621
|
-
})
|
|
5622
|
-
.s("AWSCognitoIdentityProviderService", "ListResourceServers", {})
|
|
5623
|
-
.n("CognitoIdentityProviderClient", "ListResourceServersCommand")
|
|
5624
|
-
.sc(ListResourceServers$)
|
|
5625
|
-
.build() {
|
|
5626
|
-
}
|
|
5627
|
-
|
|
5628
|
-
class ListTagsForResourceCommand extends Command
|
|
5629
|
-
.classBuilder()
|
|
5630
|
-
.ep(commonParams)
|
|
5631
|
-
.m(function (Command, cs, config, o) {
|
|
5632
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5633
|
-
})
|
|
5634
|
-
.s("AWSCognitoIdentityProviderService", "ListTagsForResource", {})
|
|
5635
|
-
.n("CognitoIdentityProviderClient", "ListTagsForResourceCommand")
|
|
5636
|
-
.sc(ListTagsForResource$)
|
|
5637
|
-
.build() {
|
|
5638
|
-
}
|
|
5639
|
-
|
|
5640
|
-
class ListTermsCommand extends Command
|
|
5641
|
-
.classBuilder()
|
|
5642
|
-
.ep(commonParams)
|
|
5643
|
-
.m(function (Command, cs, config, o) {
|
|
5644
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5645
|
-
})
|
|
5646
|
-
.s("AWSCognitoIdentityProviderService", "ListTerms", {})
|
|
5647
|
-
.n("CognitoIdentityProviderClient", "ListTermsCommand")
|
|
5648
|
-
.sc(ListTerms$)
|
|
5649
|
-
.build() {
|
|
5650
|
-
}
|
|
5651
|
-
|
|
5652
|
-
class ListUserImportJobsCommand extends Command
|
|
5653
|
-
.classBuilder()
|
|
5654
|
-
.ep(commonParams)
|
|
5655
|
-
.m(function (Command, cs, config, o) {
|
|
5656
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5657
|
-
})
|
|
5658
|
-
.s("AWSCognitoIdentityProviderService", "ListUserImportJobs", {})
|
|
5659
|
-
.n("CognitoIdentityProviderClient", "ListUserImportJobsCommand")
|
|
5660
|
-
.sc(ListUserImportJobs$)
|
|
5661
|
-
.build() {
|
|
5662
|
-
}
|
|
5663
|
-
|
|
5664
|
-
class ListUserPoolClientsCommand extends Command
|
|
5665
|
-
.classBuilder()
|
|
5666
|
-
.ep(commonParams)
|
|
5667
|
-
.m(function (Command, cs, config, o) {
|
|
5668
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5669
|
-
})
|
|
5670
|
-
.s("AWSCognitoIdentityProviderService", "ListUserPoolClients", {})
|
|
5671
|
-
.n("CognitoIdentityProviderClient", "ListUserPoolClientsCommand")
|
|
5672
|
-
.sc(ListUserPoolClients$)
|
|
5673
|
-
.build() {
|
|
5674
|
-
}
|
|
5675
|
-
|
|
5676
|
-
class ListUserPoolClientSecretsCommand extends Command
|
|
5677
|
-
.classBuilder()
|
|
5678
|
-
.ep(commonParams)
|
|
5679
|
-
.m(function (Command, cs, config, o) {
|
|
5680
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5681
|
-
})
|
|
5682
|
-
.s("AWSCognitoIdentityProviderService", "ListUserPoolClientSecrets", {})
|
|
5683
|
-
.n("CognitoIdentityProviderClient", "ListUserPoolClientSecretsCommand")
|
|
5684
|
-
.sc(ListUserPoolClientSecrets$)
|
|
5685
|
-
.build() {
|
|
5686
|
-
}
|
|
5687
|
-
|
|
5688
|
-
class ListUserPoolReplicasCommand extends Command
|
|
5689
|
-
.classBuilder()
|
|
5690
|
-
.ep(commonParams)
|
|
5691
|
-
.m(function (Command, cs, config, o) {
|
|
5692
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5693
|
-
})
|
|
5694
|
-
.s("AWSCognitoIdentityProviderService", "ListUserPoolReplicas", {})
|
|
5695
|
-
.n("CognitoIdentityProviderClient", "ListUserPoolReplicasCommand")
|
|
5696
|
-
.sc(ListUserPoolReplicas$)
|
|
5697
|
-
.build() {
|
|
5698
|
-
}
|
|
5699
|
-
|
|
5700
|
-
class ListUserPoolsCommand extends Command
|
|
5701
|
-
.classBuilder()
|
|
5702
|
-
.ep(commonParams)
|
|
5703
|
-
.m(function (Command, cs, config, o) {
|
|
5704
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5705
|
-
})
|
|
5706
|
-
.s("AWSCognitoIdentityProviderService", "ListUserPools", {})
|
|
5707
|
-
.n("CognitoIdentityProviderClient", "ListUserPoolsCommand")
|
|
5708
|
-
.sc(ListUserPools$)
|
|
5709
|
-
.build() {
|
|
5710
|
-
}
|
|
5711
|
-
|
|
5712
|
-
class ListUsersCommand extends Command
|
|
5713
|
-
.classBuilder()
|
|
5714
|
-
.ep(commonParams)
|
|
5715
|
-
.m(function (Command, cs, config, o) {
|
|
5716
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5717
|
-
})
|
|
5718
|
-
.s("AWSCognitoIdentityProviderService", "ListUsers", {})
|
|
5719
|
-
.n("CognitoIdentityProviderClient", "ListUsersCommand")
|
|
5720
|
-
.sc(ListUsers$)
|
|
5721
|
-
.build() {
|
|
5722
|
-
}
|
|
5723
|
-
|
|
5724
|
-
class ListUsersInGroupCommand extends Command
|
|
5725
|
-
.classBuilder()
|
|
5726
|
-
.ep(commonParams)
|
|
5727
|
-
.m(function (Command, cs, config, o) {
|
|
5728
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5729
|
-
})
|
|
5730
|
-
.s("AWSCognitoIdentityProviderService", "ListUsersInGroup", {})
|
|
5731
|
-
.n("CognitoIdentityProviderClient", "ListUsersInGroupCommand")
|
|
5732
|
-
.sc(ListUsersInGroup$)
|
|
5733
|
-
.build() {
|
|
5734
|
-
}
|
|
5735
|
-
|
|
5736
|
-
class ListWebAuthnCredentialsCommand extends Command
|
|
5737
|
-
.classBuilder()
|
|
5738
|
-
.ep(commonParams)
|
|
5739
|
-
.m(function (Command, cs, config, o) {
|
|
5740
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5741
|
-
})
|
|
5742
|
-
.s("AWSCognitoIdentityProviderService", "ListWebAuthnCredentials", {})
|
|
5743
|
-
.n("CognitoIdentityProviderClient", "ListWebAuthnCredentialsCommand")
|
|
5744
|
-
.sc(ListWebAuthnCredentials$)
|
|
5745
|
-
.build() {
|
|
5746
|
-
}
|
|
5747
|
-
|
|
5748
|
-
class ResendConfirmationCodeCommand extends Command
|
|
5749
|
-
.classBuilder()
|
|
5750
|
-
.ep(commonParams)
|
|
5751
|
-
.m(function (Command, cs, config, o) {
|
|
5752
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5753
|
-
})
|
|
5754
|
-
.s("AWSCognitoIdentityProviderService", "ResendConfirmationCode", {})
|
|
5755
|
-
.n("CognitoIdentityProviderClient", "ResendConfirmationCodeCommand")
|
|
5756
|
-
.sc(ResendConfirmationCode$)
|
|
5757
|
-
.build() {
|
|
5758
|
-
}
|
|
5759
|
-
|
|
5760
|
-
class RespondToAuthChallengeCommand extends Command
|
|
5761
|
-
.classBuilder()
|
|
5762
|
-
.ep(commonParams)
|
|
5763
|
-
.m(function (Command, cs, config, o) {
|
|
5764
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5765
|
-
})
|
|
5766
|
-
.s("AWSCognitoIdentityProviderService", "RespondToAuthChallenge", {})
|
|
5767
|
-
.n("CognitoIdentityProviderClient", "RespondToAuthChallengeCommand")
|
|
5768
|
-
.sc(RespondToAuthChallenge$)
|
|
5769
|
-
.build() {
|
|
5770
|
-
}
|
|
5771
|
-
|
|
5772
|
-
class RevokeTokenCommand extends Command
|
|
5773
|
-
.classBuilder()
|
|
5774
|
-
.ep(commonParams)
|
|
5775
|
-
.m(function (Command, cs, config, o) {
|
|
5776
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5777
|
-
})
|
|
5778
|
-
.s("AWSCognitoIdentityProviderService", "RevokeToken", {})
|
|
5779
|
-
.n("CognitoIdentityProviderClient", "RevokeTokenCommand")
|
|
5780
|
-
.sc(RevokeToken$)
|
|
5781
|
-
.build() {
|
|
5782
|
-
}
|
|
5783
|
-
|
|
5784
|
-
class SetLogDeliveryConfigurationCommand extends Command
|
|
5785
|
-
.classBuilder()
|
|
5786
|
-
.ep(commonParams)
|
|
5787
|
-
.m(function (Command, cs, config, o) {
|
|
5788
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5789
|
-
})
|
|
5790
|
-
.s("AWSCognitoIdentityProviderService", "SetLogDeliveryConfiguration", {})
|
|
5791
|
-
.n("CognitoIdentityProviderClient", "SetLogDeliveryConfigurationCommand")
|
|
5792
|
-
.sc(SetLogDeliveryConfiguration$)
|
|
5793
|
-
.build() {
|
|
5794
|
-
}
|
|
5795
|
-
|
|
5796
|
-
class SetRiskConfigurationCommand extends Command
|
|
5797
|
-
.classBuilder()
|
|
5798
|
-
.ep(commonParams)
|
|
5799
|
-
.m(function (Command, cs, config, o) {
|
|
5800
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5801
|
-
})
|
|
5802
|
-
.s("AWSCognitoIdentityProviderService", "SetRiskConfiguration", {})
|
|
5803
|
-
.n("CognitoIdentityProviderClient", "SetRiskConfigurationCommand")
|
|
5804
|
-
.sc(SetRiskConfiguration$)
|
|
5805
|
-
.build() {
|
|
5806
|
-
}
|
|
5807
|
-
|
|
5808
|
-
class SetUICustomizationCommand extends Command
|
|
5809
|
-
.classBuilder()
|
|
5810
|
-
.ep(commonParams)
|
|
5811
|
-
.m(function (Command, cs, config, o) {
|
|
5812
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5813
|
-
})
|
|
5814
|
-
.s("AWSCognitoIdentityProviderService", "SetUICustomization", {})
|
|
5815
|
-
.n("CognitoIdentityProviderClient", "SetUICustomizationCommand")
|
|
5816
|
-
.sc(SetUICustomization$)
|
|
5817
|
-
.build() {
|
|
5818
|
-
}
|
|
5819
|
-
|
|
5820
|
-
class SetUserMFAPreferenceCommand extends Command
|
|
5821
|
-
.classBuilder()
|
|
5822
|
-
.ep(commonParams)
|
|
5823
|
-
.m(function (Command, cs, config, o) {
|
|
5824
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5825
|
-
})
|
|
5826
|
-
.s("AWSCognitoIdentityProviderService", "SetUserMFAPreference", {})
|
|
5827
|
-
.n("CognitoIdentityProviderClient", "SetUserMFAPreferenceCommand")
|
|
5828
|
-
.sc(SetUserMFAPreference$)
|
|
5829
|
-
.build() {
|
|
5830
|
-
}
|
|
5831
|
-
|
|
5832
|
-
class SetUserPoolMfaConfigCommand extends Command
|
|
5833
|
-
.classBuilder()
|
|
5834
|
-
.ep(commonParams)
|
|
5835
|
-
.m(function (Command, cs, config, o) {
|
|
5836
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5837
|
-
})
|
|
5838
|
-
.s("AWSCognitoIdentityProviderService", "SetUserPoolMfaConfig", {})
|
|
5839
|
-
.n("CognitoIdentityProviderClient", "SetUserPoolMfaConfigCommand")
|
|
5840
|
-
.sc(SetUserPoolMfaConfig$)
|
|
5841
|
-
.build() {
|
|
5842
|
-
}
|
|
5843
|
-
|
|
5844
|
-
class SetUserSettingsCommand extends Command
|
|
5845
|
-
.classBuilder()
|
|
5846
|
-
.ep(commonParams)
|
|
5847
|
-
.m(function (Command, cs, config, o) {
|
|
5848
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5849
|
-
})
|
|
5850
|
-
.s("AWSCognitoIdentityProviderService", "SetUserSettings", {})
|
|
5851
|
-
.n("CognitoIdentityProviderClient", "SetUserSettingsCommand")
|
|
5852
|
-
.sc(SetUserSettings$)
|
|
5853
|
-
.build() {
|
|
5854
|
-
}
|
|
5855
|
-
|
|
5856
|
-
class SignUpCommand extends Command
|
|
5857
|
-
.classBuilder()
|
|
5858
|
-
.ep(commonParams)
|
|
5859
|
-
.m(function (Command, cs, config, o) {
|
|
5860
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5861
|
-
})
|
|
5862
|
-
.s("AWSCognitoIdentityProviderService", "SignUp", {})
|
|
5863
|
-
.n("CognitoIdentityProviderClient", "SignUpCommand")
|
|
5864
|
-
.sc(SignUp$)
|
|
5865
|
-
.build() {
|
|
5866
|
-
}
|
|
5867
|
-
|
|
5868
|
-
class StartUserImportJobCommand extends Command
|
|
5869
|
-
.classBuilder()
|
|
5870
|
-
.ep(commonParams)
|
|
5871
|
-
.m(function (Command, cs, config, o) {
|
|
5872
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5873
|
-
})
|
|
5874
|
-
.s("AWSCognitoIdentityProviderService", "StartUserImportJob", {})
|
|
5875
|
-
.n("CognitoIdentityProviderClient", "StartUserImportJobCommand")
|
|
5876
|
-
.sc(StartUserImportJob$)
|
|
5877
|
-
.build() {
|
|
5878
|
-
}
|
|
5879
|
-
|
|
5880
|
-
class StartWebAuthnRegistrationCommand extends Command
|
|
5881
|
-
.classBuilder()
|
|
5882
|
-
.ep(commonParams)
|
|
5883
|
-
.m(function (Command, cs, config, o) {
|
|
5884
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5885
|
-
})
|
|
5886
|
-
.s("AWSCognitoIdentityProviderService", "StartWebAuthnRegistration", {})
|
|
5887
|
-
.n("CognitoIdentityProviderClient", "StartWebAuthnRegistrationCommand")
|
|
5888
|
-
.sc(StartWebAuthnRegistration$)
|
|
5889
|
-
.build() {
|
|
5890
|
-
}
|
|
5891
|
-
|
|
5892
|
-
class StopUserImportJobCommand extends Command
|
|
5893
|
-
.classBuilder()
|
|
5894
|
-
.ep(commonParams)
|
|
5895
|
-
.m(function (Command, cs, config, o) {
|
|
5896
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5897
|
-
})
|
|
5898
|
-
.s("AWSCognitoIdentityProviderService", "StopUserImportJob", {})
|
|
5899
|
-
.n("CognitoIdentityProviderClient", "StopUserImportJobCommand")
|
|
5900
|
-
.sc(StopUserImportJob$)
|
|
5901
|
-
.build() {
|
|
5902
|
-
}
|
|
5903
|
-
|
|
5904
|
-
class TagResourceCommand extends Command
|
|
5905
|
-
.classBuilder()
|
|
5906
|
-
.ep(commonParams)
|
|
5907
|
-
.m(function (Command, cs, config, o) {
|
|
5908
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5909
|
-
})
|
|
5910
|
-
.s("AWSCognitoIdentityProviderService", "TagResource", {})
|
|
5911
|
-
.n("CognitoIdentityProviderClient", "TagResourceCommand")
|
|
5912
|
-
.sc(TagResource$)
|
|
5913
|
-
.build() {
|
|
5914
|
-
}
|
|
5915
|
-
|
|
5916
|
-
class UntagResourceCommand extends Command
|
|
5917
|
-
.classBuilder()
|
|
5918
|
-
.ep(commonParams)
|
|
5919
|
-
.m(function (Command, cs, config, o) {
|
|
5920
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5921
|
-
})
|
|
5922
|
-
.s("AWSCognitoIdentityProviderService", "UntagResource", {})
|
|
5923
|
-
.n("CognitoIdentityProviderClient", "UntagResourceCommand")
|
|
5924
|
-
.sc(UntagResource$)
|
|
5925
|
-
.build() {
|
|
5926
|
-
}
|
|
5927
|
-
|
|
5928
|
-
class UpdateAuthEventFeedbackCommand extends Command
|
|
5929
|
-
.classBuilder()
|
|
5930
|
-
.ep(commonParams)
|
|
5931
|
-
.m(function (Command, cs, config, o) {
|
|
5932
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5933
|
-
})
|
|
5934
|
-
.s("AWSCognitoIdentityProviderService", "UpdateAuthEventFeedback", {})
|
|
5935
|
-
.n("CognitoIdentityProviderClient", "UpdateAuthEventFeedbackCommand")
|
|
5936
|
-
.sc(UpdateAuthEventFeedback$)
|
|
5937
|
-
.build() {
|
|
5938
|
-
}
|
|
5939
|
-
|
|
5940
|
-
class UpdateDeviceStatusCommand extends Command
|
|
5941
|
-
.classBuilder()
|
|
5942
|
-
.ep(commonParams)
|
|
5943
|
-
.m(function (Command, cs, config, o) {
|
|
5944
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5945
|
-
})
|
|
5946
|
-
.s("AWSCognitoIdentityProviderService", "UpdateDeviceStatus", {})
|
|
5947
|
-
.n("CognitoIdentityProviderClient", "UpdateDeviceStatusCommand")
|
|
5948
|
-
.sc(UpdateDeviceStatus$)
|
|
5949
|
-
.build() {
|
|
5950
|
-
}
|
|
5951
|
-
|
|
5952
|
-
class UpdateGroupCommand extends Command
|
|
5953
|
-
.classBuilder()
|
|
5954
|
-
.ep(commonParams)
|
|
5955
|
-
.m(function (Command, cs, config, o) {
|
|
5956
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5957
|
-
})
|
|
5958
|
-
.s("AWSCognitoIdentityProviderService", "UpdateGroup", {})
|
|
5959
|
-
.n("CognitoIdentityProviderClient", "UpdateGroupCommand")
|
|
5960
|
-
.sc(UpdateGroup$)
|
|
5961
|
-
.build() {
|
|
5962
|
-
}
|
|
5963
|
-
|
|
5964
|
-
class UpdateIdentityProviderCommand extends Command
|
|
5965
|
-
.classBuilder()
|
|
5966
|
-
.ep(commonParams)
|
|
5967
|
-
.m(function (Command, cs, config, o) {
|
|
5968
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5969
|
-
})
|
|
5970
|
-
.s("AWSCognitoIdentityProviderService", "UpdateIdentityProvider", {})
|
|
5971
|
-
.n("CognitoIdentityProviderClient", "UpdateIdentityProviderCommand")
|
|
5972
|
-
.sc(UpdateIdentityProvider$)
|
|
5973
|
-
.build() {
|
|
5974
|
-
}
|
|
5975
|
-
|
|
5976
|
-
class UpdateManagedLoginBrandingCommand extends Command
|
|
5977
|
-
.classBuilder()
|
|
5978
|
-
.ep(commonParams)
|
|
5979
|
-
.m(function (Command, cs, config, o) {
|
|
5980
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5981
|
-
})
|
|
5982
|
-
.s("AWSCognitoIdentityProviderService", "UpdateManagedLoginBranding", {})
|
|
5983
|
-
.n("CognitoIdentityProviderClient", "UpdateManagedLoginBrandingCommand")
|
|
5984
|
-
.sc(UpdateManagedLoginBranding$)
|
|
5985
|
-
.build() {
|
|
5986
|
-
}
|
|
5987
|
-
|
|
5988
|
-
class UpdateResourceServerCommand extends Command
|
|
5989
|
-
.classBuilder()
|
|
5990
|
-
.ep(commonParams)
|
|
5991
|
-
.m(function (Command, cs, config, o) {
|
|
5992
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5993
|
-
})
|
|
5994
|
-
.s("AWSCognitoIdentityProviderService", "UpdateResourceServer", {})
|
|
5995
|
-
.n("CognitoIdentityProviderClient", "UpdateResourceServerCommand")
|
|
5996
|
-
.sc(UpdateResourceServer$)
|
|
5997
|
-
.build() {
|
|
5998
|
-
}
|
|
5999
|
-
|
|
6000
|
-
class UpdateTermsCommand extends Command
|
|
6001
|
-
.classBuilder()
|
|
6002
|
-
.ep(commonParams)
|
|
6003
|
-
.m(function (Command, cs, config, o) {
|
|
6004
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
6005
|
-
})
|
|
6006
|
-
.s("AWSCognitoIdentityProviderService", "UpdateTerms", {})
|
|
6007
|
-
.n("CognitoIdentityProviderClient", "UpdateTermsCommand")
|
|
6008
|
-
.sc(UpdateTerms$)
|
|
6009
|
-
.build() {
|
|
6010
|
-
}
|
|
6011
|
-
|
|
6012
|
-
class UpdateUserAttributesCommand extends Command
|
|
6013
|
-
.classBuilder()
|
|
6014
|
-
.ep(commonParams)
|
|
6015
|
-
.m(function (Command, cs, config, o) {
|
|
6016
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
6017
|
-
})
|
|
6018
|
-
.s("AWSCognitoIdentityProviderService", "UpdateUserAttributes", {})
|
|
6019
|
-
.n("CognitoIdentityProviderClient", "UpdateUserAttributesCommand")
|
|
6020
|
-
.sc(UpdateUserAttributes$)
|
|
6021
|
-
.build() {
|
|
6022
|
-
}
|
|
6023
|
-
|
|
6024
|
-
class UpdateUserPoolClientCommand extends Command
|
|
6025
|
-
.classBuilder()
|
|
6026
|
-
.ep(commonParams)
|
|
6027
|
-
.m(function (Command, cs, config, o) {
|
|
6028
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
6029
|
-
})
|
|
6030
|
-
.s("AWSCognitoIdentityProviderService", "UpdateUserPoolClient", {})
|
|
6031
|
-
.n("CognitoIdentityProviderClient", "UpdateUserPoolClientCommand")
|
|
6032
|
-
.sc(UpdateUserPoolClient$)
|
|
6033
|
-
.build() {
|
|
6034
|
-
}
|
|
6035
|
-
|
|
6036
|
-
class UpdateUserPoolCommand extends Command
|
|
6037
|
-
.classBuilder()
|
|
6038
|
-
.ep(commonParams)
|
|
6039
|
-
.m(function (Command, cs, config, o) {
|
|
6040
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
6041
|
-
})
|
|
6042
|
-
.s("AWSCognitoIdentityProviderService", "UpdateUserPool", {})
|
|
6043
|
-
.n("CognitoIdentityProviderClient", "UpdateUserPoolCommand")
|
|
6044
|
-
.sc(UpdateUserPool$)
|
|
6045
|
-
.build() {
|
|
6046
|
-
}
|
|
6047
|
-
|
|
6048
|
-
class UpdateUserPoolDomainCommand extends Command
|
|
6049
|
-
.classBuilder()
|
|
6050
|
-
.ep(commonParams)
|
|
6051
|
-
.m(function (Command, cs, config, o) {
|
|
6052
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
6053
|
-
})
|
|
6054
|
-
.s("AWSCognitoIdentityProviderService", "UpdateUserPoolDomain", {})
|
|
6055
|
-
.n("CognitoIdentityProviderClient", "UpdateUserPoolDomainCommand")
|
|
6056
|
-
.sc(UpdateUserPoolDomain$)
|
|
6057
|
-
.build() {
|
|
6058
|
-
}
|
|
6059
|
-
|
|
6060
|
-
class UpdateUserPoolReplicaCommand extends Command
|
|
6061
|
-
.classBuilder()
|
|
6062
|
-
.ep(commonParams)
|
|
6063
|
-
.m(function (Command, cs, config, o) {
|
|
6064
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
6065
|
-
})
|
|
6066
|
-
.s("AWSCognitoIdentityProviderService", "UpdateUserPoolReplica", {})
|
|
6067
|
-
.n("CognitoIdentityProviderClient", "UpdateUserPoolReplicaCommand")
|
|
6068
|
-
.sc(UpdateUserPoolReplica$)
|
|
6069
|
-
.build() {
|
|
6070
|
-
}
|
|
6071
|
-
|
|
6072
|
-
class VerifySoftwareTokenCommand extends Command
|
|
6073
|
-
.classBuilder()
|
|
6074
|
-
.ep(commonParams)
|
|
6075
|
-
.m(function (Command, cs, config, o) {
|
|
6076
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
6077
|
-
})
|
|
6078
|
-
.s("AWSCognitoIdentityProviderService", "VerifySoftwareToken", {})
|
|
6079
|
-
.n("CognitoIdentityProviderClient", "VerifySoftwareTokenCommand")
|
|
6080
|
-
.sc(VerifySoftwareToken$)
|
|
6081
|
-
.build() {
|
|
6082
|
-
}
|
|
6083
|
-
|
|
6084
|
-
class VerifyUserAttributeCommand extends Command
|
|
6085
|
-
.classBuilder()
|
|
6086
|
-
.ep(commonParams)
|
|
6087
|
-
.m(function (Command, cs, config, o) {
|
|
6088
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
6089
|
-
})
|
|
6090
|
-
.s("AWSCognitoIdentityProviderService", "VerifyUserAttribute", {})
|
|
6091
|
-
.n("CognitoIdentityProviderClient", "VerifyUserAttributeCommand")
|
|
6092
|
-
.sc(VerifyUserAttribute$)
|
|
6093
|
-
.build() {
|
|
4653
|
+
const command = makeBuilder(commonParams, "AWSCognitoIdentityProviderService", "CognitoIdentityProviderClient", getEndpointPlugin);
|
|
4654
|
+
const _ep0 = {};
|
|
4655
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
4656
|
+
|
|
4657
|
+
class AddCustomAttributesCommand extends command(_ep0, _mw0, "AddCustomAttributes", AddCustomAttributes$) {
|
|
4658
|
+
}
|
|
4659
|
+
|
|
4660
|
+
class AddUserPoolClientSecretCommand extends command(_ep0, _mw0, "AddUserPoolClientSecret", AddUserPoolClientSecret$) {
|
|
4661
|
+
}
|
|
4662
|
+
|
|
4663
|
+
class AdminAddUserToGroupCommand extends command(_ep0, _mw0, "AdminAddUserToGroup", AdminAddUserToGroup$) {
|
|
4664
|
+
}
|
|
4665
|
+
|
|
4666
|
+
class AdminConfirmSignUpCommand extends command(_ep0, _mw0, "AdminConfirmSignUp", AdminConfirmSignUp$) {
|
|
4667
|
+
}
|
|
4668
|
+
|
|
4669
|
+
class AdminCreateUserCommand extends command(_ep0, _mw0, "AdminCreateUser", AdminCreateUser$) {
|
|
4670
|
+
}
|
|
4671
|
+
|
|
4672
|
+
class AdminDeleteUserAttributesCommand extends command(_ep0, _mw0, "AdminDeleteUserAttributes", AdminDeleteUserAttributes$) {
|
|
4673
|
+
}
|
|
4674
|
+
|
|
4675
|
+
class AdminDeleteUserCommand extends command(_ep0, _mw0, "AdminDeleteUser", AdminDeleteUser$) {
|
|
4676
|
+
}
|
|
4677
|
+
|
|
4678
|
+
class AdminDisableProviderForUserCommand extends command(_ep0, _mw0, "AdminDisableProviderForUser", AdminDisableProviderForUser$) {
|
|
4679
|
+
}
|
|
4680
|
+
|
|
4681
|
+
class AdminDisableUserCommand extends command(_ep0, _mw0, "AdminDisableUser", AdminDisableUser$) {
|
|
4682
|
+
}
|
|
4683
|
+
|
|
4684
|
+
class AdminEnableUserCommand extends command(_ep0, _mw0, "AdminEnableUser", AdminEnableUser$) {
|
|
4685
|
+
}
|
|
4686
|
+
|
|
4687
|
+
class AdminForgetDeviceCommand extends command(_ep0, _mw0, "AdminForgetDevice", AdminForgetDevice$) {
|
|
4688
|
+
}
|
|
4689
|
+
|
|
4690
|
+
class AdminGetDeviceCommand extends command(_ep0, _mw0, "AdminGetDevice", AdminGetDevice$) {
|
|
4691
|
+
}
|
|
4692
|
+
|
|
4693
|
+
class AdminGetUserCommand extends command(_ep0, _mw0, "AdminGetUser", AdminGetUser$) {
|
|
4694
|
+
}
|
|
4695
|
+
|
|
4696
|
+
class AdminInitiateAuthCommand extends command(_ep0, _mw0, "AdminInitiateAuth", AdminInitiateAuth$) {
|
|
4697
|
+
}
|
|
4698
|
+
|
|
4699
|
+
class AdminLinkProviderForUserCommand extends command(_ep0, _mw0, "AdminLinkProviderForUser", AdminLinkProviderForUser$) {
|
|
4700
|
+
}
|
|
4701
|
+
|
|
4702
|
+
class AdminListDevicesCommand extends command(_ep0, _mw0, "AdminListDevices", AdminListDevices$) {
|
|
4703
|
+
}
|
|
4704
|
+
|
|
4705
|
+
class AdminListGroupsForUserCommand extends command(_ep0, _mw0, "AdminListGroupsForUser", AdminListGroupsForUser$) {
|
|
4706
|
+
}
|
|
4707
|
+
|
|
4708
|
+
class AdminListUserAuthEventsCommand extends command(_ep0, _mw0, "AdminListUserAuthEvents", AdminListUserAuthEvents$) {
|
|
4709
|
+
}
|
|
4710
|
+
|
|
4711
|
+
class AdminRemoveUserFromGroupCommand extends command(_ep0, _mw0, "AdminRemoveUserFromGroup", AdminRemoveUserFromGroup$) {
|
|
4712
|
+
}
|
|
4713
|
+
|
|
4714
|
+
class AdminResetUserPasswordCommand extends command(_ep0, _mw0, "AdminResetUserPassword", AdminResetUserPassword$) {
|
|
4715
|
+
}
|
|
4716
|
+
|
|
4717
|
+
class AdminRespondToAuthChallengeCommand extends command(_ep0, _mw0, "AdminRespondToAuthChallenge", AdminRespondToAuthChallenge$) {
|
|
4718
|
+
}
|
|
4719
|
+
|
|
4720
|
+
class AdminSetUserMFAPreferenceCommand extends command(_ep0, _mw0, "AdminSetUserMFAPreference", AdminSetUserMFAPreference$) {
|
|
4721
|
+
}
|
|
4722
|
+
|
|
4723
|
+
class AdminSetUserPasswordCommand extends command(_ep0, _mw0, "AdminSetUserPassword", AdminSetUserPassword$) {
|
|
4724
|
+
}
|
|
4725
|
+
|
|
4726
|
+
class AdminSetUserSettingsCommand extends command(_ep0, _mw0, "AdminSetUserSettings", AdminSetUserSettings$) {
|
|
4727
|
+
}
|
|
4728
|
+
|
|
4729
|
+
class AdminUpdateAuthEventFeedbackCommand extends command(_ep0, _mw0, "AdminUpdateAuthEventFeedback", AdminUpdateAuthEventFeedback$) {
|
|
4730
|
+
}
|
|
4731
|
+
|
|
4732
|
+
class AdminUpdateDeviceStatusCommand extends command(_ep0, _mw0, "AdminUpdateDeviceStatus", AdminUpdateDeviceStatus$) {
|
|
4733
|
+
}
|
|
4734
|
+
|
|
4735
|
+
class AdminUpdateUserAttributesCommand extends command(_ep0, _mw0, "AdminUpdateUserAttributes", AdminUpdateUserAttributes$) {
|
|
4736
|
+
}
|
|
4737
|
+
|
|
4738
|
+
class AdminUserGlobalSignOutCommand extends command(_ep0, _mw0, "AdminUserGlobalSignOut", AdminUserGlobalSignOut$) {
|
|
4739
|
+
}
|
|
4740
|
+
|
|
4741
|
+
class AssociateSoftwareTokenCommand extends command(_ep0, _mw0, "AssociateSoftwareToken", AssociateSoftwareToken$) {
|
|
4742
|
+
}
|
|
4743
|
+
|
|
4744
|
+
class ChangePasswordCommand extends command(_ep0, _mw0, "ChangePassword", ChangePassword$) {
|
|
4745
|
+
}
|
|
4746
|
+
|
|
4747
|
+
class CompleteWebAuthnRegistrationCommand extends command(_ep0, _mw0, "CompleteWebAuthnRegistration", CompleteWebAuthnRegistration$) {
|
|
4748
|
+
}
|
|
4749
|
+
|
|
4750
|
+
class ConfirmDeviceCommand extends command(_ep0, _mw0, "ConfirmDevice", ConfirmDevice$) {
|
|
4751
|
+
}
|
|
4752
|
+
|
|
4753
|
+
class ConfirmForgotPasswordCommand extends command(_ep0, _mw0, "ConfirmForgotPassword", ConfirmForgotPassword$) {
|
|
4754
|
+
}
|
|
4755
|
+
|
|
4756
|
+
class ConfirmSignUpCommand extends command(_ep0, _mw0, "ConfirmSignUp", ConfirmSignUp$) {
|
|
4757
|
+
}
|
|
4758
|
+
|
|
4759
|
+
class CreateGroupCommand extends command(_ep0, _mw0, "CreateGroup", CreateGroup$) {
|
|
4760
|
+
}
|
|
4761
|
+
|
|
4762
|
+
class CreateIdentityProviderCommand extends command(_ep0, _mw0, "CreateIdentityProvider", CreateIdentityProvider$) {
|
|
4763
|
+
}
|
|
4764
|
+
|
|
4765
|
+
class CreateManagedLoginBrandingCommand extends command(_ep0, _mw0, "CreateManagedLoginBranding", CreateManagedLoginBranding$) {
|
|
4766
|
+
}
|
|
4767
|
+
|
|
4768
|
+
class CreateResourceServerCommand extends command(_ep0, _mw0, "CreateResourceServer", CreateResourceServer$) {
|
|
4769
|
+
}
|
|
4770
|
+
|
|
4771
|
+
class CreateTermsCommand extends command(_ep0, _mw0, "CreateTerms", CreateTerms$) {
|
|
4772
|
+
}
|
|
4773
|
+
|
|
4774
|
+
class CreateUserImportJobCommand extends command(_ep0, _mw0, "CreateUserImportJob", CreateUserImportJob$) {
|
|
4775
|
+
}
|
|
4776
|
+
|
|
4777
|
+
class CreateUserPoolClientCommand extends command(_ep0, _mw0, "CreateUserPoolClient", CreateUserPoolClient$) {
|
|
4778
|
+
}
|
|
4779
|
+
|
|
4780
|
+
class CreateUserPoolCommand extends command(_ep0, _mw0, "CreateUserPool", CreateUserPool$) {
|
|
4781
|
+
}
|
|
4782
|
+
|
|
4783
|
+
class CreateUserPoolDomainCommand extends command(_ep0, _mw0, "CreateUserPoolDomain", CreateUserPoolDomain$) {
|
|
4784
|
+
}
|
|
4785
|
+
|
|
4786
|
+
class CreateUserPoolReplicaCommand extends command(_ep0, _mw0, "CreateUserPoolReplica", CreateUserPoolReplica$) {
|
|
4787
|
+
}
|
|
4788
|
+
|
|
4789
|
+
class DeleteGroupCommand extends command(_ep0, _mw0, "DeleteGroup", DeleteGroup$) {
|
|
4790
|
+
}
|
|
4791
|
+
|
|
4792
|
+
class DeleteIdentityProviderCommand extends command(_ep0, _mw0, "DeleteIdentityProvider", DeleteIdentityProvider$) {
|
|
4793
|
+
}
|
|
4794
|
+
|
|
4795
|
+
class DeleteManagedLoginBrandingCommand extends command(_ep0, _mw0, "DeleteManagedLoginBranding", DeleteManagedLoginBranding$) {
|
|
4796
|
+
}
|
|
4797
|
+
|
|
4798
|
+
class DeleteResourceServerCommand extends command(_ep0, _mw0, "DeleteResourceServer", DeleteResourceServer$) {
|
|
4799
|
+
}
|
|
4800
|
+
|
|
4801
|
+
class DeleteTermsCommand extends command(_ep0, _mw0, "DeleteTerms", DeleteTerms$) {
|
|
4802
|
+
}
|
|
4803
|
+
|
|
4804
|
+
class DeleteUserAttributesCommand extends command(_ep0, _mw0, "DeleteUserAttributes", DeleteUserAttributes$) {
|
|
4805
|
+
}
|
|
4806
|
+
|
|
4807
|
+
class DeleteUserCommand extends command(_ep0, _mw0, "DeleteUser", DeleteUser$) {
|
|
4808
|
+
}
|
|
4809
|
+
|
|
4810
|
+
class DeleteUserPoolClientCommand extends command(_ep0, _mw0, "DeleteUserPoolClient", DeleteUserPoolClient$) {
|
|
4811
|
+
}
|
|
4812
|
+
|
|
4813
|
+
class DeleteUserPoolClientSecretCommand extends command(_ep0, _mw0, "DeleteUserPoolClientSecret", DeleteUserPoolClientSecret$) {
|
|
4814
|
+
}
|
|
4815
|
+
|
|
4816
|
+
class DeleteUserPoolCommand extends command(_ep0, _mw0, "DeleteUserPool", DeleteUserPool$) {
|
|
4817
|
+
}
|
|
4818
|
+
|
|
4819
|
+
class DeleteUserPoolDomainCommand extends command(_ep0, _mw0, "DeleteUserPoolDomain", DeleteUserPoolDomain$) {
|
|
4820
|
+
}
|
|
4821
|
+
|
|
4822
|
+
class DeleteUserPoolReplicaCommand extends command(_ep0, _mw0, "DeleteUserPoolReplica", DeleteUserPoolReplica$) {
|
|
4823
|
+
}
|
|
4824
|
+
|
|
4825
|
+
class DeleteWebAuthnCredentialCommand extends command(_ep0, _mw0, "DeleteWebAuthnCredential", DeleteWebAuthnCredential$) {
|
|
4826
|
+
}
|
|
4827
|
+
|
|
4828
|
+
class DescribeIdentityProviderCommand extends command(_ep0, _mw0, "DescribeIdentityProvider", DescribeIdentityProvider$) {
|
|
4829
|
+
}
|
|
4830
|
+
|
|
4831
|
+
class DescribeManagedLoginBrandingByClientCommand extends command(_ep0, _mw0, "DescribeManagedLoginBrandingByClient", DescribeManagedLoginBrandingByClient$) {
|
|
4832
|
+
}
|
|
4833
|
+
|
|
4834
|
+
class DescribeManagedLoginBrandingCommand extends command(_ep0, _mw0, "DescribeManagedLoginBranding", DescribeManagedLoginBranding$) {
|
|
4835
|
+
}
|
|
4836
|
+
|
|
4837
|
+
class DescribeResourceServerCommand extends command(_ep0, _mw0, "DescribeResourceServer", DescribeResourceServer$) {
|
|
4838
|
+
}
|
|
4839
|
+
|
|
4840
|
+
class DescribeRiskConfigurationCommand extends command(_ep0, _mw0, "DescribeRiskConfiguration", DescribeRiskConfiguration$) {
|
|
4841
|
+
}
|
|
4842
|
+
|
|
4843
|
+
class DescribeTermsCommand extends command(_ep0, _mw0, "DescribeTerms", DescribeTerms$) {
|
|
4844
|
+
}
|
|
4845
|
+
|
|
4846
|
+
class DescribeUserImportJobCommand extends command(_ep0, _mw0, "DescribeUserImportJob", DescribeUserImportJob$) {
|
|
4847
|
+
}
|
|
4848
|
+
|
|
4849
|
+
class DescribeUserPoolClientCommand extends command(_ep0, _mw0, "DescribeUserPoolClient", DescribeUserPoolClient$) {
|
|
4850
|
+
}
|
|
4851
|
+
|
|
4852
|
+
class DescribeUserPoolCommand extends command(_ep0, _mw0, "DescribeUserPool", DescribeUserPool$) {
|
|
4853
|
+
}
|
|
4854
|
+
|
|
4855
|
+
class DescribeUserPoolDomainCommand extends command(_ep0, _mw0, "DescribeUserPoolDomain", DescribeUserPoolDomain$) {
|
|
4856
|
+
}
|
|
4857
|
+
|
|
4858
|
+
class ForgetDeviceCommand extends command(_ep0, _mw0, "ForgetDevice", ForgetDevice$) {
|
|
4859
|
+
}
|
|
4860
|
+
|
|
4861
|
+
class ForgotPasswordCommand extends command(_ep0, _mw0, "ForgotPassword", ForgotPassword$) {
|
|
4862
|
+
}
|
|
4863
|
+
|
|
4864
|
+
class GetCSVHeaderCommand extends command(_ep0, _mw0, "GetCSVHeader", GetCSVHeader$) {
|
|
4865
|
+
}
|
|
4866
|
+
|
|
4867
|
+
class GetDeviceCommand extends command(_ep0, _mw0, "GetDevice", GetDevice$) {
|
|
4868
|
+
}
|
|
4869
|
+
|
|
4870
|
+
class GetGroupCommand extends command(_ep0, _mw0, "GetGroup", GetGroup$) {
|
|
4871
|
+
}
|
|
4872
|
+
|
|
4873
|
+
class GetIdentityProviderByIdentifierCommand extends command(_ep0, _mw0, "GetIdentityProviderByIdentifier", GetIdentityProviderByIdentifier$) {
|
|
4874
|
+
}
|
|
4875
|
+
|
|
4876
|
+
class GetLogDeliveryConfigurationCommand extends command(_ep0, _mw0, "GetLogDeliveryConfiguration", GetLogDeliveryConfiguration$) {
|
|
4877
|
+
}
|
|
4878
|
+
|
|
4879
|
+
class GetProvisionedLimitCommand extends command(_ep0, _mw0, "GetProvisionedLimit", GetProvisionedLimit$) {
|
|
4880
|
+
}
|
|
4881
|
+
|
|
4882
|
+
class GetSigningCertificateCommand extends command(_ep0, _mw0, "GetSigningCertificate", GetSigningCertificate$) {
|
|
4883
|
+
}
|
|
4884
|
+
|
|
4885
|
+
class GetTokensFromRefreshTokenCommand extends command(_ep0, _mw0, "GetTokensFromRefreshToken", GetTokensFromRefreshToken$) {
|
|
4886
|
+
}
|
|
4887
|
+
|
|
4888
|
+
class GetUICustomizationCommand extends command(_ep0, _mw0, "GetUICustomization", GetUICustomization$) {
|
|
4889
|
+
}
|
|
4890
|
+
|
|
4891
|
+
class GetUserAttributeVerificationCodeCommand extends command(_ep0, _mw0, "GetUserAttributeVerificationCode", GetUserAttributeVerificationCode$) {
|
|
4892
|
+
}
|
|
4893
|
+
|
|
4894
|
+
class GetUserAuthFactorsCommand extends command(_ep0, _mw0, "GetUserAuthFactors", GetUserAuthFactors$) {
|
|
4895
|
+
}
|
|
4896
|
+
|
|
4897
|
+
class GetUserCommand extends command(_ep0, _mw0, "GetUser", GetUser$) {
|
|
4898
|
+
}
|
|
4899
|
+
|
|
4900
|
+
class GetUserPoolMfaConfigCommand extends command(_ep0, _mw0, "GetUserPoolMfaConfig", GetUserPoolMfaConfig$) {
|
|
4901
|
+
}
|
|
4902
|
+
|
|
4903
|
+
class GlobalSignOutCommand extends command(_ep0, _mw0, "GlobalSignOut", GlobalSignOut$) {
|
|
4904
|
+
}
|
|
4905
|
+
|
|
4906
|
+
class InitiateAuthCommand extends command(_ep0, _mw0, "InitiateAuth", InitiateAuth$) {
|
|
4907
|
+
}
|
|
4908
|
+
|
|
4909
|
+
class ListDevicesCommand extends command(_ep0, _mw0, "ListDevices", ListDevices$) {
|
|
4910
|
+
}
|
|
4911
|
+
|
|
4912
|
+
class ListGroupsCommand extends command(_ep0, _mw0, "ListGroups", ListGroups$) {
|
|
4913
|
+
}
|
|
4914
|
+
|
|
4915
|
+
class ListIdentityProvidersCommand extends command(_ep0, _mw0, "ListIdentityProviders", ListIdentityProviders$) {
|
|
4916
|
+
}
|
|
4917
|
+
|
|
4918
|
+
class ListResourceServersCommand extends command(_ep0, _mw0, "ListResourceServers", ListResourceServers$) {
|
|
4919
|
+
}
|
|
4920
|
+
|
|
4921
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
4922
|
+
}
|
|
4923
|
+
|
|
4924
|
+
class ListTermsCommand extends command(_ep0, _mw0, "ListTerms", ListTerms$) {
|
|
4925
|
+
}
|
|
4926
|
+
|
|
4927
|
+
class ListUserImportJobsCommand extends command(_ep0, _mw0, "ListUserImportJobs", ListUserImportJobs$) {
|
|
4928
|
+
}
|
|
4929
|
+
|
|
4930
|
+
class ListUserPoolClientsCommand extends command(_ep0, _mw0, "ListUserPoolClients", ListUserPoolClients$) {
|
|
4931
|
+
}
|
|
4932
|
+
|
|
4933
|
+
class ListUserPoolClientSecretsCommand extends command(_ep0, _mw0, "ListUserPoolClientSecrets", ListUserPoolClientSecrets$) {
|
|
4934
|
+
}
|
|
4935
|
+
|
|
4936
|
+
class ListUserPoolReplicasCommand extends command(_ep0, _mw0, "ListUserPoolReplicas", ListUserPoolReplicas$) {
|
|
4937
|
+
}
|
|
4938
|
+
|
|
4939
|
+
class ListUserPoolsCommand extends command(_ep0, _mw0, "ListUserPools", ListUserPools$) {
|
|
4940
|
+
}
|
|
4941
|
+
|
|
4942
|
+
class ListUsersCommand extends command(_ep0, _mw0, "ListUsers", ListUsers$) {
|
|
4943
|
+
}
|
|
4944
|
+
|
|
4945
|
+
class ListUsersInGroupCommand extends command(_ep0, _mw0, "ListUsersInGroup", ListUsersInGroup$) {
|
|
4946
|
+
}
|
|
4947
|
+
|
|
4948
|
+
class ListWebAuthnCredentialsCommand extends command(_ep0, _mw0, "ListWebAuthnCredentials", ListWebAuthnCredentials$) {
|
|
4949
|
+
}
|
|
4950
|
+
|
|
4951
|
+
class ResendConfirmationCodeCommand extends command(_ep0, _mw0, "ResendConfirmationCode", ResendConfirmationCode$) {
|
|
4952
|
+
}
|
|
4953
|
+
|
|
4954
|
+
class RespondToAuthChallengeCommand extends command(_ep0, _mw0, "RespondToAuthChallenge", RespondToAuthChallenge$) {
|
|
4955
|
+
}
|
|
4956
|
+
|
|
4957
|
+
class RevokeTokenCommand extends command(_ep0, _mw0, "RevokeToken", RevokeToken$) {
|
|
4958
|
+
}
|
|
4959
|
+
|
|
4960
|
+
class SetLogDeliveryConfigurationCommand extends command(_ep0, _mw0, "SetLogDeliveryConfiguration", SetLogDeliveryConfiguration$) {
|
|
4961
|
+
}
|
|
4962
|
+
|
|
4963
|
+
class SetRiskConfigurationCommand extends command(_ep0, _mw0, "SetRiskConfiguration", SetRiskConfiguration$) {
|
|
4964
|
+
}
|
|
4965
|
+
|
|
4966
|
+
class SetUICustomizationCommand extends command(_ep0, _mw0, "SetUICustomization", SetUICustomization$) {
|
|
4967
|
+
}
|
|
4968
|
+
|
|
4969
|
+
class SetUserMFAPreferenceCommand extends command(_ep0, _mw0, "SetUserMFAPreference", SetUserMFAPreference$) {
|
|
4970
|
+
}
|
|
4971
|
+
|
|
4972
|
+
class SetUserPoolMfaConfigCommand extends command(_ep0, _mw0, "SetUserPoolMfaConfig", SetUserPoolMfaConfig$) {
|
|
4973
|
+
}
|
|
4974
|
+
|
|
4975
|
+
class SetUserSettingsCommand extends command(_ep0, _mw0, "SetUserSettings", SetUserSettings$) {
|
|
4976
|
+
}
|
|
4977
|
+
|
|
4978
|
+
class SignUpCommand extends command(_ep0, _mw0, "SignUp", SignUp$) {
|
|
4979
|
+
}
|
|
4980
|
+
|
|
4981
|
+
class StartUserImportJobCommand extends command(_ep0, _mw0, "StartUserImportJob", StartUserImportJob$) {
|
|
4982
|
+
}
|
|
4983
|
+
|
|
4984
|
+
class StartWebAuthnRegistrationCommand extends command(_ep0, _mw0, "StartWebAuthnRegistration", StartWebAuthnRegistration$) {
|
|
4985
|
+
}
|
|
4986
|
+
|
|
4987
|
+
class StopUserImportJobCommand extends command(_ep0, _mw0, "StopUserImportJob", StopUserImportJob$) {
|
|
4988
|
+
}
|
|
4989
|
+
|
|
4990
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
4991
|
+
}
|
|
4992
|
+
|
|
4993
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
4994
|
+
}
|
|
4995
|
+
|
|
4996
|
+
class UpdateAuthEventFeedbackCommand extends command(_ep0, _mw0, "UpdateAuthEventFeedback", UpdateAuthEventFeedback$) {
|
|
4997
|
+
}
|
|
4998
|
+
|
|
4999
|
+
class UpdateDeviceStatusCommand extends command(_ep0, _mw0, "UpdateDeviceStatus", UpdateDeviceStatus$) {
|
|
5000
|
+
}
|
|
5001
|
+
|
|
5002
|
+
class UpdateGroupCommand extends command(_ep0, _mw0, "UpdateGroup", UpdateGroup$) {
|
|
5003
|
+
}
|
|
5004
|
+
|
|
5005
|
+
class UpdateIdentityProviderCommand extends command(_ep0, _mw0, "UpdateIdentityProvider", UpdateIdentityProvider$) {
|
|
5006
|
+
}
|
|
5007
|
+
|
|
5008
|
+
class UpdateManagedLoginBrandingCommand extends command(_ep0, _mw0, "UpdateManagedLoginBranding", UpdateManagedLoginBranding$) {
|
|
5009
|
+
}
|
|
5010
|
+
|
|
5011
|
+
class UpdateProvisionedLimitCommand extends command(_ep0, _mw0, "UpdateProvisionedLimit", UpdateProvisionedLimit$) {
|
|
5012
|
+
}
|
|
5013
|
+
|
|
5014
|
+
class UpdateResourceServerCommand extends command(_ep0, _mw0, "UpdateResourceServer", UpdateResourceServer$) {
|
|
5015
|
+
}
|
|
5016
|
+
|
|
5017
|
+
class UpdateTermsCommand extends command(_ep0, _mw0, "UpdateTerms", UpdateTerms$) {
|
|
5018
|
+
}
|
|
5019
|
+
|
|
5020
|
+
class UpdateUserAttributesCommand extends command(_ep0, _mw0, "UpdateUserAttributes", UpdateUserAttributes$) {
|
|
5021
|
+
}
|
|
5022
|
+
|
|
5023
|
+
class UpdateUserPoolClientCommand extends command(_ep0, _mw0, "UpdateUserPoolClient", UpdateUserPoolClient$) {
|
|
5024
|
+
}
|
|
5025
|
+
|
|
5026
|
+
class UpdateUserPoolCommand extends command(_ep0, _mw0, "UpdateUserPool", UpdateUserPool$) {
|
|
5027
|
+
}
|
|
5028
|
+
|
|
5029
|
+
class UpdateUserPoolDomainCommand extends command(_ep0, _mw0, "UpdateUserPoolDomain", UpdateUserPoolDomain$) {
|
|
5030
|
+
}
|
|
5031
|
+
|
|
5032
|
+
class UpdateUserPoolReplicaCommand extends command(_ep0, _mw0, "UpdateUserPoolReplica", UpdateUserPoolReplica$) {
|
|
5033
|
+
}
|
|
5034
|
+
|
|
5035
|
+
class VerifySoftwareTokenCommand extends command(_ep0, _mw0, "VerifySoftwareToken", VerifySoftwareToken$) {
|
|
5036
|
+
}
|
|
5037
|
+
|
|
5038
|
+
class VerifyUserAttributeCommand extends command(_ep0, _mw0, "VerifyUserAttribute", VerifyUserAttribute$) {
|
|
6094
5039
|
}
|
|
6095
5040
|
|
|
6096
5041
|
const paginateAdminListGroupsForUser = createPaginator(CognitoIdentityProviderClient, AdminListGroupsForUserCommand, "NextToken", "NextToken", "Limit");
|
|
@@ -6186,6 +5131,7 @@ const commands = {
|
|
|
6186
5131
|
GetGroupCommand,
|
|
6187
5132
|
GetIdentityProviderByIdentifierCommand,
|
|
6188
5133
|
GetLogDeliveryConfigurationCommand,
|
|
5134
|
+
GetProvisionedLimitCommand,
|
|
6189
5135
|
GetSigningCertificateCommand,
|
|
6190
5136
|
GetTokensFromRefreshTokenCommand,
|
|
6191
5137
|
GetUICustomizationCommand,
|
|
@@ -6229,6 +5175,7 @@ const commands = {
|
|
|
6229
5175
|
UpdateGroupCommand,
|
|
6230
5176
|
UpdateIdentityProviderCommand,
|
|
6231
5177
|
UpdateManagedLoginBrandingCommand,
|
|
5178
|
+
UpdateProvisionedLimitCommand,
|
|
6232
5179
|
UpdateResourceServerCommand,
|
|
6233
5180
|
UpdateTermsCommand,
|
|
6234
5181
|
UpdateUserAttributesCommand,
|
|
@@ -6553,6 +5500,9 @@ const LogLevel = {
|
|
|
6553
5500
|
ERROR: "ERROR",
|
|
6554
5501
|
INFO: "INFO",
|
|
6555
5502
|
};
|
|
5503
|
+
const LimitClass = {
|
|
5504
|
+
API_CATEGORY: "API_CATEGORY",
|
|
5505
|
+
};
|
|
6556
5506
|
const WebAuthnFactorConfigurationType = {
|
|
6557
5507
|
MULTI_FACTOR_WITH_USER_VERIFICATION: "MULTI_FACTOR_WITH_USER_VERIFICATION",
|
|
6558
5508
|
SINGLE_FACTOR: "SINGLE_FACTOR",
|
|
@@ -6943,6 +5893,10 @@ exports.GetLogDeliveryConfiguration$ = GetLogDeliveryConfiguration$;
|
|
|
6943
5893
|
exports.GetLogDeliveryConfigurationCommand = GetLogDeliveryConfigurationCommand;
|
|
6944
5894
|
exports.GetLogDeliveryConfigurationRequest$ = GetLogDeliveryConfigurationRequest$;
|
|
6945
5895
|
exports.GetLogDeliveryConfigurationResponse$ = GetLogDeliveryConfigurationResponse$;
|
|
5896
|
+
exports.GetProvisionedLimit$ = GetProvisionedLimit$;
|
|
5897
|
+
exports.GetProvisionedLimitCommand = GetProvisionedLimitCommand;
|
|
5898
|
+
exports.GetProvisionedLimitRequest$ = GetProvisionedLimitRequest$;
|
|
5899
|
+
exports.GetProvisionedLimitResponse$ = GetProvisionedLimitResponse$;
|
|
6946
5900
|
exports.GetSigningCertificate$ = GetSigningCertificate$;
|
|
6947
5901
|
exports.GetSigningCertificateCommand = GetSigningCertificateCommand;
|
|
6948
5902
|
exports.GetSigningCertificateRequest$ = GetSigningCertificateRequest$;
|
|
@@ -7011,8 +5965,11 @@ exports.IssuerConfigurationType$ = IssuerConfigurationType$;
|
|
|
7011
5965
|
exports.IssuerType = IssuerType;
|
|
7012
5966
|
exports.KeyConfigurationType$ = KeyConfigurationType$;
|
|
7013
5967
|
exports.LambdaConfigType$ = LambdaConfigType$;
|
|
5968
|
+
exports.LimitClass = LimitClass;
|
|
5969
|
+
exports.LimitDefinitionType$ = LimitDefinitionType$;
|
|
7014
5970
|
exports.LimitExceededException = LimitExceededException;
|
|
7015
5971
|
exports.LimitExceededException$ = LimitExceededException$;
|
|
5972
|
+
exports.LimitType$ = LimitType$;
|
|
7016
5973
|
exports.ListDevices$ = ListDevices$;
|
|
7017
5974
|
exports.ListDevicesCommand = ListDevicesCommand;
|
|
7018
5975
|
exports.ListDevicesRequest$ = ListDevicesRequest$;
|
|
@@ -7135,6 +6092,8 @@ exports.SchemaAttributeType$ = SchemaAttributeType$;
|
|
|
7135
6092
|
exports.ScopeDoesNotExistException = ScopeDoesNotExistException;
|
|
7136
6093
|
exports.ScopeDoesNotExistException$ = ScopeDoesNotExistException$;
|
|
7137
6094
|
exports.SecurityPolicyType = SecurityPolicyType;
|
|
6095
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
6096
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
7138
6097
|
exports.SetLogDeliveryConfiguration$ = SetLogDeliveryConfiguration$;
|
|
7139
6098
|
exports.SetLogDeliveryConfigurationCommand = SetLogDeliveryConfigurationCommand;
|
|
7140
6099
|
exports.SetLogDeliveryConfigurationRequest$ = SetLogDeliveryConfigurationRequest$;
|
|
@@ -7239,6 +6198,10 @@ exports.UpdateManagedLoginBranding$ = UpdateManagedLoginBranding$;
|
|
|
7239
6198
|
exports.UpdateManagedLoginBrandingCommand = UpdateManagedLoginBrandingCommand;
|
|
7240
6199
|
exports.UpdateManagedLoginBrandingRequest$ = UpdateManagedLoginBrandingRequest$;
|
|
7241
6200
|
exports.UpdateManagedLoginBrandingResponse$ = UpdateManagedLoginBrandingResponse$;
|
|
6201
|
+
exports.UpdateProvisionedLimit$ = UpdateProvisionedLimit$;
|
|
6202
|
+
exports.UpdateProvisionedLimitCommand = UpdateProvisionedLimitCommand;
|
|
6203
|
+
exports.UpdateProvisionedLimitRequest$ = UpdateProvisionedLimitRequest$;
|
|
6204
|
+
exports.UpdateProvisionedLimitResponse$ = UpdateProvisionedLimitResponse$;
|
|
7242
6205
|
exports.UpdateReplicaStatusType = UpdateReplicaStatusType;
|
|
7243
6206
|
exports.UpdateResourceServer$ = UpdateResourceServer$;
|
|
7244
6207
|
exports.UpdateResourceServerCommand = UpdateResourceServerCommand;
|