@aws-sdk/client-ec2 3.448.0 → 3.449.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 (66) hide show
  1. package/dist-cjs/models/models_1.js +1 -16
  2. package/dist-cjs/models/models_2.js +17 -2
  3. package/dist-cjs/protocols/Aws_ec2.js +95 -0
  4. package/dist-es/models/models_1.js +0 -15
  5. package/dist-es/models/models_2.js +15 -0
  6. package/dist-es/protocols/Aws_ec2.js +95 -0
  7. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +12 -0
  9. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -2
  10. package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  12. package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
  13. package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
  14. package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
  15. package/dist-types/commands/DescribeInstancesCommand.d.ts +6 -0
  16. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +6 -0
  17. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +6 -0
  18. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +6 -0
  19. package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
  22. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +6 -0
  23. package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +2 -1
  24. package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  25. package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -2
  26. package/dist-types/commands/RequestSpotFleetCommand.d.ts +6 -0
  27. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +12 -0
  28. package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
  29. package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  30. package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  31. package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  32. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  33. package/dist-types/commands/RunInstancesCommand.d.ts +12 -0
  34. package/dist-types/models/models_0.d.ts +3 -2
  35. package/dist-types/models/models_1.d.ts +99 -99
  36. package/dist-types/models/models_2.d.ts +89 -71
  37. package/dist-types/models/models_3.d.ts +71 -126
  38. package/dist-types/models/models_4.d.ts +182 -240
  39. package/dist-types/models/models_5.d.ts +236 -180
  40. package/dist-types/models/models_6.d.ts +181 -130
  41. package/dist-types/models/models_7.d.ts +130 -3
  42. package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +4 -2
  43. package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +2 -4
  52. package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +4 -2
  54. package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/models/models_1.d.ts +16 -28
  60. package/dist-types/ts3.4/models/models_2.d.ts +28 -19
  61. package/dist-types/ts3.4/models/models_3.d.ts +16 -18
  62. package/dist-types/ts3.4/models/models_4.d.ts +29 -36
  63. package/dist-types/ts3.4/models/models_5.d.ts +36 -36
  64. package/dist-types/ts3.4/models/models_6.d.ts +36 -29
  65. package/dist-types/ts3.4/models/models_7.d.ts +36 -1
  66. package/package.json +13 -13
