@aws-sdk/client-ec2 3.909.0 → 3.911.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 (249) hide show
  1. package/README.md +80 -0
  2. package/dist-cjs/index.js +1715 -465
  3. package/dist-es/EC2.js +20 -0
  4. package/dist-es/commands/CopyVolumesCommand.js +22 -0
  5. package/dist-es/commands/CreateCapacityManagerDataExportCommand.js +22 -0
  6. package/dist-es/commands/DeleteCapacityManagerDataExportCommand.js +22 -0
  7. package/dist-es/commands/DescribeCapacityManagerDataExportsCommand.js +22 -0
  8. package/dist-es/commands/DisableCapacityManagerCommand.js +22 -0
  9. package/dist-es/commands/EnableCapacityManagerCommand.js +22 -0
  10. package/dist-es/commands/GetCapacityManagerAttributesCommand.js +22 -0
  11. package/dist-es/commands/GetCapacityManagerMetricDataCommand.js +22 -0
  12. package/dist-es/commands/GetCapacityManagerMetricDimensionsCommand.js +22 -0
  13. package/dist-es/commands/GetLaunchTemplateDataCommand.js +1 -1
  14. package/dist-es/commands/ModifyVpnConnectionCommand.js +1 -1
  15. package/dist-es/commands/ModifyVpnConnectionOptionsCommand.js +1 -1
  16. package/dist-es/commands/ModifyVpnTunnelCertificateCommand.js +1 -1
  17. package/dist-es/commands/ModifyVpnTunnelOptionsCommand.js +1 -1
  18. package/dist-es/commands/UpdateCapacityManagerOrganizationsAccessCommand.js +22 -0
  19. package/dist-es/commands/index.js +10 -0
  20. package/dist-es/models/models_0.js +1 -0
  21. package/dist-es/models/models_1.js +29 -9
  22. package/dist-es/models/models_2.js +0 -26
  23. package/dist-es/models/models_3.js +13 -9
  24. package/dist-es/models/models_4.js +22 -18
  25. package/dist-es/models/models_5.js +18 -20
  26. package/dist-es/models/models_6.js +129 -57
  27. package/dist-es/models/models_7.js +57 -33
  28. package/dist-es/models/models_8.js +33 -0
  29. package/dist-es/pagination/DescribeCapacityManagerDataExportsPaginator.js +4 -0
  30. package/dist-es/pagination/GetCapacityManagerMetricDataPaginator.js +4 -0
  31. package/dist-es/pagination/GetCapacityManagerMetricDimensionsPaginator.js +4 -0
  32. package/dist-es/pagination/index.js +4 -1
  33. package/dist-es/protocols/Aws_ec2.js +1052 -143
  34. package/dist-types/EC2.d.ts +74 -0
  35. package/dist-types/EC2Client.d.ts +12 -2
  36. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  37. package/dist-types/commands/AllocateAddressCommand.d.ts +21 -5
  38. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  39. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  40. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  41. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  42. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  43. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  44. package/dist-types/commands/CopyVolumesCommand.d.ts +137 -0
  45. package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +93 -0
  46. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  72. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  73. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  85. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  86. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  111. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  112. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  113. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  114. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  115. package/dist-types/commands/CreateVolumeCommand.d.ts +4 -2
  116. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +3 -2
  117. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  118. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  119. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  120. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  121. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  122. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  123. package/dist-types/commands/DeleteCapacityManagerDataExportCommand.d.ts +77 -0
  124. package/dist-types/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +2 -1
  126. package/dist-types/commands/DescribeCapacityManagerDataExportsCommand.d.ts +109 -0
  127. package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -2
  128. package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  130. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  131. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  132. package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +3 -2
  133. package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -0
  134. package/dist-types/commands/DisableCapacityManagerCommand.d.ts +79 -0
  135. package/dist-types/commands/EnableCapacityManagerCommand.d.ts +80 -0
  136. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  137. package/dist-types/commands/GetCapacityManagerAttributesCommand.d.ts +82 -0
  138. package/dist-types/commands/GetCapacityManagerMetricDataCommand.d.ts +129 -0
  139. package/dist-types/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +119 -0
  140. package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +2 -1
  141. package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
  142. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
  143. package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  144. package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
  145. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
  146. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
  147. package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  148. package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  149. package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -2
  150. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  151. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  152. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  153. package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
  154. package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  155. package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
  156. package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  157. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
  158. package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
  159. package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
  160. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
  161. package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -1
  162. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
  163. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  164. package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
  165. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
  166. package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
  167. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  168. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  169. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  170. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  171. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  172. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  173. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  174. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  175. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  176. package/dist-types/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +80 -0
  177. package/dist-types/commands/index.d.ts +10 -0
  178. package/dist-types/models/models_0.d.ts +4 -3
  179. package/dist-types/models/models_1.d.ts +415 -210
  180. package/dist-types/models/models_2.d.ts +187 -333
  181. package/dist-types/models/models_3.d.ts +184 -241
  182. package/dist-types/models/models_4.d.ts +414 -281
  183. package/dist-types/models/models_5.d.ts +275 -293
  184. package/dist-types/models/models_6.d.ts +1596 -1580
  185. package/dist-types/models/models_7.d.ts +4799 -4756
  186. package/dist-types/models/models_8.d.ts +1010 -10
  187. package/dist-types/pagination/DescribeCapacityManagerDataExportsPaginator.d.ts +7 -0
  188. package/dist-types/pagination/GetCapacityManagerMetricDataPaginator.d.ts +7 -0
  189. package/dist-types/pagination/GetCapacityManagerMetricDimensionsPaginator.d.ts +7 -0
  190. package/dist-types/pagination/index.d.ts +4 -1
  191. package/dist-types/protocols/Aws_ec2.d.ts +90 -0
  192. package/dist-types/ts3.4/EC2.d.ts +192 -0
  193. package/dist-types/ts3.4/EC2Client.d.ts +60 -0
  194. package/dist-types/ts3.4/commands/CopyVolumesCommand.d.ts +47 -0
  195. package/dist-types/ts3.4/commands/CreateCapacityManagerDataExportCommand.d.ts +51 -0
  196. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -1
  197. package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -4
  198. package/dist-types/ts3.4/commands/DeleteCapacityManagerDataExportCommand.d.ts +51 -0
  199. package/dist-types/ts3.4/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +2 -4
  201. package/dist-types/ts3.4/commands/DescribeCapacityManagerDataExportsCommand.d.ts +51 -0
  202. package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +4 -2
  203. package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -4
  204. package/dist-types/ts3.4/commands/DisableCapacityManagerCommand.d.ts +51 -0
  205. package/dist-types/ts3.4/commands/EnableCapacityManagerCommand.d.ts +51 -0
  206. package/dist-types/ts3.4/commands/GetCapacityManagerAttributesCommand.d.ts +51 -0
  207. package/dist-types/ts3.4/commands/GetCapacityManagerMetricDataCommand.d.ts +51 -0
  208. package/dist-types/ts3.4/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +51 -0
  209. package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +2 -4
  210. package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
  214. package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
  215. package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  216. package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  217. package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  218. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +4 -2
  219. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
  220. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  221. package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
  222. package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  223. package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
  224. package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
  225. package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
  226. package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
  227. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +1 -1
  228. package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
  229. package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  230. package/dist-types/ts3.4/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
  231. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  232. package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
  233. package/dist-types/ts3.4/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +51 -0
  234. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  235. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  236. package/dist-types/ts3.4/models/models_1.d.ts +88 -47
  237. package/dist-types/ts3.4/models/models_2.d.ts +36 -86
  238. package/dist-types/ts3.4/models/models_3.d.ts +49 -54
  239. package/dist-types/ts3.4/models/models_4.d.ts +92 -76
  240. package/dist-types/ts3.4/models/models_5.d.ts +76 -79
  241. package/dist-types/ts3.4/models/models_6.d.ts +296 -269
  242. package/dist-types/ts3.4/models/models_7.d.ts +268 -237
  243. package/dist-types/ts3.4/models/models_8.d.ts +243 -7
  244. package/dist-types/ts3.4/pagination/DescribeCapacityManagerDataExportsPaginator.d.ts +11 -0
  245. package/dist-types/ts3.4/pagination/GetCapacityManagerMetricDataPaginator.d.ts +11 -0
  246. package/dist-types/ts3.4/pagination/GetCapacityManagerMetricDimensionsPaginator.d.ts +11 -0
  247. package/dist-types/ts3.4/pagination/index.d.ts +4 -1
  248. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +120 -0
  249. package/package.json +35 -35
