@aws-sdk/client-cognito-identity-provider
Advanced tools
Comparing version 3.721.0 to 3.723.0
@@ -17,2 +17,3 @@ import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header"; | ||
export class CognitoIdentityProviderClient extends __Client { | ||
config; | ||
constructor(...[configuration]) { | ||
@@ -19,0 +20,0 @@ const _config_0 = __getRuntimeConfig(configuration || {}); |
@@ -21,2 +21,4 @@ import { SENSITIVE_STRING } from "@smithy/smithy-client"; | ||
export class InternalErrorException extends __BaseException { | ||
name = "InternalErrorException"; | ||
$fault = "server"; | ||
constructor(opts) { | ||
@@ -28,4 +30,2 @@ super({ | ||
}); | ||
this.name = "InternalErrorException"; | ||
this.$fault = "server"; | ||
Object.setPrototypeOf(this, InternalErrorException.prototype); | ||
@@ -35,2 +35,5 @@ } | ||
export class InvalidParameterException extends __BaseException { | ||
name = "InvalidParameterException"; | ||
$fault = "client"; | ||
reasonCode; | ||
constructor(opts) { | ||
@@ -42,4 +45,2 @@ super({ | ||
}); | ||
this.name = "InvalidParameterException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, InvalidParameterException.prototype); | ||
@@ -50,2 +51,4 @@ this.reasonCode = opts.reasonCode; | ||
export class NotAuthorizedException extends __BaseException { | ||
name = "NotAuthorizedException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -57,4 +60,2 @@ super({ | ||
}); | ||
this.name = "NotAuthorizedException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, NotAuthorizedException.prototype); | ||
@@ -64,2 +65,4 @@ } | ||
export class ResourceNotFoundException extends __BaseException { | ||
name = "ResourceNotFoundException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -71,4 +74,2 @@ super({ | ||
}); | ||
this.name = "ResourceNotFoundException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, ResourceNotFoundException.prototype); | ||
@@ -78,2 +79,4 @@ } | ||
export class TooManyRequestsException extends __BaseException { | ||
name = "TooManyRequestsException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -85,4 +88,2 @@ super({ | ||
}); | ||
this.name = "TooManyRequestsException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, TooManyRequestsException.prototype); | ||
@@ -92,2 +93,4 @@ } | ||
export class UserImportInProgressException extends __BaseException { | ||
name = "UserImportInProgressException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -99,4 +102,2 @@ super({ | ||
}); | ||
this.name = "UserImportInProgressException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, UserImportInProgressException.prototype); | ||
@@ -106,2 +107,4 @@ } | ||
export class UserNotFoundException extends __BaseException { | ||
name = "UserNotFoundException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -113,4 +116,2 @@ super({ | ||
}); | ||
this.name = "UserNotFoundException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, UserNotFoundException.prototype); | ||
@@ -120,2 +121,4 @@ } | ||
export class InvalidLambdaResponseException extends __BaseException { | ||
name = "InvalidLambdaResponseException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -127,4 +130,2 @@ super({ | ||
}); | ||
this.name = "InvalidLambdaResponseException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, InvalidLambdaResponseException.prototype); | ||
@@ -134,2 +135,4 @@ } | ||
export class LimitExceededException extends __BaseException { | ||
name = "LimitExceededException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -141,4 +144,2 @@ super({ | ||
}); | ||
this.name = "LimitExceededException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, LimitExceededException.prototype); | ||
@@ -148,2 +149,4 @@ } | ||
export class TooManyFailedAttemptsException extends __BaseException { | ||
name = "TooManyFailedAttemptsException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -155,4 +158,2 @@ super({ | ||
}); | ||
this.name = "TooManyFailedAttemptsException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, TooManyFailedAttemptsException.prototype); | ||
@@ -162,2 +163,4 @@ } | ||
export class UnexpectedLambdaException extends __BaseException { | ||
name = "UnexpectedLambdaException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -169,4 +172,2 @@ super({ | ||
}); | ||
this.name = "UnexpectedLambdaException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, UnexpectedLambdaException.prototype); | ||
@@ -176,2 +177,4 @@ } | ||
export class UserLambdaValidationException extends __BaseException { | ||
name = "UserLambdaValidationException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -183,4 +186,2 @@ super({ | ||
}); | ||
this.name = "UserLambdaValidationException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, UserLambdaValidationException.prototype); | ||
@@ -208,2 +209,4 @@ } | ||
export class CodeDeliveryFailureException extends __BaseException { | ||
name = "CodeDeliveryFailureException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -215,4 +218,2 @@ super({ | ||
}); | ||
this.name = "CodeDeliveryFailureException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, CodeDeliveryFailureException.prototype); | ||
@@ -222,2 +223,4 @@ } | ||
export class InvalidPasswordException extends __BaseException { | ||
name = "InvalidPasswordException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -229,4 +232,2 @@ super({ | ||
}); | ||
this.name = "InvalidPasswordException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, InvalidPasswordException.prototype); | ||
@@ -236,2 +237,4 @@ } | ||
export class InvalidSmsRoleAccessPolicyException extends __BaseException { | ||
name = "InvalidSmsRoleAccessPolicyException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -243,4 +246,2 @@ super({ | ||
}); | ||
this.name = "InvalidSmsRoleAccessPolicyException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, InvalidSmsRoleAccessPolicyException.prototype); | ||
@@ -250,2 +251,4 @@ } | ||
export class InvalidSmsRoleTrustRelationshipException extends __BaseException { | ||
name = "InvalidSmsRoleTrustRelationshipException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -257,4 +260,2 @@ super({ | ||
}); | ||
this.name = "InvalidSmsRoleTrustRelationshipException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, InvalidSmsRoleTrustRelationshipException.prototype); | ||
@@ -264,2 +265,4 @@ } | ||
export class PreconditionNotMetException extends __BaseException { | ||
name = "PreconditionNotMetException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -271,4 +274,2 @@ super({ | ||
}); | ||
this.name = "PreconditionNotMetException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, PreconditionNotMetException.prototype); | ||
@@ -278,2 +279,4 @@ } | ||
export class UnsupportedUserStateException extends __BaseException { | ||
name = "UnsupportedUserStateException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -285,4 +288,2 @@ super({ | ||
}); | ||
this.name = "UnsupportedUserStateException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, UnsupportedUserStateException.prototype); | ||
@@ -292,2 +293,4 @@ } | ||
export class UsernameExistsException extends __BaseException { | ||
name = "UsernameExistsException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -299,4 +302,2 @@ super({ | ||
}); | ||
this.name = "UsernameExistsException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, UsernameExistsException.prototype); | ||
@@ -306,2 +307,4 @@ } | ||
export class AliasExistsException extends __BaseException { | ||
name = "AliasExistsException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -313,4 +316,2 @@ super({ | ||
}); | ||
this.name = "AliasExistsException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, AliasExistsException.prototype); | ||
@@ -320,2 +321,4 @@ } | ||
export class InvalidUserPoolConfigurationException extends __BaseException { | ||
name = "InvalidUserPoolConfigurationException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -327,4 +330,2 @@ super({ | ||
}); | ||
this.name = "InvalidUserPoolConfigurationException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, InvalidUserPoolConfigurationException.prototype); | ||
@@ -362,2 +363,4 @@ } | ||
export class InvalidEmailRoleAccessPolicyException extends __BaseException { | ||
name = "InvalidEmailRoleAccessPolicyException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -369,4 +372,2 @@ super({ | ||
}); | ||
this.name = "InvalidEmailRoleAccessPolicyException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, InvalidEmailRoleAccessPolicyException.prototype); | ||
@@ -376,2 +377,4 @@ } | ||
export class MFAMethodNotFoundException extends __BaseException { | ||
name = "MFAMethodNotFoundException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -383,4 +386,2 @@ super({ | ||
}); | ||
this.name = "MFAMethodNotFoundException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, MFAMethodNotFoundException.prototype); | ||
@@ -390,2 +391,4 @@ } | ||
export class PasswordResetRequiredException extends __BaseException { | ||
name = "PasswordResetRequiredException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -397,4 +400,2 @@ super({ | ||
}); | ||
this.name = "PasswordResetRequiredException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, PasswordResetRequiredException.prototype); | ||
@@ -404,2 +405,4 @@ } | ||
export class UserNotConfirmedException extends __BaseException { | ||
name = "UserNotConfirmedException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -411,4 +414,2 @@ super({ | ||
}); | ||
this.name = "UserNotConfirmedException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, UserNotConfirmedException.prototype); | ||
@@ -452,2 +453,4 @@ } | ||
export class UserPoolAddOnNotEnabledException extends __BaseException { | ||
name = "UserPoolAddOnNotEnabledException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -459,4 +462,2 @@ super({ | ||
}); | ||
this.name = "UserPoolAddOnNotEnabledException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, UserPoolAddOnNotEnabledException.prototype); | ||
@@ -466,2 +467,4 @@ } | ||
export class CodeMismatchException extends __BaseException { | ||
name = "CodeMismatchException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -473,4 +476,2 @@ super({ | ||
}); | ||
this.name = "CodeMismatchException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, CodeMismatchException.prototype); | ||
@@ -480,2 +481,4 @@ } | ||
export class ExpiredCodeException extends __BaseException { | ||
name = "ExpiredCodeException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -487,4 +490,2 @@ super({ | ||
}); | ||
this.name = "ExpiredCodeException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, ExpiredCodeException.prototype); | ||
@@ -494,2 +495,4 @@ } | ||
export class PasswordHistoryPolicyViolationException extends __BaseException { | ||
name = "PasswordHistoryPolicyViolationException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -501,4 +504,2 @@ super({ | ||
}); | ||
this.name = "PasswordHistoryPolicyViolationException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, PasswordHistoryPolicyViolationException.prototype); | ||
@@ -508,2 +509,4 @@ } | ||
export class SoftwareTokenMFANotFoundException extends __BaseException { | ||
name = "SoftwareTokenMFANotFoundException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -515,4 +518,2 @@ super({ | ||
}); | ||
this.name = "SoftwareTokenMFANotFoundException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, SoftwareTokenMFANotFoundException.prototype); | ||
@@ -575,2 +576,4 @@ } | ||
export class ConcurrentModificationException extends __BaseException { | ||
name = "ConcurrentModificationException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -582,4 +585,2 @@ super({ | ||
}); | ||
this.name = "ConcurrentModificationException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, ConcurrentModificationException.prototype); | ||
@@ -589,2 +590,4 @@ } | ||
export class ForbiddenException extends __BaseException { | ||
name = "ForbiddenException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -596,4 +599,2 @@ super({ | ||
}); | ||
this.name = "ForbiddenException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, ForbiddenException.prototype); | ||
@@ -607,2 +608,4 @@ } | ||
export class WebAuthnChallengeNotFoundException extends __BaseException { | ||
name = "WebAuthnChallengeNotFoundException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -614,4 +617,2 @@ super({ | ||
}); | ||
this.name = "WebAuthnChallengeNotFoundException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, WebAuthnChallengeNotFoundException.prototype); | ||
@@ -621,2 +622,4 @@ } | ||
export class WebAuthnClientMismatchException extends __BaseException { | ||
name = "WebAuthnClientMismatchException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -628,4 +631,2 @@ super({ | ||
}); | ||
this.name = "WebAuthnClientMismatchException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, WebAuthnClientMismatchException.prototype); | ||
@@ -635,2 +636,4 @@ } | ||
export class WebAuthnCredentialNotSupportedException extends __BaseException { | ||
name = "WebAuthnCredentialNotSupportedException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -642,4 +645,2 @@ super({ | ||
}); | ||
this.name = "WebAuthnCredentialNotSupportedException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, WebAuthnCredentialNotSupportedException.prototype); | ||
@@ -649,2 +650,4 @@ } | ||
export class WebAuthnNotEnabledException extends __BaseException { | ||
name = "WebAuthnNotEnabledException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -656,4 +659,2 @@ super({ | ||
}); | ||
this.name = "WebAuthnNotEnabledException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, WebAuthnNotEnabledException.prototype); | ||
@@ -663,2 +664,4 @@ } | ||
export class WebAuthnOriginNotAllowedException extends __BaseException { | ||
name = "WebAuthnOriginNotAllowedException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -670,4 +673,2 @@ super({ | ||
}); | ||
this.name = "WebAuthnOriginNotAllowedException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, WebAuthnOriginNotAllowedException.prototype); | ||
@@ -677,2 +678,4 @@ } | ||
export class WebAuthnRelyingPartyMismatchException extends __BaseException { | ||
name = "WebAuthnRelyingPartyMismatchException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -684,4 +687,2 @@ super({ | ||
}); | ||
this.name = "WebAuthnRelyingPartyMismatchException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, WebAuthnRelyingPartyMismatchException.prototype); | ||
@@ -691,2 +692,4 @@ } | ||
export class GroupExistsException extends __BaseException { | ||
name = "GroupExistsException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -698,4 +701,2 @@ super({ | ||
}); | ||
this.name = "GroupExistsException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, GroupExistsException.prototype); | ||
@@ -713,2 +714,4 @@ } | ||
export class DuplicateProviderException extends __BaseException { | ||
name = "DuplicateProviderException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -720,4 +723,2 @@ super({ | ||
}); | ||
this.name = "DuplicateProviderException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, DuplicateProviderException.prototype); | ||
@@ -727,2 +728,4 @@ } | ||
export class ManagedLoginBrandingExistsException extends __BaseException { | ||
name = "ManagedLoginBrandingExistsException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -734,4 +737,2 @@ super({ | ||
}); | ||
this.name = "ManagedLoginBrandingExistsException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, ManagedLoginBrandingExistsException.prototype); | ||
@@ -791,2 +792,4 @@ } | ||
export class FeatureUnavailableInTierException extends __BaseException { | ||
name = "FeatureUnavailableInTierException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -798,4 +801,2 @@ super({ | ||
}); | ||
this.name = "FeatureUnavailableInTierException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, FeatureUnavailableInTierException.prototype); | ||
@@ -805,2 +806,4 @@ } | ||
export class TierChangeNotAllowedException extends __BaseException { | ||
name = "TierChangeNotAllowedException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -812,4 +815,2 @@ super({ | ||
}); | ||
this.name = "TierChangeNotAllowedException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, TierChangeNotAllowedException.prototype); | ||
@@ -819,2 +820,4 @@ } | ||
export class UserPoolTaggingException extends __BaseException { | ||
name = "UserPoolTaggingException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -826,4 +829,2 @@ super({ | ||
}); | ||
this.name = "UserPoolTaggingException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, UserPoolTaggingException.prototype); | ||
@@ -859,2 +860,4 @@ } | ||
export class InvalidOAuthFlowException extends __BaseException { | ||
name = "InvalidOAuthFlowException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -866,4 +869,2 @@ super({ | ||
}); | ||
this.name = "InvalidOAuthFlowException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, InvalidOAuthFlowException.prototype); | ||
@@ -873,2 +874,4 @@ } | ||
export class ScopeDoesNotExistException extends __BaseException { | ||
name = "ScopeDoesNotExistException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -880,4 +883,2 @@ super({ | ||
}); | ||
this.name = "ScopeDoesNotExistException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, ScopeDoesNotExistException.prototype); | ||
@@ -887,2 +888,4 @@ } | ||
export class UnsupportedIdentityProviderException extends __BaseException { | ||
name = "UnsupportedIdentityProviderException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -894,4 +897,2 @@ super({ | ||
}); | ||
this.name = "UnsupportedIdentityProviderException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, UnsupportedIdentityProviderException.prototype); | ||
@@ -898,0 +899,0 @@ } |
@@ -5,2 +5,4 @@ import { SENSITIVE_STRING } from "@smithy/smithy-client"; | ||
export class UnauthorizedException extends __BaseException { | ||
name = "UnauthorizedException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -12,4 +14,2 @@ super({ | ||
}); | ||
this.name = "UnauthorizedException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, UnauthorizedException.prototype); | ||
@@ -19,2 +19,4 @@ } | ||
export class UnsupportedOperationException extends __BaseException { | ||
name = "UnsupportedOperationException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -26,4 +28,2 @@ super({ | ||
}); | ||
this.name = "UnsupportedOperationException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, UnsupportedOperationException.prototype); | ||
@@ -33,2 +33,4 @@ } | ||
export class UnsupportedTokenTypeException extends __BaseException { | ||
name = "UnsupportedTokenTypeException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -40,4 +42,2 @@ super({ | ||
}); | ||
this.name = "UnsupportedTokenTypeException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, UnsupportedTokenTypeException.prototype); | ||
@@ -47,2 +47,4 @@ } | ||
export class WebAuthnConfigurationMissingException extends __BaseException { | ||
name = "WebAuthnConfigurationMissingException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -54,4 +56,2 @@ super({ | ||
}); | ||
this.name = "WebAuthnConfigurationMissingException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, WebAuthnConfigurationMissingException.prototype); | ||
@@ -61,2 +61,4 @@ } | ||
export class EnableSoftwareTokenMFAException extends __BaseException { | ||
name = "EnableSoftwareTokenMFAException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -68,4 +70,2 @@ super({ | ||
}); | ||
this.name = "EnableSoftwareTokenMFAException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, EnableSoftwareTokenMFAException.prototype); | ||
@@ -72,0 +72,0 @@ } |
@@ -10,3 +10,3 @@ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler"; | ||
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator; | ||
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider; | ||
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>); | ||
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>; | ||
@@ -13,0 +13,0 @@ maxAttempts: number | import("@smithy/types").Provider<number>; |
@@ -10,3 +10,3 @@ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler"; | ||
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator; | ||
credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>; | ||
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>); | ||
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>; | ||
@@ -13,0 +13,0 @@ maxAttempts: number | import("@smithy/types").Provider<number>; |
@@ -25,3 +25,3 @@ import { CognitoIdentityProviderClientConfig } from "./CognitoIdentityProviderClient"; | ||
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>; | ||
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider; | ||
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>); | ||
maxAttempts: number | import("@smithy/types").Provider<number>; | ||
@@ -35,3 +35,3 @@ retryMode: string | import("@smithy/types").Provider<string>; | ||
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined; | ||
endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined; | ||
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined; | ||
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: { | ||
@@ -38,0 +38,0 @@ logger?: import("@smithy/types").Logger | undefined; |
@@ -11,5 +11,7 @@ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler"; | ||
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator; | ||
credentialDefaultProvider: ( | ||
input: any | ||
) => import("@smithy/types").AwsCredentialIdentityProvider; | ||
credentialDefaultProvider: | ||
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ||
| (( | ||
_: unknown | ||
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>); | ||
defaultUserAgentProvider: ( | ||
@@ -16,0 +18,0 @@ config?: |
@@ -11,9 +11,11 @@ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler"; | ||
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator; | ||
credentialDefaultProvider: ( | ||
init?: | ||
| import("@aws-sdk/credential-provider-node").DefaultProviderInit | ||
| undefined | ||
) => import("@smithy/types").MemoizedProvider< | ||
import("@smithy/types").AwsCredentialIdentity | ||
>; | ||
credentialDefaultProvider: | ||
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ||
| (( | ||
init?: | ||
| import("@aws-sdk/credential-provider-node").DefaultProviderInit | ||
| undefined | ||
) => import("@smithy/types").MemoizedProvider< | ||
import("@smithy/types").AwsCredentialIdentity | ||
>); | ||
defaultUserAgentProvider: ( | ||
@@ -20,0 +22,0 @@ config?: |
@@ -33,5 +33,7 @@ import { CognitoIdentityProviderClientConfig } from "./CognitoIdentityProviderClient"; | ||
) => Promise<import("@smithy/types").UserAgent>; | ||
credentialDefaultProvider: ( | ||
input: any | ||
) => import("@smithy/types").AwsCredentialIdentityProvider; | ||
credentialDefaultProvider: | ||
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ||
| (( | ||
_: unknown | ||
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>); | ||
maxAttempts: number | import("@smithy/types").Provider<number>; | ||
@@ -56,7 +58,17 @@ retryMode: string | import("@smithy/types").Provider<string>; | ||
endpoint?: | ||
| string | ||
| import("@smithy/types").Endpoint | ||
| import("@smithy/types").Provider<import("@smithy/types").Endpoint> | ||
| import("@smithy/types").EndpointV2 | ||
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | ||
| (( | ||
| string | ||
| import("@smithy/types").Endpoint | ||
| import("@smithy/types").Provider<import("@smithy/types").Endpoint> | ||
| import("@smithy/types").EndpointV2 | ||
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | ||
) & | ||
( | ||
| string | ||
| import("@smithy/types").Provider<string> | ||
| import("@smithy/types").Endpoint | ||
| import("@smithy/types").Provider<import("@smithy/types").Endpoint> | ||
| import("@smithy/types").EndpointV2 | ||
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | ||
)) | ||
| undefined; | ||
@@ -63,0 +75,0 @@ endpointProvider: ( |
{ | ||
"name": "@aws-sdk/client-cognito-identity-provider", | ||
"description": "AWS SDK for JavaScript Cognito Identity Provider Client for Node.js, Browser and React Native", | ||
"version": "3.721.0", | ||
"version": "3.723.0", | ||
"scripts": { | ||
@@ -23,52 +23,52 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"@aws-crypto/sha256-js": "5.2.0", | ||
"@aws-sdk/client-sso-oidc": "3.721.0", | ||
"@aws-sdk/client-sts": "3.721.0", | ||
"@aws-sdk/core": "3.716.0", | ||
"@aws-sdk/credential-provider-node": "3.721.0", | ||
"@aws-sdk/middleware-host-header": "3.714.0", | ||
"@aws-sdk/middleware-logger": "3.714.0", | ||
"@aws-sdk/middleware-recursion-detection": "3.714.0", | ||
"@aws-sdk/middleware-user-agent": "3.721.0", | ||
"@aws-sdk/region-config-resolver": "3.714.0", | ||
"@aws-sdk/types": "3.714.0", | ||
"@aws-sdk/util-endpoints": "3.714.0", | ||
"@aws-sdk/util-user-agent-browser": "3.714.0", | ||
"@aws-sdk/util-user-agent-node": "3.721.0", | ||
"@smithy/config-resolver": "^3.0.13", | ||
"@smithy/core": "^2.5.5", | ||
"@smithy/fetch-http-handler": "^4.1.2", | ||
"@smithy/hash-node": "^3.0.11", | ||
"@smithy/invalid-dependency": "^3.0.11", | ||
"@smithy/middleware-content-length": "^3.0.13", | ||
"@smithy/middleware-endpoint": "^3.2.6", | ||
"@smithy/middleware-retry": "^3.0.31", | ||
"@smithy/middleware-serde": "^3.0.11", | ||
"@smithy/middleware-stack": "^3.0.11", | ||
"@smithy/node-config-provider": "^3.1.12", | ||
"@smithy/node-http-handler": "^3.3.2", | ||
"@smithy/protocol-http": "^4.1.8", | ||
"@smithy/smithy-client": "^3.5.1", | ||
"@smithy/types": "^3.7.2", | ||
"@smithy/url-parser": "^3.0.11", | ||
"@smithy/util-base64": "^3.0.0", | ||
"@smithy/util-body-length-browser": "^3.0.0", | ||
"@smithy/util-body-length-node": "^3.0.0", | ||
"@smithy/util-defaults-mode-browser": "^3.0.31", | ||
"@smithy/util-defaults-mode-node": "^3.0.31", | ||
"@smithy/util-endpoints": "^2.1.7", | ||
"@smithy/util-middleware": "^3.0.11", | ||
"@smithy/util-retry": "^3.0.11", | ||
"@smithy/util-utf8": "^3.0.0", | ||
"@aws-sdk/client-sso-oidc": "3.723.0", | ||
"@aws-sdk/client-sts": "3.723.0", | ||
"@aws-sdk/core": "3.723.0", | ||
"@aws-sdk/credential-provider-node": "3.723.0", | ||
"@aws-sdk/middleware-host-header": "3.723.0", | ||
"@aws-sdk/middleware-logger": "3.723.0", | ||
"@aws-sdk/middleware-recursion-detection": "3.723.0", | ||
"@aws-sdk/middleware-user-agent": "3.723.0", | ||
"@aws-sdk/region-config-resolver": "3.723.0", | ||
"@aws-sdk/types": "3.723.0", | ||
"@aws-sdk/util-endpoints": "3.723.0", | ||
"@aws-sdk/util-user-agent-browser": "3.723.0", | ||
"@aws-sdk/util-user-agent-node": "3.723.0", | ||
"@smithy/config-resolver": "^4.0.0", | ||
"@smithy/core": "^3.0.0", | ||
"@smithy/fetch-http-handler": "^5.0.0", | ||
"@smithy/hash-node": "^4.0.0", | ||
"@smithy/invalid-dependency": "^4.0.0", | ||
"@smithy/middleware-content-length": "^4.0.0", | ||
"@smithy/middleware-endpoint": "^4.0.0", | ||
"@smithy/middleware-retry": "^4.0.0", | ||
"@smithy/middleware-serde": "^4.0.0", | ||
"@smithy/middleware-stack": "^4.0.0", | ||
"@smithy/node-config-provider": "^4.0.0", | ||
"@smithy/node-http-handler": "^4.0.0", | ||
"@smithy/protocol-http": "^5.0.0", | ||
"@smithy/smithy-client": "^4.0.0", | ||
"@smithy/types": "^4.0.0", | ||
"@smithy/url-parser": "^4.0.0", | ||
"@smithy/util-base64": "^4.0.0", | ||
"@smithy/util-body-length-browser": "^4.0.0", | ||
"@smithy/util-body-length-node": "^4.0.0", | ||
"@smithy/util-defaults-mode-browser": "^4.0.0", | ||
"@smithy/util-defaults-mode-node": "^4.0.0", | ||
"@smithy/util-endpoints": "^3.0.0", | ||
"@smithy/util-middleware": "^4.0.0", | ||
"@smithy/util-retry": "^4.0.0", | ||
"@smithy/util-utf8": "^4.0.0", | ||
"tslib": "^2.6.2" | ||
}, | ||
"devDependencies": { | ||
"@tsconfig/node16": "16.1.3", | ||
"@types/node": "^16.18.96", | ||
"@tsconfig/node18": "18.2.4", | ||
"@types/node": "^18.19.69", | ||
"concurrently": "7.0.0", | ||
"downlevel-dts": "0.10.1", | ||
"rimraf": "3.0.2", | ||
"typescript": "~4.9.5" | ||
"typescript": "~5.2.2" | ||
}, | ||
"engines": { | ||
"node": ">=16.0.0" | ||
"node": ">=18.0.0" | ||
}, | ||
@@ -75,0 +75,0 @@ "typesVersions": { |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
60743
2841620
+ Added@aws-sdk/client-sso@3.723.0(transitive)
+ Added@aws-sdk/client-sso-oidc@3.723.0(transitive)
+ Added@aws-sdk/client-sts@3.723.0(transitive)
+ Added@aws-sdk/core@3.723.0(transitive)
+ Added@aws-sdk/credential-provider-env@3.723.0(transitive)
+ Added@aws-sdk/credential-provider-http@3.723.0(transitive)
+ Added@aws-sdk/credential-provider-ini@3.723.0(transitive)
+ Added@aws-sdk/credential-provider-node@3.723.0(transitive)
+ Added@aws-sdk/credential-provider-process@3.723.0(transitive)
+ Added@aws-sdk/credential-provider-sso@3.723.0(transitive)
+ Added@aws-sdk/credential-provider-web-identity@3.723.0(transitive)
+ Added@aws-sdk/middleware-host-header@3.723.0(transitive)
+ Added@aws-sdk/middleware-logger@3.723.0(transitive)
+ Added@aws-sdk/middleware-recursion-detection@3.723.0(transitive)
+ Added@aws-sdk/middleware-user-agent@3.723.0(transitive)
+ Added@aws-sdk/region-config-resolver@3.723.0(transitive)
+ Added@aws-sdk/token-providers@3.723.0(transitive)
+ Added@aws-sdk/types@3.723.0(transitive)
+ Added@aws-sdk/util-endpoints@3.723.0(transitive)
+ Added@aws-sdk/util-locate-window@3.723.0(transitive)
+ Added@aws-sdk/util-user-agent-browser@3.723.0(transitive)
+ Added@aws-sdk/util-user-agent-node@3.723.0(transitive)
+ Added@smithy/abort-controller@4.0.0(transitive)
+ Added@smithy/config-resolver@4.0.0(transitive)
+ Added@smithy/core@3.0.0(transitive)
+ Added@smithy/credential-provider-imds@4.0.0(transitive)
+ Added@smithy/fetch-http-handler@5.0.0(transitive)
+ Added@smithy/hash-node@4.0.0(transitive)
+ Added@smithy/invalid-dependency@4.0.0(transitive)
+ Added@smithy/is-array-buffer@4.0.0(transitive)
+ Added@smithy/middleware-content-length@4.0.0(transitive)
+ Added@smithy/middleware-endpoint@4.0.0(transitive)
+ Added@smithy/middleware-retry@4.0.0(transitive)
+ Added@smithy/middleware-serde@4.0.0(transitive)
+ Added@smithy/middleware-stack@4.0.0(transitive)
+ Added@smithy/node-config-provider@4.0.0(transitive)
+ Added@smithy/node-http-handler@4.0.0(transitive)
+ Added@smithy/property-provider@4.0.0(transitive)
+ Added@smithy/protocol-http@5.0.0(transitive)
+ Added@smithy/querystring-builder@4.0.0(transitive)
+ Added@smithy/querystring-parser@4.0.0(transitive)
+ Added@smithy/service-error-classification@4.0.0(transitive)
+ Added@smithy/shared-ini-file-loader@4.0.0(transitive)
+ Added@smithy/signature-v4@5.0.0(transitive)
+ Added@smithy/smithy-client@4.0.0(transitive)
+ Added@smithy/types@4.0.0(transitive)
+ Added@smithy/url-parser@4.0.0(transitive)
+ Added@smithy/util-base64@4.0.0(transitive)
+ Added@smithy/util-body-length-browser@4.0.0(transitive)
+ Added@smithy/util-body-length-node@4.0.0(transitive)
+ Added@smithy/util-buffer-from@4.0.0(transitive)
+ Added@smithy/util-config-provider@4.0.0(transitive)
+ Added@smithy/util-defaults-mode-browser@4.0.0(transitive)
+ Added@smithy/util-defaults-mode-node@4.0.0(transitive)
+ Added@smithy/util-endpoints@3.0.0(transitive)
+ Added@smithy/util-hex-encoding@4.0.0(transitive)
+ Added@smithy/util-middleware@4.0.0(transitive)
+ Added@smithy/util-retry@4.0.0(transitive)
+ Added@smithy/util-stream@4.0.0(transitive)
+ Added@smithy/util-uri-escape@4.0.0(transitive)
+ Added@smithy/util-utf8@4.0.0(transitive)
- Removed@aws-sdk/client-sso@3.721.0(transitive)
- Removed@aws-sdk/client-sso-oidc@3.721.0(transitive)
- Removed@aws-sdk/client-sts@3.721.0(transitive)
- Removed@aws-sdk/core@3.716.0(transitive)
- Removed@aws-sdk/credential-provider-env@3.716.0(transitive)
- Removed@aws-sdk/credential-provider-http@3.716.0(transitive)
- Removed@aws-sdk/credential-provider-ini@3.721.0(transitive)
- Removed@aws-sdk/credential-provider-node@3.721.0(transitive)
- Removed@aws-sdk/credential-provider-process@3.716.0(transitive)
- Removed@aws-sdk/credential-provider-sso@3.721.0(transitive)
- Removed@aws-sdk/credential-provider-web-identity@3.716.0(transitive)
- Removed@aws-sdk/middleware-host-header@3.714.0(transitive)
- Removed@aws-sdk/middleware-logger@3.714.0(transitive)
- Removed@aws-sdk/middleware-recursion-detection@3.714.0(transitive)
- Removed@aws-sdk/middleware-user-agent@3.721.0(transitive)
- Removed@aws-sdk/region-config-resolver@3.714.0(transitive)
- Removed@aws-sdk/token-providers@3.721.0(transitive)
- Removed@aws-sdk/types@3.714.0(transitive)
- Removed@aws-sdk/util-endpoints@3.714.0(transitive)
- Removed@aws-sdk/util-locate-window@3.693.0(transitive)
- Removed@aws-sdk/util-user-agent-browser@3.714.0(transitive)
- Removed@aws-sdk/util-user-agent-node@3.721.0(transitive)
- Removed@smithy/abort-controller@3.1.9(transitive)
- Removed@smithy/config-resolver@3.0.13(transitive)
- Removed@smithy/core@2.5.7(transitive)
- Removed@smithy/credential-provider-imds@3.2.8(transitive)
- Removed@smithy/fetch-http-handler@4.1.3(transitive)
- Removed@smithy/hash-node@3.0.11(transitive)
- Removed@smithy/invalid-dependency@3.0.11(transitive)
- Removed@smithy/is-array-buffer@3.0.0(transitive)
- Removed@smithy/middleware-content-length@3.0.13(transitive)
- Removed@smithy/middleware-endpoint@3.2.8(transitive)
- Removed@smithy/middleware-retry@3.0.34(transitive)
- Removed@smithy/middleware-serde@3.0.11(transitive)
- Removed@smithy/middleware-stack@3.0.11(transitive)
- Removed@smithy/node-config-provider@3.1.12(transitive)
- Removed@smithy/node-http-handler@3.3.3(transitive)
- Removed@smithy/property-provider@3.1.11(transitive)
- Removed@smithy/protocol-http@4.1.8(transitive)
- Removed@smithy/querystring-builder@3.0.11(transitive)
- Removed@smithy/querystring-parser@3.0.11(transitive)
- Removed@smithy/service-error-classification@3.0.11(transitive)
- Removed@smithy/shared-ini-file-loader@3.1.12(transitive)
- Removed@smithy/signature-v4@4.2.4(transitive)
- Removed@smithy/smithy-client@3.7.0(transitive)
- Removed@smithy/types@3.7.2(transitive)
- Removed@smithy/url-parser@3.0.11(transitive)
- Removed@smithy/util-base64@3.0.0(transitive)
- Removed@smithy/util-body-length-browser@3.0.0(transitive)
- Removed@smithy/util-body-length-node@3.0.0(transitive)
- Removed@smithy/util-buffer-from@3.0.0(transitive)
- Removed@smithy/util-config-provider@3.0.0(transitive)
- Removed@smithy/util-defaults-mode-browser@3.0.34(transitive)
- Removed@smithy/util-defaults-mode-node@3.0.34(transitive)
- Removed@smithy/util-endpoints@2.1.7(transitive)
- Removed@smithy/util-hex-encoding@3.0.0(transitive)
- Removed@smithy/util-middleware@3.0.11(transitive)
- Removed@smithy/util-retry@3.0.11(transitive)
- Removed@smithy/util-stream@3.3.4(transitive)
- Removed@smithy/util-uri-escape@3.0.0(transitive)
- Removed@smithy/util-utf8@3.0.0(transitive)
Updated@aws-sdk/client-sts@3.723.0
Updated@aws-sdk/core@3.723.0
Updated@aws-sdk/types@3.723.0
Updated@smithy/core@^3.0.0
Updated@smithy/hash-node@^4.0.0
Updated@smithy/protocol-http@^5.0.0
Updated@smithy/smithy-client@^4.0.0
Updated@smithy/types@^4.0.0
Updated@smithy/url-parser@^4.0.0
Updated@smithy/util-base64@^4.0.0
Updated@smithy/util-retry@^4.0.0
Updated@smithy/util-utf8@^4.0.0