@@ -1,6 +1,76 @@
1
- import { _InstanceType, AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AttachmentStatus, AutoPlacement, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CapacityReservationTenancy, CarrierGateway, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, HostMaintenance, HostRecovery, IamInstanceProfileAssociation, InstanceEventWindow, Tag, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
1
+ import { _InstanceType, AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AttachmentStatus, AutoPlacement, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CapacityReservationTenancy, CarrierGateway, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, HostMaintenance, HostRecovery, IamInstanceProfileAssociation, Tag, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
2
2
  import { AttributeValue, BlockDeviceMapping, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GroupIdentifier, InstanceLifecycle, LaunchTemplateAndOverridesResponse, LogDestinationType, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, StateReason, TargetCapacityUnitType, TrafficType, TransportProtocol } from "./models_1";
3
3
  import { FleetStateCode, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup } from "./models_2";
4
+ /**
5
+ * @public
6
+ * <p>Contains the parameters for DeleteNetworkInterface.</p>
7
+ */
8
+ export interface DeleteNetworkInterfaceRequest {
9
+ /**
10
+ * @public
11
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
12
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
13
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
14
+ */
15
+ DryRun?: boolean;
16
+ /**
17
+ * @public
18
+ * <p>The ID of the network interface.</p>
19
+ */
20
+ NetworkInterfaceId: string | undefined;
21
+ }
22
+ /**
23
+ * @public
24
+ * <p>Contains the parameters for DeleteNetworkInterfacePermission.</p>
25
+ */
26
+ export interface DeleteNetworkInterfacePermissionRequest {
27
+ /**
28
+ * @public
29
+ * <p>The ID of the network interface permission.</p>
30
+ */
31
+ NetworkInterfacePermissionId: string | undefined;
32
+ /**
33
+ * @public
34
+ * <p>Specify <code>true</code> to remove the permission even if the network interface is
35
+ * attached to an instance.</p>
36
+ */
37
+ Force?: boolean;
38
+ /**
39
+ * @public
40
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
41
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
42
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
43
+ */
44
+ DryRun?: boolean;
45
+ }
46
+ /**
47
+ * @public
48
+ * <p>Contains the output for DeleteNetworkInterfacePermission.</p>
49
+ */
50
+ export interface DeleteNetworkInterfacePermissionResult {
51
+ /**
52
+ * @public
53
+ * <p>Returns <code>true</code> if the request succeeds, otherwise returns an error.</p>
54
+ */
55
+ Return?: boolean;
56
+ }
57
+ /**
58
+ * @public
59
+ */
60
+ export interface DeletePlacementGroupRequest {
61
+ /**
62
+ * @public
63
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
64
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
65
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
66
+ */
67
+ DryRun?: boolean;
68
+ /**
69
+ * @public
70
+ * <p>The name of the placement group.</p>
71
+ */
72
+ GroupName: string | undefined;
73
+ }
4
74
  /**
5
75
  * @public
6
76
  */
@@ -8458,131 +8528,6 @@ export interface DescribeInstanceCreditSpecificationsResult {
8458
8528
  */
8459
8529
  NextToken?: string;
8460
8530
  }
8461
- /**
8462
- * @public
8463
- */
8464
- export interface DescribeInstanceEventNotificationAttributesRequest {
8465
- /**
8466
- * @public
8467
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8468
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8469
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8470
- */
8471
- DryRun?: boolean;
8472
- }
8473
- /**
8474
- * @public
8475
- */
8476
- export interface DescribeInstanceEventNotificationAttributesResult {
8477
- /**
8478
- * @public
8479
- * <p>Information about the registered tag keys.</p>
8480
- */
8481
- InstanceTagAttribute?: InstanceTagNotificationAttribute;
8482
- }
8483
- /**
8484
- * @public
8485
- * <para>Describe instance event windows by InstanceEventWindow.</para>
8486
- */
8487
- export interface DescribeInstanceEventWindowsRequest {
8488
- /**
8489
- * @public
8490
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8491
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8492
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8493
- */
8494
- DryRun?: boolean;
8495
- /**
8496
- * @public
8497
- * <p>The IDs of the event windows.</p>
8498
- */
8499
- InstanceEventWindowIds?: string[];
8500
- /**
8501
- * @public
8502
- * <p>One or more filters.</p>
8503
- * <ul>
8504
- * <li>
8505
- * <p>
8506
- * <code>dedicated-host-id</code> - The event windows associated with the specified
8507
- * Dedicated Host ID.</p>
8508
- * </li>
8509
- * <li>
8510
- * <p>
8511
- * <code>event-window-name</code> - The event windows associated with the specified
8512
- * names. </p>
8513
- * </li>
8514
- * <li>
8515
- * <p>
8516
- * <code>instance-id</code> - The event windows associated with the specified instance
8517
- * ID.</p>
8518
- * </li>
8519
- * <li>
8520
- * <p>
8521
- * <code>instance-tag</code> - The event windows associated with the specified tag and
8522
- * value.</p>
8523
- * </li>
8524
- * <li>
8525
- * <p>
8526
- * <code>instance-tag-key</code> - The event windows associated with the specified tag
8527
- * key, regardless of the value.</p>
8528
- * </li>
8529
- * <li>
8530
- * <p>
8531
- * <code>instance-tag-value</code> - The event windows associated with the specified tag
8532
- * value, regardless of the key.</p>
8533
- * </li>
8534
- * <li>
8535
- * <p>
8536
- * <code>tag:<key></code> - The key/value combination of a tag assigned to the
8537
- * event window. Use the tag key in the filter name and the tag value as the filter
8538
- * value. For example, to find all resources that have a tag with the key
8539
- * <code>Owner</code> and the value <code>CMX</code>, specify <code>tag:Owner</code>
8540
- * for the filter name and <code>CMX</code> for the filter value. </p>
8541
- * </li>
8542
- * <li>
8543
- * <p>
8544
- * <code>tag-key</code> - The key of a tag assigned to the event window. Use this filter
8545
- * to find all event windows that have a tag with a specific key, regardless of the tag
8546
- * value. </p>
8547
- * </li>
8548
- * <li>
8549
- * <p>
8550
- * <code>tag-value</code> - The value of a tag assigned to the event window. Use this
8551
- * filter to find all event windows that have a tag with a specific value, regardless of
8552
- * the tag key. </p>
8553
- * </li>
8554
- * </ul>
8555
- */
8556
- Filters?: Filter[];
8557
- /**
8558
- * @public
8559
- * <p>The maximum number of results to return in a single call. To retrieve the remaining
8560
- * results, make another call with the returned <code>NextToken</code> value. This value can
8561
- * be between 20 and 500. You cannot specify this parameter and the event window IDs parameter
8562
- * in the same call.</p>
8563
- */
8564
- MaxResults?: number;
8565
- /**
8566
- * @public
8567
- * <p>The token to request the next page of results.</p>
8568
- */
8569
- NextToken?: string;
8570
- }
8571
- /**
8572
- * @public
8573
- */
8574
- export interface DescribeInstanceEventWindowsResult {
8575
- /**
8576
- * @public
8577
- * <p>Information about the event windows.</p>
8578
- */
8579
- InstanceEventWindows?: InstanceEventWindow[];
8580
- /**
8581
- * @public
8582
- * <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>
8583
- */
8584
- NextToken?: string;
8585
- }
8586
8531
  /**
8587
8532
  * @internal
8588
8533
  */
@@ -1,7 +1,132 @@
1
- import { _InstanceType, ActiveInstance, ActivityStatus, AllocationStrategy, AlternatePathHint, AttachmentStatus, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfile, IamInstanceProfileSpecification, IpamResourceDiscoveryAssociation, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UserIdGroupPair } from "./models_0";
2
- import { AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, FleetLaunchTemplateSpecification, FleetType, GroupIdentifier, HostnameType, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, InternetGateway, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, KeyType, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, NetworkInterfaceStatus, Placement, PlatformValues, PrivateIpAddressSpecification, SpotInstanceType, StateReason, Subnet, TargetCapacityUnitType, Tenancy } from "./models_1";
3
- import { PlacementGroup, ReplaceRootVolumeTask, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, StorageTier, TrafficMirrorFilter, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement } from "./models_2";
4
- import { ArchitectureValues, AttributeBooleanValue, BootModeValues, DeviceType, EnclaveOptions, EventInformation, Filter, HypervisorType, IdFormat, InstanceBlockDeviceMapping, PermissionGroup, ProductCode, VirtualizationType } from "./models_3";
1
+ import { _InstanceType, ActiveInstance, ActivityStatus, AllocationStrategy, AlternatePathHint, AttachmentStatus, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfile, IamInstanceProfileSpecification, InstanceEventWindow, IpamResourceDiscoveryAssociation, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, UserIdGroupPair } from "./models_0";
2
+ import { AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, FleetType, GroupIdentifier, HostnameType, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, InternetGateway, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, KeyType, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, NetworkInterfaceStatus, Placement, PlatformValues, PrivateIpAddressSpecification, SpotInstanceType, StateReason, Subnet, TargetCapacityUnitType, Tenancy } from "./models_1";
3
+ import { PlacementGroup, ReplaceRootVolumeTask, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, StorageTier, TrafficMirrorFilter, TrafficMirrorSession, TrafficMirrorTarget, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTableAnnouncement } from "./models_2";
4
+ import { ArchitectureValues, AttributeBooleanValue, BootModeValues, DeviceType, EnclaveOptions, EventInformation, Filter, HypervisorType, IdFormat, InstanceBlockDeviceMapping, InstanceTagNotificationAttribute, PermissionGroup, ProductCode, VirtualizationType } from "./models_3";
5
+ /**
6
+ * @public
7
+ */
8
+ export interface DescribeInstanceEventNotificationAttributesRequest {
9
+ /**
10
+ * @public
11
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
12
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
13
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
14
+ */
15
+ DryRun?: boolean;
16
+ }
17
+ /**
18
+ * @public
19
+ */
20
+ export interface DescribeInstanceEventNotificationAttributesResult {
21
+ /**
22
+ * @public
23
+ * <p>Information about the registered tag keys.</p>
24
+ */
25
+ InstanceTagAttribute?: InstanceTagNotificationAttribute;
26
+ }
27
+ /**
28
+ * @public
29
+ * <para>Describe instance event windows by InstanceEventWindow.</para>
30
+ */
31
+ export interface DescribeInstanceEventWindowsRequest {
32
+ /**
33
+ * @public
34
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
35
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
36
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
37
+ */
38
+ DryRun?: boolean;
39
+ /**
40
+ * @public
41
+ * <p>The IDs of the event windows.</p>
42
+ */
43
+ InstanceEventWindowIds?: string[];
44
+ /**
45
+ * @public
46
+ * <p>One or more filters.</p>
47
+ * <ul>
48
+ * <li>
49
+ * <p>
50
+ * <code>dedicated-host-id</code> - The event windows associated with the specified
51
+ * Dedicated Host ID.</p>
52
+ * </li>
53
+ * <li>
54
+ * <p>
55
+ * <code>event-window-name</code> - The event windows associated with the specified
56
+ * names. </p>
57
+ * </li>
58
+ * <li>
59
+ * <p>
60
+ * <code>instance-id</code> - The event windows associated with the specified instance
61
+ * ID.</p>
62
+ * </li>
63
+ * <li>
64
+ * <p>
65
+ * <code>instance-tag</code> - The event windows associated with the specified tag and
66
+ * value.</p>
67
+ * </li>
68
+ * <li>
69
+ * <p>
70
+ * <code>instance-tag-key</code> - The event windows associated with the specified tag
71
+ * key, regardless of the value.</p>
72
+ * </li>
73
+ * <li>
74
+ * <p>
75
+ * <code>instance-tag-value</code> - The event windows associated with the specified tag
76
+ * value, regardless of the key.</p>
77
+ * </li>
78
+ * <li>
79
+ * <p>
80
+ * <code>tag:<key></code> - The key/value combination of a tag assigned to the
81
+ * event window. Use the tag key in the filter name and the tag value as the filter
82
+ * value. For example, to find all resources that have a tag with the key
83
+ * <code>Owner</code> and the value <code>CMX</code>, specify <code>tag:Owner</code>
84
+ * for the filter name and <code>CMX</code> for the filter value. </p>
85
+ * </li>
86
+ * <li>
87
+ * <p>
88
+ * <code>tag-key</code> - The key of a tag assigned to the event window. Use this filter
89
+ * to find all event windows that have a tag with a specific key, regardless of the tag
90
+ * value. </p>
91
+ * </li>
92
+ * <li>
93
+ * <p>
94
+ * <code>tag-value</code> - The value of a tag assigned to the event window. Use this
95
+ * filter to find all event windows that have a tag with a specific value, regardless of
96
+ * the tag key. </p>
97
+ * </li>
98
+ * </ul>
99
+ */
100
+ Filters?: Filter[];
101
+ /**
102
+ * @public
103
+ * <p>The maximum number of results to return in a single call. To retrieve the remaining
104
+ * results, make another call with the returned <code>NextToken</code> value. This value can
105
+ * be between 20 and 500. You cannot specify this parameter and the event window IDs parameter
106
+ * in the same call.</p>
107
+ */
108
+ MaxResults?: number;
109
+ /**
110
+ * @public
111
+ * <p>The token to request the next page of results.</p>
112
+ */
113
+ NextToken?: string;
114
+ }
115
+ /**
116
+ * @public
117
+ */
118
+ export interface DescribeInstanceEventWindowsResult {
119
+ /**
120
+ * @public
121
+ * <p>Information about the event windows.</p>
122
+ */
123
+ InstanceEventWindows?: InstanceEventWindow[];
124
+ /**
125
+ * @public
126
+ * <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>
127
+ */
128
+ NextToken?: string;
129
+ }
5
130
  /**
6
131
  * @public
7
132
  */
@@ -151,8 +276,8 @@ export interface DescribeInstancesRequest {
151
276
  * </li>
152
277
  * <li>
153
278
  * <p>
154
- * <code>instance-lifecycle</code> - Indicates whether this is a Spot Instance or
155
- * a Scheduled Instance (<code>spot</code> | <code>scheduled</code>).</p>
279
+ * <code>instance-lifecycle</code> - Indicates whether this is a Spot Instance, a Scheduled Instance, or
280
+ * a Capacity Block (<code>spot</code> | <code>scheduled</code> | <code>capacity-block</code>).</p>
156
281
  * </li>
157
282
  * <li>
158
283
  * <p>
@@ -1102,6 +1227,45 @@ export interface InstanceNetworkInterfaceAssociation {
1102
1227
  */
1103
1228
  PublicIp?: string;
1104
1229
  }
1230
+ /**
1231
+ * @public
1232
+ * <p>ENA Express is compatible with both TCP and UDP transport protocols. When it's enabled, TCP traffic
1233
+ * automatically uses it. However, some UDP-based applications are designed to handle network packets that are
1234
+ * out of order, without a need for retransmission, such as live video broadcasting or other near-real-time
1235
+ * applications. For UDP traffic, you can specify whether to use ENA Express, based on your application
1236
+ * environment needs.</p>
1237
+ */
1238
+ export interface InstanceAttachmentEnaSrdUdpSpecification {
1239
+ /**
1240
+ * @public
1241
+ * <p>Indicates whether UDP traffic to and from the instance uses ENA Express. To specify this setting,
1242
+ * you must first enable ENA Express.</p>
1243
+ */
1244
+ EnaSrdUdpEnabled?: boolean;
1245
+ }
1246
+ /**
1247
+ * @public
1248
+ * <p>ENA Express uses Amazon Web Services Scalable Reliable Datagram (SRD) technology to increase the
1249
+ * maximum bandwidth used per stream and minimize tail latency of network traffic between EC2 instances.
1250
+ * With ENA Express, you can communicate between two EC2 instances in the same subnet within the same
1251
+ * account, or in different accounts. Both sending and receiving instances must have ENA Express enabled.</p>
1252
+ * <p>To improve the reliability of network packet delivery, ENA Express reorders network packets on the
1253
+ * receiving end by default. However, some UDP-based applications are designed to handle network packets
1254
+ * that are out of order to reduce the overhead for packet delivery at the network layer. When ENA Express
1255
+ * is enabled, you can specify whether UDP network traffic uses it.</p>
1256
+ */
1257
+ export interface InstanceAttachmentEnaSrdSpecification {
1258
+ /**
1259
+ * @public
1260
+ * <p>Indicates whether ENA Express is enabled for the network interface.</p>
1261
+ */
1262
+ EnaSrdEnabled?: boolean;
1263
+ /**
1264
+ * @public
1265
+ * <p>Configures ENA Express for UDP network traffic.</p>
1266
+ */
1267
+ EnaSrdUdpSpecification?: InstanceAttachmentEnaSrdUdpSpecification;
1268
+ }
1105
1269
  /**
1106
1270
  * @public
1107
1271
  * <p>Describes a network interface attachment.</p>
@@ -1137,6 +1301,12 @@ export interface InstanceNetworkInterfaceAttachment {
1137
1301
  * <p>The index of the network card.</p>
1138
1302
  */
1139
1303
  NetworkCardIndex?: number;
1304
+ /**
1305
+ * @public
1306
+ * <p>Contains the ENA Express settings for the network interface that's attached
1307
+ * to the instance.</p>
1308
+ */
1309
+ EnaSrdSpecification?: InstanceAttachmentEnaSrdSpecification;
1140
1310
  }
1141
1311
  /**
1142
1312
  * @public
@@ -8751,6 +8921,12 @@ export interface InstanceNetworkInterfaceSpecification {
8751
8921
  * <p>The primary IPv6 address of the network interface. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information about primary IPv6 addresses, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html">RunInstances</a>.</p>
8752
8922
  */
8753
8923
  PrimaryIpv6?: boolean;
8924
+ /**
8925
+ * @public
8926
+ * <p>Specifies the ENA Express settings for the network interface that's attached to
8927
+ * the instance.</p>
8928
+ */
8929
+ EnaSrdSpecification?: EnaSrdSpecificationRequest;
8754
8930
  }
8755
8931
  /**
8756
8932
  * @public
@@ -11396,240 +11572,6 @@ export interface DescribeTransitGatewayRouteTableAnnouncementsResult {
11396
11572
  */
11397
11573
  NextToken?: string;
11398
11574
  }
