@aws-sdk/client-ec2 3.614.0 → 3.616.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 (183) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +751 -446
  3. package/dist-es/EC2.js +6 -0
  4. package/dist-es/EC2Client.js +5 -5
  5. package/dist-es/commands/CreateIpamExternalResourceVerificationTokenCommand.js +24 -0
  6. package/dist-es/commands/DeleteIpamExternalResourceVerificationTokenCommand.js +24 -0
  7. package/dist-es/commands/DescribeImportImageTasksCommand.js +1 -1
  8. package/dist-es/commands/DescribeIpamExternalResourceVerificationTokensCommand.js +24 -0
  9. package/dist-es/commands/DescribeSpotFleetRequestsCommand.js +1 -1
  10. package/dist-es/commands/DescribeSpotInstanceRequestsCommand.js +1 -1
  11. package/dist-es/commands/GetInstanceTpmEkPubCommand.js +1 -1
  12. package/dist-es/commands/index.js +3 -0
  13. package/dist-es/models/models_0.js +1 -0
  14. package/dist-es/models/models_1.js +12 -19
  15. package/dist-es/models/models_2.js +19 -0
  16. package/dist-es/models/models_3.js +0 -13
  17. package/dist-es/models/models_4.js +13 -33
  18. package/dist-es/models/models_5.js +34 -15
  19. package/dist-es/models/models_6.js +17 -7
  20. package/dist-es/models/models_7.js +11 -1
  21. package/dist-es/protocols/Aws_ec2.js +231 -5
  22. package/dist-types/EC2.d.ts +22 -0
  23. package/dist-types/EC2Client.d.ts +7 -4
  24. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  25. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  26. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  27. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  28. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  29. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  30. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  31. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +91 -0
  50. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  55. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  56. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  65. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  66. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  99. package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +79 -0
  100. package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +2 -1
  101. package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  102. package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  103. package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  104. package/dist-types/commands/DescribeImagesCommand.d.ts +2 -1
  105. package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +1 -1
  106. package/dist-types/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +94 -0
  107. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  108. package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +9 -2
  109. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -3
  110. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  111. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  112. package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +0 -3
  113. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  114. package/dist-types/commands/GetConsoleOutputCommand.d.ts +0 -7
  115. package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +2 -1
  116. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  117. package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  118. package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -2
  119. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  120. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  121. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  122. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  123. package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -1
  124. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
  125. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  126. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -3
  127. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -0
  128. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  129. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  130. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  131. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  132. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  133. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  134. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  135. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  136. package/dist-types/commands/index.d.ts +3 -0
  137. package/dist-types/models/models_0.d.ts +1 -0
  138. package/dist-types/models/models_1.d.ts +161 -150
  139. package/dist-types/models/models_2.d.ts +174 -95
  140. package/dist-types/models/models_3.d.ts +95 -258
  141. package/dist-types/models/models_4.d.ts +400 -602
  142. package/dist-types/models/models_5.d.ts +576 -200
  143. package/dist-types/models/models_6.d.ts +205 -195
  144. package/dist-types/models/models_7.d.ts +218 -4
  145. package/dist-types/protocols/Aws_ec2.d.ts +27 -0
  146. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  147. package/dist-types/runtimeConfig.d.ts +1 -1
  148. package/dist-types/runtimeConfig.native.d.ts +1 -1
  149. package/dist-types/ts3.4/EC2.d.ts +70 -0
  150. package/dist-types/ts3.4/EC2Client.d.ts +20 -2
  151. package/dist-types/ts3.4/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +40 -0
  152. package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +40 -0
  153. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +2 -4
  154. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  155. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +2 -4
  158. package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +42 -0
  160. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -4
  161. package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +2 -4
  163. package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +4 -2
  166. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +2 -4
  167. package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +4 -2
  170. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  171. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  172. package/dist-types/ts3.4/models/models_1.d.ts +37 -45
  173. package/dist-types/ts3.4/models/models_2.d.ts +55 -32
  174. package/dist-types/ts3.4/models/models_3.d.ts +29 -63
  175. package/dist-types/ts3.4/models/models_4.d.ts +77 -101
  176. package/dist-types/ts3.4/models/models_5.d.ts +105 -60
  177. package/dist-types/ts3.4/models/models_6.d.ts +61 -50
  178. package/dist-types/ts3.4/models/models_7.d.ts +58 -7
  179. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
  180. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  181. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  182. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  183. package/package.json +18 -18