@@ -1,6 +1,156 @@
1
1
  import { AccountAttribute, AccountAttributeName, Address, AddressAttribute, AddressAttributeName, AddressTransfer, BundleTask, ByoipCidr, InstanceEventWindowState, Tag, TagSpecification, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcAttachment, VpcPeeringConnection } from "./models_0";
2
2
  import { CapacityReservationTenancy, CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, Ec2InstanceConnectEndpoint, GatewayType, IpAddressType, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate } from "./models_1";
3
- import { DnsOptionsSpecification, DnsRecordIpType, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, RouteServer, RouteServerEndpoint, RouteServerPeer, SubnetCidrReservation, SubnetConfiguration, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion, VpcEndpointType } from "./models_2";
3
+ import { InternetGatewayExclusionMode, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, RouteServer, RouteServerEndpoint, RouteServerPeer, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusionState } from "./models_2";
4
+ /**
5
+ * <p>A VPC BPA exclusion is a mode that can be applied to a single VPC or subnet that exempts it from the account’s BPA mode and will allow bidirectional or egress-only access. You can create BPA exclusions for VPCs and subnets even when BPA is not enabled on the account to ensure that there is no traffic disruption to the exclusions when VPC BPA is turned on. To learn more about VPC BPA, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/security-vpc-bpa.html">Block public access to VPCs and subnets</a> in the <i>Amazon VPC User Guide</i>.</p>
6
+ * @public
7
+ */
8
+ export interface VpcBlockPublicAccessExclusion {
9
+ /**
10
+ * <p>The ID of the exclusion.</p>
11
+ * @public
12
+ */
13
+ ExclusionId?: string | undefined;
14
+ /**
15
+ * <p>The exclusion mode for internet gateway traffic.</p>
16
+ * <ul>
17
+ * <li>
18
+ * <p>
19
+ * <code>allow-bidirectional</code>: Allow all internet traffic to and from the excluded VPCs and subnets.</p>
20
+ * </li>
21
+ * <li>
22
+ * <p>
23
+ * <code>allow-egress</code>: Allow outbound internet traffic from the excluded VPCs and subnets. Block inbound internet traffic to the excluded VPCs and subnets. Only applies when VPC Block Public Access is set to Bidirectional.</p>
24
+ * </li>
25
+ * </ul>
26
+ * @public
27
+ */
28
+ InternetGatewayExclusionMode?: InternetGatewayExclusionMode | undefined;
29
+ /**
30
+ * <p>The ARN of the exclusion.</p>
31
+ * @public
32
+ */
33
+ ResourceArn?: string | undefined;
34
+ /**
35
+ * <p>The state of the exclusion.</p>
36
+ * @public
37
+ */
38
+ State?: VpcBlockPublicAccessExclusionState | undefined;
39
+ /**
40
+ * <p>The reason for the current exclusion state.</p>
41
+ * @public
42
+ */
43
+ Reason?: string | undefined;
44
+ /**
45
+ * <p>When the exclusion was created.</p>
46
+ * @public
47
+ */
48
+ CreationTimestamp?: Date | undefined;
49
+ /**
50
+ * <p>When the exclusion was last updated.</p>
51
+ * @public
52
+ */
53
+ LastUpdateTimestamp?: Date | undefined;
54
+ /**
55
+ * <p>When the exclusion was deleted.</p>
56
+ * @public
57
+ */
58
+ DeletionTimestamp?: Date | undefined;
59
+ /**
60
+ * <p>
61
+ * <code>tag</code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
62
+ * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
63
+ * @public
64
+ */
65
+ Tags?: Tag[] | undefined;
66
+ }
67
+ /**
68
+ * @public
69
+ */
70
+ export interface CreateVpcBlockPublicAccessExclusionResult {
71
+ /**
72
+ * <p>Details about an exclusion.</p>
73
+ * @public
74
+ */
75
+ VpcBlockPublicAccessExclusion?: VpcBlockPublicAccessExclusion | undefined;
76
+ }
77
+ /**
78
+ * @public
79
+ * @enum
80
+ */
81
+ export declare const DnsRecordIpType: {
82
+ readonly dualstack: "dualstack";
83
+ readonly ipv4: "ipv4";
84
+ readonly ipv6: "ipv6";
85
+ readonly service_defined: "service-defined";
86
+ };
87
+ /**
88
+ * @public
89
+ */
90
+ export type DnsRecordIpType = (typeof DnsRecordIpType)[keyof typeof DnsRecordIpType];
91
+ /**
92
+ * <p>Describes the DNS options for an endpoint.</p>
93
+ * @public
94
+ */
95
+ export interface DnsOptionsSpecification {
96
+ /**
97
+ * <p>The DNS records created for the endpoint.</p>
98
+ * @public
99
+ */
100
+ DnsRecordIpType?: DnsRecordIpType | undefined;
101
+ /**
102
+ * <p>Indicates whether to enable private DNS only for inbound endpoints. This option is
103
+ * available only for services that support both gateway and interface endpoints. It routes
104
+ * traffic that originates from the VPC to the gateway endpoint and traffic that originates
105
+ * from on-premises to the interface endpoint.</p>
106
+ * @public
107
+ */
108
+ PrivateDnsOnlyForInboundResolverEndpoint?: boolean | undefined;
109
+ }
110
+ /**
111
+ * <p>Describes the configuration of a subnet for a VPC endpoint.</p>
112
+ * @public
113
+ */
114
+ export interface SubnetConfiguration {
115
+ /**
116
+ * <p>The ID of the subnet.</p>
117
+ * @public
118
+ */
119
+ SubnetId?: string | undefined;
120
+ /**
121
+ * <p>The IPv4 address to assign to the endpoint network interface in the subnet. You must provide
122
+ * an IPv4 address if the VPC endpoint supports IPv4.</p>
123
+ * <p>If you specify an IPv4 address when modifying a VPC endpoint, we replace the existing
124
+ * endpoint network interface with a new endpoint network interface with this IP address.
125
+ * This process temporarily disconnects the subnet and the VPC endpoint.</p>
126
+ * @public
127
+ */
128
+ Ipv4?: string | undefined;
129
+ /**
130
+ * <p>The IPv6 address to assign to the endpoint network interface in the subnet. You must provide
131
+ * an IPv6 address if the VPC endpoint supports IPv6.</p>
132
+ * <p>If you specify an IPv6 address when modifying a VPC endpoint, we replace the existing
133
+ * endpoint network interface with a new endpoint network interface with this IP address.
134
+ * This process temporarily disconnects the subnet and the VPC endpoint.</p>
135
+ * @public
136
+ */
137
+ Ipv6?: string | undefined;
138
+ }
139
+ /**
140
+ * @public
141
+ * @enum
142
+ */
143
+ export declare const VpcEndpointType: {
144
+ readonly Gateway: "Gateway";
145
+ readonly GatewayLoadBalancer: "GatewayLoadBalancer";
146
+ readonly Interface: "Interface";
147
+ readonly Resource: "Resource";
148
+ readonly ServiceNetwork: "ServiceNetwork";
149
+ };
150
+ /**
151
+ * @public
152
+ */
153
+ export type VpcEndpointType = (typeof VpcEndpointType)[keyof typeof VpcEndpointType];
4
154
  /**
5
155
  * @public
6
156
  */
