@aws-sdk/client-managedblockchain 3.427.0 → 3.429.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.
@@ -54,7 +54,7 @@ export interface Accessor {
54
54
  * <p>Currently, accessor type is restricted to <code>BILLING_TOKEN</code>.</p>
55
55
  * </note>
56
56
  */
57
- Type?: AccessorType | string;
57
+ Type?: AccessorType;
58
58
  /**
59
59
  * @public
60
60
  * <p>The billing token is a property of the accessor. Use this token to make Ethereum API calls to your
@@ -66,7 +66,7 @@ export interface Accessor {
66
66
  * @public
67
67
  * <p>The current status of the accessor.</p>
68
68
  */
69
- Status?: AccessorStatus | string;
69
+ Status?: AccessorStatus;
70
70
  /**
71
71
  * @public
72
72
  * <p>The creation date and time of the accessor.</p>
@@ -103,12 +103,12 @@ export interface AccessorSummary {
103
103
  * <p>Currently accessor type is restricted to <code>BILLING_TOKEN</code>.</p>
104
104
  * </note>
105
105
  */
106
- Type?: AccessorType | string;
106
+ Type?: AccessorType;
107
107
  /**
108
108
  * @public
109
109
  * <p>The current status of the accessor.</p>
110
110
  */
111
- Status?: AccessorStatus | string;
111
+ Status?: AccessorStatus;
112
112
  /**
113
113
  * @public
114
114
  * <p>The creation date and time of the accessor.</p>
@@ -154,7 +154,7 @@ export interface ApprovalThresholdPolicy {
154
154
  * @public
155
155
  * <p>Determines whether the vote percentage must be greater than the <code>ThresholdPercentage</code> or must be greater than or equal to the <code>ThreholdPercentage</code> to be approved.</p>
156
156
  */
157
- ThresholdComparator?: ThresholdComparator | string;
157
+ ThresholdComparator?: ThresholdComparator;
158
158
  }
159
159
  /**
160
160
  * @public
@@ -176,7 +176,7 @@ export interface CreateAccessorInput {
176
176
  * <p>Currently, accessor type is restricted to <code>BILLING_TOKEN</code>.</p>
177
177
  * </note>
178
178
  */
179
- AccessorType: AccessorType | string | undefined;
179
+ AccessorType: AccessorType | undefined;
180
180
  /**
181
181
  * @public
182
182
  * <p>Tags to assign to the Accessor.</p>
@@ -512,7 +512,7 @@ export interface NetworkFabricConfiguration {
512
512
  * @public
513
513
  * <p>The edition of Amazon Managed Blockchain that the network uses. For more information, see <a href="http://aws.amazon.com/managed-blockchain/pricing/">Amazon Managed Blockchain Pricing</a>.</p>
514
514
  */
515
- Edition: Edition | string | undefined;
515
+ Edition: Edition | undefined;
516
516
  }
517
517
  /**
518
518
  * @public
@@ -570,7 +570,7 @@ export interface CreateNetworkInput {
570
570
  * @public
571
571
  * <p>The blockchain framework that the network uses.</p>
572
572
  */
573
- Framework: Framework | string | undefined;
573
+ Framework: Framework | undefined;
574
574
  /**
575
575
  * @public
576
576
  * <p>The version of the blockchain framework that the network uses.</p>
@@ -685,7 +685,7 @@ export interface NodeConfiguration {
685
685
  * <p>The state database that the node uses. Values are <code>LevelDB</code> or <code>CouchDB</code>. When using an Amazon Managed Blockchain network with Hyperledger Fabric version 1.4 or later, the default is <code>CouchDB</code>.</p>
686
686
  * <p>Applies only to Hyperledger Fabric.</p>
687
687
  */
688
- StateDB?: StateDBType | string;
688
+ StateDB?: StateDBType;
689
689
  }
690
690
  /**
691
691
  * @public
@@ -1070,7 +1070,7 @@ export interface Member {
1070
1070
  * </li>
1071
1071
  * </ul>
1072
1072
  */
