@aws-sdk/client-ec2 3.495.0 → 3.497.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.
@@ -26,7 +26,12 @@ declare const DescribeElasticGpusCommand_base: {
26
26
  };
27
27
  /**
28
28
  * @public
29
- * <p>Describes the Elastic Graphics accelerator associated with your instances. For more information
29
+ * <note>
30
+ * <p>Amazon Elastic Graphics reached end of life on January 8, 2024. For
31
+ * workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad,
32
+ * G4dn, or G5 instances.</p>
33
+ * </note>
34
+ * <p>Describes the Elastic Graphics accelerator associated with your instances. For more information
30
35
  * about Elastic Graphics, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/elastic-graphics.html">Amazon Elastic Graphics</a>.</p>
31
36
  * @example
32
37
  * Use a bare-bones client and the command you need to make an API call.
@@ -30,9 +30,8 @@ declare const GetLaunchTemplateDataCommand_base: {
30
30
  * create a launch template. </p>
31
31
  * <p>This action calls on other describe actions to get instance information. Depending on
32
32
  * your instance configuration, you may need to allow the following actions in your IAM
33
- * policy: <code>DescribeSpotInstanceRequests</code>,
34
- * <code>DescribeInstanceCreditSpecifications</code>, <code>DescribeVolumes</code>,
35
- * <code>DescribeInstanceAttribute</code>, and <code>DescribeElasticGpus</code>. Or,
33
+ * policy: <code>DescribeSpotInstanceRequests</code>, <code>DescribeInstanceCreditSpecifications</code>,
34
+ * <code>DescribeVolumes</code>, and <code>DescribeInstanceAttribute</code>. Or,
36
35
  * you can allow <code>describe*</code> depending on your instance requirements.</p>
37
36
  * @example
38
37
  * Use a bare-bones client and the command you need to make an API call.
@@ -39,7 +39,7 @@ declare const StartInstancesCommand_base: {
39
39
  * <p>Performing this operation on an instance that uses an instance store as its root
40
40
  * device returns an error.</p>
41
41
  * <p>If you attempt to start a T3 instance with <code>host</code> tenancy and the
42
- * <code>unlimted</code> CPU credit option, the request fails. The
42
+ * <code>unlimited</code> CPU credit option, the request fails. The
43
43
  * <code>unlimited</code> CPU credit option is not supported on Dedicated Hosts. Before
44
44
  * you start the instance, either change its CPU credit option to <code>standard</code>, or
45
45
  * change its tenancy to <code>default</code> or <code>dedicated</code>.</p>
@@ -917,6 +917,8 @@ export interface Subnet {
917
917
  /**
918
918
  * @public
919
919
  * <p>Indicates whether instances launched in this subnet receive a public IPv4 address.</p>
920
+ * <p>Starting on February 1, 2024, Amazon Web Services will charge for all public IPv4 addresses, including public IPv4 addresses
921
+ * associated with running instances and Elastic IP addresses. For more information, see the <i>Public IPv4 Address</i> tab on the <a href="http://aws.amazon.com/vpc/pricing/">Amazon VPC pricing page</a>.</p>
920
922
  */
921
923
  MapPublicIpOnLaunch?: boolean;
922
924
  /**
@@ -5702,7 +5704,12 @@ export interface CreditSpecificationRequest {
5702
5704
  }
5703
5705
  /**
5704
5706
  * @public
5705
- * <p>A specification for an Elastic Graphics accelerator.</p>
5707
+ * <note>
5708
+ * <p>Amazon Elastic Graphics reached end of life on January 8, 2024. For
5709
+ * workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad,
5710
+ * G4dn, or G5 instances.</p>
5711
+ * </note>
5712
+ * <p>A specification for an Elastic Graphics accelerator.</p>
5706
5713
  */
