@aws-sdk/client-ec2 3.496.0 → 3.498.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.
- package/dist-cjs/index.js +454 -453
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeElasticGpusCommand.d.ts +6 -1
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRegionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -3
- package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +34 -7
- package/dist-types/models/models_2.d.ts +1 -1
- package/dist-types/models/models_3.d.ts +14 -4
- package/dist-types/models/models_4.d.ts +17 -2
- package/dist-types/models/models_5.d.ts +2 -2
- package/dist-types/models/models_6.d.ts +3 -1
- package/dist-types/models/models_7.d.ts +6 -7
- package/package.json +1 -1
|
@@ -90,7 +90,7 @@ declare const AllocateAddressCommand_base: {
|
|
|
90
90
|
* @example To allocate an Elastic IP address
|
|
91
91
|
* ```javascript
|
|
92
92
|
* // This example allocates an Elastic IP address.
|
|
93
|
-
* const input =
|
|
93
|
+
* const input = {};
|
|
94
94
|
* const command = new AllocateAddressCommand(input);
|
|
95
95
|
* const response = await client.send(command);
|
|
96
96
|
* /* response ==
|
|
@@ -85,7 +85,7 @@ declare const CreateInternetGatewayCommand_base: {
|
|
|
85
85
|
* @example To create an Internet gateway
|
|
86
86
|
* ```javascript
|
|
87
87
|
* // This example creates an Internet gateway.
|
|
88
|
-
* const input =
|
|
88
|
+
* const input = {};
|
|
89
89
|
* const command = new CreateInternetGatewayCommand(input);
|
|
90
90
|
* const response = await client.send(command);
|
|
91
91
|
* /* response ==
|
|
@@ -54,7 +54,7 @@ declare const DeleteSpotDatafeedSubscriptionCommand_base: {
|
|
|
54
54
|
* @example To cancel a Spot Instance data feed subscription
|
|
55
55
|
* ```javascript
|
|
56
56
|
* // This example deletes a Spot data feed subscription for the account.
|
|
57
|
-
* const input =
|
|
57
|
+
* const input = {};
|
|
58
58
|
* const command = new DeleteSpotDatafeedSubscriptionCommand(input);
|
|
59
59
|
* await client.send(command);
|
|
60
60
|
* // example id: ec2-delete-spot-datafeed-subscription-1
|
|
@@ -128,7 +128,7 @@ declare const DescribeAccountAttributesCommand_base: {
|
|
|
128
128
|
* @example To describe all attributes for your AWS account
|
|
129
129
|
* ```javascript
|
|
130
130
|
* // This example describes the attributes for your AWS account.
|
|
131
|
-
* const input =
|
|
131
|
+
* const input = {};
|
|
132
132
|
* const command = new DescribeAccountAttributesCommand(input);
|
|
133
133
|
* const response = await client.send(command);
|
|
134
134
|
* /* response ==
|
|
@@ -92,7 +92,7 @@ declare const DescribeAddressesCommand_base: {
|
|
|
92
92
|
* @example To describe your Elastic IP addresses
|
|
93
93
|
* ```javascript
|
|
94
94
|
* // This example describes your Elastic IP addresses.
|
|
95
|
-
* const input =
|
|
95
|
+
* const input = {};
|
|
96
96
|
* const command = new DescribeAddressesCommand(input);
|
|
97
97
|
* const response = await client.send(command);
|
|
98
98
|
* /* response ==
|
|
@@ -94,7 +94,7 @@ declare const DescribeAvailabilityZonesCommand_base: {
|
|
|
94
94
|
* @example To describe your Availability Zones
|
|
95
95
|
* ```javascript
|
|
96
96
|
* // This example describes the Availability Zones that are available to you. The response includes Availability Zones only for the current region.
|
|
97
|
-
* const input =
|
|
97
|
+
* const input = {};
|
|
98
98
|
* const command = new DescribeAvailabilityZonesCommand(input);
|
|
99
99
|
* const response = await client.send(command);
|
|
100
100
|
* /* response ==
|
|
@@ -26,7 +26,12 @@ declare const DescribeElasticGpusCommand_base: {
|
|
|
26
26
|
};
|
|
27
27
|
/**
|
|
28
28
|
* @public
|
|
29
|
-
* <
|
|
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.
|
|
@@ -79,7 +79,7 @@ declare const DescribeMovingAddressesCommand_base: {
|
|
|
79
79
|
* @example To describe your moving addresses
|
|
80
80
|
* ```javascript
|
|
81
81
|
* // This example describes all of your moving Elastic IP addresses.
|
|
82
|
-
* const input =
|
|
82
|
+
* const input = {};
|
|
83
83
|
* const command = new DescribeMovingAddressesCommand(input);
|
|
84
84
|
* const response = await client.send(command);
|
|
85
85
|
* /* response ==
|
|
@@ -77,7 +77,7 @@ declare const DescribeRegionsCommand_base: {
|
|
|
77
77
|
* @example To describe your regions
|
|
78
78
|
* ```javascript
|
|
79
79
|
* // This example describes all the regions that are available to you.
|
|
80
|
-
* const input =
|
|
80
|
+
* const input = {};
|
|
81
81
|
* const command = new DescribeRegionsCommand(input);
|
|
82
82
|
* const response = await client.send(command);
|
|
83
83
|
* /* response ==
|
|
@@ -66,7 +66,7 @@ declare const DescribeSpotDatafeedSubscriptionCommand_base: {
|
|
|
66
66
|
* @example To describe the datafeed for your AWS account
|
|
67
67
|
* ```javascript
|
|
68
68
|
* // This example describes the Spot Instance datafeed subscription for your AWS account.
|
|
69
|
-
* const input =
|
|
69
|
+
* const input = {};
|
|
70
70
|
* const command = new DescribeSpotDatafeedSubscriptionCommand(input);
|
|
71
71
|
* const response = await client.send(command);
|
|
72
72
|
* /* response ==
|
|
@@ -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
|
-
*
|
|
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>
|
|
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
|
-
* <
|
|
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> |
|
|
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
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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-
|
|
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-
|
|
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
|
-
* <
|
|
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
|
-
* <
|
|
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
|
-
* <
|
|
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>
|
|
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.
|
|
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.
|
|
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>
|
|
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>
|
|
2146
|
-
*
|
|
2147
|
-
*
|
|
2148
|
-
*
|
|
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.
|
|
4
|
+
"version": "3.498.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",
|