11399
- /**
11400
- * @public
11401
- */
11402
- export interface DescribeTransitGatewayRouteTablesRequest {
11403
- /**
11404
- * @public
11405
- * <p>The IDs of the transit gateway route tables.</p>
11406
- */
11407
- TransitGatewayRouteTableIds?: string[];
11408
- /**
11409
- * @public
11410
- * <p>One or more filters. The possible values are:</p>
11411
- * <ul>
11412
- * <li>
11413
- * <p>
11414
- * <code>default-association-route-table</code> - Indicates whether this is the default
11415
- * association route table for the transit gateway (<code>true</code> | <code>false</code>).</p>
11416
- * </li>
11417
- * <li>
11418
- * <p>
11419
- * <code>default-propagation-route-table</code> - Indicates whether this is the default
11420
- * propagation route table for the transit gateway (<code>true</code> | <code>false</code>).</p>
11421
- * </li>
11422
- * <li>
11423
- * <p>
11424
- * <code>state</code> - The state of the route table (<code>available</code> | <code>deleting</code> | <code>deleted</code> | <code>pending</code>).</p>
11425
- * </li>
11426
- * <li>
11427
- * <p>
11428
- * <code>transit-gateway-id</code> - The ID of the transit gateway.</p>
11429
- * </li>
11430
- * <li>
11431
- * <p>
11432
- * <code>transit-gateway-route-table-id</code> - The ID of the transit gateway route table.</p>
11433
- * </li>
11434
- * </ul>
11435
- */
11436
- Filters?: Filter[];
11437
- /**
11438
- * @public
11439
- * <p>The maximum number of results to return with a single call.
11440
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
11441
- */
11442
- MaxResults?: number;
11443
- /**
11444
- * @public
11445
- * <p>The token for the next page of results.</p>
11446
- */
11447
- NextToken?: string;
11448
- /**
11449
- * @public
11450
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
11451
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
11452
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
11453
- */
11454
- DryRun?: boolean;
11455
- }
11456
- /**
11457
- * @public
11458
- */
11459
- export interface DescribeTransitGatewayRouteTablesResult {
11460
- /**
11461
- * @public
11462
- * <p>Information about the transit gateway route tables.</p>
11463
- */
11464
- TransitGatewayRouteTables?: TransitGatewayRouteTable[];
11465
- /**
11466
- * @public
11467
- * <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>
11468
- */
11469
- NextToken?: string;
11470
- }
11471
- /**
11472
- * @public
11473
- */
11474
- export interface DescribeTransitGatewaysRequest {
11475
- /**
11476
- * @public
11477
- * <p>The IDs of the transit gateways.</p>
11478
- */
11479
- TransitGatewayIds?: string[];
11480
- /**
11481
- * @public
11482
- * <p>One or more filters. The possible values are:</p>
11483
- * <ul>
11484
- * <li>
11485
- * <p>
11486
- * <code>options.propagation-default-route-table-id</code> - The ID of the default propagation route table.</p>
11487
- * </li>
11488
- * <li>
11489
- * <p>
11490
- * <code>options.amazon-side-asn</code> - The private ASN for the Amazon side of a BGP session.</p>
11491
- * </li>
11492
- * <li>
11493
- * <p>
11494
- * <code>options.association-default-route-table-id</code> - The ID of the default association route table.</p>
11495
- * </li>
11496
- * <li>
11497
- * <p>
11498
- * <code>options.auto-accept-shared-attachments</code> - Indicates whether there is automatic acceptance of attachment requests (<code>enable</code> | <code>disable</code>).</p>
11499
- * </li>
11500
- * <li>
11501
- * <p>
11502
- * <code>options.default-route-table-association</code> - Indicates whether resource attachments are automatically
11503
- * associated with the default association route table (<code>enable</code> | <code>disable</code>).</p>
11504
- * </li>
11505
- * <li>
11506
- * <p>
11507
- * <code>options.default-route-table-propagation</code> - Indicates whether resource attachments automatically propagate
11508
- * routes to the default propagation route table (<code>enable</code> | <code>disable</code>).</p>
11509
- * </li>
11510
- * <li>
11511
- * <p>
11512
- * <code>options.dns-support</code> - Indicates whether DNS support is enabled (<code>enable</code> | <code>disable</code>).</p>
11513
- * </li>
11514
- * <li>
11515
- * <p>
11516
- * <code>options.vpn-ecmp-support</code> - Indicates whether Equal Cost Multipath Protocol support is enabled (<code>enable</code> | <code>disable</code>).</p>
11517
- * </li>
11518
- * <li>
11519
- * <p>
11520
- * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the transit gateway.</p>
11521
- * </li>
11522
- * <li>
11523
- * <p>
11524
- * <code>state</code> - The state of the transit gateway (<code>available</code> | <code>deleted</code> | <code>deleting</code> | <code>modifying</code> | <code>pending</code>).</p>
11525
- * </li>
11526
- * <li>
11527
- * <p>
11528
- * <code>transit-gateway-id</code> - The ID of the transit gateway.</p>
11529
- * </li>
11530
- * </ul>
11531
- */
11532
- Filters?: Filter[];
11533
- /**
11534
- * @public
11535
- * <p>The maximum number of results to return with a single call.
11536
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
11537
- */
11538
- MaxResults?: number;
11539
- /**
11540
- * @public
11541
- * <p>The token for the next page of results.</p>
11542
- */
11543
- NextToken?: string;
11544
- /**
11545
- * @public
11546
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
11547
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
11548
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
11549
- */
11550
- DryRun?: boolean;
11551
- }
11552
- /**
11553
- * @public
11554
- */
11555
- export interface DescribeTransitGatewaysResult {
11556
- /**
11557
- * @public
11558
- * <p>Information about the transit gateways.</p>
11559
- */
11560
- TransitGateways?: TransitGateway[];
11561
- /**
11562
- * @public
11563
- * <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>
11564
- */
11565
- NextToken?: string;
11566
- }
11567
- /**
11568
- * @public
11569
- */
11570
- export interface DescribeTransitGatewayVpcAttachmentsRequest {
11571
- /**
11572
- * @public
11573
- * <p>The IDs of the attachments.</p>
11574
- */
11575
- TransitGatewayAttachmentIds?: string[];
11576
- /**
11577
- * @public
11578
- * <p>One or more filters. The possible values are:</p>
11579
- * <ul>
11580
- * <li>
11581
- * <p>
11582
- * <code>state</code> - The state of the attachment. Valid values are <code>available</code> | <code>deleted</code> | <code>deleting</code> | <code>failed</code> | <code>failing</code> | <code>initiatingRequest</code> | <code>modifying</code> | <code>pendingAcceptance</code> | <code>pending</code> | <code>rollingBack</code> | <code>rejected</code> | <code>rejecting</code>.</p>
11583
- * </li>
11584
- * <li>
11585
- * <p>
11586
- * <code>transit-gateway-attachment-id</code> - The ID of the attachment.</p>
11587
- * </li>
11588
- * <li>
11589
- * <p>
11590
- * <code>transit-gateway-id</code> - The ID of the transit gateway.</p>
11591
- * </li>
11592
- * <li>
11593
- * <p>
11594
- * <code>vpc-id</code> - The ID of the VPC.</p>
11595
- * </li>
11596
- * </ul>
11597
- */
11598
- Filters?: Filter[];
11599
- /**
11600
- * @public
11601
- * <p>The maximum number of results to return with a single call.
11602
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
11603
- */
11604
- MaxResults?: number;
11605
- /**
11606
- * @public
11607
- * <p>The token for the next page of results.</p>
11608
- */
11609
- NextToken?: string;
11610
- /**
11611
- * @public
11612
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
11613
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
11614
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
11615
- */
11616
- DryRun?: boolean;
11617
- }
11618
- /**
11619
- * @public
11620
- */
11621
- export interface DescribeTransitGatewayVpcAttachmentsResult {
11622
- /**
11623
- * @public
11624
- * <p>Information about the VPC attachments.</p>
11625
- */
11626
- TransitGatewayVpcAttachments?: TransitGatewayVpcAttachment[];
11627
- /**
11628
- * @public
11629
- * <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>
11630
- */
11631
- NextToken?: string;
11632
- }
11633
11575
  /**
11634
11576
  * @internal
11635
11577
  */