@aws-sdk/client-kms
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 KMSClient extends __Client { | ||
config; | ||
constructor(...[configuration]) { | ||
@@ -19,0 +20,0 @@ const _config_0 = __getRuntimeConfig(configuration || {}); |
@@ -12,2 +12,4 @@ import { SENSITIVE_STRING } from "@smithy/smithy-client"; | ||
export class AlreadyExistsException extends __BaseException { | ||
name = "AlreadyExistsException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -19,4 +21,2 @@ super({ | ||
}); | ||
this.name = "AlreadyExistsException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, AlreadyExistsException.prototype); | ||
@@ -26,2 +26,4 @@ } | ||
export class DependencyTimeoutException extends __BaseException { | ||
name = "DependencyTimeoutException"; | ||
$fault = "server"; | ||
constructor(opts) { | ||
@@ -33,4 +35,2 @@ super({ | ||
}); | ||
this.name = "DependencyTimeoutException"; | ||
this.$fault = "server"; | ||
Object.setPrototypeOf(this, DependencyTimeoutException.prototype); | ||
@@ -40,2 +40,4 @@ } | ||
export class InvalidArnException extends __BaseException { | ||
name = "InvalidArnException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -47,4 +49,2 @@ super({ | ||
}); | ||
this.name = "InvalidArnException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, InvalidArnException.prototype); | ||
@@ -54,2 +54,4 @@ } | ||
export class KMSInternalException extends __BaseException { | ||
name = "KMSInternalException"; | ||
$fault = "server"; | ||
constructor(opts) { | ||
@@ -61,4 +63,2 @@ super({ | ||
}); | ||
this.name = "KMSInternalException"; | ||
this.$fault = "server"; | ||
Object.setPrototypeOf(this, KMSInternalException.prototype); | ||
@@ -68,2 +68,4 @@ } | ||
export class KMSInvalidStateException extends __BaseException { | ||
name = "KMSInvalidStateException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -75,4 +77,2 @@ super({ | ||
}); | ||
this.name = "KMSInvalidStateException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, KMSInvalidStateException.prototype); | ||
@@ -82,2 +82,4 @@ } | ||
export class NotFoundException extends __BaseException { | ||
name = "NotFoundException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -89,4 +91,2 @@ super({ | ||
}); | ||
this.name = "NotFoundException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, NotFoundException.prototype); | ||
@@ -96,2 +96,4 @@ } | ||
export class CloudHsmClusterInUseException extends __BaseException { | ||
name = "CloudHsmClusterInUseException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -103,4 +105,2 @@ super({ | ||
}); | ||
this.name = "CloudHsmClusterInUseException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, CloudHsmClusterInUseException.prototype); | ||
@@ -110,2 +110,4 @@ } | ||
export class CloudHsmClusterInvalidConfigurationException extends __BaseException { | ||
name = "CloudHsmClusterInvalidConfigurationException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -117,4 +119,2 @@ super({ | ||
}); | ||
this.name = "CloudHsmClusterInvalidConfigurationException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, CloudHsmClusterInvalidConfigurationException.prototype); | ||
@@ -124,2 +124,4 @@ } | ||
export class CloudHsmClusterNotActiveException extends __BaseException { | ||
name = "CloudHsmClusterNotActiveException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -131,4 +133,2 @@ super({ | ||
}); | ||
this.name = "CloudHsmClusterNotActiveException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, CloudHsmClusterNotActiveException.prototype); | ||
@@ -138,2 +138,4 @@ } | ||
export class CloudHsmClusterNotFoundException extends __BaseException { | ||
name = "CloudHsmClusterNotFoundException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -145,4 +147,2 @@ super({ | ||
}); | ||
this.name = "CloudHsmClusterNotFoundException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, CloudHsmClusterNotFoundException.prototype); | ||
@@ -152,2 +152,4 @@ } | ||
export class CloudHsmClusterNotRelatedException extends __BaseException { | ||
name = "CloudHsmClusterNotRelatedException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -159,4 +161,2 @@ super({ | ||
}); | ||
this.name = "CloudHsmClusterNotRelatedException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, CloudHsmClusterNotRelatedException.prototype); | ||
@@ -166,2 +166,4 @@ } | ||
export class ConflictException extends __BaseException { | ||
name = "ConflictException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -173,4 +175,2 @@ super({ | ||
}); | ||
this.name = "ConflictException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, ConflictException.prototype); | ||
@@ -180,2 +180,4 @@ } | ||
export class CustomKeyStoreInvalidStateException extends __BaseException { | ||
name = "CustomKeyStoreInvalidStateException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -187,4 +189,2 @@ super({ | ||
}); | ||
this.name = "CustomKeyStoreInvalidStateException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, CustomKeyStoreInvalidStateException.prototype); | ||
@@ -194,2 +194,4 @@ } | ||
export class CustomKeyStoreNotFoundException extends __BaseException { | ||
name = "CustomKeyStoreNotFoundException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -201,4 +203,2 @@ super({ | ||
}); | ||
this.name = "CustomKeyStoreNotFoundException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, CustomKeyStoreNotFoundException.prototype); | ||
@@ -235,2 +235,4 @@ } | ||
export class InvalidAliasNameException extends __BaseException { | ||
name = "InvalidAliasNameException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -242,4 +244,2 @@ super({ | ||
}); | ||
this.name = "InvalidAliasNameException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, InvalidAliasNameException.prototype); | ||
@@ -249,2 +249,4 @@ } | ||
export class LimitExceededException extends __BaseException { | ||
name = "LimitExceededException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -256,4 +258,2 @@ super({ | ||
}); | ||
this.name = "LimitExceededException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, LimitExceededException.prototype); | ||
@@ -271,2 +271,4 @@ } | ||
export class CustomKeyStoreNameInUseException extends __BaseException { | ||
name = "CustomKeyStoreNameInUseException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -278,4 +280,2 @@ super({ | ||
}); | ||
this.name = "CustomKeyStoreNameInUseException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, CustomKeyStoreNameInUseException.prototype); | ||
@@ -285,2 +285,4 @@ } | ||
export class IncorrectTrustAnchorException extends __BaseException { | ||
name = "IncorrectTrustAnchorException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -292,4 +294,2 @@ super({ | ||
}); | ||
this.name = "IncorrectTrustAnchorException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, IncorrectTrustAnchorException.prototype); | ||
@@ -299,2 +299,4 @@ } | ||
export class XksProxyIncorrectAuthenticationCredentialException extends __BaseException { | ||
name = "XksProxyIncorrectAuthenticationCredentialException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -306,4 +308,2 @@ super({ | ||
}); | ||
this.name = "XksProxyIncorrectAuthenticationCredentialException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, XksProxyIncorrectAuthenticationCredentialException.prototype); | ||
@@ -313,2 +313,4 @@ } | ||
export class XksProxyInvalidConfigurationException extends __BaseException { | ||
name = "XksProxyInvalidConfigurationException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -320,4 +322,2 @@ super({ | ||
}); | ||
this.name = "XksProxyInvalidConfigurationException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, XksProxyInvalidConfigurationException.prototype); | ||
@@ -327,2 +327,4 @@ } | ||
export class XksProxyInvalidResponseException extends __BaseException { | ||
name = "XksProxyInvalidResponseException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -334,4 +336,2 @@ super({ | ||
}); | ||
this.name = "XksProxyInvalidResponseException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, XksProxyInvalidResponseException.prototype); | ||
@@ -341,2 +341,4 @@ } | ||
export class XksProxyUriEndpointInUseException extends __BaseException { | ||
name = "XksProxyUriEndpointInUseException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -348,4 +350,2 @@ super({ | ||
}); | ||
this.name = "XksProxyUriEndpointInUseException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, XksProxyUriEndpointInUseException.prototype); | ||
@@ -355,2 +355,4 @@ } | ||
export class XksProxyUriInUseException extends __BaseException { | ||
name = "XksProxyUriInUseException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -362,4 +364,2 @@ super({ | ||
}); | ||
this.name = "XksProxyUriInUseException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, XksProxyUriInUseException.prototype); | ||
@@ -369,2 +369,4 @@ } | ||
export class XksProxyUriUnreachableException extends __BaseException { | ||
name = "XksProxyUriUnreachableException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -376,4 +378,2 @@ super({ | ||
}); | ||
this.name = "XksProxyUriUnreachableException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, XksProxyUriUnreachableException.prototype); | ||
@@ -383,2 +383,4 @@ } | ||
export class XksProxyVpcEndpointServiceInUseException extends __BaseException { | ||
name = "XksProxyVpcEndpointServiceInUseException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -390,4 +392,2 @@ super({ | ||
}); | ||
this.name = "XksProxyVpcEndpointServiceInUseException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, XksProxyVpcEndpointServiceInUseException.prototype); | ||
@@ -397,2 +397,4 @@ } | ||
export class XksProxyVpcEndpointServiceInvalidConfigurationException extends __BaseException { | ||
name = "XksProxyVpcEndpointServiceInvalidConfigurationException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -404,4 +406,2 @@ super({ | ||
}); | ||
this.name = "XksProxyVpcEndpointServiceInvalidConfigurationException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, XksProxyVpcEndpointServiceInvalidConfigurationException.prototype); | ||
@@ -411,2 +411,4 @@ } | ||
export class XksProxyVpcEndpointServiceNotFoundException extends __BaseException { | ||
name = "XksProxyVpcEndpointServiceNotFoundException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -418,4 +420,2 @@ super({ | ||
}); | ||
this.name = "XksProxyVpcEndpointServiceNotFoundException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, XksProxyVpcEndpointServiceNotFoundException.prototype); | ||
@@ -444,2 +444,4 @@ } | ||
export class DisabledException extends __BaseException { | ||
name = "DisabledException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -451,4 +453,2 @@ super({ | ||
}); | ||
this.name = "DisabledException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, DisabledException.prototype); | ||
@@ -458,2 +458,4 @@ } | ||
export class DryRunOperationException extends __BaseException { | ||
name = "DryRunOperationException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -465,4 +467,2 @@ super({ | ||
}); | ||
this.name = "DryRunOperationException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, DryRunOperationException.prototype); | ||
@@ -472,2 +472,4 @@ } | ||
export class InvalidGrantTokenException extends __BaseException { | ||
name = "InvalidGrantTokenException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -479,4 +481,2 @@ super({ | ||
}); | ||
this.name = "InvalidGrantTokenException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, InvalidGrantTokenException.prototype); | ||
@@ -577,2 +577,4 @@ } | ||
export class MalformedPolicyDocumentException extends __BaseException { | ||
name = "MalformedPolicyDocumentException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -584,4 +586,2 @@ super({ | ||
}); | ||
this.name = "MalformedPolicyDocumentException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, MalformedPolicyDocumentException.prototype); | ||
@@ -591,2 +591,4 @@ } | ||
export class TagException extends __BaseException { | ||
name = "TagException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -598,4 +600,2 @@ super({ | ||
}); | ||
this.name = "TagException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, TagException.prototype); | ||
@@ -605,2 +605,4 @@ } | ||
export class UnsupportedOperationException extends __BaseException { | ||
name = "UnsupportedOperationException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -612,4 +614,2 @@ super({ | ||
}); | ||
this.name = "UnsupportedOperationException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, UnsupportedOperationException.prototype); | ||
@@ -619,2 +619,4 @@ } | ||
export class XksKeyAlreadyInUseException extends __BaseException { | ||
name = "XksKeyAlreadyInUseException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -626,4 +628,2 @@ super({ | ||
}); | ||
this.name = "XksKeyAlreadyInUseException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, XksKeyAlreadyInUseException.prototype); | ||
@@ -633,2 +633,4 @@ } | ||
export class XksKeyInvalidConfigurationException extends __BaseException { | ||
name = "XksKeyInvalidConfigurationException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -640,4 +642,2 @@ super({ | ||
}); | ||
this.name = "XksKeyInvalidConfigurationException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, XksKeyInvalidConfigurationException.prototype); | ||
@@ -647,2 +647,4 @@ } | ||
export class XksKeyNotFoundException extends __BaseException { | ||
name = "XksKeyNotFoundException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -654,4 +656,2 @@ super({ | ||
}); | ||
this.name = "XksKeyNotFoundException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, XksKeyNotFoundException.prototype); | ||
@@ -661,2 +661,4 @@ } | ||
export class CustomKeyStoreHasCMKsException extends __BaseException { | ||
name = "CustomKeyStoreHasCMKsException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -668,4 +670,2 @@ super({ | ||
}); | ||
this.name = "CustomKeyStoreHasCMKsException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, CustomKeyStoreHasCMKsException.prototype); | ||
@@ -692,2 +692,4 @@ } | ||
export class IncorrectKeyException extends __BaseException { | ||
name = "IncorrectKeyException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -699,4 +701,2 @@ super({ | ||
}); | ||
this.name = "IncorrectKeyException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, IncorrectKeyException.prototype); | ||
@@ -706,2 +706,4 @@ } | ||
export class InvalidCiphertextException extends __BaseException { | ||
name = "InvalidCiphertextException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -713,4 +715,2 @@ super({ | ||
}); | ||
this.name = "InvalidCiphertextException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, InvalidCiphertextException.prototype); | ||
@@ -720,2 +720,4 @@ } | ||
export class InvalidKeyUsageException extends __BaseException { | ||
name = "InvalidKeyUsageException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -727,4 +729,2 @@ super({ | ||
}); | ||
this.name = "InvalidKeyUsageException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, InvalidKeyUsageException.prototype); | ||
@@ -734,2 +734,4 @@ } | ||
export class KeyUnavailableException extends __BaseException { | ||
name = "KeyUnavailableException"; | ||
$fault = "server"; | ||
constructor(opts) { | ||
@@ -741,4 +743,2 @@ super({ | ||
}); | ||
this.name = "KeyUnavailableException"; | ||
this.$fault = "server"; | ||
Object.setPrototypeOf(this, KeyUnavailableException.prototype); | ||
@@ -748,2 +748,4 @@ } | ||
export class InvalidMarkerException extends __BaseException { | ||
name = "InvalidMarkerException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -755,4 +757,2 @@ super({ | ||
}); | ||
this.name = "InvalidMarkerException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, InvalidMarkerException.prototype); | ||
@@ -762,2 +762,4 @@ } | ||
export class ExpiredImportTokenException extends __BaseException { | ||
name = "ExpiredImportTokenException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -769,4 +771,2 @@ super({ | ||
}); | ||
this.name = "ExpiredImportTokenException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, ExpiredImportTokenException.prototype); | ||
@@ -782,2 +782,4 @@ } | ||
export class IncorrectKeyMaterialException extends __BaseException { | ||
name = "IncorrectKeyMaterialException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -789,4 +791,2 @@ super({ | ||
}); | ||
this.name = "IncorrectKeyMaterialException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, IncorrectKeyMaterialException.prototype); | ||
@@ -796,2 +796,4 @@ } | ||
export class InvalidImportTokenException extends __BaseException { | ||
name = "InvalidImportTokenException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -803,4 +805,2 @@ super({ | ||
}); | ||
this.name = "InvalidImportTokenException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, InvalidImportTokenException.prototype); | ||
@@ -810,2 +810,4 @@ } | ||
export class InvalidGrantIdException extends __BaseException { | ||
name = "InvalidGrantIdException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -817,4 +819,2 @@ super({ | ||
}); | ||
this.name = "InvalidGrantIdException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, InvalidGrantIdException.prototype); | ||
@@ -824,2 +824,4 @@ } | ||
export class KMSInvalidMacException extends __BaseException { | ||
name = "KMSInvalidMacException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -831,4 +833,2 @@ super({ | ||
}); | ||
this.name = "KMSInvalidMacException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, KMSInvalidMacException.prototype); | ||
@@ -838,2 +838,4 @@ } | ||
export class KMSInvalidSignatureException extends __BaseException { | ||
name = "KMSInvalidSignatureException"; | ||
$fault = "client"; | ||
constructor(opts) { | ||
@@ -845,4 +847,2 @@ super({ | ||
}); | ||
this.name = "KMSInvalidSignatureException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, KMSInvalidSignatureException.prototype); | ||
@@ -849,0 +849,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 { KMSClientConfig } from "./KMSClient"; | ||
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; |
@@ -9,5 +9,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: ( | ||
@@ -14,0 +16,0 @@ config?: |
@@ -9,9 +9,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: ( | ||
@@ -18,0 +20,0 @@ config?: |
@@ -31,5 +31,7 @@ import { KMSClientConfig } from "./KMSClient"; | ||
) => 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>; | ||
@@ -54,7 +56,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; | ||
@@ -61,0 +73,0 @@ endpointProvider: ( |
{ | ||
"name": "@aws-sdk/client-kms", | ||
"description": "AWS SDK for JavaScript Kms 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
35449
1685835
+ 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-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-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