@@ -1,5 +1,150 @@
1
- import { ApplianceModeSupportValue, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, InstanceEventWindowState, Ipv4PrefixSpecification, Ipv6SupportValue, ReservedInstancesListing, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UnsuccessfulItem, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment, VpcAttachment, VpcPeeringConnection } from "./models_0";
2
- import { CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, ConnectionTrackingConfiguration, Ec2InstanceConnectEndpoint, GatewayType, GroupIdentifier, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, NetworkInterfaceAssociation, NetworkInterfaceAttachment, NetworkInterfaceType, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
1
+ import { ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, InstanceEventWindowState, Ipv4PrefixSpecification, Ipv6SupportValue, ReservedInstancesListing, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UnsuccessfulItem, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment, VpcAttachment, VpcPeeringConnection } from "./models_0";
2
+ import { AttachmentEnaSrdUdpSpecification, CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, Ec2InstanceConnectEndpoint, GatewayType, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, NetworkInterfaceAssociation, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
3
+ /**
4
+ * <p>ENA Express uses Amazon Web Services Scalable Reliable Datagram (SRD) technology to increase the
5
+ * maximum bandwidth used per stream and minimize tail latency of network traffic between EC2 instances.
6
+ * With ENA Express, you can communicate between two EC2 instances in the same subnet within the same
7
+ * account, or in different accounts. Both sending and receiving instances must have ENA Express enabled.</p>
8
+ * <p>To improve the reliability of network packet delivery, ENA Express reorders network packets on the
9
+ * receiving end by default. However, some UDP-based applications are designed to handle network packets
10
+ * that are out of order to reduce the overhead for packet delivery at the network layer. When ENA Express
11
+ * is enabled, you can specify whether UDP network traffic uses it.</p>
12
+ * @public
13
+ */
14
+ export interface AttachmentEnaSrdSpecification {
15
+ /**
16
+ * <p>Indicates whether ENA Express is enabled for the network interface.</p>
17
+ * @public
18
+ */
19
+ EnaSrdEnabled?: boolean;
20
+ /**
21
+ * <p>Configures ENA Express for UDP network traffic.</p>
22
+ * @public
23
+ */
24
+ EnaSrdUdpSpecification?: AttachmentEnaSrdUdpSpecification;
25
+ }
26
+ /**
27
+ * <p>Describes a network interface attachment.</p>
28
+ * @public
29
+ */
30
+ export interface NetworkInterfaceAttachment {
31
+ /**
32
+ * <p>The timestamp indicating when the attachment initiated.</p>
33
+ * @public
34
+ */
35
+ AttachTime?: Date;
36
+ /**
37
+ * <p>The ID of the network interface attachment.</p>
38
+ * @public
39
+ */
40
+ AttachmentId?: string;
41
+ /**
42
+ * <p>Indicates whether the network interface is deleted when the instance is terminated.</p>
43
+ * @public
44
+ */
45
+ DeleteOnTermination?: boolean;
46
+ /**
47
+ * <p>The device index of the network interface attachment on the instance.</p>
48
+ * @public
49
+ */
50
+ DeviceIndex?: number;
51
+ /**
52
+ * <p>The index of the network card.</p>
53
+ * @public
54
+ */
55
+ NetworkCardIndex?: number;
56
+ /**
57
+ * <p>The ID of the instance.</p>
58
+ * @public
59
+ */
60
+ InstanceId?: string;
61
+ /**
62
+ * <p>The Amazon Web Services account ID of the owner of the instance.</p>
63
+ * @public
64
+ */
65
+ InstanceOwnerId?: string;
66
+ /**
67
+ * <p>The attachment state.</p>
68
+ * @public
69
+ */
70
+ Status?: AttachmentStatus;
71
+ /**
72
+ * <p>Configures ENA Express for the network interface that this action attaches to the instance.</p>
73
+ * @public
74
+ */
75
+ EnaSrdSpecification?: AttachmentEnaSrdSpecification;
76
+ }
77
+ /**
78
+ * <p>A security group connection tracking configuration that enables you to set the idle 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>
79
+ * @public
80
+ */
81
+ export interface ConnectionTrackingConfiguration {
82
+ /**
83
+ * <p>Timeout (in seconds) for idle TCP
84
+ * connections in an established state. Min: 60 seconds. Max: 432000 seconds (5
85
+ * days). Default: 432000 seconds. Recommended: Less than 432000 seconds.</p>
86
+ * @public
87
+ */
88
+ TcpEstablishedTimeout?: number;
89
+ /**
90
+ * <p>Timeout (in seconds) for idle UDP
91
+ * flows classified as streams which have seen more than one request-response
92
+ * transaction. Min: 60 seconds. Max: 180 seconds (3 minutes). Default: 180
93
+ * seconds.</p>
94
+ * @public
95
+ */
96
+ UdpStreamTimeout?: number;
97
+ /**
98
+ * <p>Timeout (in seconds) for idle UDP flows that
99
+ * have seen traffic only in a single direction or a single request-response
100
+ * transaction. Min: 30 seconds. Max: 60 seconds. Default: 30 seconds.</p>
101
+ * @public
102
+ */
103
+ UdpTimeout?: number;
104
+ }
105
+ /**
106
+ * <p>Describes a security group.</p>
107
+ * @public
108
+ */
109
+ export interface GroupIdentifier {
110
+ /**
111
+ * <p>The name of the security group.</p>
112
+ * @public
113
+ */
114
+ GroupName?: string;
115
+ /**
116
+ * <p>The ID of the security group.</p>
117
+ * @public
118
+ */
119
+ GroupId?: string;
120
+ }
121
+ /**
122
+ * @public
123
+ * @enum
124
+ */
125
+ export declare const NetworkInterfaceType: {
126
+ readonly api_gateway_managed: "api_gateway_managed";
127
+ readonly aws_codestar_connections_managed: "aws_codestar_connections_managed";
128
+ readonly branch: "branch";
129
+ readonly efa: "efa";
130
+ readonly gateway_load_balancer: "gateway_load_balancer";
131
+ readonly gateway_load_balancer_endpoint: "gateway_load_balancer_endpoint";
132
+ readonly global_accelerator_managed: "global_accelerator_managed";
133
+ readonly interface: "interface";
134
+ readonly iot_rules_managed: "iot_rules_managed";
135
+ readonly lambda: "lambda";
136
+ readonly load_balancer: "load_balancer";
137
+ readonly natGateway: "natGateway";
138
+ readonly network_load_balancer: "network_load_balancer";
139
+ readonly quicksight: "quicksight";
140
+ readonly transit_gateway: "transit_gateway";
141
+ readonly trunk: "trunk";
142
+ readonly vpc_endpoint: "vpc_endpoint";
143
+ };
144
+ /**
145
+ * @public
146
+ */
147
+ export type NetworkInterfaceType = (typeof NetworkInterfaceType)[keyof typeof NetworkInterfaceType];
3
148
  /**
4
149
  * <p>Describes an IPv6 address associated with a network interface.</p>
5
150
  * @public
@@ -7478,6 +7623,33 @@ export interface DeleteIpamResult {
7478
7623
  */
7479
7624
  Ipam?: Ipam;
7480
7625
  }
7626
+ /**
7627
+ * @public
7628
+ */
7629
+ export interface DeleteIpamExternalResourceVerificationTokenRequest {
7630
+ /**
7631
+ * <p>A check for whether you have the required permissions for the action without actually making the request
7632
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7633
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7634
+ * @public
7635
+ */
7636
+ DryRun?: boolean;
7637
+ /**
7638
+ * <p>The token ID.</p>
7639
+ * @public
7640
+ */
7641
+ IpamExternalResourceVerificationTokenId: string | undefined;
7642
+ }
7643
+ /**
7644
+ * @public
7645
+ */
7646
+ export interface DeleteIpamExternalResourceVerificationTokenResult {
7647
+ /**
7648
+ * <p>The verification token.</p>
7649
+ * @public
7650
+ */
7651
+ IpamExternalResourceVerificationToken?: IpamExternalResourceVerificationToken;
7652
+ }
7481
7653
  /**
7482
7654
  * @public
7483
7655
  */
@@ -7829,99 +8001,6 @@ export interface DeleteLocalGatewayRouteTableRequest {
7829
8001
  */
7830
8002
  DryRun?: boolean;
7831
8003
  }
7832
- /**
7833
- * @public
7834
- */
7835
- export interface DeleteLocalGatewayRouteTableResult {
7836
- /**
7837
- * <p>Information about the local gateway route table.</p>
7838
- * @public
7839
- */
7840
- LocalGatewayRouteTable?: LocalGatewayRouteTable;
7841
- }
7842
- /**
7843
- * @public
7844
- */
7845
- export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest {
7846
- /**
7847
- * <p>
7848
- * The ID of the local gateway route table virtual interface group association.
7849
- * </p>
7850
- * @public
7851
- */
7852
- LocalGatewayRouteTableVirtualInterfaceGroupAssociationId: string | undefined;
7853
- /**
7854
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7855
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7856
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7857
- * @public
7858
- */
7859
- DryRun?: boolean;
7860
- }
7861
- /**
7862
- * @public
7863
- */
7864
- export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult {
7865
- /**
7866
- * <p>Information about the association.</p>
7867
- * @public
7868
- */
7869
- LocalGatewayRouteTableVirtualInterfaceGroupAssociation?: LocalGatewayRouteTableVirtualInterfaceGroupAssociation;
7870
- }
7871
- /**
7872
- * @public
7873
- */
7874
- export interface DeleteLocalGatewayRouteTableVpcAssociationRequest {
7875
- /**
7876
- * <p>The ID of the association.</p>
7877
- * @public
7878
- */
7879
- LocalGatewayRouteTableVpcAssociationId: string | undefined;
7880
- /**
7881
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7882
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7883
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7884
- * @public
7885
- */
7886
- DryRun?: boolean;
7887
- }
7888
- /**
7889
- * @public
7890
- */
7891
- export interface DeleteLocalGatewayRouteTableVpcAssociationResult {
7892
- /**
7893
- * <p>Information about the association.</p>
7894
- * @public
7895
- */
7896
- LocalGatewayRouteTableVpcAssociation?: LocalGatewayRouteTableVpcAssociation;
7897
- }
7898
- /**
7899
- * @public
7900
- */
7901
- export interface DeleteManagedPrefixListRequest {
7902
- /**
7903
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7904
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7905
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7906
- * @public
7907
- */
7908
- DryRun?: boolean;
7909
- /**
7910
- * <p>The ID of the prefix list.</p>
7911
- * @public
7912
- */
7913
- PrefixListId: string | undefined;
7914
- }
7915
- /**
7916
- * @public
7917
- */
7918
- export interface DeleteManagedPrefixListResult {
7919
- /**
7920
- * <p>Information about the prefix list.</p>
7921
- * @public
7922
- */
7923
- PrefixList?: ManagedPrefixList;
7924
- }
7925
8004
  /**
7926
8005
  * @internal
7927
8006
  */
@@ -1,6 +1,99 @@
1
1
  import { _InstanceType, AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AutoPlacement, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CapacityReservationTenancy, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, HostMaintenance, HostRecovery, IamInstanceProfileAssociation, Tag, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
2
- import { AttributeValue, BlockDeviceMapping, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GroupIdentifier, InstanceLifecycle, LaunchTemplateAndOverridesResponse, LogDestinationType, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, StateReason, TargetCapacityUnitType, TrafficType, TransportProtocol } from "./models_1";
3
- import { FleetStateCode, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup } from "./models_2";
2
+ import { AttributeValue, BlockDeviceMapping, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, InstanceLifecycle, LaunchTemplateAndOverridesResponse, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LogDestinationType, ManagedPrefixList, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, StateReason, TargetCapacityUnitType, TrafficType, TransportProtocol } from "./models_1";
3
+ import { FleetStateCode, GroupIdentifier, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup } from "./models_2";
4
+ /**
5
+ * @public
6
+ */
7
+ export interface DeleteLocalGatewayRouteTableResult {
8
+ /**
9
+ * <p>Information about the local gateway route table.</p>
10
+ * @public
11
+ */
12
+ LocalGatewayRouteTable?: LocalGatewayRouteTable;
13
+ }
14
+ /**
15
+ * @public
16
+ */
17
+ export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest {
18
+ /**
19
+ * <p>
20
+ * The ID of the local gateway route table virtual interface group association.
21
+ * </p>
22
+ * @public
23
+ */
24
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociationId: string | undefined;
25
+ /**
26
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
27
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
28
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
29
+ * @public
30
+ */
31
+ DryRun?: boolean;
32
+ }
33
+ /**
34
+ * @public
35
+ */
36
+ export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult {
37
+ /**
38
+ * <p>Information about the association.</p>
39
+ * @public
40
+ */
41
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociation?: LocalGatewayRouteTableVirtualInterfaceGroupAssociation;
42
+ }
43
+ /**
44
+ * @public
45
+ */
46
+ export interface DeleteLocalGatewayRouteTableVpcAssociationRequest {
47
+ /**
48
+ * <p>The ID of the association.</p>
49
+ * @public
50
+ */
51
+ LocalGatewayRouteTableVpcAssociationId: string | undefined;
52
+ /**
53
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
54
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
55
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
56
+ * @public
57
+ */
58
+ DryRun?: boolean;
59
+ }
60
+ /**
61
+ * @public
62
+ */
63
+ export interface DeleteLocalGatewayRouteTableVpcAssociationResult {
64
+ /**
65
+ * <p>Information about the association.</p>
66
+ * @public
67
+ */
68
+ LocalGatewayRouteTableVpcAssociation?: LocalGatewayRouteTableVpcAssociation;
69
+ }
70
+ /**
71
+ * @public
72
+ */
73
+ export interface DeleteManagedPrefixListRequest {
74
+ /**
75
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
76
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
77
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
78
+ * @public
79
+ */
80
+ DryRun?: boolean;
81
+ /**
82
+ * <p>The ID of the prefix list.</p>
83
+ * @public
84
+ */
85
+ PrefixListId: string | undefined;
86
+ }
87
+ /**
88
+ * @public
89
+ */
90
+ export interface DeleteManagedPrefixListResult {
91
+ /**
92
+ * <p>Information about the prefix list.</p>
93
+ * @public
94
+ */
95
+ PrefixList?: ManagedPrefixList;
96
+ }
4
97
  /**
5
98
  * @public
6
99
  */
@@ -8057,250 +8150,6 @@ export interface Image {
8057
8150
  */
8058
8151
  LastLaunchedTime?: string;
8059
8152
  }
8060
- /**
8061
- * @public
8062
- */
8063
- export interface DescribeImagesResult {
8064
- /**
8065
- * <p>Information about the images.</p>
8066
- * @public
8067
- */
8068
- Images?: Image[];
8069
- /**
8070
- * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
8071
- * are no more items to return.</p>
8072
- * @public
8073
- */
8074
- NextToken?: string;
8075
- }
8076
- /**
8077
- * @public
8078
- */
8079
- export interface DescribeImportImageTasksRequest {
8080
- /**
8081
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8082
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8083
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8084
- * @public
8085
- */
8086
- DryRun?: boolean;
8087
- /**
8088
- * <p>Filter tasks using the <code>task-state</code> filter and one of the following values: <code>active</code>,
8089
- * <code>completed</code>, <code>deleting</code>, or <code>deleted</code>.</p>
8090
- * @public
8091
- */
8092
- Filters?: Filter[];
8093
- /**
8094
- * <p>The IDs of the import image tasks.</p>
8095
- * @public
8096
- */
8097
- ImportTaskIds?: string[];
8098
- /**
8099
- * <p>The maximum number of results to return in a single call.</p>
8100
- * @public
8101
- */
8102
- MaxResults?: number;
8103
- /**
8104
- * <p>A token that indicates the next page of results.</p>
8105
- * @public
8106
- */
8107
- NextToken?: string;
8108
- }
8109
- /**
8110
- * <p> The response information for license configurations.</p>
8111
- * @public
8112
- */
8113
- export interface ImportImageLicenseConfigurationResponse {
8114
- /**
8115
- * <p>The ARN of a license configuration.</p>
8116
- * @public
8117
- */
8118
- LicenseConfigurationArn?: string;
8119
- }
8120
- /**
8121
- * <p>Describes the Amazon S3 bucket for the disk image.</p>
8122
- * @public
8123
- */
8124
- export interface UserBucketDetails {
8125
- /**
8126
- * <p>The Amazon S3 bucket from which the disk image was created.</p>
8127
- * @public
8128
- */
8129
- S3Bucket?: string;
8130
- /**
8131
- * <p>The file name of the disk image.</p>
8132
- * @public
8133
- */
8134
- S3Key?: string;
8135
- }
8136
- /**
8137
- * <p>Describes the snapshot created from the imported disk.</p>
8138
- * @public
8139
- */
8140
- export interface SnapshotDetail {
8141
- /**
8142
- * <p>A description for the snapshot.</p>
8143
- * @public
8144
- */
8145
- Description?: string;
8146
- /**
8147
- * <p>The block device mapping for the snapshot.</p>
8148
- * @public
8149
- */
8150
- DeviceName?: string;
8151
- /**
8152
- * <p>The size of the disk in the snapshot, in GiB.</p>
8153
- * @public
8154
- */
8155
- DiskImageSize?: number;
8156
- /**
8157
- * <p>The format of the disk image from which the snapshot is created.</p>
8158
- * @public
8159
- */
8160
- Format?: string;
8161
- /**
8162
- * <p>The percentage of progress for the task.</p>
8163
- * @public
8164
- */
8165
- Progress?: string;
8166
- /**
8167
- * <p>The snapshot ID of the disk being imported.</p>
8168
- * @public
8169
- */
8170
- SnapshotId?: string;
8171
- /**
8172
- * <p>A brief status of the snapshot creation.</p>
8173
- * @public
8174
- */
8175
- Status?: string;
8176
- /**
8177
- * <p>A detailed status message for the snapshot creation.</p>
8178
- * @public
8179
- */
8180
- StatusMessage?: string;
8181
- /**
8182
- * <p>The URL used to access the disk image.</p>
8183
- * @public
8184
- */
8185
- Url?: string;
8186
- /**
8187
- * <p>The Amazon S3 bucket for the disk image.</p>
8188
- * @public
8189
- */
8190
- UserBucket?: UserBucketDetails;
8191
- }
8192
- /**
8193
- * <p>Describes an import image task.</p>
8194
- * @public
8195
- */
8196
- export interface ImportImageTask {
8197
- /**
8198
- * <p>The architecture of the virtual machine.</p>
8199
- * <p>Valid values: <code>i386</code> | <code>x86_64</code> | <code>arm64</code>
8200
- * </p>
8201
- * @public
8202
- */
8203
- Architecture?: string;
8204
- /**
8205
- * <p>A description of the import task.</p>
8206
- * @public
8207
- */
8208
- Description?: string;
8209
- /**
8210
- * <p>Indicates whether the image is encrypted.</p>
8211
- * @public
8212
- */
8213
- Encrypted?: boolean;
8214
- /**
8215
- * <p>The target hypervisor for the import task.</p>
8216
- * <p>Valid values: <code>xen</code>
8217
- * </p>
8218
- * @public
8219
- */
8220
- Hypervisor?: string;
8221
- /**
8222
- * <p>The ID of the Amazon Machine Image (AMI) of the imported virtual machine.</p>
8223
- * @public
8224
- */
8225
- ImageId?: string;
8226
- /**
8227
- * <p>The ID of the import image task.</p>
8228
- * @public
8229
- */
8230
- ImportTaskId?: string;
8231
- /**
8232
- * <p>The identifier for the KMS key that was used to create the encrypted image.</p>
8233
- * @public
8234
- */
8235
- KmsKeyId?: string;
8236
- /**
8237
- * <p>The license type of the virtual machine.</p>
8238
- * @public
8239
- */
8240
- LicenseType?: string;
8241
- /**
8242
- * <p>The description string for the import image task.</p>
8243
- * @public
8244
- */
8245
- Platform?: string;
8246
- /**
8247
- * <p>The percentage of progress of the import image task.</p>
8248
- * @public
8249
- */
8250
- Progress?: string;
8251
- /**
8252
- * <p>Information about the snapshots.</p>
8253
- * @public
8254
- */
8255
- SnapshotDetails?: SnapshotDetail[];
8256
- /**
8257
- * <p>A brief status for the import image task.</p>
8258
- * @public
8259
- */
8260
- Status?: string;
8261
- /**
8262
- * <p>A descriptive status message for the import image task.</p>
8263
- * @public
8264
- */
8265
- StatusMessage?: string;
8266
- /**
8267
- * <p>The tags for the import image task.</p>
8268
- * @public
8269
- */
8270
- Tags?: Tag[];
8271
- /**
8272
- * <p>The ARNs of the license configurations that are associated with the import image task.</p>
8273
- * @public
8274
- */
8275
- LicenseSpecifications?: ImportImageLicenseConfigurationResponse[];
8276
- /**
8277
- * <p>The usage operation value.</p>
8278
- * @public
8279
- */
8280
- UsageOperation?: string;
8281
- /**
8282
- * <p>The boot mode of the virtual machine.</p>
8283
- * @public
8284
- */
8285
- BootMode?: BootModeValues;
8286
- }
8287
- /**
8288
- * @public
8289
- */
8290
- export interface DescribeImportImageTasksResult {
8291
- /**
8292
- * <p>A list of zero or more import image tasks that are currently active or were completed or canceled in the
8293
- * previous 7 days.</p>
8294
- * @public
8295
- */
8296
- ImportImageTasks?: ImportImageTask[];
8297
- /**
8298
- * <p>The token to use to get the next page of results. This value is <code>null</code> when there are no more results
8299
- * to return.</p>
8300
- * @public
8301
- */
8302
- NextToken?: string;
8303
- }
8304
8153
  /**
8305
8154
  * @internal
8306
8155
  */
@@ -8333,15 +8182,3 @@ export declare const ConversionTaskFilterSensitiveLog: (obj: ConversionTask) =>
8333
8182
  * @internal
8334
8183
  */
8335
8184
  export declare const DescribeConversionTasksResultFilterSensitiveLog: (obj: DescribeConversionTasksResult) => any;
8336
- /**
8337
- * @internal
8338
- */
8339
- export declare const SnapshotDetailFilterSensitiveLog: (obj: SnapshotDetail) => any;
8340
- /**
8341
- * @internal
8342
- */
8343
- export declare const ImportImageTaskFilterSensitiveLog: (obj: ImportImageTask) => any;
8344
- /**
8345
- * @internal
8346
- */
8347
- export declare const DescribeImportImageTasksResultFilterSensitiveLog: (obj: DescribeImportImageTasksResult) => any;