@aws-sdk/client-cloudtrail 3.170.0 → 3.174.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 +19 -0
- package/dist-cjs/CloudTrail.js +75 -0
- package/dist-cjs/commands/GetImportCommand.js +36 -0
- package/dist-cjs/commands/ListImportFailuresCommand.js +36 -0
- package/dist-cjs/commands/ListImportsCommand.js +36 -0
- package/dist-cjs/commands/StartImportCommand.js +36 -0
- package/dist-cjs/commands/StopImportCommand.js +36 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/models_0.js +148 -3
- package/dist-cjs/pagination/ListImportFailuresPaginator.js +36 -0
- package/dist-cjs/pagination/ListImportsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_json1_1.js +575 -2
- package/dist-es/CloudTrail.js +75 -0
- package/dist-es/commands/GetImportCommand.js +39 -0
- package/dist-es/commands/ListImportFailuresCommand.js +39 -0
- package/dist-es/commands/ListImportsCommand.js +39 -0
- package/dist-es/commands/StartImportCommand.js +39 -0
- package/dist-es/commands/StopImportCommand.js +39 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +94 -0
- package/dist-es/pagination/ListImportFailuresPaginator.js +75 -0
- package/dist-es/pagination/ListImportsPaginator.js +75 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_json1_1.js +722 -60
- package/dist-types/CloudTrail.d.ts +71 -4
- package/dist-types/CloudTrailClient.d.ts +7 -2
- package/dist-types/commands/GetEventSelectorsCommand.d.ts +15 -2
- package/dist-types/commands/GetImportCommand.d.ts +37 -0
- package/dist-types/commands/ListImportFailuresCommand.d.ts +37 -0
- package/dist-types/commands/ListImportsCommand.d.ts +37 -0
- package/dist-types/commands/PutEventSelectorsCommand.d.ts +3 -2
- package/dist-types/commands/StartImportCommand.d.ts +45 -0
- package/dist-types/commands/StopImportCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +602 -4
- package/dist-types/pagination/ListImportFailuresPaginator.d.ts +4 -0
- package/dist-types/pagination/ListImportsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +15 -0
- package/dist-types/ts3.4/CloudTrail.d.ts +85 -31
- package/dist-types/ts3.4/CloudTrailClient.d.ts +30 -25
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateEventDataStoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTrailCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteEventDataStoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTrailCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeQueryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTrailsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetEventDataStoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetEventSelectorsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetImportCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/GetInsightSelectorsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTrailCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTrailStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListEventDataStoresCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListImportFailuresCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListQueriesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTrailsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/LookupEventsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutEventSelectorsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutInsightSelectorsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RestoreEventDataStoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartImportCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/StartLoggingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartQueryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopImportCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/StopLoggingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateEventDataStoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateTrailCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/CloudTrailServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +197 -531
- package/dist-types/ts3.4/pagination/ListImportFailuresPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +60 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListImportFailuresCommandInput,
|
|
4
|
+
ListImportFailuresCommandOutput,
|
|
5
|
+
} from "../commands/ListImportFailuresCommand";
|
|
6
|
+
import { CloudTrailPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListImportFailures(
|
|
8
|
+
config: CloudTrailPaginationConfiguration,
|
|
9
|
+
input: ListImportFailuresCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListImportFailuresCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListImportsCommandInput,
|
|
4
|
+
ListImportsCommandOutput,
|
|
5
|
+
} from "../commands/ListImportsCommand";
|
|
6
|
+
import { CloudTrailPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListImports(
|
|
8
|
+
config: CloudTrailPaginationConfiguration,
|
|
9
|
+
input: ListImportsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListImportsCommandOutput>;
|
|
@@ -2,6 +2,8 @@ export * from "./GetQueryResultsPaginator";
|
|
|
2
2
|
export * from "./Interfaces";
|
|
3
3
|
export * from "./ListChannelsPaginator";
|
|
4
4
|
export * from "./ListEventDataStoresPaginator";
|
|
5
|
+
export * from "./ListImportFailuresPaginator";
|
|
6
|
+
export * from "./ListImportsPaginator";
|
|
5
7
|
export * from "./ListPublicKeysPaginator";
|
|
6
8
|
export * from "./ListQueriesPaginator";
|
|
7
9
|
export * from "./ListTagsPaginator";
|
|
@@ -47,6 +47,10 @@ import {
|
|
|
47
47
|
GetEventSelectorsCommandInput,
|
|
48
48
|
GetEventSelectorsCommandOutput,
|
|
49
49
|
} from "../commands/GetEventSelectorsCommand";
|
|
50
|
+
import {
|
|
51
|
+
GetImportCommandInput,
|
|
52
|
+
GetImportCommandOutput,
|
|
53
|
+
} from "../commands/GetImportCommand";
|
|
50
54
|
import {
|
|
51
55
|
GetInsightSelectorsCommandInput,
|
|
52
56
|
GetInsightSelectorsCommandOutput,
|
|
@@ -71,6 +75,14 @@ import {
|
|
|
71
75
|
ListEventDataStoresCommandInput,
|
|
72
76
|
ListEventDataStoresCommandOutput,
|
|
73
77
|
} from "../commands/ListEventDataStoresCommand";
|
|
78
|
+
import {
|
|
79
|
+
ListImportFailuresCommandInput,
|
|
80
|
+
ListImportFailuresCommandOutput,
|
|
81
|
+
} from "../commands/ListImportFailuresCommand";
|
|
82
|
+
import {
|
|
83
|
+
ListImportsCommandInput,
|
|
84
|
+
ListImportsCommandOutput,
|
|
85
|
+
} from "../commands/ListImportsCommand";
|
|
74
86
|
import {
|
|
75
87
|
ListPublicKeysCommandInput,
|
|
76
88
|
ListPublicKeysCommandOutput,
|
|
@@ -107,6 +119,10 @@ import {
|
|
|
107
119
|
RestoreEventDataStoreCommandInput,
|
|
108
120
|
RestoreEventDataStoreCommandOutput,
|
|
109
121
|
} from "../commands/RestoreEventDataStoreCommand";
|
|
122
|
+
import {
|
|
123
|
+
StartImportCommandInput,
|
|
124
|
+
StartImportCommandOutput,
|
|
125
|
+
} from "../commands/StartImportCommand";
|
|
110
126
|
import {
|
|
111
127
|
StartLoggingCommandInput,
|
|
112
128
|
StartLoggingCommandOutput,
|
|
@@ -115,6 +131,10 @@ import {
|
|
|
115
131
|
StartQueryCommandInput,
|
|
116
132
|
StartQueryCommandOutput,
|
|
117
133
|
} from "../commands/StartQueryCommand";
|
|
134
|
+
import {
|
|
135
|
+
StopImportCommandInput,
|
|
136
|
+
StopImportCommandOutput,
|
|
137
|
+
} from "../commands/StopImportCommand";
|
|
118
138
|
import {
|
|
119
139
|
StopLoggingCommandInput,
|
|
120
140
|
StopLoggingCommandOutput,
|
|
@@ -171,6 +191,10 @@ export declare const serializeAws_json1_1GetEventSelectorsCommand: (
|
|
|
171
191
|
input: GetEventSelectorsCommandInput,
|
|
172
192
|
context: __SerdeContext
|
|
173
193
|
) => Promise<__HttpRequest>;
|
|
194
|
+
export declare const serializeAws_json1_1GetImportCommand: (
|
|
195
|
+
input: GetImportCommandInput,
|
|
196
|
+
context: __SerdeContext
|
|
197
|
+
) => Promise<__HttpRequest>;
|
|
174
198
|
export declare const serializeAws_json1_1GetInsightSelectorsCommand: (
|
|
175
199
|
input: GetInsightSelectorsCommandInput,
|
|
176
200
|
context: __SerdeContext
|
|
@@ -195,6 +219,14 @@ export declare const serializeAws_json1_1ListEventDataStoresCommand: (
|
|
|
195
219
|
input: ListEventDataStoresCommandInput,
|
|
196
220
|
context: __SerdeContext
|
|
197
221
|
) => Promise<__HttpRequest>;
|
|
222
|
+
export declare const serializeAws_json1_1ListImportFailuresCommand: (
|
|
223
|
+
input: ListImportFailuresCommandInput,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<__HttpRequest>;
|
|
226
|
+
export declare const serializeAws_json1_1ListImportsCommand: (
|
|
227
|
+
input: ListImportsCommandInput,
|
|
228
|
+
context: __SerdeContext
|
|
229
|
+
) => Promise<__HttpRequest>;
|
|
198
230
|
export declare const serializeAws_json1_1ListPublicKeysCommand: (
|
|
199
231
|
input: ListPublicKeysCommandInput,
|
|
200
232
|
context: __SerdeContext
|
|
@@ -231,6 +263,10 @@ export declare const serializeAws_json1_1RestoreEventDataStoreCommand: (
|
|
|
231
263
|
input: RestoreEventDataStoreCommandInput,
|
|
232
264
|
context: __SerdeContext
|
|
233
265
|
) => Promise<__HttpRequest>;
|
|
266
|
+
export declare const serializeAws_json1_1StartImportCommand: (
|
|
267
|
+
input: StartImportCommandInput,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<__HttpRequest>;
|
|
234
270
|
export declare const serializeAws_json1_1StartLoggingCommand: (
|
|
235
271
|
input: StartLoggingCommandInput,
|
|
236
272
|
context: __SerdeContext
|
|
@@ -239,6 +275,10 @@ export declare const serializeAws_json1_1StartQueryCommand: (
|
|
|
239
275
|
input: StartQueryCommandInput,
|
|
240
276
|
context: __SerdeContext
|
|
241
277
|
) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const serializeAws_json1_1StopImportCommand: (
|
|
279
|
+
input: StopImportCommandInput,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<__HttpRequest>;
|
|
242
282
|
export declare const serializeAws_json1_1StopLoggingCommand: (
|
|
243
283
|
input: StopLoggingCommandInput,
|
|
244
284
|
context: __SerdeContext
|
|
@@ -295,6 +335,10 @@ export declare const deserializeAws_json1_1GetEventSelectorsCommand: (
|
|
|
295
335
|
output: __HttpResponse,
|
|
296
336
|
context: __SerdeContext
|
|
297
337
|
) => Promise<GetEventSelectorsCommandOutput>;
|
|
338
|
+
export declare const deserializeAws_json1_1GetImportCommand: (
|
|
339
|
+
output: __HttpResponse,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<GetImportCommandOutput>;
|
|
298
342
|
export declare const deserializeAws_json1_1GetInsightSelectorsCommand: (
|
|
299
343
|
output: __HttpResponse,
|
|
300
344
|
context: __SerdeContext
|
|
@@ -319,6 +363,14 @@ export declare const deserializeAws_json1_1ListEventDataStoresCommand: (
|
|
|
319
363
|
output: __HttpResponse,
|
|
320
364
|
context: __SerdeContext
|
|
321
365
|
) => Promise<ListEventDataStoresCommandOutput>;
|
|
366
|
+
export declare const deserializeAws_json1_1ListImportFailuresCommand: (
|
|
367
|
+
output: __HttpResponse,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<ListImportFailuresCommandOutput>;
|
|
370
|
+
export declare const deserializeAws_json1_1ListImportsCommand: (
|
|
371
|
+
output: __HttpResponse,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<ListImportsCommandOutput>;
|
|
322
374
|
export declare const deserializeAws_json1_1ListPublicKeysCommand: (
|
|
323
375
|
output: __HttpResponse,
|
|
324
376
|
context: __SerdeContext
|
|
@@ -355,6 +407,10 @@ export declare const deserializeAws_json1_1RestoreEventDataStoreCommand: (
|
|
|
355
407
|
output: __HttpResponse,
|
|
356
408
|
context: __SerdeContext
|
|
357
409
|
) => Promise<RestoreEventDataStoreCommandOutput>;
|
|
410
|
+
export declare const deserializeAws_json1_1StartImportCommand: (
|
|
411
|
+
output: __HttpResponse,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<StartImportCommandOutput>;
|
|
358
414
|
export declare const deserializeAws_json1_1StartLoggingCommand: (
|
|
359
415
|
output: __HttpResponse,
|
|
360
416
|
context: __SerdeContext
|
|
@@ -363,6 +419,10 @@ export declare const deserializeAws_json1_1StartQueryCommand: (
|
|
|
363
419
|
output: __HttpResponse,
|
|
364
420
|
context: __SerdeContext
|
|
365
421
|
) => Promise<StartQueryCommandOutput>;
|
|
422
|
+
export declare const deserializeAws_json1_1StopImportCommand: (
|
|
423
|
+
output: __HttpResponse,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<StopImportCommandOutput>;
|
|
366
426
|
export declare const deserializeAws_json1_1StopLoggingCommand: (
|
|
367
427
|
output: __HttpResponse,
|
|
368
428
|
context: __SerdeContext
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { CloudTrailClientConfig } from "./CloudTrailClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: CloudTrailClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { CloudTrailClientConfig } from "./CloudTrailClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: CloudTrailClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudtrail",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudtrail Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.174.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.171.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.171.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.171.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.171.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.171.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.171.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.171.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.171.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.171.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.171.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.171.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.171.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.171.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.171.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.171.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.171.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.171.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.171.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.171.0",
|
|
41
|
+
"@aws-sdk/types": "3.171.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.171.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.171.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.171.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.171.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.171.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"
|