@@ -1919,6 +2069,38 @@ export interface CreateVpnGatewayResult {
1919
2069
  */
1920
2070
  VpnGateway?: VpnGateway | undefined;
1921
2071
  }
2072
+ /**
2073
+ * @public
2074
+ */
2075
+ export interface DeleteCapacityManagerDataExportRequest {
2076
+ /**
2077
+ * <p>
2078
+ * The unique identifier of the data export configuration to delete.
2079
+ * </p>
2080
+ * @public
2081
+ */
2082
+ CapacityManagerDataExportId: string | undefined;
2083
+ /**
2084
+ * <p>
2085
+ * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
2086
+ * If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.
2087
+ * </p>
2088
+ * @public
2089
+ */
2090
+ DryRun?: boolean | undefined;
2091
+ }
2092
+ /**
2093
+ * @public
2094
+ */
2095
+ export interface DeleteCapacityManagerDataExportResult {
2096
+ /**
2097
+ * <p>
2098
+ * The unique identifier of the deleted data export configuration.
2099
+ * </p>
2100
+ * @public
2101
+ */
2102
+ CapacityManagerDataExportId?: string | undefined;
2103
+ }
1922
2104
  /**
1923
2105
  * @public
1924
2106
  */
@@ -3243,7 +3425,7 @@ export interface DeleteNetworkInterfacePermissionRequest {
3243
3425
  */
3244
3426
  export interface DeleteNetworkInterfacePermissionResult {
3245
3427
  /**
3246
- * <p>Returns <code>true</code> if the request succeeds, otherwise returns an error.</p>
3428
+ * <p>Is <code>true</code> if the request succeeds and an error otherwise.</p>
3247
3429
  * @public
3248
3430
  */
3249
3431
  Return?: boolean | undefined;
@@ -6314,245 +6496,6 @@ export interface CapacityBlock {
6314
6496
  */
6315
6497
  Tags?: Tag[] | undefined;
6316
6498
  }
6317
- /**
6318
- * @public
6319
- */
6320
- export interface DescribeCapacityBlocksResult {
6321
- /**
6322
- * <p>The Capacity Blocks.</p>
6323
- * @public
6324
- */
6325
- CapacityBlocks?: CapacityBlock[] | undefined;
6326
- /**
6327
- * <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>
6328
- * @public
6329
- */
6330
- NextToken?: string | undefined;
6331
- }
6332
- /**
6333
- * @public
6334
- */
6335
- export interface DescribeCapacityBlockStatusRequest {
6336
- /**
6337
- * <p>The ID of the Capacity Block.</p>
6338
- * @public
6339
- */
6340
- CapacityBlockIds?: string[] | undefined;
6341
- /**
6342
- * <p>The token to use to retrieve the next page of results.</p>
6343
- * @public
6344
- */
6345
- NextToken?: string | undefined;
6346
- /**
6347
- * <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information,
6348
- * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
6349
- * @public
6350
- */
6351
- MaxResults?: number | undefined;
6352
- /**
6353
- * <p>One or more filters. </p>
6354
- * <ul>
6355
- * <li>
6356
- * <p>
6357
- * <code>interconnect-status</code> - The status of the interconnect for the Capacity Block (<code>ok</code> | <code>impaired</code> | <code>insufficient-data</code>).</p>
6358
- * </li>
6359
- * </ul>
6360
- * @public
6361
- */
6362
- Filters?: Filter[] | undefined;
6363
- /**
6364
- * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6365
- * @public
6366
- */
6367
- DryRun?: boolean | undefined;
6368
- }
6369
- /**
6370
- * <p>Describes the availability of capacity for a Capacity Reservation.</p>
6371
- * @public
6372
- */
6373
- export interface CapacityReservationStatus {
6374
- /**
6375
- * <p>The ID of the Capacity Reservation.</p>
6376
- * @public
6377
- */
6378
- CapacityReservationId?: string | undefined;
6379
- /**
6380
- * <p>The combined amount of <code>Available</code> and <code>Unavailable</code> capacity in the Capacity Reservation.</p>
6381
- * @public
6382
- */
6383
- TotalCapacity?: number | undefined;
6384
- /**
6385
- * <p>The remaining capacity. Indicates the amount of resources that can be launched into the Capacity Reservation.</p>
6386
- * @public
6387
- */
6388
- TotalAvailableCapacity?: number | undefined;
6389
- /**
6390
- * <p>The used capacity. Indicates that the capacity is in use by resources that are running in the Capacity Reservation.</p>
6391
- * @public
6392
- */
6393
- TotalUnavailableCapacity?: number | undefined;
6394
- }
6395
- /**
6396
- * @public
6397
- * @enum
6398
- */
6399
- export declare const CapacityBlockInterconnectStatus: {
6400
- readonly impaired: "impaired";
6401
- readonly insufficient_data: "insufficient-data";
6402
- readonly ok: "ok";
6403
- };
6404
- /**
6405
- * @public
6406
- */
6407
- export type CapacityBlockInterconnectStatus = (typeof CapacityBlockInterconnectStatus)[keyof typeof CapacityBlockInterconnectStatus];
6408
- /**
6409
- * <p>Describes the availability of capacity for a Capacity Block.</p>
6410
- * @public
6411
- */
6412
- export interface CapacityBlockStatus {
6413
- /**
6414
- * <p>The ID of the Capacity Block.</p>
6415
- * @public
6416
- */
6417
- CapacityBlockId?: string | undefined;
6418
- /**
6419
- * <p>The status of the high-bandwidth accelerator interconnect. Possible states include:</p>
6420
- * <ul>
6421
- * <li>
6422
- * <p>
6423
- * <code>ok</code> the accelerator interconnect is healthy.</p>
6424
- * </li>
6425
- * <li>
6426
- * <p>
6427
- * <code>impaired</code> - accelerator interconnect communication is impaired.</p>
6428
- * </li>
6429
- * <li>
6430
- * <p>
6431
- * <code>insufficient-data</code> - insufficient data to determine accelerator interconnect status.</p>
6432
- * </li>
6433
- * </ul>
6434
- * @public
6435
- */
6436
- InterconnectStatus?: CapacityBlockInterconnectStatus | undefined;
6437
- /**
6438
- * <p>The combined amount of <code>Available</code> and <code>Unavailable</code> capacity in the Capacity Block.</p>
6439
- * @public
6440
- */
6441
- TotalCapacity?: number | undefined;
6442
- /**
6443
- * <p>The remaining capacity. Indicates the number of resources that can be launched into the Capacity Block.</p>
6444
- * @public
6445
- */
6446
- TotalAvailableCapacity?: number | undefined;
6447
- /**
6448
- * <p>The unavailable capacity. Indicates the instance capacity that is unavailable for use
6449
- * due to a system status check failure.</p>
6450
- * @public
6451
- */
6452
- TotalUnavailableCapacity?: number | undefined;
6453
- /**
6454
- * <p>The availability of capacity for the Capacity Block reservations.</p>
6455
- * @public
6456
- */
6457
- CapacityReservationStatuses?: CapacityReservationStatus[] | undefined;
6458
- }
6459
- /**
6460
- * @public
6461
- */
6462
- export interface DescribeCapacityBlockStatusResult {
6463
- /**
6464
- * <p>The availability of capacity for a Capacity Block.</p>
6465
- * @public
6466
- */
6467
- CapacityBlockStatuses?: CapacityBlockStatus[] | undefined;
6468
- /**
6469
- * <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>
6470
- * @public
6471
- */
6472
- NextToken?: string | undefined;
6473
- }
6474
- /**
6475
- * @public
6476
- * @enum
6477
- */
6478
- export declare const CallerRole: {
6479
- readonly odcr_owner: "odcr-owner";
6480
- readonly unused_reservation_billing_owner: "unused-reservation-billing-owner";
6481
- };
6482
- /**
6483
- * @public
6484
- */
6485
- export type CallerRole = (typeof CallerRole)[keyof typeof CallerRole];
6486
- /**
6487
- * @public
6488
- */
6489
- export interface DescribeCapacityReservationBillingRequestsRequest {
6490
- /**
6491
- * <p>The ID of the Capacity Reservation.</p>
6492
- * @public
6493
- */
6494
- CapacityReservationIds?: string[] | undefined;
6495
- /**
6496
- * <p>Specify one of the following:</p>
6497
- * <ul>
6498
- * <li>
6499
- * <p>
6500
- * <code>odcr-owner</code> - If you are the Capacity Reservation owner, specify
6501
- * this value to view requests that you have initiated. Not supported with the
6502
- * <code>requested-by</code> filter.</p>
6503
- * </li>
6504
- * <li>
6505
- * <p>
6506
- * <code>unused-reservation-billing-owner</code> - If you are the consumer
6507
- * account, specify this value to view requests that have been sent to you. Not
6508
- * supported with the <code>unused-reservation-billing-owner</code> filter.</p>
6509
- * </li>
6510
- * </ul>
6511
- * @public
6512
- */
6513
- Role: CallerRole | undefined;
6514
- /**
6515
- * <p>The token to use to retrieve the next page of results.</p>
6516
- * @public
6517
- */
6518
- NextToken?: string | undefined;
6519
- /**
6520
- * <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information,
6521
- * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
6522
- * @public
6523
- */
6524
- MaxResults?: number | undefined;
6525
- /**
6526
- * <p>One or more filters.</p>
6527
- * <ul>
6528
- * <li>
6529
- * <p>
6530
- * <code>status</code> - The state of the request (<code>pending</code> |
6531
- * <code>accepted</code> | <code>rejected</code> | <code>cancelled</code> |
6532
- * <code>revoked</code> | <code>expired</code>).</p>
6533
- * </li>
6534
- * <li>
6535
- * <p>
6536
- * <code>requested-by</code> - The account ID of the Capacity Reservation owner
6537
- * that initiated the request. Not supported if you specify
6538
- * <code>requested-by</code> for <b>Role</b>.</p>
6539
- * </li>
6540
- * <li>
6541
- * <p>
6542
- * <code>unused-reservation-billing-owner</code> - The ID of the consumer account
6543
- * to which the request was sent. Not supported if you specify
6544
- * <code>unused-reservation-billing-owner</code> for <b>Role</b>.</p>
6545
- * </li>
6546
- * </ul>
6547
- * @public
6548
- */
6549
- Filters?: Filter[] | undefined;
6550
- /**
6551
- * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6552
- * @public
6553
- */
6554
- DryRun?: boolean | undefined;
6555
- }
6556
6499
  /**
6557
6500
  * @internal
6558
6501
  */