@aws-sdk/client-cognito-identity-provider 3.1086.0 → 3.1088.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/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/CognitoIdentityProvider.d.ts +410 -482
- package/dist-types/ts3.4/CognitoIdentityProviderClient.d.ts +22 -83
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AddCustomAttributesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/AddUserPoolClientSecretCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AdminAddUserToGroupCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/AdminConfirmSignUpCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/AdminCreateUserCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/AdminDeleteUserAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AdminDeleteUserCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/AdminDisableProviderForUserCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AdminDisableUserCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/AdminEnableUserCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/AdminForgetDeviceCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/AdminGetDeviceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/AdminGetUserCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/AdminInitiateAuthCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/AdminLinkProviderForUserCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AdminListDevicesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/AdminListGroupsForUserCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/AdminListUserAuthEventsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AdminRemoveUserFromGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AdminResetUserPasswordCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/AdminRespondToAuthChallengeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AdminSetUserMFAPreferenceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AdminSetUserPasswordCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/AdminSetUserSettingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AdminUpdateDeviceStatusCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AdminUpdateUserAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AdminUserGlobalSignOutCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/AssociateSoftwareTokenCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CompleteWebAuthnRegistrationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ConfirmDeviceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ConfirmForgotPasswordCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ConfirmSignUpCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateManagedLoginBrandingCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateResourceServerCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTermsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateUserImportJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateUserPoolClientCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateUserPoolCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateUserPoolDomainCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateUserPoolReplicaCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteManagedLoginBrandingCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteResourceServerCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteTermsCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteUserAttributesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteUserPoolClientCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteUserPoolClientSecretCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteUserPoolCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteUserPoolDomainCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteUserPoolReplicaCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteWebAuthnCredentialCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeIdentityProviderCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeManagedLoginBrandingByClientCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeManagedLoginBrandingCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeResourceServerCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeRiskConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeTermsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeUserImportJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeUserPoolClientCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeUserPoolCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeUserPoolDomainCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ForgetDeviceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/ForgotPasswordCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetCSVHeaderCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetIdentityProviderByIdentifierCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetLogDeliveryConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetProvisionedLimitCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSigningCertificateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetTokensFromRefreshTokenCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetUICustomizationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetUserAttributeVerificationCodeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetUserAuthFactorsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetUserPoolMfaConfigCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GlobalSignOutCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/InitiateAuthCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListResourceServersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTermsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListUserImportJobsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListUserPoolClientSecretsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListUserPoolClientsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListUserPoolReplicasCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListUserPoolsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListUsersInGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListWebAuthnCredentialsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ResendConfirmationCodeCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RespondToAuthChallengeCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RevokeTokenCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/SetLogDeliveryConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SetRiskConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SetUICustomizationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SetUserMFAPreferenceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SetUserPoolMfaConfigCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SetUserSettingsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/SignUpCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/StartUserImportJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartWebAuthnRegistrationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StopUserImportJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAuthEventFeedbackCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateDeviceStatusCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateManagedLoginBrandingCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateProvisionedLimitCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateResourceServerCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateTermsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateUserAttributesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateUserPoolClientCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateUserPoolCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateUserPoolDomainCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateUserPoolReplicaCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/VerifySoftwareTokenCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/VerifyUserAttributeCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +26 -52
- package/dist-types/ts3.4/models/errors.d.ts +58 -222
- package/dist-types/ts3.4/models/models_0.d.ts +6 -18
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -33
- package/dist-types/ts3.4/runtimeConfig.d.ts +13 -27
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -33
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -12
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39
package/dist-cjs/index.js
CHANGED