@aws-sdk/client-ec2 3.613.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 (188) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +773 -442
  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 +21 -7
  20. package/dist-es/models/models_7.js +11 -1
  21. package/dist-es/protocols/Aws_ec2.js +251 -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 +2 -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/DeletePublicIpv4PoolCommand.d.ts +1 -0
  105. package/dist-types/commands/DescribeImagesCommand.d.ts +2 -1
  106. package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +1 -1
  107. package/dist-types/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +94 -0
  108. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  109. package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +9 -2
  110. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -3
  111. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  112. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  113. package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +0 -3
  114. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  115. package/dist-types/commands/GetConsoleOutputCommand.d.ts +0 -7
  116. package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +2 -1
  117. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  118. package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  119. package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -2
  120. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +2 -0
  121. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -0
  122. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  123. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  124. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  125. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  126. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -0
  127. package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -1
  128. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
  129. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  130. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
  131. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -0
  132. package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -0
  133. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  134. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  135. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  136. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  137. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  138. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  139. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  140. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  141. package/dist-types/commands/index.d.ts +3 -0
  142. package/dist-types/models/models_0.d.ts +1 -0
  143. package/dist-types/models/models_1.d.ts +161 -150
  144. package/dist-types/models/models_2.d.ts +179 -95
  145. package/dist-types/models/models_3.d.ts +100 -258
  146. package/dist-types/models/models_4.d.ts +400 -602
  147. package/dist-types/models/models_5.d.ts +576 -200
  148. package/dist-types/models/models_6.d.ts +232 -205
  149. package/dist-types/models/models_7.d.ts +233 -4
  150. package/dist-types/protocols/Aws_ec2.d.ts +27 -0
  151. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  152. package/dist-types/runtimeConfig.d.ts +1 -1
  153. package/dist-types/runtimeConfig.native.d.ts +1 -1
  154. package/dist-types/ts3.4/EC2.d.ts +70 -0
  155. package/dist-types/ts3.4/EC2Client.d.ts +20 -2
  156. package/dist-types/ts3.4/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +40 -0
  157. package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +40 -0
  158. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +2 -4
  159. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +2 -4
  163. package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +42 -0
  165. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -4
  166. package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +2 -4
  168. package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +4 -2
  171. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +2 -4
  172. package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  176. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  177. package/dist-types/ts3.4/models/models_1.d.ts +37 -45
  178. package/dist-types/ts3.4/models/models_2.d.ts +56 -32
  179. package/dist-types/ts3.4/models/models_3.d.ts +30 -63
  180. package/dist-types/ts3.4/models/models_4.d.ts +77 -101
  181. package/dist-types/ts3.4/models/models_5.d.ts +105 -60
  182. package/dist-types/ts3.4/models/models_6.d.ts +70 -53
  183. package/dist-types/ts3.4/models/models_7.d.ts +62 -7
  184. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
  185. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  186. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  187. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  188. package/package.json +25 -25
@@ -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
@@ -514,6 +659,11 @@ export interface CreatePublicIpv4PoolRequest {
514
659
  * @public
515
660
  */
516
661
  TagSpecifications?: TagSpecification[];
662
+ /**
663
+ * <p>The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is assigned to is in. Defaults to an AZ network border group. For more information on available Local Zones, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail">Local Zone availability</a> in the <i>Amazon EC2 User Guide</i>.</p>
664
+ * @public
665
+ */
666
+ NetworkBorderGroup?: string;
517
667
  }
518
668
  /**
519
669
  * @public
@@ -7473,6 +7623,33 @@ export interface DeleteIpamResult {
7473
7623
  */
7474
7624
  Ipam?: Ipam;
7475
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
+ }
7476
7653
  /**
7477
7654
  * @public
7478
7655
  */
@@ -7824,99 +8001,6 @@ export interface DeleteLocalGatewayRouteTableRequest {
7824
8001
  */
7825
8002
  DryRun?: boolean;
7826
8003
  }
