@aws-sdk/client-bedrock-runtime 3.943.0 → 3.947.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +53 -322
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +8 -5
- package/dist-cjs/runtimeConfig.native.js +3 -1
- package/dist-es/BedrockRuntimeClient.js +3 -3
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +7 -4
- package/dist-es/runtimeConfig.native.js +3 -1
- package/dist-es/schemas/schemas_0.js +53 -323
- package/dist-types/BedrockRuntime.d.ts +1 -1
- package/dist-types/BedrockRuntimeClient.d.ts +13 -13
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/ApplyGuardrailCommand.d.ts +3 -3
- package/dist-types/commands/ConverseCommand.d.ts +3 -3
- package/dist-types/commands/ConverseStreamCommand.d.ts +3 -3
- package/dist-types/commands/CountTokensCommand.d.ts +3 -3
- package/dist-types/commands/GetAsyncInvokeCommand.d.ts +3 -3
- package/dist-types/commands/InvokeModelCommand.d.ts +2 -2
- package/dist-types/commands/InvokeModelWithBidirectionalStreamCommand.d.ts +3 -3
- package/dist-types/commands/InvokeModelWithResponseStreamCommand.d.ts +3 -3
- package/dist-types/commands/ListAsyncInvokesCommand.d.ts +3 -3
- package/dist-types/commands/StartAsyncInvokeCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/BedrockRuntimeServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListAsyncInvokesPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -2
- package/dist-types/ts3.4/BedrockRuntimeClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/ts3.4/commands/InvokeModelWithResponseStreamCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/BedrockRuntimeServiceException.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -1
- package/package.json +14 -13
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BedrockRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockRuntimeClient";
|
|
4
|
-
import { CountTokensRequest, CountTokensResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BedrockRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockRuntimeClient";
|
|
4
|
+
import type { CountTokensRequest, CountTokensResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BedrockRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockRuntimeClient";
|
|
4
|
-
import { GetAsyncInvokeRequest, GetAsyncInvokeResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BedrockRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockRuntimeClient";
|
|
4
|
+
import type { GetAsyncInvokeRequest, GetAsyncInvokeResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { BlobPayloadInputTypes, MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import type { BlobPayloadInputTypes, MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
|
|
4
|
-
import { BedrockRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockRuntimeClient";
|
|
4
|
+
import type { BedrockRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockRuntimeClient";
|
|
5
5
|
import { InvokeModelRequest, InvokeModelResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BedrockRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockRuntimeClient";
|
|
4
|
-
import { InvokeModelWithBidirectionalStreamRequest, InvokeModelWithBidirectionalStreamResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BedrockRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockRuntimeClient";
|
|
4
|
+
import type { InvokeModelWithBidirectionalStreamRequest, InvokeModelWithBidirectionalStreamResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { BlobPayloadInputTypes, MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BedrockRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockRuntimeClient";
|
|
4
|
-
import {
|
|
2
|
+
import type { BlobPayloadInputTypes, MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BedrockRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockRuntimeClient";
|
|
4
|
+
import { type InvokeModelWithResponseStreamResponse, InvokeModelWithResponseStreamRequest } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BedrockRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockRuntimeClient";
|
|
4
|
-
import { ListAsyncInvokesRequest, ListAsyncInvokesResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BedrockRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockRuntimeClient";
|
|
4
|
+
import type { ListAsyncInvokesRequest, ListAsyncInvokesResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BedrockRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockRuntimeClient";
|
|
4
|
-
import { StartAsyncInvokeRequest, StartAsyncInvokeResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BedrockRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockRuntimeClient";
|
|
4
|
+
import type { StartAsyncInvokeRequest, StartAsyncInvokeResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
|
|
1
|
+
import type { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
|
|
2
2
|
/**
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
@@ -8,10 +8,19 @@ export interface ClientInputEndpointParameters {
|
|
|
8
8
|
useFipsEndpoint?: boolean | undefined | Provider<boolean | undefined>;
|
|
9
9
|
endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
|
|
10
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
11
14
|
export type ClientResolvedEndpointParameters = Omit<ClientInputEndpointParameters, "endpoint"> & {
|
|
12
15
|
defaultSigningName: string;
|
|
13
16
|
};
|
|
17
|
+
/**
|
|
18
|
+
* @internal
|
|
19
|
+
*/
|
|
14
20
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;
|
|
21
|
+
/**
|
|
22
|
+
* @internal
|
|
23
|
+
*/
|
|
15
24
|
export declare const commonParams: {
|
|
16
25
|
readonly UseFIPS: {
|
|
17
26
|
readonly type: "builtInParams";
|
|
@@ -30,6 +39,9 @@ export declare const commonParams: {
|
|
|
30
39
|
readonly name: "useDualstackEndpoint";
|
|
31
40
|
};
|
|
32
41
|
};
|
|
42
|
+
/**
|
|
43
|
+
* @internal
|
|
44
|
+
*/
|
|
33
45
|
export interface EndpointParameters extends __EndpointParameters {
|
|
34
46
|
Region?: string | undefined;
|
|
35
47
|
UseDualStack?: boolean | undefined;
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
import { EndpointV2, Logger } from "@smithy/types";
|
|
2
|
-
import { EndpointParameters } from "./EndpointParameters";
|
|
1
|
+
import type { EndpointV2, Logger } from "@smithy/types";
|
|
2
|
+
import type { EndpointParameters } from "./EndpointParameters";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
3
6
|
export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
|
|
4
7
|
logger?: Logger;
|
|
5
8
|
}) => EndpointV2;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
|
3
|
-
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
|
-
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
1
|
+
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
|
3
|
+
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
|
+
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
6
6
|
* @internal
|
|
7
7
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { BedrockRuntimeServiceException as __BaseException } from "./BedrockRuntimeServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>The request is denied because you do not have sufficient permissions to perform the requested action. For troubleshooting this error, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/troubleshooting-api-error-codes.html#ts-access-denied">AccessDeniedException</a> in the Amazon Bedrock User Guide</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAsyncInvokesCommandInput, ListAsyncInvokesCommandOutput } from "../commands/ListAsyncInvokesCommand";
|
|
3
3
|
import { BedrockRuntimePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core";
|
|
2
2
|
import { HttpBearerAuthSigner } from "@smithy/core";
|
|
3
3
|
import { NodeHttp2Handler as RequestHandler } from "@smithy/node-http-handler";
|
|
4
|
-
import { IdentityProviderConfig } from "@smithy/types";
|
|
5
|
-
import { BedrockRuntimeClientConfig } from "./BedrockRuntimeClient";
|
|
4
|
+
import type { IdentityProviderConfig } from "@smithy/types";
|
|
5
|
+
import type { BedrockRuntimeClientConfig } from "./BedrockRuntimeClient";
|
|
6
6
|
/**
|
|
7
7
|
* @internal
|
|
8
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core";
|
|
2
2
|
import { HttpBearerAuthSigner } from "@smithy/core";
|
|
3
|
-
import { IdentityProviderConfig } from "@smithy/types";
|
|
4
|
-
import { BedrockRuntimeClientConfig } from "./BedrockRuntimeClient";
|
|
3
|
+
import type { IdentityProviderConfig } from "@smithy/types";
|
|
4
|
+
import type { BedrockRuntimeClientConfig } from "./BedrockRuntimeClient";
|
|
5
5
|
/**
|
|
6
6
|
* @internal
|
|
7
7
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
1
|
+
import type { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
2
|
export declare var AsyncInvokeMessage: StaticSimpleSchema;
|
|
3
3
|
export declare var Body: StaticSimpleSchema;
|
|
4
4
|
export declare var GuardrailAutomatedReasoningStatementLogicContent: StaticSimpleSchema;
|
|
@@ -136,7 +136,6 @@ export declare var ToolUseBlockStart: StaticStructureSchema;
|
|
|
136
136
|
export declare var ValidationException: StaticErrorSchema;
|
|
137
137
|
export declare var VideoBlock: StaticStructureSchema;
|
|
138
138
|
export declare var WebLocation: StaticStructureSchema;
|
|
139
|
-
export declare var __Unit: "unit";
|
|
140
139
|
export declare var BedrockRuntimeServiceException: StaticErrorSchema;
|
|
141
140
|
export declare var AdditionalModelResponseFieldPaths: number;
|
|
142
141
|
export declare var AsyncInvokeSummaries: StaticListSchema;
|
|
@@ -33,13 +33,12 @@ import {
|
|
|
33
33
|
} from "@smithy/middleware-retry";
|
|
34
34
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
35
35
|
import {
|
|
36
|
-
Client as __Client,
|
|
37
36
|
DefaultsMode as __DefaultsMode,
|
|
38
37
|
SmithyConfiguration as __SmithyConfiguration,
|
|
39
38
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
39
|
+
Client as __Client,
|
|
40
40
|
} from "@smithy/smithy-client";
|
|
41
41
|
import {
|
|
42
|
-
AwsCredentialIdentityProvider,
|
|
43
42
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
44
43
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
45
44
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -53,9 +52,10 @@ import {
|
|
|
53
52
|
HttpResponse,
|
|
54
53
|
Logger as __Logger,
|
|
55
54
|
Provider as __Provider,
|
|
56
|
-
Provider,
|
|
57
55
|
StreamCollector as __StreamCollector,
|
|
58
56
|
UrlParser as __UrlParser,
|
|
57
|
+
AwsCredentialIdentityProvider,
|
|
58
|
+
Provider,
|
|
59
59
|
UserAgent as __UserAgent,
|
|
60
60
|
} from "@smithy/types";
|
|
61
61
|
import {
|
|
@@ -4,12 +4,12 @@ import {
|
|
|
4
4
|
AwsSdkSigV4PreviouslyResolved,
|
|
5
5
|
} from "@aws-sdk/core";
|
|
6
6
|
import {
|
|
7
|
-
HandlerExecutionContext,
|
|
8
7
|
HttpAuthScheme,
|
|
9
8
|
HttpAuthSchemeParameters,
|
|
10
9
|
HttpAuthSchemeParametersProvider,
|
|
11
10
|
HttpAuthSchemeProvider,
|
|
12
11
|
Provider,
|
|
12
|
+
HandlerExecutionContext,
|
|
13
13
|
TokenIdentity,
|
|
14
14
|
TokenIdentityProvider,
|
|
15
15
|
} from "@smithy/types";
|
|
@@ -9,8 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
} from "../BedrockRuntimeClient";
|
|
11
11
|
import {
|
|
12
|
-
InvokeModelWithResponseStreamRequest,
|
|
13
12
|
InvokeModelWithResponseStreamResponse,
|
|
13
|
+
InvokeModelWithResponseStreamRequest,
|
|
14
14
|
} from "../models/models_0";
|
|
15
15
|
export { __MetadataBearer };
|
|
16
16
|
export { $Command };
|
|
@@ -143,7 +143,6 @@ export declare var ToolUseBlockStart: StaticStructureSchema;
|
|
|
143
143
|
export declare var ValidationException: StaticErrorSchema;
|
|
144
144
|
export declare var VideoBlock: StaticStructureSchema;
|
|
145
145
|
export declare var WebLocation: StaticStructureSchema;
|
|
146
|
-
export declare var __Unit: "unit";
|
|
147
146
|
export declare var BedrockRuntimeServiceException: StaticErrorSchema;
|
|
148
147
|
export declare var AdditionalModelResponseFieldPaths: number;
|
|
149
148
|
export declare var AsyncInvokeSummaries: StaticListSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-bedrock-runtime",
|
|
3
3
|
"description": "AWS SDK for JavaScript Bedrock Runtime Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.947.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-bedrock-runtime",
|
|
@@ -11,7 +11,8 @@
|
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
12
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
13
13
|
"extract:docs": "api-extractor run --local",
|
|
14
|
-
"generate:client": "node ../../scripts/generate-clients/single-service --solo bedrock-runtime"
|
|
14
|
+
"generate:client": "node ../../scripts/generate-clients/single-service --solo bedrock-runtime",
|
|
15
|
+
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
17
18
|
"types": "./dist-types/index.d.ts",
|
|
@@ -20,23 +21,23 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/core": "3.947.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.947.0",
|
|
25
26
|
"@aws-sdk/eventstream-handler-node": "3.936.0",
|
|
26
27
|
"@aws-sdk/middleware-eventstream": "3.936.0",
|
|
27
28
|
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
28
29
|
"@aws-sdk/middleware-logger": "3.936.0",
|
|
29
30
|
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.947.0",
|
|
31
32
|
"@aws-sdk/middleware-websocket": "3.936.0",
|
|
32
33
|
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
33
|
-
"@aws-sdk/token-providers": "3.
|
|
34
|
+
"@aws-sdk/token-providers": "3.947.0",
|
|
34
35
|
"@aws-sdk/types": "3.936.0",
|
|
35
36
|
"@aws-sdk/util-endpoints": "3.936.0",
|
|
36
37
|
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
37
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
38
|
+
"@aws-sdk/util-user-agent-node": "3.947.0",
|
|
38
39
|
"@smithy/config-resolver": "^4.4.3",
|
|
39
|
-
"@smithy/core": "^3.18.
|
|
40
|
+
"@smithy/core": "^3.18.7",
|
|
40
41
|
"@smithy/eventstream-serde-browser": "^4.2.5",
|
|
41
42
|
"@smithy/eventstream-serde-config-resolver": "^4.3.5",
|
|
42
43
|
"@smithy/eventstream-serde-node": "^4.2.5",
|
|
@@ -44,21 +45,21 @@
|
|
|
44
45
|
"@smithy/hash-node": "^4.2.5",
|
|
45
46
|
"@smithy/invalid-dependency": "^4.2.5",
|
|
46
47
|
"@smithy/middleware-content-length": "^4.2.5",
|
|
47
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
48
|
-
"@smithy/middleware-retry": "^4.4.
|
|
48
|
+
"@smithy/middleware-endpoint": "^4.3.14",
|
|
49
|
+
"@smithy/middleware-retry": "^4.4.14",
|
|
49
50
|
"@smithy/middleware-serde": "^4.2.6",
|
|
50
51
|
"@smithy/middleware-stack": "^4.2.5",
|
|
51
52
|
"@smithy/node-config-provider": "^4.3.5",
|
|
52
53
|
"@smithy/node-http-handler": "^4.4.5",
|
|
53
54
|
"@smithy/protocol-http": "^5.3.5",
|
|
54
|
-
"@smithy/smithy-client": "^4.9.
|
|
55
|
+
"@smithy/smithy-client": "^4.9.10",
|
|
55
56
|
"@smithy/types": "^4.9.0",
|
|
56
57
|
"@smithy/url-parser": "^4.2.5",
|
|
57
58
|
"@smithy/util-base64": "^4.3.0",
|
|
58
59
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
59
60
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
60
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
61
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
61
|
+
"@smithy/util-defaults-mode-browser": "^4.3.13",
|
|
62
|
+
"@smithy/util-defaults-mode-node": "^4.2.16",
|
|
62
63
|
"@smithy/util-endpoints": "^3.2.5",
|
|
63
64
|
"@smithy/util-middleware": "^4.2.5",
|
|
64
65
|
"@smithy/util-retry": "^4.2.5",
|