1073
- Status?: MemberStatus | string;
1073
+ Status?: MemberStatus;
1074
1074
  /**
1075
1075
  * @public
1076
1076
  * <p>The date and time that the member was created.</p>
@@ -1149,7 +1149,7 @@ export interface NetworkFabricAttributes {
1149
1149
  * @public
1150
1150
  * <p>The edition of Amazon Managed Blockchain that Hyperledger Fabric uses. For more information, see <a href="http://aws.amazon.com/managed-blockchain/pricing/">Amazon Managed Blockchain Pricing</a>.</p>
1151
1151
  */
1152
- Edition?: Edition | string;
1152
+ Edition?: Edition;
1153
1153
  }
1154
1154
  /**
1155
1155
  * @public
@@ -1206,7 +1206,7 @@ export interface Network {
1206
1206
  * @public
1207
1207
  * <p>The blockchain framework that the network uses.</p>
1208
1208
  */
1209
- Framework?: Framework | string;
1209
+ Framework?: Framework;
1210
1210
  /**
1211
1211
  * @public
1212
1212
  * <p>The version of the blockchain framework that the network uses.</p>
@@ -1231,7 +1231,7 @@ export interface Network {
1231
1231
  * @public
1232
1232
  * <p>The current status of the network.</p>
1233
1233
  */
1234
- Status?: NetworkStatus | string;
1234
+ Status?: NetworkStatus;
1235
1235
  /**
1236
1236
  * @public
1237
1237
  * <p>The date and time that the network was created.</p>
@@ -1393,7 +1393,7 @@ export interface Node {
1393
1393
  * <p>The state database that the node uses. Values are <code>LevelDB</code> or <code>CouchDB</code>.</p>
1394
1394
  * <p>Applies only to Hyperledger Fabric.</p>
1395
1395
  */
1396
- StateDB?: StateDBType | string;
1396
+ StateDB?: StateDBType;
1397
1397
  /**
1398
1398
  * @public
1399
1399
  * <p>The status of the node.</p>
@@ -1437,7 +1437,7 @@ export interface Node {
1437
1437
  * </li>
1438
1438
  * </ul>
1439
1439
  */
1440
- Status?: NodeStatus | string;
1440
+ Status?: NodeStatus;
1441
1441
  /**
1442
1442
  * @public
1443
1443
  * <p>The date and time that the node was created.</p>
@@ -1564,7 +1564,7 @@ export interface Proposal {
1564
1564
  * </li>
1565
1565
  * </ul>
1566
1566
  */
1567
- Status?: ProposalStatus | string;
1567
+ Status?: ProposalStatus;
1568
1568
  /**
1569
1569
  * @public
1570
1570
  * <p>
@@ -1659,7 +1659,7 @@ export interface NetworkSummary {
1659
1659
  * @public
1660
1660
  * <p>The blockchain framework that the network uses.</p>
1661
1661
  */
1662
- Framework?: Framework | string;
1662
+ Framework?: Framework;
1663
1663
  /**
1664
1664
  * @public
1665
1665
  * <p>The version of the blockchain framework that the network uses.</p>
@@ -1669,7 +1669,7 @@ export interface NetworkSummary {
1669
1669
  * @public
1670
1670
  * <p>The current status of the network.</p>
1671
1671
  */
1672
- Status?: NetworkStatus | string;
1672
+ Status?: NetworkStatus;
1673
1673
  /**
1674
1674
  * @public
1675
1675
  * <p>The date and time that the network was created.</p>
@@ -1743,7 +1743,7 @@ export interface Invitation {
1743
1743
  * </li>
1744
1744
  * </ul>
1745
1745
  */
1746
- Status?: InvitationStatus | string;
1746
+ Status?: InvitationStatus;
1747
1747
  /**
1748
1748
  * @public
1749
1749
  * <p>A summary of network configuration properties.</p>
@@ -1834,7 +1834,7 @@ export interface ListMembersInput {
1834
1834
  * @public
1835
1835
  * <p>An optional status specifier. If provided, only members currently in this status are listed.</p>
1836
1836
  */
1837
- Status?: MemberStatus | string;
1837
+ Status?: MemberStatus;
1838
1838
  /**
1839
1839
  * @public
1840
1840
  * <p>An optional Boolean value. If provided, the request is limited either to
@@ -1911,7 +1911,7 @@ export interface MemberSummary {
1911
1911
  * </li>
1912
1912
  * </ul>
1913
1913
  */
