@aws-sdk/client-ec2 3.118.0 → 3.121.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 (50) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/commands/DescribeClientVpnRoutesCommand.js +1 -2
  3. package/dist-cjs/commands/DescribePrincipalIdFormatCommand.js +2 -1
  4. package/dist-cjs/commands/GetEbsDefaultKmsKeyIdCommand.js +2 -1
  5. package/dist-cjs/commands/ReplaceTransitGatewayRouteCommand.js +1 -2
  6. package/dist-cjs/models/models_1.js +8 -9
  7. package/dist-cjs/models/models_2.js +12 -12
  8. package/dist-cjs/models/models_3.js +12 -12
  9. package/dist-cjs/models/models_4.js +12 -12
  10. package/dist-cjs/models/models_5.js +12 -12
  11. package/dist-cjs/models/models_6.js +8 -2
  12. package/dist-cjs/protocols/Aws_ec2.js +2622 -2093
  13. package/dist-es/commands/DescribeClientVpnRoutesCommand.js +1 -2
  14. package/dist-es/commands/DescribePrincipalIdFormatCommand.js +2 -1
  15. package/dist-es/commands/GetEbsDefaultKmsKeyIdCommand.js +2 -1
  16. package/dist-es/commands/ReplaceTransitGatewayRouteCommand.js +1 -2
  17. package/dist-es/models/models_1.js +5 -4
  18. package/dist-es/models/models_2.js +4 -4
  19. package/dist-es/models/models_3.js +4 -4
  20. package/dist-es/models/models_4.js +4 -4
  21. package/dist-es/models/models_5.js +4 -4
  22. package/dist-es/models/models_6.js +4 -0
  23. package/dist-es/protocols/Aws_ec2.js +2622 -2093
  24. package/dist-types/EC2.d.ts +12 -10
  25. package/dist-types/commands/CreateRouteCommand.d.ts +2 -2
  26. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +2 -3
  27. package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -2
  28. package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +2 -1
  29. package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +2 -1
  30. package/dist-types/commands/ReleaseAddressCommand.d.ts +3 -0
  31. package/dist-types/commands/ReplaceRouteCommand.d.ts +5 -5
  32. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -2
  33. package/dist-types/models/models_0.d.ts +7 -5
  34. package/dist-types/models/models_1.d.ts +67 -33
  35. package/dist-types/models/models_2.d.ts +16 -43
  36. package/dist-types/models/models_3.d.ts +122 -86
  37. package/dist-types/models/models_4.d.ts +17 -13
  38. package/dist-types/models/models_5.d.ts +14 -34
  39. package/dist-types/models/models_6.d.ts +30 -0
  40. package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +1 -2
  41. package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -2
  44. package/dist-types/ts3.4/models/models_1.d.ts +8 -9
  45. package/dist-types/ts3.4/models/models_2.d.ts +10 -17
  46. package/dist-types/ts3.4/models/models_3.d.ts +16 -10
  47. package/dist-types/ts3.4/models/models_4.d.ts +11 -9
  48. package/dist-types/ts3.4/models/models_5.d.ts +8 -16
  49. package/dist-types/ts3.4/models/models_6.d.ts +16 -0
  50. package/package.json +6 -6
@@ -1,6 +1,48 @@
1
1
  import { _InstanceType, ActiveInstance, AllocationState, AllowsMultipleInstanceTypes, AlternatePathHint, AnalysisAclRule, AnalysisComponent, AnalysisRouteTableRoute, AnalysisSecurityGroupRule, AssociationStatus, AttachmentStatus, AttributeValue, AutoPlacement, ClientVpnRouteStatus, CurrencyCodeValues, CustomerGateway, DhcpOptions, EgressOnlyInternetGateway, FleetExcessCapacityTerminationPolicy, HostnameType, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, PathComponent, PortRange, Tag, TransitGatewayRouteTableRoute } from "./models_0";
2
2
  import { BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, DefaultTargetCapacityType, DestinationFileFormat, DiskImageFormat, ExportTask, FleetCapacityReservationUsageStrategy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GroupIdentifier, InstanceIpv6Address, InstanceLifecycle, InternetGateway, Ipam, IpamPool, IpamScope, KeyType, LaunchTemplate, LaunchTemplateAndOverridesResponse, LaunchTemplateVersion, LocalGatewayRouteTableVpcAssociation, LogDestinationType, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, NetworkInterfaceStatus, Placement, PlacementGroup, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficType } from "./models_1";
3
3
  import { Filter, FleetStateCode, IdFormat, InstanceTagNotificationAttribute } from "./models_2";
