@aws-sdk/client-ec2 3.805.0 → 3.808.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 +112 -22
- package/dist-cjs/runtimeConfig.js +6 -6
- package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
- package/dist-es/models/models_4.js +4 -0
- package/dist-es/models/models_7.js +0 -7
- package/dist-es/models/models_8.js +7 -1
- package/dist-es/protocols/Aws_ec2.js +85 -0
- package/dist-es/runtimeConfig.js +6 -6
- package/dist-types/EC2.d.ts +1 -0
- package/dist-types/commands/AllocateHostsCommand.d.ts +3 -2
- package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +6 -6
- package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +17 -13
- package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +1 -0
- package/dist-types/commands/CancelReservedInstancesListingCommand.d.ts +2 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -0
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +3 -2
- package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +4 -3
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +14 -11
- package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +6 -0
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +7 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +8 -0
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +3 -1
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +7 -5
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +4 -4
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +16 -7
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +7 -4
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +11 -5
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +1 -0
- package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +5 -3
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +5 -3
- package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +3 -3
- package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +1 -2
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +5 -3
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +3 -2
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +7 -7
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -0
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +2 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -0
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +8 -0
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +2 -1
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +76 -37
- package/dist-types/models/models_1.d.ts +121 -90
- package/dist-types/models/models_2.d.ts +86 -53
- package/dist-types/models/models_3.d.ts +28 -19
- package/dist-types/models/models_4.d.ts +76 -35
- package/dist-types/models/models_5.d.ts +325 -203
- package/dist-types/models/models_6.d.ts +25 -28
- package/dist-types/models/models_7.d.ts +72 -57
- package/dist-types/models/models_8.d.ts +32 -7
- package/dist-types/ts3.4/EC2.d.ts +1 -0
- package/dist-types/ts3.4/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +5 -1
- package/dist-types/ts3.4/models/models_1.d.ts +2 -0
- package/dist-types/ts3.4/models/models_2.d.ts +1 -0
- package/dist-types/ts3.4/models/models_3.d.ts +1 -0
- package/dist-types/ts3.4/models/models_4.d.ts +11 -7
- package/dist-types/ts3.4/models/models_5.d.ts +13 -3
- package/dist-types/ts3.4/models/models_6.d.ts +3 -4
- package/dist-types/ts3.4/models/models_7.d.ts +6 -8
- package/dist-types/ts3.4/models/models_8.d.ts +8 -0
- package/package.json +16 -16
|
@@ -1,8 +1,23 @@
|
|
|
1
1
|
import { ActiveInstance, ActivityStatus, AddressTransfer, AllocationStrategy, AllowedImagesSettingsDisabledState, AllowedPrincipal, AlternatePathHint, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfileSpecification, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, SecurityGroupVpcAssociationState, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcPeeringConnection } from "./models_0";
|
|
2
2
|
import { _InstanceType, AttributeValue, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, FleetType, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, PrivateIpAddressSpecification, SpotInstanceType, Subnet, TargetCapacityUnitType, Tenancy, VolumeType, Vpc } from "./models_1";
|
|
3
|
-
import { ConnectionNotification, DnsEntry, DnsNameState, GroupIdentifier, IpAddressType, LocalGatewayVirtualInterface, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PayerResponsibility, PlacementGroup, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, ServiceTypeDetail, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, State, StorageTier, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume, VpcBlockPublicAccessExclusion, VpcEndpoint } from "./models_2";
|
|
3
|
+
import { ConnectionNotification, DnsEntry, DnsNameState, GroupIdentifier, IpAddressType, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PayerResponsibility, PlacementGroup, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, ServiceTypeDetail, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, State, StorageTier, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume, VpcBlockPublicAccessExclusion, VpcEndpoint } from "./models_2";
|
|
4
4
|
import { Filter, IdFormat, MetricType, ServiceConfiguration, ServiceConnectivityType, StatisticType, VpnConnection, VpnGateway } from "./models_3";
|
|
5
5
|
import { AttributeBooleanValue, EventInformation, PermissionGroup, ProductCode } from "./models_4";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface DescribeLocalGatewayVirtualInterfaceGroupsResult {
|
|
10
|
+
/**
|
|
11
|
+
* <p>The virtual interface groups.</p>
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
LocalGatewayVirtualInterfaceGroups?: LocalGatewayVirtualInterfaceGroup[] | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
NextToken?: string | undefined;
|
|
20
|
+
}
|
|
6
21
|
/**
|
|
7
22
|
* @public
|
|
8
23
|
*/
|
|
@@ -1137,9 +1152,10 @@ export type NetworkInterfaceAttribute = (typeof NetworkInterfaceAttribute)[keyof
|
|
|
1137
1152
|
*/
|
|
1138
1153
|
export interface DescribeNetworkInterfaceAttributeRequest {
|
|
1139
1154
|
/**
|
|
1140
|
-
* <p>Checks whether you have the required permissions for the action, without actually
|
|
1141
|
-
*
|
|
1142
|
-
*
|
|
1155
|
+
* <p>Checks whether you have the required permissions for the action, without actually
|
|
1156
|
+
* making the request, and provides an error response. If you have the required
|
|
1157
|
+
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
1158
|
+
* <code>UnauthorizedOperation</code>.</p>
|
|
1143
1159
|
* @public
|
|
1144
1160
|
*/
|
|
1145
1161
|
DryRun?: boolean | undefined;
|
|
@@ -1185,8 +1201,9 @@ export interface DescribeNetworkInterfaceAttributeResult {
|
|
|
1185
1201
|
*/
|
|
1186
1202
|
SourceDestCheck?: AttributeBooleanValue | undefined;
|
|
1187
1203
|
/**
|
|
1188
|
-
* <p>Indicates whether to assign a public IPv4 address to a network interface.
|
|
1189
|
-
*
|
|
1204
|
+
* <p>Indicates whether to assign a public IPv4 address to a network interface. This option
|
|
1205
|
+
* can be enabled for any network interface but will only apply to the primary network
|
|
1206
|
+
* interface (eth0).</p>
|
|
1190
1207
|
* @public
|
|
1191
1208
|
*/
|
|
1192
1209
|
AssociatePublicIpAddress?: boolean | undefined;
|
|
@@ -1206,13 +1223,13 @@ export interface DescribeNetworkInterfacePermissionsRequest {
|
|
|
1206
1223
|
* <ul>
|
|
1207
1224
|
* <li>
|
|
1208
1225
|
* <p>
|
|
1209
|
-
* <code>network-interface-permission.network-interface-permission-id</code> -
|
|
1210
|
-
*
|
|
1226
|
+
* <code>network-interface-permission.network-interface-permission-id</code> -
|
|
1227
|
+
* The ID of the permission.</p>
|
|
1211
1228
|
* </li>
|
|
1212
1229
|
* <li>
|
|
1213
1230
|
* <p>
|
|
1214
|
-
* <code>network-interface-permission.network-interface-id</code> - The ID of
|
|
1215
|
-
*
|
|
1231
|
+
* <code>network-interface-permission.network-interface-id</code> - The ID of the
|
|
1232
|
+
* network interface.</p>
|
|
1216
1233
|
* </li>
|
|
1217
1234
|
* <li>
|
|
1218
1235
|
* <p>
|
|
@@ -1220,29 +1237,28 @@ export interface DescribeNetworkInterfacePermissionsRequest {
|
|
|
1220
1237
|
* </li>
|
|
1221
1238
|
* <li>
|
|
1222
1239
|
* <p>
|
|
1223
|
-
* <code>network-interface-permission.aws-service</code> - The Amazon Web Services
|
|
1240
|
+
* <code>network-interface-permission.aws-service</code> - The Amazon Web Services
|
|
1241
|
+
* service.</p>
|
|
1224
1242
|
* </li>
|
|
1225
1243
|
* <li>
|
|
1226
1244
|
* <p>
|
|
1227
|
-
* <code>network-interface-permission.permission</code> - The type of
|
|
1228
|
-
*
|
|
1229
|
-
* <code>EIP-ASSOCIATE</code>).</p>
|
|
1245
|
+
* <code>network-interface-permission.permission</code> - The type of permission
|
|
1246
|
+
* (<code>INSTANCE-ATTACH</code> | <code>EIP-ASSOCIATE</code>).</p>
|
|
1230
1247
|
* </li>
|
|
1231
1248
|
* </ul>
|
|
1232
1249
|
* @public
|
|
1233
1250
|
*/
|
|
1234
1251
|
Filters?: Filter[] | undefined;
|
|
1235
1252
|
/**
|
|
1236
|
-
* <p>The token returned from a previous paginated request.
|
|
1237
|
-
*
|
|
1253
|
+
* <p>The token returned from a previous paginated request. Pagination continues from the
|
|
1254
|
+
* end of the items returned by the previous request.</p>
|
|
1238
1255
|
* @public
|
|
1239
1256
|
*/
|
|
1240
1257
|
NextToken?: string | undefined;
|
|
1241
1258
|
/**
|
|
1242
1259
|
* <p>The maximum number of items to return for this request. To get the next page of items,
|
|
1243
|
-
*
|
|
1244
|
-
*
|
|
1245
|
-
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
1260
|
+
* make another request with the token returned in the output. If this parameter is not
|
|
1261
|
+
* specified, up to 50 results are returned by default. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
1246
1262
|
* @public
|
|
1247
1263
|
*/
|
|
1248
1264
|
MaxResults?: number | undefined;
|
|
@@ -1258,8 +1274,8 @@ export interface DescribeNetworkInterfacePermissionsResult {
|
|
|
1258
1274
|
*/
|
|
1259
1275
|
NetworkInterfacePermissions?: NetworkInterfacePermission[] | undefined;
|
|
1260
1276
|
/**
|
|
1261
|
-
* <p>The token to include in another request to get the next page of items.
|
|
1262
|
-
*
|
|
1277
|
+
* <p>The token to include in another request to get the next page of items. This value is
|
|
1278
|
+
* <code>null</code> when there are no more items to return.</p>
|
|
1263
1279
|
* @public
|
|
1264
1280
|
*/
|
|
1265
1281
|
NextToken?: string | undefined;
|
|
@@ -1270,23 +1286,24 @@ export interface DescribeNetworkInterfacePermissionsResult {
|
|
|
1270
1286
|
*/
|
|
1271
1287
|
export interface DescribeNetworkInterfacesRequest {
|
|
1272
1288
|
/**
|
|
1273
|
-
* <p>The token returned from a previous paginated request.
|
|
1274
|
-
*
|
|
1289
|
+
* <p>The token returned from a previous paginated request. Pagination continues from the
|
|
1290
|
+
* end of the items returned by the previous request.</p>
|
|
1275
1291
|
* @public
|
|
1276
1292
|
*/
|
|
1277
1293
|
NextToken?: string | undefined;
|
|
1278
1294
|
/**
|
|
1279
1295
|
* <p>The maximum number of items to return for this request. To get the next page of items,
|
|
1280
|
-
*
|
|
1281
|
-
*
|
|
1282
|
-
*
|
|
1296
|
+
* make another request with the token returned in the output. You cannot specify this
|
|
1297
|
+
* parameter and the network interface IDs parameter in the same request. For more
|
|
1298
|
+
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
1283
1299
|
* @public
|
|
1284
1300
|
*/
|
|
1285
1301
|
MaxResults?: number | undefined;
|
|
1286
1302
|
/**
|
|
1287
|
-
* <p>Checks whether you have the required permissions for the action, without actually
|
|
1288
|
-
*
|
|
1289
|
-
*
|
|
1303
|
+
* <p>Checks whether you have the required permissions for the action, without actually
|
|
1304
|
+
* making the request, and provides an error response. If you have the required
|
|
1305
|
+
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
1306
|
+
* <code>UnauthorizedOperation</code>.</p>
|
|
1290
1307
|
* @public
|
|
1291
1308
|
*/
|
|
1292
1309
|
DryRun?: boolean | undefined;
|
|
@@ -1302,32 +1319,33 @@ export interface DescribeNetworkInterfacesRequest {
|
|
|
1302
1319
|
* <li>
|
|
1303
1320
|
* <p>
|
|
1304
1321
|
* <code>association.allocation-id</code> - The allocation ID returned when you
|
|
1305
|
-
*
|
|
1322
|
+
* allocated the Elastic IP address (IPv4) for your network interface.</p>
|
|
1306
1323
|
* </li>
|
|
1307
1324
|
* <li>
|
|
1308
1325
|
* <p>
|
|
1309
1326
|
* <code>association.association-id</code> - The association ID returned when the
|
|
1310
|
-
*
|
|
1327
|
+
* network interface was associated with an IPv4 address.</p>
|
|
1311
1328
|
* </li>
|
|
1312
1329
|
* <li>
|
|
1313
1330
|
* <p>
|
|
1314
|
-
* <code>addresses.association.owner-id</code> - The owner ID of the addresses
|
|
1331
|
+
* <code>addresses.association.owner-id</code> - The owner ID of the addresses
|
|
1332
|
+
* associated with the network interface.</p>
|
|
1315
1333
|
* </li>
|
|
1316
1334
|
* <li>
|
|
1317
1335
|
* <p>
|
|
1318
|
-
* <code>addresses.association.public-ip</code> - The association ID returned
|
|
1319
|
-
*
|
|
1320
|
-
*
|
|
1336
|
+
* <code>addresses.association.public-ip</code> - The association ID returned
|
|
1337
|
+
* when the network interface was associated with the Elastic IP address
|
|
1338
|
+
* (IPv4).</p>
|
|
1321
1339
|
* </li>
|
|
1322
1340
|
* <li>
|
|
1323
1341
|
* <p>
|
|
1324
|
-
* <code>addresses.primary</code> - Whether the private IPv4 address is the
|
|
1325
|
-
* IP address associated with the network interface. </p>
|
|
1342
|
+
* <code>addresses.primary</code> - Whether the private IPv4 address is the
|
|
1343
|
+
* primary IP address associated with the network interface. </p>
|
|
1326
1344
|
* </li>
|
|
1327
1345
|
* <li>
|
|
1328
1346
|
* <p>
|
|
1329
1347
|
* <code>addresses.private-ip-address</code> - The private IPv4 addresses
|
|
1330
|
-
*
|
|
1348
|
+
* associated with the network interface.</p>
|
|
1331
1349
|
* </li>
|
|
1332
1350
|
* <li>
|
|
1333
1351
|
* <p>
|
|
@@ -1346,35 +1364,44 @@ export interface DescribeNetworkInterfacesRequest {
|
|
|
1346
1364
|
* </li>
|
|
1347
1365
|
* <li>
|
|
1348
1366
|
* <p>
|
|
1349
|
-
* <code>attachment.attach-time</code> - The time that the network interface was
|
|
1367
|
+
* <code>attachment.attach-time</code> - The time that the network interface was
|
|
1368
|
+
* attached to an instance.</p>
|
|
1350
1369
|
* </li>
|
|
1351
1370
|
* <li>
|
|
1352
1371
|
* <p>
|
|
1353
|
-
* <code>attachment.attachment-id</code> - The ID of the interface
|
|
1372
|
+
* <code>attachment.attachment-id</code> - The ID of the interface
|
|
1373
|
+
* attachment.</p>
|
|
1354
1374
|
* </li>
|
|
1355
1375
|
* <li>
|
|
1356
1376
|
* <p>
|
|
1357
|
-
* <code>attachment.delete-on-termination</code> - Indicates whether the
|
|
1377
|
+
* <code>attachment.delete-on-termination</code> - Indicates whether the
|
|
1378
|
+
* attachment is deleted when an instance is terminated.</p>
|
|
1358
1379
|
* </li>
|
|
1359
1380
|
* <li>
|
|
1360
1381
|
* <p>
|
|
1361
|
-
* <code>attachment.device-index</code> - The device index to which the network
|
|
1382
|
+
* <code>attachment.device-index</code> - The device index to which the network
|
|
1383
|
+
* interface is attached.</p>
|
|
1362
1384
|
* </li>
|
|
1363
1385
|
* <li>
|
|
1364
1386
|
* <p>
|
|
1365
|
-
* <code>attachment.instance-id</code> - The ID of the instance to which the
|
|
1387
|
+
* <code>attachment.instance-id</code> - The ID of the instance to which the
|
|
1388
|
+
* network interface is attached.</p>
|
|
1366
1389
|
* </li>
|
|
1367
1390
|
* <li>
|
|
1368
1391
|
* <p>
|
|
1369
|
-
* <code>attachment.instance-owner-id</code> - The owner ID of the instance to
|
|
1392
|
+
* <code>attachment.instance-owner-id</code> - The owner ID of the instance to
|
|
1393
|
+
* which the network interface is attached.</p>
|
|
1370
1394
|
* </li>
|
|
1371
1395
|
* <li>
|
|
1372
1396
|
* <p>
|
|
1373
|
-
* <code>attachment.status</code> - The status of the attachment
|
|
1397
|
+
* <code>attachment.status</code> - The status of the attachment
|
|
1398
|
+
* (<code>attaching</code> | <code>attached</code> | <code>detaching</code> |
|
|
1399
|
+
* <code>detached</code>).</p>
|
|
1374
1400
|
* </li>
|
|
1375
1401
|
* <li>
|
|
1376
1402
|
* <p>
|
|
1377
|
-
* <code>availability-zone</code> - The Availability Zone of the network
|
|
1403
|
+
* <code>availability-zone</code> - The Availability Zone of the network
|
|
1404
|
+
* interface.</p>
|
|
1378
1405
|
* </li>
|
|
1379
1406
|
* <li>
|
|
1380
1407
|
* <p>
|
|
@@ -1382,22 +1409,29 @@ export interface DescribeNetworkInterfacesRequest {
|
|
|
1382
1409
|
* </li>
|
|
1383
1410
|
* <li>
|
|
1384
1411
|
* <p>
|
|
1385
|
-
* <code>group-id</code> - The ID of a security group associated with the network
|
|
1412
|
+
* <code>group-id</code> - The ID of a security group associated with the network
|
|
1413
|
+
* interface.</p>
|
|
1386
1414
|
* </li>
|
|
1387
1415
|
* <li>
|
|
1388
1416
|
* <p>
|
|
1389
|
-
* <code>ipv6-addresses.ipv6-address</code> - An IPv6 address associated with
|
|
1390
|
-
*
|
|
1417
|
+
* <code>ipv6-addresses.ipv6-address</code> - An IPv6 address associated with the
|
|
1418
|
+
* network interface.</p>
|
|
1391
1419
|
* </li>
|
|
1392
1420
|
* <li>
|
|
1393
1421
|
* <p>
|
|
1394
|
-
* <code>interface-type</code> - The type of network interface
|
|
1395
|
-
*
|
|
1396
|
-
*
|
|
1397
|
-
*
|
|
1398
|
-
*
|
|
1399
|
-
*
|
|
1400
|
-
*
|
|
1422
|
+
* <code>interface-type</code> - The type of network interface
|
|
1423
|
+
* (<code>api_gateway_managed</code> |
|
|
1424
|
+
* <code>aws_codestar_connections_managed</code> | <code>branch</code> |
|
|
1425
|
+
* <code>ec2_instance_connect_endpoint</code> | <code>efa</code> |
|
|
1426
|
+
* <code>efa-only</code> | <code>efs</code> |
|
|
1427
|
+
* <code>gateway_load_balancer</code> |
|
|
1428
|
+
* <code>gateway_load_balancer_endpoint</code> |
|
|
1429
|
+
* <code>global_accelerator_managed</code> | <code>interface</code> |
|
|
1430
|
+
* <code>iot_rules_managed</code> | <code>lambda</code> |
|
|
1431
|
+
* <code>load_balancer</code> | <code>nat_gateway</code> |
|
|
1432
|
+
* <code>network_load_balancer</code> | <code>quicksight</code> |
|
|
1433
|
+
* <code>transit_gateway</code> | <code>trunk</code> |
|
|
1434
|
+
* <code>vpc_endpoint</code>).</p>
|
|
1401
1435
|
* </li>
|
|
1402
1436
|
* <li>
|
|
1403
1437
|
* <p>
|
|
@@ -1420,11 +1454,13 @@ export interface DescribeNetworkInterfacesRequest {
|
|
|
1420
1454
|
* </li>
|
|
1421
1455
|
* <li>
|
|
1422
1456
|
* <p>
|
|
1423
|
-
* <code>owner-id</code> - The Amazon Web Services account ID of the network
|
|
1457
|
+
* <code>owner-id</code> - The Amazon Web Services account ID of the network
|
|
1458
|
+
* interface owner.</p>
|
|
1424
1459
|
* </li>
|
|
1425
1460
|
* <li>
|
|
1426
1461
|
* <p>
|
|
1427
|
-
* <code>private-dns-name</code> - The private DNS name of the network interface
|
|
1462
|
+
* <code>private-dns-name</code> - The private DNS name of the network interface
|
|
1463
|
+
* (IPv4).</p>
|
|
1428
1464
|
* </li>
|
|
1429
1465
|
* <li>
|
|
1430
1466
|
* <p>
|
|
@@ -1433,27 +1469,33 @@ export interface DescribeNetworkInterfacesRequest {
|
|
|
1433
1469
|
* </li>
|
|
1434
1470
|
* <li>
|
|
1435
1471
|
* <p>
|
|
1436
|
-
* <code>requester-id</code> - The alias or Amazon Web Services account ID of the
|
|
1472
|
+
* <code>requester-id</code> - The alias or Amazon Web Services account ID of the
|
|
1473
|
+
* principal or service that created the network interface.</p>
|
|
1437
1474
|
* </li>
|
|
1438
1475
|
* <li>
|
|
1439
1476
|
* <p>
|
|
1440
|
-
* <code>requester-managed</code> - Indicates whether the network interface is
|
|
1441
|
-
*
|
|
1477
|
+
* <code>requester-managed</code> - Indicates whether the network interface is
|
|
1478
|
+
* being managed by an Amazon Web Services service (for example, Amazon Web Services Management Console, Auto Scaling, and so on).</p>
|
|
1442
1479
|
* </li>
|
|
1443
1480
|
* <li>
|
|
1444
1481
|
* <p>
|
|
1445
|
-
* <code>source-dest-check</code> - Indicates whether the network interface
|
|
1446
|
-
*
|
|
1447
|
-
*
|
|
1482
|
+
* <code>source-dest-check</code> - Indicates whether the network interface
|
|
1483
|
+
* performs source/destination checking. A value of <code>true</code> means
|
|
1484
|
+
* checking is enabled, and <code>false</code> means checking is disabled. The
|
|
1485
|
+
* value must be <code>false</code> for the network interface to perform network
|
|
1486
|
+
* address translation (NAT) in your VPC. </p>
|
|
1448
1487
|
* </li>
|
|
1449
1488
|
* <li>
|
|
1450
1489
|
* <p>
|
|
1451
|
-
* <code>status</code> - The status of the network interface. If the network
|
|
1452
|
-
*
|
|
1490
|
+
* <code>status</code> - The status of the network interface. If the network
|
|
1491
|
+
* interface is not attached to an instance, the status is <code>available</code>;
|
|
1492
|
+
* if a network interface is attached to an instance the status is
|
|
1493
|
+
* <code>in-use</code>.</p>
|
|
1453
1494
|
* </li>
|
|
1454
1495
|
* <li>
|
|
1455
1496
|
* <p>
|
|
1456
|
-
* <code>subnet-id</code> - The ID of the subnet for the network
|
|
1497
|
+
* <code>subnet-id</code> - The ID of the subnet for the network
|
|
1498
|
+
* interface.</p>
|
|
1457
1499
|
* </li>
|
|
1458
1500
|
* <li>
|
|
1459
1501
|
* <p>
|
|
@@ -1483,8 +1525,8 @@ export interface DescribeNetworkInterfacesResult {
|
|
|
1483
1525
|
*/
|
|
1484
1526
|
NetworkInterfaces?: NetworkInterface[] | undefined;
|
|
1485
1527
|
/**
|
|
1486
|
-
* <p>The token to include in another request to get the next page of items.
|
|
1487
|
-
*
|
|
1528
|
+
* <p>The token to include in another request to get the next page of items. This value is
|
|
1529
|
+
* <code>null</code> when there are no more items to return.</p>
|
|
1488
1530
|
* @public
|
|
1489
1531
|
*/
|
|
1490
1532
|
NextToken?: string | undefined;
|
|
@@ -2159,9 +2201,10 @@ export interface DescribeReservedInstancesRequest {
|
|
|
2159
2201
|
*/
|
|
2160
2202
|
ReservedInstancesIds?: string[] | undefined;
|
|
2161
2203
|
/**
|
|
2162
|
-
* <p>Checks whether you have the required permissions for the action, without actually making
|
|
2163
|
-
*
|
|
2164
|
-
*
|
|
2204
|
+
* <p>Checks whether you have the required permissions for the action, without actually making
|
|
2205
|
+
* the request, and provides an error response. If you have the required permissions, the error
|
|
2206
|
+
* response is <code>DryRunOperation</code>. Otherwise, it is
|
|
2207
|
+
* <code>UnauthorizedOperation</code>.</p>
|
|
2165
2208
|
* @public
|
|
2166
2209
|
*/
|
|
2167
2210
|
DryRun?: boolean | undefined;
|
|
@@ -2170,37 +2213,48 @@ export interface DescribeReservedInstancesRequest {
|
|
|
2170
2213
|
* <ul>
|
|
2171
2214
|
* <li>
|
|
2172
2215
|
* <p>
|
|
2173
|
-
* <code>availability-zone</code> - The Availability Zone where the Reserved Instance can
|
|
2216
|
+
* <code>availability-zone</code> - The Availability Zone where the Reserved Instance can
|
|
2217
|
+
* be used.</p>
|
|
2174
2218
|
* </li>
|
|
2175
2219
|
* <li>
|
|
2176
2220
|
* <p>
|
|
2177
|
-
* <code>
|
|
2221
|
+
* <code>availability-zone-id</code> - The ID of the Availability Zone where the Reserved
|
|
2222
|
+
* Instance can be used.</p>
|
|
2178
2223
|
* </li>
|
|
2179
2224
|
* <li>
|
|
2180
2225
|
* <p>
|
|
2181
|
-
* <code>
|
|
2226
|
+
* <code>duration</code> - The duration of the Reserved Instance (one year or three
|
|
2227
|
+
* years), in seconds (<code>31536000</code> | <code>94608000</code>).</p>
|
|
2182
2228
|
* </li>
|
|
2183
2229
|
* <li>
|
|
2184
2230
|
* <p>
|
|
2185
|
-
* <code>
|
|
2231
|
+
* <code>end</code> - The time when the Reserved Instance expires (for example,
|
|
2232
|
+
* 2015-08-07T11:54:42.000Z).</p>
|
|
2186
2233
|
* </li>
|
|
2187
2234
|
* <li>
|
|
2188
2235
|
* <p>
|
|
2189
|
-
* <code>
|
|
2236
|
+
* <code>fixed-price</code> - The purchase price of the Reserved Instance (for example,
|
|
2237
|
+
* 9800.0).</p>
|
|
2190
2238
|
* </li>
|
|
2191
2239
|
* <li>
|
|
2192
2240
|
* <p>
|
|
2193
|
-
* <code>
|
|
2241
|
+
* <code>instance-type</code> - The instance type that is covered by the
|
|
2242
|
+
* reservation.</p>
|
|
2243
|
+
* </li>
|
|
2244
|
+
* <li>
|
|
2245
|
+
* <p>
|
|
2246
|
+
* <code>scope</code> - The scope of the Reserved Instance (<code>Region</code> or
|
|
2247
|
+
* <code>Availability Zone</code>).</p>
|
|
2194
2248
|
* </li>
|
|
2195
2249
|
* <li>
|
|
2196
2250
|
* <p>
|
|
2197
2251
|
* <code>product-description</code> - The Reserved Instance product platform description
|
|
2198
|
-
*
|
|
2199
|
-
*
|
|
2200
|
-
*
|
|
2201
|
-
*
|
|
2202
|
-
*
|
|
2203
|
-
*
|
|
2252
|
+
* (<code>Linux/UNIX</code> | <code>Linux with SQL Server Standard</code> | <code>Linux
|
|
2253
|
+
* with SQL Server Web</code> | <code>Linux with SQL Server Enterprise</code> | <code>SUSE
|
|
2254
|
+
* Linux</code> | <code>Red Hat Enterprise Linux</code> | <code>Red Hat Enterprise Linux
|
|
2255
|
+
* with HA</code> | <code>Windows</code> | <code>Windows with SQL Server Standard</code> |
|
|
2256
|
+
* <code>Windows with SQL Server Web</code> | <code>Windows with SQL Server
|
|
2257
|
+
* Enterprise</code>).</p>
|
|
2204
2258
|
* </li>
|
|
2205
2259
|
* <li>
|
|
2206
2260
|
* <p>
|
|
@@ -2208,11 +2262,13 @@ export interface DescribeReservedInstancesRequest {
|
|
|
2208
2262
|
* </li>
|
|
2209
2263
|
* <li>
|
|
2210
2264
|
* <p>
|
|
2211
|
-
* <code>start</code> - The time at which the Reserved Instance purchase request was
|
|
2265
|
+
* <code>start</code> - The time at which the Reserved Instance purchase request was
|
|
2266
|
+
* placed (for example, 2014-08-07T11:54:42.000Z).</p>
|
|
2212
2267
|
* </li>
|
|
2213
2268
|
* <li>
|
|
2214
2269
|
* <p>
|
|
2215
|
-
* <code>state</code> - The state of the Reserved Instance (<code>payment-pending</code>
|
|
2270
|
+
* <code>state</code> - The state of the Reserved Instance (<code>payment-pending</code>
|
|
2271
|
+
* | <code>active</code> | <code>payment-failed</code> | <code>retired</code>).</p>
|
|
2216
2272
|
* </li>
|
|
2217
2273
|
* <li>
|
|
2218
2274
|
* <p>
|
|
@@ -2225,16 +2281,17 @@ export interface DescribeReservedInstancesRequest {
|
|
|
2225
2281
|
* </li>
|
|
2226
2282
|
* <li>
|
|
2227
2283
|
* <p>
|
|
2228
|
-
* <code>usage-price</code> - The usage price of the Reserved Instance, per hour (for
|
|
2284
|
+
* <code>usage-price</code> - The usage price of the Reserved Instance, per hour (for
|
|
2285
|
+
* example, 0.84).</p>
|
|
2229
2286
|
* </li>
|
|
2230
2287
|
* </ul>
|
|
2231
2288
|
* @public
|
|
2232
2289
|
*/
|
|
2233
2290
|
Filters?: Filter[] | undefined;
|
|
2234
2291
|
/**
|
|
2235
|
-
* <p>The Reserved Instance offering type. If you are using tools that predate the 2011-11-01
|
|
2236
|
-
*
|
|
2237
|
-
*
|
|
2292
|
+
* <p>The Reserved Instance offering type. If you are using tools that predate the 2011-11-01
|
|
2293
|
+
* API version, you only have access to the <code>Medium Utilization</code> Reserved Instance
|
|
2294
|
+
* offering type.</p>
|
|
2238
2295
|
* @public
|
|
2239
2296
|
*/
|
|
2240
2297
|
OfferingType?: OfferingTypeValues | undefined;
|
|
@@ -2314,8 +2371,8 @@ export type ReservedInstanceState = (typeof ReservedInstanceState)[keyof typeof
|
|
|
2314
2371
|
*/
|
|
2315
2372
|
export interface ReservedInstances {
|
|
2316
2373
|
/**
|
|
2317
|
-
* <p>The currency of the Reserved Instance. It's specified using ISO 4217 standard currency
|
|
2318
|
-
*
|
|
2374
|
+
* <p>The currency of the Reserved Instance. It's specified using ISO 4217 standard currency
|
|
2375
|
+
* codes. At this time, the only supported currency is <code>USD</code>.</p>
|
|
2319
2376
|
* @public
|
|
2320
2377
|
*/
|
|
2321
2378
|
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
@@ -2349,6 +2406,11 @@ export interface ReservedInstances {
|
|
|
2349
2406
|
* @public
|
|
2350
2407
|
*/
|
|
2351
2408
|
Tags?: Tag[] | undefined;
|
|
2409
|
+
/**
|
|
2410
|
+
* <p>The ID of the Availability Zone.</p>
|
|
2411
|
+
* @public
|
|
2412
|
+
*/
|
|
2413
|
+
AvailabilityZoneId?: string | undefined;
|
|
2352
2414
|
/**
|
|
2353
2415
|
* <p>The ID of the Reserved Instance.</p>
|
|
2354
2416
|
* @public
|
|
@@ -2440,12 +2502,13 @@ export interface DescribeReservedInstancesListingsRequest {
|
|
|
2440
2502
|
* </li>
|
|
2441
2503
|
* <li>
|
|
2442
2504
|
* <p>
|
|
2443
|
-
* <code>reserved-instances-listing-id</code> - The ID of the Reserved Instances
|
|
2505
|
+
* <code>reserved-instances-listing-id</code> - The ID of the Reserved Instances
|
|
2506
|
+
* listing.</p>
|
|
2444
2507
|
* </li>
|
|
2445
2508
|
* <li>
|
|
2446
2509
|
* <p>
|
|
2447
|
-
* <code>status</code> - The status of the Reserved Instance listing (<code>pending</code> |
|
|
2448
|
-
*
|
|
2510
|
+
* <code>status</code> - The status of the Reserved Instance listing (<code>pending</code> |
|
|
2511
|
+
* <code>active</code> | <code>cancelled</code> | <code>closed</code>).</p>
|
|
2449
2512
|
* </li>
|
|
2450
2513
|
* <li>
|
|
2451
2514
|
* <p>
|
|
@@ -2499,19 +2562,29 @@ export interface DescribeReservedInstancesModificationsRequest {
|
|
|
2499
2562
|
* </li>
|
|
2500
2563
|
* <li>
|
|
2501
2564
|
* <p>
|
|
2502
|
-
* <code>modification-result.reserved-instances-id</code> - The ID for the Reserved Instances
|
|
2565
|
+
* <code>modification-result.reserved-instances-id</code> - The ID for the Reserved Instances
|
|
2566
|
+
* created as part of the modification request. This ID is only available when the status of
|
|
2567
|
+
* the modification is <code>fulfilled</code>.</p>
|
|
2503
2568
|
* </li>
|
|
2504
2569
|
* <li>
|
|
2505
2570
|
* <p>
|
|
2506
|
-
* <code>modification-result.target-configuration.availability-zone</code> - The Availability
|
|
2571
|
+
* <code>modification-result.target-configuration.availability-zone</code> - The Availability
|
|
2572
|
+
* Zone for the new Reserved Instances.</p>
|
|
2507
2573
|
* </li>
|
|
2508
2574
|
* <li>
|
|
2509
2575
|
* <p>
|
|
2510
|
-
* <code>modification-result.target-configuration.
|
|
2576
|
+
* <code>modification-result.target-configuration.availability-zone-id</code> - The ID of the
|
|
2577
|
+
* Availability Zone for the new Reserved Instances.</p>
|
|
2511
2578
|
* </li>
|
|
2512
2579
|
* <li>
|
|
2513
2580
|
* <p>
|
|
2514
|
-
* <code>modification-result.target-configuration.instance-
|
|
2581
|
+
* <code>modification-result.target-configuration.instance-count </code> - The number of new
|
|
2582
|
+
* Reserved Instances.</p>
|
|
2583
|
+
* </li>
|
|
2584
|
+
* <li>
|
|
2585
|
+
* <p>
|
|
2586
|
+
* <code>modification-result.target-configuration.instance-type</code> - The instance type of
|
|
2587
|
+
* the new Reserved Instances.</p>
|
|
2515
2588
|
* </li>
|
|
2516
2589
|
* <li>
|
|
2517
2590
|
* <p>
|
|
@@ -2519,12 +2592,13 @@ export interface DescribeReservedInstancesModificationsRequest {
|
|
|
2519
2592
|
* </li>
|
|
2520
2593
|
* <li>
|
|
2521
2594
|
* <p>
|
|
2522
|
-
* <code>reserved-instances-modification-id</code> - The ID of the modification
|
|
2595
|
+
* <code>reserved-instances-modification-id</code> - The ID of the modification
|
|
2596
|
+
* request.</p>
|
|
2523
2597
|
* </li>
|
|
2524
2598
|
* <li>
|
|
2525
2599
|
* <p>
|
|
2526
2600
|
* <code>status</code> - The status of the Reserved Instances modification request
|
|
2527
|
-
*
|
|
2601
|
+
* (<code>processing</code> | <code>fulfilled</code> | <code>failed</code>).</p>
|
|
2528
2602
|
* </li>
|
|
2529
2603
|
* <li>
|
|
2530
2604
|
* <p>
|
|
@@ -2568,10 +2642,16 @@ export interface ReservedInstancesConfiguration {
|
|
|
2568
2642
|
*/
|
|
2569
2643
|
Platform?: string | undefined;
|
|
2570
2644
|
/**
|
|
2571
|
-
* <p>Whether the Reserved Instance is applied to instances in a Region or instances in a
|
|
2645
|
+
* <p>Whether the Reserved Instance is applied to instances in a Region or instances in a
|
|
2646
|
+
* specific Availability Zone.</p>
|
|
2572
2647
|
* @public
|
|
2573
2648
|
*/
|
|
2574
2649
|
Scope?: Scope | undefined;
|
|
2650
|
+
/**
|
|
2651
|
+
* <p>The ID of the Availability Zone.</p>
|
|
2652
|
+
* @public
|
|
2653
|
+
*/
|
|
2654
|
+
AvailabilityZoneId?: string | undefined;
|
|
2575
2655
|
}
|
|
2576
2656
|
/**
|
|
2577
2657
|
* <p>Describes the modification request/s.</p>
|
|
@@ -2579,12 +2659,14 @@ export interface ReservedInstancesConfiguration {
|
|
|
2579
2659
|
*/
|
|
2580
2660
|
export interface ReservedInstancesModificationResult {
|
|
2581
2661
|
/**
|
|
2582
|
-
* <p>The ID for the Reserved Instances that were created as part of the modification request.
|
|
2662
|
+
* <p>The ID for the Reserved Instances that were created as part of the modification request.
|
|
2663
|
+
* This field is only available when the modification is fulfilled.</p>
|
|
2583
2664
|
* @public
|
|
2584
2665
|
*/
|
|
2585
2666
|
ReservedInstancesId?: string | undefined;
|
|
2586
2667
|
/**
|
|
2587
|
-
* <p>The target Reserved Instances configurations supplied as part of the modification
|
|
2668
|
+
* <p>The target Reserved Instances configurations supplied as part of the modification
|
|
2669
|
+
* request.</p>
|
|
2588
2670
|
* @public
|
|
2589
2671
|
*/
|
|
2590
2672
|
TargetConfiguration?: ReservedInstancesConfiguration | undefined;
|
|
@@ -2606,9 +2688,9 @@ export interface ReservedInstancesId {
|
|
|
2606
2688
|
*/
|
|
2607
2689
|
export interface ReservedInstancesModification {
|
|
2608
2690
|
/**
|
|
2609
|
-
* <p>A unique, case-sensitive key supplied by the client to ensure that the request is
|
|
2610
|
-
*
|
|
2611
|
-
*
|
|
2691
|
+
* <p>A unique, case-sensitive key supplied by the client to ensure that the request is
|
|
2692
|
+
* idempotent. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
|
|
2693
|
+
* Idempotency</a>.</p>
|
|
2612
2694
|
* @public
|
|
2613
2695
|
*/
|
|
2614
2696
|
ClientToken?: string | undefined;
|
|
@@ -2623,7 +2705,8 @@ export interface ReservedInstancesModification {
|
|
|
2623
2705
|
*/
|
|
2624
2706
|
EffectiveDate?: Date | undefined;
|
|
2625
2707
|
/**
|
|
2626
|
-
* <p>Contains target configurations along with their corresponding new Reserved Instance
|
|
2708
|
+
* <p>Contains target configurations along with their corresponding new Reserved Instance
|
|
2709
|
+
* IDs.</p>
|
|
2627
2710
|
* @public
|
|
2628
2711
|
*/
|
|
2629
2712
|
ModificationResults?: ReservedInstancesModificationResult[] | undefined;
|
|
@@ -2659,8 +2742,8 @@ export interface ReservedInstancesModification {
|
|
|
2659
2742
|
*/
|
|
2660
2743
|
export interface DescribeReservedInstancesModificationsResult {
|
|
2661
2744
|
/**
|
|
2662
|
-
* <p>The token to use to retrieve the next page of results. This value is <code>null</code>
|
|
2663
|
-
*
|
|
2745
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code>
|
|
2746
|
+
* when there are no more results to return.</p>
|
|
2664
2747
|
* @public
|
|
2665
2748
|
*/
|
|
2666
2749
|
NextToken?: string | undefined;
|
|
@@ -2677,6 +2760,8 @@ export interface DescribeReservedInstancesModificationsResult {
|
|
|
2677
2760
|
export interface DescribeReservedInstancesOfferingsRequest {
|
|
2678
2761
|
/**
|
|
2679
2762
|
* <p>The Availability Zone in which the Reserved Instance can be used.</p>
|
|
2763
|
+
* <p>Either <code>AvailabilityZone</code> or <code>AvailabilityZoneId</code> can be specified,
|
|
2764
|
+
* but not both.</p>
|
|
2680
2765
|
* @public
|
|
2681
2766
|
*/
|
|
2682
2767
|
AvailabilityZone?: string | undefined;
|
|
@@ -2711,7 +2796,8 @@ export interface DescribeReservedInstancesOfferingsRequest {
|
|
|
2711
2796
|
*/
|
|
2712
2797
|
MinDuration?: number | undefined;
|
|
2713
2798
|
/**
|
|
2714
|
-
* <p>The offering class of the Reserved Instance. Can be <code>standard</code> or
|
|
2799
|
+
* <p>The offering class of the Reserved Instance. Can be <code>standard</code> or
|
|
2800
|
+
* <code>convertible</code>.</p>
|
|
2715
2801
|
* @public
|
|
2716
2802
|
*/
|
|
2717
2803
|
OfferingClass?: OfferingClassType | undefined;
|
|
@@ -2727,9 +2813,17 @@ export interface DescribeReservedInstancesOfferingsRequest {
|
|
|
2727
2813
|
*/
|
|
2728
2814
|
ReservedInstancesOfferingIds?: string[] | undefined;
|
|
2729
2815
|
/**
|
|
2730
|
-
* <p>
|
|
2731
|
-
*
|
|
2732
|
-
*
|
|
2816
|
+
* <p>The ID of the Availability Zone.</p>
|
|
2817
|
+
* <p>Either <code>AvailabilityZone</code> or <code>AvailabilityZoneId</code> can be specified,
|
|
2818
|
+
* but not both.</p>
|
|
2819
|
+
* @public
|
|
2820
|
+
*/
|
|
2821
|
+
AvailabilityZoneId?: string | undefined;
|
|
2822
|
+
/**
|
|
2823
|
+
* <p>Checks whether you have the required permissions for the action, without actually making
|
|
2824
|
+
* the request, and provides an error response. If you have the required permissions, the error
|
|
2825
|
+
* response is <code>DryRunOperation</code>. Otherwise, it is
|
|
2826
|
+
* <code>UnauthorizedOperation</code>.</p>
|
|
2733
2827
|
* @public
|
|
2734
2828
|
*/
|
|
2735
2829
|
DryRun?: boolean | undefined;
|
|
@@ -2743,6 +2837,11 @@ export interface DescribeReservedInstancesOfferingsRequest {
|
|
|
2743
2837
|
* </li>
|
|
2744
2838
|
* <li>
|
|
2745
2839
|
* <p>
|
|
2840
|
+
* <code>availability-zone-id</code> - The ID of the Availability Zone where the Reserved
|
|
2841
|
+
* Instance can be used.</p>
|
|
2842
|
+
* </li>
|
|
2843
|
+
* <li>
|
|
2844
|
+
* <p>
|
|
2746
2845
|
* <code>duration</code> - The duration of the Reserved Instance (for example, one year or
|
|
2747
2846
|
* three years), in seconds (<code>31536000</code> | <code>94608000</code>).</p>
|
|
2748
2847
|
* </li>
|
|
@@ -2753,8 +2852,7 @@ export interface DescribeReservedInstancesOfferingsRequest {
|
|
|
2753
2852
|
* </li>
|
|
2754
2853
|
* <li>
|
|
2755
2854
|
* <p>
|
|
2756
|
-
* <code>instance-type</code> - The instance type that is covered by the
|
|
2757
|
-
* reservation.</p>
|
|
2855
|
+
* <code>instance-type</code> - The instance type that is covered by the reservation.</p>
|
|
2758
2856
|
* </li>
|
|
2759
2857
|
* <li>
|
|
2760
2858
|
* <p>
|
|
@@ -2765,17 +2863,16 @@ export interface DescribeReservedInstancesOfferingsRequest {
|
|
|
2765
2863
|
* <li>
|
|
2766
2864
|
* <p>
|
|
2767
2865
|
* <code>product-description</code> - The Reserved Instance product platform description
|
|
2768
|
-
*
|
|
2769
|
-
*
|
|
2770
|
-
*
|
|
2771
|
-
*
|
|
2772
|
-
*
|
|
2773
|
-
*
|
|
2866
|
+
* (<code>Linux/UNIX</code> | <code>Linux with SQL Server Standard</code> | <code>Linux
|
|
2867
|
+
* with SQL Server Web</code> | <code>Linux with SQL Server Enterprise</code> | <code>SUSE
|
|
2868
|
+
* Linux</code> | <code>Red Hat Enterprise Linux</code> | <code>Red Hat Enterprise Linux
|
|
2869
|
+
* with HA</code> | <code>Windows</code> | <code>Windows with SQL Server Standard</code> |
|
|
2870
|
+
* <code>Windows with SQL Server Web</code> | <code>Windows with SQL Server
|
|
2871
|
+
* Enterprise</code>).</p>
|
|
2774
2872
|
* </li>
|
|
2775
2873
|
* <li>
|
|
2776
2874
|
* <p>
|
|
2777
|
-
* <code>reserved-instances-offering-id</code> - The Reserved Instances offering
|
|
2778
|
-
* ID.</p>
|
|
2875
|
+
* <code>reserved-instances-offering-id</code> - The Reserved Instances offering ID.</p>
|
|
2779
2876
|
* </li>
|
|
2780
2877
|
* <li>
|
|
2781
2878
|
* <p>
|
|
@@ -2792,20 +2889,21 @@ export interface DescribeReservedInstancesOfferingsRequest {
|
|
|
2792
2889
|
*/
|
|
2793
2890
|
Filters?: Filter[] | undefined;
|
|
2794
2891
|
/**
|
|
2795
|
-
* <p>The tenancy of the instances covered by the reservation. A Reserved Instance with a
|
|
2796
|
-
* of <code>dedicated</code> is applied to instances that run in a VPC on single-tenant
|
|
2797
|
-
* (i.e., Dedicated Instances).</p>
|
|
2892
|
+
* <p>The tenancy of the instances covered by the reservation. A Reserved Instance with a
|
|
2893
|
+
* tenancy of <code>dedicated</code> is applied to instances that run in a VPC on single-tenant
|
|
2894
|
+
* hardware (i.e., Dedicated Instances).</p>
|
|
2798
2895
|
* <p>
|
|
2799
|
-
* <b>Important:</b> The <code>host</code> value cannot be used with
|
|
2896
|
+
* <b>Important:</b> The <code>host</code> value cannot be used with
|
|
2897
|
+
* this parameter. Use the <code>default</code> or <code>dedicated</code> values only.</p>
|
|
2800
2898
|
* <p>Default: <code>default</code>
|
|
2801
2899
|
* </p>
|
|
2802
2900
|
* @public
|
|
2803
2901
|
*/
|
|
2804
2902
|
InstanceTenancy?: Tenancy | undefined;
|
|
2805
2903
|
/**
|
|
2806
|
-
* <p>The Reserved Instance offering type. If you are using tools that predate the 2011-11-01
|
|
2807
|
-
*
|
|
2808
|
-
*
|
|
2904
|
+
* <p>The Reserved Instance offering type. If you are using tools that predate the 2011-11-01
|
|
2905
|
+
* API version, you only have access to the <code>Medium Utilization</code> Reserved Instance
|
|
2906
|
+
* offering type. </p>
|
|
2809
2907
|
* @public
|
|
2810
2908
|
*/
|
|
2811
2909
|
OfferingType?: OfferingTypeValues | undefined;
|
|
@@ -2816,8 +2914,8 @@ export interface DescribeReservedInstancesOfferingsRequest {
|
|
|
2816
2914
|
NextToken?: string | undefined;
|
|
2817
2915
|
/**
|
|
2818
2916
|
* <p>The maximum number of results to return for the request in a single page. The remaining
|
|
2819
|
-
*
|
|
2820
|
-
*
|
|
2917
|
+
* results of the initial request can be seen by sending another request with the returned
|
|
2918
|
+
* <code>NextToken</code> value. The maximum is 100.</p>
|
|
2821
2919
|
* <p>Default: 100</p>
|
|
2822
2920
|
* @public
|
|
2823
2921
|
*/
|
|
@@ -2845,9 +2943,9 @@ export interface PricingDetail {
|
|
|
2845
2943
|
*/
|
|
2846
2944
|
export interface ReservedInstancesOffering {
|
|
2847
2945
|
/**
|
|
2848
|
-
* <p>The currency of the Reserved Instance offering you are purchasing. It's
|
|
2849
|
-
*
|
|
2850
|
-
*
|
|
2946
|
+
* <p>The currency of the Reserved Instance offering you are purchasing. It's specified using
|
|
2947
|
+
* ISO 4217 standard currency codes. At this time, the only supported currency is
|
|
2948
|
+
* <code>USD</code>.</p>
|
|
2851
2949
|
* @public
|
|
2852
2950
|
*/
|
|
2853
2951
|
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
@@ -2857,14 +2955,15 @@ export interface ReservedInstancesOffering {
|
|
|
2857
2955
|
*/
|
|
2858
2956
|
InstanceTenancy?: Tenancy | undefined;
|
|
2859
2957
|
/**
|
|
2860
|
-
* <p>Indicates whether the offering is available through the Reserved Instance Marketplace
|
|
2861
|
-
*
|
|
2958
|
+
* <p>Indicates whether the offering is available through the Reserved Instance Marketplace
|
|
2959
|
+
* (resale) or Amazon Web Services. If it's a Reserved Instance Marketplace offering, this is
|
|
2960
|
+
* <code>true</code>.</p>
|
|
2862
2961
|
* @public
|
|
2863
2962
|
*/
|
|
2864
2963
|
Marketplace?: boolean | undefined;
|
|
2865
2964
|
/**
|
|
2866
|
-
* <p>If <code>convertible</code> it can be exchanged for Reserved Instances of
|
|
2867
|
-
*
|
|
2965
|
+
* <p>If <code>convertible</code> it can be exchanged for Reserved Instances of the same or
|
|
2966
|
+
* higher monetary value, with different configurations. If <code>standard</code>, it is not
|
|
2868
2967
|
* possible to perform an exchange.</p>
|
|
2869
2968
|
* @public
|
|
2870
2969
|
*/
|
|
@@ -2885,13 +2984,19 @@ export interface ReservedInstancesOffering {
|
|
|
2885
2984
|
*/
|
|
2886
2985
|
RecurringCharges?: RecurringCharge[] | undefined;
|
|
2887
2986
|
/**
|
|
2888
|
-
* <p>Whether the Reserved Instance is applied to instances in a Region or an Availability
|
|
2987
|
+
* <p>Whether the Reserved Instance is applied to instances in a Region or an Availability
|
|
2988
|
+
* Zone.</p>
|
|
2889
2989
|
* @public
|
|
2890
2990
|
*/
|
|
2891
2991
|
Scope?: Scope | undefined;
|
|
2892
2992
|
/**
|
|
2893
|
-
* <p>The ID of the
|
|
2894
|
-
*
|
|
2993
|
+
* <p>The ID of the Availability Zone.</p>
|
|
2994
|
+
* @public
|
|
2995
|
+
*/
|
|
2996
|
+
AvailabilityZoneId?: string | undefined;
|
|
2997
|
+
/**
|
|
2998
|
+
* <p>The ID of the Reserved Instance offering. This is the offering ID used in <a>GetReservedInstancesExchangeQuote</a> to confirm that an exchange can be
|
|
2999
|
+
* made.</p>
|
|
2895
3000
|
* @public
|
|
2896
3001
|
*/
|
|
2897
3002
|
ReservedInstancesOfferingId?: string | undefined;
|
|
@@ -2932,8 +3037,8 @@ export interface ReservedInstancesOffering {
|
|
|
2932
3037
|
*/
|
|
2933
3038
|
export interface DescribeReservedInstancesOfferingsResult {
|
|
2934
3039
|
/**
|
|
2935
|
-
* <p>The token to use to retrieve the next page of results. This value is <code>null</code>
|
|
2936
|
-
*
|
|
3040
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code>
|
|
3041
|
+
* when there are no more results to return.</p>
|
|
2937
3042
|
* @public
|
|
2938
3043
|
*/
|
|
2939
3044
|
NextToken?: string | undefined;
|
|
@@ -4893,72 +4998,78 @@ export interface SpotFleetMonitoring {
|
|
|
4893
4998
|
*/
|
|
4894
4999
|
export interface InstanceNetworkInterfaceSpecification {
|
|
4895
5000
|
/**
|
|
4896
|
-
* <p>Indicates whether to assign a public IPv4 address to an instance you launch in a VPC.
|
|
4897
|
-
* public IP address can only be assigned to a network interface for eth0, and can only
|
|
4898
|
-
* assigned to a new network interface, not an existing one. You cannot specify more
|
|
4899
|
-
* network interface in the request. If launching into a default subnet, the
|
|
4900
|
-
* <code>true</code>.</p>
|
|
5001
|
+
* <p>Indicates whether to assign a public IPv4 address to an instance you launch in a VPC.
|
|
5002
|
+
* The public IP address can only be assigned to a network interface for eth0, and can only
|
|
5003
|
+
* be assigned to a new network interface, not an existing one. You cannot specify more
|
|
5004
|
+
* than one network interface in the request. If launching into a default subnet, the
|
|
5005
|
+
* default value is <code>true</code>.</p>
|
|
4901
5006
|
* <p>Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses
|
|
4902
5007
|
* 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>
|
|
4903
5008
|
* @public
|
|
4904
5009
|
*/
|
|
4905
5010
|
AssociatePublicIpAddress?: boolean | undefined;
|
|
4906
5011
|
/**
|
|
4907
|
-
* <p>If set to <code>true</code>, the interface is deleted when the instance is terminated.
|
|
4908
|
-
* specify <code>true</code> only if creating a new network interface when
|
|
4909
|
-
* instance.</p>
|
|
5012
|
+
* <p>If set to <code>true</code>, the interface is deleted when the instance is terminated.
|
|
5013
|
+
* You can specify <code>true</code> only if creating a new network interface when
|
|
5014
|
+
* launching an instance.</p>
|
|
4910
5015
|
* @public
|
|
4911
5016
|
*/
|
|
4912
5017
|
DeleteOnTermination?: boolean | undefined;
|
|
4913
5018
|
/**
|
|
4914
|
-
* <p>The description of the network interface. Applies only if creating a network interface
|
|
5019
|
+
* <p>The description of the network interface. Applies only if creating a network interface
|
|
5020
|
+
* when launching an instance.</p>
|
|
4915
5021
|
* @public
|
|
4916
5022
|
*/
|
|
4917
5023
|
Description?: string | undefined;
|
|
4918
5024
|
/**
|
|
4919
|
-
* <p>The position of the network interface in the attachment order.
|
|
4920
|
-
*
|
|
4921
|
-
* <p>If you specify a network interface when launching an instance,
|
|
4922
|
-
*
|
|
5025
|
+
* <p>The position of the network interface in the attachment order. A primary network
|
|
5026
|
+
* interface has a device index of 0.</p>
|
|
5027
|
+
* <p>If you specify a network interface when launching an instance, you must specify the
|
|
5028
|
+
* device index.</p>
|
|
4923
5029
|
* @public
|
|
4924
5030
|
*/
|
|
4925
5031
|
DeviceIndex?: number | undefined;
|
|
4926
5032
|
/**
|
|
4927
|
-
* <p>The IDs of the security groups for the network interface. Applies only if creating a
|
|
5033
|
+
* <p>The IDs of the security groups for the network interface. Applies only if creating a
|
|
5034
|
+
* network interface when launching an instance.</p>
|
|
4928
5035
|
* @public
|
|
4929
5036
|
*/
|
|
4930
5037
|
Groups?: string[] | undefined;
|
|
4931
5038
|
/**
|
|
4932
|
-
* <p>A number of IPv6 addresses to assign to the network interface. Amazon EC2 chooses
|
|
4933
|
-
*
|
|
5039
|
+
* <p>A number of IPv6 addresses to assign to the network interface. Amazon EC2 chooses the
|
|
5040
|
+
* IPv6 addresses from the range of the subnet. You cannot specify this option and the
|
|
4934
5041
|
* option to assign specific IPv6 addresses in the same request. You can specify this
|
|
4935
5042
|
* option if you've specified a minimum number of instances to launch.</p>
|
|
4936
5043
|
* @public
|
|
4937
5044
|
*/
|
|
4938
5045
|
Ipv6AddressCount?: number | undefined;
|
|
4939
5046
|
/**
|
|
4940
|
-
* <p>The IPv6 addresses to assign to the network interface. You cannot specify
|
|
4941
|
-
*
|
|
4942
|
-
*
|
|
4943
|
-
* launch.</p>
|
|
5047
|
+
* <p>The IPv6 addresses to assign to the network interface. You cannot specify this option
|
|
5048
|
+
* and the option to assign a number of IPv6 addresses in the same request. You cannot
|
|
5049
|
+
* specify this option if you've specified a minimum number of instances to launch.</p>
|
|
4944
5050
|
* @public
|
|
4945
5051
|
*/
|
|
4946
5052
|
Ipv6Addresses?: InstanceIpv6Address[] | undefined;
|
|
4947
5053
|
/**
|
|
4948
5054
|
* <p>The ID of the network interface.</p>
|
|
4949
|
-
* <p>If you are creating a Spot Fleet, omit this parameter because you can’t specify a
|
|
5055
|
+
* <p>If you are creating a Spot Fleet, omit this parameter because you can’t specify a
|
|
5056
|
+
* network interface ID in a launch specification.</p>
|
|
4950
5057
|
* @public
|
|
4951
5058
|
*/
|
|
4952
5059
|
NetworkInterfaceId?: string | undefined;
|
|
4953
5060
|
/**
|
|
4954
|
-
* <p>The private IPv4 address of the network interface. Applies only if creating a network
|
|
4955
|
-
*
|
|
5061
|
+
* <p>The private IPv4 address of the network interface. Applies only if creating a network
|
|
5062
|
+
* interface when launching an instance. You cannot specify this option if you're launching
|
|
5063
|
+
* more than one instance in a <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html">RunInstances</a>
|
|
5064
|
+
* request.</p>
|
|
4956
5065
|
* @public
|
|
4957
5066
|
*/
|
|
4958
5067
|
PrivateIpAddress?: string | undefined;
|
|
4959
5068
|
/**
|
|
4960
|
-
* <p>The private IPv4 addresses to assign to the network interface. Only one private IPv4
|
|
4961
|
-
*
|
|
5069
|
+
* <p>The private IPv4 addresses to assign to the network interface. Only one private IPv4
|
|
5070
|
+
* address can be designated as primary. You cannot specify this option if you're launching
|
|
5071
|
+
* more than one instance in a <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html">RunInstances</a>
|
|
5072
|
+
* request.</p>
|
|
4962
5073
|
* @public
|
|
4963
5074
|
*/
|
|
4964
5075
|
PrivateIpAddresses?: PrivateIpAddressSpecification[] | undefined;
|
|
@@ -4970,7 +5081,8 @@ export interface InstanceNetworkInterfaceSpecification {
|
|
|
4970
5081
|
*/
|
|
4971
5082
|
SecondaryPrivateIpAddressCount?: number | undefined;
|
|
4972
5083
|
/**
|
|
4973
|
-
* <p>The ID of the subnet associated with the network interface. Applies only if creating a
|
|
5084
|
+
* <p>The ID of the subnet associated with the network interface. Applies only if creating a
|
|
5085
|
+
* network interface when launching an instance.</p>
|
|
4974
5086
|
* @public
|
|
4975
5087
|
*/
|
|
4976
5088
|
SubnetId?: string | undefined;
|
|
@@ -4985,16 +5097,16 @@ export interface InstanceNetworkInterfaceSpecification {
|
|
|
4985
5097
|
/**
|
|
4986
5098
|
* <p>The type of network interface.</p>
|
|
4987
5099
|
* <p>If you specify <code>efa-only</code>, do not assign any IP addresses to the network
|
|
4988
|
-
*
|
|
5100
|
+
* interface. EFA-only network interfaces do not support IP addresses.</p>
|
|
4989
5101
|
* <p>Valid values: <code>interface</code> | <code>efa</code> | <code>efa-only</code>
|
|
4990
5102
|
* </p>
|
|
4991
5103
|
* @public
|
|
4992
5104
|
*/
|
|
4993
5105
|
InterfaceType?: string | undefined;
|
|
4994
5106
|
/**
|
|
4995
|
-
* <p>The index of the network card. Some instance types support multiple network cards.
|
|
4996
|
-
*
|
|
4997
|
-
*
|
|
5107
|
+
* <p>The index of the network card. Some instance types support multiple network cards. The
|
|
5108
|
+
* primary network interface must be assigned to network card index 0. The default is
|
|
5109
|
+
* network card index 0.</p>
|
|
4998
5110
|
* <p>If you are using <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotInstances.html">RequestSpotInstances</a> to create Spot Instances, omit this parameter because
|
|
4999
5111
|
* you can’t specify the network card index when using this API. To specify the network
|
|
5000
5112
|
* card index, use <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html">RunInstances</a>.</p>
|
|
@@ -5002,26 +5114,28 @@ export interface InstanceNetworkInterfaceSpecification {
|
|
|
5002
5114
|
*/
|
|
5003
5115
|
NetworkCardIndex?: number | undefined;
|
|
5004
5116
|
/**
|
|
5005
|
-
* <p>The IPv4 delegated prefixes to be assigned to the network interface. You cannot
|
|
5006
|
-
*
|
|
5117
|
+
* <p>The IPv4 delegated prefixes to be assigned to the network interface. You cannot use
|
|
5118
|
+
* this option if you use the <code>Ipv4PrefixCount</code> option.</p>
|
|
5007
5119
|
* @public
|
|
5008
5120
|
*/
|
|
5009
5121
|
Ipv4Prefixes?: Ipv4PrefixSpecificationRequest[] | undefined;
|
|
5010
5122
|
/**
|
|
5011
|
-
* <p>The number of IPv4 delegated prefixes to be automatically assigned to the network
|
|
5012
|
-
* You cannot use this option if you use the <code>Ipv4Prefix</code>
|
|
5123
|
+
* <p>The number of IPv4 delegated prefixes to be automatically assigned to the network
|
|
5124
|
+
* interface. You cannot use this option if you use the <code>Ipv4Prefix</code>
|
|
5125
|
+
* option.</p>
|
|
5013
5126
|
* @public
|
|
5014
5127
|
*/
|
|
5015
5128
|
Ipv4PrefixCount?: number | undefined;
|
|
5016
5129
|
/**
|
|
5017
|
-
* <p>The IPv6 delegated prefixes to be assigned to the network interface. You cannot
|
|
5018
|
-
*
|
|
5130
|
+
* <p>The IPv6 delegated prefixes to be assigned to the network interface. You cannot use
|
|
5131
|
+
* this option if you use the <code>Ipv6PrefixCount</code> option.</p>
|
|
5019
5132
|
* @public
|
|
5020
5133
|
*/
|
|
5021
5134
|
Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[] | undefined;
|
|
5022
5135
|
/**
|
|
5023
|
-
* <p>The number of IPv6 delegated prefixes to be automatically assigned to the network
|
|
5024
|
-
* You cannot use this option if you use the <code>Ipv6Prefix</code>
|
|
5136
|
+
* <p>The number of IPv6 delegated prefixes to be automatically assigned to the network
|
|
5137
|
+
* interface. You cannot use this option if you use the <code>Ipv6Prefix</code>
|
|
5138
|
+
* option.</p>
|
|
5025
5139
|
* @public
|
|
5026
5140
|
*/
|
|
5027
5141
|
Ipv6PrefixCount?: number | undefined;
|
|
@@ -5032,15 +5146,23 @@ export interface InstanceNetworkInterfaceSpecification {
|
|
|
5032
5146
|
PrimaryIpv6?: boolean | undefined;
|
|
5033
5147
|
/**
|
|
5034
5148
|
* <p>Specifies the ENA Express settings for the network interface that's attached to
|
|
5035
|
-
*
|
|
5149
|
+
* the instance.</p>
|
|
5036
5150
|
* @public
|
|
5037
5151
|
*/
|
|
5038
5152
|
EnaSrdSpecification?: EnaSrdSpecificationRequest | undefined;
|
|
5039
5153
|
/**
|
|
5040
|
-
* <p>A security group connection tracking specification that enables you to set the timeout
|
|
5154
|
+
* <p>A security group connection tracking specification that enables you to set the timeout
|
|
5155
|
+
* for connection tracking on an Elastic network interface. For more information, see
|
|
5156
|
+
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Connection tracking timeouts</a> in the
|
|
5157
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
5041
5158
|
* @public
|
|
5042
5159
|
*/
|
|
5043
5160
|
ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest | undefined;
|
|
5161
|
+
/**
|
|
5162
|
+
* <p>The number of ENA queues to be created with the instance.</p>
|
|
5163
|
+
* @public
|
|
5164
|
+
*/
|
|
5165
|
+
EnaQueueCount?: number | undefined;
|
|
5044
5166
|
}
|
|
5045
5167
|
/**
|
|
5046
5168
|
* <p>Describes Spot Instance placement.</p>
|
|
@@ -9191,6 +9313,11 @@ export interface VolumeStatusItem {
|
|
|
9191
9313
|
* @public
|
|
9192
9314
|
*/
|
|
9193
9315
|
AttachmentStatuses?: VolumeStatusAttachmentStatus[] | undefined;
|
|
9316
|
+
/**
|
|
9317
|
+
* <p>The ID of the Availability Zone.</p>
|
|
9318
|
+
* @public
|
|
9319
|
+
*/
|
|
9320
|
+
AvailabilityZoneId?: string | undefined;
|
|
9194
9321
|
}
|
|
9195
9322
|
/**
|
|
9196
9323
|
* @public
|
|
@@ -10892,9 +11019,10 @@ export interface DetachInternetGatewayRequest {
|
|
|
10892
11019
|
*/
|
|
10893
11020
|
export interface DetachNetworkInterfaceRequest {
|
|
10894
11021
|
/**
|
|
10895
|
-
* <p>Checks whether you have the required permissions for the action, without actually
|
|
10896
|
-
* and provides an error response. If you have the required
|
|
10897
|
-
*
|
|
11022
|
+
* <p>Checks whether you have the required permissions for the action, without actually
|
|
11023
|
+
* making the request, and provides an error response. If you have the required
|
|
11024
|
+
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
11025
|
+
* <code>UnauthorizedOperation</code>.</p>
|
|
10898
11026
|
* @public
|
|
10899
11027
|
*/
|
|
10900
11028
|
DryRun?: boolean | undefined;
|
|
@@ -10908,15 +11036,19 @@ export interface DetachNetworkInterfaceRequest {
|
|
|
10908
11036
|
* <note>
|
|
10909
11037
|
* <ul>
|
|
10910
11038
|
* <li>
|
|
10911
|
-
* <p>Use the <code>Force</code> parameter only as a last resort to detach a
|
|
11039
|
+
* <p>Use the <code>Force</code> parameter only as a last resort to detach a
|
|
11040
|
+
* network interface from a failed instance. </p>
|
|
10912
11041
|
* </li>
|
|
10913
11042
|
* <li>
|
|
10914
|
-
* <p>If you use the <code>Force</code> parameter to detach a network interface,
|
|
11043
|
+
* <p>If you use the <code>Force</code> parameter to detach a network interface,
|
|
11044
|
+
* you might not be able to attach a different network interface to the same
|
|
11045
|
+
* index on the instance without first stopping and starting the
|
|
11046
|
+
* instance.</p>
|
|
10915
11047
|
* </li>
|
|
10916
11048
|
* <li>
|
|
10917
|
-
* <p>If you force the detachment of a network interface, the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html">instance
|
|
10918
|
-
*
|
|
10919
|
-
* with the detached network interface might still be visible. The
|
|
11049
|
+
* <p>If you force the detachment of a network interface, the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html">instance
|
|
11050
|
+
* metadata</a> might not get updated. This means that the attributes
|
|
11051
|
+
* associated with the detached network interface might still be visible. The
|
|
10920
11052
|
* instance metadata will get updated when you stop and start the
|
|
10921
11053
|
* instance.</p>
|
|
10922
11054
|
* </li>
|
|
@@ -11112,16 +11244,6 @@ export interface DisableAwsNetworkPerformanceMetricSubscriptionRequest {
|
|
|
11112
11244
|
*/
|
|
11113
11245
|
DryRun?: boolean | undefined;
|
|
11114
11246
|
}
|
|
11115
|
-
/**
|
|
11116
|
-
* @public
|
|
11117
|
-
*/
|
|
11118
|
-
export interface DisableAwsNetworkPerformanceMetricSubscriptionResult {
|
|
11119
|
-
/**
|
|
11120
|
-
* <p>Indicates whether the unsubscribe action was successful.</p>
|
|
11121
|
-
* @public
|
|
11122
|
-
*/
|
|
11123
|
-
Output?: boolean | undefined;
|
|
11124
|
-
}
|
|
11125
11247
|
/**
|
|
11126
11248
|
* @internal
|
|
11127
11249
|
*/
|