1914
- Status?: MemberStatus | string;
1914
+ Status?: MemberStatus;
1915
1915
  /**
1916
1916
  * @public
1917
1917
  * <p>The date and time that the member was created.</p>
@@ -1956,13 +1956,13 @@ export interface ListNetworksInput {
1956
1956
  * @public
1957
1957
  * <p>An optional framework specifier. If provided, only networks of this framework type are listed.</p>
1958
1958
  */
1959
- Framework?: Framework | string;
1959
+ Framework?: Framework;
1960
1960
  /**
1961
1961
  * @public
1962
1962
  * <p>An optional status specifier. If provided, only networks currently in this status are listed.</p>
1963
1963
  * <p>Applies only to Hyperledger Fabric.</p>
1964
1964
  */
1965
- Status?: NetworkStatus | string;
1965
+ Status?: NetworkStatus;
1966
1966
  /**
1967
1967
  * @public
1968
1968
  * <p>The maximum number of networks to list.</p>
@@ -2008,7 +2008,7 @@ export interface ListNodesInput {
2008
2008
  * @public
2009
2009
  * <p>An optional status specifier. If provided, only nodes currently in this status are listed.</p>
2010
2010
  */
2011
- Status?: NodeStatus | string;
2011
+ Status?: NodeStatus;
2012
2012
  /**
2013
2013
  * @public
2014
2014
  * <p>The maximum number of nodes to list.</p>
@@ -2034,7 +2034,7 @@ export interface NodeSummary {
2034
2034
  * @public
2035
2035
  * <p>The status of the node.</p>
2036
2036
  */
2037
- Status?: NodeStatus | string;
2037
+ Status?: NodeStatus;
2038
2038
  /**
2039
2039
  * @public
2040
2040
  * <p>The date and time that the node was created.</p>
@@ -2157,7 +2157,7 @@ export interface ProposalSummary {
2157
2157
  * </li>
2158
2158
  * </ul>
2159
2159
  */
2160
- Status?: ProposalStatus | string;
2160
+ Status?: ProposalStatus;
2161
2161
  /**
2162
2162
  * @public
2163
2163
  * <p>
@@ -2252,7 +2252,7 @@ export interface VoteSummary {
2252
2252
  * The vote value, either <code>YES</code> or <code>NO</code>.
2253
2253
  * </p>
2254
2254
  */
2255
- Vote?: VoteValue | string;
2255
+ Vote?: VoteValue;
2256
2256
  /**
2257
2257
  * @public
2258
2258
  * <p>
@@ -2448,7 +2448,7 @@ export interface VoteOnProposalInput {
2448
2448
  * The value of the vote.
2449
2449
  * </p>
2450
2450
  */
2451
- Vote: VoteValue | string | undefined;
2451
+ Vote: VoteValue | undefined;
2452
2452
  }