4
+ export interface DescribeClientVpnRoutesRequest {
5
+ /**
6
+ * <p>The ID of the Client VPN endpoint.</p>
7
+ */
8
+ ClientVpnEndpointId: string | undefined;
9
+ /**
10
+ * <p>One or more filters. Filter names and values are case-sensitive.</p>
11
+ * <ul>
12
+ * <li>
13
+ * <p>
14
+ * <code>destination-cidr</code> - The CIDR of the route destination.</p>
15
+ * </li>
16
+ * <li>
17
+ * <p>
18
+ * <code>origin</code> - How the route was associated with the Client VPN endpoint (<code>associate</code> | <code>add-route</code>).</p>
19
+ * </li>
20
+ * <li>
21
+ * <p>
22
+ * <code>target-subnet</code> - The ID of the subnet through which traffic is routed.</p>
23
+ * </li>
24
+ * </ul>
25
+ */
26
+ Filters?: Filter[];
27
+ /**
28
+ * <p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the nextToken value.</p>
29
+ */
30
+ MaxResults?: number;
31
+ /**
32
+ * <p>The token to retrieve the next page of results.</p>
33
+ */
34
+ NextToken?: string;
35
+ /**
36
+ * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
37
+ */
38
+ DryRun?: boolean;
39
+ }
40
+ export declare namespace DescribeClientVpnRoutesRequest {
41
+ /**
42
+ * @internal
43
+ */
44
+ const filterSensitiveLog: (obj: DescribeClientVpnRoutesRequest) => any;
45
+ }
4
46
  /**
5
47
  * <p>Information about a Client VPN endpoint route.</p>
6
48
  */
