@aws-sdk/client-ec2 3.804.0 → 3.806.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.
Files changed (68) hide show
  1. package/dist-cjs/index.js +92 -22
  2. package/dist-cjs/runtimeConfig.js +6 -6
  3. package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
  4. package/dist-es/models/models_4.js +4 -0
  5. package/dist-es/models/models_7.js +0 -7
  6. package/dist-es/models/models_8.js +7 -1
  7. package/dist-es/protocols/Aws_ec2.js +65 -0
  8. package/dist-es/runtimeConfig.js +6 -6
  9. package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +6 -6
  10. package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +17 -13
  11. package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +1 -0
  12. package/dist-types/commands/CancelReservedInstancesListingCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -0
  14. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -1
  15. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +3 -2
  16. package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +4 -3
  17. package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +14 -11
  18. package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +3 -3
  20. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +4 -0
  21. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -0
  22. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -0
  23. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +3 -0
  25. package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +3 -1
  26. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +7 -5
  27. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +3 -4
  28. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +16 -7
  29. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +6 -4
  30. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +9 -5
  31. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +1 -0
  32. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -0
  33. package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +2 -1
  34. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +5 -3
  35. package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +3 -3
  36. package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +1 -2
  37. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +5 -3
  38. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -2
  39. package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +7 -7
  40. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  41. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -0
  42. package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +2 -1
  43. package/dist-types/commands/RunInstancesCommand.d.ts +2 -0
  44. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +6 -0
  45. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +2 -1
  46. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +2 -2
  47. package/dist-types/models/models_0.d.ts +60 -36
  48. package/dist-types/models/models_1.d.ts +121 -90
  49. package/dist-types/models/models_2.d.ts +86 -53
  50. package/dist-types/models/models_3.d.ts +23 -19
  51. package/dist-types/models/models_4.d.ts +76 -35
  52. package/dist-types/models/models_5.d.ts +286 -203
  53. package/dist-types/models/models_6.d.ts +25 -28
  54. package/dist-types/models/models_7.d.ts +72 -57
  55. package/dist-types/models/models_8.d.ts +37 -7
  56. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +2 -4
  57. package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +2 -4
  58. package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +4 -2
  59. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +4 -2
  60. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  61. package/dist-types/ts3.4/models/models_1.d.ts +2 -0
  62. package/dist-types/ts3.4/models/models_2.d.ts +1 -0
  63. package/dist-types/ts3.4/models/models_4.d.ts +11 -7
  64. package/dist-types/ts3.4/models/models_5.d.ts +9 -3
  65. package/dist-types/ts3.4/models/models_6.d.ts +3 -4
  66. package/dist-types/ts3.4/models/models_7.d.ts +6 -8
  67. package/dist-types/ts3.4/models/models_8.d.ts +9 -0
  68. 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
  */