7827
- /**
7828
- * @public
7829
- */
7830
- export interface DeleteLocalGatewayRouteTableResult {
7831
- /**
7832
- * <p>Information about the local gateway route table.</p>
7833
- * @public
7834
- */
7835
- LocalGatewayRouteTable?: LocalGatewayRouteTable;
7836
- }
7837
- /**
7838
- * @public
7839
- */
7840
- export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest {
7841
- /**
7842
- * <p>
7843
- * The ID of the local gateway route table virtual interface group association.
7844
- * </p>
7845
- * @public
7846
- */
7847
- LocalGatewayRouteTableVirtualInterfaceGroupAssociationId: string | undefined;
7848
- /**
7849
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7850
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7851
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7852
- * @public
7853
- */
7854
- DryRun?: boolean;
7855
- }
7856
- /**
7857
- * @public
7858
- */
7859
- export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult {
7860
- /**
7861
- * <p>Information about the association.</p>
7862
- * @public
7863
- */
7864
- LocalGatewayRouteTableVirtualInterfaceGroupAssociation?: LocalGatewayRouteTableVirtualInterfaceGroupAssociation;
7865
- }
7866
- /**
7867
- * @public
7868
- */
7869
- export interface DeleteLocalGatewayRouteTableVpcAssociationRequest {
7870
- /**
7871
- * <p>The ID of the association.</p>
7872
- * @public
7873
- */
7874
- LocalGatewayRouteTableVpcAssociationId: string | undefined;
7875
- /**
7876
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7877
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7878
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7879
- * @public
7880
- */
7881
- DryRun?: boolean;
7882
- }
7883
- /**
7884
- * @public
7885
- */
7886
- export interface DeleteLocalGatewayRouteTableVpcAssociationResult {
7887
- /**
7888
- * <p>Information about the association.</p>
7889
- * @public
7890
- */
7891
- LocalGatewayRouteTableVpcAssociation?: LocalGatewayRouteTableVpcAssociation;
7892
- }
7893
- /**
7894
- * @public
7895
- */
7896
- export interface DeleteManagedPrefixListRequest {
7897
- /**
7898
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7899
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7900
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7901
- * @public
7902
- */
7903
- DryRun?: boolean;
7904
- /**
7905
- * <p>The ID of the prefix list.</p>
7906
- * @public
7907
- */
7908
- PrefixListId: string | undefined;
7909
- }
7910
- /**
7911
- * @public
7912
- */
7913
- export interface DeleteManagedPrefixListResult {
7914
- /**
7915
- * <p>Information about the prefix list.</p>
7916
- * @public
7917
- */
7918
- PrefixList?: ManagedPrefixList;
7919
- }
7920
8004
  /**
7921
8005
  * @internal
7922
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
  */
@@ -266,6 +359,11 @@ export interface DeletePublicIpv4PoolRequest {
266
359
  * @public
267
360
  */
268
361
  PoolId: string | undefined;
362
+ /**
363
+ * <p>The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is assigned to is in. Defaults to an AZ network border group. For more information on available Local Zones, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail">Local Zone availability</a> in the <i>Amazon EC2 User Guide</i>.</p>
364
+ * @public
365
+ */
366
+ NetworkBorderGroup?: string;
269
367
  }
270
368
  /**
271
369
  * @public
@@ -8052,250 +8150,6 @@ export interface Image {
8052
8150
  */
8053
8151
  LastLaunchedTime?: string;
8054
8152
  }