@@ -1309,140 +1351,140 @@ export interface EventInformation {
1309
1351
  /**
1310
1352
  * <p>The event.</p>
1311
1353
  *
1312
- * <p>
1354
+ * <p>
1313
1355
  * <code>error</code> events:</p>
1314
- * <ul>
1356
+ * <ul>
1315
1357
  * <li>
1316
- * <p>
1317
- * <code>iamFleetRoleInvalid</code> - The EC2 Fleet or Spot Fleet does not have the required
1318
- * permissions either to launch or terminate an instance.</p>
1358
+ * <p>
1359
+ * <code>iamFleetRoleInvalid</code> - The EC2 Fleet or Spot Fleet does not have the required
1360
+ * permissions either to launch or terminate an instance.</p>
1319
1361
  * </li>
1320
1362
  * <li>
1321
- * <p>
1363
+ * <p>
1322
1364
  * <code>allLaunchSpecsTemporarilyBlacklisted</code> - None of the configurations
1323
- * are valid, and several attempts to launch instances have failed. For more
1324
- * information, see the description of the event.</p>
1365
+ * are valid, and several attempts to launch instances have failed. For more
1366
+ * information, see the description of the event.</p>
1325
1367
  * </li>
1326
1368
  * <li>
1327
- * <p>
1328
- * <code>spotInstanceCountLimitExceeded</code> - You've reached the limit on the
1329
- * number of Spot Instances that you can launch.</p>
1369
+ * <p>
1370
+ * <code>spotInstanceCountLimitExceeded</code> - You've reached the limit on the
1371
+ * number of Spot Instances that you can launch.</p>
1330
1372
  * </li>
1331
1373
  * <li>
1332
- * <p>
1333
- * <code>spotFleetRequestConfigurationInvalid</code> - The configuration is not
1334
- * valid. For more information, see the description of the event.</p>
1374
+ * <p>
1375
+ * <code>spotFleetRequestConfigurationInvalid</code> - The configuration is not
1376
+ * valid. For more information, see the description of the event.</p>
1335
1377
  * </li>
1336
1378
  * </ul>
1337
1379
  *
1338
- * <p>
1380
+ * <p>
1339
1381
  * <code>fleetRequestChange</code> events:</p>
1340
- * <ul>
1382
+ * <ul>
1341
1383
  * <li>
1342
- * <p>
1343
- * <code>active</code> - The EC2 Fleet or Spot Fleet request has been validated and Amazon EC2 is
1344
- * attempting to maintain the target number of running instances.</p>
1384
+ * <p>
1385
+ * <code>active</code> - The EC2 Fleet or Spot Fleet request has been validated and Amazon EC2 is
1386
+ * attempting to maintain the target number of running instances.</p>
1345
1387
  * </li>
1346
1388
  * <li>
1347
- * <p>
1348
- * <code>cancelled</code> - The EC2 Fleet or Spot Fleet request is canceled and has no running
1349
- * instances. The EC2 Fleet or Spot Fleet will be deleted two days after its instances are
1350
- * terminated.</p>
1389
+ * <p>
1390
+ * <code>deleted</code> (EC2 Fleet) / <code>cancelled</code> (Spot Fleet) - The EC2 Fleet is deleted or the Spot Fleet request is canceled and has no running
1391
+ * instances. The EC2 Fleet or Spot Fleet will be deleted two days after its instances are
1392
+ * terminated.</p>
1351
1393
  * </li>
1352
1394
  * <li>
1353
- * <p>
1354
- * <code>cancelled_running</code> - The EC2 Fleet or Spot Fleet request is canceled and does
1355
- * not launch additional instances. Its existing instances continue to run until
1356
- * they are interrupted or terminated. The request remains in this state until all
1357
- * instances are interrupted or terminated.</p>
1395
+ * <p>
1396
+ * <code>deleted_running</code> (EC2 Fleet) / <code>cancelled_running</code> (Spot Fleet) - The EC2 Fleet is deleted or the Spot Fleet request is canceled and does
1397
+ * not launch additional instances. Its existing instances continue to run until
1398
+ * they are interrupted or terminated. The request remains in this state until all
1399
+ * instances are interrupted or terminated.</p>
1358
1400
  * </li>
1359
1401
  * <li>
1360
- * <p>
1361
- * <code>cancelled_terminating</code> - The EC2 Fleet or Spot Fleet request is canceled and
1362
- * its instances are terminating. The request remains in this state until all
1363
- * instances are terminated.</p>
1402
+ * <p>
1403
+ * <code>deleted_terminating</code> (EC2 Fleet) / <code>cancelled_terminating</code> (Spot Fleet) - The EC2 Fleet is deleted or the Spot Fleet request is canceled and
1404
+ * its instances are terminating. The request remains in this state until all
1405
+ * instances are terminated.</p>
1364
1406
  * </li>
1365
1407
  * <li>
1366
- * <p>
1367
- * <code>expired</code> - The EC2 Fleet or Spot Fleet request has expired. If the request was
1368
- * created with <code>TerminateInstancesWithExpiration</code> set, a subsequent
1369
- * <code>terminated</code> event indicates that the instances are
1370
- * terminated.</p>
1408
+ * <p>
1409
+ * <code>expired</code> - The EC2 Fleet or Spot Fleet request has expired. If the request was
1410
+ * created with <code>TerminateInstancesWithExpiration</code> set, a subsequent
1411
+ * <code>terminated</code> event indicates that the instances are
1412
+ * terminated.</p>
1371
1413
  * </li>
1372
1414
  * <li>
1373
- * <p>
1374
- * <code>modify_in_progress</code> - The EC2 Fleet or Spot Fleet request is being modified.
1375
- * The request remains in this state until the modification is fully
1376
- * processed.</p>
1415
+ * <p>
1416
+ * <code>modify_in_progress</code> - The EC2 Fleet or Spot Fleet request is being modified.
1417
+ * The request remains in this state until the modification is fully
1418
+ * processed.</p>
1377
1419
  * </li>
1378
1420
  * <li>
1379
- * <p>
1380
- * <code>modify_succeeded</code> - The EC2 Fleet or Spot Fleet request was modified.</p>
1421
+ * <p>
1422
+ * <code>modify_succeeded</code> - The EC2 Fleet or Spot Fleet request was modified.</p>
1381
1423
  * </li>
1382
1424
  * <li>
1383
- * <p>
1384
- * <code>submitted</code> - The EC2 Fleet or Spot Fleet request is being evaluated and Amazon EC2
1385
- * is preparing to launch the target number of instances.</p>
1425
+ * <p>
1426
+ * <code>submitted</code> - The EC2 Fleet or Spot Fleet request is being evaluated and Amazon EC2
1427
+ * is preparing to launch the target number of instances.</p>
1386
1428
  * </li>
1387
1429
  * <li>
1388
- * <p>
1430
+ * <p>
1389
1431
  * <code>progress</code> - The EC2 Fleet or Spot Fleet request is in the process of being fulfilled.</p>
1390
1432
  * </li>
1391
1433
  * </ul>
1392
1434
  *
1393
- * <p>
1435
+ * <p>
1394
1436
  * <code>instanceChange</code> events:</p>
1395
- * <ul>
1437
+ * <ul>
1396
1438
  * <li>
1397
- * <p>
1439
+ * <p>
1398
1440
  * <code>launched</code> - A new instance was launched.</p>
1399
1441
  * </li>
1400
1442
  * <li>
1401
- * <p>
1443
+ * <p>
1402
1444
  * <code>terminated</code> - An instance was terminated by the user.</p>
1403
1445
  * </li>
1404
1446
  * <li>
1405
- * <p>
1447
+ * <p>
1406
1448
  * <code>termination_notified</code> - An instance termination notification was
1407
- * sent when a Spot Instance was terminated by Amazon EC2 during scale-down, when the target
1408
- * capacity of the fleet was modified down, for example, from a target capacity of
1409
- * 4 to a target capacity of 3.</p>
1449
+ * sent when a Spot Instance was terminated by Amazon EC2 during scale-down, when the target
1450
+ * capacity of the fleet was modified down, for example, from a target capacity of
1451
+ * 4 to a target capacity of 3.</p>
1410
1452
  * </li>
1411
1453
  * </ul>
1412
1454
  *
1413
- * <p>
1455
+ * <p>
1414
1456
  * <code>Information</code> events:</p>
1415
- * <ul>
1457
+ * <ul>
1416
1458
  * <li>
1417
- * <p>
1459
+ * <p>
1418
1460
  * <code>fleetProgressHalted</code> - The price in every launch specification is
1419
- * not valid because it is below the Spot price (all the launch specifications have
1420
- * produced <code>launchSpecUnusable</code> events). A launch specification might
1421
- * become valid if the Spot price changes.</p>
1461
+ * not valid because it is below the Spot price (all the launch specifications have
1462
+ * produced <code>launchSpecUnusable</code> events). A launch specification might
1463
+ * become valid if the Spot price changes.</p>
1422
1464
  * </li>
1423
1465
  * <li>
1424
- * <p>
1466
+ * <p>
1425
1467
  * <code>launchSpecTemporarilyBlacklisted</code> - The configuration is not valid
1426
- * and several attempts to launch instances have failed. For more information, see
1427
- * the description of the event.</p>
1468
+ * and several attempts to launch instances have failed. For more information, see
1469
+ * the description of the event.</p>
1428
1470
  * </li>
1429
1471
  * <li>
1430
- * <p>
1472
+ * <p>
1431
1473
  * <code>launchSpecUnusable</code> - The price in a launch specification is not
1432
- * valid because it is below the Spot price.</p>
1474
+ * valid because it is below the Spot price.</p>
1433
1475
  * </li>
1434
1476
  * <li>
1435
- * <p>
1477
+ * <p>
1436
1478
  * <code>registerWithLoadBalancersFailed</code> - An attempt to register
1437
- * instances with load balancers failed. For more information, see the description
1438
- * of the event.</p>
1479
+ * instances with load balancers failed. For more information, see the description
1480
+ * of the event.</p>
1439
1481
  * </li>
1440
1482
  * </ul>
1441
1483
  */
1442
1484
  EventSubType?: string;
1443
1485
  /**
1444
1486
  * <p>The ID of the instance. This information is available only for
1445
- * <code>instanceChange</code> events.</p>
1487
+ * <code>instanceChange</code> events.</p>
1446
1488
  */
1447
1489
  InstanceId?: string;
1448
1490
  }