5707
5714
  export interface ElasticGpuSpecification {
5708
5715
  /**
@@ -6400,10 +6407,10 @@ export interface LaunchTemplateTagSpecificationRequest {
6400
6407
  * <p>The type of resource to tag.</p>
6401
6408
  * <p>Valid Values lists all resource types for Amazon EC2 that can be tagged. When
6402
6409
  * you create a launch template, you can specify tags for the following resource types
6403
- * only: <code>instance</code> | <code>volume</code> | <code>elastic-gpu</code> |
6410
+ * only: <code>instance</code> | <code>volume</code> |
6404
6411
  * <code>network-interface</code> | <code>spot-instances-request</code>.
6405
6412
  * If the instance does not include the resource type that you specify, the instance
6406
- * launch fails. For example, not all instance types include an Elastic GPU.</p>
6413
+ * launch fails. For example, not all instance types include a volume.</p>
6407
6414
  * <p>To tag a resource after it has been created, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>.</p>
6408
6415
  */
6409
6416
  ResourceType?: ResourceType;
@@ -6568,7 +6575,12 @@ export interface RequestLaunchTemplateData {
6568
6575
  TagSpecifications?: LaunchTemplateTagSpecificationRequest[];
6569
6576
  /**
6570
6577
  * @public
6571
- * <p>An elastic GPU to associate with the instance.</p>
6578
+ * <p>Deprecated.</p>
6579
+ * <note>
6580
+ * <p>Amazon Elastic Graphics reached end of life on January 8, 2024. For
6581
+ * workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad,
6582
+ * G4dn, or G5 instances.</p>
6583
+ * </note>
6572
6584
  */
6573
6585
  ElasticGpuSpecifications?: ElasticGpuSpecification[];
6574
6586
  /**
@@ -7062,12 +7074,22 @@ export interface CreditSpecification {
7062
7074
  }
7063
7075
  /**
7064
7076
  * @public
7065
- * <p>Describes an elastic GPU.</p>
7077
+ * <p>Deprecated.</p>
7078
+ * <note>
7079
+ * <p>Amazon Elastic Graphics reached end of life on January 8, 2024. For
7080
+ * workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad,
7081
+ * G4dn, or G5 instances.</p>
7082
+ * </note>
7066
7083
  */
7067
7084
  export interface ElasticGpuSpecificationResponse {
7068
7085
  /**
7069
7086
  * @public
7070
- * <p>The elastic GPU type.</p>
7087
+ * <p>Deprecated.</p>
7088
+ * <note>
7089
+ * <p>Amazon Elastic Graphics reached end of life on January 8, 2024. For
7090
+ * workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad,
7091
+ * G4dn, or G5 instances.</p>
7092
+ * </note>
7071
7093
  */
7072
7094
  Type?: string;
7073
7095
  }
@@ -7739,7 +7761,12 @@ export interface ResponseLaunchTemplateData {
7739
7761
  TagSpecifications?: LaunchTemplateTagSpecification[];
7740
7762
  /**
7741
7763
  * @public
7742
- * <p>The elastic GPU specification.</p>
7764
+ * <p>Deprecated.</p>
7765
+ * <note>
7766
+ * <p>Amazon Elastic Graphics reached end of life on January 8, 2024. For
7767
+ * workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad,
7768
+ * G4dn, or G5 instances.</p>
7769
+ * </note>
7743
7770
  */
7744
7771
  ElasticGpuSpecifications?: ElasticGpuSpecificationResponse[];
7745
7772
  /**
@@ -6034,7 +6034,7 @@ export interface VpnTunnelOptionsSpecification {
6034
6034
  * of the rekey is randomly selected based on the value for
6035
6035
  * <code>RekeyFuzzPercentage</code>.</p>
6036
6036
  * <p>Constraints: A value between 60 and half of <code>Phase2LifetimeSeconds</code>.</p>
6037
- * <p>Default: <code>540</code>
6037
+ * <p>Default: <code>270</code>
6038
6038
  * </p>
6039
6039
  */
6040
6040
  RekeyMarginTimeSeconds?: number;
@@ -2029,12 +2029,12 @@ export interface DescribeAvailabilityZonesRequest {
2029
2029
  * </li>
2030
2030
  * <li>
2031
2031
  * <p>
2032
- * <code>parent-zoneID</code> - The ID of the zone that handles some of the Local Zone
2032
+ * <code>parent-zone-id</code> - The ID of the zone that handles some of the Local Zone
2033
2033
  * and Wavelength Zone control plane operations, such as API calls.</p>
2034
2034
  * </li>
2035
2035
  * <li>
2036
2036
  * <p>
2037
- * <code>parent-zoneName</code> - The ID of the zone that handles some of the Local Zone
2037
+ * <code>parent-zone-name</code> - The ID of the zone that handles some of the Local Zone
2038
2038
  * and Wavelength Zone control plane operations, such as API calls.</p>
2039
2039
  * </li>
2040
2040
  * <li>
@@ -4509,7 +4509,12 @@ export declare const ElasticGpuStatus: {
4509
4509
  export type ElasticGpuStatus = (typeof ElasticGpuStatus)[keyof typeof ElasticGpuStatus];
4510
4510
  /**
4511
4511
  * @public
4512
- * <p>Describes the status of an Elastic Graphics accelerator.</p>
4512
+ * <note>
4513
+ * <p>Amazon Elastic Graphics reached end of life on January 8, 2024. For
4514
+ * workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad,
4515
+ * G4dn, or G5 instances.</p>
4516
+ * </note>
4517
+ * <p>Describes the status of an Elastic Graphics accelerator.</p>
4513
4518
  */
4514
4519
  export interface ElasticGpuHealth {
4515
4520
  /**
@@ -4531,7 +4536,12 @@ export declare const ElasticGpuState: {
4531
4536
  export type ElasticGpuState = (typeof ElasticGpuState)[keyof typeof ElasticGpuState];
4532
4537
  /**
4533
4538
  * @public
4534
- * <p>Describes an Elastic Graphics accelerator.</p>
4539
+ * <note>
4540
+ * <p>Amazon Elastic Graphics reached end of life on January 8, 2024. For
4541
+ * workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad,
4542
+ * G4dn, or G5 instances.</p>
4543
+ * </note>
4544
+ * <p>Describes an Elastic Graphics accelerator.</p>
4535
4545
  */
4536
4546
  export interface ElasticGpus {
4537
4547
  /**
@@ -1446,7 +1446,12 @@ export declare const InstanceBootModeValues: {
1446
1446
  export type InstanceBootModeValues = (typeof InstanceBootModeValues)[keyof typeof InstanceBootModeValues];
1447
1447
  /**
1448
1448
  * @public
1449
- * <p>Describes the association between an instance and an Elastic Graphics accelerator.</p>
1449
+ * <note>
1450
+ * <p>Amazon Elastic Graphics reached end of life on January 8, 2024. For
1451
+ * workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad,
1452
+ * G4dn, or G5 instances.</p>
1453
+ * </note>
1454
+ * <p>Describes the association between an instance and an Elastic Graphics accelerator.</p>
1450
1455
  */
1451
1456
  export interface ElasticGpuAssociation {
1452
1457
  /**
@@ -2278,7 +2283,12 @@ export interface Instance {
2278
2283
  InstanceLifecycle?: InstanceLifecycleType;
2279
2284
  /**
2280
2285
  * @public
2281
- * <p>The Elastic GPU associated with the instance.</p>
2286
+ * <p>Deprecated.</p>
2287
+ * <note>
2288
+ * <p>Amazon Elastic Graphics reached end of life on January 8, 2024. For
2289
+ * workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad,
2290
+ * G4dn, or G5 instances.</p>
2291
+ * </note>
2282
2292
  */
2283
2293
  ElasticGpuAssociations?: ElasticGpuAssociation[];
2284
2294
  /**
@@ -8148,6 +8158,11 @@ export interface DescribeRouteTablesRequest {
8148
8158
  * <ul>
8149
8159
  * <li>
8150
8160
  * <p>
8161
+ * <code>association.gateway-id</code> - The ID of the gateway involved in the
8162
+ * association.</p>
8163
+ * </li>
8164
+ * <li>
8165
+ * <p>
8151
8166
  * <code>association.route-table-association-id</code> - The ID of an association
8152
8167
  * ID for the route table.</p>
8153
8168
  * </li>
@@ -4830,12 +4830,12 @@ export interface EnableAddressTransferResult {
4830
4830
  export interface EnableAwsNetworkPerformanceMetricSubscriptionRequest {
4831
4831
  /**
4832
4832
  * @public
4833
- * <p>The source Region or Availability Zone that the metric subscription is enabled for. For example, <code>us-east-1</code>.</p>
4833
+ * <p>The source Region (like <code>us-east-1</code>) or Availability Zone ID (like <code>use1-az1</code>) that the metric subscription is enabled for. If you use Availability Zone IDs, the Source and Destination Availability Zones must be in the same Region.</p>
4834
4834
  */
4835
4835
  Source?: string;
4836
4836
  /**
4837
4837
  * @public
4838
- * <p>The target Region or Availability Zone that the metric subscription is enabled for. For example, <code>eu-west-1</code>.</p>
4838
+ * <p>The target Region (like <code>us-east-2</code>) or Availability Zone ID (like <code>use2-az2</code>) that the metric subscription is enabled for. If you use Availability Zone IDs, the Source and Destination Availability Zones must be in the same Region.</p>
4839
4839
  */
4840
4840
  Destination?: string;
4841
4841
  /**
@@ -5348,6 +5348,8 @@ export interface ModifySubnetAttributeRequest {
5348
5348
  * @public
5349
5349
  * <p>Specify <code>true</code> to indicate that network interfaces attached to instances created in the
5350
5350
  * specified subnet should be assigned a public IPv4 address.</p>
5351
+ * <p>Starting on February 1, 2024, Amazon Web Services will charge for all public IPv4 addresses, including public IPv4 addresses
5352
+ * associated with running instances and Elastic IP addresses. For more information, see the <i>Public IPv4 Address</i> tab on the <a href="http://aws.amazon.com/vpc/pricing/">Amazon VPC pricing page</a>.</p>
5351
5353
  */
5352
5354
  MapPublicIpOnLaunch?: AttributeBooleanValue;
5353
5355
  /**
@@ -7148,7 +7150,7 @@ export interface ModifyVpnTunnelOptionsSpecification {
7148
7150
  * of the rekey is randomly selected based on the value for
7149
7151
  * <code>RekeyFuzzPercentage</code>.</p>
7150
7152
  * <p>Constraints: A value between 60 and half of <code>Phase2LifetimeSeconds</code>.</p>
7151
- * <p>Default: <code>540</code>
7153
+ * <p>Default: <code>270</code>
7152
7154
  * </p>
7153
7155
  */
7154
7156
  RekeyMarginTimeSeconds?: number;
@@ -2142,10 +2142,12 @@ export interface RunInstancesRequest {
2142
2142
  PrivateIpAddress?: string;
2143
2143
  /**
2144
2144
  * @public
2145
- * <p>An elastic GPU to associate with the instance. An Elastic GPU is a GPU resource that
2146
- * you can attach to your Windows instance to accelerate the graphics performance of your
2147
- * applications. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/elastic-graphics.html">Amazon EC2 Elastic GPUs</a> in
2148
- * the <i>Amazon EC2 User Guide</i>.</p>
2145
+ * <p>Deprecated.</p>
2146
+ * <note>
2147
+ * <p>Amazon Elastic Graphics reached end of life on January 8, 2024. For
2148
+ * workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad,
2149
+ * G4dn, or G5 instances.</p>
2150
+ * </note>
2149
2151
  */
2150
2152
  ElasticGpuSpecification?: ElasticGpuSpecification[];
2151
2153
  /**
@@ -2177,9 +2179,6 @@ export interface RunInstancesRequest {
2177
2179
  * <p>Volumes</p>
2178
2180
  * </li>
2179
2181
  * <li>
2180
- * <p>Elastic graphics</p>
2181
- * </li>
2182
- * <li>
2183
2182
  * <p>Spot Instance requests</p>
2184
2183
  * </li>
2185
2184
  * <li>
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.495.0",
4
+ "version": "3.497.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ec2",
@@ -20,51 +20,51 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-sdk-ec2": "3.495.0",
30
- "@aws-sdk/middleware-user-agent": "3.495.0",
31
- "@aws-sdk/region-config-resolver": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@aws-sdk/util-endpoints": "3.495.0",
34
- "@aws-sdk/util-user-agent-browser": "3.495.0",
35
- "@aws-sdk/util-user-agent-node": "3.495.0",
36
- "@smithy/config-resolver": "^2.1.0",
37
- "@smithy/core": "^1.3.0",
38
- "@smithy/fetch-http-handler": "^2.4.0",
39
- "@smithy/hash-node": "^2.1.0",
40
- "@smithy/invalid-dependency": "^2.1.0",
41
- "@smithy/middleware-content-length": "^2.1.0",
42
- "@smithy/middleware-endpoint": "^2.4.0",
43
- "@smithy/middleware-retry": "^2.1.0",
44
- "@smithy/middleware-serde": "^2.1.0",
45
- "@smithy/middleware-stack": "^2.1.0",
46
- "@smithy/node-config-provider": "^2.2.0",
47
- "@smithy/node-http-handler": "^2.3.0",
48
- "@smithy/protocol-http": "^3.1.0",
49
- "@smithy/smithy-client": "^2.3.0",
50
- "@smithy/types": "^2.9.0",
51
- "@smithy/url-parser": "^2.1.0",
52
- "@smithy/util-base64": "^2.1.0",
53
- "@smithy/util-body-length-browser": "^2.1.0",
54
- "@smithy/util-body-length-node": "^2.2.0",
55
- "@smithy/util-defaults-mode-browser": "^2.1.0",
56
- "@smithy/util-defaults-mode-node": "^2.1.0",
57
- "@smithy/util-endpoints": "^1.1.0",
58
- "@smithy/util-middleware": "^2.1.0",
59
- "@smithy/util-retry": "^2.1.0",
60
- "@smithy/util-utf8": "^2.1.0",
61
- "@smithy/util-waiter": "^2.1.0",
23
+ "@aws-sdk/client-sts": "3.496.0",
24
+ "@aws-sdk/core": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.496.0",
26
+ "@aws-sdk/middleware-host-header": "3.496.0",
27
+ "@aws-sdk/middleware-logger": "3.496.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.496.0",
29
+ "@aws-sdk/middleware-sdk-ec2": "3.496.0",
30
+ "@aws-sdk/middleware-user-agent": "3.496.0",
31
+ "@aws-sdk/region-config-resolver": "3.496.0",
32
+ "@aws-sdk/types": "3.496.0",
33
+ "@aws-sdk/util-endpoints": "3.496.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.496.0",
35
+ "@aws-sdk/util-user-agent-node": "3.496.0",
36
+ "@smithy/config-resolver": "^2.1.1",
37
+ "@smithy/core": "^1.3.1",
38
+ "@smithy/fetch-http-handler": "^2.4.1",
39
+ "@smithy/hash-node": "^2.1.1",
40
+ "@smithy/invalid-dependency": "^2.1.1",
41
+ "@smithy/middleware-content-length": "^2.1.1",
42
+ "@smithy/middleware-endpoint": "^2.4.1",
43
+ "@smithy/middleware-retry": "^2.1.1",
44
+ "@smithy/middleware-serde": "^2.1.1",
45
+ "@smithy/middleware-stack": "^2.1.1",
46
+ "@smithy/node-config-provider": "^2.2.1",
47
+ "@smithy/node-http-handler": "^2.3.1",
48
+ "@smithy/protocol-http": "^3.1.1",
49
+ "@smithy/smithy-client": "^2.3.1",
50
+ "@smithy/types": "^2.9.1",
51
+ "@smithy/url-parser": "^2.1.1",
52
+ "@smithy/util-base64": "^2.1.1",
53
+ "@smithy/util-body-length-browser": "^2.1.1",
54
+ "@smithy/util-body-length-node": "^2.2.1",
55
+ "@smithy/util-defaults-mode-browser": "^2.1.1",
56
+ "@smithy/util-defaults-mode-node": "^2.1.1",
57
+ "@smithy/util-endpoints": "^1.1.1",
58
+ "@smithy/util-middleware": "^2.1.1",
59
+ "@smithy/util-retry": "^2.1.1",
60
+ "@smithy/util-utf8": "^2.1.1",
61
+ "@smithy/util-waiter": "^2.1.1",
62
62
  "fast-xml-parser": "4.2.5",
63
63
  "tslib": "^2.5.0",
64
64
  "uuid": "^8.3.2"
65
65
  },
66
66
  "devDependencies": {
67
- "@smithy/service-client-documentation-generator": "^2.1.0",
67
+ "@smithy/service-client-documentation-generator": "^2.1.1",
68
68
  "@tsconfig/node14": "1.0.3",
69
69
  "@types/node": "^14.14.31",
70
70
  "@types/uuid": "^8.3.0",