@aws-sdk/client-ec2 3.207.0 → 3.208.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.
@@ -277,6 +277,7 @@ var AllocationStrategy;
277
277
  AllocationStrategy["CAPACITY_OPTIMIZED_PRIORITIZED"] = "capacityOptimizedPrioritized";
278
278
  AllocationStrategy["DIVERSIFIED"] = "diversified";
279
279
  AllocationStrategy["LOWEST_PRICE"] = "lowestPrice";
280
+ AllocationStrategy["PRICE_CAPACITY_OPTIMIZED"] = "priceCapacityOptimized";
280
281
  })(AllocationStrategy = exports.AllocationStrategy || (exports.AllocationStrategy = {}));
281
282
  var AllocationType;
282
283
  (function (AllocationType) {
@@ -72,6 +72,7 @@ var SpotAllocationStrategy;
72
72
  SpotAllocationStrategy["CAPACITY_OPTIMIZED_PRIORITIZED"] = "capacity-optimized-prioritized";
73
73
  SpotAllocationStrategy["DIVERSIFIED"] = "diversified";
74
74
  SpotAllocationStrategy["LOWEST_PRICE"] = "lowest-price";
75
+ SpotAllocationStrategy["PRICE_CAPACITY_OPTIMIZED"] = "price-capacity-optimized";
75
76
  })(SpotAllocationStrategy = exports.SpotAllocationStrategy || (exports.SpotAllocationStrategy = {}));
76
77
  var SpotInstanceInterruptionBehavior;
77
78
  (function (SpotInstanceInterruptionBehavior) {
@@ -269,6 +269,7 @@ export var AllocationStrategy;
269
269
  AllocationStrategy["CAPACITY_OPTIMIZED_PRIORITIZED"] = "capacityOptimizedPrioritized";
270
270
  AllocationStrategy["DIVERSIFIED"] = "diversified";
271
271
  AllocationStrategy["LOWEST_PRICE"] = "lowestPrice";
272
+ AllocationStrategy["PRICE_CAPACITY_OPTIMIZED"] = "priceCapacityOptimized";
272
273
  })(AllocationStrategy || (AllocationStrategy = {}));
273
274
  export var AllocationType;
274
275
  (function (AllocationType) {
@@ -64,6 +64,7 @@ export var SpotAllocationStrategy;
64
64
  SpotAllocationStrategy["CAPACITY_OPTIMIZED_PRIORITIZED"] = "capacity-optimized-prioritized";
65
65
  SpotAllocationStrategy["DIVERSIFIED"] = "diversified";
66
66
  SpotAllocationStrategy["LOWEST_PRICE"] = "lowest-price";
67
+ SpotAllocationStrategy["PRICE_CAPACITY_OPTIMIZED"] = "price-capacity-optimized";
67
68
  })(SpotAllocationStrategy || (SpotAllocationStrategy = {}));
68
69
  export var SpotInstanceInterruptionBehavior;