@@ -957,6 +972,11 @@ export interface NetworkInsightsAnalysis {
957
972
  * @public
958
973
  */
959
974
  FilterInArns?: string[] | undefined;
975
+ /**
976
+ * <p>The Amazon Resource Names (ARN) of the resources that the path must ignore.</p>
977
+ * @public
978
+ */
979
+ FilterOutArns?: string[] | undefined;
960
980
  /**
961
981
  * <p>The time the analysis started.</p>
962
982
  * @public
@@ -1132,9 +1152,10 @@ export type NetworkInterfaceAttribute = (typeof NetworkInterfaceAttribute)[keyof
1132
1152
  */
1133
1153
  export interface DescribeNetworkInterfaceAttributeRequest {
1134
1154
  /**
1135
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
1136
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
1137
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
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>
1138
1159
  * @public
1139
1160
  */
1140
1161
  DryRun?: boolean | undefined;
@@ -1180,8 +1201,9 @@ export interface DescribeNetworkInterfaceAttributeResult {
1180
1201
  */
1181
1202
  SourceDestCheck?: AttributeBooleanValue | undefined;
1182
1203
  /**
1183
- * <p>Indicates whether to assign a public IPv4 address to a network interface.
1184
- * This option can be enabled for any network interface but will only apply to the primary network interface (eth0).</p>
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>
1185
1207
  * @public
1186
1208
  */
1187
1209
  AssociatePublicIpAddress?: boolean | undefined;
@@ -1201,13 +1223,13 @@ export interface DescribeNetworkInterfacePermissionsRequest {
1201
1223
  * <ul>
1202
1224
  * <li>
1203
1225
  * <p>
1204
- * <code>network-interface-permission.network-interface-permission-id</code> - The ID of the
1205
- * permission.</p>
1226
+ * <code>network-interface-permission.network-interface-permission-id</code> -
1227
+ * The ID of the permission.</p>
1206
1228
  * </li>
1207
1229
  * <li>
1208
1230
  * <p>
1209
- * <code>network-interface-permission.network-interface-id</code> - The ID of
1210
- * the network interface.</p>
1231
+ * <code>network-interface-permission.network-interface-id</code> - The ID of the
1232
+ * network interface.</p>
1211
1233
  * </li>
1212
1234
  * <li>
1213
1235
  * <p>
@@ -1215,29 +1237,28 @@ export interface DescribeNetworkInterfacePermissionsRequest {
1215
1237
  * </li>
1216
1238
  * <li>
1217
1239
  * <p>
1218
- * <code>network-interface-permission.aws-service</code> - The Amazon Web Services service.</p>
1240
+ * <code>network-interface-permission.aws-service</code> - The Amazon Web Services
1241
+ * service.</p>
1219
1242
  * </li>
1220
1243
  * <li>
1221
1244
  * <p>
1222
- * <code>network-interface-permission.permission</code> - The type of
1223
- * permission (<code>INSTANCE-ATTACH</code> |
1224
- * <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>
1225
1247
  * </li>
1226
1248
  * </ul>
1227
1249
  * @public
1228
1250
  */
1229
1251
  Filters?: Filter[] | undefined;
1230
1252
  /**
1231
- * <p>The token returned from a previous paginated request.
1232
- * Pagination continues from the end of the items returned by the previous request.</p>
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>
1233
1255
  * @public
1234
1256
  */
1235
1257
  NextToken?: string | undefined;
1236
1258
  /**
1237
1259
  * <p>The maximum number of items to return for this request. To get the next page of items,
1238
- * make another request with the token returned in the output. If this parameter is not specified,
1239
- * up to 50 results are returned by default. For more information, see
1240
- * <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>
1241
1262
  * @public
1242
1263
  */
1243
1264
  MaxResults?: number | undefined;
@@ -1253,8 +1274,8 @@ export interface DescribeNetworkInterfacePermissionsResult {
1253
1274
  */
1254
1275
  NetworkInterfacePermissions?: NetworkInterfacePermission[] | undefined;
1255
1276
  /**
1256
- * <p>The token to include in another request to get the next page of items.
1257
- * This value is <code>null</code> when there are no more items to return.</p>
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>
1258
1279
  * @public
1259
1280
  */
1260
1281
  NextToken?: string | undefined;
@@ -1265,23 +1286,24 @@ export interface DescribeNetworkInterfacePermissionsResult {
1265
1286
  */
1266
1287
  export interface DescribeNetworkInterfacesRequest {
1267
1288
  /**
1268
- * <p>The token returned from a previous paginated request.
1269
- * Pagination continues from the end of the items returned by the previous request.</p>
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>
1270
1291
  * @public
1271
1292
  */
1272
1293
  NextToken?: string | undefined;
1273
1294
  /**
1274
1295
  * <p>The maximum number of items to return for this request. To get the next page of items,
1275
- * make another request with the token returned in the output. You cannot specify this
1276
- * parameter and the network interface IDs parameter in the same request. For more information,
1277
- * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
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>
1278
1299
  * @public
1279
1300
  */
1280
1301
  MaxResults?: number | undefined;
1281
1302
  /**
1282
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
1283
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
1284
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
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>
1285
1307
  * @public
1286
1308
  */
1287
1309
  DryRun?: boolean | undefined;
@@ -1297,32 +1319,33 @@ export interface DescribeNetworkInterfacesRequest {
1297
1319
  * <li>
1298
1320
  * <p>
1299
1321
  * <code>association.allocation-id</code> - The allocation ID returned when you
1300
- * allocated the Elastic IP address (IPv4) for your network interface.</p>
1322
+ * allocated the Elastic IP address (IPv4) for your network interface.</p>
1301
1323
  * </li>
1302
1324
  * <li>
1303
1325
  * <p>
1304
1326
  * <code>association.association-id</code> - The association ID returned when the
1305
- * network interface was associated with an IPv4 address.</p>
1327
+ * network interface was associated with an IPv4 address.</p>
1306
1328
  * </li>
1307
1329
  * <li>
1308
1330
  * <p>
1309
- * <code>addresses.association.owner-id</code> - The owner ID of the addresses associated with the network interface.</p>
1331
+ * <code>addresses.association.owner-id</code> - The owner ID of the addresses
1332
+ * associated with the network interface.</p>
1310
1333
  * </li>
1311
1334
  * <li>
1312
1335
  * <p>
1313
- * <code>addresses.association.public-ip</code> - The association ID returned when
1314
- * the network interface was associated with the Elastic IP address
1315
- * (IPv4).</p>
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>
1316
1339
  * </li>
1317
1340
  * <li>
1318
1341
  * <p>
1319
- * <code>addresses.primary</code> - Whether the private IPv4 address is the primary
1320
- * 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>
1321
1344
  * </li>
1322
1345
  * <li>
1323
1346
  * <p>
1324
1347
  * <code>addresses.private-ip-address</code> - The private IPv4 addresses
1325
- * associated with the network interface.</p>
1348
+ * associated with the network interface.</p>
1326
1349
  * </li>
1327
1350
  * <li>
1328
1351
  * <p>
@@ -1341,35 +1364,44 @@ export interface DescribeNetworkInterfacesRequest {
1341
1364
  * </li>
1342
1365
  * <li>
1343
1366
  * <p>
1344
- * <code>attachment.attach-time</code> - The time that the network interface was attached to an instance.</p>
1367
+ * <code>attachment.attach-time</code> - The time that the network interface was
1368
+ * attached to an instance.</p>
1345
1369
  * </li>
1346
1370
  * <li>
1347
1371
  * <p>
1348
- * <code>attachment.attachment-id</code> - The ID of the interface attachment.</p>
1372
+ * <code>attachment.attachment-id</code> - The ID of the interface
1373
+ * attachment.</p>
1349
1374
  * </li>
1350
1375
  * <li>
1351
1376
  * <p>
1352
- * <code>attachment.delete-on-termination</code> - Indicates whether the attachment is deleted when an instance is terminated.</p>
1377
+ * <code>attachment.delete-on-termination</code> - Indicates whether the
1378
+ * attachment is deleted when an instance is terminated.</p>
1353
1379
  * </li>
1354
1380
  * <li>
1355
1381
  * <p>
1356
- * <code>attachment.device-index</code> - The device index to which the network interface is attached.</p>
1382
+ * <code>attachment.device-index</code> - The device index to which the network
1383
+ * interface is attached.</p>
1357
1384
  * </li>
1358
1385
  * <li>
1359
1386
  * <p>
1360
- * <code>attachment.instance-id</code> - The ID of the instance to which the network interface is attached.</p>
1387
+ * <code>attachment.instance-id</code> - The ID of the instance to which the
1388
+ * network interface is attached.</p>
1361
1389
  * </li>
1362
1390
  * <li>
1363
1391
  * <p>
1364
- * <code>attachment.instance-owner-id</code> - The owner ID of the instance to which the network interface is attached.</p>
1392
+ * <code>attachment.instance-owner-id</code> - The owner ID of the instance to
1393
+ * which the network interface is attached.</p>
1365
1394
  * </li>
1366
1395
  * <li>
1367
1396
  * <p>
1368
- * <code>attachment.status</code> - The status of the attachment (<code>attaching</code> | <code>attached</code> | <code>detaching</code> | <code>detached</code>).</p>
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>
1369
1400
  * </li>
1370
1401
  * <li>
1371
1402
  * <p>
1372
- * <code>availability-zone</code> - The Availability Zone of the network interface.</p>
1403
+ * <code>availability-zone</code> - The Availability Zone of the network
1404
+ * interface.</p>
1373
1405
  * </li>
1374
1406
  * <li>
1375
1407
  * <p>
@@ -1377,22 +1409,29 @@ export interface DescribeNetworkInterfacesRequest {
1377
1409
  * </li>
1378
1410
  * <li>
1379
1411
  * <p>
1380
- * <code>group-id</code> - The ID of a security group associated with the network interface.</p>
1412
+ * <code>group-id</code> - The ID of a security group associated with the network
1413
+ * interface.</p>
1381
1414
  * </li>
1382
1415
  * <li>
1383
1416
  * <p>
1384
- * <code>ipv6-addresses.ipv6-address</code> - An IPv6 address associated with
1385
- * the network interface.</p>
1417
+ * <code>ipv6-addresses.ipv6-address</code> - An IPv6 address associated with the
1418
+ * network interface.</p>
1386
1419
  * </li>
1387
1420
  * <li>
1388
1421
  * <p>
1389
- * <code>interface-type</code> - The type of network interface (<code>api_gateway_managed</code> |
1390
- * <code>aws_codestar_connections_managed</code> | <code>branch</code> | <code>ec2_instance_connect_endpoint</code> |
1391
- * <code>efa</code> | <code>efa-only</code> | <code>efs</code> | <code>gateway_load_balancer</code> |
1392
- * <code>gateway_load_balancer_endpoint</code> | <code>global_accelerator_managed</code> | <code>interface</code> |
1393
- * <code>iot_rules_managed</code> | <code>lambda</code> | <code>load_balancer</code> | <code>nat_gateway</code> |
1394
- * <code>network_load_balancer</code> | <code>quicksight</code> | <code>transit_gateway</code> | <code>trunk</code> |
1395
- * <code>vpc_endpoint</code>).</p>
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>
1396
1435
  * </li>
1397
1436
  * <li>
1398
1437
  * <p>
@@ -1415,11 +1454,13 @@ export interface DescribeNetworkInterfacesRequest {
1415
1454
  * </li>
1416
1455
  * <li>
1417
1456
  * <p>
1418
- * <code>owner-id</code> - The Amazon Web Services account ID of the network interface owner.</p>
1457
+ * <code>owner-id</code> - The Amazon Web Services account ID of the network
1458
+ * interface owner.</p>
1419
1459
  * </li>
1420
1460
  * <li>
1421
1461
  * <p>
1422
- * <code>private-dns-name</code> - The private DNS name of the network interface (IPv4).</p>
1462
+ * <code>private-dns-name</code> - The private DNS name of the network interface
1463
+ * (IPv4).</p>
1423
1464
  * </li>
1424
1465
  * <li>
1425
1466
  * <p>
@@ -1428,27 +1469,33 @@ export interface DescribeNetworkInterfacesRequest {
1428
1469
  * </li>
1429
1470
  * <li>
1430
1471
  * <p>
1431
- * <code>requester-id</code> - The alias or Amazon Web Services account ID of the principal or service that created the network interface.</p>
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>
1432
1474
  * </li>
1433
1475
  * <li>
1434
1476
  * <p>
1435
- * <code>requester-managed</code> - Indicates whether the network interface is being managed by an Amazon Web Services
1436
- * service (for example, Amazon Web Services Management Console, Auto Scaling, and so on).</p>
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>
1437
1479
  * </li>
1438
1480
  * <li>
1439
1481
  * <p>
1440
- * <code>source-dest-check</code> - Indicates whether the network interface performs source/destination checking.
1441
- * A value of <code>true</code> means checking is enabled, and <code>false</code> means checking is disabled.
1442
- * The value must be <code>false</code> for the network interface to perform network address translation (NAT) in your VPC. </p>
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>
1443
1487
  * </li>
1444
1488
  * <li>
1445
1489
  * <p>
1446
- * <code>status</code> - The status of the network interface. If the network interface is not attached to an instance, the status is <code>available</code>;
1447
- * if a network interface is attached to an instance the status is <code>in-use</code>.</p>
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>
1448
1494
  * </li>
1449
1495
  * <li>
1450
1496
  * <p>
1451
- * <code>subnet-id</code> - The ID of the subnet for the network interface.</p>
1497
+ * <code>subnet-id</code> - The ID of the subnet for the network
1498
+ * interface.</p>
1452
1499
  * </li>
1453
1500
  * <li>
1454
1501
  * <p>
@@ -1478,8 +1525,8 @@ export interface DescribeNetworkInterfacesResult {
1478
1525
  */
1479
1526
  NetworkInterfaces?: NetworkInterface[] | undefined;
1480
1527
  /**
1481
- * <p>The token to include in another request to get the next page of items.
1482
- * This value is <code>null</code> when there are no more items to return.</p>
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>
1483
1530
  * @public
1484
1531
  */
1485
1532
  NextToken?: string | undefined;
@@ -2154,9 +2201,10 @@ export interface DescribeReservedInstancesRequest {
2154
2201
  */
2155
2202
  ReservedInstancesIds?: string[] | undefined;
2156
2203
  /**
2157
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
2158
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
2159
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
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>
2160
2208
  * @public
2161
2209
  */
2162
2210
  DryRun?: boolean | undefined;
@@ -2165,37 +2213,43 @@ export interface DescribeReservedInstancesRequest {
2165
2213
  * <ul>
2166
2214
  * <li>
2167
2215
  * <p>
2168
- * <code>availability-zone</code> - The Availability Zone where the Reserved Instance can be used.</p>
2216
+ * <code>availability-zone</code> - The Availability Zone where the Reserved Instance can
2217
+ * be used.</p>
2169
2218
  * </li>
2170
2219
  * <li>
2171
2220
  * <p>
2172
- * <code>duration</code> - The duration of the Reserved Instance (one year or three years), in seconds (<code>31536000</code> | <code>94608000</code>).</p>
2221
+ * <code>duration</code> - The duration of the Reserved Instance (one year or three
2222
+ * years), in seconds (<code>31536000</code> | <code>94608000</code>).</p>
2173
2223
  * </li>
2174
2224
  * <li>
2175
2225
  * <p>
2176
- * <code>end</code> - The time when the Reserved Instance expires (for example, 2015-08-07T11:54:42.000Z).</p>
2226
+ * <code>end</code> - The time when the Reserved Instance expires (for example,
2227
+ * 2015-08-07T11:54:42.000Z).</p>
2177
2228
  * </li>
2178
2229
  * <li>
2179
2230
  * <p>
2180
- * <code>fixed-price</code> - The purchase price of the Reserved Instance (for example, 9800.0).</p>
2231
+ * <code>fixed-price</code> - The purchase price of the Reserved Instance (for example,
2232
+ * 9800.0).</p>
2181
2233
  * </li>
2182
2234
  * <li>
2183
2235
  * <p>
2184
- * <code>instance-type</code> - The instance type that is covered by the reservation.</p>
2236
+ * <code>instance-type</code> - The instance type that is covered by the
2237
+ * reservation.</p>
2185
2238
  * </li>
2186
2239
  * <li>
2187
2240
  * <p>
2188
- * <code>scope</code> - The scope of the Reserved Instance (<code>Region</code> or <code>Availability Zone</code>).</p>
2241
+ * <code>scope</code> - The scope of the Reserved Instance (<code>Region</code> or
2242
+ * <code>Availability Zone</code>).</p>
2189
2243
  * </li>
2190
2244
  * <li>
2191
2245
  * <p>
2192
2246
  * <code>product-description</code> - The Reserved Instance product platform description
2193
- * (<code>Linux/UNIX</code> | <code>Linux with SQL Server Standard</code> |
2194
- * <code>Linux with SQL Server Web</code> | <code>Linux with SQL Server Enterprise</code> |
2195
- * <code>SUSE Linux</code> |
2196
- * <code>Red Hat Enterprise Linux</code> | <code>Red Hat Enterprise Linux with HA</code> |
2197
- * <code>Windows</code> | <code>Windows with SQL Server Standard</code> |
2198
- * <code>Windows with SQL Server Web</code> | <code>Windows with SQL Server Enterprise</code>).</p>
2247
+ * (<code>Linux/UNIX</code> | <code>Linux with SQL Server Standard</code> | <code>Linux
2248
+ * with SQL Server Web</code> | <code>Linux with SQL Server Enterprise</code> | <code>SUSE
2249
+ * Linux</code> | <code>Red Hat Enterprise Linux</code> | <code>Red Hat Enterprise Linux
2250
+ * with HA</code> | <code>Windows</code> | <code>Windows with SQL Server Standard</code> |
2251
+ * <code>Windows with SQL Server Web</code> | <code>Windows with SQL Server
2252
+ * Enterprise</code>).</p>
2199
2253
  * </li>
2200
2254
  * <li>
2201
2255
  * <p>
@@ -2203,11 +2257,13 @@ export interface DescribeReservedInstancesRequest {
2203
2257
  * </li>
2204
2258
  * <li>
2205
2259
  * <p>
2206
- * <code>start</code> - The time at which the Reserved Instance purchase request was placed (for example, 2014-08-07T11:54:42.000Z).</p>
2260
+ * <code>start</code> - The time at which the Reserved Instance purchase request was
2261
+ * placed (for example, 2014-08-07T11:54:42.000Z).</p>
2207
2262
  * </li>
2208
2263
  * <li>
2209
2264
  * <p>
2210
- * <code>state</code> - The state of the Reserved Instance (<code>payment-pending</code> | <code>active</code> | <code>payment-failed</code> | <code>retired</code>).</p>
2265
+ * <code>state</code> - The state of the Reserved Instance (<code>payment-pending</code>
2266
+ * | <code>active</code> | <code>payment-failed</code> | <code>retired</code>).</p>
2211
2267
  * </li>
2212
2268
  * <li>
2213
2269
  * <p>
@@ -2220,16 +2276,17 @@ export interface DescribeReservedInstancesRequest {
2220
2276
  * </li>
2221
2277
  * <li>
2222
2278
  * <p>
2223
- * <code>usage-price</code> - The usage price of the Reserved Instance, per hour (for example, 0.84).</p>
2279
+ * <code>usage-price</code> - The usage price of the Reserved Instance, per hour (for
2280
+ * example, 0.84).</p>
2224
2281
  * </li>
2225
2282
  * </ul>
2226
2283
  * @public
2227
2284
  */
2228
2285
  Filters?: Filter[] | undefined;
2229
2286
  /**
2230
- * <p>The Reserved Instance offering type. If you are using tools that predate the 2011-11-01 API
2231
- * version, you only have access to the <code>Medium Utilization</code> Reserved Instance
2232
- * offering type.</p>
2287
+ * <p>The Reserved Instance offering type. If you are using tools that predate the 2011-11-01
2288
+ * API version, you only have access to the <code>Medium Utilization</code> Reserved Instance
2289
+ * offering type.</p>
2233
2290
  * @public
2234
2291
  */
2235
2292
  OfferingType?: OfferingTypeValues | undefined;
@@ -2309,8 +2366,8 @@ export type ReservedInstanceState = (typeof ReservedInstanceState)[keyof typeof
2309
2366
  */
2310
2367
  export interface ReservedInstances {
2311
2368
  /**
2312
- * <p>The currency of the Reserved Instance. It's specified using ISO 4217 standard currency codes.
2313
- * At this time, the only supported currency is <code>USD</code>.</p>
2369
+ * <p>The currency of the Reserved Instance. It's specified using ISO 4217 standard currency
2370
+ * codes. At this time, the only supported currency is <code>USD</code>.</p>
2314
2371
  * @public
2315
2372
  */
2316
2373
  CurrencyCode?: CurrencyCodeValues | undefined;
@@ -2435,12 +2492,13 @@ export interface DescribeReservedInstancesListingsRequest {
2435
2492
  * </li>
2436
2493
  * <li>
2437
2494
  * <p>
2438
- * <code>reserved-instances-listing-id</code> - The ID of the Reserved Instances listing.</p>
2495
+ * <code>reserved-instances-listing-id</code> - The ID of the Reserved Instances
2496
+ * listing.</p>
2439
2497
  * </li>
2440
2498
  * <li>
2441
2499
  * <p>
2442
- * <code>status</code> - The status of the Reserved Instance listing (<code>pending</code> | <code>active</code> |
2443
- * <code>cancelled</code> | <code>closed</code>).</p>
2500
+ * <code>status</code> - The status of the Reserved Instance listing (<code>pending</code> |
2501
+ * <code>active</code> | <code>cancelled</code> | <code>closed</code>).</p>
2444
2502
  * </li>
2445
2503
  * <li>
2446
2504
  * <p>
@@ -2494,19 +2552,24 @@ export interface DescribeReservedInstancesModificationsRequest {
2494
2552
  * </li>
2495
2553
  * <li>
2496
2554
  * <p>
2497
- * <code>modification-result.reserved-instances-id</code> - The ID for the Reserved Instances created as part of the modification request. This ID is only available when the status of the modification is <code>fulfilled</code>.</p>
2555
+ * <code>modification-result.reserved-instances-id</code> - The ID for the Reserved Instances
2556
+ * created as part of the modification request. This ID is only available when the status of
2557
+ * the modification is <code>fulfilled</code>.</p>
2498
2558
  * </li>
2499
2559
  * <li>
2500
2560
  * <p>
2501
- * <code>modification-result.target-configuration.availability-zone</code> - The Availability Zone for the new Reserved Instances.</p>
2561
+ * <code>modification-result.target-configuration.availability-zone</code> - The Availability
2562
+ * Zone for the new Reserved Instances.</p>
2502
2563
  * </li>
2503
2564
  * <li>
2504
2565
  * <p>
2505
- * <code>modification-result.target-configuration.instance-count </code> - The number of new Reserved Instances.</p>
2566
+ * <code>modification-result.target-configuration.instance-count </code> - The number of new
2567
+ * Reserved Instances.</p>
2506
2568
  * </li>
2507
2569
  * <li>
2508
2570
  * <p>
2509
- * <code>modification-result.target-configuration.instance-type</code> - The instance type of the new Reserved Instances.</p>
2571
+ * <code>modification-result.target-configuration.instance-type</code> - The instance type of
2572
+ * the new Reserved Instances.</p>
2510
2573
  * </li>
2511
2574
  * <li>
2512
2575
  * <p>
@@ -2514,12 +2577,13 @@ export interface DescribeReservedInstancesModificationsRequest {
2514
2577
  * </li>
2515
2578
  * <li>
2516
2579
  * <p>
2517
- * <code>reserved-instances-modification-id</code> - The ID of the modification request.</p>
2580
+ * <code>reserved-instances-modification-id</code> - The ID of the modification
2581
+ * request.</p>
2518
2582
  * </li>
2519
2583
  * <li>
2520
2584
  * <p>
2521
2585
  * <code>status</code> - The status of the Reserved Instances modification request
2522
- * (<code>processing</code> | <code>fulfilled</code> | <code>failed</code>).</p>
2586
+ * (<code>processing</code> | <code>fulfilled</code> | <code>failed</code>).</p>
2523
2587
  * </li>
2524
2588
  * <li>
2525
2589
  * <p>
@@ -2563,7 +2627,8 @@ export interface ReservedInstancesConfiguration {
2563
2627
  */
2564
2628
  Platform?: string | undefined;
2565
2629
  /**
2566
- * <p>Whether the Reserved Instance is applied to instances in a Region or instances in a specific Availability Zone.</p>
2630
+ * <p>Whether the Reserved Instance is applied to instances in a Region or instances in a
2631
+ * specific Availability Zone.</p>
2567
2632
  * @public
2568
2633
  */
2569
2634
  Scope?: Scope | undefined;
@@ -2574,12 +2639,14 @@ export interface ReservedInstancesConfiguration {
2574
2639
  */
2575
2640
  export interface ReservedInstancesModificationResult {
2576
2641
  /**
2577
- * <p>The ID for the Reserved Instances that were created as part of the modification request. This field is only available when the modification is fulfilled.</p>
2642
+ * <p>The ID for the Reserved Instances that were created as part of the modification request.
2643
+ * This field is only available when the modification is fulfilled.</p>
2578
2644
  * @public
2579
2645
  */
2580
2646
  ReservedInstancesId?: string | undefined;
2581
2647
  /**
2582
- * <p>The target Reserved Instances configurations supplied as part of the modification request.</p>
2648
+ * <p>The target Reserved Instances configurations supplied as part of the modification
2649
+ * request.</p>
2583
2650
  * @public
2584
2651
  */
2585
2652
  TargetConfiguration?: ReservedInstancesConfiguration | undefined;
@@ -2601,9 +2668,9 @@ export interface ReservedInstancesId {
2601
2668
  */
2602
2669
  export interface ReservedInstancesModification {
2603
2670
  /**
2604
- * <p>A unique, case-sensitive key supplied by the client to ensure that the request is idempotent.
2605
- * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
2606
- * Idempotency</a>.</p>
2671
+ * <p>A unique, case-sensitive key supplied by the client to ensure that the request is
2672
+ * idempotent. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
2673
+ * Idempotency</a>.</p>
2607
2674
  * @public
2608
2675
  */
2609
2676
  ClientToken?: string | undefined;
@@ -2618,7 +2685,8 @@ export interface ReservedInstancesModification {
2618
2685
  */
2619
2686
  EffectiveDate?: Date | undefined;
2620
2687
  /**
2621
- * <p>Contains target configurations along with their corresponding new Reserved Instance IDs.</p>
2688
+ * <p>Contains target configurations along with their corresponding new Reserved Instance
2689
+ * IDs.</p>
2622
2690
  * @public
2623
2691
  */
2624
2692
  ModificationResults?: ReservedInstancesModificationResult[] | undefined;
@@ -2654,8 +2722,8 @@ export interface ReservedInstancesModification {
2654
2722
  */
2655
2723
  export interface DescribeReservedInstancesModificationsResult {
2656
2724
  /**
2657
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when
2658
- * there are no more results to return.</p>
2725
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code>
2726
+ * when there are no more results to return.</p>
2659
2727
  * @public
2660
2728
  */
2661
2729
  NextToken?: string | undefined;
@@ -2706,7 +2774,8 @@ export interface DescribeReservedInstancesOfferingsRequest {
2706
2774
  */
2707
2775
  MinDuration?: number | undefined;
2708
2776
  /**
2709
- * <p>The offering class of the Reserved Instance. Can be <code>standard</code> or <code>convertible</code>.</p>
2777
+ * <p>The offering class of the Reserved Instance. Can be <code>standard</code> or
2778
+ * <code>convertible</code>.</p>
2710
2779
  * @public
2711
2780
  */
2712
2781
  OfferingClass?: OfferingClassType | undefined;
@@ -2722,9 +2791,10 @@ export interface DescribeReservedInstancesOfferingsRequest {
2722
2791
  */
2723
2792
  ReservedInstancesOfferingIds?: string[] | undefined;
2724
2793
  /**
2725
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
2726
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
2727
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
2794
+ * <p>Checks whether you have the required permissions for the action, without actually making
2795
+ * the request, and provides an error response. If you have the required permissions, the error
2796
+ * response is <code>DryRunOperation</code>. Otherwise, it is
2797
+ * <code>UnauthorizedOperation</code>.</p>
2728
2798
  * @public
2729
2799
  */
2730
2800
  DryRun?: boolean | undefined;
@@ -2748,8 +2818,7 @@ export interface DescribeReservedInstancesOfferingsRequest {
2748
2818
  * </li>
2749
2819
  * <li>
2750
2820
  * <p>
2751
- * <code>instance-type</code> - The instance type that is covered by the
2752
- * reservation.</p>
2821
+ * <code>instance-type</code> - The instance type that is covered by the reservation.</p>
2753
2822
  * </li>
2754
2823
  * <li>
2755
2824
  * <p>
@@ -2760,17 +2829,16 @@ export interface DescribeReservedInstancesOfferingsRequest {
2760
2829
  * <li>
2761
2830
  * <p>
2762
2831
  * <code>product-description</code> - The Reserved Instance product platform description
2763
- * (<code>Linux/UNIX</code> | <code>Linux with SQL Server Standard</code> |
2764
- * <code>Linux with SQL Server Web</code> | <code>Linux with SQL Server Enterprise</code> |
2765
- * <code>SUSE Linux</code> |
2766
- * <code>Red Hat Enterprise Linux</code> | <code>Red Hat Enterprise Linux with HA</code> |
2767
- * <code>Windows</code> | <code>Windows with SQL Server Standard</code> |
2768
- * <code>Windows with SQL Server Web</code> | <code>Windows with SQL Server Enterprise</code>).</p>
2832
+ * (<code>Linux/UNIX</code> | <code>Linux with SQL Server Standard</code> | <code>Linux
2833
+ * with SQL Server Web</code> | <code>Linux with SQL Server Enterprise</code> | <code>SUSE
2834
+ * Linux</code> | <code>Red Hat Enterprise Linux</code> | <code>Red Hat Enterprise Linux
2835
+ * with HA</code> | <code>Windows</code> | <code>Windows with SQL Server Standard</code> |
2836
+ * <code>Windows with SQL Server Web</code> | <code>Windows with SQL Server
2837
+ * Enterprise</code>).</p>
2769
2838
  * </li>
2770
2839
  * <li>
2771
2840
  * <p>
2772
- * <code>reserved-instances-offering-id</code> - The Reserved Instances offering
2773
- * ID.</p>
2841
+ * <code>reserved-instances-offering-id</code> - The Reserved Instances offering ID.</p>
2774
2842
  * </li>
2775
2843
  * <li>
2776
2844
  * <p>
@@ -2787,20 +2855,21 @@ export interface DescribeReservedInstancesOfferingsRequest {
2787
2855
  */
2788
2856
  Filters?: Filter[] | undefined;
2789
2857
  /**
2790
- * <p>The tenancy of the instances covered by the reservation. A Reserved Instance with a tenancy
2791
- * of <code>dedicated</code> is applied to instances that run in a VPC on single-tenant hardware
2792
- * (i.e., Dedicated Instances).</p>
2858
+ * <p>The tenancy of the instances covered by the reservation. A Reserved Instance with a
2859
+ * tenancy of <code>dedicated</code> is applied to instances that run in a VPC on single-tenant
2860
+ * hardware (i.e., Dedicated Instances).</p>
2793
2861
  * <p>
2794
- * <b>Important:</b> The <code>host</code> value cannot be used with this parameter. Use the <code>default</code> or <code>dedicated</code> values only.</p>
2862
+ * <b>Important:</b> The <code>host</code> value cannot be used with
2863
+ * this parameter. Use the <code>default</code> or <code>dedicated</code> values only.</p>
2795
2864
  * <p>Default: <code>default</code>
2796
2865
  * </p>
2797
2866
  * @public
2798
2867
  */
2799
2868
  InstanceTenancy?: Tenancy | undefined;
2800
2869
  /**
2801
- * <p>The Reserved Instance offering type. If you are using tools that predate the 2011-11-01 API
2802
- * version, you only have access to the <code>Medium Utilization</code> Reserved Instance
2803
- * offering type. </p>
2870
+ * <p>The Reserved Instance offering type. If you are using tools that predate the 2011-11-01
2871
+ * API version, you only have access to the <code>Medium Utilization</code> Reserved Instance
2872
+ * offering type. </p>
2804
2873
  * @public
2805
2874
  */
2806
2875
  OfferingType?: OfferingTypeValues | undefined;
@@ -2811,8 +2880,8 @@ export interface DescribeReservedInstancesOfferingsRequest {
2811
2880
  NextToken?: string | undefined;
2812
2881
  /**
2813
2882
  * <p>The maximum number of results to return for the request in a single page. The remaining
2814
- * results of the initial request can be seen by sending another request with the returned
2815
- * <code>NextToken</code> value. The maximum is 100.</p>
2883
+ * results of the initial request can be seen by sending another request with the returned
2884
+ * <code>NextToken</code> value. The maximum is 100.</p>
2816
2885
  * <p>Default: 100</p>
2817
2886
  * @public
2818
2887
  */
@@ -2840,9 +2909,9 @@ export interface PricingDetail {
2840
2909
  */
2841
2910
  export interface ReservedInstancesOffering {
2842
2911
  /**
2843
- * <p>The currency of the Reserved Instance offering you are purchasing. It's
2844
- * specified using ISO 4217 standard currency codes. At this time,
2845
- * the only supported currency is <code>USD</code>.</p>
2912
+ * <p>The currency of the Reserved Instance offering you are purchasing. It's specified using
2913
+ * ISO 4217 standard currency codes. At this time, the only supported currency is
2914
+ * <code>USD</code>.</p>
2846
2915
  * @public
2847
2916
  */
2848
2917
  CurrencyCode?: CurrencyCodeValues | undefined;
@@ -2852,14 +2921,15 @@ export interface ReservedInstancesOffering {
2852
2921
  */
2853
2922
  InstanceTenancy?: Tenancy | undefined;
2854
2923
  /**
2855
- * <p>Indicates whether the offering is available through the Reserved Instance Marketplace (resale) or Amazon Web Services.
2856
- * If it's a Reserved Instance Marketplace offering, this is <code>true</code>.</p>
2924
+ * <p>Indicates whether the offering is available through the Reserved Instance Marketplace
2925
+ * (resale) or Amazon Web Services. If it's a Reserved Instance Marketplace offering, this is
2926
+ * <code>true</code>.</p>
2857
2927
  * @public
2858
2928
  */
2859
2929
  Marketplace?: boolean | undefined;
2860
2930
  /**
2861
- * <p>If <code>convertible</code> it can be exchanged for Reserved Instances of
2862
- * the same or higher monetary value, with different configurations. If <code>standard</code>, it is not
2931
+ * <p>If <code>convertible</code> it can be exchanged for Reserved Instances of the same or
2932
+ * higher monetary value, with different configurations. If <code>standard</code>, it is not
2863
2933
  * possible to perform an exchange.</p>
2864
2934
  * @public
2865
2935
  */
@@ -2880,13 +2950,14 @@ export interface ReservedInstancesOffering {
2880
2950
  */
2881
2951
  RecurringCharges?: RecurringCharge[] | undefined;
2882
2952
  /**
2883
- * <p>Whether the Reserved Instance is applied to instances in a Region or an Availability Zone.</p>
2953
+ * <p>Whether the Reserved Instance is applied to instances in a Region or an Availability
2954
+ * Zone.</p>
2884
2955
  * @public
2885
2956
  */
2886
2957
  Scope?: Scope | undefined;
2887
2958
  /**
2888
- * <p>The ID of the Reserved Instance offering. This is the offering ID used in <a>GetReservedInstancesExchangeQuote</a>
2889
- * to confirm that an exchange can be made.</p>
2959
+ * <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
2960
+ * made.</p>
2890
2961
  * @public
2891
2962
  */
2892
2963
  ReservedInstancesOfferingId?: string | undefined;
@@ -2927,8 +2998,8 @@ export interface ReservedInstancesOffering {
2927
2998
  */
2928
2999
  export interface DescribeReservedInstancesOfferingsResult {
2929
3000
  /**
2930
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when
2931
- * there are no more results to return.</p>
3001
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code>
3002
+ * when there are no more results to return.</p>
2932
3003
  * @public
2933
3004
  */
2934
3005
  NextToken?: string | undefined;
@@ -4888,72 +4959,78 @@ export interface SpotFleetMonitoring {
4888
4959
  */
4889
4960
  export interface InstanceNetworkInterfaceSpecification {
4890
4961
  /**
4891
- * <p>Indicates whether to assign a public IPv4 address to an instance you launch in a VPC. The
4892
- * public IP address can only be assigned to a network interface for eth0, and can only be
4893
- * assigned to a new network interface, not an existing one. You cannot specify more than one
4894
- * network interface in the request. If launching into a default subnet, the default value is
4895
- * <code>true</code>.</p>
4962
+ * <p>Indicates whether to assign a public IPv4 address to an instance you launch in a VPC.
4963
+ * The public IP address can only be assigned to a network interface for eth0, and can only
4964
+ * be assigned to a new network interface, not an existing one. You cannot specify more
4965
+ * than one network interface in the request. If launching into a default subnet, the
4966
+ * default value is <code>true</code>.</p>
4896
4967
  * <p>Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses
4897
4968
  * 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>
4898
4969
  * @public
4899
4970
  */
4900
4971
  AssociatePublicIpAddress?: boolean | undefined;
4901
4972
  /**
4902
- * <p>If set to <code>true</code>, the interface is deleted when the instance is terminated. You can
4903
- * specify <code>true</code> only if creating a new network interface when launching an
4904
- * instance.</p>
4973
+ * <p>If set to <code>true</code>, the interface is deleted when the instance is terminated.
4974
+ * You can specify <code>true</code> only if creating a new network interface when
4975
+ * launching an instance.</p>
4905
4976
  * @public
4906
4977
  */
4907
4978
  DeleteOnTermination?: boolean | undefined;
4908
4979
  /**
4909
- * <p>The description of the network interface. Applies only if creating a network interface when launching an instance.</p>
4980
+ * <p>The description of the network interface. Applies only if creating a network interface
4981
+ * when launching an instance.</p>
4910
4982
  * @public
4911
4983
  */
4912
4984
  Description?: string | undefined;
4913
4985
  /**
4914
- * <p>The position of the network interface in the attachment order.
4915
- * A primary network interface has a device index of 0.</p>
4916
- * <p>If you specify a network interface when launching an instance,
4917
- * you must specify the device index.</p>
4986
+ * <p>The position of the network interface in the attachment order. A primary network
4987
+ * interface has a device index of 0.</p>
4988
+ * <p>If you specify a network interface when launching an instance, you must specify the
4989
+ * device index.</p>
4918
4990
  * @public
4919
4991
  */
4920
4992
  DeviceIndex?: number | undefined;
4921
4993
  /**
4922
- * <p>The IDs of the security groups for the network interface. Applies only if creating a network interface when launching an instance.</p>
4994
+ * <p>The IDs of the security groups for the network interface. Applies only if creating a
4995
+ * network interface when launching an instance.</p>
4923
4996
  * @public
4924
4997
  */
4925
4998
  Groups?: string[] | undefined;
4926
4999
  /**
4927
- * <p>A number of IPv6 addresses to assign to the network interface. Amazon EC2 chooses
4928
- * the IPv6 addresses from the range of the subnet. You cannot specify this option and the
5000
+ * <p>A number of IPv6 addresses to assign to the network interface. Amazon EC2 chooses the
5001
+ * IPv6 addresses from the range of the subnet. You cannot specify this option and the
4929
5002
  * option to assign specific IPv6 addresses in the same request. You can specify this
4930
5003
  * option if you've specified a minimum number of instances to launch.</p>
4931
5004
  * @public
4932
5005
  */
4933
5006
  Ipv6AddressCount?: number | undefined;
4934
5007
  /**
4935
- * <p>The IPv6 addresses to assign to the network interface. You cannot specify
4936
- * this option and the option to assign a number of IPv6 addresses in the same request. You
4937
- * cannot specify this option if you've specified a minimum number of instances to
4938
- * launch.</p>
5008
+ * <p>The IPv6 addresses to assign to the network interface. You cannot specify this option
5009
+ * and the option to assign a number of IPv6 addresses in the same request. You cannot
5010
+ * specify this option if you've specified a minimum number of instances to launch.</p>
4939
5011
  * @public
4940
5012
  */
4941
5013
  Ipv6Addresses?: InstanceIpv6Address[] | undefined;
4942
5014
  /**
4943
5015
  * <p>The ID of the network interface.</p>
4944
- * <p>If you are creating a Spot Fleet, omit this parameter because you can’t specify a network interface ID in a launch specification.</p>
5016
+ * <p>If you are creating a Spot Fleet, omit this parameter because you can’t specify a
5017
+ * network interface ID in a launch specification.</p>
4945
5018
  * @public
4946
5019
  */
4947
5020
  NetworkInterfaceId?: string | undefined;
4948
5021
  /**
4949
- * <p>The private IPv4 address of the network interface. Applies only if creating a network interface when launching an instance. You cannot specify this option if you're launching
4950
- * more than one instance in a <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html">RunInstances</a> request.</p>
5022
+ * <p>The private IPv4 address of the network interface. Applies only if creating a network
5023
+ * interface when launching an instance. You cannot specify this option if you're launching
5024
+ * more than one instance in a <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html">RunInstances</a>
5025
+ * request.</p>
4951
5026
  * @public
4952
5027
  */
4953
5028
  PrivateIpAddress?: string | undefined;
4954
5029
  /**
4955
- * <p>The private IPv4 addresses to assign to the network interface. Only one private IPv4 address can be designated as primary. You cannot specify this option if you're
4956
- * launching more than one instance in a <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html">RunInstances</a> request.</p>
5030
+ * <p>The private IPv4 addresses to assign to the network interface. Only one private IPv4
5031
+ * address can be designated as primary. You cannot specify this option if you're launching
5032
+ * more than one instance in a <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html">RunInstances</a>
5033
+ * request.</p>
4957
5034
  * @public
4958
5035
  */
4959
5036
  PrivateIpAddresses?: PrivateIpAddressSpecification[] | undefined;
@@ -4965,7 +5042,8 @@ export interface InstanceNetworkInterfaceSpecification {
4965
5042
  */
4966
5043
  SecondaryPrivateIpAddressCount?: number | undefined;
4967
5044
  /**
4968
- * <p>The ID of the subnet associated with the network interface. Applies only if creating a network interface when launching an instance.</p>
5045
+ * <p>The ID of the subnet associated with the network interface. Applies only if creating a
5046
+ * network interface when launching an instance.</p>
4969
5047
  * @public
4970
5048
  */
4971
5049
  SubnetId?: string | undefined;
@@ -4980,16 +5058,16 @@ export interface InstanceNetworkInterfaceSpecification {
4980
5058
  /**
4981
5059
  * <p>The type of network interface.</p>
4982
5060
  * <p>If you specify <code>efa-only</code>, do not assign any IP addresses to the network
4983
- * interface. EFA-only network interfaces do not support IP addresses.</p>
5061
+ * interface. EFA-only network interfaces do not support IP addresses.</p>
4984
5062
  * <p>Valid values: <code>interface</code> | <code>efa</code> | <code>efa-only</code>
4985
5063
  * </p>
4986
5064
  * @public
4987
5065
  */
4988
5066
  InterfaceType?: string | undefined;
4989
5067
  /**
4990
- * <p>The index of the network card. Some instance types support multiple network cards.
4991
- * The primary network interface must be assigned to network card index 0.
4992
- * The default is network card index 0.</p>
5068
+ * <p>The index of the network card. Some instance types support multiple network cards. The
5069
+ * primary network interface must be assigned to network card index 0. The default is
5070
+ * network card index 0.</p>
4993
5071
  * <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
4994
5072
  * you can’t specify the network card index when using this API. To specify the network
4995
5073
  * card index, use <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html">RunInstances</a>.</p>
@@ -4997,26 +5075,28 @@ export interface InstanceNetworkInterfaceSpecification {
4997
5075
  */
4998
5076
  NetworkCardIndex?: number | undefined;
4999
5077
  /**
5000
- * <p>The IPv4 delegated prefixes to be assigned to the network interface. You cannot
5001
- * use this option if you use the <code>Ipv4PrefixCount</code> option.</p>
5078
+ * <p>The IPv4 delegated prefixes to be assigned to the network interface. You cannot use
5079
+ * this option if you use the <code>Ipv4PrefixCount</code> option.</p>
5002
5080
  * @public
5003
5081
  */
5004
5082
  Ipv4Prefixes?: Ipv4PrefixSpecificationRequest[] | undefined;
5005
5083
  /**
5006
- * <p>The number of IPv4 delegated prefixes to be automatically assigned to the network interface.
5007
- * You cannot use this option if you use the <code>Ipv4Prefix</code> option.</p>
5084
+ * <p>The number of IPv4 delegated prefixes to be automatically assigned to the network
5085
+ * interface. You cannot use this option if you use the <code>Ipv4Prefix</code>
5086
+ * option.</p>
5008
5087
  * @public
5009
5088
  */
5010
5089
  Ipv4PrefixCount?: number | undefined;
5011
5090
  /**
5012
- * <p>The IPv6 delegated prefixes to be assigned to the network interface. You cannot
5013
- * use this option if you use the <code>Ipv6PrefixCount</code> option.</p>
5091
+ * <p>The IPv6 delegated prefixes to be assigned to the network interface. You cannot use
5092
+ * this option if you use the <code>Ipv6PrefixCount</code> option.</p>
5014
5093
  * @public
5015
5094
  */
5016
5095
  Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[] | undefined;
5017
5096
  /**
5018
- * <p>The number of IPv6 delegated prefixes to be automatically assigned to the network interface.
5019
- * You cannot use this option if you use the <code>Ipv6Prefix</code> option.</p>
5097
+ * <p>The number of IPv6 delegated prefixes to be automatically assigned to the network
5098
+ * interface. You cannot use this option if you use the <code>Ipv6Prefix</code>
5099
+ * option.</p>
5020
5100
  * @public
5021
5101
  */
5022
5102
  Ipv6PrefixCount?: number | undefined;
@@ -5027,15 +5107,23 @@ export interface InstanceNetworkInterfaceSpecification {
5027
5107
  PrimaryIpv6?: boolean | undefined;
5028
5108
  /**
5029
5109
  * <p>Specifies the ENA Express settings for the network interface that's attached to
5030
- * the instance.</p>
5110
+ * the instance.</p>
5031
5111
  * @public
5032
5112
  */
5033
5113
  EnaSrdSpecification?: EnaSrdSpecificationRequest | undefined;
5034
5114
  /**
5035
- * <p>A security group connection tracking specification that enables you to set the timeout for connection tracking on an Elastic network interface. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Connection tracking timeouts</a> in the <i>Amazon EC2 User Guide</i>.</p>
5115
+ * <p>A security group connection tracking specification that enables you to set the timeout
5116
+ * for connection tracking on an Elastic network interface. For more information, see
5117
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Connection tracking timeouts</a> in the
5118
+ * <i>Amazon EC2 User Guide</i>.</p>
5036
5119
  * @public
5037
5120
  */
5038
5121
  ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest | undefined;
5122
+ /**
5123
+ * <p>The number of ENA queues to be created with the instance.</p>
5124
+ * @public
5125
+ */
5126
+ EnaQueueCount?: number | undefined;
5039
5127
  }
5040
5128
  /**
5041
5129
  * <p>Describes Spot Instance placement.</p>
@@ -10887,9 +10975,10 @@ export interface DetachInternetGatewayRequest {
10887
10975
  */
10888
10976
  export interface DetachNetworkInterfaceRequest {
10889
10977
  /**
10890
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10891
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10892
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10978
+ * <p>Checks whether you have the required permissions for the action, without actually
10979
+ * making the request, and provides an error response. If you have the required
10980
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
10981
+ * <code>UnauthorizedOperation</code>.</p>
10893
10982
  * @public
10894
10983
  */
10895
10984
  DryRun?: boolean | undefined;
@@ -10903,15 +10992,19 @@ export interface DetachNetworkInterfaceRequest {
10903
10992
  * <note>
10904
10993
  * <ul>
10905
10994
  * <li>
10906
- * <p>Use the <code>Force</code> parameter only as a last resort to detach a network interface from a failed instance. </p>
10995
+ * <p>Use the <code>Force</code> parameter only as a last resort to detach a
10996
+ * network interface from a failed instance. </p>
10907
10997
  * </li>
10908
10998
  * <li>
10909
- * <p>If you use the <code>Force</code> parameter to detach a network interface, you might not be able to attach a different network interface to the same index on the instance without first stopping and starting the instance.</p>
10999
+ * <p>If you use the <code>Force</code> parameter to detach a network interface,
11000
+ * you might not be able to attach a different network interface to the same
11001
+ * index on the instance without first stopping and starting the
11002
+ * instance.</p>
10910
11003
  * </li>
10911
11004
  * <li>
10912
- * <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 metadata</a>
10913
- * might not get updated. This means that the attributes associated
10914
- * with the detached network interface might still be visible. The
11005
+ * <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
11006
+ * metadata</a> might not get updated. This means that the attributes
11007
+ * associated with the detached network interface might still be visible. The
10915
11008
  * instance metadata will get updated when you stop and start the
10916
11009
  * instance.</p>
10917
11010
  * </li>
@@ -11107,16 +11200,6 @@ export interface DisableAwsNetworkPerformanceMetricSubscriptionRequest {
11107
11200
  */
11108
11201
  DryRun?: boolean | undefined;
11109
11202
  }
11110
- /**
11111
- * @public
11112
- */
11113
- export interface DisableAwsNetworkPerformanceMetricSubscriptionResult {
11114
- /**
11115
- * <p>Indicates whether the unsubscribe action was successful.</p>
11116
- * @public
11117
- */
11118
- Output?: boolean | undefined;
11119
- }
11120
11203
  /**
11121
11204
  * @internal
11122
11205
  */