8055
- /**
8056
- * @public
8057
- */
8058
- export interface DescribeImagesResult {
8059
- /**
8060
- * <p>Information about the images.</p>
8061
- * @public
8062
- */
8063
- Images?: Image[];
8064
- /**
8065
- * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
8066
- * are no more items to return.</p>
8067
- * @public
8068
- */
8069
- NextToken?: string;
8070
- }
8071
- /**
8072
- * @public
8073
- */
8074
- export interface DescribeImportImageTasksRequest {
8075
- /**
8076
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8077
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8078
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8079
- * @public
8080
- */
8081
- DryRun?: boolean;
8082
- /**
8083
- * <p>Filter tasks using the <code>task-state</code> filter and one of the following values: <code>active</code>,
8084
- * <code>completed</code>, <code>deleting</code>, or <code>deleted</code>.</p>
8085
- * @public
8086
- */
8087
- Filters?: Filter[];
8088
- /**
8089
- * <p>The IDs of the import image tasks.</p>
8090
- * @public
8091
- */
8092
- ImportTaskIds?: string[];
8093
- /**
8094
- * <p>The maximum number of results to return in a single call.</p>
8095
- * @public
8096
- */
8097
- MaxResults?: number;
8098
- /**
8099
- * <p>A token that indicates the next page of results.</p>
8100
- * @public
8101
- */
8102
- NextToken?: string;
8103
- }
8104
- /**
8105
- * <p> The response information for license configurations.</p>
8106
- * @public
8107
- */
8108
- export interface ImportImageLicenseConfigurationResponse {
8109
- /**
8110
- * <p>The ARN of a license configuration.</p>
8111
- * @public
8112
- */
8113
- LicenseConfigurationArn?: string;
8114
- }
8115
- /**
8116
- * <p>Describes the Amazon S3 bucket for the disk image.</p>
8117
- * @public
8118
- */
8119
- export interface UserBucketDetails {
8120
- /**
8121
- * <p>The Amazon S3 bucket from which the disk image was created.</p>
8122
- * @public
8123
- */
8124
- S3Bucket?: string;
8125
- /**
8126
- * <p>The file name of the disk image.</p>
8127
- * @public
8128
- */
8129
- S3Key?: string;
8130
- }
8131
- /**
8132
- * <p>Describes the snapshot created from the imported disk.</p>
8133
- * @public
8134
- */
8135
- export interface SnapshotDetail {
8136
- /**
8137
- * <p>A description for the snapshot.</p>
8138
- * @public
8139
- */
8140
- Description?: string;
8141
- /**
8142
- * <p>The block device mapping for the snapshot.</p>
8143
- * @public
8144
- */
8145
- DeviceName?: string;
8146
- /**
8147
- * <p>The size of the disk in the snapshot, in GiB.</p>
8148
- * @public
8149
- */
8150
- DiskImageSize?: number;
8151
- /**
8152
- * <p>The format of the disk image from which the snapshot is created.</p>
8153
- * @public
8154
- */
8155
- Format?: string;
8156
- /**
8157
- * <p>The percentage of progress for the task.</p>
8158
- * @public
8159
- */
8160
- Progress?: string;
8161
- /**
8162
- * <p>The snapshot ID of the disk being imported.</p>
8163
- * @public
8164
- */
8165
- SnapshotId?: string;
8166
- /**
8167
- * <p>A brief status of the snapshot creation.</p>
8168
- * @public
8169
- */
8170
- Status?: string;
8171
- /**
8172
- * <p>A detailed status message for the snapshot creation.</p>
8173
- * @public
8174
- */
8175
- StatusMessage?: string;
8176
- /**
8177
- * <p>The URL used to access the disk image.</p>
8178
- * @public
8179
- */
8180
- Url?: string;
8181
- /**
8182
- * <p>The Amazon S3 bucket for the disk image.</p>
8183
- * @public
8184
- */
8185
- UserBucket?: UserBucketDetails;
8186
- }
8187
- /**
8188
- * <p>Describes an import image task.</p>
8189
- * @public
8190
- */
8191
- export interface ImportImageTask {
8192
- /**
8193
- * <p>The architecture of the virtual machine.</p>
8194
- * <p>Valid values: <code>i386</code> | <code>x86_64</code> | <code>arm64</code>
8195
- * </p>
8196
- * @public
8197
- */
8198
- Architecture?: string;
8199
- /**
8200
- * <p>A description of the import task.</p>
8201
- * @public
8202
- */
8203
- Description?: string;
8204
- /**
8205
- * <p>Indicates whether the image is encrypted.</p>
8206
- * @public
8207
- */
8208
- Encrypted?: boolean;
8209
- /**
8210
- * <p>The target hypervisor for the import task.</p>
8211
- * <p>Valid values: <code>xen</code>
8212
- * </p>
8213
- * @public
8214
- */
8215
- Hypervisor?: string;
8216
- /**
8217
- * <p>The ID of the Amazon Machine Image (AMI) of the imported virtual machine.</p>
8218
- * @public
8219
- */
8220
- ImageId?: string;
8221
- /**
8222
- * <p>The ID of the import image task.</p>
8223
- * @public
8224
- */
8225
- ImportTaskId?: string;
8226
- /**
8227
- * <p>The identifier for the KMS key that was used to create the encrypted image.</p>
8228
- * @public
8229
- */
8230
- KmsKeyId?: string;
8231
- /**
8232
- * <p>The license type of the virtual machine.</p>
8233
- * @public
8234
- */
8235
- LicenseType?: string;
8236
- /**
8237
- * <p>The description string for the import image task.</p>
8238
- * @public
8239
- */
8240
- Platform?: string;
8241
- /**
8242
- * <p>The percentage of progress of the import image task.</p>
8243
- * @public
8244
- */
8245
- Progress?: string;
8246
- /**
8247
- * <p>Information about the snapshots.</p>
8248
- * @public
8249
- */
8250
- SnapshotDetails?: SnapshotDetail[];
8251
- /**
8252
- * <p>A brief status for the import image task.</p>
8253
- * @public
8254
- */
8255
- Status?: string;
8256
- /**
8257
- * <p>A descriptive status message for the import image task.</p>
8258
- * @public
8259
- */
8260
- StatusMessage?: string;
8261
- /**
8262
- * <p>The tags for the import image task.</p>
8263
- * @public
8264
- */
8265
- Tags?: Tag[];
8266
- /**
8267
- * <p>The ARNs of the license configurations that are associated with the import image task.</p>
8268
- * @public
8269
- */
8270
- LicenseSpecifications?: ImportImageLicenseConfigurationResponse[];
8271
- /**
8272
- * <p>The usage operation value.</p>
8273
- * @public
8274
- */
8275
- UsageOperation?: string;
8276
- /**
8277
- * <p>The boot mode of the virtual machine.</p>
8278
- * @public
8279
- */
8280
- BootMode?: BootModeValues;
8281
- }
8282
- /**
8283
- * @public
8284
- */
8285
- export interface DescribeImportImageTasksResult {
8286
- /**
8287
- * <p>A list of zero or more import image tasks that are currently active or were completed or canceled in the
8288
- * previous 7 days.</p>
8289
- * @public
8290
- */
8291
- ImportImageTasks?: ImportImageTask[];
8292
- /**
8293
- * <p>The token to use to get the next page of results. This value is <code>null</code> when there are no more results
8294
- * to return.</p>
8295
- * @public
8296
- */
8297
- NextToken?: string;
8298
- }
8299
8153
  /**
8300
8154
  * @internal
8301
8155
  */
@@ -8328,15 +8182,3 @@ export declare const ConversionTaskFilterSensitiveLog: (obj: ConversionTask) =>
8328
8182
  * @internal
8329
8183
  */
8330
8184
  export declare const DescribeConversionTasksResultFilterSensitiveLog: (obj: DescribeConversionTasksResult) => any;
8331
- /**
8332
- * @internal
8333
- */
8334
- export declare const SnapshotDetailFilterSensitiveLog: (obj: SnapshotDetail) => any;
8335
- /**
8336
- * @internal
8337
- */
8338
- export declare const ImportImageTaskFilterSensitiveLog: (obj: ImportImageTask) => any;
8339
- /**
8340
- * @internal
8341
- */
8342
- export declare const DescribeImportImageTasksResultFilterSensitiveLog: (obj: DescribeImportImageTasksResult) => any;