@aws-sdk/client-sfn 3.42.0 → 3.47.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 +47 -0
- package/dist-cjs/endpoints.js +1 -24
- package/dist-cjs/models/models_0.js +2 -147
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/endpoints.js +1 -24
- package/dist-es/models/models_0.js +0 -96
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/SFNClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -144
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/SFNClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -96
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +38 -45
|
@@ -4,7 +4,7 @@ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry
|
|
|
4
4
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
7
|
+
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
8
|
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { CreateActivityCommandInput, CreateActivityCommandOutput } from "./commands/CreateActivityCommand";
|
|
10
10
|
import { CreateStateMachineCommandInput, CreateStateMachineCommandOutput } from "./commands/CreateStateMachineCommand";
|
|
@@ -74,6 +74,8 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
74
74
|
regionInfoProvider?: RegionInfoProvider;
|
|
75
75
|
|
|
76
76
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
77
|
+
|
|
78
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
77
79
|
}
|
|
78
80
|
declare type SFNClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
79
81
|
|
|
@@ -5,10 +5,6 @@ export interface ActivityDoesNotExist extends __SmithyException, $MetadataBearer
|
|
|
5
5
|
$fault: "client";
|
|
6
6
|
message?: string;
|
|
7
7
|
}
|
|
8
|
-
export declare namespace ActivityDoesNotExist {
|
|
9
|
-
|
|
10
|
-
const filterSensitiveLog: (obj: ActivityDoesNotExist) => any;
|
|
11
|
-
}
|
|
12
8
|
|
|
13
9
|
export interface ActivityFailedEventDetails {
|
|
14
10
|
|
|
@@ -26,10 +22,6 @@ export interface ActivityLimitExceeded extends __SmithyException, $MetadataBeare
|
|
|
26
22
|
$fault: "client";
|
|
27
23
|
message?: string;
|
|
28
24
|
}
|
|
29
|
-
export declare namespace ActivityLimitExceeded {
|
|
30
|
-
|
|
31
|
-
const filterSensitiveLog: (obj: ActivityLimitExceeded) => any;
|
|
32
|
-
}
|
|
33
25
|
|
|
34
26
|
export interface ActivityListItem {
|
|
35
27
|
|
|
@@ -117,10 +109,6 @@ export interface ActivityWorkerLimitExceeded extends __SmithyException, $Metadat
|
|
|
117
109
|
$fault: "client";
|
|
118
110
|
message?: string;
|
|
119
111
|
}
|
|
120
|
-
export declare namespace ActivityWorkerLimitExceeded {
|
|
121
|
-
|
|
122
|
-
const filterSensitiveLog: (obj: ActivityWorkerLimitExceeded) => any;
|
|
123
|
-
}
|
|
124
112
|
|
|
125
113
|
export interface Tag {
|
|
126
114
|
|
|
@@ -158,10 +146,6 @@ export interface InvalidName extends __SmithyException, $MetadataBearer {
|
|
|
158
146
|
$fault: "client";
|
|
159
147
|
message?: string;
|
|
160
148
|
}
|
|
161
|
-
export declare namespace InvalidName {
|
|
162
|
-
|
|
163
|
-
const filterSensitiveLog: (obj: InvalidName) => any;
|
|
164
|
-
}
|
|
165
149
|
|
|
166
150
|
export interface TooManyTags extends __SmithyException, $MetadataBearer {
|
|
167
151
|
name: "TooManyTags";
|
|
@@ -169,10 +153,6 @@ export interface TooManyTags extends __SmithyException, $MetadataBearer {
|
|
|
169
153
|
message?: string;
|
|
170
154
|
resourceName?: string;
|
|
171
155
|
}
|
|
172
|
-
export declare namespace TooManyTags {
|
|
173
|
-
|
|
174
|
-
const filterSensitiveLog: (obj: TooManyTags) => any;
|
|
175
|
-
}
|
|
176
156
|
|
|
177
157
|
export interface CloudWatchLogsLogGroup {
|
|
178
158
|
|
|
@@ -251,80 +231,48 @@ export interface InvalidArn extends __SmithyException, $MetadataBearer {
|
|
|
251
231
|
$fault: "client";
|
|
252
232
|
message?: string;
|
|
253
233
|
}
|
|
254
|
-
export declare namespace InvalidArn {
|
|
255
|
-
|
|
256
|
-
const filterSensitiveLog: (obj: InvalidArn) => any;
|
|
257
|
-
}
|
|
258
234
|
|
|
259
235
|
export interface InvalidDefinition extends __SmithyException, $MetadataBearer {
|
|
260
236
|
name: "InvalidDefinition";
|
|
261
237
|
$fault: "client";
|
|
262
238
|
message?: string;
|
|
263
239
|
}
|
|
264
|
-
export declare namespace InvalidDefinition {
|
|
265
|
-
|
|
266
|
-
const filterSensitiveLog: (obj: InvalidDefinition) => any;
|
|
267
|
-
}
|
|
268
240
|
|
|
269
241
|
export interface InvalidLoggingConfiguration extends __SmithyException, $MetadataBearer {
|
|
270
242
|
name: "InvalidLoggingConfiguration";
|
|
271
243
|
$fault: "client";
|
|
272
244
|
message?: string;
|
|
273
245
|
}
|
|
274
|
-
export declare namespace InvalidLoggingConfiguration {
|
|
275
|
-
|
|
276
|
-
const filterSensitiveLog: (obj: InvalidLoggingConfiguration) => any;
|
|
277
|
-
}
|
|
278
246
|
|
|
279
247
|
export interface InvalidTracingConfiguration extends __SmithyException, $MetadataBearer {
|
|
280
248
|
name: "InvalidTracingConfiguration";
|
|
281
249
|
$fault: "client";
|
|
282
250
|
message?: string;
|
|
283
251
|
}
|
|
284
|
-
export declare namespace InvalidTracingConfiguration {
|
|
285
|
-
|
|
286
|
-
const filterSensitiveLog: (obj: InvalidTracingConfiguration) => any;
|
|
287
|
-
}
|
|
288
252
|
|
|
289
253
|
export interface StateMachineAlreadyExists extends __SmithyException, $MetadataBearer {
|
|
290
254
|
name: "StateMachineAlreadyExists";
|
|
291
255
|
$fault: "client";
|
|
292
256
|
message?: string;
|
|
293
257
|
}
|
|
294
|
-
export declare namespace StateMachineAlreadyExists {
|
|
295
|
-
|
|
296
|
-
const filterSensitiveLog: (obj: StateMachineAlreadyExists) => any;
|
|
297
|
-
}
|
|
298
258
|
|
|
299
259
|
export interface StateMachineDeleting extends __SmithyException, $MetadataBearer {
|
|
300
260
|
name: "StateMachineDeleting";
|
|
301
261
|
$fault: "client";
|
|
302
262
|
message?: string;
|
|
303
263
|
}
|
|
304
|
-
export declare namespace StateMachineDeleting {
|
|
305
|
-
|
|
306
|
-
const filterSensitiveLog: (obj: StateMachineDeleting) => any;
|
|
307
|
-
}
|
|
308
264
|
|
|
309
265
|
export interface StateMachineLimitExceeded extends __SmithyException, $MetadataBearer {
|
|
310
266
|
name: "StateMachineLimitExceeded";
|
|
311
267
|
$fault: "client";
|
|
312
268
|
message?: string;
|
|
313
269
|
}
|
|
314
|
-
export declare namespace StateMachineLimitExceeded {
|
|
315
|
-
|
|
316
|
-
const filterSensitiveLog: (obj: StateMachineLimitExceeded) => any;
|
|
317
|
-
}
|
|
318
270
|
|
|
319
271
|
export interface StateMachineTypeNotSupported extends __SmithyException, $MetadataBearer {
|
|
320
272
|
name: "StateMachineTypeNotSupported";
|
|
321
273
|
$fault: "client";
|
|
322
274
|
message?: string;
|
|
323
275
|
}
|
|
324
|
-
export declare namespace StateMachineTypeNotSupported {
|
|
325
|
-
|
|
326
|
-
const filterSensitiveLog: (obj: StateMachineTypeNotSupported) => any;
|
|
327
|
-
}
|
|
328
276
|
export interface DeleteActivityInput {
|
|
329
277
|
|
|
330
278
|
activityArn: string | undefined;
|
|
@@ -425,10 +373,6 @@ export interface ExecutionDoesNotExist extends __SmithyException, $MetadataBeare
|
|
|
425
373
|
$fault: "client";
|
|
426
374
|
message?: string;
|
|
427
375
|
}
|
|
428
|
-
export declare namespace ExecutionDoesNotExist {
|
|
429
|
-
|
|
430
|
-
const filterSensitiveLog: (obj: ExecutionDoesNotExist) => any;
|
|
431
|
-
}
|
|
432
376
|
export interface DescribeStateMachineInput {
|
|
433
377
|
|
|
434
378
|
stateMachineArn: string | undefined;
|
|
@@ -468,10 +412,6 @@ export interface StateMachineDoesNotExist extends __SmithyException, $MetadataBe
|
|
|
468
412
|
$fault: "client";
|
|
469
413
|
message?: string;
|
|
470
414
|
}
|
|
471
|
-
export declare namespace StateMachineDoesNotExist {
|
|
472
|
-
|
|
473
|
-
const filterSensitiveLog: (obj: StateMachineDoesNotExist) => any;
|
|
474
|
-
}
|
|
475
415
|
export interface DescribeStateMachineForExecutionInput {
|
|
476
416
|
|
|
477
417
|
executionArn: string | undefined;
|
|
@@ -925,10 +865,6 @@ export interface InvalidToken extends __SmithyException, $MetadataBearer {
|
|
|
925
865
|
$fault: "client";
|
|
926
866
|
message?: string;
|
|
927
867
|
}
|
|
928
|
-
export declare namespace InvalidToken {
|
|
929
|
-
|
|
930
|
-
const filterSensitiveLog: (obj: InvalidToken) => any;
|
|
931
|
-
}
|
|
932
868
|
export interface ListActivitiesInput {
|
|
933
869
|
|
|
934
870
|
maxResults?: number;
|
|
@@ -1049,10 +985,6 @@ export interface ResourceNotFound extends __SmithyException, $MetadataBearer {
|
|
|
1049
985
|
message?: string;
|
|
1050
986
|
resourceName?: string;
|
|
1051
987
|
}
|
|
1052
|
-
export declare namespace ResourceNotFound {
|
|
1053
|
-
|
|
1054
|
-
const filterSensitiveLog: (obj: ResourceNotFound) => any;
|
|
1055
|
-
}
|
|
1056
988
|
export interface SendTaskFailureInput {
|
|
1057
989
|
|
|
1058
990
|
taskToken: string | undefined;
|
|
@@ -1076,19 +1008,11 @@ export interface TaskDoesNotExist extends __SmithyException, $MetadataBearer {
|
|
|
1076
1008
|
$fault: "client";
|
|
1077
1009
|
message?: string;
|
|
1078
1010
|
}
|
|
1079
|
-
export declare namespace TaskDoesNotExist {
|
|
1080
|
-
|
|
1081
|
-
const filterSensitiveLog: (obj: TaskDoesNotExist) => any;
|
|
1082
|
-
}
|
|
1083
1011
|
export interface TaskTimedOut extends __SmithyException, $MetadataBearer {
|
|
1084
1012
|
name: "TaskTimedOut";
|
|
1085
1013
|
$fault: "client";
|
|
1086
1014
|
message?: string;
|
|
1087
1015
|
}
|
|
1088
|
-
export declare namespace TaskTimedOut {
|
|
1089
|
-
|
|
1090
|
-
const filterSensitiveLog: (obj: TaskTimedOut) => any;
|
|
1091
|
-
}
|
|
1092
1016
|
export interface SendTaskHeartbeatInput {
|
|
1093
1017
|
|
|
1094
1018
|
taskToken: string | undefined;
|
|
@@ -1109,10 +1033,6 @@ export interface InvalidOutput extends __SmithyException, $MetadataBearer {
|
|
|
1109
1033
|
$fault: "client";
|
|
1110
1034
|
message?: string;
|
|
1111
1035
|
}
|
|
1112
|
-
export declare namespace InvalidOutput {
|
|
1113
|
-
|
|
1114
|
-
const filterSensitiveLog: (obj: InvalidOutput) => any;
|
|
1115
|
-
}
|
|
1116
1036
|
export interface SendTaskSuccessInput {
|
|
1117
1037
|
|
|
1118
1038
|
taskToken: string | undefined;
|
|
@@ -1135,30 +1055,18 @@ export interface ExecutionAlreadyExists extends __SmithyException, $MetadataBear
|
|
|
1135
1055
|
$fault: "client";
|
|
1136
1056
|
message?: string;
|
|
1137
1057
|
}
|
|
1138
|
-
export declare namespace ExecutionAlreadyExists {
|
|
1139
|
-
|
|
1140
|
-
const filterSensitiveLog: (obj: ExecutionAlreadyExists) => any;
|
|
1141
|
-
}
|
|
1142
1058
|
|
|
1143
1059
|
export interface ExecutionLimitExceeded extends __SmithyException, $MetadataBearer {
|
|
1144
1060
|
name: "ExecutionLimitExceeded";
|
|
1145
1061
|
$fault: "client";
|
|
1146
1062
|
message?: string;
|
|
1147
1063
|
}
|
|
1148
|
-
export declare namespace ExecutionLimitExceeded {
|
|
1149
|
-
|
|
1150
|
-
const filterSensitiveLog: (obj: ExecutionLimitExceeded) => any;
|
|
1151
|
-
}
|
|
1152
1064
|
|
|
1153
1065
|
export interface InvalidExecutionInput extends __SmithyException, $MetadataBearer {
|
|
1154
1066
|
name: "InvalidExecutionInput";
|
|
1155
1067
|
$fault: "client";
|
|
1156
1068
|
message?: string;
|
|
1157
1069
|
}
|
|
1158
|
-
export declare namespace InvalidExecutionInput {
|
|
1159
|
-
|
|
1160
|
-
const filterSensitiveLog: (obj: InvalidExecutionInput) => any;
|
|
1161
|
-
}
|
|
1162
1070
|
export interface StartExecutionInput {
|
|
1163
1071
|
|
|
1164
1072
|
stateMachineArn: string | undefined;
|
|
@@ -1301,10 +1209,6 @@ export interface MissingRequiredParameter extends __SmithyException, $MetadataBe
|
|
|
1301
1209
|
$fault: "client";
|
|
1302
1210
|
message?: string;
|
|
1303
1211
|
}
|
|
1304
|
-
export declare namespace MissingRequiredParameter {
|
|
1305
|
-
|
|
1306
|
-
const filterSensitiveLog: (obj: MissingRequiredParameter) => any;
|
|
1307
|
-
}
|
|
1308
1212
|
export interface UpdateStateMachineInput {
|
|
1309
1213
|
|
|
1310
1214
|
stateMachineArn: string | undefined;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { SFNClientConfig } from "./SFNClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: SFNClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -10,7 +11,7 @@ export declare const getRuntimeConfig: (config: SFNClientConfig) => {
|
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { SFNClientConfig } from "./SFNClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: SFNClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
9
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: SFNClientConfig) => {
|
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
24
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
25
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
26
27
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
27
28
|
tls?: boolean | undefined;
|
|
28
29
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
package/package.json
CHANGED
|
@@ -1,18 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sfn",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sfn Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.47.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
|
-
"build:cjs": "tsc -p tsconfig.json",
|
|
8
|
-
"build:docs": "
|
|
7
|
+
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
8
|
+
"build:docs": "typedoc",
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
|
-
"
|
|
12
|
-
"clean
|
|
13
|
-
"clean:docs": "rimraf ./docs",
|
|
14
|
-
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
|
|
15
|
-
"test": "exit 0"
|
|
11
|
+
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
+
"clean": "rimraf ./dist-*"
|
|
16
13
|
},
|
|
17
14
|
"main": "./dist-cjs/index.js",
|
|
18
15
|
"types": "./dist-types/index.d.ts",
|
|
@@ -21,48 +18,44 @@
|
|
|
21
18
|
"dependencies": {
|
|
22
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
44
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
45
|
-
"@aws-sdk/util-base64-node": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-
|
|
49
|
-
"@aws-sdk/util-
|
|
50
|
-
"@aws-sdk/util-
|
|
51
|
-
"@aws-sdk/util-
|
|
21
|
+
"@aws-sdk/client-sts": "3.47.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.47.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.47.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.47.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.47.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.47.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.47.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.47.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.47.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.47.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.47.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.47.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.47.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.47.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.47.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.47.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.47.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.47.0",
|
|
39
|
+
"@aws-sdk/types": "3.47.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.47.0",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.47.0",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.47.0",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.47.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.47.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.47.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.47.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.47.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.47.0",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.47.0",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.47.0",
|
|
52
51
|
"tslib": "^2.3.0"
|
|
53
52
|
},
|
|
54
53
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
56
|
-
"@types/node": "^12.7.5"
|
|
57
|
-
"downlevel-dts": "0.7.0",
|
|
58
|
-
"jest": "^26.1.0",
|
|
59
|
-
"rimraf": "^3.0.0",
|
|
60
|
-
"ts-jest": "^26.4.1",
|
|
61
|
-
"typedoc": "^0.19.2",
|
|
62
|
-
"typescript": "~4.3.5"
|
|
54
|
+
"@aws-sdk/service-client-documentation-generator": "3.47.0",
|
|
55
|
+
"@types/node": "^12.7.5"
|
|
63
56
|
},
|
|
64
57
|
"engines": {
|
|
65
|
-
"node": ">=
|
|
58
|
+
"node": ">=12.0.0"
|
|
66
59
|
},
|
|
67
60
|
"typesVersions": {
|
|
68
61
|
"<4.0": {
|