@@ -8822,6 +8864,11 @@ export interface DescribeNetworkAclsRequest {
8822
8864
  * <code>entry.rule-action</code> - Allows or denies the matching traffic (<code>allow</code> | <code>deny</code>).</p>
8823
8865
  * </li>
8824
8866
  * <li>
8867
+ * <p>
8868
+ * <code>entry.egress</code> - A Boolean that indicates the type of rule. Specify <code>true</code>
8869
+ * for egress rules, or <code>false</code> for ingress rules.</p>
8870
+ * </li>
8871
+ * <li>
8825
8872
  * <p>
8826
8873
  * <code>entry.rule-number</code> - The number of an entry (in other words, rule) in
8827
8874
  * the set of ACL entries.</p>
@@ -9882,6 +9929,11 @@ export interface DescribePlacementGroupsRequest {
9882
9929
  * </li>
9883
9930
  * <li>
9884
9931
  * <p>
9932
+ * <code>spread-level</code> - The spread level for the placement group (<code>host</code> | <code>rack</code>).
9933
+ * </p>
9934
+ * </li>
9935
+ * <li>
9936
+ * <p>
9885
9937
  * <code>state</code> - The state of the placement group (<code>pending</code> |
9886
9938
  * <code>available</code> | <code>deleting</code> |
9887
9939
  * <code>deleted</code>).</p>
@@ -10078,19 +10130,3 @@ export declare namespace PrincipalIdFormat {
10078
10130
  */
10079
10131
  const filterSensitiveLog: (obj: PrincipalIdFormat) => any;
10080
10132
  }
10081
- export interface DescribePrincipalIdFormatResult {
10082
- /**
10083
- * <p>Information about the ID format settings for the ARN.</p>
10084
- */
10085
- Principals?: PrincipalIdFormat[];
10086
- /**
10087
- * <p>The token to use to retrieve the next page of results. This value is null when there are no more results to return.</p>
10088
- */
10089
- NextToken?: string;
10090
- }
10091
- export declare namespace DescribePrincipalIdFormatResult {
10092
- /**
10093
- * @internal
10094
- */
10095
- const filterSensitiveLog: (obj: DescribePrincipalIdFormatResult) => any;
10096
- }
@@ -1,7 +1,23 @@
1
1
  import { _InstanceType, ActiveInstance, ActivityStatus, AllocationStrategy, AllowedPrincipal, AssociationStatus, BatchState, CapacityReservationState, CurrencyCodeValues, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpPermission, ReservedInstancesListing, ResourceType, SecurityGroupRule, Subnet, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, Tenancy, TransitGatewayAssociation, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, Vpc, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
2
2
  import { BlockDeviceMapping, DiskImageFormat, FleetLaunchTemplateSpecification, FleetType, GroupIdentifier, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, PrivateIpAddressSpecification, ReplaceRootVolumeTask, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, SpotInstanceType, StorageTier, TargetCapacityUnitType, TrafficMirrorFilter, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, VolumeType } from "./models_1";
3
3
  import { ConnectionNotification, DnsEntry, DnsNameState, Filter, IpAddressType, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, State, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayRouteTable, Volume, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
4
- import { AttributeBooleanValue, EventInformation, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, PermissionGroup, ProductCode } from "./models_3";
4
+ import { AttributeBooleanValue, EventInformation, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, PermissionGroup, PrincipalIdFormat, ProductCode } from "./models_3";
5
+ export interface DescribePrincipalIdFormatResult {
6
+ /**
7
+ * <p>Information about the ID format settings for the ARN.</p>
8
+ */
9
+ Principals?: PrincipalIdFormat[];
10
+ /**
11
+ * <p>The token to use to retrieve the next page of results. This value is null when there are no more results to return.</p>
12
+ */
13
+ NextToken?: string;
14
+ }
15
+ export declare namespace DescribePrincipalIdFormatResult {
16
+ /**
17
+ * @internal
18
+ */
19
+ const filterSensitiveLog: (obj: DescribePrincipalIdFormatResult) => any;
20
+ }
5
21
  export interface DescribePublicIpv4PoolsRequest {
6
22
  /**
7
23
  * <p>The IDs of the address pools.</p>
@@ -9414,15 +9430,3 @@ export declare namespace GetEbsDefaultKmsKeyIdRequest {
9414
9430
  */
9415
9431
  const filterSensitiveLog: (obj: GetEbsDefaultKmsKeyIdRequest) => any;
9416
9432
  }
9417
- export interface GetEbsDefaultKmsKeyIdResult {
9418
- /**
9419
- * <p>The Amazon Resource Name (ARN) of the default KMS key for encryption by default.</p>
9420
- */
9421
- KmsKeyId?: string;
9422
- }
9423
- export declare namespace GetEbsDefaultKmsKeyIdResult {
9424
- /**
9425
- * @internal
9426
- */
9427
- const filterSensitiveLog: (obj: GetEbsDefaultKmsKeyIdResult) => any;
9428
- }
@@ -3,6 +3,18 @@ import { AutoAcceptSharedAttachmentsValue, BlockDeviceMapping, CapacityReservati
3
3
  import { DnsOptionsSpecification, Filter, IKEVersionsRequestListValue, InstanceTagNotificationAttribute, IpAddressType, IpamPoolCidr, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, TransitGatewayPrefixListReference, VpnConnection } from "./models_2";
4
4
  import { AnalysisStatus, ArchitectureType, ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceStatusEvent, LaunchPermission, Monitoring, PaymentOption, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, TpmSupportValues, VirtualizationType } from "./models_3";
5
5
  import { CreateVolumePermission, ExcessCapacityTerminationPolicy, InstanceFamilyCreditSpecification, LaunchTemplateConfig, PublicIpv4PoolRange, ReservedInstancesConfiguration, ScheduledInstance, SnapshotAttributeName, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, VolumeModification } from "./models_4";
6
+ export interface GetEbsDefaultKmsKeyIdResult {
7
+ /**
8
+ * <p>The Amazon Resource Name (ARN) of the default KMS key for encryption by default.</p>
9
+ */
10
+ KmsKeyId?: string;
11
+ }
12
+ export declare namespace GetEbsDefaultKmsKeyIdResult {
13
+ /**
14
+ * @internal
15
+ */
16
+ const filterSensitiveLog: (obj: GetEbsDefaultKmsKeyIdResult) => any;
17
+ }
6
18
  export interface GetEbsEncryptionByDefaultRequest {
7
19
  /**
8
20
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -1513,12 +1525,10 @@ export interface GetTransitGatewayMulticastDomainAssociationsRequest {
1513
1525
  * <code>resource-type</code> - The type of resource. The valid value is: <code>vpc</code>.</p>
1514
1526
  * </li>
1515
1527
  * <li>
1516
- *
1517
1528
  * <p>
1518
1529
  * <code>state</code> - The state of the subnet association. Valid values are
1519
- * <code>associated</code> |
1520
- * <code>associating</code>
1521
- * | <code>disassociated</code> | <code>disassociating</code>.</p>
1530
+ * <code>associated</code> | <code>associating</code> |
1531
+ * <code>disassociated</code> | <code>disassociating</code>.</p>
1522
1532
  * </li>
1523
1533
  * <li>
1524
1534
  * <p>
@@ -7680,33 +7690,3 @@ export declare namespace ReplaceRouteTableAssociationResult {
7680
7690
  */
7681
7691
  const filterSensitiveLog: (obj: ReplaceRouteTableAssociationResult) => any;
7682
7692
  }
7683
- export interface ReplaceTransitGatewayRouteRequest {
7684
- /**
7685
- * <p>The CIDR range used for the destination match. Routing decisions are based on the most specific match.</p>
7686
- */
7687
- DestinationCidrBlock: string | undefined;
7688
- /**
7689
- * <p>The ID of the route table.</p>
7690
- */
7691
- TransitGatewayRouteTableId: string | undefined;
7692
- /**
7693
- * <p>The ID of the attachment.</p>
7694
- */
7695
- TransitGatewayAttachmentId?: string;
7696
- /**
7697
- * <p>Indicates whether traffic matching this route is to be dropped.</p>
7698
- */
7699
- Blackhole?: boolean;
7700
- /**
7701
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7702
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7703
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7704
- */
7705
- DryRun?: boolean;
7706
- }
7707
- export declare namespace ReplaceTransitGatewayRouteRequest {
7708
- /**
7709
- * @internal
7710
- */
7711
- const filterSensitiveLog: (obj: ReplaceTransitGatewayRouteRequest) => any;
7712
- }
@@ -4,6 +4,36 @@ import { ClientVpnConnectionStatus, Filter, TransitGatewayRoute } from "./models
4
4
  import { HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis } from "./models_3";
5
5
  import { InstanceNetworkInterfaceSpecification, RunInstancesMonitoringEnabled, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_4";
6
6
  import { CapacityReservationSpecification, InstanceMonitoring, Status } from "./models_5";
7
+ export interface ReplaceTransitGatewayRouteRequest {
8
+ /**
9
+ * <p>The CIDR range used for the destination match. Routing decisions are based on the most specific match.</p>
10
+ */
11
+ DestinationCidrBlock: string | undefined;
12
+ /**
13
+ * <p>The ID of the route table.</p>
14
+ */
15
+ TransitGatewayRouteTableId: string | undefined;
16
+ /**
17
+ * <p>The ID of the attachment.</p>
18
+ */
19
+ TransitGatewayAttachmentId?: string;
20
+ /**
21
+ * <p>Indicates whether traffic matching this route is to be dropped.</p>
22
+ */
23
+ Blackhole?: boolean;
24
+ /**
25
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
26
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
27
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
28
+ */
29
+ DryRun?: boolean;
30
+ }
31
+ export declare namespace ReplaceTransitGatewayRouteRequest {
32
+ /**
33
+ * @internal
34
+ */
35
+ const filterSensitiveLog: (obj: ReplaceTransitGatewayRouteRequest) => any;
36
+ }
7
37
  export interface ReplaceTransitGatewayRouteResult {
8
38
  /**
9
39
  * <p>Information about the modified route.</p>
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DescribeClientVpnRoutesRequest } from "../models/models_2";
5
- import { DescribeClientVpnRoutesResult } from "../models/models_3";
4
+ import { DescribeClientVpnRoutesRequest, DescribeClientVpnRoutesResult } from "../models/models_3";
6
5
  export interface DescribeClientVpnRoutesCommandInput extends DescribeClientVpnRoutesRequest {
7
6
  }
8
7
  export interface DescribeClientVpnRoutesCommandOutput extends DescribeClientVpnRoutesResult, __MetadataBearer {
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DescribePrincipalIdFormatRequest, DescribePrincipalIdFormatResult } from "../models/models_3";
4
+ import { DescribePrincipalIdFormatRequest } from "../models/models_3";
5
+ import { DescribePrincipalIdFormatResult } from "../models/models_4";
5
6
  export interface DescribePrincipalIdFormatCommandInput extends DescribePrincipalIdFormatRequest {
6
7
  }
7
8
  export interface DescribePrincipalIdFormatCommandOutput extends DescribePrincipalIdFormatResult, __MetadataBearer {
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { GetEbsDefaultKmsKeyIdRequest, GetEbsDefaultKmsKeyIdResult } from "../models/models_4";
4
+ import { GetEbsDefaultKmsKeyIdRequest } from "../models/models_4";
5
+ import { GetEbsDefaultKmsKeyIdResult } from "../models/models_5";
5
6
  export interface GetEbsDefaultKmsKeyIdCommandInput extends GetEbsDefaultKmsKeyIdRequest {
6
7
  }
7
8
  export interface GetEbsDefaultKmsKeyIdCommandOutput extends GetEbsDefaultKmsKeyIdResult, __MetadataBearer {
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { ReplaceTransitGatewayRouteRequest } from "../models/models_5";
5
- import { ReplaceTransitGatewayRouteResult } from "../models/models_6";
4
+ import { ReplaceTransitGatewayRouteRequest, ReplaceTransitGatewayRouteResult } from "../models/models_6";
6
5
  export interface ReplaceTransitGatewayRouteCommandInput extends ReplaceTransitGatewayRouteRequest {
7
6
  }
8
7
  export interface ReplaceTransitGatewayRouteCommandOutput extends ReplaceTransitGatewayRouteResult, __MetadataBearer {
@@ -2877,6 +2877,10 @@ export declare namespace CreateNetworkInterfacePermissionResult {
2877
2877
 
2878
2878
  const filterSensitiveLog: (obj: CreateNetworkInterfacePermissionResult) => any;
2879
2879
  }
2880
+ export declare enum SpreadLevel {
2881
+ host = "host",
2882
+ rack = "rack"
2883
+ }
2880
2884
  export declare type PlacementStrategy = "cluster" | "partition" | "spread";
2881
2885
  export interface CreatePlacementGroupRequest {
2882
2886
 
@@ -2889,6 +2893,8 @@ export interface CreatePlacementGroupRequest {
2889
2893
  PartitionCount?: number;
2890
2894
 
2891
2895
  TagSpecifications?: TagSpecification[];
2896
+
2897
+ SpreadLevel?: SpreadLevel | string;
2892
2898
  }
2893
2899
  export declare namespace CreatePlacementGroupRequest {
2894
2900
 
@@ -2911,6 +2917,8 @@ export interface PlacementGroup {
2911
2917
  Tags?: Tag[];
2912
2918
 
2913
2919
  GroupArn?: string;
2920
+
2921
+ SpreadLevel?: SpreadLevel | string;
2914
2922
  }
2915
2923
  export declare namespace PlacementGroup {
2916
2924
 
@@ -3900,12 +3908,3 @@ export declare namespace CreateTransitGatewayResult {
3900
3908
  const filterSensitiveLog: (obj: CreateTransitGatewayResult) => any;
3901
3909
  }
3902
3910
  export declare type ProtocolValue = "gre";
3903
-
3904
- export interface CreateTransitGatewayConnectRequestOptions {
3905
-
3906
- Protocol: ProtocolValue | string | undefined;
3907
- }
3908
- export declare namespace CreateTransitGatewayConnectRequestOptions {
3909
-
3910
- const filterSensitiveLog: (obj: CreateTransitGatewayConnectRequestOptions) => any;
3911
- }
@@ -1,5 +1,14 @@
1
1
  import { AccountAttribute, AccountAttributeName, Address, AddressAttribute, AddressAttributeName, ApplianceModeSupportValue, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CarrierGateway, ClientVpnAuthenticationType, ClientVpnAuthorizationRuleStatus, ClientVpnEndpointStatus, ClientVpnRouteStatus, DnsSupportValue, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, GatewayType, InstanceEventWindowState, Ipv6SupportValue, Tag, TagSpecification, Tenancy, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TransportProtocol, UnsuccessfulItem, VolumeAttachment, Vpc, VpcAttachment, VpcPeeringConnection } from "./models_0";
2
- import { CreateTransitGatewayConnectRequestOptions, GroupIdentifier, Ipam, IpamPool, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, ProtocolValue, SubnetCidrReservation, TransitGateway, VolumeType } from "./models_1";
2
+ import { GroupIdentifier, Ipam, IpamPool, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, ProtocolValue, SubnetCidrReservation, TransitGateway, VolumeType } from "./models_1";
3
+
4
+ export interface CreateTransitGatewayConnectRequestOptions {
5
+
6
+ Protocol: ProtocolValue | string | undefined;
7
+ }
8
+ export declare namespace CreateTransitGatewayConnectRequestOptions {
9
+
10
+ const filterSensitiveLog: (obj: CreateTransitGatewayConnectRequestOptions) => any;
11
+ }
3
12
  export interface CreateTransitGatewayConnectRequest {
4
13
 
5
14
  TransportTransitGatewayAttachmentId: string | undefined;
@@ -3388,19 +3397,3 @@ export declare namespace DescribeClientVpnEndpointsResult {
3388
3397
 
3389
3398
  const filterSensitiveLog: (obj: DescribeClientVpnEndpointsResult) => any;
3390
3399
  }
3391
- export interface DescribeClientVpnRoutesRequest {
3392
-
3393
- ClientVpnEndpointId: string | undefined;
3394
-
3395
- Filters?: Filter[];
3396
-
3397
- MaxResults?: number;
3398
-
3399
- NextToken?: string;
3400
-
3401
- DryRun?: boolean;
3402
- }
3403
- export declare namespace DescribeClientVpnRoutesRequest {
3404
-
3405
- const filterSensitiveLog: (obj: DescribeClientVpnRoutesRequest) => any;
3406
- }
@@ -1,6 +1,22 @@
1
1
  import { _InstanceType, ActiveInstance, AllocationState, AllowsMultipleInstanceTypes, AlternatePathHint, AnalysisAclRule, AnalysisComponent, AnalysisRouteTableRoute, AnalysisSecurityGroupRule, AssociationStatus, AttachmentStatus, AttributeValue, AutoPlacement, ClientVpnRouteStatus, CurrencyCodeValues, CustomerGateway, DhcpOptions, EgressOnlyInternetGateway, FleetExcessCapacityTerminationPolicy, HostnameType, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, PathComponent, PortRange, Tag, TransitGatewayRouteTableRoute } from "./models_0";
2
2
  import { BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, DefaultTargetCapacityType, DestinationFileFormat, DiskImageFormat, ExportTask, FleetCapacityReservationUsageStrategy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GroupIdentifier, InstanceIpv6Address, InstanceLifecycle, InternetGateway, Ipam, IpamPool, IpamScope, KeyType, LaunchTemplate, LaunchTemplateAndOverridesResponse, LaunchTemplateVersion, LocalGatewayRouteTableVpcAssociation, LogDestinationType, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, NetworkInterfaceStatus, Placement, PlacementGroup, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficType } from "./models_1";
3
3
  import { Filter, FleetStateCode, IdFormat, InstanceTagNotificationAttribute } from "./models_2";
4
+ export interface DescribeClientVpnRoutesRequest {
5
+
6
+ ClientVpnEndpointId: string | undefined;
7
+
8
+ Filters?: Filter[];
9
+
10
+ MaxResults?: number;
11
+
12
+ NextToken?: string;
13
+
14
+ DryRun?: boolean;
15
+ }
16
+ export declare namespace DescribeClientVpnRoutesRequest {
17
+
18
+ const filterSensitiveLog: (obj: DescribeClientVpnRoutesRequest) => any;
19
+ }
4
20
 
5
21
  export interface ClientVpnRoute {
6
22
 
@@ -4010,13 +4026,3 @@ export declare namespace PrincipalIdFormat {
4010
4026
 
4011
4027
  const filterSensitiveLog: (obj: PrincipalIdFormat) => any;
4012
4028
  }
4013
- export interface DescribePrincipalIdFormatResult {
4014
-
4015
- Principals?: PrincipalIdFormat[];
4016
-
4017
- NextToken?: string;
4018
- }
4019
- export declare namespace DescribePrincipalIdFormatResult {
4020
-
4021
- const filterSensitiveLog: (obj: DescribePrincipalIdFormatResult) => any;
4022
- }