@aws-sdk/client-swf 3.388.0 → 3.391.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.
@@ -3,5 +3,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
4
  const s = "required", t = "fn", u = "argv", v = "ref";
5
5
  const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = "getAttr", g = { [s]: false, "type": "String" }, h = { [s]: true, "default": false, "type": "Boolean" }, i = { [v]: "Endpoint" }, j = { [t]: "booleanEquals", [u]: [{ [v]: "UseFIPS" }, true] }, k = { [t]: "booleanEquals", [u]: [{ [v]: "UseDualStack" }, true] }, l = {}, m = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [{ [v]: e }, "supportsFIPS"] }] }, n = { [v]: e }, o = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [n, "supportsDualStack"] }] }, p = [j], q = [k], r = [{ [v]: "Region" }];
6
- const _data = { version: "1.0", parameters: { Region: g, UseDualStack: h, UseFIPS: h, Endpoint: g }, rules: [{ conditions: [{ [t]: a, [u]: [i] }], type: b, rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: i, properties: l, headers: l }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [t]: a, [u]: r }], type: b, rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: e }], type: b, rules: [{ conditions: [j, k], type: b, rules: [{ conditions: [m, o], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://swf-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: p, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ conditions: [{ [t]: "stringEquals", [u]: ["aws-us-gov", { [t]: f, [u]: [n, "name"] }] }], endpoint: { url: "https://swf.{Region}.amazonaws.com", properties: l, headers: l }, type: d }, { endpoint: { url: "https://swf-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: q, type: b, rules: [{ conditions: [o], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://swf.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://swf.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
6
+ const _data = { version: "1.0", parameters: { Region: g, UseDualStack: h, UseFIPS: h, Endpoint: g }, rules: [{ conditions: [{ [t]: a, [u]: [i] }], type: b, rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: i, properties: l, headers: l }, type: d }] }, { conditions: [{ [t]: a, [u]: r }], type: b, rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: e }], type: b, rules: [{ conditions: [j, k], type: b, rules: [{ conditions: [m, o], type: b, rules: [{ endpoint: { url: "https://swf-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: p, type: b, rules: [{ conditions: [m], type: b, rules: [{ conditions: [{ [t]: "stringEquals", [u]: ["aws-us-gov", { [t]: f, [u]: [n, "name"] }] }], endpoint: { url: "https://swf.{Region}.amazonaws.com", properties: l, headers: l }, type: d }, { endpoint: { url: "https://swf-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: q, type: b, rules: [{ conditions: [o], type: b, rules: [{ endpoint: { url: "https://swf.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://swf.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] };
7
7
  exports.ruleSet = _data;
@@ -93,6 +93,7 @@ exports.DecisionType = {
93
93
  StartTimer: "StartTimer",
94
94
  };
95
95
  exports.DecisionTaskTimeoutType = {
96
+ SCHEDULE_TO_START: "SCHEDULE_TO_START",
96
97
  START_TO_CLOSE: "START_TO_CLOSE",
97
98
  };
98
99
  exports.EventType = {
@@ -1,4 +1,4 @@
1
1
  const s = "required", t = "fn", u = "argv", v = "ref";
2
2
  const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = "getAttr", g = { [s]: false, "type": "String" }, h = { [s]: true, "default": false, "type": "Boolean" }, i = { [v]: "Endpoint" }, j = { [t]: "booleanEquals", [u]: [{ [v]: "UseFIPS" }, true] }, k = { [t]: "booleanEquals", [u]: [{ [v]: "UseDualStack" }, true] }, l = {}, m = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [{ [v]: e }, "supportsFIPS"] }] }, n = { [v]: e }, o = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [n, "supportsDualStack"] }] }, p = [j], q = [k], r = [{ [v]: "Region" }];
3
- const _data = { version: "1.0", parameters: { Region: g, UseDualStack: h, UseFIPS: h, Endpoint: g }, rules: [{ conditions: [{ [t]: a, [u]: [i] }], type: b, rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: i, properties: l, headers: l }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [t]: a, [u]: r }], type: b, rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: e }], type: b, rules: [{ conditions: [j, k], type: b, rules: [{ conditions: [m, o], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://swf-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: p, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ conditions: [{ [t]: "stringEquals", [u]: ["aws-us-gov", { [t]: f, [u]: [n, "name"] }] }], endpoint: { url: "https://swf.{Region}.amazonaws.com", properties: l, headers: l }, type: d }, { endpoint: { url: "https://swf-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: q, type: b, rules: [{ conditions: [o], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://swf.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://swf.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
3
+ const _data = { version: "1.0", parameters: { Region: g, UseDualStack: h, UseFIPS: h, Endpoint: g }, rules: [{ conditions: [{ [t]: a, [u]: [i] }], type: b, rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: i, properties: l, headers: l }, type: d }] }, { conditions: [{ [t]: a, [u]: r }], type: b, rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: e }], type: b, rules: [{ conditions: [j, k], type: b, rules: [{ conditions: [m, o], type: b, rules: [{ endpoint: { url: "https://swf-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: p, type: b, rules: [{ conditions: [m], type: b, rules: [{ conditions: [{ [t]: "stringEquals", [u]: ["aws-us-gov", { [t]: f, [u]: [n, "name"] }] }], endpoint: { url: "https://swf.{Region}.amazonaws.com", properties: l, headers: l }, type: d }, { endpoint: { url: "https://swf-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: q, type: b, rules: [{ conditions: [o], type: b, rules: [{ endpoint: { url: "https://swf.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://swf.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] };
4
4
  export const ruleSet = _data;
@@ -88,6 +88,7 @@ export const DecisionType = {
88
88
  StartTimer: "StartTimer",
89
89
  };
90
90
  export const DecisionTaskTimeoutType = {
91
+ SCHEDULE_TO_START: "SCHEDULE_TO_START",
91
92
  START_TO_CLOSE: "START_TO_CLOSE",
92
93
  };
93
94
  export const EventType = {
@@ -174,6 +174,7 @@ export interface GetWorkflowExecutionHistoryCommandOutput extends History, __Met
174
174
  * // },
175
175
  * // taskPriority: "STRING_VALUE",
176
176
  * // startToCloseTimeout: "STRING_VALUE",
177
+ * // scheduleToStartTimeout: "STRING_VALUE",
177
178
  * // },
178
179
  * // decisionTaskStartedEventAttributes: { // DecisionTaskStartedEventAttributes
179
180
  * // identity: "STRING_VALUE",
@@ -183,9 +184,13 @@ export interface GetWorkflowExecutionHistoryCommandOutput extends History, __Met
183
184
  * // executionContext: "STRING_VALUE",
184
185
  * // scheduledEventId: Number("long"), // required
185
186
  * // startedEventId: Number("long"), // required
187
+ * // taskList: {
188
+ * // name: "STRING_VALUE", // required
189
+ * // },
190
+ * // taskListScheduleToStartTimeout: "STRING_VALUE",
186
191
  * // },
187
192
  * // decisionTaskTimedOutEventAttributes: { // DecisionTaskTimedOutEventAttributes
188
- * // timeoutType: "START_TO_CLOSE", // required
193
+ * // timeoutType: "START_TO_CLOSE" || "SCHEDULE_TO_START", // required
189
194
  * // scheduledEventId: Number("long"), // required
190
195
  * // startedEventId: Number("long"), // required
191
196
  * // },
@@ -281,9 +286,7 @@ export interface GetWorkflowExecutionHistoryCommandOutput extends History, __Met
281
286
  * // control: "STRING_VALUE",
282
287
  * // input: "STRING_VALUE",
283
288
  * // executionStartToCloseTimeout: "STRING_VALUE",
284
- * // taskList: {
285
- * // name: "STRING_VALUE", // required
286
- * // },
289
+ * // taskList: "<TaskList>", // required
287
290
  * // taskPriority: "STRING_VALUE",
288
291
  * // decisionTaskCompletedEventId: Number("long"), // required
289
292
  * // childPolicy: "TERMINATE" || "REQUEST_CANCEL" || "ABANDON", // required
@@ -203,6 +203,7 @@ export interface PollForDecisionTaskCommandOutput extends DecisionTask, __Metada
203
203
  * // },
204
204
  * // taskPriority: "STRING_VALUE",
205
205
  * // startToCloseTimeout: "STRING_VALUE",
206
+ * // scheduleToStartTimeout: "STRING_VALUE",
206
207
  * // },
207
208
  * // decisionTaskStartedEventAttributes: { // DecisionTaskStartedEventAttributes
208
209
  * // identity: "STRING_VALUE",
@@ -212,9 +213,13 @@ export interface PollForDecisionTaskCommandOutput extends DecisionTask, __Metada
212
213
  * // executionContext: "STRING_VALUE",
213
214
  * // scheduledEventId: Number("long"), // required
214
215
  * // startedEventId: Number("long"), // required
216
+ * // taskList: {
217
+ * // name: "STRING_VALUE", // required
218
+ * // },
219
+ * // taskListScheduleToStartTimeout: "STRING_VALUE",
215
220
  * // },
216
221
  * // decisionTaskTimedOutEventAttributes: { // DecisionTaskTimedOutEventAttributes
217
- * // timeoutType: "START_TO_CLOSE", // required
222
+ * // timeoutType: "START_TO_CLOSE" || "SCHEDULE_TO_START", // required
218
223
  * // scheduledEventId: Number("long"), // required
219
224
  * // startedEventId: Number("long"), // required
220
225
  * // },
@@ -310,9 +315,7 @@ export interface PollForDecisionTaskCommandOutput extends DecisionTask, __Metada
310
315
  * // control: "STRING_VALUE",
311
316
  * // input: "STRING_VALUE",
312
317
  * // executionStartToCloseTimeout: "STRING_VALUE",
313
- * // taskList: {
314
- * // name: "STRING_VALUE", // required
315
- * // },
318
+ * // taskList: "<TaskList>", // required
316
319
  * // taskPriority: "STRING_VALUE",
317
320
  * // decisionTaskCompletedEventId: Number("long"), // required
318
321
  * // childPolicy: "TERMINATE" || "REQUEST_CANCEL" || "ABANDON", // required
@@ -150,6 +150,10 @@ export interface RespondDecisionTaskCompletedCommandOutput extends __MetadataBea
150
150
  * },
151
151
  * ],
152
152
  * executionContext: "STRING_VALUE",
153
+ * taskList: {
154
+ * name: "STRING_VALUE", // required
155
+ * },
156
+ * taskListScheduleToStartTimeout: "STRING_VALUE",
153
157
  * };
154
158
  * const command = new RespondDecisionTaskCompletedCommand(input);
155
159
  * const response = await client.send(command);
@@ -2382,6 +2382,16 @@ export interface DecisionTaskCompletedEventAttributes {
2382
2382
  * events leading up to this event.</p>
2383
2383
  */
2384
2384
  startedEventId: number | undefined;
2385
+ /**
2386
+ * @public
2387
+ * <p>Represents a task list.</p>
2388
+ */
2389
+ taskList?: TaskList;
2390
+ /**
2391
+ * @public
2392
+ * <p>The maximum amount of time the decision task can wait to be assigned to a worker.</p>
2393
+ */
2394
+ taskListScheduleToStartTimeout?: string;
2385
2395
  }
2386
2396
  /**
2387
2397
  * @public
@@ -2408,6 +2418,11 @@ export interface DecisionTaskScheduledEventAttributes {
2408
2418
  * <p>The duration is specified in seconds, an integer greater than or equal to <code>0</code>. You can use <code>NONE</code> to specify unlimited duration.</p>
2409
2419
  */
2410
2420
  startToCloseTimeout?: string;
2421
+ /**
2422
+ * @public
2423
+ * <p>The maximum amount of time the decision task can wait to be assigned to a worker.</p>
2424
+ */
2425
+ scheduleToStartTimeout?: string;
2411
2426
  }
2412
2427
  /**
2413
2428
  * @public
@@ -2432,6 +2447,7 @@ export interface DecisionTaskStartedEventAttributes {
2432
2447
  * @enum
2433
2448
  */
2434
2449
  export declare const DecisionTaskTimeoutType: {
2450
+ readonly SCHEDULE_TO_START: "SCHEDULE_TO_START";
2435
2451
  readonly START_TO_CLOSE: "START_TO_CLOSE";
2436
2452
  };
2437
2453
  /**
@@ -5998,6 +6014,17 @@ export interface RespondDecisionTaskCompletedInput {
5998
6014
  * <p>User defined context to add to workflow execution.</p>
5999
6015
  */
6000
6016
  executionContext?: string;
6017
+ /**
6018
+ * @public
6019
+ * <p>The task list to use for the future decision tasks of this workflow execution. This list overrides the original task list you specified while starting the workflow execution. </p>
6020
+ */
6021
+ taskList?: TaskList;
6022
+ /**
6023
+ * @public
6024
+ * <p>Specifies a timeout (in seconds) for the task list override. When this parameter is missing, the task list override is permanent. This parameter makes it possible to temporarily override the task list. If a decision task scheduled on the override task list is not started within the timeout, the decision task will time out. Amazon SWF will revert the override and schedule a new decision task to the original task list.</p>
6025
+ * <p>If a decision task scheduled on the override task list is started within the timeout, but not completed within the start-to-close timeout, Amazon SWF will also revert the override and schedule a new decision task to the original task list.</p>
6026
+ */
6027
+ taskListScheduleToStartTimeout?: string;
6001
6028
  }
6002
6029
  /**
6003
6030
  * @public
@@ -394,17 +394,21 @@ export interface DecisionTaskCompletedEventAttributes {
394
394
  executionContext?: string;
395
395
  scheduledEventId: number | undefined;
396
396
  startedEventId: number | undefined;
397
+ taskList?: TaskList;
398
+ taskListScheduleToStartTimeout?: string;
397
399
  }
398
400
  export interface DecisionTaskScheduledEventAttributes {
399
401
  taskList: TaskList | undefined;
400
402
  taskPriority?: string;
401
403
  startToCloseTimeout?: string;
404
+ scheduleToStartTimeout?: string;
402
405
  }
403
406
  export interface DecisionTaskStartedEventAttributes {
404
407
  identity?: string;
405
408
  scheduledEventId: number | undefined;
406
409
  }
407
410
  export declare const DecisionTaskTimeoutType: {
411
+ readonly SCHEDULE_TO_START: "SCHEDULE_TO_START";
408
412
  readonly START_TO_CLOSE: "START_TO_CLOSE";
409
413
  };
410
414
  export type DecisionTaskTimeoutType =
@@ -1131,6 +1135,8 @@ export interface RespondDecisionTaskCompletedInput {
1131
1135
  taskToken: string | undefined;
1132
1136
  decisions?: Decision[];
1133
1137
  executionContext?: string;
1138
+ taskList?: TaskList;
1139
+ taskListScheduleToStartTimeout?: string;
1134
1140
  }
1135
1141
  export interface Run {
1136
1142
  runId?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-swf",
3
3
  "description": "AWS SDK for JavaScript Swf Client for Node.js, Browser and React Native",
4
- "version": "3.388.0",
4
+ "version": "3.391.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",
@@ -21,37 +21,37 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.388.0",
25
- "@aws-sdk/credential-provider-node": "3.388.0",
26
- "@aws-sdk/middleware-host-header": "3.387.0",
27
- "@aws-sdk/middleware-logger": "3.387.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.387.0",
29
- "@aws-sdk/middleware-signing": "3.387.0",
30
- "@aws-sdk/middleware-user-agent": "3.387.0",
31
- "@aws-sdk/types": "3.387.0",
32
- "@aws-sdk/util-endpoints": "3.387.0",
33
- "@aws-sdk/util-user-agent-browser": "3.387.0",
34
- "@aws-sdk/util-user-agent-node": "3.387.0",
35
- "@smithy/config-resolver": "^2.0.2",
36
- "@smithy/fetch-http-handler": "^2.0.2",
37
- "@smithy/hash-node": "^2.0.2",
38
- "@smithy/invalid-dependency": "^2.0.2",
39
- "@smithy/middleware-content-length": "^2.0.2",
40
- "@smithy/middleware-endpoint": "^2.0.2",
41
- "@smithy/middleware-retry": "^2.0.2",
42
- "@smithy/middleware-serde": "^2.0.2",
24
+ "@aws-sdk/client-sts": "3.391.0",
25
+ "@aws-sdk/credential-provider-node": "3.391.0",
26
+ "@aws-sdk/middleware-host-header": "3.391.0",
27
+ "@aws-sdk/middleware-logger": "3.391.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.391.0",
29
+ "@aws-sdk/middleware-signing": "3.391.0",
30
+ "@aws-sdk/middleware-user-agent": "3.391.0",
31
+ "@aws-sdk/types": "3.391.0",
32
+ "@aws-sdk/util-endpoints": "3.391.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.391.0",
34
+ "@aws-sdk/util-user-agent-node": "3.391.0",
35
+ "@smithy/config-resolver": "^2.0.3",
36
+ "@smithy/fetch-http-handler": "^2.0.3",
37
+ "@smithy/hash-node": "^2.0.3",
38
+ "@smithy/invalid-dependency": "^2.0.3",
39
+ "@smithy/middleware-content-length": "^2.0.3",
40
+ "@smithy/middleware-endpoint": "^2.0.3",
41
+ "@smithy/middleware-retry": "^2.0.3",
42
+ "@smithy/middleware-serde": "^2.0.3",
43
43
  "@smithy/middleware-stack": "^2.0.0",
44
- "@smithy/node-config-provider": "^2.0.2",
45
- "@smithy/node-http-handler": "^2.0.2",
46
- "@smithy/protocol-http": "^2.0.2",
47
- "@smithy/smithy-client": "^2.0.2",
48
- "@smithy/types": "^2.1.0",
49
- "@smithy/url-parser": "^2.0.2",
44
+ "@smithy/node-config-provider": "^2.0.3",
45
+ "@smithy/node-http-handler": "^2.0.3",
46
+ "@smithy/protocol-http": "^2.0.3",
47
+ "@smithy/smithy-client": "^2.0.3",
48
+ "@smithy/types": "^2.2.0",
49
+ "@smithy/url-parser": "^2.0.3",
50
50
  "@smithy/util-base64": "^2.0.0",
51
51
  "@smithy/util-body-length-browser": "^2.0.0",
52
52
  "@smithy/util-body-length-node": "^2.0.0",
53
- "@smithy/util-defaults-mode-browser": "^2.0.2",
54
- "@smithy/util-defaults-mode-node": "^2.0.2",
53
+ "@smithy/util-defaults-mode-browser": "^2.0.3",
54
+ "@smithy/util-defaults-mode-node": "^2.0.3",
55
55
  "@smithy/util-retry": "^2.0.0",
56
56
  "@smithy/util-utf8": "^2.0.0",
57
57
  "tslib": "^2.5.0"