@aws-sdk/client-ec2 3.697.0 → 3.699.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/README.md +24 -0
- package/dist-cjs/index.js +562 -85
- package/dist-es/EC2.js +6 -0
- package/dist-es/commands/DescribeCapacityBlockExtensionHistoryCommand.js +22 -0
- package/dist-es/commands/DescribeCapacityBlockExtensionOfferingsCommand.js +22 -0
- package/dist-es/commands/PurchaseCapacityBlockExtensionCommand.js +22 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +4 -14
- package/dist-es/models/models_1.js +17 -0
- package/dist-es/models/models_3.js +5 -11
- package/dist-es/models/models_4.js +11 -0
- package/dist-es/models/models_5.js +0 -4
- package/dist-es/models/models_6.js +4 -11
- package/dist-es/models/models_7.js +11 -0
- package/dist-es/pagination/DescribeCapacityBlockExtensionHistoryPaginator.js +4 -0
- package/dist-es/pagination/DescribeCapacityBlockExtensionOfferingsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -1
- package/dist-es/protocols/Aws_ec2.js +446 -38
- package/dist-types/EC2.d.ts +22 -0
- package/dist-types/EC2Client.d.ts +5 -2
- package/dist-types/commands/AcceptCapacityReservationBillingOwnershipCommand.d.ts +3 -3
- package/dist-types/commands/AssociateCapacityReservationBillingOwnerCommand.d.ts +4 -4
- package/dist-types/commands/CancelCapacityReservationCommand.d.ts +17 -2
- package/dist-types/commands/CancelCapacityReservationFleetsCommand.d.ts +7 -6
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +16 -5
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +31 -16
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +5 -0
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -2
- package/dist-types/commands/DeleteFpgaImageCommand.d.ts +2 -1
- package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +1 -2
- package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +5 -0
- package/dist-types/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +102 -0
- package/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +92 -0
- package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +3 -1
- package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +9 -3
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +2 -1
- package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +4 -4
- package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -2
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +4 -4
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -0
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +33 -4
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +5 -4
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +4 -3
- package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +15 -0
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -2
- package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +17 -5
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +9 -3
- package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +90 -0
- package/dist-types/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +3 -3
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +163 -67
- package/dist-types/models/models_1.d.ts +236 -302
- package/dist-types/models/models_2.d.ts +187 -66
- package/dist-types/models/models_3.d.ts +1425 -1385
- package/dist-types/models/models_4.d.ts +4190 -4186
- package/dist-types/models/models_5.d.ts +388 -172
- package/dist-types/models/models_6.d.ts +319 -425
- package/dist-types/models/models_7.d.ts +408 -24
- package/dist-types/pagination/DescribeCapacityBlockExtensionHistoryPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeCapacityBlockExtensionOfferingsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -1
- package/dist-types/protocols/Aws_ec2.d.ts +27 -0
- package/dist-types/ts3.4/EC2.d.ts +64 -0
- package/dist-types/ts3.4/EC2Client.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +12 -18
- package/dist-types/ts3.4/models/models_1.d.ts +32 -32
- package/dist-types/ts3.4/models/models_2.d.ts +33 -17
- package/dist-types/ts3.4/models/models_3.d.ts +77 -76
- package/dist-types/ts3.4/models/models_4.d.ts +79 -82
- package/dist-types/ts3.4/models/models_5.d.ts +85 -46
- package/dist-types/ts3.4/models/models_6.d.ts +58 -103
- package/dist-types/ts3.4/models/models_7.d.ts +108 -1
- package/dist-types/ts3.4/pagination/DescribeCapacityBlockExtensionHistoryPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeCapacityBlockExtensionOfferingsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
- package/package.json +4 -4
|
@@ -1,4 +1,56 @@
|
|
|
1
|
-
import { AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AddIpamOperatingRegion, AddPrefixListEntry, AddressFamily, AttachmentStatus, CapacityAllocation, CapacityReservationFleetState, CapacityReservationInstancePlatform,
|
|
1
|
+
import { AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AddIpamOperatingRegion, AddPrefixListEntry, AddressFamily, AttachmentStatus, CapacityAllocation, CapacityReservationDeliveryPreference, CapacityReservationFleetState, CapacityReservationInstancePlatform, CapacityReservationTenancy, EndDateType, InstanceEventWindow, InstanceMatchCriteria, ResourceType, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, UnsuccessfulItem, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, WeekDay } from "./models_0";
|
|
2
|
+
/**
|
|
3
|
+
* <p>Information about your commitment for a future-dated Capacity Reservation.</p>
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface CapacityReservationCommitmentInfo {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The instance capacity that you committed to when you requested the future-dated
|
|
9
|
+
* Capacity Reservation.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
CommittedInstanceCount?: number | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The date and time at which the commitment duration expires, in the ISO8601 format
|
|
15
|
+
* in the UTC time zone (<code>YYYY-MM-DDThh:mm:ss.sssZ</code>). You can't decrease the
|
|
16
|
+
* instance count or cancel the Capacity Reservation before this date and time.</p>
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
CommitmentEndDate?: Date | undefined;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
* @enum
|
|
24
|
+
*/
|
|
25
|
+
export declare const CapacityReservationType: {
|
|
26
|
+
readonly CAPACITY_BLOCK: "capacity-block";
|
|
27
|
+
readonly DEFAULT: "default";
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
export type CapacityReservationType = (typeof CapacityReservationType)[keyof typeof CapacityReservationType];
|
|
33
|
+
/**
|
|
34
|
+
* @public
|
|
35
|
+
* @enum
|
|
36
|
+
*/
|
|
37
|
+
export declare const CapacityReservationState: {
|
|
38
|
+
readonly active: "active";
|
|
39
|
+
readonly assessing: "assessing";
|
|
40
|
+
readonly cancelled: "cancelled";
|
|
41
|
+
readonly delayed: "delayed";
|
|
42
|
+
readonly expired: "expired";
|
|
43
|
+
readonly failed: "failed";
|
|
44
|
+
readonly payment_failed: "payment-failed";
|
|
45
|
+
readonly payment_pending: "payment-pending";
|
|
46
|
+
readonly pending: "pending";
|
|
47
|
+
readonly scheduled: "scheduled";
|
|
48
|
+
readonly unsupported: "unsupported";
|
|
49
|
+
};
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
export type CapacityReservationState = (typeof CapacityReservationState)[keyof typeof CapacityReservationState];
|
|
2
54
|
/**
|
|
3
55
|
* <p>Describes a Capacity Reservation.</p>
|
|
4
56
|
* @public
|
|
@@ -30,7 +82,8 @@ export interface CapacityReservation {
|
|
|
30
82
|
*/
|
|
31
83
|
InstanceType?: string | undefined;
|
|
32
84
|
/**
|
|
33
|
-
* <p>The type of operating system for which the Capacity Reservation reserves
|
|
85
|
+
* <p>The type of operating system for which the Capacity Reservation reserves
|
|
86
|
+
* capacity.</p>
|
|
34
87
|
* @public
|
|
35
88
|
*/
|
|
36
89
|
InstancePlatform?: CapacityReservationInstancePlatform | undefined;
|
|
@@ -40,35 +93,41 @@ export interface CapacityReservation {
|
|
|
40
93
|
*/
|
|
41
94
|
AvailabilityZone?: string | undefined;
|
|
42
95
|
/**
|
|
43
|
-
* <p>Indicates the tenancy of the Capacity Reservation. A Capacity Reservation can have one
|
|
96
|
+
* <p>Indicates the tenancy of the Capacity Reservation. A Capacity Reservation can have one
|
|
97
|
+
* of the following tenancy settings:</p>
|
|
44
98
|
* <ul>
|
|
45
99
|
* <li>
|
|
46
100
|
* <p>
|
|
47
|
-
* <code>default</code> - The Capacity Reservation is created on hardware that is
|
|
101
|
+
* <code>default</code> - The Capacity Reservation is created on hardware that is
|
|
102
|
+
* shared with other Amazon Web Services accounts.</p>
|
|
48
103
|
* </li>
|
|
49
104
|
* <li>
|
|
50
105
|
* <p>
|
|
51
|
-
* <code>dedicated</code> - The Capacity Reservation is created on single-tenant
|
|
106
|
+
* <code>dedicated</code> - The Capacity Reservation is created on single-tenant
|
|
107
|
+
* hardware that is dedicated to a single Amazon Web Services account.</p>
|
|
52
108
|
* </li>
|
|
53
109
|
* </ul>
|
|
54
110
|
* @public
|
|
55
111
|
*/
|
|
56
112
|
Tenancy?: CapacityReservationTenancy | undefined;
|
|
57
113
|
/**
|
|
58
|
-
* <p>The total number of instances for which the Capacity Reservation reserves
|
|
114
|
+
* <p>The total number of instances for which the Capacity Reservation reserves
|
|
115
|
+
* capacity.</p>
|
|
59
116
|
* @public
|
|
60
117
|
*/
|
|
61
118
|
TotalInstanceCount?: number | undefined;
|
|
62
119
|
/**
|
|
63
|
-
* <p>The remaining capacity. Indicates the number of instances that can be launched in the
|
|
120
|
+
* <p>The remaining capacity. Indicates the number of instances that can be launched in the
|
|
121
|
+
* Capacity Reservation.</p>
|
|
64
122
|
* @public
|
|
65
123
|
*/
|
|
66
124
|
AvailableInstanceCount?: number | undefined;
|
|
67
125
|
/**
|
|
68
|
-
* <p>Indicates whether the Capacity Reservation supports EBS-optimized instances. This
|
|
69
|
-
* dedicated throughput to Amazon EBS and an optimized configuration
|
|
70
|
-
* optimal I/O performance. This optimization isn't available with all
|
|
71
|
-
* Additional usage charges apply when using an EBS- optimized
|
|
126
|
+
* <p>Indicates whether the Capacity Reservation supports EBS-optimized instances. This
|
|
127
|
+
* optimization provides dedicated throughput to Amazon EBS and an optimized configuration
|
|
128
|
+
* stack to provide optimal I/O performance. This optimization isn't available with all
|
|
129
|
+
* instance types. Additional usage charges apply when using an EBS- optimized
|
|
130
|
+
* instance.</p>
|
|
72
131
|
* @public
|
|
73
132
|
*/
|
|
74
133
|
EbsOptimized?: boolean | undefined;
|
|
@@ -80,32 +139,56 @@ export interface CapacityReservation {
|
|
|
80
139
|
*/
|
|
81
140
|
EphemeralStorage?: boolean | undefined;
|
|
82
141
|
/**
|
|
83
|
-
* <p>The current state of the Capacity Reservation. A Capacity Reservation can be in one of
|
|
142
|
+
* <p>The current state of the Capacity Reservation. A Capacity Reservation can be in one of
|
|
143
|
+
* the following states:</p>
|
|
84
144
|
* <ul>
|
|
85
145
|
* <li>
|
|
86
146
|
* <p>
|
|
87
|
-
* <code>active</code> - The
|
|
147
|
+
* <code>active</code> - The capacity is available for use.</p>
|
|
88
148
|
* </li>
|
|
89
149
|
* <li>
|
|
90
150
|
* <p>
|
|
91
|
-
* <code>expired</code> - The Capacity Reservation expired automatically at the date and time
|
|
92
|
-
*
|
|
151
|
+
* <code>expired</code> - The Capacity Reservation expired automatically at the date and time
|
|
152
|
+
* specified in your reservation request. The reserved capacity is no longer available for your use.</p>
|
|
93
153
|
* </li>
|
|
94
154
|
* <li>
|
|
95
155
|
* <p>
|
|
96
|
-
* <code>cancelled</code> - The Capacity Reservation was
|
|
97
|
-
*
|
|
156
|
+
* <code>cancelled</code> - The Capacity Reservation was canceled. The reserved capacity is no
|
|
157
|
+
* longer available for your use.</p>
|
|
98
158
|
* </li>
|
|
99
159
|
* <li>
|
|
100
160
|
* <p>
|
|
101
161
|
* <code>pending</code> - The Capacity Reservation request was successful but the capacity
|
|
102
|
-
*
|
|
162
|
+
* provisioning is still pending.</p>
|
|
163
|
+
* </li>
|
|
164
|
+
* <li>
|
|
165
|
+
* <p>
|
|
166
|
+
* <code>failed</code> - The Capacity Reservation request has failed. A request can fail due to
|
|
167
|
+
* request parameters that are not valid, capacity constraints, or instance limit constraints. You
|
|
168
|
+
* can view a failed request for 60 minutes.</p>
|
|
169
|
+
* </li>
|
|
170
|
+
* <li>
|
|
171
|
+
* <p>
|
|
172
|
+
* <code>scheduled</code> - (<i>Future-dated Capacity Reservations only</i>) The
|
|
173
|
+
* future-dated Capacity Reservation request was approved and the Capacity Reservation is scheduled
|
|
174
|
+
* for delivery on the requested start date.</p>
|
|
175
|
+
* </li>
|
|
176
|
+
* <li>
|
|
177
|
+
* <p>
|
|
178
|
+
* <code>assessing</code> - (<i>Future-dated Capacity Reservations only</i>)
|
|
179
|
+
* Amazon EC2 is assessing your request for a future-dated Capacity Reservation.</p>
|
|
180
|
+
* </li>
|
|
181
|
+
* <li>
|
|
182
|
+
* <p>
|
|
183
|
+
* <code>delayed</code> - (<i>Future-dated Capacity Reservations only</i>) Amazon EC2
|
|
184
|
+
* encountered a delay in provisioning the requested future-dated Capacity Reservation. Amazon EC2 is
|
|
185
|
+
* unable to deliver the requested capacity by the requested start date and time.</p>
|
|
103
186
|
* </li>
|
|
104
187
|
* <li>
|
|
105
188
|
* <p>
|
|
106
|
-
* <code>
|
|
107
|
-
*
|
|
108
|
-
*
|
|
189
|
+
* <code>unsupported</code> - (<i>Future-dated Capacity Reservations only</i>) Amazon EC2
|
|
190
|
+
* can't support the future-dated Capacity Reservation request due to capacity constraints. You can view
|
|
191
|
+
* unsupported requests for 30 days. The Capacity Reservation will not be delivered.</p>
|
|
109
192
|
* </li>
|
|
110
193
|
* </ul>
|
|
111
194
|
* @public
|
|
@@ -117,43 +200,48 @@ export interface CapacityReservation {
|
|
|
117
200
|
*/
|
|
118
201
|
StartDate?: Date | undefined;
|
|
119
202
|
/**
|
|
120
|
-
* <p>The date and time at which the Capacity Reservation expires. When a Capacity
|
|
121
|
-
* is released and you can no longer launch
|
|
122
|
-
*
|
|
203
|
+
* <p>The date and time at which the Capacity Reservation expires. When a Capacity
|
|
204
|
+
* Reservation expires, the reserved capacity is released and you can no longer launch
|
|
205
|
+
* instances into it. The Capacity Reservation's state changes to <code>expired</code> when
|
|
206
|
+
* it reaches its end date and time.</p>
|
|
123
207
|
* @public
|
|
124
208
|
*/
|
|
125
209
|
EndDate?: Date | undefined;
|
|
126
210
|
/**
|
|
127
|
-
* <p>Indicates the way in which the Capacity Reservation ends. A Capacity Reservation can
|
|
128
|
-
* types:</p>
|
|
211
|
+
* <p>Indicates the way in which the Capacity Reservation ends. A Capacity Reservation can
|
|
212
|
+
* have one of the following end types:</p>
|
|
129
213
|
* <ul>
|
|
130
214
|
* <li>
|
|
131
215
|
* <p>
|
|
132
|
-
* <code>unlimited</code> - The Capacity Reservation remains active until you
|
|
216
|
+
* <code>unlimited</code> - The Capacity Reservation remains active until you
|
|
217
|
+
* explicitly cancel it.</p>
|
|
133
218
|
* </li>
|
|
134
219
|
* <li>
|
|
135
220
|
* <p>
|
|
136
|
-
* <code>limited</code> - The Capacity Reservation expires automatically at a
|
|
221
|
+
* <code>limited</code> - The Capacity Reservation expires automatically at a
|
|
222
|
+
* specified date and time.</p>
|
|
137
223
|
* </li>
|
|
138
224
|
* </ul>
|
|
139
225
|
* @public
|
|
140
226
|
*/
|
|
141
227
|
EndDateType?: EndDateType | undefined;
|
|
142
228
|
/**
|
|
143
|
-
* <p>Indicates the type of instance launches that the Capacity Reservation accepts. The
|
|
144
|
-
* include:</p>
|
|
229
|
+
* <p>Indicates the type of instance launches that the Capacity Reservation accepts. The
|
|
230
|
+
* options include:</p>
|
|
145
231
|
* <ul>
|
|
146
232
|
* <li>
|
|
147
233
|
* <p>
|
|
148
|
-
* <code>open</code> - The Capacity Reservation accepts all instances that have
|
|
149
|
-
*
|
|
150
|
-
*
|
|
234
|
+
* <code>open</code> - The Capacity Reservation accepts all instances that have
|
|
235
|
+
* matching attributes (instance type, platform, and Availability Zone). Instances
|
|
236
|
+
* that have matching attributes launch into the Capacity Reservation automatically
|
|
237
|
+
* without specifying any additional parameters.</p>
|
|
151
238
|
* </li>
|
|
152
239
|
* <li>
|
|
153
240
|
* <p>
|
|
154
|
-
* <code>targeted</code> - The Capacity Reservation only accepts instances that
|
|
155
|
-
* (instance type, platform, and Availability Zone), and
|
|
156
|
-
* Capacity Reservation. This ensures that only permitted
|
|
241
|
+
* <code>targeted</code> - The Capacity Reservation only accepts instances that
|
|
242
|
+
* have matching attributes (instance type, platform, and Availability Zone), and
|
|
243
|
+
* explicitly target the Capacity Reservation. This ensures that only permitted
|
|
244
|
+
* instances can use the reserved capacity. </p>
|
|
157
245
|
* </li>
|
|
158
246
|
* </ul>
|
|
159
247
|
* @public
|
|
@@ -170,23 +258,22 @@ export interface CapacityReservation {
|
|
|
170
258
|
*/
|
|
171
259
|
Tags?: Tag[] | undefined;
|
|
172
260
|
/**
|
|
173
|
-
* <p>The Amazon Resource Name (ARN) of the Outpost on which the Capacity
|
|
174
|
-
*
|
|
261
|
+
* <p>The Amazon Resource Name (ARN) of the Outpost on which the Capacity Reservation was
|
|
262
|
+
* created.</p>
|
|
175
263
|
* @public
|
|
176
264
|
*/
|
|
177
265
|
OutpostArn?: string | undefined;
|
|
178
266
|
/**
|
|
179
267
|
* <p>The ID of the Capacity Reservation Fleet to which the Capacity Reservation belongs.
|
|
180
|
-
* Only valid for Capacity Reservations that were created by a Capacity Reservation
|
|
268
|
+
* Only valid for Capacity Reservations that were created by a Capacity Reservation
|
|
269
|
+
* Fleet.</p>
|
|
181
270
|
* @public
|
|
182
271
|
*/
|
|
183
272
|
CapacityReservationFleetId?: string | undefined;
|
|
184
273
|
/**
|
|
185
|
-
* <p>The Amazon Resource Name (ARN) of the cluster placement group in which
|
|
186
|
-
*
|
|
187
|
-
*
|
|
188
|
-
* Capacity Reservations for cluster placement groups</a> in the
|
|
189
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
274
|
+
* <p>The Amazon Resource Name (ARN) of the cluster placement group in which the Capacity
|
|
275
|
+
* Reservation was created. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cr-cpg.html"> Capacity Reservations for cluster
|
|
276
|
+
* placement groups</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
190
277
|
* @public
|
|
191
278
|
*/
|
|
192
279
|
PlacementGroupArn?: string | undefined;
|
|
@@ -201,11 +288,23 @@ export interface CapacityReservation {
|
|
|
201
288
|
*/
|
|
202
289
|
ReservationType?: CapacityReservationType | undefined;
|
|
203
290
|
/**
|
|
204
|
-
* <p>The ID of the Amazon Web Services account to which billing of the unused capacity
|
|
205
|
-
*
|
|
291
|
+
* <p>The ID of the Amazon Web Services account to which billing of the unused capacity of
|
|
292
|
+
* the Capacity Reservation is assigned.</p>
|
|
206
293
|
* @public
|
|
207
294
|
*/
|
|
208
295
|
UnusedReservationBillingOwnerId?: string | undefined;
|
|
296
|
+
/**
|
|
297
|
+
* <p>Information about your commitment for a future-dated Capacity Reservation.</p>
|
|
298
|
+
* @public
|
|
299
|
+
*/
|
|
300
|
+
CommitmentInfo?: CapacityReservationCommitmentInfo | undefined;
|
|
301
|
+
/**
|
|
302
|
+
* <p>The delivery method for a future-dated Capacity Reservation. <code>incremental</code>
|
|
303
|
+
* indicates that the requested capacity is delivered in addition to any running instances
|
|
304
|
+
* and reserved capacity that you have in your account at the requested date and time.</p>
|
|
305
|
+
* @public
|
|
306
|
+
*/
|
|
307
|
+
DeliveryPreference?: CapacityReservationDeliveryPreference | undefined;
|
|
209
308
|
}
|
|
210
309
|
/**
|
|
211
310
|
* @public
|
|
@@ -232,23 +331,17 @@ export interface CreateCapacityReservationBySplittingRequest {
|
|
|
232
331
|
*/
|
|
233
332
|
ClientToken?: string | undefined;
|
|
234
333
|
/**
|
|
235
|
-
* <p>
|
|
236
|
-
* The ID of the Capacity Reservation from which you want to split the capacity.
|
|
237
|
-
* </p>
|
|
334
|
+
* <p> The ID of the Capacity Reservation from which you want to split the capacity. </p>
|
|
238
335
|
* @public
|
|
239
336
|
*/
|
|
240
337
|
SourceCapacityReservationId: string | undefined;
|
|
241
338
|
/**
|
|
242
|
-
* <p>
|
|
243
|
-
* The number of instances to split from the source Capacity Reservation.
|
|
244
|
-
* </p>
|
|
339
|
+
* <p> The number of instances to split from the source Capacity Reservation. </p>
|
|
245
340
|
* @public
|
|
246
341
|
*/
|
|
247
342
|
InstanceCount: number | undefined;
|
|
248
343
|
/**
|
|
249
|
-
* <p>
|
|
250
|
-
* The tags to apply to the new Capacity Reservation.
|
|
251
|
-
* </p>
|
|
344
|
+
* <p> The tags to apply to the new Capacity Reservation. </p>
|
|
252
345
|
* @public
|
|
253
346
|
*/
|
|
254
347
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
@@ -258,23 +351,18 @@ export interface CreateCapacityReservationBySplittingRequest {
|
|
|
258
351
|
*/
|
|
259
352
|
export interface CreateCapacityReservationBySplittingResult {
|
|
260
353
|
/**
|
|
261
|
-
* <p>
|
|
262
|
-
* Information about the source Capacity Reservation.
|
|
263
|
-
* </p>
|
|
354
|
+
* <p> Information about the source Capacity Reservation. </p>
|
|
264
355
|
* @public
|
|
265
356
|
*/
|
|
266
357
|
SourceCapacityReservation?: CapacityReservation | undefined;
|
|
267
358
|
/**
|
|
268
|
-
* <p>
|
|
269
|
-
* Information about the destination Capacity Reservation.
|
|
270
|
-
* </p>
|
|
359
|
+
* <p> Information about the destination Capacity Reservation. </p>
|
|
271
360
|
* @public
|
|
272
361
|
*/
|
|
273
362
|
DestinationCapacityReservation?: CapacityReservation | undefined;
|
|
274
363
|
/**
|
|
275
|
-
* <p>
|
|
276
|
-
*
|
|
277
|
-
* </p>
|
|
364
|
+
* <p> The number of instances in the new Capacity Reservation. The number of instances in
|
|
365
|
+
* the source Capacity Reservation was reduced by this amount. </p>
|
|
278
366
|
* @public
|
|
279
367
|
*/
|
|
280
368
|
InstanceCount?: number | undefined;
|
|
@@ -1175,44 +1263,48 @@ export interface ReservationFleetInstanceSpecification {
|
|
|
1175
1263
|
*/
|
|
1176
1264
|
InstanceType?: _InstanceType | undefined;
|
|
1177
1265
|
/**
|
|
1178
|
-
* <p>The type of operating system for which the Capacity Reservation Fleet reserves
|
|
1266
|
+
* <p>The type of operating system for which the Capacity Reservation Fleet reserves
|
|
1267
|
+
* capacity.</p>
|
|
1179
1268
|
* @public
|
|
1180
1269
|
*/
|
|
1181
1270
|
InstancePlatform?: CapacityReservationInstancePlatform | undefined;
|
|
1182
1271
|
/**
|
|
1183
|
-
* <p>The number of capacity units provided by the specified instance type. This value,
|
|
1184
|
-
* with the total target capacity that you specify for the Fleet determine the
|
|
1185
|
-
* instances for which the Fleet reserves capacity. Both values are based on
|
|
1186
|
-
* make sense for your workload. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity">Total target
|
|
1272
|
+
* <p>The number of capacity units provided by the specified instance type. This value,
|
|
1273
|
+
* together with the total target capacity that you specify for the Fleet determine the
|
|
1274
|
+
* number of instances for which the Fleet reserves capacity. Both values are based on
|
|
1275
|
+
* units that make sense for your workload. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity">Total target
|
|
1187
1276
|
* capacity</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
1188
1277
|
* @public
|
|
1189
1278
|
*/
|
|
1190
1279
|
Weight?: number | undefined;
|
|
1191
1280
|
/**
|
|
1192
|
-
* <p>The Availability Zone in which the Capacity Reservation Fleet reserves the capacity. A
|
|
1193
|
-
* Reservation Fleet can't span Availability Zones. All instance type
|
|
1194
|
-
* for the Fleet must use the same Availability
|
|
1281
|
+
* <p>The Availability Zone in which the Capacity Reservation Fleet reserves the capacity. A
|
|
1282
|
+
* Capacity Reservation Fleet can't span Availability Zones. All instance type
|
|
1283
|
+
* specifications that you specify for the Fleet must use the same Availability
|
|
1284
|
+
* Zone.</p>
|
|
1195
1285
|
* @public
|
|
1196
1286
|
*/
|
|
1197
1287
|
AvailabilityZone?: string | undefined;
|
|
1198
1288
|
/**
|
|
1199
|
-
* <p>The ID of the Availability Zone in which the Capacity Reservation Fleet reserves the
|
|
1200
|
-
* Capacity Reservation Fleet can't span Availability Zones. All instance type
|
|
1201
|
-
* specify for the Fleet must use the same Availability
|
|
1289
|
+
* <p>The ID of the Availability Zone in which the Capacity Reservation Fleet reserves the
|
|
1290
|
+
* capacity. A Capacity Reservation Fleet can't span Availability Zones. All instance type
|
|
1291
|
+
* specifications that you specify for the Fleet must use the same Availability
|
|
1292
|
+
* Zone.</p>
|
|
1202
1293
|
* @public
|
|
1203
1294
|
*/
|
|
1204
1295
|
AvailabilityZoneId?: string | undefined;
|
|
1205
1296
|
/**
|
|
1206
|
-
* <p>Indicates whether the Capacity Reservation Fleet supports EBS-optimized instances
|
|
1207
|
-
* optimization provides dedicated throughput to Amazon EBS and an
|
|
1208
|
-
* to provide optimal I/O performance. This optimization
|
|
1209
|
-
* usage charges apply when using
|
|
1297
|
+
* <p>Indicates whether the Capacity Reservation Fleet supports EBS-optimized instances
|
|
1298
|
+
* types. This optimization provides dedicated throughput to Amazon EBS and an
|
|
1299
|
+
* optimized configuration stack to provide optimal I/O performance. This optimization
|
|
1300
|
+
* isn't available with all instance types. Additional usage charges apply when using
|
|
1301
|
+
* EBS-optimized instance types.</p>
|
|
1210
1302
|
* @public
|
|
1211
1303
|
*/
|
|
1212
1304
|
EbsOptimized?: boolean | undefined;
|
|
1213
1305
|
/**
|
|
1214
|
-
* <p>The priority to assign to the instance type. This value is used to determine which of
|
|
1215
|
-
* instance types specified for the Fleet should be prioritized for use. A lower value
|
|
1306
|
+
* <p>The priority to assign to the instance type. This value is used to determine which of
|
|
1307
|
+
* the instance types specified for the Fleet should be prioritized for use. A lower value
|
|
1216
1308
|
* indicates a high priority. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#instance-priority">Instance type
|
|
1217
1309
|
* priority</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
1218
1310
|
* @public
|
|
@@ -1235,9 +1327,9 @@ export type FleetCapacityReservationTenancy = (typeof FleetCapacityReservationTe
|
|
|
1235
1327
|
*/
|
|
1236
1328
|
export interface CreateCapacityReservationFleetRequest {
|
|
1237
1329
|
/**
|
|
1238
|
-
* <p>The strategy used by the Capacity Reservation Fleet to determine which of the
|
|
1239
|
-
* instance types to use. Currently, only the <code>prioritized</code> allocation
|
|
1240
|
-
* is supported. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#allocation-strategy"> Allocation
|
|
1330
|
+
* <p>The strategy used by the Capacity Reservation Fleet to determine which of the
|
|
1331
|
+
* specified instance types to use. Currently, only the <code>prioritized</code> allocation
|
|
1332
|
+
* strategy is supported. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#allocation-strategy"> Allocation
|
|
1241
1333
|
* strategy</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
1242
1334
|
* <p>Valid values: <code>prioritized</code>
|
|
1243
1335
|
* </p>
|
|
@@ -1255,9 +1347,9 @@ export interface CreateCapacityReservationFleetRequest {
|
|
|
1255
1347
|
*/
|
|
1256
1348
|
InstanceTypeSpecifications: ReservationFleetInstanceSpecification[] | undefined;
|
|
1257
1349
|
/**
|
|
1258
|
-
* <p>Indicates the tenancy of the Capacity Reservation Fleet. All Capacity Reservations
|
|
1259
|
-
*
|
|
1260
|
-
*
|
|
1350
|
+
* <p>Indicates the tenancy of the Capacity Reservation Fleet. All Capacity Reservations in
|
|
1351
|
+
* the Fleet inherit this tenancy. The Capacity Reservation Fleet can have one of the
|
|
1352
|
+
* following tenancy settings:</p>
|
|
1261
1353
|
* <ul>
|
|
1262
1354
|
* <li>
|
|
1263
1355
|
* <p>
|
|
@@ -1274,9 +1366,9 @@ export interface CreateCapacityReservationFleetRequest {
|
|
|
1274
1366
|
*/
|
|
1275
1367
|
Tenancy?: FleetCapacityReservationTenancy | undefined;
|
|
1276
1368
|
/**
|
|
1277
|
-
* <p>The total number of capacity units to be reserved by the Capacity Reservation Fleet.
|
|
1278
|
-
* value, together with the instance type weights that you assign to each instance
|
|
1279
|
-
* used by the Fleet determine the number of instances for which the Fleet reserves
|
|
1369
|
+
* <p>The total number of capacity units to be reserved by the Capacity Reservation Fleet.
|
|
1370
|
+
* This value, together with the instance type weights that you assign to each instance
|
|
1371
|
+
* type used by the Fleet determine the number of instances for which the Fleet reserves
|
|
1280
1372
|
* capacity. Both values are based on units that make sense for your workload. For more
|
|
1281
1373
|
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity">Total target
|
|
1282
1374
|
* capacity</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
@@ -1285,29 +1377,29 @@ export interface CreateCapacityReservationFleetRequest {
|
|
|
1285
1377
|
TotalTargetCapacity: number | undefined;
|
|
1286
1378
|
/**
|
|
1287
1379
|
* <p>The date and time at which the Capacity Reservation Fleet expires. When the Capacity
|
|
1288
|
-
* Reservation Fleet expires, its state changes to <code>expired</code> and all of the
|
|
1289
|
-
* Reservations in the Fleet expire.</p>
|
|
1290
|
-
* <p>The Capacity Reservation Fleet expires within an hour after the specified time. For
|
|
1291
|
-
* if you specify <code>5/31/2019</code>, <code>13:30:55</code>, the Capacity
|
|
1292
|
-
* is guaranteed to expire between <code>13:30:55</code> and
|
|
1293
|
-
*
|
|
1294
|
-
* </p>
|
|
1380
|
+
* Reservation Fleet expires, its state changes to <code>expired</code> and all of the
|
|
1381
|
+
* Capacity Reservations in the Fleet expire.</p>
|
|
1382
|
+
* <p>The Capacity Reservation Fleet expires within an hour after the specified time. For
|
|
1383
|
+
* example, if you specify <code>5/31/2019</code>, <code>13:30:55</code>, the Capacity
|
|
1384
|
+
* Reservation Fleet is guaranteed to expire between <code>13:30:55</code> and
|
|
1385
|
+
* <code>14:30:55</code> on <code>5/31/2019</code>. </p>
|
|
1295
1386
|
* @public
|
|
1296
1387
|
*/
|
|
1297
1388
|
EndDate?: Date | undefined;
|
|
1298
1389
|
/**
|
|
1299
|
-
* <p>Indicates the type of instance launches that the Capacity Reservation Fleet accepts.
|
|
1300
|
-
* Capacity Reservations in the Fleet inherit this instance matching criteria.</p>
|
|
1301
|
-
* <p>Currently, Capacity Reservation Fleets support <code>open</code> instance matching
|
|
1302
|
-
* only. This means that instances that have matching attributes (instance type,
|
|
1303
|
-
* Availability Zone) run in the Capacity Reservations automatically.
|
|
1304
|
-
* explicitly target a Capacity Reservation Fleet to use its
|
|
1390
|
+
* <p>Indicates the type of instance launches that the Capacity Reservation Fleet accepts.
|
|
1391
|
+
* All Capacity Reservations in the Fleet inherit this instance matching criteria.</p>
|
|
1392
|
+
* <p>Currently, Capacity Reservation Fleets support <code>open</code> instance matching
|
|
1393
|
+
* criteria only. This means that instances that have matching attributes (instance type,
|
|
1394
|
+
* platform, and Availability Zone) run in the Capacity Reservations automatically.
|
|
1395
|
+
* Instances do not need to explicitly target a Capacity Reservation Fleet to use its
|
|
1396
|
+
* reserved capacity.</p>
|
|
1305
1397
|
* @public
|
|
1306
1398
|
*/
|
|
1307
1399
|
InstanceMatchCriteria?: FleetInstanceMatchCriteria | undefined;
|
|
1308
1400
|
/**
|
|
1309
|
-
* <p>The tags to assign to the Capacity Reservation Fleet. The tags are automatically
|
|
1310
|
-
* to the Capacity Reservations in the Fleet.</p>
|
|
1401
|
+
* <p>The tags to assign to the Capacity Reservation Fleet. The tags are automatically
|
|
1402
|
+
* assigned to the Capacity Reservations in the Fleet.</p>
|
|
1311
1403
|
* @public
|
|
1312
1404
|
*/
|
|
1313
1405
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
@@ -1328,7 +1420,8 @@ export interface FleetCapacityReservation {
|
|
|
1328
1420
|
*/
|
|
1329
1421
|
CapacityReservationId?: string | undefined;
|
|
1330
1422
|
/**
|
|
1331
|
-
* <p>The ID of the Availability Zone in which the Capacity Reservation reserves
|
|
1423
|
+
* <p>The ID of the Availability Zone in which the Capacity Reservation reserves
|
|
1424
|
+
* capacity.</p>
|
|
1332
1425
|
* @public
|
|
1333
1426
|
*/
|
|
1334
1427
|
AvailabilityZoneId?: string | undefined;
|
|
@@ -1338,7 +1431,8 @@ export interface FleetCapacityReservation {
|
|
|
1338
1431
|
*/
|
|
1339
1432
|
InstanceType?: _InstanceType | undefined;
|
|
1340
1433
|
/**
|
|
1341
|
-
* <p>The type of operating system for which the Capacity Reservation reserves
|
|
1434
|
+
* <p>The type of operating system for which the Capacity Reservation reserves
|
|
1435
|
+
* capacity.</p>
|
|
1342
1436
|
* @public
|
|
1343
1437
|
*/
|
|
1344
1438
|
InstancePlatform?: CapacityReservationInstancePlatform | undefined;
|
|
@@ -1348,19 +1442,21 @@ export interface FleetCapacityReservation {
|
|
|
1348
1442
|
*/
|
|
1349
1443
|
AvailabilityZone?: string | undefined;
|
|
1350
1444
|
/**
|
|
1351
|
-
* <p>The total number of instances for which the Capacity Reservation reserves
|
|
1445
|
+
* <p>The total number of instances for which the Capacity Reservation reserves
|
|
1446
|
+
* capacity.</p>
|
|
1352
1447
|
* @public
|
|
1353
1448
|
*/
|
|
1354
1449
|
TotalInstanceCount?: number | undefined;
|
|
1355
1450
|
/**
|
|
1356
|
-
* <p>The number of capacity units fulfilled by the Capacity Reservation. For more
|
|
1357
|
-
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity">Total target
|
|
1451
|
+
* <p>The number of capacity units fulfilled by the Capacity Reservation. For more
|
|
1452
|
+
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity">Total target
|
|
1358
1453
|
* capacity</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
1359
1454
|
* @public
|
|
1360
1455
|
*/
|
|
1361
1456
|
FulfilledCapacity?: number | undefined;
|
|
1362
1457
|
/**
|
|
1363
|
-
* <p>Indicates whether the Capacity Reservation reserves capacity for EBS-optimized
|
|
1458
|
+
* <p>Indicates whether the Capacity Reservation reserves capacity for EBS-optimized
|
|
1459
|
+
* instance types.</p>
|
|
1364
1460
|
* @public
|
|
1365
1461
|
*/
|
|
1366
1462
|
EbsOptimized?: boolean | undefined;
|
|
@@ -1370,15 +1466,15 @@ export interface FleetCapacityReservation {
|
|
|
1370
1466
|
*/
|
|
1371
1467
|
CreateDate?: Date | undefined;
|
|
1372
1468
|
/**
|
|
1373
|
-
* <p>The weight of the instance type in the Capacity Reservation Fleet. For more
|
|
1374
|
-
*
|
|
1469
|
+
* <p>The weight of the instance type in the Capacity Reservation Fleet. For more
|
|
1470
|
+
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#instance-weight">Instance type
|
|
1375
1471
|
* weight</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
1376
1472
|
* @public
|
|
1377
1473
|
*/
|
|
1378
1474
|
Weight?: number | undefined;
|
|
1379
1475
|
/**
|
|
1380
|
-
* <p>The priority of the instance type in the Capacity Reservation Fleet. For more
|
|
1381
|
-
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#instance-priority">Instance type
|
|
1476
|
+
* <p>The priority of the instance type in the Capacity Reservation Fleet. For more
|
|
1477
|
+
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#instance-priority">Instance type
|
|
1382
1478
|
* priority</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
1383
1479
|
* @public
|
|
1384
1480
|
*/
|
|
@@ -1399,7 +1495,8 @@ export interface CreateCapacityReservationFleetResult {
|
|
|
1399
1495
|
*/
|
|
1400
1496
|
State?: CapacityReservationFleetState | undefined;
|
|
1401
1497
|
/**
|
|
1402
|
-
* <p>The total number of capacity units for which the Capacity Reservation Fleet reserves
|
|
1498
|
+
* <p>The total number of capacity units for which the Capacity Reservation Fleet reserves
|
|
1499
|
+
* capacity.</p>
|
|
1403
1500
|
* @public
|
|
1404
1501
|
*/
|
|
1405
1502
|
TotalTargetCapacity?: number | undefined;
|
|
@@ -1434,7 +1531,8 @@ export interface CreateCapacityReservationFleetResult {
|
|
|
1434
1531
|
*/
|
|
1435
1532
|
Tenancy?: FleetCapacityReservationTenancy | undefined;
|
|
1436
1533
|
/**
|
|
1437
|
-
* <p>Information about the individual Capacity Reservations in the Capacity Reservation
|
|
1534
|
+
* <p>Information about the individual Capacity Reservations in the Capacity Reservation
|
|
1535
|
+
* Fleet.</p>
|
|
1438
1536
|
* @public
|
|
1439
1537
|
*/
|
|
1440
1538
|
FleetCapacityReservations?: FleetCapacityReservation[] | undefined;
|
|
@@ -2317,15 +2415,15 @@ export interface BlockPublicAccessStates {
|
|
|
2317
2415
|
* <ul>
|
|
2318
2416
|
* <li>
|
|
2319
2417
|
* <p>
|
|
2320
|
-
* <code>
|
|
2418
|
+
* <code>off</code>: VPC BPA is not enabled and traffic is allowed to and from internet gateways and egress-only internet gateways in this Region.</p>
|
|
2321
2419
|
* </li>
|
|
2322
2420
|
* <li>
|
|
2323
2421
|
* <p>
|
|
2324
|
-
* <code>bidirectional
|
|
2422
|
+
* <code>block-bidirectional</code>: Block all traffic to and from internet gateways and egress-only internet gateways in this Region (except for excluded VPCs and subnets).</p>
|
|
2325
2423
|
* </li>
|
|
2326
2424
|
* <li>
|
|
2327
2425
|
* <p>
|
|
2328
|
-
* <code>ingress
|
|
2426
|
+
* <code>block-ingress</code>: Block all internet traffic to the VPCs in this Region (except for VPCs or subnets which are excluded). Only traffic to and from NAT gateways and egress-only internet gateways is allowed because these gateways only allow outbound connections to be established.</p>
|
|
2329
2427
|
* </li>
|
|
2330
2428
|
* </ul>
|
|
2331
2429
|
* @public
|
|
@@ -7234,6 +7332,17 @@ export interface CreateIpamResourceDiscoveryRequest {
|
|
|
7234
7332
|
*/
|
|
7235
7333
|
ClientToken?: string | undefined;
|
|
7236
7334
|
}
|
|
7335
|
+
/**
|
|
7336
|
+
* <p>If your IPAM is integrated with Amazon Web Services Organizations and you add an organizational unit (OU) exclusion, IPAM will not manage the IP addresses in accounts in that OU exclusion.</p>
|
|
7337
|
+
* @public
|
|
7338
|
+
*/
|
|
7339
|
+
export interface IpamOrganizationalUnitExclusion {
|
|
7340
|
+
/**
|
|
7341
|
+
* <p>An Amazon Web Services Organizations entity path. For more information on the entity path, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_last-accessed-view-data-orgs.html#access_policies_access-advisor-viewing-orgs-entity-path">Understand the Amazon Web Services Organizations entity path</a> in the <i>Amazon Web Services Identity and Access Management User Guide</i>.</p>
|
|
7342
|
+
* @public
|
|
7343
|
+
*/
|
|
7344
|
+
OrganizationsEntityPath?: string | undefined;
|
|
7345
|
+
}
|
|
7237
7346
|
/**
|
|
7238
7347
|
* @public
|
|
7239
7348
|
* @enum
|
|
@@ -7356,6 +7465,11 @@ export interface IpamResourceDiscovery {
|
|
|
7356
7465
|
* @public
|
|
7357
7466
|
*/
|
|
7358
7467
|
Tags?: Tag[] | undefined;
|
|
7468
|
+
/**
|
|
7469
|
+
* <p>If your IPAM is integrated with Amazon Web Services Organizations and you add an organizational unit (OU) exclusion, IPAM will not manage the IP addresses in accounts in that OU exclusion.</p>
|
|
7470
|
+
* @public
|
|
7471
|
+
*/
|
|
7472
|
+
OrganizationalUnitExclusions?: IpamOrganizationalUnitExclusion[] | undefined;
|
|
7359
7473
|
}
|
|
7360
7474
|
/**
|
|
7361
7475
|
* @public
|
|
@@ -7746,7 +7860,8 @@ export interface CapacityReservationTarget {
|
|
|
7746
7860
|
*/
|
|
7747
7861
|
CapacityReservationId?: string | undefined;
|
|
7748
7862
|
/**
|
|
7749
|
-
* <p>The ARN of the Capacity Reservation resource group in which to run the
|
|
7863
|
+
* <p>The ARN of the Capacity Reservation resource group in which to run the
|
|
7864
|
+
* instance.</p>
|
|
7750
7865
|
* @public
|
|
7751
7866
|
*/
|
|
7752
7867
|
CapacityReservationResourceGroupArn?: string | undefined;
|
|
@@ -10936,187 +11051,6 @@ export declare const NatGatewayState: {
|
|
|
10936
11051
|
* @public
|
|
10937
11052
|
*/
|
|
10938
11053
|
export type NatGatewayState = (typeof NatGatewayState)[keyof typeof NatGatewayState];
|
|
10939
|
-
/**
|
|
10940
|
-
* <p>Describes a NAT gateway.</p>
|
|
10941
|
-
* @public
|
|
10942
|
-
*/
|
|
10943
|
-
export interface NatGateway {
|
|
10944
|
-
/**
|
|
10945
|
-
* <p>The date and time the NAT gateway was created.</p>
|
|
10946
|
-
* @public
|
|
10947
|
-
*/
|
|
10948
|
-
CreateTime?: Date | undefined;
|
|
10949
|
-
/**
|
|
10950
|
-
* <p>The date and time the NAT gateway was deleted, if applicable.</p>
|
|
10951
|
-
* @public
|
|
10952
|
-
*/
|
|
10953
|
-
DeleteTime?: Date | undefined;
|
|
10954
|
-
/**
|
|
10955
|
-
* <p>If the NAT gateway could not be created, specifies the error code for the failure.
|
|
10956
|
-
* (<code>InsufficientFreeAddressesInSubnet</code> | <code>Gateway.NotAttached</code> |
|
|
10957
|
-
* <code>InvalidAllocationID.NotFound</code> | <code>Resource.AlreadyAssociated</code> |
|
|
10958
|
-
* <code>InternalError</code> | <code>InvalidSubnetID.NotFound</code>)</p>
|
|
10959
|
-
* @public
|
|
10960
|
-
*/
|
|
10961
|
-
FailureCode?: string | undefined;
|
|
10962
|
-
/**
|
|
10963
|
-
* <p>If the NAT gateway could not be created, specifies the error message for the failure, that corresponds to the error code.</p>
|
|
10964
|
-
* <ul>
|
|
10965
|
-
* <li>
|
|
10966
|
-
* <p>For InsufficientFreeAddressesInSubnet: "Subnet has insufficient free addresses to create this NAT gateway"</p>
|
|
10967
|
-
* </li>
|
|
10968
|
-
* <li>
|
|
10969
|
-
* <p>For Gateway.NotAttached: "Network vpc-xxxxxxxx has no Internet gateway attached"</p>
|
|
10970
|
-
* </li>
|
|
10971
|
-
* <li>
|
|
10972
|
-
* <p>For InvalidAllocationID.NotFound: "Elastic IP address eipalloc-xxxxxxxx could not be associated with this NAT gateway"</p>
|
|
10973
|
-
* </li>
|
|
10974
|
-
* <li>
|
|
10975
|
-
* <p>For Resource.AlreadyAssociated: "Elastic IP address eipalloc-xxxxxxxx is already associated"</p>
|
|
10976
|
-
* </li>
|
|
10977
|
-
* <li>
|
|
10978
|
-
* <p>For InternalError: "Network interface eni-xxxxxxxx, created and used internally by this NAT gateway is in an invalid state. Please try again."</p>
|
|
10979
|
-
* </li>
|
|
10980
|
-
* <li>
|
|
10981
|
-
* <p>For InvalidSubnetID.NotFound: "The specified subnet subnet-xxxxxxxx does not exist or could not be found."</p>
|
|
10982
|
-
* </li>
|
|
10983
|
-
* </ul>
|
|
10984
|
-
* @public
|
|
10985
|
-
*/
|
|
10986
|
-
FailureMessage?: string | undefined;
|
|
10987
|
-
/**
|
|
10988
|
-
* <p>Information about the IP addresses and network interface associated with the NAT gateway.</p>
|
|
10989
|
-
* @public
|
|
10990
|
-
*/
|
|
10991
|
-
NatGatewayAddresses?: NatGatewayAddress[] | undefined;
|
|
10992
|
-
/**
|
|
10993
|
-
* <p>The ID of the NAT gateway.</p>
|
|
10994
|
-
* @public
|
|
10995
|
-
*/
|
|
10996
|
-
NatGatewayId?: string | undefined;
|
|
10997
|
-
/**
|
|
10998
|
-
* <p>Reserved. If you need to sustain traffic greater than the <a href="https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html#vpc-limits-gateways">documented limits</a>,
|
|
10999
|
-
* contact Amazon Web Services Support.</p>
|
|
11000
|
-
* @public
|
|
11001
|
-
*/
|
|
11002
|
-
ProvisionedBandwidth?: ProvisionedBandwidth | undefined;
|
|
11003
|
-
/**
|
|
11004
|
-
* <p>The state of the NAT gateway.</p>
|
|
11005
|
-
* <ul>
|
|
11006
|
-
* <li>
|
|
11007
|
-
* <p>
|
|
11008
|
-
* <code>pending</code>: The NAT gateway is being created and is not ready to process
|
|
11009
|
-
* traffic.</p>
|
|
11010
|
-
* </li>
|
|
11011
|
-
* <li>
|
|
11012
|
-
* <p>
|
|
11013
|
-
* <code>failed</code>: The NAT gateway could not be created. Check the
|
|
11014
|
-
* <code>failureCode</code> and <code>failureMessage</code> fields for the reason.</p>
|
|
11015
|
-
* </li>
|
|
11016
|
-
* <li>
|
|
11017
|
-
* <p>
|
|
11018
|
-
* <code>available</code>: The NAT gateway is able to process traffic. This status remains
|
|
11019
|
-
* until you delete the NAT gateway, and does not indicate the health of the NAT gateway.</p>
|
|
11020
|
-
* </li>
|
|
11021
|
-
* <li>
|
|
11022
|
-
* <p>
|
|
11023
|
-
* <code>deleting</code>: The NAT gateway is in the process of being terminated and may
|
|
11024
|
-
* still be processing traffic.</p>
|
|
11025
|
-
* </li>
|
|
11026
|
-
* <li>
|
|
11027
|
-
* <p>
|
|
11028
|
-
* <code>deleted</code>: The NAT gateway has been terminated and is no longer processing
|
|
11029
|
-
* traffic.</p>
|
|
11030
|
-
* </li>
|
|
11031
|
-
* </ul>
|
|
11032
|
-
* @public
|
|
11033
|
-
*/
|
|
11034
|
-
State?: NatGatewayState | undefined;
|
|
11035
|
-
/**
|
|
11036
|
-
* <p>The ID of the subnet in which the NAT gateway is located.</p>
|
|
11037
|
-
* @public
|
|
11038
|
-
*/
|
|
11039
|
-
SubnetId?: string | undefined;
|
|
11040
|
-
/**
|
|
11041
|
-
* <p>The ID of the VPC in which the NAT gateway is located.</p>
|
|
11042
|
-
* @public
|
|
11043
|
-
*/
|
|
11044
|
-
VpcId?: string | undefined;
|
|
11045
|
-
/**
|
|
11046
|
-
* <p>The tags for the NAT gateway.</p>
|
|
11047
|
-
* @public
|
|
11048
|
-
*/
|
|
11049
|
-
Tags?: Tag[] | undefined;
|
|
11050
|
-
/**
|
|
11051
|
-
* <p>Indicates whether the NAT gateway supports public or private connectivity.</p>
|
|
11052
|
-
* @public
|
|
11053
|
-
*/
|
|
11054
|
-
ConnectivityType?: ConnectivityType | undefined;
|
|
11055
|
-
}
|
|
11056
|
-
/**
|
|
11057
|
-
* @public
|
|
11058
|
-
*/
|
|
11059
|
-
export interface CreateNatGatewayResult {
|
|
11060
|
-
/**
|
|
11061
|
-
* <p>Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.</p>
|
|
11062
|
-
* @public
|
|
11063
|
-
*/
|
|
11064
|
-
ClientToken?: string | undefined;
|
|
11065
|
-
/**
|
|
11066
|
-
* <p>Information about the NAT gateway.</p>
|
|
11067
|
-
* @public
|
|
11068
|
-
*/
|
|
11069
|
-
NatGateway?: NatGateway | undefined;
|
|
11070
|
-
}
|
|
11071
|
-
/**
|
|
11072
|
-
* @public
|
|
11073
|
-
*/
|
|
11074
|
-
export interface CreateNetworkAclRequest {
|
|
11075
|
-
/**
|
|
11076
|
-
* <p>The tags to assign to the network ACL.</p>
|
|
11077
|
-
* @public
|
|
11078
|
-
*/
|
|
11079
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
11080
|
-
/**
|
|
11081
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
11082
|
-
* request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
11083
|
-
* @public
|
|
11084
|
-
*/
|
|
11085
|
-
ClientToken?: string | undefined;
|
|
11086
|
-
/**
|
|
11087
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
11088
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
11089
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
11090
|
-
* @public
|
|
11091
|
-
*/
|
|
11092
|
-
DryRun?: boolean | undefined;
|
|
11093
|
-
/**
|
|
11094
|
-
* <p>The ID of the VPC.</p>
|
|
11095
|
-
* @public
|
|
11096
|
-
*/
|
|
11097
|
-
VpcId: string | undefined;
|
|
11098
|
-
}
|
|
11099
|
-
/**
|
|
11100
|
-
* <p>Describes an association between a network ACL and a subnet.</p>
|
|
11101
|
-
* @public
|
|
11102
|
-
*/
|
|
11103
|
-
export interface NetworkAclAssociation {
|
|
11104
|
-
/**
|
|
11105
|
-
* <p>The ID of the association between a network ACL and a subnet.</p>
|
|
11106
|
-
* @public
|
|
11107
|
-
*/
|
|
11108
|
-
NetworkAclAssociationId?: string | undefined;
|
|
11109
|
-
/**
|
|
11110
|
-
* <p>The ID of the network ACL.</p>
|
|
11111
|
-
* @public
|
|
11112
|
-
*/
|
|
11113
|
-
NetworkAclId?: string | undefined;
|
|
11114
|
-
/**
|
|
11115
|
-
* <p>The ID of the subnet.</p>
|
|
11116
|
-
* @public
|
|
11117
|
-
*/
|
|
11118
|
-
SubnetId?: string | undefined;
|
|
11119
|
-
}
|
|
11120
11054
|
/**
|
|
11121
11055
|
* @internal
|
|
11122
11056
|
*/
|