@aws-sdk/client-connect-contact-lens
Advanced tools
Comparing version 3.721.0 to 3.723.0
@@ -138,3 +138,10 @@ "use strict"; | ||
// src/ConnectContactLensClient.ts | ||
var _ConnectContactLensClient = class _ConnectContactLensClient extends import_smithy_client.Client { | ||
var ConnectContactLensClient = class extends import_smithy_client.Client { | ||
static { | ||
__name(this, "ConnectContactLensClient"); | ||
} | ||
/** | ||
* The resolved configuration of ConnectContactLensClient class. This is resolved and normalized from the {@link ConnectContactLensClientConfig | constructor configuration interface}. | ||
*/ | ||
config; | ||
constructor(...[configuration]) { | ||
@@ -149,3 +156,3 @@ const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {}); | ||
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6); | ||
const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []); | ||
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []); | ||
super(_config_8); | ||
@@ -178,4 +185,2 @@ this.config = _config_8; | ||
}; | ||
__name(_ConnectContactLensClient, "ConnectContactLensClient"); | ||
var ConnectContactLensClient = _ConnectContactLensClient; | ||
@@ -197,3 +202,6 @@ // src/ConnectContactLens.ts | ||
var _ConnectContactLensServiceException = class _ConnectContactLensServiceException extends import_smithy_client.ServiceException { | ||
var ConnectContactLensServiceException = class _ConnectContactLensServiceException extends import_smithy_client.ServiceException { | ||
static { | ||
__name(this, "ConnectContactLensServiceException"); | ||
} | ||
/** | ||
@@ -207,7 +215,11 @@ * @internal | ||
}; | ||
__name(_ConnectContactLensServiceException, "ConnectContactLensServiceException"); | ||
var ConnectContactLensServiceException = _ConnectContactLensServiceException; | ||
// src/models/models_0.ts | ||
var _AccessDeniedException = class _AccessDeniedException extends ConnectContactLensServiceException { | ||
var AccessDeniedException = class _AccessDeniedException extends ConnectContactLensServiceException { | ||
static { | ||
__name(this, "AccessDeniedException"); | ||
} | ||
name = "AccessDeniedException"; | ||
$fault = "client"; | ||
Message; | ||
/** | ||
@@ -222,4 +234,2 @@ * @internal | ||
}); | ||
this.name = "AccessDeniedException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, _AccessDeniedException.prototype); | ||
@@ -229,5 +239,9 @@ this.Message = opts.Message; | ||
}; | ||
__name(_AccessDeniedException, "AccessDeniedException"); | ||
var AccessDeniedException = _AccessDeniedException; | ||
var _InternalServiceException = class _InternalServiceException extends ConnectContactLensServiceException { | ||
var InternalServiceException = class _InternalServiceException extends ConnectContactLensServiceException { | ||
static { | ||
__name(this, "InternalServiceException"); | ||
} | ||
name = "InternalServiceException"; | ||
$fault = "server"; | ||
Message; | ||
/** | ||
@@ -242,4 +256,2 @@ * @internal | ||
}); | ||
this.name = "InternalServiceException"; | ||
this.$fault = "server"; | ||
Object.setPrototypeOf(this, _InternalServiceException.prototype); | ||
@@ -249,5 +261,9 @@ this.Message = opts.Message; | ||
}; | ||
__name(_InternalServiceException, "InternalServiceException"); | ||
var InternalServiceException = _InternalServiceException; | ||
var _InvalidRequestException = class _InvalidRequestException extends ConnectContactLensServiceException { | ||
var InvalidRequestException = class _InvalidRequestException extends ConnectContactLensServiceException { | ||
static { | ||
__name(this, "InvalidRequestException"); | ||
} | ||
name = "InvalidRequestException"; | ||
$fault = "client"; | ||
Message; | ||
/** | ||
@@ -262,4 +278,2 @@ * @internal | ||
}); | ||
this.name = "InvalidRequestException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, _InvalidRequestException.prototype); | ||
@@ -269,4 +283,2 @@ this.Message = opts.Message; | ||
}; | ||
__name(_InvalidRequestException, "InvalidRequestException"); | ||
var InvalidRequestException = _InvalidRequestException; | ||
var PostContactSummaryFailureCode = { | ||
@@ -288,3 +300,9 @@ FAILED_SAFETY_GUIDELINES: "FAILED_SAFETY_GUIDELINES", | ||
}; | ||
var _ResourceNotFoundException = class _ResourceNotFoundException extends ConnectContactLensServiceException { | ||
var ResourceNotFoundException = class _ResourceNotFoundException extends ConnectContactLensServiceException { | ||
static { | ||
__name(this, "ResourceNotFoundException"); | ||
} | ||
name = "ResourceNotFoundException"; | ||
$fault = "client"; | ||
Message; | ||
/** | ||
@@ -299,4 +317,2 @@ * @internal | ||
}); | ||
this.name = "ResourceNotFoundException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype); | ||
@@ -306,5 +322,9 @@ this.Message = opts.Message; | ||
}; | ||
__name(_ResourceNotFoundException, "ResourceNotFoundException"); | ||
var ResourceNotFoundException = _ResourceNotFoundException; | ||
var _ThrottlingException = class _ThrottlingException extends ConnectContactLensServiceException { | ||
var ThrottlingException = class _ThrottlingException extends ConnectContactLensServiceException { | ||
static { | ||
__name(this, "ThrottlingException"); | ||
} | ||
name = "ThrottlingException"; | ||
$fault = "client"; | ||
Message; | ||
/** | ||
@@ -319,4 +339,2 @@ * @internal | ||
}); | ||
this.name = "ThrottlingException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, _ThrottlingException.prototype); | ||
@@ -326,4 +344,2 @@ this.Message = opts.Message; | ||
}; | ||
__name(_ThrottlingException, "ThrottlingException"); | ||
var ThrottlingException = _ThrottlingException; | ||
@@ -469,3 +485,3 @@ // src/protocols/Aws_restJson1.ts | ||
// src/commands/ListRealtimeContactAnalysisSegmentsCommand.ts | ||
var _ListRealtimeContactAnalysisSegmentsCommand = class _ListRealtimeContactAnalysisSegmentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { | ||
var ListRealtimeContactAnalysisSegmentsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { | ||
return [ | ||
@@ -476,5 +492,6 @@ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), | ||
}).s("AmazonConnectContactLens", "ListRealtimeContactAnalysisSegments", {}).n("ConnectContactLensClient", "ListRealtimeContactAnalysisSegmentsCommand").f(void 0, void 0).ser(se_ListRealtimeContactAnalysisSegmentsCommand).de(de_ListRealtimeContactAnalysisSegmentsCommand).build() { | ||
static { | ||
__name(this, "ListRealtimeContactAnalysisSegmentsCommand"); | ||
} | ||
}; | ||
__name(_ListRealtimeContactAnalysisSegmentsCommand, "ListRealtimeContactAnalysisSegmentsCommand"); | ||
var ListRealtimeContactAnalysisSegmentsCommand = _ListRealtimeContactAnalysisSegmentsCommand; | ||
@@ -485,6 +502,7 @@ // src/ConnectContactLens.ts | ||
}; | ||
var _ConnectContactLens = class _ConnectContactLens extends ConnectContactLensClient { | ||
var ConnectContactLens = class extends ConnectContactLensClient { | ||
static { | ||
__name(this, "ConnectContactLens"); | ||
} | ||
}; | ||
__name(_ConnectContactLens, "ConnectContactLens"); | ||
var ConnectContactLens = _ConnectContactLens; | ||
(0, import_smithy_client.createAggregatedClient)(commands, ConnectContactLens); | ||
@@ -491,0 +509,0 @@ |
@@ -17,2 +17,3 @@ import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header"; | ||
export class ConnectContactLensClient extends __Client { | ||
config; | ||
constructor(...[configuration]) { | ||
@@ -19,0 +20,0 @@ const _config_0 = __getRuntimeConfig(configuration || {}); |
import { ConnectContactLensServiceException as __BaseException } from "./ConnectContactLensServiceException"; | ||
export class AccessDeniedException extends __BaseException { | ||
name = "AccessDeniedException"; | ||
$fault = "client"; | ||
Message; | ||
constructor(opts) { | ||
@@ -9,4 +12,2 @@ super({ | ||
}); | ||
this.name = "AccessDeniedException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, AccessDeniedException.prototype); | ||
@@ -17,2 +18,5 @@ this.Message = opts.Message; | ||
export class InternalServiceException extends __BaseException { | ||
name = "InternalServiceException"; | ||
$fault = "server"; | ||
Message; | ||
constructor(opts) { | ||
@@ -24,4 +28,2 @@ super({ | ||
}); | ||
this.name = "InternalServiceException"; | ||
this.$fault = "server"; | ||
Object.setPrototypeOf(this, InternalServiceException.prototype); | ||
@@ -32,2 +34,5 @@ this.Message = opts.Message; | ||
export class InvalidRequestException extends __BaseException { | ||
name = "InvalidRequestException"; | ||
$fault = "client"; | ||
Message; | ||
constructor(opts) { | ||
@@ -39,4 +44,2 @@ super({ | ||
}); | ||
this.name = "InvalidRequestException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, InvalidRequestException.prototype); | ||
@@ -63,2 +66,5 @@ this.Message = opts.Message; | ||
export class ResourceNotFoundException extends __BaseException { | ||
name = "ResourceNotFoundException"; | ||
$fault = "client"; | ||
Message; | ||
constructor(opts) { | ||
@@ -70,4 +76,2 @@ super({ | ||
}); | ||
this.name = "ResourceNotFoundException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, ResourceNotFoundException.prototype); | ||
@@ -78,2 +82,5 @@ this.Message = opts.Message; | ||
export class ThrottlingException extends __BaseException { | ||
name = "ThrottlingException"; | ||
$fault = "client"; | ||
Message; | ||
constructor(opts) { | ||
@@ -85,4 +92,2 @@ super({ | ||
}); | ||
this.name = "ThrottlingException"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, ThrottlingException.prototype); | ||
@@ -89,0 +94,0 @@ this.Message = opts.Message; |
@@ -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 { ConnectContactLensClientConfig } from "./ConnectContactLensClient"; | ||
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 { ConnectContactLensClientConfig } from "./ConnectContactLensClient"; | ||
) => 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-connect-contact-lens", | ||
"description": "AWS SDK for JavaScript Connect Contact Lens 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": { |
171241
3289
+ 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.1(transitive)
+ Added@smithy/config-resolver@4.0.1(transitive)
+ Added@smithy/core@3.1.2(transitive)
+ Added@smithy/credential-provider-imds@4.0.1(transitive)
+ Added@smithy/fetch-http-handler@5.0.1(transitive)
+ Added@smithy/hash-node@4.0.1(transitive)
+ Added@smithy/invalid-dependency@4.0.1(transitive)
+ Added@smithy/is-array-buffer@4.0.0(transitive)
+ Added@smithy/middleware-content-length@4.0.1(transitive)
+ Added@smithy/middleware-endpoint@4.0.3(transitive)
+ Added@smithy/middleware-retry@4.0.4(transitive)
+ Added@smithy/middleware-serde@4.0.2(transitive)
+ Added@smithy/middleware-stack@4.0.1(transitive)
+ Added@smithy/node-config-provider@4.0.1(transitive)
+ Added@smithy/node-http-handler@4.0.2(transitive)
+ Added@smithy/property-provider@4.0.1(transitive)
+ Added@smithy/protocol-http@5.0.1(transitive)
+ Added@smithy/querystring-builder@4.0.1(transitive)
+ Added@smithy/querystring-parser@4.0.1(transitive)
+ Added@smithy/service-error-classification@4.0.1(transitive)
+ Added@smithy/shared-ini-file-loader@4.0.1(transitive)
+ Added@smithy/signature-v4@5.0.1(transitive)
+ Added@smithy/smithy-client@4.1.3(transitive)
+ Added@smithy/types@4.1.0(transitive)
+ Added@smithy/url-parser@4.0.1(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.4(transitive)
+ Added@smithy/util-defaults-mode-node@4.0.4(transitive)
+ Added@smithy/util-endpoints@3.0.1(transitive)
+ Added@smithy/util-hex-encoding@4.0.0(transitive)
+ Added@smithy/util-middleware@4.0.1(transitive)
+ Added@smithy/util-retry@4.0.1(transitive)
+ Added@smithy/util-stream@4.0.2(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