@aws-sdk/client-ec2 3.452.0 → 3.454.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 (223) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/EC2.js +12 -0
  3. package/dist-cjs/commands/AssociateIpamByoasnCommand.js +51 -0
  4. package/dist-cjs/commands/DeprovisionIpamByoasnCommand.js +51 -0
  5. package/dist-cjs/commands/DescribeImportSnapshotTasksCommand.js +2 -2
  6. package/dist-cjs/commands/DescribeIpamByoasnCommand.js +51 -0
  7. package/dist-cjs/commands/DisassociateIpamByoasnCommand.js +51 -0
  8. package/dist-cjs/commands/GetIpamDiscoveredPublicAddressesCommand.js +51 -0
  9. package/dist-cjs/commands/GetLaunchTemplateDataCommand.js +2 -2
  10. package/dist-cjs/commands/GetPasswordDataCommand.js +2 -2
  11. package/dist-cjs/commands/ProvisionIpamByoasnCommand.js +51 -0
  12. package/dist-cjs/commands/RequestSpotFleetCommand.js +2 -2
  13. package/dist-cjs/commands/index.js +6 -0
  14. package/dist-cjs/models/models_0.js +12 -8
  15. package/dist-cjs/models/models_1.js +15 -19
  16. package/dist-cjs/models/models_2.js +19 -2
  17. package/dist-cjs/models/models_3.js +9 -37
  18. package/dist-cjs/models/models_4.js +37 -2
  19. package/dist-cjs/models/models_5.js +24 -20
  20. package/dist-cjs/models/models_6.js +20 -29
  21. package/dist-cjs/models/models_7.js +29 -3
  22. package/dist-cjs/protocols/Aws_ec2.js +814 -25
  23. package/dist-es/EC2.js +12 -0
  24. package/dist-es/commands/AssociateIpamByoasnCommand.js +47 -0
  25. package/dist-es/commands/DeprovisionIpamByoasnCommand.js +47 -0
  26. package/dist-es/commands/DescribeImportSnapshotTasksCommand.js +1 -1
  27. package/dist-es/commands/DescribeIpamByoasnCommand.js +47 -0
  28. package/dist-es/commands/DisassociateIpamByoasnCommand.js +47 -0
  29. package/dist-es/commands/GetIpamDiscoveredPublicAddressesCommand.js +47 -0
  30. package/dist-es/commands/GetLaunchTemplateDataCommand.js +1 -1
  31. package/dist-es/commands/GetPasswordDataCommand.js +1 -1
  32. package/dist-es/commands/ProvisionIpamByoasnCommand.js +47 -0
  33. package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
  34. package/dist-es/commands/index.js +6 -0
  35. package/dist-es/models/models_0.js +10 -6
  36. package/dist-es/models/models_1.js +13 -17
  37. package/dist-es/models/models_2.js +17 -0
  38. package/dist-es/models/models_3.js +8 -32
  39. package/dist-es/models/models_4.js +32 -0
  40. package/dist-es/models/models_5.js +23 -17
  41. package/dist-es/models/models_6.js +18 -27
  42. package/dist-es/models/models_7.js +26 -2
  43. package/dist-es/protocols/Aws_ec2.js +777 -0
  44. package/dist-types/EC2.d.ts +42 -0
  45. package/dist-types/EC2Client.d.ts +8 -2
  46. package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +9 -0
  47. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +4 -1
  48. package/dist-types/commands/AssociateIpamByoasnCommand.d.ts +83 -0
  49. package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +4 -2
  50. package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +1 -5
  51. package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +1 -2
  52. package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +3 -2
  53. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +2 -1
  54. package/dist-types/commands/CreateIpamCommand.d.ts +3 -0
  55. package/dist-types/commands/CreateIpamPoolCommand.d.ts +12 -0
  56. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +5 -0
  57. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +10 -0
  58. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +12 -1
  59. package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateSubnetCommand.d.ts +6 -2
  61. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +4 -2
  63. package/dist-types/commands/CreateVpcCommand.d.ts +4 -3
  64. package/dist-types/commands/DeleteIpamCommand.d.ts +2 -0
  65. package/dist-types/commands/DeleteIpamPoolCommand.d.ts +7 -0
  66. package/dist-types/commands/DeleteNatGatewayCommand.d.ts +2 -1
  67. package/dist-types/commands/DeleteNetworkAclCommand.d.ts +1 -1
  68. package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
  69. package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  70. package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
  71. package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
  72. package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
  73. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
  74. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +2 -1
  75. package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +8 -0
  76. package/dist-types/commands/DeprovisionIpamByoasnCommand.d.ts +81 -0
  77. package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +8 -0
  78. package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +2 -1
  79. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
  80. package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
  81. package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
  82. package/dist-types/commands/DescribeInstancesCommand.d.ts +5 -0
  83. package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +83 -0
  84. package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +6 -0
  85. package/dist-types/commands/DescribeIpamsCommand.d.ts +2 -0
  86. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +5 -0
  87. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +5 -0
  88. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +5 -0
  89. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +5 -0
  90. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  91. package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
  92. package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
  93. package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
  94. package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
  95. package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
  96. package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
  97. package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -2
  98. package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -5
  99. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
  100. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +2 -1
  101. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +3 -2
  102. package/dist-types/commands/DisassociateIpamByoasnCommand.d.ts +81 -0
  103. package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -5
  104. package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +121 -0
  105. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
  106. package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  107. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +3 -3
  108. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +6 -1
  109. package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  110. package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  111. package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
  112. package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
  113. package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
  114. package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  115. package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
  116. package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
  117. package/dist-types/commands/ModifyIpamCommand.d.ts +3 -0
  118. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +6 -0
  119. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  120. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +5 -0
  121. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  122. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +5 -1
  123. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +8 -0
  124. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +8 -0
  125. package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +84 -0
  126. package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  127. package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  128. package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  129. package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
  130. package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
  131. package/dist-types/commands/ReleaseAddressCommand.d.ts +1 -1
  132. package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
  133. package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  134. package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
  135. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  136. package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  137. package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
  138. package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  139. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  140. package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  141. package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
  142. package/dist-types/commands/RequestSpotFleetCommand.d.ts +6 -1
  143. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +10 -0
  144. package/dist-types/commands/RunInstancesCommand.d.ts +10 -0
  145. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +8 -0
  146. package/dist-types/commands/index.d.ts +6 -0
  147. package/dist-types/models/models_0.d.ts +113 -75
  148. package/dist-types/models/models_1.d.ts +267 -331
  149. package/dist-types/models/models_2.d.ts +374 -167
  150. package/dist-types/models/models_3.d.ts +243 -504
  151. package/dist-types/models/models_4.d.ts +1058 -1143
  152. package/dist-types/models/models_5.d.ts +4030 -3824
  153. package/dist-types/models/models_6.d.ts +4384 -4392
  154. package/dist-types/models/models_7.d.ts +826 -5
  155. package/dist-types/protocols/Aws_ec2.d.ts +54 -0
  156. package/dist-types/ts3.4/EC2.d.ts +102 -0
  157. package/dist-types/ts3.4/EC2Client.d.ts +36 -0
  158. package/dist-types/ts3.4/commands/AssociateIpamByoasnCommand.d.ts +39 -0
  159. package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +2 -4
  160. package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +2 -4
  161. package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +2 -4
  163. package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  166. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/DeprovisionIpamByoasnCommand.d.ts +42 -0
  170. package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +2 -4
  171. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/DescribeIpamByoasnCommand.d.ts +39 -0
  175. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +4 -2
  183. package/dist-types/ts3.4/commands/DisassociateIpamByoasnCommand.d.ts +42 -0
  184. package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +42 -0
  185. package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +39 -0
  196. package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  214. package/dist-types/ts3.4/models/models_0.d.ts +33 -22
  215. package/dist-types/ts3.4/models/models_1.d.ts +66 -88
  216. package/dist-types/ts3.4/models/models_2.d.ts +101 -42
  217. package/dist-types/ts3.4/models/models_3.d.ts +65 -121
  218. package/dist-types/ts3.4/models/models_4.d.ts +141 -119
  219. package/dist-types/ts3.4/models/models_5.d.ts +197 -175
  220. package/dist-types/ts3.4/models/models_6.d.ts +202 -210
  221. package/dist-types/ts3.4/models/models_7.d.ts +206 -6
  222. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
  223. package/package.json +2 -2
