@aws-sdk/client-ec2 3.211.0 → 3.213.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.
@@ -25096,6 +25096,9 @@ const serializeAws_ec2CreateNatGatewayRequest = (input, context) => {
25096
25096
  if (input.ConnectivityType != null) {
25097
25097
  entries["ConnectivityType"] = input.ConnectivityType;
25098
25098
  }
25099
+ if (input.PrivateIpAddress != null) {
25100
+ entries["PrivateIpAddress"] = input.PrivateIpAddress;
25101
+ }
25099
25102
  return entries;
25100
25103
  };
25101
25104
  const serializeAws_ec2CreateNetworkAclEntryRequest = (input, context) => {
@@ -23978,6 +23978,9 @@ const serializeAws_ec2CreateNatGatewayRequest = (input, context) => {
23978
23978
  if (input.ConnectivityType != null) {
23979
23979
  entries["ConnectivityType"] = input.ConnectivityType;
23980
23980
  }
23981
+ if (input.PrivateIpAddress != null) {
23982
+ entries["PrivateIpAddress"] = input.PrivateIpAddress;
23983
+ }
23981
23984
  return entries;
23982
23985
  };
23983
23986
  const serializeAws_ec2CreateNetworkAclEntryRequest = (input, context) => {
@@ -1097,48 +1097,28 @@ export interface SpotOptionsRequest {
1097
1097
  * <p>The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance
1098
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
1099
1099
  * <i>Amazon EC2 User Guide</i>.</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
- *
1100
+ * <p>
1101
+ * <code>lowest-price</code> - EC2 Fleet launches instances from the lowest-price Spot Instance pool that
1102
+ * has available capacity. If the cheapest pool doesn't have available capacity, the Spot Instances
1103
+ * come from the next cheapest pool that has available capacity. If a pool runs out of
1104
+ * capacity before fulfilling your desired capacity, EC2 Fleet will continue to fulfill your
1105
+ * request by drawing from the next cheapest pool. To ensure that your desired capacity is
1106
+ * met, you might receive Spot Instances from several pools.</p>
1107
+ * <p>
1108
+ * <code>diversified</code> - EC2 Fleet launches instances from all
1109
+ * of the Spot Instance pools that you specify.</p>
1110
+ * <p>
1111
+ * <code>capacity-optimized</code> (recommended) - EC2 Fleet
1112
+ * launches instances from Spot Instance pools with optimal capacity for the number of instances that
1113
+ * are launching. To give certain instance types a higher chance of launching first, use
1114
+ * <code>capacity-optimized-prioritized</code>. Set a priority for each instance type by
1115
+ * using the <code>Priority</code> parameter for <code>LaunchTemplateOverrides</code>. You can
1116
+ * assign the same priority to different <code>LaunchTemplateOverrides</code>. EC2 implements
1117
+ * the priorities on a best-effort basis, but optimizes for capacity first.
1118
+ * <code>capacity-optimized-prioritized</code> is supported only if your fleet uses a
1119
+ * launch template. Note that if the On-Demand <code>AllocationStrategy</code> is set to
1120
+ * <code>prioritized</code>, the same priority is applied when fulfilling On-Demand
1121
+ * capacity.</p>
1142
1122
  * <p>Default: <code>lowest-price</code>
1143
1123
  * </p>
1144
1124
  */
@@ -2050,7 +2030,8 @@ export interface CreateFlowLogsRequest {
2050
2030
  /**
2051
2031
  * <p>The IDs of the resources to monitor. For example, if the resource type is
2052
2032
  * <code>VPC</code>, specify the IDs of the VPCs.</p>
2053
- * <p>Constraints: Maximum of 1000 resources</p>
2033
+ * <p>Constraints: Maximum of 25 for transit gateway resource types. Maximum of 1000 for the
2034
+ * other resource types.</p>
2054
2035
  */
2055
2036
  ResourceIds: string[] | undefined;
2056
2037
  /**
@@ -2058,8 +2039,9 @@ export interface CreateFlowLogsRequest {
2058
2039
  */
2059
2040
  ResourceType: FlowLogsResourceType | string | undefined;
2060
2041
  /**
2061
- * <p>The type of traffic to monitor (accepted traffic, rejected traffic, or all
2062
- * traffic).</p>
2042
+ * <p>The type of traffic to monitor (accepted traffic, rejected traffic, or all traffic).
2043
+ * This parameter is not supported for transit gateway resource types. It is required for
2044
+ * the other resource types.</p>
2063
2045
  */
2064
2046
  TrafficType?: TrafficType | string;
2065
2047
  /**
@@ -2092,10 +2074,11 @@ export interface CreateFlowLogsRequest {
2092
2074
  LogDestination?: string;
2093
2075
  /**
2094
2076
  * <p>The fields to include in the flow log record. List the fields in the order in which
2095
- * they should appear. For more information about the available fields, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html#flow-log-records">Flow log
2096
- * records</a>. If you omit this parameter, the flow log is created using the
2077
+ * they should appear. If you omit this parameter, the flow log is created using the
2097
2078
  * default format. If you specify this parameter, you must include at least one
2098
- * field.</p>
2079
+ * field. For more information about the available fields, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html#flow-log-records">Flow log
2080
+ * records</a> in the <i>Amazon VPC User Guide</i> or <a href="https://docs.aws.amazon.com/vpc/latest/tgw/tgw-flow-logs.html#flow-log-records">Transit Gateway Flow Log
2081
+ * records</a> in the <i>Amazon Web Services Transit Gateway Guide</i>.</p>
2099
2082
  * <p>Specify the fields using the <code>${field-id}</code> format, separated by spaces. For
2100
2083
  * the CLI, surround this parameter value with single quotes on Linux or
2101
2084
  * double quotes on Windows.</p>
@@ -2106,7 +2089,9 @@ export interface CreateFlowLogsRequest {
2106
2089
  */
2107
2090
  TagSpecifications?: TagSpecification[];
2108
2091
  /**
2109
- * <p>The maximum interval of time during which a flow of packets is captured and aggregated into a flow log record. You can specify 60 seconds (1 minute) or 600 seconds (10 minutes).</p>
2092
+ * <p>The maximum interval of time during which a flow of packets is captured and aggregated into a flow log record.
2093
+ * The possible values are 60 seconds (1 minute) or 600 seconds (10 minutes).
2094
+ * This parameter must be 60 seconds for transit gateway resource types.</p>
2110
2095
  * <p>When a network interface is attached to a <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances">Nitro-based
2111
2096
  * instance</a>, the aggregation interval is always 60 seconds or less, regardless
2112
2097
  * of the value that you specify.</p>
@@ -5426,6 +5411,10 @@ export interface CreateNatGatewayRequest {
5426
5411
  * The default is public connectivity.</p>
5427
5412
  */
5428
5413
  ConnectivityType?: ConnectivityType | string;
5414
+ /**
5415
+ * <p>The private IPv4 address to assign to the NAT gateway. If you don't provide an address, a private IPv4 address will be automatically assigned.</p>
5416
+ */
5417
+ PrivateIpAddress?: string;
5429
5418
  }
5430
5419
  /**
5431
5420
  * <p>Describes the IP addresses and network interface associated with a NAT gateway.</p>
@@ -3099,48 +3099,28 @@ 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
- *
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
- *
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>
3144
3124
  * <p>Default: <code>lowest-price</code>
3145
3125
  * </p>
3146
3126
  */
@@ -4364,48 +4364,28 @@ 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
- *
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
- *
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>
4409
4389
  * <p>Default: <code>lowestPrice</code>
4410
4390
  * </p>
4411
4391
  */
@@ -1357,6 +1357,7 @@ export interface CreateNatGatewayRequest {
1357
1357
  SubnetId: string | undefined;
1358
1358
  TagSpecifications?: TagSpecification[];
1359
1359
  ConnectivityType?: ConnectivityType | string;
1360
+ PrivateIpAddress?: string;
1360
1361
  }
1361
1362
  export interface NatGatewayAddress {
1362
1363
  AllocationId?: string;
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.211.0",
4
+ "version": "3.213.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,40 +19,40 @@
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.211.0",
23
- "@aws-sdk/config-resolver": "3.209.0",
24
- "@aws-sdk/credential-provider-node": "3.211.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.209.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.209.0",
40
- "@aws-sdk/node-http-handler": "3.208.0",
41
- "@aws-sdk/protocol-http": "3.208.0",
42
- "@aws-sdk/smithy-client": "3.209.0",
43
- "@aws-sdk/types": "3.208.0",
44
- "@aws-sdk/url-parser": "3.208.0",
22
+ "@aws-sdk/client-sts": "3.213.0",
23
+ "@aws-sdk/config-resolver": "3.212.0",
24
+ "@aws-sdk/credential-provider-node": "3.212.0",
25
+ "@aws-sdk/fetch-http-handler": "3.212.0",
26
+ "@aws-sdk/hash-node": "3.212.0",
27
+ "@aws-sdk/invalid-dependency": "3.212.0",
28
+ "@aws-sdk/middleware-content-length": "3.212.0",
29
+ "@aws-sdk/middleware-endpoint": "3.212.0",
30
+ "@aws-sdk/middleware-host-header": "3.212.0",
31
+ "@aws-sdk/middleware-logger": "3.212.0",
32
+ "@aws-sdk/middleware-recursion-detection": "3.212.0",
33
+ "@aws-sdk/middleware-retry": "3.212.0",
34
+ "@aws-sdk/middleware-sdk-ec2": "3.212.0",
35
+ "@aws-sdk/middleware-serde": "3.212.0",
36
+ "@aws-sdk/middleware-signing": "3.212.0",
37
+ "@aws-sdk/middleware-stack": "3.212.0",
38
+ "@aws-sdk/middleware-user-agent": "3.212.0",
39
+ "@aws-sdk/node-config-provider": "3.212.0",
40
+ "@aws-sdk/node-http-handler": "3.212.0",
41
+ "@aws-sdk/protocol-http": "3.212.0",
42
+ "@aws-sdk/smithy-client": "3.212.0",
43
+ "@aws-sdk/types": "3.212.0",
44
+ "@aws-sdk/url-parser": "3.212.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.209.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.209.0",
50
- "@aws-sdk/util-endpoints": "3.211.0",
51
- "@aws-sdk/util-user-agent-browser": "3.208.0",
52
- "@aws-sdk/util-user-agent-node": "3.209.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.212.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.212.0",
50
+ "@aws-sdk/util-endpoints": "3.212.0",
51
+ "@aws-sdk/util-user-agent-browser": "3.212.0",
52
+ "@aws-sdk/util-user-agent-node": "3.212.0",
53
53
  "@aws-sdk/util-utf8-browser": "3.188.0",
54
54
  "@aws-sdk/util-utf8-node": "3.208.0",
55
- "@aws-sdk/util-waiter": "3.208.0",
55
+ "@aws-sdk/util-waiter": "3.212.0",
56
56
  "fast-xml-parser": "4.0.11",
57
57
  "tslib": "^2.3.1",
58
58
  "uuid": "^8.3.2"