@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
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateUserPoolDomain$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateUserPoolDomainCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSCognitoIdentityProviderService", "UpdateUserPoolDomain", {})
|
|
13
|
-
.n("CognitoIdentityProviderClient", "UpdateUserPoolDomainCommand")
|
|
14
|
-
.sc(UpdateUserPoolDomain$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateUserPoolDomainCommand extends command(_ep0, _mw0, "UpdateUserPoolDomain", UpdateUserPoolDomain$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateUserPoolReplica$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateUserPoolReplicaCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSCognitoIdentityProviderService", "UpdateUserPoolReplica", {})
|
|
13
|
-
.n("CognitoIdentityProviderClient", "UpdateUserPoolReplicaCommand")
|
|
14
|
-
.sc(UpdateUserPoolReplica$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateUserPoolReplicaCommand extends command(_ep0, _mw0, "UpdateUserPoolReplica", UpdateUserPoolReplica$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { VerifySoftwareToken$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class VerifySoftwareTokenCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSCognitoIdentityProviderService", "VerifySoftwareToken", {})
|
|
13
|
-
.n("CognitoIdentityProviderClient", "VerifySoftwareTokenCommand")
|
|
14
|
-
.sc(VerifySoftwareToken$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class VerifySoftwareTokenCommand extends command(_ep0, _mw0, "VerifySoftwareToken", VerifySoftwareToken$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { VerifyUserAttribute$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class VerifyUserAttributeCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSCognitoIdentityProviderService", "VerifyUserAttribute", {})
|
|
13
|
-
.n("CognitoIdentityProviderClient", "VerifyUserAttributeCommand")
|
|
14
|
-
.sc(VerifyUserAttribute$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class VerifyUserAttributeCommand extends command(_ep0, _mw0, "VerifyUserAttribute", VerifyUserAttribute$) {
|
|
16
4
|
}
|
|
@@ -72,6 +72,7 @@ export * from "./GetDeviceCommand";
|
|
|
72
72
|
export * from "./GetGroupCommand";
|
|
73
73
|
export * from "./GetIdentityProviderByIdentifierCommand";
|
|
74
74
|
export * from "./GetLogDeliveryConfigurationCommand";
|
|
75
|
+
export * from "./GetProvisionedLimitCommand";
|
|
75
76
|
export * from "./GetSigningCertificateCommand";
|
|
76
77
|
export * from "./GetTokensFromRefreshTokenCommand";
|
|
77
78
|
export * from "./GetUICustomizationCommand";
|
|
@@ -115,6 +116,7 @@ export * from "./UpdateDeviceStatusCommand";
|
|
|
115
116
|
export * from "./UpdateGroupCommand";
|
|
116
117
|
export * from "./UpdateIdentityProviderCommand";
|
|
117
118
|
export * from "./UpdateManagedLoginBrandingCommand";
|
|
119
|
+
export * from "./UpdateProvisionedLimitCommand";
|
|
118
120
|
export * from "./UpdateResourceServerCommand";
|
|
119
121
|
export * from "./UpdateTermsCommand";
|
|
120
122
|
export * from "./UpdateUserAttributesCommand";
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./CognitoIdentityProviderClient";
|
|
2
2
|
export * from "./CognitoIdentityProvider";
|
|
3
3
|
export * from "./commands";
|
|
4
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
4
5
|
export * from "./schemas/schemas_0";
|
|
5
6
|
export * from "./pagination";
|
|
6
7
|
export * from "./models/enums";
|
package/dist-es/models/enums.js
CHANGED
|
@@ -297,6 +297,9 @@ export const LogLevel = {
|
|
|
297
297
|
ERROR: "ERROR",
|
|
298
298
|
INFO: "INFO",
|
|
299
299
|
};
|
|
300
|
+
export const LimitClass = {
|
|
301
|
+
API_CATEGORY: "API_CATEGORY",
|
|
302
|
+
};
|
|
300
303
|
export const WebAuthnFactorConfigurationType = {
|
|
301
304
|
MULTI_FACTOR_WITH_USER_VERIFICATION: "MULTI_FACTOR_WITH_USER_VERIFICATION",
|
|
302
305
|
SINGLE_FACTOR: "SINGLE_FACTOR",
|
package/dist-es/models/errors.js
CHANGED
|
@@ -685,6 +685,18 @@ export class WebAuthnConfigurationMissingException extends __BaseException {
|
|
|
685
685
|
Object.setPrototypeOf(this, WebAuthnConfigurationMissingException.prototype);
|
|
686
686
|
}
|
|
687
687
|
}
|
|
688
|
+
export class ServiceQuotaExceededException extends __BaseException {
|
|
689
|
+
name = "ServiceQuotaExceededException";
|
|
690
|
+
$fault = "client";
|
|
691
|
+
constructor(opts) {
|
|
692
|
+
super({
|
|
693
|
+
name: "ServiceQuotaExceededException",
|
|
694
|
+
$fault: "client",
|
|
695
|
+
...opts,
|
|
696
|
+
});
|
|
697
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
698
|
+
}
|
|
699
|
+
}
|
|
688
700
|
export class EnableSoftwareTokenMFAException extends __BaseException {
|
|
689
701
|
name = "EnableSoftwareTokenMFAException";
|
|
690
702
|
$fault = "client";
|
|
@@ -402,6 +402,7 @@ const _FDN = "FriendlyDeviceName";
|
|
|
402
402
|
const _FDR = "ForgetDeviceRequest";
|
|
403
403
|
const _FDo = "ForgetDevice";
|
|
404
404
|
const _FE = "ForbiddenException";
|
|
405
|
+
const _FLV = "FreeLimitValue";
|
|
405
406
|
const _FP = "ForgotPassword";
|
|
406
407
|
const _FPR = "ForgotPasswordRequest";
|
|
407
408
|
const _FPRo = "ForgotPasswordResponse";
|
|
@@ -432,6 +433,9 @@ const _GLDCR = "GetLogDeliveryConfigurationRequest";
|
|
|
432
433
|
const _GLDCRe = "GetLogDeliveryConfigurationResponse";
|
|
433
434
|
const _GLT = "GroupListType";
|
|
434
435
|
const _GN = "GroupName";
|
|
436
|
+
const _GPL = "GetProvisionedLimit";
|
|
437
|
+
const _GPLR = "GetProvisionedLimitRequest";
|
|
438
|
+
const _GPLRe = "GetProvisionedLimitResponse";
|
|
435
439
|
const _GS = "GenerateSecret";
|
|
436
440
|
const _GSC = "GetSigningCertificate";
|
|
437
441
|
const _GSCR = "GetSigningCertificateRequest";
|
|
@@ -508,12 +512,15 @@ const _LC = "LambdaConfig";
|
|
|
508
512
|
const _LCLT = "LogConfigurationListType";
|
|
509
513
|
const _LCT = "LambdaConfigType";
|
|
510
514
|
const _LCTo = "LogConfigurationType";
|
|
515
|
+
const _LCi = "LimitClass";
|
|
511
516
|
const _LCo = "LogConfigurations";
|
|
512
|
-
const _LD = "
|
|
517
|
+
const _LD = "LimitDefinition";
|
|
513
518
|
const _LDC = "LogDeliveryConfiguration";
|
|
514
519
|
const _LDCT = "LogDeliveryConfigurationType";
|
|
515
520
|
const _LDR = "ListDevicesRequest";
|
|
516
521
|
const _LDRi = "ListDevicesResponse";
|
|
522
|
+
const _LDT = "LimitDefinitionType";
|
|
523
|
+
const _LDi = "ListDevices";
|
|
517
524
|
const _LEE = "LimitExceededException";
|
|
518
525
|
const _LG = "ListGroups";
|
|
519
526
|
const _LGA = "LogGroupArn";
|
|
@@ -527,12 +534,13 @@ const _LMD = "LastModifiedDate";
|
|
|
527
534
|
const _LRS = "ListResourceServers";
|
|
528
535
|
const _LRSR = "ListResourceServersRequest";
|
|
529
536
|
const _LRSRi = "ListResourceServersResponse";
|
|
530
|
-
const _LT = "
|
|
537
|
+
const _LT = "LimitType";
|
|
531
538
|
const _LTFR = "ListTagsForResource";
|
|
532
539
|
const _LTFRR = "ListTagsForResourceRequest";
|
|
533
540
|
const _LTFRRi = "ListTagsForResourceResponse";
|
|
534
541
|
const _LTR = "ListTermsRequest";
|
|
535
542
|
const _LTRi = "ListTermsResponse";
|
|
543
|
+
const _LTi = "ListTerms";
|
|
536
544
|
const _LU = "ListUsers";
|
|
537
545
|
const _LUIG = "ListUsersInGroup";
|
|
538
546
|
const _LUIGR = "ListUsersInGroupRequest";
|
|
@@ -606,6 +614,7 @@ const _PDr = "ProviderDescription";
|
|
|
606
614
|
const _PHPVE = "PasswordHistoryPolicyViolationException";
|
|
607
615
|
const _PHS = "PasswordHistorySize";
|
|
608
616
|
const _PLT = "ProvidersListType";
|
|
617
|
+
const _PLV = "ProvisionedLimitValue";
|
|
609
618
|
const _PM = "PreferredMfa";
|
|
610
619
|
const _PMS = "PreferredMfaSetting";
|
|
611
620
|
const _PN = "ProviderName";
|
|
@@ -649,6 +658,7 @@ const _RECT = "RiskExceptionConfigurationType";
|
|
|
649
658
|
const _RGPS = "RetryGracePeriodSeconds";
|
|
650
659
|
const _RI = "ResourceId";
|
|
651
660
|
const _RL = "RiskLevel";
|
|
661
|
+
const _RLV = "RequestedLimitValue";
|
|
652
662
|
const _RLe = "RequireLowercase";
|
|
653
663
|
const _RM = "RecoveryMechanisms";
|
|
654
664
|
const _RMR = "ReturnMergedResources";
|
|
@@ -723,6 +733,7 @@ const _SN = "ServerName";
|
|
|
723
733
|
const _SNc = "ScopeName";
|
|
724
734
|
const _SP = "ServerPath";
|
|
725
735
|
const _SPe = "SecurityPolicy";
|
|
736
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
726
737
|
const _SR = "SecondaryRegion";
|
|
727
738
|
const _SRC = "SetRiskConfiguration";
|
|
728
739
|
const _SRCR = "SetRiskConfigurationRequest";
|
|
@@ -857,6 +868,9 @@ const _UPCT = "UserPoolClientType";
|
|
|
857
868
|
const _UPCs = "UserPoolClients";
|
|
858
869
|
const _UPDT = "UserPoolDescriptionType";
|
|
859
870
|
const _UPI = "UserPoolId";
|
|
871
|
+
const _UPL = "UpdateProvisionedLimit";
|
|
872
|
+
const _UPLR = "UpdateProvisionedLimitRequest";
|
|
873
|
+
const _UPLRp = "UpdateProvisionedLimitResponse";
|
|
860
874
|
const _UPLT = "UserPoolListType";
|
|
861
875
|
const _UPPT = "UserPoolPolicyType";
|
|
862
876
|
const _UPR = "UserPoolReplica";
|
|
@@ -939,7 +953,7 @@ const _se = "server";
|
|
|
939
953
|
const n0 = "com.amazonaws.cognitoidentityprovider";
|
|
940
954
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
941
955
|
import { CognitoIdentityProviderServiceException } from "../models/CognitoIdentityProviderServiceException";
|
|
942
|
-
import { AccessDeniedException, AliasExistsException, CodeDeliveryFailureException, CodeMismatchException, ConcurrentModificationException, DeviceKeyExistsException, DuplicateProviderException, EnableSoftwareTokenMFAException, ExpiredCodeException, FeatureUnavailableInTierException, ForbiddenException, GroupExistsException, InternalErrorException, InternalServerException, InvalidEmailRoleAccessPolicyException, InvalidLambdaResponseException, InvalidOAuthFlowException, InvalidParameterException, InvalidPasswordException, InvalidSmsRoleAccessPolicyException, InvalidSmsRoleTrustRelationshipException, InvalidUserPoolConfigurationException, LimitExceededException, ManagedLoginBrandingExistsException, MFAMethodNotFoundException, NotAuthorizedException, OperationNotEnabledException, PasswordHistoryPolicyViolationException, PasswordResetRequiredException, PreconditionNotMetException, RefreshTokenReuseException, ResourceNotFoundException, ScopeDoesNotExistException, SoftwareTokenMFANotFoundException, TermsExistsException, TierChangeNotAllowedException, TooManyFailedAttemptsException, TooManyRequestsException, UnauthorizedException, UnexpectedLambdaException, UnsupportedIdentityProviderException, UnsupportedOperationException, UnsupportedTokenTypeException, UnsupportedUserStateException, UserImportInProgressException, UserLambdaValidationException, UsernameExistsException, UserNotConfirmedException, UserNotFoundException, UserPoolAddOnNotEnabledException, UserPoolTaggingException, WebAuthnChallengeNotFoundException, WebAuthnClientMismatchException, WebAuthnConfigurationMissingException, WebAuthnCredentialNotSupportedException, WebAuthnNotEnabledException, WebAuthnOriginNotAllowedException, WebAuthnRelyingPartyMismatchException, } from "../models/errors";
|
|
956
|
+
import { AccessDeniedException, AliasExistsException, CodeDeliveryFailureException, CodeMismatchException, ConcurrentModificationException, DeviceKeyExistsException, DuplicateProviderException, EnableSoftwareTokenMFAException, ExpiredCodeException, FeatureUnavailableInTierException, ForbiddenException, GroupExistsException, InternalErrorException, InternalServerException, InvalidEmailRoleAccessPolicyException, InvalidLambdaResponseException, InvalidOAuthFlowException, InvalidParameterException, InvalidPasswordException, InvalidSmsRoleAccessPolicyException, InvalidSmsRoleTrustRelationshipException, InvalidUserPoolConfigurationException, LimitExceededException, ManagedLoginBrandingExistsException, MFAMethodNotFoundException, NotAuthorizedException, OperationNotEnabledException, PasswordHistoryPolicyViolationException, PasswordResetRequiredException, PreconditionNotMetException, RefreshTokenReuseException, ResourceNotFoundException, ScopeDoesNotExistException, ServiceQuotaExceededException, SoftwareTokenMFANotFoundException, TermsExistsException, TierChangeNotAllowedException, TooManyFailedAttemptsException, TooManyRequestsException, UnauthorizedException, UnexpectedLambdaException, UnsupportedIdentityProviderException, UnsupportedOperationException, UnsupportedTokenTypeException, UnsupportedUserStateException, UserImportInProgressException, UserLambdaValidationException, UsernameExistsException, UserNotConfirmedException, UserNotFoundException, UserPoolAddOnNotEnabledException, UserPoolTaggingException, WebAuthnChallengeNotFoundException, WebAuthnClientMismatchException, WebAuthnConfigurationMissingException, WebAuthnCredentialNotSupportedException, WebAuthnNotEnabledException, WebAuthnOriginNotAllowedException, WebAuthnRelyingPartyMismatchException, } from "../models/errors";
|
|
943
957
|
const _s_registry = TypeRegistry.for(_s);
|
|
944
958
|
export var CognitoIdentityProviderServiceException$ = [-3, _s, "CognitoIdentityProviderServiceException", 0, [], []];
|
|
945
959
|
_s_registry.registerError(CognitoIdentityProviderServiceException$, CognitoIdentityProviderServiceException);
|
|
@@ -1142,6 +1156,12 @@ export var ScopeDoesNotExistException$ = [-3, n0, _SDNEE,
|
|
|
1142
1156
|
[0]
|
|
1143
1157
|
];
|
|
1144
1158
|
n0_registry.registerError(ScopeDoesNotExistException$, ScopeDoesNotExistException);
|
|
1159
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
1160
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
1161
|
+
[_m],
|
|
1162
|
+
[0]
|
|
1163
|
+
];
|
|
1164
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
1145
1165
|
export var SoftwareTokenMFANotFoundException$ = [-3, n0, _STMFANFE,
|
|
1146
1166
|
{ [_e]: _c, [_hE]: 400 },
|
|
1147
1167
|
[_m],
|
|
@@ -2151,6 +2171,16 @@ export var GetLogDeliveryConfigurationResponse$ = [3, n0, _GLDCRe,
|
|
|
2151
2171
|
[_LDC],
|
|
2152
2172
|
[() => LogDeliveryConfigurationType$]
|
|
2153
2173
|
];
|
|
2174
|
+
export var GetProvisionedLimitRequest$ = [3, n0, _GPLR,
|
|
2175
|
+
0,
|
|
2176
|
+
[_LD],
|
|
2177
|
+
[() => LimitDefinitionType$], 1
|
|
2178
|
+
];
|
|
2179
|
+
export var GetProvisionedLimitResponse$ = [3, n0, _GPLRe,
|
|
2180
|
+
0,
|
|
2181
|
+
[_L],
|
|
2182
|
+
[() => LimitType$], 1
|
|
2183
|
+
];
|
|
2154
2184
|
export var GetSigningCertificateRequest$ = [3, n0, _GSCR,
|
|
2155
2185
|
0,
|
|
2156
2186
|
[_UPI],
|
|
@@ -2276,6 +2306,16 @@ export var LambdaConfigType$ = [3, n0, _LCT,
|
|
|
2276
2306
|
[_PSU, _CMu, _PC, _PA, _PAo, _DAC, _CAC, _VACR, _PTG, _UM, _PTGC, _CSMSS, _CES, _KMSKID, _IF],
|
|
2277
2307
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => PreTokenGenerationVersionConfigType$, () => CustomSMSLambdaVersionConfigType$, () => CustomEmailLambdaVersionConfigType$, 0, () => InboundFederationLambdaType$]
|
|
2278
2308
|
];
|
|
2309
|
+
export var LimitDefinitionType$ = [3, n0, _LDT,
|
|
2310
|
+
0,
|
|
2311
|
+
[_LCi, _At],
|
|
2312
|
+
[0, 128 | 0], 2
|
|
2313
|
+
];
|
|
2314
|
+
export var LimitType$ = [3, n0, _LT,
|
|
2315
|
+
0,
|
|
2316
|
+
[_LD, _PLV, _FLV],
|
|
2317
|
+
[() => LimitDefinitionType$, 1, 1], 3
|
|
2318
|
+
];
|
|
2279
2319
|
export var ListDevicesRequest$ = [3, n0, _LDR,
|
|
2280
2320
|
0,
|
|
2281
2321
|
[_ATc, _L, _PTa],
|
|
@@ -2781,6 +2821,16 @@ export var UpdateManagedLoginBrandingResponse$ = [3, n0, _UMLBRp,
|
|
|
2781
2821
|
[_MLB],
|
|
2782
2822
|
[() => ManagedLoginBrandingType$]
|
|
2783
2823
|
];
|
|
2824
|
+
export var UpdateProvisionedLimitRequest$ = [3, n0, _UPLR,
|
|
2825
|
+
0,
|
|
2826
|
+
[_LD, _RLV],
|
|
2827
|
+
[() => LimitDefinitionType$, 1], 2
|
|
2828
|
+
];
|
|
2829
|
+
export var UpdateProvisionedLimitResponse$ = [3, n0, _UPLRp,
|
|
2830
|
+
0,
|
|
2831
|
+
[_L],
|
|
2832
|
+
[() => LimitType$], 1
|
|
2833
|
+
];
|
|
2784
2834
|
export var UpdateResourceServerRequest$ = [3, n0, _URSR,
|
|
2785
2835
|
0,
|
|
2786
2836
|
[_UPI, _I, _Na, _Sc],
|
|
@@ -3066,6 +3116,7 @@ var ChallengeResponsesType = [2, n0, _CRTh,
|
|
|
3066
3116
|
var ClientMetadataType = 128 | 0;
|
|
3067
3117
|
var LinksType = 128 | 0;
|
|
3068
3118
|
var ProviderDetailsType = 128 | 0;
|
|
3119
|
+
var StringToStringMapType = 128 | 0;
|
|
3069
3120
|
var UserPoolTagsType = 128 | 0;
|
|
3070
3121
|
export var AddCustomAttributes$ = [9, n0, _ACA,
|
|
3071
3122
|
0, () => AddCustomAttributesRequest$, () => AddCustomAttributesResponse$
|
|
@@ -3289,6 +3340,9 @@ export var GetIdentityProviderByIdentifier$ = [9, n0, _GIPBI,
|
|
|
3289
3340
|
export var GetLogDeliveryConfiguration$ = [9, n0, _GLDC,
|
|
3290
3341
|
0, () => GetLogDeliveryConfigurationRequest$, () => GetLogDeliveryConfigurationResponse$
|
|
3291
3342
|
];
|
|
3343
|
+
export var GetProvisionedLimit$ = [9, n0, _GPL,
|
|
3344
|
+
0, () => GetProvisionedLimitRequest$, () => GetProvisionedLimitResponse$
|
|
3345
|
+
];
|
|
3292
3346
|
export var GetSigningCertificate$ = [9, n0, _GSC,
|
|
3293
3347
|
0, () => GetSigningCertificateRequest$, () => GetSigningCertificateResponse$
|
|
3294
3348
|
];
|
|
@@ -3316,7 +3370,7 @@ export var GlobalSignOut$ = [9, n0, _GSO,
|
|
|
3316
3370
|
export var InitiateAuth$ = [9, n0, _IAn,
|
|
3317
3371
|
0, () => InitiateAuthRequest$, () => InitiateAuthResponse$
|
|
3318
3372
|
];
|
|
3319
|
-
export var ListDevices$ = [9, n0,
|
|
3373
|
+
export var ListDevices$ = [9, n0, _LDi,
|
|
3320
3374
|
0, () => ListDevicesRequest$, () => ListDevicesResponse$
|
|
3321
3375
|
];
|
|
3322
3376
|
export var ListGroups$ = [9, n0, _LG,
|
|
@@ -3331,7 +3385,7 @@ export var ListResourceServers$ = [9, n0, _LRS,
|
|
|
3331
3385
|
export var ListTagsForResource$ = [9, n0, _LTFR,
|
|
3332
3386
|
0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
3333
3387
|
];
|
|
3334
|
-
export var ListTerms$ = [9, n0,
|
|
3388
|
+
export var ListTerms$ = [9, n0, _LTi,
|
|
3335
3389
|
0, () => ListTermsRequest$, () => ListTermsResponse$
|
|
3336
3390
|
];
|
|
3337
3391
|
export var ListUserImportJobs$ = [9, n0, _LUIJ,
|
|
@@ -3418,6 +3472,9 @@ export var UpdateIdentityProvider$ = [9, n0, _UIP,
|
|
|
3418
3472
|
export var UpdateManagedLoginBranding$ = [9, n0, _UMLB,
|
|
3419
3473
|
0, () => UpdateManagedLoginBrandingRequest$, () => UpdateManagedLoginBrandingResponse$
|
|
3420
3474
|
];
|
|
3475
|
+
export var UpdateProvisionedLimit$ = [9, n0, _UPL,
|
|
3476
|
+
0, () => UpdateProvisionedLimitRequest$, () => UpdateProvisionedLimitResponse$
|
|
3477
|
+
];
|
|
3421
3478
|
export var UpdateResourceServer$ = [9, n0, _URS,
|
|
3422
3479
|
0, () => UpdateResourceServerRequest$, () => UpdateResourceServerResponse$
|
|
3423
3480
|
];
|
|
@@ -74,6 +74,7 @@ import { type GetDeviceCommandInput, type GetDeviceCommandOutput } from "./comma
|
|
|
74
74
|
import { type GetGroupCommandInput, type GetGroupCommandOutput } from "./commands/GetGroupCommand";
|
|
75
75
|
import { type GetIdentityProviderByIdentifierCommandInput, type GetIdentityProviderByIdentifierCommandOutput } from "./commands/GetIdentityProviderByIdentifierCommand";
|
|
76
76
|
import { type GetLogDeliveryConfigurationCommandInput, type GetLogDeliveryConfigurationCommandOutput } from "./commands/GetLogDeliveryConfigurationCommand";
|
|
77
|
+
import { type GetProvisionedLimitCommandInput, type GetProvisionedLimitCommandOutput } from "./commands/GetProvisionedLimitCommand";
|
|
77
78
|
import { type GetSigningCertificateCommandInput, type GetSigningCertificateCommandOutput } from "./commands/GetSigningCertificateCommand";
|
|
78
79
|
import { type GetTokensFromRefreshTokenCommandInput, type GetTokensFromRefreshTokenCommandOutput } from "./commands/GetTokensFromRefreshTokenCommand";
|
|
79
80
|
import { type GetUICustomizationCommandInput, type GetUICustomizationCommandOutput } from "./commands/GetUICustomizationCommand";
|
|
@@ -117,6 +118,7 @@ import { type UpdateDeviceStatusCommandInput, type UpdateDeviceStatusCommandOutp
|
|
|
117
118
|
import { type UpdateGroupCommandInput, type UpdateGroupCommandOutput } from "./commands/UpdateGroupCommand";
|
|
118
119
|
import { type UpdateIdentityProviderCommandInput, type UpdateIdentityProviderCommandOutput } from "./commands/UpdateIdentityProviderCommand";
|
|
119
120
|
import { type UpdateManagedLoginBrandingCommandInput, type UpdateManagedLoginBrandingCommandOutput } from "./commands/UpdateManagedLoginBrandingCommand";
|
|
121
|
+
import { type UpdateProvisionedLimitCommandInput, type UpdateProvisionedLimitCommandOutput } from "./commands/UpdateProvisionedLimitCommand";
|
|
120
122
|
import { type UpdateResourceServerCommandInput, type UpdateResourceServerCommandOutput } from "./commands/UpdateResourceServerCommand";
|
|
121
123
|
import { type UpdateTermsCommandInput, type UpdateTermsCommandOutput } from "./commands/UpdateTermsCommand";
|
|
122
124
|
import { type UpdateUserAttributesCommandInput, type UpdateUserAttributesCommandOutput } from "./commands/UpdateUserAttributesCommand";
|
|
@@ -572,6 +574,12 @@ export interface CognitoIdentityProvider {
|
|
|
572
574
|
getLogDeliveryConfiguration(args: GetLogDeliveryConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetLogDeliveryConfigurationCommandOutput>;
|
|
573
575
|
getLogDeliveryConfiguration(args: GetLogDeliveryConfigurationCommandInput, cb: (err: any, data?: GetLogDeliveryConfigurationCommandOutput) => void): void;
|
|
574
576
|
getLogDeliveryConfiguration(args: GetLogDeliveryConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLogDeliveryConfigurationCommandOutput) => void): void;
|
|
577
|
+
/**
|
|
578
|
+
* @see {@link GetProvisionedLimitCommand}
|
|
579
|
+
*/
|
|
580
|
+
getProvisionedLimit(args: GetProvisionedLimitCommandInput, options?: __HttpHandlerOptions): Promise<GetProvisionedLimitCommandOutput>;
|
|
581
|
+
getProvisionedLimit(args: GetProvisionedLimitCommandInput, cb: (err: any, data?: GetProvisionedLimitCommandOutput) => void): void;
|
|
582
|
+
getProvisionedLimit(args: GetProvisionedLimitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetProvisionedLimitCommandOutput) => void): void;
|
|
575
583
|
/**
|
|
576
584
|
* @see {@link GetSigningCertificateCommand}
|
|
577
585
|
*/
|
|
@@ -831,6 +839,12 @@ export interface CognitoIdentityProvider {
|
|
|
831
839
|
updateManagedLoginBranding(args: UpdateManagedLoginBrandingCommandInput, options?: __HttpHandlerOptions): Promise<UpdateManagedLoginBrandingCommandOutput>;
|
|
832
840
|
updateManagedLoginBranding(args: UpdateManagedLoginBrandingCommandInput, cb: (err: any, data?: UpdateManagedLoginBrandingCommandOutput) => void): void;
|
|
833
841
|
updateManagedLoginBranding(args: UpdateManagedLoginBrandingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateManagedLoginBrandingCommandOutput) => void): void;
|
|
842
|
+
/**
|
|
843
|
+
* @see {@link UpdateProvisionedLimitCommand}
|
|
844
|
+
*/
|
|
845
|
+
updateProvisionedLimit(args: UpdateProvisionedLimitCommandInput, options?: __HttpHandlerOptions): Promise<UpdateProvisionedLimitCommandOutput>;
|
|
846
|
+
updateProvisionedLimit(args: UpdateProvisionedLimitCommandInput, cb: (err: any, data?: UpdateProvisionedLimitCommandOutput) => void): void;
|
|
847
|
+
updateProvisionedLimit(args: UpdateProvisionedLimitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProvisionedLimitCommandOutput) => void): void;
|
|
834
848
|
/**
|
|
835
849
|
* @see {@link UpdateResourceServerCommand}
|
|
836
850
|
*/
|
|
@@ -80,6 +80,7 @@ import type { GetDeviceCommandInput, GetDeviceCommandOutput } from "./commands/G
|
|
|
80
80
|
import type { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
|
|
81
81
|
import type { GetIdentityProviderByIdentifierCommandInput, GetIdentityProviderByIdentifierCommandOutput } from "./commands/GetIdentityProviderByIdentifierCommand";
|
|
82
82
|
import type { GetLogDeliveryConfigurationCommandInput, GetLogDeliveryConfigurationCommandOutput } from "./commands/GetLogDeliveryConfigurationCommand";
|
|
83
|
+
import type { GetProvisionedLimitCommandInput, GetProvisionedLimitCommandOutput } from "./commands/GetProvisionedLimitCommand";
|
|
83
84
|
import type { GetSigningCertificateCommandInput, GetSigningCertificateCommandOutput } from "./commands/GetSigningCertificateCommand";
|
|
84
85
|
import type { GetTokensFromRefreshTokenCommandInput, GetTokensFromRefreshTokenCommandOutput } from "./commands/GetTokensFromRefreshTokenCommand";
|
|
85
86
|
import type { GetUICustomizationCommandInput, GetUICustomizationCommandOutput } from "./commands/GetUICustomizationCommand";
|
|
@@ -123,6 +124,7 @@ import type { UpdateDeviceStatusCommandInput, UpdateDeviceStatusCommandOutput }
|
|
|
123
124
|
import type { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/UpdateGroupCommand";
|
|
124
125
|
import type { UpdateIdentityProviderCommandInput, UpdateIdentityProviderCommandOutput } from "./commands/UpdateIdentityProviderCommand";
|
|
125
126
|
import type { UpdateManagedLoginBrandingCommandInput, UpdateManagedLoginBrandingCommandOutput } from "./commands/UpdateManagedLoginBrandingCommand";
|
|
127
|
+
import type { UpdateProvisionedLimitCommandInput, UpdateProvisionedLimitCommandOutput } from "./commands/UpdateProvisionedLimitCommand";
|
|
126
128
|
import type { UpdateResourceServerCommandInput, UpdateResourceServerCommandOutput } from "./commands/UpdateResourceServerCommand";
|
|
127
129
|
import type { UpdateTermsCommandInput, UpdateTermsCommandOutput } from "./commands/UpdateTermsCommand";
|
|
128
130
|
import type { UpdateUserAttributesCommandInput, UpdateUserAttributesCommandOutput } from "./commands/UpdateUserAttributesCommand";
|
|
@@ -138,11 +140,11 @@ export { __Client };
|
|
|
138
140
|
/**
|
|
139
141
|
* @public
|
|
140
142
|
*/
|
|
141
|
-
export type ServiceInputTypes = AddCustomAttributesCommandInput | AddUserPoolClientSecretCommandInput | AdminAddUserToGroupCommandInput | AdminConfirmSignUpCommandInput | AdminCreateUserCommandInput | AdminDeleteUserAttributesCommandInput | AdminDeleteUserCommandInput | AdminDisableProviderForUserCommandInput | AdminDisableUserCommandInput | AdminEnableUserCommandInput | AdminForgetDeviceCommandInput | AdminGetDeviceCommandInput | AdminGetUserCommandInput | AdminInitiateAuthCommandInput | AdminLinkProviderForUserCommandInput | AdminListDevicesCommandInput | AdminListGroupsForUserCommandInput | AdminListUserAuthEventsCommandInput | AdminRemoveUserFromGroupCommandInput | AdminResetUserPasswordCommandInput | AdminRespondToAuthChallengeCommandInput | AdminSetUserMFAPreferenceCommandInput | AdminSetUserPasswordCommandInput | AdminSetUserSettingsCommandInput | AdminUpdateAuthEventFeedbackCommandInput | AdminUpdateDeviceStatusCommandInput | AdminUpdateUserAttributesCommandInput | AdminUserGlobalSignOutCommandInput | AssociateSoftwareTokenCommandInput | ChangePasswordCommandInput | CompleteWebAuthnRegistrationCommandInput | ConfirmDeviceCommandInput | ConfirmForgotPasswordCommandInput | ConfirmSignUpCommandInput | CreateGroupCommandInput | CreateIdentityProviderCommandInput | CreateManagedLoginBrandingCommandInput | CreateResourceServerCommandInput | CreateTermsCommandInput | CreateUserImportJobCommandInput | CreateUserPoolClientCommandInput | CreateUserPoolCommandInput | CreateUserPoolDomainCommandInput | CreateUserPoolReplicaCommandInput | DeleteGroupCommandInput | DeleteIdentityProviderCommandInput | DeleteManagedLoginBrandingCommandInput | DeleteResourceServerCommandInput | DeleteTermsCommandInput | DeleteUserAttributesCommandInput | DeleteUserCommandInput | DeleteUserPoolClientCommandInput | DeleteUserPoolClientSecretCommandInput | DeleteUserPoolCommandInput | DeleteUserPoolDomainCommandInput | DeleteUserPoolReplicaCommandInput | DeleteWebAuthnCredentialCommandInput | DescribeIdentityProviderCommandInput | DescribeManagedLoginBrandingByClientCommandInput | DescribeManagedLoginBrandingCommandInput | DescribeResourceServerCommandInput | DescribeRiskConfigurationCommandInput | DescribeTermsCommandInput | DescribeUserImportJobCommandInput | DescribeUserPoolClientCommandInput | DescribeUserPoolCommandInput | DescribeUserPoolDomainCommandInput | ForgetDeviceCommandInput | ForgotPasswordCommandInput | GetCSVHeaderCommandInput | GetDeviceCommandInput | GetGroupCommandInput | GetIdentityProviderByIdentifierCommandInput | GetLogDeliveryConfigurationCommandInput | GetSigningCertificateCommandInput | GetTokensFromRefreshTokenCommandInput | GetUICustomizationCommandInput | GetUserAttributeVerificationCodeCommandInput | GetUserAuthFactorsCommandInput | GetUserCommandInput | GetUserPoolMfaConfigCommandInput | GlobalSignOutCommandInput | InitiateAuthCommandInput | ListDevicesCommandInput | ListGroupsCommandInput | ListIdentityProvidersCommandInput | ListResourceServersCommandInput | ListTagsForResourceCommandInput | ListTermsCommandInput | ListUserImportJobsCommandInput | ListUserPoolClientSecretsCommandInput | ListUserPoolClientsCommandInput | ListUserPoolReplicasCommandInput | ListUserPoolsCommandInput | ListUsersCommandInput | ListUsersInGroupCommandInput | ListWebAuthnCredentialsCommandInput | ResendConfirmationCodeCommandInput | RespondToAuthChallengeCommandInput | RevokeTokenCommandInput | SetLogDeliveryConfigurationCommandInput | SetRiskConfigurationCommandInput | SetUICustomizationCommandInput | SetUserMFAPreferenceCommandInput | SetUserPoolMfaConfigCommandInput | SetUserSettingsCommandInput | SignUpCommandInput | StartUserImportJobCommandInput | StartWebAuthnRegistrationCommandInput | StopUserImportJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAuthEventFeedbackCommandInput | UpdateDeviceStatusCommandInput | UpdateGroupCommandInput | UpdateIdentityProviderCommandInput | UpdateManagedLoginBrandingCommandInput | UpdateResourceServerCommandInput | UpdateTermsCommandInput | UpdateUserAttributesCommandInput | UpdateUserPoolClientCommandInput | UpdateUserPoolCommandInput | UpdateUserPoolDomainCommandInput | UpdateUserPoolReplicaCommandInput | VerifySoftwareTokenCommandInput | VerifyUserAttributeCommandInput;
|
|
143
|
+
export type ServiceInputTypes = AddCustomAttributesCommandInput | AddUserPoolClientSecretCommandInput | AdminAddUserToGroupCommandInput | AdminConfirmSignUpCommandInput | AdminCreateUserCommandInput | AdminDeleteUserAttributesCommandInput | AdminDeleteUserCommandInput | AdminDisableProviderForUserCommandInput | AdminDisableUserCommandInput | AdminEnableUserCommandInput | AdminForgetDeviceCommandInput | AdminGetDeviceCommandInput | AdminGetUserCommandInput | AdminInitiateAuthCommandInput | AdminLinkProviderForUserCommandInput | AdminListDevicesCommandInput | AdminListGroupsForUserCommandInput | AdminListUserAuthEventsCommandInput | AdminRemoveUserFromGroupCommandInput | AdminResetUserPasswordCommandInput | AdminRespondToAuthChallengeCommandInput | AdminSetUserMFAPreferenceCommandInput | AdminSetUserPasswordCommandInput | AdminSetUserSettingsCommandInput | AdminUpdateAuthEventFeedbackCommandInput | AdminUpdateDeviceStatusCommandInput | AdminUpdateUserAttributesCommandInput | AdminUserGlobalSignOutCommandInput | AssociateSoftwareTokenCommandInput | ChangePasswordCommandInput | CompleteWebAuthnRegistrationCommandInput | ConfirmDeviceCommandInput | ConfirmForgotPasswordCommandInput | ConfirmSignUpCommandInput | CreateGroupCommandInput | CreateIdentityProviderCommandInput | CreateManagedLoginBrandingCommandInput | CreateResourceServerCommandInput | CreateTermsCommandInput | CreateUserImportJobCommandInput | CreateUserPoolClientCommandInput | CreateUserPoolCommandInput | CreateUserPoolDomainCommandInput | CreateUserPoolReplicaCommandInput | DeleteGroupCommandInput | DeleteIdentityProviderCommandInput | DeleteManagedLoginBrandingCommandInput | DeleteResourceServerCommandInput | DeleteTermsCommandInput | DeleteUserAttributesCommandInput | DeleteUserCommandInput | DeleteUserPoolClientCommandInput | DeleteUserPoolClientSecretCommandInput | DeleteUserPoolCommandInput | DeleteUserPoolDomainCommandInput | DeleteUserPoolReplicaCommandInput | DeleteWebAuthnCredentialCommandInput | DescribeIdentityProviderCommandInput | DescribeManagedLoginBrandingByClientCommandInput | DescribeManagedLoginBrandingCommandInput | DescribeResourceServerCommandInput | DescribeRiskConfigurationCommandInput | DescribeTermsCommandInput | DescribeUserImportJobCommandInput | DescribeUserPoolClientCommandInput | DescribeUserPoolCommandInput | DescribeUserPoolDomainCommandInput | ForgetDeviceCommandInput | ForgotPasswordCommandInput | GetCSVHeaderCommandInput | GetDeviceCommandInput | GetGroupCommandInput | GetIdentityProviderByIdentifierCommandInput | GetLogDeliveryConfigurationCommandInput | GetProvisionedLimitCommandInput | GetSigningCertificateCommandInput | GetTokensFromRefreshTokenCommandInput | GetUICustomizationCommandInput | GetUserAttributeVerificationCodeCommandInput | GetUserAuthFactorsCommandInput | GetUserCommandInput | GetUserPoolMfaConfigCommandInput | GlobalSignOutCommandInput | InitiateAuthCommandInput | ListDevicesCommandInput | ListGroupsCommandInput | ListIdentityProvidersCommandInput | ListResourceServersCommandInput | ListTagsForResourceCommandInput | ListTermsCommandInput | ListUserImportJobsCommandInput | ListUserPoolClientSecretsCommandInput | ListUserPoolClientsCommandInput | ListUserPoolReplicasCommandInput | ListUserPoolsCommandInput | ListUsersCommandInput | ListUsersInGroupCommandInput | ListWebAuthnCredentialsCommandInput | ResendConfirmationCodeCommandInput | RespondToAuthChallengeCommandInput | RevokeTokenCommandInput | SetLogDeliveryConfigurationCommandInput | SetRiskConfigurationCommandInput | SetUICustomizationCommandInput | SetUserMFAPreferenceCommandInput | SetUserPoolMfaConfigCommandInput | SetUserSettingsCommandInput | SignUpCommandInput | StartUserImportJobCommandInput | StartWebAuthnRegistrationCommandInput | StopUserImportJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAuthEventFeedbackCommandInput | UpdateDeviceStatusCommandInput | UpdateGroupCommandInput | UpdateIdentityProviderCommandInput | UpdateManagedLoginBrandingCommandInput | UpdateProvisionedLimitCommandInput | UpdateResourceServerCommandInput | UpdateTermsCommandInput | UpdateUserAttributesCommandInput | UpdateUserPoolClientCommandInput | UpdateUserPoolCommandInput | UpdateUserPoolDomainCommandInput | UpdateUserPoolReplicaCommandInput | VerifySoftwareTokenCommandInput | VerifyUserAttributeCommandInput;
|
|
142
144
|
/**
|
|
143
145
|
* @public
|
|
144
146
|
*/
|
|
145
|
-
export type ServiceOutputTypes = AddCustomAttributesCommandOutput | AddUserPoolClientSecretCommandOutput | AdminAddUserToGroupCommandOutput | AdminConfirmSignUpCommandOutput | AdminCreateUserCommandOutput | AdminDeleteUserAttributesCommandOutput | AdminDeleteUserCommandOutput | AdminDisableProviderForUserCommandOutput | AdminDisableUserCommandOutput | AdminEnableUserCommandOutput | AdminForgetDeviceCommandOutput | AdminGetDeviceCommandOutput | AdminGetUserCommandOutput | AdminInitiateAuthCommandOutput | AdminLinkProviderForUserCommandOutput | AdminListDevicesCommandOutput | AdminListGroupsForUserCommandOutput | AdminListUserAuthEventsCommandOutput | AdminRemoveUserFromGroupCommandOutput | AdminResetUserPasswordCommandOutput | AdminRespondToAuthChallengeCommandOutput | AdminSetUserMFAPreferenceCommandOutput | AdminSetUserPasswordCommandOutput | AdminSetUserSettingsCommandOutput | AdminUpdateAuthEventFeedbackCommandOutput | AdminUpdateDeviceStatusCommandOutput | AdminUpdateUserAttributesCommandOutput | AdminUserGlobalSignOutCommandOutput | AssociateSoftwareTokenCommandOutput | ChangePasswordCommandOutput | CompleteWebAuthnRegistrationCommandOutput | ConfirmDeviceCommandOutput | ConfirmForgotPasswordCommandOutput | ConfirmSignUpCommandOutput | CreateGroupCommandOutput | CreateIdentityProviderCommandOutput | CreateManagedLoginBrandingCommandOutput | CreateResourceServerCommandOutput | CreateTermsCommandOutput | CreateUserImportJobCommandOutput | CreateUserPoolClientCommandOutput | CreateUserPoolCommandOutput | CreateUserPoolDomainCommandOutput | CreateUserPoolReplicaCommandOutput | DeleteGroupCommandOutput | DeleteIdentityProviderCommandOutput | DeleteManagedLoginBrandingCommandOutput | DeleteResourceServerCommandOutput | DeleteTermsCommandOutput | DeleteUserAttributesCommandOutput | DeleteUserCommandOutput | DeleteUserPoolClientCommandOutput | DeleteUserPoolClientSecretCommandOutput | DeleteUserPoolCommandOutput | DeleteUserPoolDomainCommandOutput | DeleteUserPoolReplicaCommandOutput | DeleteWebAuthnCredentialCommandOutput | DescribeIdentityProviderCommandOutput | DescribeManagedLoginBrandingByClientCommandOutput | DescribeManagedLoginBrandingCommandOutput | DescribeResourceServerCommandOutput | DescribeRiskConfigurationCommandOutput | DescribeTermsCommandOutput | DescribeUserImportJobCommandOutput | DescribeUserPoolClientCommandOutput | DescribeUserPoolCommandOutput | DescribeUserPoolDomainCommandOutput | ForgetDeviceCommandOutput | ForgotPasswordCommandOutput | GetCSVHeaderCommandOutput | GetDeviceCommandOutput | GetGroupCommandOutput | GetIdentityProviderByIdentifierCommandOutput | GetLogDeliveryConfigurationCommandOutput | GetSigningCertificateCommandOutput | GetTokensFromRefreshTokenCommandOutput | GetUICustomizationCommandOutput | GetUserAttributeVerificationCodeCommandOutput | GetUserAuthFactorsCommandOutput | GetUserCommandOutput | GetUserPoolMfaConfigCommandOutput | GlobalSignOutCommandOutput | InitiateAuthCommandOutput | ListDevicesCommandOutput | ListGroupsCommandOutput | ListIdentityProvidersCommandOutput | ListResourceServersCommandOutput | ListTagsForResourceCommandOutput | ListTermsCommandOutput | ListUserImportJobsCommandOutput | ListUserPoolClientSecretsCommandOutput | ListUserPoolClientsCommandOutput | ListUserPoolReplicasCommandOutput | ListUserPoolsCommandOutput | ListUsersCommandOutput | ListUsersInGroupCommandOutput | ListWebAuthnCredentialsCommandOutput | ResendConfirmationCodeCommandOutput | RespondToAuthChallengeCommandOutput | RevokeTokenCommandOutput | SetLogDeliveryConfigurationCommandOutput | SetRiskConfigurationCommandOutput | SetUICustomizationCommandOutput | SetUserMFAPreferenceCommandOutput | SetUserPoolMfaConfigCommandOutput | SetUserSettingsCommandOutput | SignUpCommandOutput | StartUserImportJobCommandOutput | StartWebAuthnRegistrationCommandOutput | StopUserImportJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAuthEventFeedbackCommandOutput | UpdateDeviceStatusCommandOutput | UpdateGroupCommandOutput | UpdateIdentityProviderCommandOutput | UpdateManagedLoginBrandingCommandOutput | UpdateResourceServerCommandOutput | UpdateTermsCommandOutput | UpdateUserAttributesCommandOutput | UpdateUserPoolClientCommandOutput | UpdateUserPoolCommandOutput | UpdateUserPoolDomainCommandOutput | UpdateUserPoolReplicaCommandOutput | VerifySoftwareTokenCommandOutput | VerifyUserAttributeCommandOutput;
|
|
147
|
+
export type ServiceOutputTypes = AddCustomAttributesCommandOutput | AddUserPoolClientSecretCommandOutput | AdminAddUserToGroupCommandOutput | AdminConfirmSignUpCommandOutput | AdminCreateUserCommandOutput | AdminDeleteUserAttributesCommandOutput | AdminDeleteUserCommandOutput | AdminDisableProviderForUserCommandOutput | AdminDisableUserCommandOutput | AdminEnableUserCommandOutput | AdminForgetDeviceCommandOutput | AdminGetDeviceCommandOutput | AdminGetUserCommandOutput | AdminInitiateAuthCommandOutput | AdminLinkProviderForUserCommandOutput | AdminListDevicesCommandOutput | AdminListGroupsForUserCommandOutput | AdminListUserAuthEventsCommandOutput | AdminRemoveUserFromGroupCommandOutput | AdminResetUserPasswordCommandOutput | AdminRespondToAuthChallengeCommandOutput | AdminSetUserMFAPreferenceCommandOutput | AdminSetUserPasswordCommandOutput | AdminSetUserSettingsCommandOutput | AdminUpdateAuthEventFeedbackCommandOutput | AdminUpdateDeviceStatusCommandOutput | AdminUpdateUserAttributesCommandOutput | AdminUserGlobalSignOutCommandOutput | AssociateSoftwareTokenCommandOutput | ChangePasswordCommandOutput | CompleteWebAuthnRegistrationCommandOutput | ConfirmDeviceCommandOutput | ConfirmForgotPasswordCommandOutput | ConfirmSignUpCommandOutput | CreateGroupCommandOutput | CreateIdentityProviderCommandOutput | CreateManagedLoginBrandingCommandOutput | CreateResourceServerCommandOutput | CreateTermsCommandOutput | CreateUserImportJobCommandOutput | CreateUserPoolClientCommandOutput | CreateUserPoolCommandOutput | CreateUserPoolDomainCommandOutput | CreateUserPoolReplicaCommandOutput | DeleteGroupCommandOutput | DeleteIdentityProviderCommandOutput | DeleteManagedLoginBrandingCommandOutput | DeleteResourceServerCommandOutput | DeleteTermsCommandOutput | DeleteUserAttributesCommandOutput | DeleteUserCommandOutput | DeleteUserPoolClientCommandOutput | DeleteUserPoolClientSecretCommandOutput | DeleteUserPoolCommandOutput | DeleteUserPoolDomainCommandOutput | DeleteUserPoolReplicaCommandOutput | DeleteWebAuthnCredentialCommandOutput | DescribeIdentityProviderCommandOutput | DescribeManagedLoginBrandingByClientCommandOutput | DescribeManagedLoginBrandingCommandOutput | DescribeResourceServerCommandOutput | DescribeRiskConfigurationCommandOutput | DescribeTermsCommandOutput | DescribeUserImportJobCommandOutput | DescribeUserPoolClientCommandOutput | DescribeUserPoolCommandOutput | DescribeUserPoolDomainCommandOutput | ForgetDeviceCommandOutput | ForgotPasswordCommandOutput | GetCSVHeaderCommandOutput | GetDeviceCommandOutput | GetGroupCommandOutput | GetIdentityProviderByIdentifierCommandOutput | GetLogDeliveryConfigurationCommandOutput | GetProvisionedLimitCommandOutput | GetSigningCertificateCommandOutput | GetTokensFromRefreshTokenCommandOutput | GetUICustomizationCommandOutput | GetUserAttributeVerificationCodeCommandOutput | GetUserAuthFactorsCommandOutput | GetUserCommandOutput | GetUserPoolMfaConfigCommandOutput | GlobalSignOutCommandOutput | InitiateAuthCommandOutput | ListDevicesCommandOutput | ListGroupsCommandOutput | ListIdentityProvidersCommandOutput | ListResourceServersCommandOutput | ListTagsForResourceCommandOutput | ListTermsCommandOutput | ListUserImportJobsCommandOutput | ListUserPoolClientSecretsCommandOutput | ListUserPoolClientsCommandOutput | ListUserPoolReplicasCommandOutput | ListUserPoolsCommandOutput | ListUsersCommandOutput | ListUsersInGroupCommandOutput | ListWebAuthnCredentialsCommandOutput | ResendConfirmationCodeCommandOutput | RespondToAuthChallengeCommandOutput | RevokeTokenCommandOutput | SetLogDeliveryConfigurationCommandOutput | SetRiskConfigurationCommandOutput | SetUICustomizationCommandOutput | SetUserMFAPreferenceCommandOutput | SetUserPoolMfaConfigCommandOutput | SetUserSettingsCommandOutput | SignUpCommandOutput | StartUserImportJobCommandOutput | StartWebAuthnRegistrationCommandOutput | StopUserImportJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAuthEventFeedbackCommandOutput | UpdateDeviceStatusCommandOutput | UpdateGroupCommandOutput | UpdateIdentityProviderCommandOutput | UpdateManagedLoginBrandingCommandOutput | UpdateProvisionedLimitCommandOutput | UpdateResourceServerCommandOutput | UpdateTermsCommandOutput | UpdateUserAttributesCommandOutput | UpdateUserPoolClientCommandOutput | UpdateUserPoolCommandOutput | UpdateUserPoolDomainCommandOutput | UpdateUserPoolReplicaCommandOutput | VerifySoftwareTokenCommandOutput | VerifyUserAttributeCommandOutput;
|
|
146
148
|
/**
|
|
147
149
|
* @public
|
|
148
150
|
*/
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./CognitoIdentityProviderClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
2
|
import type { AddCustomAttributesRequest, AddCustomAttributesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AddCustomAttributesCommandInput extends AddCustomAttributesRequ
|
|
|
22
19
|
export interface AddCustomAttributesCommandOutput extends AddCustomAttributesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AddCustomAttributesCommand_base: {
|
|
25
|
-
new (input: AddCustomAttributesCommandInput): import("@smithy/core/client").CommandImpl<AddCustomAttributesCommandInput, AddCustomAttributesCommandOutput, CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AddCustomAttributesCommandInput): import("@smithy/core/client").CommandImpl<AddCustomAttributesCommandInput, AddCustomAttributesCommandOutput, CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AddCustomAttributesCommandInput): import("@smithy/core/client").CommandImpl<AddCustomAttributesCommandInput, AddCustomAttributesCommandOutput, import("..").CognitoIdentityProviderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AddCustomAttributesCommandInput): import("@smithy/core/client").CommandImpl<AddCustomAttributesCommandInput, AddCustomAttributesCommandOutput, import("..").CognitoIdentityProviderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Adds additional user attributes to the user pool schema. Custom attributes can be
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
2
|
import type { AddUserPoolClientSecretRequest, AddUserPoolClientSecretResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AddUserPoolClientSecretCommandInput extends AddUserPoolClientSe
|
|
|
22
19
|
export interface AddUserPoolClientSecretCommandOutput extends AddUserPoolClientSecretResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AddUserPoolClientSecretCommand_base: {
|
|
25
|
-
new (input: AddUserPoolClientSecretCommandInput): import("@smithy/core/client").CommandImpl<AddUserPoolClientSecretCommandInput, AddUserPoolClientSecretCommandOutput, CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AddUserPoolClientSecretCommandInput): import("@smithy/core/client").CommandImpl<AddUserPoolClientSecretCommandInput, AddUserPoolClientSecretCommandOutput, CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AddUserPoolClientSecretCommandInput): import("@smithy/core/client").CommandImpl<AddUserPoolClientSecretCommandInput, AddUserPoolClientSecretCommandOutput, import("..").CognitoIdentityProviderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AddUserPoolClientSecretCommandInput): import("@smithy/core/client").CommandImpl<AddUserPoolClientSecretCommandInput, AddUserPoolClientSecretCommandOutput, import("..").CognitoIdentityProviderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new client secret for an existing confidential user pool app client. Supports up to 2 active secrets per app client for zero-downtime credential rotation workflows.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
2
|
import type { AdminAddUserToGroupRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AdminAddUserToGroupCommandInput extends AdminAddUserToGroupRequ
|
|
|
22
19
|
export interface AdminAddUserToGroupCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AdminAddUserToGroupCommand_base: {
|
|
25
|
-
new (input: AdminAddUserToGroupCommandInput): import("@smithy/core/client").CommandImpl<AdminAddUserToGroupCommandInput, AdminAddUserToGroupCommandOutput, CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AdminAddUserToGroupCommandInput): import("@smithy/core/client").CommandImpl<AdminAddUserToGroupCommandInput, AdminAddUserToGroupCommandOutput, CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AdminAddUserToGroupCommandInput): import("@smithy/core/client").CommandImpl<AdminAddUserToGroupCommandInput, AdminAddUserToGroupCommandOutput, import("..").CognitoIdentityProviderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AdminAddUserToGroupCommandInput): import("@smithy/core/client").CommandImpl<AdminAddUserToGroupCommandInput, AdminAddUserToGroupCommandOutput, import("..").CognitoIdentityProviderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Adds a user to a group. A user who is in a group can present a preferred-role claim to
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
2
|
import type { AdminConfirmSignUpRequest, AdminConfirmSignUpResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AdminConfirmSignUpCommandInput extends AdminConfirmSignUpReques
|
|
|
22
19
|
export interface AdminConfirmSignUpCommandOutput extends AdminConfirmSignUpResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AdminConfirmSignUpCommand_base: {
|
|
25
|
-
new (input: AdminConfirmSignUpCommandInput): import("@smithy/core/client").CommandImpl<AdminConfirmSignUpCommandInput, AdminConfirmSignUpCommandOutput, CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AdminConfirmSignUpCommandInput): import("@smithy/core/client").CommandImpl<AdminConfirmSignUpCommandInput, AdminConfirmSignUpCommandOutput, CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AdminConfirmSignUpCommandInput): import("@smithy/core/client").CommandImpl<AdminConfirmSignUpCommandInput, AdminConfirmSignUpCommandOutput, import("..").CognitoIdentityProviderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AdminConfirmSignUpCommandInput): import("@smithy/core/client").CommandImpl<AdminConfirmSignUpCommandInput, AdminConfirmSignUpCommandOutput, import("..").CognitoIdentityProviderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Confirms user sign-up as an administrator. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
2
|
import type { AdminCreateUserRequest, AdminCreateUserResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AdminCreateUserCommandInput extends AdminCreateUserRequest {
|
|
|
22
19
|
export interface AdminCreateUserCommandOutput extends AdminCreateUserResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AdminCreateUserCommand_base: {
|
|
25
|
-
new (input: AdminCreateUserCommandInput): import("@smithy/core/client").CommandImpl<AdminCreateUserCommandInput, AdminCreateUserCommandOutput, CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AdminCreateUserCommandInput): import("@smithy/core/client").CommandImpl<AdminCreateUserCommandInput, AdminCreateUserCommandOutput, CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AdminCreateUserCommandInput): import("@smithy/core/client").CommandImpl<AdminCreateUserCommandInput, AdminCreateUserCommandOutput, import("..").CognitoIdentityProviderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AdminCreateUserCommandInput): import("@smithy/core/client").CommandImpl<AdminCreateUserCommandInput, AdminCreateUserCommandOutput, import("..").CognitoIdentityProviderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new user in the specified user pool.</p>
|