@@ -1,5 +1,339 @@
1
- import { ApplianceModeSupportValue, CarrierGateway, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, InstanceEventWindowState, Ipv6SupportValue, ReservedInstancesListing, RouteTableAssociationState, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UnsuccessfulItem, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment, VpcAttachment, VpcPeeringConnection } from "./models_0";
2
- import { ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, Ec2InstanceConnectEndpoint, GatewayType, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
1
+ import { ApplianceModeSupportValue, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, InstanceEventWindowState, Ipv4PrefixSpecification, Ipv6SupportValue, ReservedInstancesListing, RouteTableAssociationState, 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, NetworkInterfaceIpv6Address, NetworkInterfaceType, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
3
+ /**
4
+ * @public
5
+ * <p>Describes the IPv6 prefix.</p>
6
+ */
7
+ export interface Ipv6PrefixSpecification {
8
+ /**
9
+ * @public
10
+ * <p>The IPv6 prefix.</p>
11
+ */
12
+ Ipv6Prefix?: string;
13
+ }
14
+ /**
15
+ * @public
16
+ * <p>Describes the private IPv4 address of a network interface.</p>
17
+ */
18
+ export interface NetworkInterfacePrivateIpAddress {
19
+ /**
20
+ * @public
21
+ * <p>The association information for an Elastic IP address (IPv4) associated with the network interface.</p>
22
+ */
23
+ Association?: NetworkInterfaceAssociation;
24
+ /**
25
+ * @public
26
+ * <p>Indicates whether this IPv4 address is the primary private IPv4 address of the network interface.</p>
27
+ */
28
+ Primary?: boolean;
29
+ /**
30
+ * @public
31
+ * <p>The private DNS name.</p>
32
+ */
33
+ PrivateDnsName?: string;
34
+ /**
35
+ * @public
36
+ * <p>The private IPv4 address.</p>
37
+ */
38
+ PrivateIpAddress?: string;
39
+ }
40
+ /**
41
+ * @public
42
+ * @enum
43
+ */
44
+ export declare const NetworkInterfaceStatus: {
45
+ readonly associated: "associated";
46
+ readonly attaching: "attaching";
47
+ readonly available: "available";
48
+ readonly detaching: "detaching";
49
+ readonly in_use: "in-use";
50
+ };
51
+ /**
52
+ * @public
53
+ */
54
+ export type NetworkInterfaceStatus = (typeof NetworkInterfaceStatus)[keyof typeof NetworkInterfaceStatus];
55
+ /**
56
+ * @public
57
+ * <p>Describes a network interface.</p>
58
+ */
59
+ export interface NetworkInterface {
60
+ /**
61
+ * @public
62
+ * <p>The association information for an Elastic IP address (IPv4) associated with the network interface.</p>
63
+ */
64
+ Association?: NetworkInterfaceAssociation;
65
+ /**
66
+ * @public
67
+ * <p>The network interface attachment.</p>
68
+ */
69
+ Attachment?: NetworkInterfaceAttachment;
70
+ /**
71
+ * @public
72
+ * <p>The Availability Zone.</p>
73
+ */
74
+ AvailabilityZone?: string;
75
+ /**
76
+ * @public
77
+ * <p>A security group connection tracking configuration that enables you to set the timeout for connection tracking on an Elastic network interface. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Connection tracking timeouts</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
78
+ */
79
+ ConnectionTrackingConfiguration?: ConnectionTrackingConfiguration;
80
+ /**
81
+ * @public
82
+ * <p>A description.</p>
83
+ */
84
+ Description?: string;
85
+ /**
86
+ * @public
87
+ * <p>Any security groups for the network interface.</p>
88
+ */
89
+ Groups?: GroupIdentifier[];
90
+ /**
91
+ * @public
92
+ * <p>The type of network interface.</p>
93
+ */
94
+ InterfaceType?: NetworkInterfaceType;
95
+ /**
96
+ * @public
97
+ * <p>The IPv6 addresses associated with the network interface.</p>
98
+ */
99
+ Ipv6Addresses?: NetworkInterfaceIpv6Address[];
100
+ /**
101
+ * @public
102
+ * <p>The MAC address.</p>
103
+ */
104
+ MacAddress?: string;
105
+ /**
106
+ * @public
107
+ * <p>The ID of the network interface.</p>
108
+ */
109
+ NetworkInterfaceId?: string;
110
+ /**
111
+ * @public
112
+ * <p>The Amazon Resource Name (ARN) of the Outpost.</p>
113
+ */
114
+ OutpostArn?: string;
115
+ /**
116
+ * @public
117
+ * <p>The Amazon Web Services account ID of the owner of the network interface.</p>
118
+ */
119
+ OwnerId?: string;
120
+ /**
121
+ * @public
122
+ * <p>The private DNS name.</p>
123
+ */
124
+ PrivateDnsName?: string;
125
+ /**
126
+ * @public
127
+ * <p>The IPv4 address of the network interface within the subnet.</p>
128
+ */
129
+ PrivateIpAddress?: string;
130
+ /**
131
+ * @public
132
+ * <p>The private IPv4 addresses associated with the network interface.</p>
133
+ */
134
+ PrivateIpAddresses?: NetworkInterfacePrivateIpAddress[];
135
+ /**
136
+ * @public
137
+ * <p>The IPv4 prefixes that are assigned to the network interface.</p>
138
+ */
139
+ Ipv4Prefixes?: Ipv4PrefixSpecification[];
140
+ /**
141
+ * @public
142
+ * <p>The IPv6 prefixes that are assigned to the network interface.</p>
143
+ */
144
+ Ipv6Prefixes?: Ipv6PrefixSpecification[];
145
+ /**
146
+ * @public
147
+ * <p>The alias or Amazon Web Services account ID of the principal or service that created the network interface.</p>
148
+ */
149
+ RequesterId?: string;
150
+ /**
151
+ * @public
152
+ * <p>Indicates whether the network interface is being managed by Amazon Web Services.</p>
153
+ */
154
+ RequesterManaged?: boolean;
155
+ /**
156
+ * @public
157
+ * <p>Indicates whether source/destination checking is enabled.</p>
158
+ */
159
+ SourceDestCheck?: boolean;
160
+ /**
161
+ * @public
162
+ * <p>The status of the network interface.</p>
163
+ */
164
+ Status?: NetworkInterfaceStatus;
165
+ /**
166
+ * @public
167
+ * <p>The ID of the subnet.</p>
168
+ */
169
+ SubnetId?: string;
170
+ /**
171
+ * @public
172
+ * <p>Any tags assigned to the network interface.</p>
173
+ */
174
+ TagSet?: Tag[];
175
+ /**
176
+ * @public
177
+ * <p>The ID of the VPC.</p>
178
+ */
179
+ VpcId?: string;
180
+ /**
181
+ * @public
182
+ * <p>Indicates whether a network interface with an IPv6 address is unreachable from the
183
+ * public internet. If the value is <code>true</code>, inbound traffic from the internet
184
+ * is dropped and you cannot assign an elastic IP address to the network interface. The
185
+ * network interface is reachable from peered VPCs and resources connected through a
186
+ * transit gateway, including on-premises networks.</p>
187
+ */
188
+ DenyAllIgwTraffic?: boolean;
189
+ /**
190
+ * @public
191
+ * <p>Indicates whether this is an IPv6 only network interface.</p>
192
+ */
193
+ Ipv6Native?: boolean;
194
+ /**
195
+ * @public
196
+ * <p>The IPv6 globally unique address associated with the network interface.</p>
197
+ */
198
+ Ipv6Address?: string;
199
+ }
200
+ /**
201
+ * @public
202
+ */
203
+ export interface CreateNetworkInterfaceResult {
204
+ /**
205
+ * @public
206
+ * <p>Information about the network interface.</p>
207
+ */
208
+ NetworkInterface?: NetworkInterface;
209
+ /**
210
+ * @public
211
+ * <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>
212
+ */
213
+ ClientToken?: string;
214
+ }
215
+ /**
216
+ * @public
217
+ * @enum
218
+ */
219
+ export declare const InterfacePermissionType: {
220
+ readonly EIP_ASSOCIATE: "EIP-ASSOCIATE";
221
+ readonly INSTANCE_ATTACH: "INSTANCE-ATTACH";
222
+ };
223
+ /**
224
+ * @public
225
+ */
226
+ export type InterfacePermissionType = (typeof InterfacePermissionType)[keyof typeof InterfacePermissionType];
227
+ /**
228
+ * @public
229
+ * <p>Contains the parameters for CreateNetworkInterfacePermission.</p>
230
+ */
231
+ export interface CreateNetworkInterfacePermissionRequest {
232
+ /**
233
+ * @public
234
+ * <p>The ID of the network interface.</p>
235
+ */
236
+ NetworkInterfaceId: string | undefined;
237
+ /**
238
+ * @public
239
+ * <p>The Amazon Web Services account ID.</p>
240
+ */
241
+ AwsAccountId?: string;
242
+ /**
243
+ * @public
244
+ * <p>The Amazon Web Service. Currently not supported.</p>
245
+ */
246
+ AwsService?: string;
247
+ /**
248
+ * @public
249
+ * <p>The type of permission to grant.</p>
250
+ */
251
+ Permission: InterfacePermissionType | undefined;
252
+ /**
253
+ * @public
254
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
255
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
256
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
257
+ */
258
+ DryRun?: boolean;
259
+ }
260
+ /**
261
+ * @public
262
+ * @enum
263
+ */
264
+ export declare const NetworkInterfacePermissionStateCode: {
265
+ readonly granted: "granted";
266
+ readonly pending: "pending";
267
+ readonly revoked: "revoked";
268
+ readonly revoking: "revoking";
269
+ };
270
+ /**
271
+ * @public
272
+ */
273
+ export type NetworkInterfacePermissionStateCode = (typeof NetworkInterfacePermissionStateCode)[keyof typeof NetworkInterfacePermissionStateCode];
274
+ /**
275
+ * @public
276
+ * <p>Describes the state of a network interface permission.</p>
277
+ */
278
+ export interface NetworkInterfacePermissionState {
279
+ /**
280
+ * @public
281
+ * <p>The state of the permission.</p>
282
+ */
283
+ State?: NetworkInterfacePermissionStateCode;
284
+ /**
285
+ * @public
286
+ * <p>A status message, if applicable.</p>
287
+ */
288
+ StatusMessage?: string;
289
+ }
290
+ /**
291
+ * @public
292
+ * <p>Describes a permission for a network interface.</p>
293
+ */
294
+ export interface NetworkInterfacePermission {
295
+ /**
296
+ * @public
297
+ * <p>The ID of the network interface permission.</p>
298
+ */
299
+ NetworkInterfacePermissionId?: string;
300
+ /**
301
+ * @public
302
+ * <p>The ID of the network interface.</p>
303
+ */
304
+ NetworkInterfaceId?: string;
305
+ /**
306
+ * @public
307
+ * <p>The Amazon Web Services account ID.</p>
308
+ */
309
+ AwsAccountId?: string;
310
+ /**
311
+ * @public
312
+ * <p>The Amazon Web Service.</p>
313
+ */
314
+ AwsService?: string;
315
+ /**
316
+ * @public
317
+ * <p>The type of permission.</p>
318
+ */
319
+ Permission?: InterfacePermissionType;
320
+ /**
321
+ * @public
322
+ * <p>Information about the state of the permission.</p>
323
+ */
324
+ PermissionState?: NetworkInterfacePermissionState;
325
+ }
326
+ /**
327
+ * @public
328
+ * <p>Contains the output of CreateNetworkInterfacePermission.</p>
329
+ */
330
+ export interface CreateNetworkInterfacePermissionResult {
331
+ /**
332
+ * @public
333
+ * <p>Information about the permission for the network interface.</p>
334
+ */
335
+ InterfacePermission?: NetworkInterfacePermission;
336
+ }
3
337
  /**
4
338
  * @public
5
339
  * @enum
@@ -1422,9 +1756,8 @@ export interface CreateSubnetRequest {
1422
1756
  CidrBlock?: string;
1423
1757
  /**
1424
1758
  * @public
1425
- * <p>The IPv6 network range for the subnet, in CIDR notation. The subnet size must use a
1426
- * /64 prefix length.</p>
1427
- * <p>This parameter is required for an IPv6 only subnet.</p>
1759
+ * <p>The IPv6 network range for the subnet, in CIDR notation. This parameter is required
1760
+ * for an IPv6 only subnet.</p>
1428
1761
  */
1429
1762
  Ipv6CidrBlock?: string;
1430
1763
  /**
@@ -1450,6 +1783,26 @@ export interface CreateSubnetRequest {
1450
1783
  * <p>Indicates whether to create an IPv6 only subnet.</p>
1451
1784
  */
1452
1785
  Ipv6Native?: boolean;
1786
+ /**
1787
+ * @public
1788
+ * <p>An IPv4 IPAM pool ID for the subnet.</p>
1789
+ */
1790
+ Ipv4IpamPoolId?: string;
1791
+ /**
1792
+ * @public
1793
+ * <p>An IPv4 netmask length for the subnet.</p>
1794
+ */
1795
+ Ipv4NetmaskLength?: number;
1796
+ /**
1797
+ * @public
1798
+ * <p>An IPv6 IPAM pool ID for the subnet.</p>
1799
+ */
1800
+ Ipv6IpamPoolId?: string;
1801
+ /**
1802
+ * @public
1803
+ * <p>An IPv6 netmask length for the subnet.</p>
1804
+ */
1805
+ Ipv6NetmaskLength?: number;
1453
1806
  }
1454
1807
  /**
1455
1808
  * @public
@@ -4101,6 +4454,13 @@ export interface CreateVerifiedAccessTrustProviderDeviceOptions {
4101
4454
  * <p>The ID of the tenant application with the device-identity provider.</p>
4102
4455
  */
4103
4456
  TenantId?: string;
4457
+ /**
4458
+ * @public
4459
+ * <p>
4460
+ * The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.
4461
+ * </p>
4462
+ */
4463
+ PublicSigningKeyUrl?: string;
4104
4464
  }
