@aws-sdk/client-apigatewaymanagementapi 3.170.0 → 3.178.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/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/ApiGatewayManagementApi.d.ts +0 -3
- package/dist-types/ts3.4/ApiGatewayManagementApiClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PostToConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/ApiGatewayManagementApiServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -16
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-apigatewaymanagementapi
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-apigatewaymanagementapi
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-apigatewaymanagementapi
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: ApiGatewayManagementApiClientCon
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: ApiGatewayManagementApiClientCon
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: ApiGatewayManagementApiClientCon
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -12,7 +12,6 @@ import {
|
|
|
12
12
|
PostToConnectionCommandInput,
|
|
13
13
|
PostToConnectionCommandOutput,
|
|
14
14
|
} from "./commands/PostToConnectionCommand";
|
|
15
|
-
|
|
16
15
|
export declare class ApiGatewayManagementApi extends ApiGatewayManagementApiClient {
|
|
17
16
|
deleteConnection(
|
|
18
17
|
args: DeleteConnectionCommandInput,
|
|
@@ -27,7 +26,6 @@ export declare class ApiGatewayManagementApi extends ApiGatewayManagementApiClie
|
|
|
27
26
|
options: __HttpHandlerOptions,
|
|
28
27
|
cb: (err: any, data?: DeleteConnectionCommandOutput) => void
|
|
29
28
|
): void;
|
|
30
|
-
|
|
31
29
|
getConnection(
|
|
32
30
|
args: GetConnectionCommandInput,
|
|
33
31
|
options?: __HttpHandlerOptions
|
|
@@ -41,7 +39,6 @@ export declare class ApiGatewayManagementApi extends ApiGatewayManagementApiClie
|
|
|
41
39
|
options: __HttpHandlerOptions,
|
|
42
40
|
cb: (err: any, data?: GetConnectionCommandOutput) => void
|
|
43
41
|
): void;
|
|
44
|
-
|
|
45
42
|
postToConnection(
|
|
46
43
|
args: PostToConnectionCommandInput,
|
|
47
44
|
options?: __HttpHandlerOptions
|
|
@@ -65,47 +65,26 @@ export declare type ServiceOutputTypes =
|
|
|
65
65
|
export interface ClientDefaults
|
|
66
66
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
67
67
|
requestHandler?: __HttpHandler;
|
|
68
|
-
|
|
69
68
|
sha256?: __HashConstructor;
|
|
70
|
-
|
|
71
69
|
urlParser?: __UrlParser;
|
|
72
|
-
|
|
73
70
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
74
|
-
|
|
75
71
|
streamCollector?: __StreamCollector;
|
|
76
|
-
|
|
77
72
|
base64Decoder?: __Decoder;
|
|
78
|
-
|
|
79
73
|
base64Encoder?: __Encoder;
|
|
80
|
-
|
|
81
74
|
utf8Decoder?: __Decoder;
|
|
82
|
-
|
|
83
75
|
utf8Encoder?: __Encoder;
|
|
84
|
-
|
|
85
76
|
runtime?: string;
|
|
86
|
-
|
|
87
77
|
disableHostPrefix?: boolean;
|
|
88
|
-
|
|
89
78
|
maxAttempts?: number | __Provider<number>;
|
|
90
|
-
|
|
91
79
|
retryMode?: string | __Provider<string>;
|
|
92
|
-
|
|
93
80
|
logger?: __Logger;
|
|
94
|
-
|
|
95
81
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
96
|
-
|
|
97
82
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
98
|
-
|
|
99
83
|
serviceId?: string;
|
|
100
|
-
|
|
101
84
|
region?: string | __Provider<string>;
|
|
102
|
-
|
|
103
85
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
104
|
-
|
|
105
86
|
regionInfoProvider?: RegionInfoProvider;
|
|
106
|
-
|
|
107
87
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
108
|
-
|
|
109
88
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
110
89
|
}
|
|
111
90
|
declare type ApiGatewayManagementApiClientConfigType = Partial<
|
|
@@ -118,7 +97,6 @@ declare type ApiGatewayManagementApiClientConfigType = Partial<
|
|
|
118
97
|
HostHeaderInputConfig &
|
|
119
98
|
AwsAuthInputConfig &
|
|
120
99
|
UserAgentInputConfig;
|
|
121
|
-
|
|
122
100
|
export interface ApiGatewayManagementApiClientConfig
|
|
123
101
|
extends ApiGatewayManagementApiClientConfigType {}
|
|
124
102
|
declare type ApiGatewayManagementApiClientResolvedConfigType =
|
|
@@ -130,10 +108,8 @@ declare type ApiGatewayManagementApiClientResolvedConfigType =
|
|
|
130
108
|
HostHeaderResolvedConfig &
|
|
131
109
|
AwsAuthResolvedConfig &
|
|
132
110
|
UserAgentResolvedConfig;
|
|
133
|
-
|
|
134
111
|
export interface ApiGatewayManagementApiClientResolvedConfig
|
|
135
112
|
extends ApiGatewayManagementApiClientResolvedConfigType {}
|
|
136
|
-
|
|
137
113
|
export declare class ApiGatewayManagementApiClient extends __Client<
|
|
138
114
|
__HttpHandlerOptions,
|
|
139
115
|
ServiceInputTypes,
|
|
@@ -142,7 +118,6 @@ export declare class ApiGatewayManagementApiClient extends __Client<
|
|
|
142
118
|
> {
|
|
143
119
|
readonly config: ApiGatewayManagementApiClientResolvedConfig;
|
|
144
120
|
constructor(configuration: ApiGatewayManagementApiClientConfig);
|
|
145
|
-
|
|
146
121
|
destroy(): void;
|
|
147
122
|
}
|
|
148
123
|
export {};
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { DeleteConnectionRequest } from "../models/models_0";
|
|
14
14
|
export interface DeleteConnectionCommandInput extends DeleteConnectionRequest {}
|
|
15
15
|
export interface DeleteConnectionCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class DeleteConnectionCommand extends $Command<
|
|
18
17
|
DeleteConnectionCommandInput,
|
|
19
18
|
DeleteConnectionCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class DeleteConnectionCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: DeleteConnectionCommandInput;
|
|
23
22
|
constructor(input: DeleteConnectionCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: ApiGatewayManagementApiClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetConnectionCommandInput extends GetConnectionRequest {}
|
|
|
18
18
|
export interface GetConnectionCommandOutput
|
|
19
19
|
extends GetConnectionResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetConnectionCommand extends $Command<
|
|
23
22
|
GetConnectionCommandInput,
|
|
24
23
|
GetConnectionCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetConnectionCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetConnectionCommandInput;
|
|
28
27
|
constructor(input: GetConnectionCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ApiGatewayManagementApiClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { PostToConnectionRequest } from "../models/models_0";
|
|
14
14
|
export interface PostToConnectionCommandInput extends PostToConnectionRequest {}
|
|
15
15
|
export interface PostToConnectionCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class PostToConnectionCommand extends $Command<
|
|
18
17
|
PostToConnectionCommandInput,
|
|
19
18
|
PostToConnectionCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class PostToConnectionCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: PostToConnectionCommandInput;
|
|
23
22
|
constructor(input: PostToConnectionCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: ApiGatewayManagementApiClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class ApiGatewayManagementApiServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|
|
@@ -3,25 +3,19 @@ import { ApiGatewayManagementApiServiceException as __BaseException } from "./Ap
|
|
|
3
3
|
export interface DeleteConnectionRequest {
|
|
4
4
|
ConnectionId: string | undefined;
|
|
5
5
|
}
|
|
6
|
-
|
|
7
6
|
export declare class ForbiddenException extends __BaseException {
|
|
8
7
|
readonly name: "ForbiddenException";
|
|
9
8
|
readonly $fault: "client";
|
|
10
|
-
|
|
11
9
|
constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
|
|
12
10
|
}
|
|
13
|
-
|
|
14
11
|
export declare class GoneException extends __BaseException {
|
|
15
12
|
readonly name: "GoneException";
|
|
16
13
|
readonly $fault: "client";
|
|
17
|
-
|
|
18
14
|
constructor(opts: __ExceptionOptionType<GoneException, __BaseException>);
|
|
19
15
|
}
|
|
20
|
-
|
|
21
16
|
export declare class LimitExceededException extends __BaseException {
|
|
22
17
|
readonly name: "LimitExceededException";
|
|
23
18
|
readonly $fault: "client";
|
|
24
|
-
|
|
25
19
|
constructor(
|
|
26
20
|
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
27
21
|
);
|
|
@@ -31,45 +25,35 @@ export interface GetConnectionRequest {
|
|
|
31
25
|
}
|
|
32
26
|
export interface Identity {
|
|
33
27
|
SourceIp: string | undefined;
|
|
34
|
-
|
|
35
28
|
UserAgent: string | undefined;
|
|
36
29
|
}
|
|
37
30
|
export interface GetConnectionResponse {
|
|
38
31
|
ConnectedAt?: Date;
|
|
39
32
|
Identity?: Identity;
|
|
40
|
-
|
|
41
33
|
LastActiveAt?: Date;
|
|
42
34
|
}
|
|
43
|
-
|
|
44
35
|
export declare class PayloadTooLargeException extends __BaseException {
|
|
45
36
|
readonly name: "PayloadTooLargeException";
|
|
46
37
|
readonly $fault: "client";
|
|
47
38
|
Message?: string;
|
|
48
|
-
|
|
49
39
|
constructor(
|
|
50
40
|
opts: __ExceptionOptionType<PayloadTooLargeException, __BaseException>
|
|
51
41
|
);
|
|
52
42
|
}
|
|
53
43
|
export interface PostToConnectionRequest {
|
|
54
44
|
Data: Uint8Array | undefined;
|
|
55
|
-
|
|
56
45
|
ConnectionId: string | undefined;
|
|
57
46
|
}
|
|
58
|
-
|
|
59
47
|
export declare const DeleteConnectionRequestFilterSensitiveLog: (
|
|
60
48
|
obj: DeleteConnectionRequest
|
|
61
49
|
) => any;
|
|
62
|
-
|
|
63
50
|
export declare const GetConnectionRequestFilterSensitiveLog: (
|
|
64
51
|
obj: GetConnectionRequest
|
|
65
52
|
) => any;
|
|
66
|
-
|
|
67
53
|
export declare const IdentityFilterSensitiveLog: (obj: Identity) => any;
|
|
68
|
-
|
|
69
54
|
export declare const GetConnectionResponseFilterSensitiveLog: (
|
|
70
55
|
obj: GetConnectionResponse
|
|
71
56
|
) => any;
|
|
72
|
-
|
|
73
57
|
export declare const PostToConnectionRequestFilterSensitiveLog: (
|
|
74
58
|
obj: PostToConnectionRequest
|
|
75
59
|
) => any;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { ApiGatewayManagementApiClientConfig } from "./ApiGatewayManagementApiClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (
|
|
5
4
|
config: ApiGatewayManagementApiClientConfig
|
|
6
5
|
) => {
|
|
@@ -53,7 +52,9 @@ export declare const getRuntimeConfig: (
|
|
|
53
52
|
| undefined;
|
|
54
53
|
signer?:
|
|
55
54
|
| import("@aws-sdk/types").RequestSigner
|
|
56
|
-
|
|
|
55
|
+
| ((
|
|
56
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
57
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
57
58
|
| undefined;
|
|
58
59
|
signingEscapePath?: boolean | undefined;
|
|
59
60
|
systemClockOffset?: number | undefined;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { ApiGatewayManagementApiClientConfig } from "./ApiGatewayManagementApiClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (
|
|
5
4
|
config: ApiGatewayManagementApiClientConfig
|
|
6
5
|
) => {
|
|
@@ -53,7 +52,9 @@ export declare const getRuntimeConfig: (
|
|
|
53
52
|
| undefined;
|
|
54
53
|
signer?:
|
|
55
54
|
| import("@aws-sdk/types").RequestSigner
|
|
56
|
-
|
|
|
55
|
+
| ((
|
|
56
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
57
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
57
58
|
| undefined;
|
|
58
59
|
signingEscapePath?: boolean | undefined;
|
|
59
60
|
systemClockOffset?: number | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ApiGatewayManagementApiClientConfig } from "./ApiGatewayManagementApiClient";
|
|
2
|
-
|
|
3
2
|
export declare const getRuntimeConfig: (
|
|
4
3
|
config: ApiGatewayManagementApiClientConfig
|
|
5
4
|
) => {
|
|
@@ -54,7 +53,9 @@ export declare const getRuntimeConfig: (
|
|
|
54
53
|
| undefined;
|
|
55
54
|
signer?:
|
|
56
55
|
| import("@aws-sdk/types").RequestSigner
|
|
57
|
-
|
|
|
56
|
+
| ((
|
|
57
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
58
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
58
59
|
| undefined;
|
|
59
60
|
signingEscapePath?: boolean | undefined;
|
|
60
61
|
systemClockOffset?: number | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-apigatewaymanagementapi",
|
|
3
3
|
"description": "AWS SDK for JavaScript Apigatewaymanagementapi Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.178.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,35 +19,35 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.178.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.178.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.178.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.178.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.178.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.178.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.178.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.178.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.178.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.178.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.178.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.178.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.178.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.178.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.178.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.178.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.178.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.178.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.178.0",
|
|
41
|
+
"@aws-sdk/types": "3.178.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.178.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.178.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.178.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.178.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.178.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
53
53
|
"tslib": "^2.3.1"
|