69
70
  (function (SpotInstanceInterruptionBehavior) {
@@ -2105,7 +2105,8 @@ export declare enum AllocationStrategy {
2105
2105
  CAPACITY_OPTIMIZED = "capacityOptimized",
2106
2106
  CAPACITY_OPTIMIZED_PRIORITIZED = "capacityOptimizedPrioritized",
2107
2107
  DIVERSIFIED = "diversified",
2108
- LOWEST_PRICE = "lowestPrice"
2108
+ LOWEST_PRICE = "lowestPrice",
2109
+ PRICE_CAPACITY_OPTIMIZED = "priceCapacityOptimized"
2109
2110
  }
2110
2111
  export declare enum AllocationType {
2111
2112
  used = "used"
@@ -1036,7 +1036,8 @@ export declare enum SpotAllocationStrategy {
1036
1036
  CAPACITY_OPTIMIZED = "capacity-optimized",
1037
1037
  CAPACITY_OPTIMIZED_PRIORITIZED = "capacity-optimized-prioritized",
1038
1038
  DIVERSIFIED = "diversified",
1039
- LOWEST_PRICE = "lowest-price"
1039
+ LOWEST_PRICE = "lowest-price",
1040
+ PRICE_CAPACITY_OPTIMIZED = "price-capacity-optimized"
1040
1041
  }
1041
1042
  export declare enum SpotInstanceInterruptionBehavior {
1042
1043
  hibernate = "hibernate",
@@ -1096,28 +1097,48 @@ export interface SpotOptionsRequest {
1096
1097
  * <p>The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance
1097
1098
  * pools specified by the EC2 Fleet launch configuration. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-allocation-strategy.html">Allocation strategies for Spot Instances</a> in the
1098
1099
  * <i>Amazon EC2 User Guide</i>.</p>
1099
- * <p>
1100
- * <code>lowest-price</code> - EC2 Fleet launches instances from the lowest-price Spot Instance pool that
1101
- * has available capacity. If the cheapest pool doesn't have available capacity, the Spot Instances
1102
- * come from the next cheapest pool that has available capacity. If a pool runs out of
1103
- * capacity before fulfilling your desired capacity, EC2 Fleet will continue to fulfill your
1104
- * request by drawing from the next cheapest pool. To ensure that your desired capacity is
1105
- * met, you might receive Spot Instances from several pools.</p>
1106
- * <p>
1107
- * <code>diversified</code> - EC2 Fleet launches instances from all
1108
- * of the Spot Instance pools that you specify.</p>
1109
- * <p>
1110
- * <code>capacity-optimized</code> (recommended) - EC2 Fleet
1111
- * launches instances from Spot Instance pools with optimal capacity for the number of instances that
1112
- * are launching. To give certain instance types a higher chance of launching first, use
1113
- * <code>capacity-optimized-prioritized</code>. Set a priority for each instance type by
1114
- * using the <code>Priority</code> parameter for <code>LaunchTemplateOverrides</code>. You can
1115
- * assign the same priority to different <code>LaunchTemplateOverrides</code>. EC2 implements
1116
- * the priorities on a best-effort basis, but optimizes for capacity first.
1117
- * <code>capacity-optimized-prioritized</code> is supported only if your fleet uses a
1118
- * launch template. Note that if the On-Demand <code>AllocationStrategy</code> is set to
1119
- * <code>prioritized</code>, the same priority is applied when fulfilling On-Demand
1120
- * capacity.</p>
1100
+ *
1101
+ * <dl>
1102
+ * <dt>price-capacity-optimized (recommended)</dt>
1103
+ * <dd>
1104
+ * <p>EC2 Fleet identifies the pools with
1105
+ * the highest capacity availability for the number of instances that are launching. This means
1106
+ * that we will request Spot Instances from the pools that we believe have the lowest chance of interruption
1107
+ * in the near term. EC2 Fleet then requests Spot Instances from the lowest priced of these pools.</p>
1108
+ * </dd>
1109
+ * <dt>capacity-optimized</dt>
1110
+ * <dd>
1111
+ * <p>EC2 Fleet identifies the pools with
1112
+ * the highest capacity availability for the number of instances that are launching. This means
1113
+ * that we will request Spot Instances from the pools that we believe have the lowest chance of interruption
1114
+ * in the near term. To give certain
1115
+ * instance types a higher chance of launching first, use
1116
+ * <code>capacity-optimized-prioritized</code>. Set a priority for each instance type by
1117
+ * using the <code>Priority</code> parameter for <code>LaunchTemplateOverrides</code>. You can
1118
+ * assign the same priority to different <code>LaunchTemplateOverrides</code>. EC2 implements
1119
+ * the priorities on a best-effort basis, but optimizes for capacity first.
1120
+ * <code>capacity-optimized-prioritized</code> is supported only if your EC2 Fleet uses a
1121
+ * launch template. Note that if the On-Demand <code>AllocationStrategy</code> is set to
1122
+ * <code>prioritized</code>, the same priority is applied when fulfilling On-Demand
1123
+ * capacity.</p>
1124
+ * </dd>
1125
+ * <dt>diversified</dt>
1126
+ * <dd>
1127
+ * <p>EC2 Fleet requests instances from all of the Spot Instance pools that you
1128
+ * specify.</p>
1129
+ * </dd>
1130
+ * <dt>lowest-price</dt>
1131
+ * <dd>
1132
+ * <p>EC2 Fleet requests instances from the lowest priced Spot Instance pool that
1133
+ * has available capacity. If the lowest priced pool doesn't have available capacity, the Spot Instances
1134
+ * come from the next lowest priced pool that has available capacity. If a pool runs out of
1135
+ * capacity before fulfilling your desired capacity, EC2 Fleet will continue to fulfill your
1136
+ * request by drawing from the next lowest priced pool. To ensure that your desired capacity is
1137
+ * met, you might receive Spot Instances from several pools. Because this strategy only considers instance
1138
+ * price and not capacity availability, it might lead to high interruption rates.</p>
1139
+ * </dd>
1140
+ * </dl>
1141
+ *
1121
1142
  * <p>Default: <code>lowest-price</code>
1122
1143
  * </p>
1123
1144
  */
@@ -3099,28 +3099,48 @@ export interface SpotOptions {
3099
3099
  * <p>The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance
3100
3100
  * pools specified by the EC2 Fleet launch configuration. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-allocation-strategy.html">Allocation strategies for Spot Instances</a> in the
3101
3101
  * <i>Amazon EC2 User Guide</i>.</p>
3102
- * <p>
3103
- * <code>lowest-price</code> - EC2 Fleet launches instances from the lowest-price Spot Instance pool that
3104
- * has available capacity. If the cheapest pool doesn't have available capacity, the Spot Instances
3105
- * come from the next cheapest pool that has available capacity. If a pool runs out of
3106
- * capacity before fulfilling your desired capacity, EC2 Fleet will continue to fulfill your
3107
- * request by drawing from the next cheapest pool. To ensure that your desired capacity is
3108
- * met, you might receive Spot Instances from several pools.</p>
3109
- * <p>
3110
- * <code>diversified</code> - EC2 Fleet launches instances from all of the Spot Instance pools that you
3111
- * specify.</p>
3112
- * <p>
3113
- * <code>capacity-optimized</code> (recommended) - EC2 Fleet launches instances from Spot Instance pools
3114
- * with optimal capacity for the number of instances that are launching. To give certain
3115
- * instance types a higher chance of launching first, use
3116
- * <code>capacity-optimized-prioritized</code>. Set a priority for each instance type by
3117
- * using the <code>Priority</code> parameter for <code>LaunchTemplateOverrides</code>. You can
3118
- * assign the same priority to different <code>LaunchTemplateOverrides</code>. EC2 implements
3119
- * the priorities on a best-effort basis, but optimizes for capacity first.
3120
- * <code>capacity-optimized-prioritized</code> is supported only if your fleet uses a
3121
- * launch template. Note that if the On-Demand <code>AllocationStrategy</code> is set to
3122
- * <code>prioritized</code>, the same priority is applied when fulfilling On-Demand
3123
- * capacity.</p>
3102
+ *
3103
+ * <dl>
3104
+ * <dt>price-capacity-optimized (recommended)</dt>
3105
+ * <dd>
3106
+ * <p>EC2 Fleet identifies the pools with
3107
+ * the highest capacity availability for the number of instances that are launching. This means
3108
+ * that we will request Spot Instances from the pools that we believe have the lowest chance of interruption
3109
+ * in the near term. EC2 Fleet then requests Spot Instances from the lowest priced of these pools.</p>
3110
+ * </dd>
3111
+ * <dt>capacity-optimized</dt>
3112
+ * <dd>
3113
+ * <p>EC2 Fleet identifies the pools with
3114
+ * the highest capacity availability for the number of instances that are launching. This means
3115
+ * that we will request Spot Instances from the pools that we believe have the lowest chance of interruption
3116
+ * in the near term. To give certain
3117
+ * instance types a higher chance of launching first, use
3118
+ * <code>capacity-optimized-prioritized</code>. Set a priority for each instance type by
3119
+ * using the <code>Priority</code> parameter for <code>LaunchTemplateOverrides</code>. You can
3120
+ * assign the same priority to different <code>LaunchTemplateOverrides</code>. EC2 implements
3121
+ * the priorities on a best-effort basis, but optimizes for capacity first.
3122
+ * <code>capacity-optimized-prioritized</code> is supported only if your EC2 Fleet uses a
3123
+ * launch template. Note that if the On-Demand <code>AllocationStrategy</code> is set to
3124
+ * <code>prioritized</code>, the same priority is applied when fulfilling On-Demand
3125
+ * capacity.</p>
3126
+ * </dd>
3127
+ * <dt>diversified</dt>
3128
+ * <dd>
3129
+ * <p>EC2 Fleet requests instances from all of the Spot Instance pools that you
3130
+ * specify.</p>
3131
+ * </dd>
3132
+ * <dt>lowest-price</dt>
3133
+ * <dd>
3134
+ * <p>EC2 Fleet requests instances from the lowest priced Spot Instance pool that
3135
+ * has available capacity. If the lowest priced pool doesn't have available capacity, the Spot Instances
3136
+ * come from the next lowest priced pool that has available capacity. If a pool runs out of
3137
+ * capacity before fulfilling your desired capacity, EC2 Fleet will continue to fulfill your
3138
+ * request by drawing from the next lowest priced pool. To ensure that your desired capacity is
3139
+ * met, you might receive Spot Instances from several pools. Because this strategy only considers instance
3140
+ * price and not capacity availability, it might lead to high interruption rates.</p>
3141
+ * </dd>
3142
+ * </dl>
3143
+ *
3124
3144
  * <p>Default: <code>lowest-price</code>
3125
3145
  * </p>
3126
3146
  */
@@ -4364,28 +4364,48 @@ export interface SpotFleetRequestConfigData {
4364
4364
  * <p>The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance
4365
4365
  * pools specified by the Spot Fleet launch configuration. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-allocation-strategy.html">Allocation
4366
4366
  * strategies for Spot Instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
4367
- * <p>
4368
- * <code>lowestPrice</code> - Spot Fleet launches instances from the lowest-price Spot Instance pool
4369
- * that has available capacity. If the cheapest pool doesn't have available capacity, the
4370
- * Spot Instances come from the next cheapest pool that has available capacity. If a pool runs out
4371
- * of capacity before fulfilling your desired capacity, Spot Fleet will continue to fulfill your
4372
- * request by drawing from the next cheapest pool. To ensure that your desired capacity is
4373
- * met, you might receive Spot Instances from several pools.</p>
4374
- * <p>
4375
- * <code>diversified</code> - Spot Fleet launches instances from all of the Spot Instance pools that you
4376
- * specify.</p>
4377
- * <p>
4378
- * <code>capacityOptimized</code> (recommended) - Spot Fleet launches instances from Spot Instance pools
4379
- * with optimal capacity for the number of instances that are launching. To give certain
4380
- * instance types a higher chance of launching first, use
4381
- * <code>capacityOptimizedPrioritized</code>. Set a priority for each instance type by
4382
- * using the <code>Priority</code> parameter for <code>LaunchTemplateOverrides</code>. You can
4383
- * assign the same priority to different <code>LaunchTemplateOverrides</code>. EC2 implements
4384
- * the priorities on a best-effort basis, but optimizes for capacity first.
4385
- * <code>capacityOptimizedPrioritized</code> is supported only if your Spot Fleet uses a
4386
- * launch template. Note that if the <code>OnDemandAllocationStrategy</code> is set to
4387
- * <code>prioritized</code>, the same priority is applied when fulfilling On-Demand
4388
- * capacity.</p>
4367
+ *
4368
+ * <dl>
4369
+ * <dt>priceCapacityOptimized (recommended)</dt>
4370
+ * <dd>
4371
+ * <p>Spot Fleet identifies the pools with
4372
+ * the highest capacity availability for the number of instances that are launching. This means
4373
+ * that we will request Spot Instances from the pools that we believe have the lowest chance of interruption
4374
+ * in the near term. Spot Fleet then requests Spot Instances from the lowest priced of these pools.</p>
4375
+ * </dd>
4376
+ * <dt>capacityOptimized</dt>
4377
+ * <dd>
4378
+ * <p>Spot Fleet identifies the pools with
4379
+ * the highest capacity availability for the number of instances that are launching. This means
4380
+ * that we will request Spot Instances from the pools that we believe have the lowest chance of interruption
4381
+ * in the near term. To give certain
4382
+ * instance types a higher chance of launching first, use
4383
+ * <code>capacityOptimizedPrioritized</code>. Set a priority for each instance type by
4384
+ * using the <code>Priority</code> parameter for <code>LaunchTemplateOverrides</code>. You can
4385
+ * assign the same priority to different <code>LaunchTemplateOverrides</code>. EC2 implements
4386
+ * the priorities on a best-effort basis, but optimizes for capacity first.
4387
+ * <code>capacityOptimizedPrioritized</code> is supported only if your Spot Fleet uses a
4388
+ * launch template. Note that if the <code>OnDemandAllocationStrategy</code> is set to
4389
+ * <code>prioritized</code>, the same priority is applied when fulfilling On-Demand
4390
+ * capacity.</p>
4391
+ * </dd>
4392
+ * <dt>diversified</dt>
4393
+ * <dd>
4394
+ * <p>Spot Fleet requests instances from all of the Spot Instance pools that you
4395
+ * specify.</p>
4396
+ * </dd>
4397
+ * <dt>lowestPrice</dt>
4398
+ * <dd>
4399
+ * <p>Spot Fleet requests instances from the lowest priced Spot Instance pool that
4400
+ * has available capacity. If the lowest priced pool doesn't have available capacity, the Spot Instances
4401
+ * come from the next lowest priced pool that has available capacity. If a pool runs out of
4402
+ * capacity before fulfilling your desired capacity, Spot Fleet will continue to fulfill your
4403
+ * request by drawing from the next lowest priced pool. To ensure that your desired capacity is
4404
+ * met, you might receive Spot Instances from several pools. Because this strategy only considers instance
4405
+ * price and not capacity availability, it might lead to high interruption rates.</p>
4406
+ * </dd>
4407
+ * </dl>
4408
+ *
4389
4409
  * <p>Default: <code>lowestPrice</code>
4390
4410
  * </p>
4391
4411
  */
@@ -740,6 +740,7 @@ export declare enum AllocationStrategy {
740
740
  CAPACITY_OPTIMIZED_PRIORITIZED = "capacityOptimizedPrioritized",
741
741
  DIVERSIFIED = "diversified",
742
742
  LOWEST_PRICE = "lowestPrice",
743
+ PRICE_CAPACITY_OPTIMIZED = "priceCapacityOptimized",
743
744
  }
744
745
  export declare enum AllocationType {
745
746
  used = "used",
@@ -268,6 +268,7 @@ export declare enum SpotAllocationStrategy {
268
268
  CAPACITY_OPTIMIZED_PRIORITIZED = "capacity-optimized-prioritized",
269
269
  DIVERSIFIED = "diversified",
270
270
  LOWEST_PRICE = "lowest-price",
271
+ PRICE_CAPACITY_OPTIMIZED = "price-capacity-optimized",
271
272
  }
272
273
  export declare enum SpotInstanceInterruptionBehavior {
273
274
  hibernate = "hibernate",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ec2",
3
3
  "description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
4
- "version": "3.207.0",
4
+ "version": "3.208.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,50 +19,50 @@
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.204.0",
23
- "@aws-sdk/config-resolver": "3.201.0",
24
- "@aws-sdk/credential-provider-node": "3.204.0",
25
- "@aws-sdk/fetch-http-handler": "3.204.0",
26
- "@aws-sdk/hash-node": "3.201.0",
27
- "@aws-sdk/invalid-dependency": "3.201.0",
28
- "@aws-sdk/middleware-content-length": "3.201.0",
29
- "@aws-sdk/middleware-endpoint": "3.201.0",
30
- "@aws-sdk/middleware-host-header": "3.201.0",
31
- "@aws-sdk/middleware-logger": "3.201.0",
32
- "@aws-sdk/middleware-recursion-detection": "3.201.0",
33
- "@aws-sdk/middleware-retry": "3.201.0",
34
- "@aws-sdk/middleware-sdk-ec2": "3.201.0",
35
- "@aws-sdk/middleware-serde": "3.201.0",
36
- "@aws-sdk/middleware-signing": "3.201.0",
37
- "@aws-sdk/middleware-stack": "3.201.0",
38
- "@aws-sdk/middleware-user-agent": "3.201.0",
39
- "@aws-sdk/node-config-provider": "3.201.0",
40
- "@aws-sdk/node-http-handler": "3.201.0",
41
- "@aws-sdk/protocol-http": "3.201.0",
42
- "@aws-sdk/smithy-client": "3.201.0",
43
- "@aws-sdk/types": "3.201.0",
44
- "@aws-sdk/url-parser": "3.201.0",
45
- "@aws-sdk/util-base64": "3.202.0",
46
- "@aws-sdk/util-base64-browser": "3.188.0",
47
- "@aws-sdk/util-base64-node": "3.201.0",
22
+ "@aws-sdk/client-sts": "3.208.0",
23
+ "@aws-sdk/config-resolver": "3.208.0",
24
+ "@aws-sdk/credential-provider-node": "3.208.0",
25
+ "@aws-sdk/fetch-http-handler": "3.208.0",
26
+ "@aws-sdk/hash-node": "3.208.0",
27
+ "@aws-sdk/invalid-dependency": "3.208.0",
28
+ "@aws-sdk/middleware-content-length": "3.208.0",
29
+ "@aws-sdk/middleware-endpoint": "3.208.0",
30
+ "@aws-sdk/middleware-host-header": "3.208.0",
31
+ "@aws-sdk/middleware-logger": "3.208.0",
32
+ "@aws-sdk/middleware-recursion-detection": "3.208.0",
33
+ "@aws-sdk/middleware-retry": "3.208.0",
34
+ "@aws-sdk/middleware-sdk-ec2": "3.208.0",
35
+ "@aws-sdk/middleware-serde": "3.208.0",
36
+ "@aws-sdk/middleware-signing": "3.208.0",
37
+ "@aws-sdk/middleware-stack": "3.208.0",
38
+ "@aws-sdk/middleware-user-agent": "3.208.0",
39
+ "@aws-sdk/node-config-provider": "3.208.0",
40
+ "@aws-sdk/node-http-handler": "3.208.0",
41
+ "@aws-sdk/protocol-http": "3.208.0",
42
+ "@aws-sdk/smithy-client": "3.208.0",
43
+ "@aws-sdk/types": "3.208.0",
44
+ "@aws-sdk/url-parser": "3.208.0",
45
+ "@aws-sdk/util-base64": "3.208.0",
46
+ "@aws-sdk/util-base64-browser": "3.208.0",
47
+ "@aws-sdk/util-base64-node": "3.208.0",
48
48
  "@aws-sdk/util-body-length-browser": "3.188.0",
49
- "@aws-sdk/util-body-length-node": "3.201.0",
50
- "@aws-sdk/util-defaults-mode-browser": "3.201.0",
51
- "@aws-sdk/util-defaults-mode-node": "3.201.0",
52
- "@aws-sdk/util-endpoints": "3.202.0",
53
- "@aws-sdk/util-user-agent-browser": "3.201.0",
54
- "@aws-sdk/util-user-agent-node": "3.201.0",
49
+ "@aws-sdk/util-body-length-node": "3.208.0",
50
+ "@aws-sdk/util-defaults-mode-browser": "3.208.0",
51
+ "@aws-sdk/util-defaults-mode-node": "3.208.0",
52
+ "@aws-sdk/util-endpoints": "3.208.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.208.0",
54
+ "@aws-sdk/util-user-agent-node": "3.208.0",
55
55
  "@aws-sdk/util-utf8-browser": "3.188.0",
56
- "@aws-sdk/util-utf8-node": "3.201.0",
57
- "@aws-sdk/util-waiter": "3.201.0",
56
+ "@aws-sdk/util-utf8-node": "3.208.0",
57
+ "@aws-sdk/util-waiter": "3.208.0",
58
58
  "fast-xml-parser": "4.0.11",
59
59
  "tslib": "^2.3.1",
60
60
  "uuid": "^8.3.2"
61
61
  },
62
62
  "devDependencies": {
63
- "@aws-sdk/service-client-documentation-generator": "3.188.0",
63
+ "@aws-sdk/service-client-documentation-generator": "3.208.0",
64
64
  "@tsconfig/node14": "1.0.3",
65
- "@types/node": "^12.7.5",
65
+ "@types/node": "^14.14.31",
66
66
  "@types/uuid": "^8.3.0",
67
67
  "concurrently": "7.0.0",
68
68
  "downlevel-dts": "0.10.1",