2453
2453
  /**
2454
2454
  * @public
@@ -21,17 +21,17 @@ export declare const AccessorType: {
21
21
  export type AccessorType = (typeof AccessorType)[keyof typeof AccessorType];
22
22
  export interface Accessor {
23
23
  Id?: string;
24
- Type?: AccessorType | string;
24
+ Type?: AccessorType;
25
25
  BillingToken?: string;
26
- Status?: AccessorStatus | string;
26
+ Status?: AccessorStatus;
27
27
  CreationDate?: Date;
28
28
  Arn?: string;
29
29
  Tags?: Record<string, string>;
30
30
  }
31
31
  export interface AccessorSummary {
32
32
  Id?: string;
33
- Type?: AccessorType | string;
34
- Status?: AccessorStatus | string;
33
+ Type?: AccessorType;
34
+ Status?: AccessorStatus;
35
35
  CreationDate?: Date;
36
36
  Arn?: string;
37
37
  }
@@ -44,11 +44,11 @@ export type ThresholdComparator =
44
44
  export interface ApprovalThresholdPolicy {
45
45
  ThresholdPercentage?: number;
46
46
  ProposalDurationInHours?: number;
47
- ThresholdComparator?: ThresholdComparator | string;
47
+ ThresholdComparator?: ThresholdComparator;
48
48
  }
49
49
  export interface CreateAccessorInput {
50
50
  ClientRequestToken?: string;
51
- AccessorType: AccessorType | string | undefined;
51
+ AccessorType: AccessorType | undefined;
52
52
  Tags?: Record<string, string>;
53
53
  }
54
54
  export interface CreateAccessorOutput {
@@ -166,7 +166,7 @@ export declare const Edition: {
166
166
  };
167
167
  export type Edition = (typeof Edition)[keyof typeof Edition];
168
168
  export interface NetworkFabricConfiguration {
169
- Edition: Edition | string | undefined;
169
+ Edition: Edition | undefined;
170
170
  }
171
171
  export interface NetworkFrameworkConfiguration {
172
172
  Fabric?: NetworkFabricConfiguration;
@@ -178,7 +178,7 @@ export interface CreateNetworkInput {
178
178
  ClientRequestToken?: string;
179
179
  Name: string | undefined;
180
180
  Description?: string;
181
- Framework: Framework | string | undefined;
181
+ Framework: Framework | undefined;
182
182
  FrameworkVersion: string | undefined;
183
183
  FrameworkConfiguration?: NetworkFrameworkConfiguration;
184
184
  VotingPolicy: VotingPolicy | undefined;
@@ -205,7 +205,7 @@ export interface NodeConfiguration {
205
205
  InstanceType: string | undefined;
206
206
  AvailabilityZone?: string;
207
207
  LogPublishingConfiguration?: NodeLogPublishingConfiguration;
208
- StateDB?: StateDBType | string;
208
+ StateDB?: StateDBType;
209
209
  }
210
210
  export interface CreateNodeInput {
211
211
  ClientRequestToken?: string;
@@ -287,7 +287,7 @@ export interface Member {
287
287
  Description?: string;
288
288
  FrameworkAttributes?: MemberFrameworkAttributes;
289
289
  LogPublishingConfiguration?: MemberLogPublishingConfiguration;
290
- Status?: MemberStatus | string;
290
+ Status?: MemberStatus;
291
291
  CreationDate?: Date;
292
292
  Tags?: Record<string, string>;
293
293
  Arn?: string;
@@ -304,7 +304,7 @@ export interface NetworkEthereumAttributes {
304
304
  }
305
305
  export interface NetworkFabricAttributes {
306
306
  OrderingServiceEndpoint?: string;
307
- Edition?: Edition | string;
307
+ Edition?: Edition;
308
308
  }
309
309
  export interface NetworkFrameworkAttributes {
310
310
  Fabric?: NetworkFabricAttributes;
@@ -322,12 +322,12 @@ export interface Network {
322
322
  Id?: string;
323
323
  Name?: string;
324
324
  Description?: string;
325
- Framework?: Framework | string;
325
+ Framework?: Framework;
326
326
  FrameworkVersion?: string;
327
327
  FrameworkAttributes?: NetworkFrameworkAttributes;
328
328
  VpcEndpointServiceName?: string;
329
329
  VotingPolicy?: VotingPolicy;
330
- Status?: NetworkStatus | string;
330
+ Status?: NetworkStatus;
331
331
  CreationDate?: Date;
332
332
  Tags?: Record<string, string>;
333
333
  Arn?: string;
@@ -372,8 +372,8 @@ export interface Node {
372
372
  AvailabilityZone?: string;
373
373
  FrameworkAttributes?: NodeFrameworkAttributes;
374
374
  LogPublishingConfiguration?: NodeLogPublishingConfiguration;
375
- StateDB?: StateDBType | string;
376
- Status?: NodeStatus | string;
375
+ StateDB?: StateDBType;
376
+ Status?: NodeStatus;
377
377
  CreationDate?: Date;
378
378
  Tags?: Record<string, string>;
379
379
  Arn?: string;
@@ -402,7 +402,7 @@ export interface Proposal {
402
402
  Actions?: ProposalActions;
403
403
  ProposedByMemberId?: string;
404
404
  ProposedByMemberName?: string;
405
- Status?: ProposalStatus | string;
405
+ Status?: ProposalStatus;
406
406
  CreationDate?: Date;
407
407
  ExpirationDate?: Date;
408
408
  YesVoteCount?: number;
@@ -426,9 +426,9 @@ export interface NetworkSummary {
426
426
  Id?: string;
427
427
  Name?: string;
428
428
  Description?: string;
429
- Framework?: Framework | string;
429
+ Framework?: Framework;
430
430
  FrameworkVersion?: string;
431
- Status?: NetworkStatus | string;
431
+ Status?: NetworkStatus;
432
432
  CreationDate?: Date;
433
433
  Arn?: string;
434
434
  }
@@ -445,7 +445,7 @@ export interface Invitation {
445
445
  InvitationId?: string;
446
446
  CreationDate?: Date;
447
447
  ExpirationDate?: Date;
448
- Status?: InvitationStatus | string;
448
+ Status?: InvitationStatus;
449
449
  NetworkSummary?: NetworkSummary;
450
450
  Arn?: string;
451
451
  }
@@ -468,7 +468,7 @@ export interface ListInvitationsOutput {
468
468
  export interface ListMembersInput {
469
469
  NetworkId: string | undefined;
470
470
  Name?: string;
471
- Status?: MemberStatus | string;
471
+ Status?: MemberStatus;
472
472
  IsOwned?: boolean;
473
473
  MaxResults?: number;
474
474
  NextToken?: string;
@@ -477,7 +477,7 @@ export interface MemberSummary {
477
477
  Id?: string;
478
478
  Name?: string;
479
479
  Description?: string;
480
- Status?: MemberStatus | string;
480
+ Status?: MemberStatus;
481
481
  CreationDate?: Date;
482
482
  IsOwned?: boolean;
483
483
  Arn?: string;
@@ -488,8 +488,8 @@ export interface ListMembersOutput {
488
488
  }
489
489
  export interface ListNetworksInput {
490
490
  Name?: string;
491
- Framework?: Framework | string;
492
- Status?: NetworkStatus | string;
491
+ Framework?: Framework;
492
+ Status?: NetworkStatus;
493
493
  MaxResults?: number;
494
494
  NextToken?: string;
495
495
  }
@@ -500,13 +500,13 @@ export interface ListNetworksOutput {
500
500
  export interface ListNodesInput {
501
501
  NetworkId: string | undefined;
502
502
  MemberId?: string;
503
- Status?: NodeStatus | string;
503
+ Status?: NodeStatus;
504
504
  MaxResults?: number;
505
505
  NextToken?: string;
506
506
  }
507
507
  export interface NodeSummary {
508
508
  Id?: string;
509
- Status?: NodeStatus | string;
509
+ Status?: NodeStatus;
510
510
  CreationDate?: Date;
511
511
  AvailabilityZone?: string;
512
512
  InstanceType?: string;
@@ -526,7 +526,7 @@ export interface ProposalSummary {
526
526
  Description?: string;
527
527
  ProposedByMemberId?: string;
528
528
  ProposedByMemberName?: string;
529
- Status?: ProposalStatus | string;
529
+ Status?: ProposalStatus;
530
530
  CreationDate?: Date;
531
531
  ExpirationDate?: Date;
532
532
  Arn?: string;
@@ -547,7 +547,7 @@ export declare const VoteValue: {
547
547
  };
548
548
  export type VoteValue = (typeof VoteValue)[keyof typeof VoteValue];
549
549
  export interface VoteSummary {
550
- Vote?: VoteValue | string;
550
+ Vote?: VoteValue;
551
551
  MemberName?: string;
552
552
  MemberId?: string;
553
553
  }
@@ -592,7 +592,7 @@ export interface VoteOnProposalInput {
592
592
  NetworkId: string | undefined;
593
593
  ProposalId: string | undefined;
594
594
  VoterMemberId: string | undefined;
595
- Vote: VoteValue | string | undefined;
595
+ Vote: VoteValue | undefined;
596
596
  }
597
597
  export interface VoteOnProposalOutput {}
598
598
  export declare const MemberFabricConfigurationFilterSensitiveLog: (
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-managedblockchain",
3
3
  "description": "AWS SDK for JavaScript Managedblockchain Client for Node.js, Browser and React Native",
4
- "version": "3.427.0",
4
+ "version": "3.429.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,39 +21,39 @@
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.427.0",
25
- "@aws-sdk/credential-provider-node": "3.427.0",
26
- "@aws-sdk/middleware-host-header": "3.425.0",
27
- "@aws-sdk/middleware-logger": "3.425.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.425.0",
29
- "@aws-sdk/middleware-signing": "3.425.0",
30
- "@aws-sdk/middleware-user-agent": "3.427.0",
31
- "@aws-sdk/region-config-resolver": "3.425.0",
32
- "@aws-sdk/types": "3.425.0",
33
- "@aws-sdk/util-endpoints": "3.427.0",
34
- "@aws-sdk/util-user-agent-browser": "3.425.0",
35
- "@aws-sdk/util-user-agent-node": "3.425.0",
36
- "@smithy/config-resolver": "^2.0.11",
37
- "@smithy/fetch-http-handler": "^2.2.1",
38
- "@smithy/hash-node": "^2.0.10",
39
- "@smithy/invalid-dependency": "^2.0.10",
40
- "@smithy/middleware-content-length": "^2.0.12",
41
- "@smithy/middleware-endpoint": "^2.0.10",
42
- "@smithy/middleware-retry": "^2.0.13",
43
- "@smithy/middleware-serde": "^2.0.10",
44
- "@smithy/middleware-stack": "^2.0.4",
45
- "@smithy/node-config-provider": "^2.0.13",
46
- "@smithy/node-http-handler": "^2.1.6",
47
- "@smithy/protocol-http": "^3.0.6",
48
- "@smithy/smithy-client": "^2.1.9",
49
- "@smithy/types": "^2.3.4",
50
- "@smithy/url-parser": "^2.0.10",
24
+ "@aws-sdk/client-sts": "3.429.0",
25
+ "@aws-sdk/credential-provider-node": "3.429.0",
26
+ "@aws-sdk/middleware-host-header": "3.429.0",
27
+ "@aws-sdk/middleware-logger": "3.428.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
+ "@aws-sdk/middleware-signing": "3.428.0",
30
+ "@aws-sdk/middleware-user-agent": "3.428.0",
31
+ "@aws-sdk/region-config-resolver": "3.428.0",
32
+ "@aws-sdk/types": "3.428.0",
33
+ "@aws-sdk/util-endpoints": "3.428.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.428.0",
35
+ "@aws-sdk/util-user-agent-node": "3.428.0",
36
+ "@smithy/config-resolver": "^2.0.14",
37
+ "@smithy/fetch-http-handler": "^2.2.3",
38
+ "@smithy/hash-node": "^2.0.11",
39
+ "@smithy/invalid-dependency": "^2.0.11",
40
+ "@smithy/middleware-content-length": "^2.0.13",
41
+ "@smithy/middleware-endpoint": "^2.1.1",
42
+ "@smithy/middleware-retry": "^2.0.16",
43
+ "@smithy/middleware-serde": "^2.0.11",
44
+ "@smithy/middleware-stack": "^2.0.5",
45
+ "@smithy/node-config-provider": "^2.1.1",
46
+ "@smithy/node-http-handler": "^2.1.7",
47
+ "@smithy/protocol-http": "^3.0.7",
48
+ "@smithy/smithy-client": "^2.1.11",
49
+ "@smithy/types": "^2.3.5",
50
+ "@smithy/url-parser": "^2.0.11",
51
51
  "@smithy/util-base64": "^2.0.0",
52
52
  "@smithy/util-body-length-browser": "^2.0.0",
53
53
  "@smithy/util-body-length-node": "^2.1.0",
54
- "@smithy/util-defaults-mode-browser": "^2.0.13",
55
- "@smithy/util-defaults-mode-node": "^2.0.15",
56
- "@smithy/util-retry": "^2.0.3",
54
+ "@smithy/util-defaults-mode-browser": "^2.0.15",
55
+ "@smithy/util-defaults-mode-node": "^2.0.19",
56
+ "@smithy/util-retry": "^2.0.4",
57
57
  "@smithy/util-utf8": "^2.0.0",
58
58
  "tslib": "^2.5.0",
59
59
  "uuid": "^8.3.2"