4105
4465
  /**
4106
4466
  * @public
@@ -7048,6 +7408,15 @@ export interface DeleteIpamPoolRequest {
7048
7408
  * <p>The ID of the pool to delete.</p>
7049
7409
  */
7050
7410
  IpamPoolId: string | undefined;
7411
+ /**
7412
+ * @public
7413
+ * <p>Enables you to quickly delete an IPAM pool and all resources within that pool, including
7414
+ * provisioned CIDRs, allocations, and other pools.</p>
7415
+ * <important>
7416
+ * <p>You can only use this option to delete pools in the private scope or pools in the public scope with a source resource. A source resource is a resource used to provision CIDRs to a resource planning pool.</p>
7417
+ * </important>
7418
+ */
7419
+ Cascade?: boolean;
7051
7420
  }
7052
7421
  /**
7053
7422
  * @public
@@ -7484,168 +7853,6 @@ export interface DeleteNatGatewayRequest {
7484
7853
  */
7485
7854
  NatGatewayId: string | undefined;
7486
7855
  }
7487
- /**
7488
- * @public
7489
- */
7490
- export interface DeleteNatGatewayResult {
7491
- /**
7492
- * @public
7493
- * <p>The ID of the NAT gateway.</p>
7494
- */
7495
- NatGatewayId?: string;
7496
- }
7497
- /**
7498
- * @public
7499
- */
7500
- export interface DeleteNetworkAclRequest {
7501
- /**
7502
- * @public
7503
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7504
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7505
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7506
- */
7507
- DryRun?: boolean;
7508
- /**
7509
- * @public
7510
- * <p>The ID of the network ACL.</p>
7511
- */
7512
- NetworkAclId: string | undefined;
7513
- }
7514
- /**
7515
- * @public
7516
- */
7517
- export interface DeleteNetworkAclEntryRequest {
7518
- /**
7519
- * @public
7520
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7521
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7522
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7523
- */
7524
- DryRun?: boolean;
7525
- /**
7526
- * @public
7527
- * <p>Indicates whether the rule is an egress rule.</p>
7528
- */
7529
- Egress: boolean | undefined;
7530
- /**
7531
- * @public
7532
- * <p>The ID of the network ACL.</p>
7533
- */
7534
- NetworkAclId: string | undefined;
7535
- /**
7536
- * @public
7537
- * <p>The rule number of the entry to delete.</p>
7538
- */
7539
- RuleNumber: number | undefined;
7540
- }
7541
- /**
7542
- * @public
7543
- */
7544
- export interface DeleteNetworkInsightsAccessScopeRequest {
7545
- /**
7546
- * @public
7547
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7548
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7549
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7550
- */
7551
- DryRun?: boolean;
7552
- /**
7553
- * @public
7554
- * <p>The ID of the Network Access Scope.</p>
7555
- */
7556
- NetworkInsightsAccessScopeId: string | undefined;
7557
- }
7558
- /**
7559
- * @public
7560
- */
7561
- export interface DeleteNetworkInsightsAccessScopeResult {
7562
- /**
7563
- * @public
7564
- * <p>The ID of the Network Access Scope.</p>
7565
- */
7566
- NetworkInsightsAccessScopeId?: string;
7567
- }
7568
- /**
7569
- * @public
7570
- */
7571
- export interface DeleteNetworkInsightsAccessScopeAnalysisRequest {
7572
- /**
7573
- * @public
7574
- * <p>The ID of the Network Access Scope analysis.</p>
7575
- */
7576
- NetworkInsightsAccessScopeAnalysisId: string | undefined;
7577
- /**
7578
- * @public
7579
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7580
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7581
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7582
- */
7583
- DryRun?: boolean;
7584
- }
7585
- /**
7586
- * @public
7587
- */
7588
- export interface DeleteNetworkInsightsAccessScopeAnalysisResult {
7589
- /**
7590
- * @public
7591
- * <p>The ID of the Network Access Scope analysis.</p>
7592
- */
7593
- NetworkInsightsAccessScopeAnalysisId?: string;
7594
- }
7595
- /**
7596
- * @public
7597
- */
7598
- export interface DeleteNetworkInsightsAnalysisRequest {
7599
- /**
7600
- * @public
7601
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7602
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7603
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7604
- */
7605
- DryRun?: boolean;
7606
- /**
7607
- * @public
7608
- * <p>The ID of the network insights analysis.</p>
7609
- */
7610
- NetworkInsightsAnalysisId: string | undefined;
7611
- }
7612
- /**
7613
- * @public
7614
- */
7615
- export interface DeleteNetworkInsightsAnalysisResult {
7616
- /**
7617
- * @public
7618
- * <p>The ID of the network insights analysis.</p>
7619
- */
7620
- NetworkInsightsAnalysisId?: string;
7621
- }
7622
- /**
7623
- * @public
7624
- */
7625
- export interface DeleteNetworkInsightsPathRequest {
7626
- /**
7627
- * @public
7628
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7629
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7630
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7631
- */
7632
- DryRun?: boolean;
7633
- /**
7634
- * @public
7635
- * <p>The ID of the path.</p>
7636
- */
7637
- NetworkInsightsPathId: string | undefined;
7638
- }
7639
- /**
7640
- * @public
7641
- */
7642
- export interface DeleteNetworkInsightsPathResult {
7643
- /**
7644
- * @public
7645
- * <p>The ID of the path.</p>
7646
- */
7647
- NetworkInsightsPathId?: string;
7648
- }
7649
7856
  /**
7650
7857
  * @internal
7651
7858
  */