@aws-sdk/client-ec2 3.43.0 → 3.44.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 (649) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist-cjs/EC2.js +615 -0
  3. package/dist-cjs/commands/AllocateIpamPoolCidrCommand.js +36 -0
  4. package/dist-cjs/commands/CreateFleetCommand.js +1 -2
  5. package/dist-cjs/commands/CreateIpamCommand.js +36 -0
  6. package/dist-cjs/commands/CreateIpamPoolCommand.js +36 -0
  7. package/dist-cjs/commands/CreateIpamScopeCommand.js +36 -0
  8. package/dist-cjs/commands/CreateNetworkInsightsAccessScopeCommand.js +36 -0
  9. package/dist-cjs/commands/CreatePublicIpv4PoolCommand.js +36 -0
  10. package/dist-cjs/commands/CreateTransitGatewayConnectPeerCommand.js +2 -1
  11. package/dist-cjs/commands/CreateTransitGatewayMulticastDomainCommand.js +3 -3
  12. package/dist-cjs/commands/CreateTransitGatewayPeeringAttachmentCommand.js +3 -3
  13. package/dist-cjs/commands/CreateTransitGatewayPrefixListReferenceCommand.js +3 -3
  14. package/dist-cjs/commands/CreateTransitGatewayRouteCommand.js +3 -3
  15. package/dist-cjs/commands/CreateTransitGatewayRouteTableCommand.js +3 -3
  16. package/dist-cjs/commands/CreateTransitGatewayVpcAttachmentCommand.js +3 -3
  17. package/dist-cjs/commands/CreateVolumeCommand.js +3 -3
  18. package/dist-cjs/commands/CreateVpcCommand.js +3 -3
  19. package/dist-cjs/commands/CreateVpcEndpointCommand.js +3 -3
  20. package/dist-cjs/commands/CreateVpcEndpointConnectionNotificationCommand.js +1 -2
  21. package/dist-cjs/commands/DeleteIpamCommand.js +36 -0
  22. package/dist-cjs/commands/DeleteIpamPoolCommand.js +36 -0
  23. package/dist-cjs/commands/DeleteIpamScopeCommand.js +36 -0
  24. package/dist-cjs/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.js +36 -0
  25. package/dist-cjs/commands/DeleteNetworkInsightsAccessScopeCommand.js +36 -0
  26. package/dist-cjs/commands/DeletePublicIpv4PoolCommand.js +36 -0
  27. package/dist-cjs/commands/DeprovisionIpamPoolCidrCommand.js +36 -0
  28. package/dist-cjs/commands/DeprovisionPublicIpv4PoolCidrCommand.js +36 -0
  29. package/dist-cjs/commands/DescribeConversionTasksCommand.js +2 -1
  30. package/dist-cjs/commands/DescribeCustomerGatewaysCommand.js +3 -3
  31. package/dist-cjs/commands/DescribeDhcpOptionsCommand.js +3 -3
  32. package/dist-cjs/commands/DescribeEgressOnlyInternetGatewaysCommand.js +3 -3
  33. package/dist-cjs/commands/DescribeElasticGpusCommand.js +3 -3
  34. package/dist-cjs/commands/DescribeExportImageTasksCommand.js +3 -3
  35. package/dist-cjs/commands/DescribeExportTasksCommand.js +3 -3
  36. package/dist-cjs/commands/DescribeFastSnapshotRestoresCommand.js +3 -3
  37. package/dist-cjs/commands/DescribeFleetHistoryCommand.js +3 -3
  38. package/dist-cjs/commands/DescribeFleetInstancesCommand.js +3 -3
  39. package/dist-cjs/commands/DescribeFleetsCommand.js +3 -3
  40. package/dist-cjs/commands/DescribeFlowLogsCommand.js +3 -3
  41. package/dist-cjs/commands/DescribeFpgaImageAttributeCommand.js +3 -3
  42. package/dist-cjs/commands/DescribeFpgaImagesCommand.js +3 -3
  43. package/dist-cjs/commands/DescribeHostReservationOfferingsCommand.js +3 -3
  44. package/dist-cjs/commands/DescribeHostReservationsCommand.js +1 -2
  45. package/dist-cjs/commands/DescribeIpamPoolsCommand.js +36 -0
  46. package/dist-cjs/commands/DescribeIpamScopesCommand.js +36 -0
  47. package/dist-cjs/commands/DescribeIpamsCommand.js +36 -0
  48. package/dist-cjs/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.js +36 -0
  49. package/dist-cjs/commands/DescribeNetworkInsightsAccessScopesCommand.js +36 -0
  50. package/dist-cjs/commands/DescribeReservedInstancesModificationsCommand.js +2 -1
  51. package/dist-cjs/commands/DescribeReservedInstancesOfferingsCommand.js +3 -3
  52. package/dist-cjs/commands/DescribeRouteTablesCommand.js +3 -3
  53. package/dist-cjs/commands/DescribeScheduledInstanceAvailabilityCommand.js +3 -3
  54. package/dist-cjs/commands/DescribeScheduledInstancesCommand.js +3 -3
  55. package/dist-cjs/commands/DescribeSecurityGroupReferencesCommand.js +3 -3
  56. package/dist-cjs/commands/DescribeSecurityGroupRulesCommand.js +3 -3
  57. package/dist-cjs/commands/DescribeSecurityGroupsCommand.js +3 -3
  58. package/dist-cjs/commands/DescribeSnapshotAttributeCommand.js +3 -3
  59. package/dist-cjs/commands/DescribeSnapshotTierStatusCommand.js +36 -0
  60. package/dist-cjs/commands/DescribeSnapshotsCommand.js +3 -3
  61. package/dist-cjs/commands/DescribeSpotDatafeedSubscriptionCommand.js +3 -3
  62. package/dist-cjs/commands/DescribeSpotFleetInstancesCommand.js +3 -3
  63. package/dist-cjs/commands/DescribeSpotFleetRequestHistoryCommand.js +3 -3
  64. package/dist-cjs/commands/DescribeSpotFleetRequestsCommand.js +3 -3
  65. package/dist-cjs/commands/DescribeSpotInstanceRequestsCommand.js +3 -3
  66. package/dist-cjs/commands/DescribeSpotPriceHistoryCommand.js +3 -3
  67. package/dist-cjs/commands/DescribeStaleSecurityGroupsCommand.js +1 -2
  68. package/dist-cjs/commands/DisableIpamOrganizationAdminAccountCommand.js +36 -0
  69. package/dist-cjs/commands/EnableIpamOrganizationAdminAccountCommand.js +36 -0
  70. package/dist-cjs/commands/GetIpamAddressHistoryCommand.js +36 -0
  71. package/dist-cjs/commands/GetIpamPoolAllocationsCommand.js +36 -0
  72. package/dist-cjs/commands/GetIpamPoolCidrsCommand.js +36 -0
  73. package/dist-cjs/commands/GetIpamResourceCidrsCommand.js +36 -0
  74. package/dist-cjs/commands/GetLaunchTemplateDataCommand.js +2 -1
  75. package/dist-cjs/commands/GetManagedPrefixListAssociationsCommand.js +3 -3
  76. package/dist-cjs/commands/GetManagedPrefixListEntriesCommand.js +3 -3
  77. package/dist-cjs/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.js +36 -0
  78. package/dist-cjs/commands/GetNetworkInsightsAccessScopeContentCommand.js +36 -0
  79. package/dist-cjs/commands/GetPasswordDataCommand.js +3 -3
  80. package/dist-cjs/commands/GetReservedInstancesExchangeQuoteCommand.js +3 -3
  81. package/dist-cjs/commands/GetSerialConsoleAccessStatusCommand.js +3 -3
  82. package/dist-cjs/commands/GetSpotPlacementScoresCommand.js +3 -3
  83. package/dist-cjs/commands/GetSubnetCidrReservationsCommand.js +3 -3
  84. package/dist-cjs/commands/GetTransitGatewayAttachmentPropagationsCommand.js +3 -3
  85. package/dist-cjs/commands/GetTransitGatewayMulticastDomainAssociationsCommand.js +3 -3
  86. package/dist-cjs/commands/GetTransitGatewayPrefixListReferencesCommand.js +3 -3
  87. package/dist-cjs/commands/GetTransitGatewayRouteTableAssociationsCommand.js +3 -3
  88. package/dist-cjs/commands/GetTransitGatewayRouteTablePropagationsCommand.js +3 -3
  89. package/dist-cjs/commands/GetVpnConnectionDeviceSampleConfigurationCommand.js +3 -3
  90. package/dist-cjs/commands/GetVpnConnectionDeviceTypesCommand.js +3 -3
  91. package/dist-cjs/commands/ImportClientVpnClientCertificateRevocationListCommand.js +3 -3
  92. package/dist-cjs/commands/ImportImageCommand.js +3 -3
  93. package/dist-cjs/commands/ImportInstanceCommand.js +3 -3
  94. package/dist-cjs/commands/ImportKeyPairCommand.js +3 -3
  95. package/dist-cjs/commands/ImportSnapshotCommand.js +3 -3
  96. package/dist-cjs/commands/ImportVolumeCommand.js +3 -3
  97. package/dist-cjs/commands/ListSnapshotsInRecycleBinCommand.js +36 -0
  98. package/dist-cjs/commands/ModifyAddressAttributeCommand.js +3 -3
  99. package/dist-cjs/commands/ModifyAvailabilityZoneGroupCommand.js +3 -3
  100. package/dist-cjs/commands/ModifyCapacityReservationCommand.js +3 -3
  101. package/dist-cjs/commands/ModifyCapacityReservationFleetCommand.js +3 -3
  102. package/dist-cjs/commands/ModifyClientVpnEndpointCommand.js +3 -3
  103. package/dist-cjs/commands/ModifyDefaultCreditSpecificationCommand.js +3 -3
  104. package/dist-cjs/commands/ModifyEbsDefaultKmsKeyIdCommand.js +3 -3
  105. package/dist-cjs/commands/ModifyFleetCommand.js +3 -3
  106. package/dist-cjs/commands/ModifyFpgaImageAttributeCommand.js +3 -3
  107. package/dist-cjs/commands/ModifyHostsCommand.js +3 -3
  108. package/dist-cjs/commands/ModifyIdFormatCommand.js +2 -2
  109. package/dist-cjs/commands/ModifyIdentityIdFormatCommand.js +2 -2
  110. package/dist-cjs/commands/ModifyImageAttributeCommand.js +2 -2
  111. package/dist-cjs/commands/ModifyIpamCommand.js +36 -0
  112. package/dist-cjs/commands/ModifyIpamPoolCommand.js +36 -0
  113. package/dist-cjs/commands/ModifyIpamResourceCidrCommand.js +36 -0
  114. package/dist-cjs/commands/ModifyIpamScopeCommand.js +36 -0
  115. package/dist-cjs/commands/ModifySnapshotTierCommand.js +36 -0
  116. package/dist-cjs/commands/MoveByoipCidrToIpamCommand.js +36 -0
  117. package/dist-cjs/commands/ProvisionIpamPoolCidrCommand.js +36 -0
  118. package/dist-cjs/commands/ProvisionPublicIpv4PoolCidrCommand.js +36 -0
  119. package/dist-cjs/commands/ReleaseIpamPoolAllocationCommand.js +36 -0
  120. package/dist-cjs/commands/RestoreSnapshotFromRecycleBinCommand.js +36 -0
  121. package/dist-cjs/commands/RestoreSnapshotTierCommand.js +36 -0
  122. package/dist-cjs/commands/RunInstancesCommand.js +2 -2
  123. package/dist-cjs/commands/RunScheduledInstancesCommand.js +3 -3
  124. package/dist-cjs/commands/SearchLocalGatewayRoutesCommand.js +3 -3
  125. package/dist-cjs/commands/SearchTransitGatewayMulticastGroupsCommand.js +3 -3
  126. package/dist-cjs/commands/SearchTransitGatewayRoutesCommand.js +3 -3
  127. package/dist-cjs/commands/SendDiagnosticInterruptCommand.js +2 -2
  128. package/dist-cjs/commands/StartInstancesCommand.js +3 -3
  129. package/dist-cjs/commands/StartNetworkInsightsAccessScopeAnalysisCommand.js +36 -0
  130. package/dist-cjs/commands/StartNetworkInsightsAnalysisCommand.js +3 -3
  131. package/dist-cjs/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +3 -3
  132. package/dist-cjs/commands/StopInstancesCommand.js +3 -3
  133. package/dist-cjs/commands/TerminateClientVpnConnectionsCommand.js +3 -3
  134. package/dist-cjs/commands/TerminateInstancesCommand.js +3 -3
  135. package/dist-cjs/commands/UnassignIpv6AddressesCommand.js +3 -3
  136. package/dist-cjs/commands/UnassignPrivateIpAddressesCommand.js +2 -2
  137. package/dist-cjs/commands/UnmonitorInstancesCommand.js +3 -3
  138. package/dist-cjs/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.js +3 -3
  139. package/dist-cjs/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.js +3 -3
  140. package/dist-cjs/commands/WithdrawByoipCidrCommand.js +3 -3
  141. package/dist-cjs/commands/index.js +41 -0
  142. package/dist-cjs/models/index.js +1 -0
  143. package/dist-cjs/models/models_0.js +150 -146
  144. package/dist-cjs/models/models_1.js +304 -238
  145. package/dist-cjs/models/models_2.js +356 -376
  146. package/dist-cjs/models/models_3.js +448 -466
  147. package/dist-cjs/models/models_4.js +579 -576
  148. package/dist-cjs/models/models_5.js +766 -305
  149. package/dist-cjs/models/models_6.js +316 -0
  150. package/dist-cjs/pagination/DescribeIpamPoolsPaginator.js +35 -0
  151. package/dist-cjs/pagination/DescribeIpamScopesPaginator.js +35 -0
  152. package/dist-cjs/pagination/DescribeIpamsPaginator.js +35 -0
  153. package/dist-cjs/pagination/DescribeNetworkInsightsAccessScopeAnalysesPaginator.js +35 -0
  154. package/dist-cjs/pagination/DescribeNetworkInsightsAccessScopesPaginator.js +35 -0
  155. package/dist-cjs/pagination/DescribeSnapshotTierStatusPaginator.js +35 -0
  156. package/dist-cjs/pagination/GetIpamAddressHistoryPaginator.js +35 -0
  157. package/dist-cjs/pagination/GetIpamPoolAllocationsPaginator.js +35 -0
  158. package/dist-cjs/pagination/GetIpamPoolCidrsPaginator.js +35 -0
  159. package/dist-cjs/pagination/GetIpamResourceCidrsPaginator.js +35 -0
  160. package/dist-cjs/pagination/ListSnapshotsInRecycleBinPaginator.js +35 -0
  161. package/dist-cjs/pagination/index.js +11 -0
  162. package/dist-cjs/protocols/Aws_ec2.js +5796 -1009
  163. package/dist-es/EC2.js +615 -0
  164. package/dist-es/commands/AllocateIpamPoolCidrCommand.js +39 -0
  165. package/dist-es/commands/CreateFleetCommand.js +1 -2
  166. package/dist-es/commands/CreateIpamCommand.js +39 -0
  167. package/dist-es/commands/CreateIpamPoolCommand.js +39 -0
  168. package/dist-es/commands/CreateIpamScopeCommand.js +39 -0
  169. package/dist-es/commands/CreateNetworkInsightsAccessScopeCommand.js +39 -0
  170. package/dist-es/commands/CreatePublicIpv4PoolCommand.js +39 -0
  171. package/dist-es/commands/CreateTransitGatewayConnectPeerCommand.js +2 -1
  172. package/dist-es/commands/CreateTransitGatewayMulticastDomainCommand.js +1 -1
  173. package/dist-es/commands/CreateTransitGatewayPeeringAttachmentCommand.js +1 -1
  174. package/dist-es/commands/CreateTransitGatewayPrefixListReferenceCommand.js +1 -1
  175. package/dist-es/commands/CreateTransitGatewayRouteCommand.js +1 -1
  176. package/dist-es/commands/CreateTransitGatewayRouteTableCommand.js +1 -1
  177. package/dist-es/commands/CreateTransitGatewayVpcAttachmentCommand.js +1 -1
  178. package/dist-es/commands/CreateVolumeCommand.js +1 -1
  179. package/dist-es/commands/CreateVpcCommand.js +1 -1
  180. package/dist-es/commands/CreateVpcEndpointCommand.js +1 -1
  181. package/dist-es/commands/CreateVpcEndpointConnectionNotificationCommand.js +1 -2
  182. package/dist-es/commands/DeleteIpamCommand.js +39 -0
  183. package/dist-es/commands/DeleteIpamPoolCommand.js +39 -0
  184. package/dist-es/commands/DeleteIpamScopeCommand.js +39 -0
  185. package/dist-es/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.js +39 -0
  186. package/dist-es/commands/DeleteNetworkInsightsAccessScopeCommand.js +39 -0
  187. package/dist-es/commands/DeletePublicIpv4PoolCommand.js +39 -0
  188. package/dist-es/commands/DeprovisionIpamPoolCidrCommand.js +39 -0
  189. package/dist-es/commands/DeprovisionPublicIpv4PoolCidrCommand.js +39 -0
  190. package/dist-es/commands/DescribeConversionTasksCommand.js +2 -1
  191. package/dist-es/commands/DescribeCustomerGatewaysCommand.js +1 -1
  192. package/dist-es/commands/DescribeDhcpOptionsCommand.js +1 -1
  193. package/dist-es/commands/DescribeEgressOnlyInternetGatewaysCommand.js +1 -1
  194. package/dist-es/commands/DescribeElasticGpusCommand.js +1 -1
  195. package/dist-es/commands/DescribeExportImageTasksCommand.js +1 -1
  196. package/dist-es/commands/DescribeExportTasksCommand.js +1 -1
  197. package/dist-es/commands/DescribeFastSnapshotRestoresCommand.js +1 -1
  198. package/dist-es/commands/DescribeFleetHistoryCommand.js +1 -1
  199. package/dist-es/commands/DescribeFleetInstancesCommand.js +1 -1
  200. package/dist-es/commands/DescribeFleetsCommand.js +1 -1
  201. package/dist-es/commands/DescribeFlowLogsCommand.js +1 -1
  202. package/dist-es/commands/DescribeFpgaImageAttributeCommand.js +1 -1
  203. package/dist-es/commands/DescribeFpgaImagesCommand.js +1 -1
  204. package/dist-es/commands/DescribeHostReservationOfferingsCommand.js +1 -1
  205. package/dist-es/commands/DescribeHostReservationsCommand.js +1 -2
  206. package/dist-es/commands/DescribeIpamPoolsCommand.js +39 -0
  207. package/dist-es/commands/DescribeIpamScopesCommand.js +39 -0
  208. package/dist-es/commands/DescribeIpamsCommand.js +39 -0
  209. package/dist-es/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.js +39 -0
  210. package/dist-es/commands/DescribeNetworkInsightsAccessScopesCommand.js +39 -0
  211. package/dist-es/commands/DescribeReservedInstancesModificationsCommand.js +2 -1
  212. package/dist-es/commands/DescribeReservedInstancesOfferingsCommand.js +1 -1
  213. package/dist-es/commands/DescribeRouteTablesCommand.js +1 -1
  214. package/dist-es/commands/DescribeScheduledInstanceAvailabilityCommand.js +1 -1
  215. package/dist-es/commands/DescribeScheduledInstancesCommand.js +1 -1
  216. package/dist-es/commands/DescribeSecurityGroupReferencesCommand.js +1 -1
  217. package/dist-es/commands/DescribeSecurityGroupRulesCommand.js +1 -1
  218. package/dist-es/commands/DescribeSecurityGroupsCommand.js +1 -1
  219. package/dist-es/commands/DescribeSnapshotAttributeCommand.js +1 -1
  220. package/dist-es/commands/DescribeSnapshotTierStatusCommand.js +39 -0
  221. package/dist-es/commands/DescribeSnapshotsCommand.js +1 -1
  222. package/dist-es/commands/DescribeSpotDatafeedSubscriptionCommand.js +1 -1
  223. package/dist-es/commands/DescribeSpotFleetInstancesCommand.js +1 -1
  224. package/dist-es/commands/DescribeSpotFleetRequestHistoryCommand.js +1 -1
  225. package/dist-es/commands/DescribeSpotFleetRequestsCommand.js +1 -1
  226. package/dist-es/commands/DescribeSpotInstanceRequestsCommand.js +1 -1
  227. package/dist-es/commands/DescribeSpotPriceHistoryCommand.js +1 -1
  228. package/dist-es/commands/DescribeStaleSecurityGroupsCommand.js +1 -2
  229. package/dist-es/commands/DisableIpamOrganizationAdminAccountCommand.js +39 -0
  230. package/dist-es/commands/EnableIpamOrganizationAdminAccountCommand.js +39 -0
  231. package/dist-es/commands/GetIpamAddressHistoryCommand.js +39 -0
  232. package/dist-es/commands/GetIpamPoolAllocationsCommand.js +39 -0
  233. package/dist-es/commands/GetIpamPoolCidrsCommand.js +39 -0
  234. package/dist-es/commands/GetIpamResourceCidrsCommand.js +39 -0
  235. package/dist-es/commands/GetLaunchTemplateDataCommand.js +2 -1
  236. package/dist-es/commands/GetManagedPrefixListAssociationsCommand.js +1 -1
  237. package/dist-es/commands/GetManagedPrefixListEntriesCommand.js +1 -1
  238. package/dist-es/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.js +39 -0
  239. package/dist-es/commands/GetNetworkInsightsAccessScopeContentCommand.js +39 -0
  240. package/dist-es/commands/GetPasswordDataCommand.js +1 -1
  241. package/dist-es/commands/GetReservedInstancesExchangeQuoteCommand.js +1 -1
  242. package/dist-es/commands/GetSerialConsoleAccessStatusCommand.js +1 -1
  243. package/dist-es/commands/GetSpotPlacementScoresCommand.js +1 -1
  244. package/dist-es/commands/GetSubnetCidrReservationsCommand.js +1 -1
  245. package/dist-es/commands/GetTransitGatewayAttachmentPropagationsCommand.js +1 -1
  246. package/dist-es/commands/GetTransitGatewayMulticastDomainAssociationsCommand.js +1 -1
  247. package/dist-es/commands/GetTransitGatewayPrefixListReferencesCommand.js +1 -1
  248. package/dist-es/commands/GetTransitGatewayRouteTableAssociationsCommand.js +1 -1
  249. package/dist-es/commands/GetTransitGatewayRouteTablePropagationsCommand.js +1 -1
  250. package/dist-es/commands/GetVpnConnectionDeviceSampleConfigurationCommand.js +1 -1
  251. package/dist-es/commands/GetVpnConnectionDeviceTypesCommand.js +1 -1
  252. package/dist-es/commands/ImportClientVpnClientCertificateRevocationListCommand.js +1 -1
  253. package/dist-es/commands/ImportImageCommand.js +1 -1
  254. package/dist-es/commands/ImportInstanceCommand.js +1 -1
  255. package/dist-es/commands/ImportKeyPairCommand.js +1 -1
  256. package/dist-es/commands/ImportSnapshotCommand.js +1 -1
  257. package/dist-es/commands/ImportVolumeCommand.js +1 -1
  258. package/dist-es/commands/ListSnapshotsInRecycleBinCommand.js +39 -0
  259. package/dist-es/commands/ModifyAddressAttributeCommand.js +1 -1
  260. package/dist-es/commands/ModifyAvailabilityZoneGroupCommand.js +1 -1
  261. package/dist-es/commands/ModifyCapacityReservationCommand.js +1 -1
  262. package/dist-es/commands/ModifyCapacityReservationFleetCommand.js +1 -1
  263. package/dist-es/commands/ModifyClientVpnEndpointCommand.js +1 -1
  264. package/dist-es/commands/ModifyDefaultCreditSpecificationCommand.js +1 -1
  265. package/dist-es/commands/ModifyEbsDefaultKmsKeyIdCommand.js +1 -1
  266. package/dist-es/commands/ModifyFleetCommand.js +1 -1
  267. package/dist-es/commands/ModifyFpgaImageAttributeCommand.js +1 -1
  268. package/dist-es/commands/ModifyHostsCommand.js +1 -1
  269. package/dist-es/commands/ModifyIdFormatCommand.js +1 -1
  270. package/dist-es/commands/ModifyIdentityIdFormatCommand.js +1 -1
  271. package/dist-es/commands/ModifyImageAttributeCommand.js +1 -1
  272. package/dist-es/commands/ModifyIpamCommand.js +39 -0
  273. package/dist-es/commands/ModifyIpamPoolCommand.js +39 -0
  274. package/dist-es/commands/ModifyIpamResourceCidrCommand.js +39 -0
  275. package/dist-es/commands/ModifyIpamScopeCommand.js +39 -0
  276. package/dist-es/commands/ModifySnapshotTierCommand.js +39 -0
  277. package/dist-es/commands/MoveByoipCidrToIpamCommand.js +39 -0
  278. package/dist-es/commands/ProvisionIpamPoolCidrCommand.js +39 -0
  279. package/dist-es/commands/ProvisionPublicIpv4PoolCidrCommand.js +39 -0
  280. package/dist-es/commands/ReleaseIpamPoolAllocationCommand.js +39 -0
  281. package/dist-es/commands/RestoreSnapshotFromRecycleBinCommand.js +39 -0
  282. package/dist-es/commands/RestoreSnapshotTierCommand.js +39 -0
  283. package/dist-es/commands/RunInstancesCommand.js +1 -1
  284. package/dist-es/commands/RunScheduledInstancesCommand.js +1 -1
  285. package/dist-es/commands/SearchLocalGatewayRoutesCommand.js +1 -1
  286. package/dist-es/commands/SearchTransitGatewayMulticastGroupsCommand.js +1 -1
  287. package/dist-es/commands/SearchTransitGatewayRoutesCommand.js +1 -1
  288. package/dist-es/commands/SendDiagnosticInterruptCommand.js +1 -1
  289. package/dist-es/commands/StartInstancesCommand.js +1 -1
  290. package/dist-es/commands/StartNetworkInsightsAccessScopeAnalysisCommand.js +39 -0
  291. package/dist-es/commands/StartNetworkInsightsAnalysisCommand.js +1 -1
  292. package/dist-es/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +1 -1
  293. package/dist-es/commands/StopInstancesCommand.js +1 -1
  294. package/dist-es/commands/TerminateClientVpnConnectionsCommand.js +1 -1
  295. package/dist-es/commands/TerminateInstancesCommand.js +1 -1
  296. package/dist-es/commands/UnassignIpv6AddressesCommand.js +1 -1
  297. package/dist-es/commands/UnassignPrivateIpAddressesCommand.js +1 -1
  298. package/dist-es/commands/UnmonitorInstancesCommand.js +1 -1
  299. package/dist-es/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.js +1 -1
  300. package/dist-es/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.js +1 -1
  301. package/dist-es/commands/WithdrawByoipCidrCommand.js +1 -1
  302. package/dist-es/commands/index.js +41 -0
  303. package/dist-es/models/index.js +1 -0
  304. package/dist-es/models/models_0.js +100 -106
  305. package/dist-es/models/models_1.js +228 -161
  306. package/dist-es/models/models_2.js +244 -256
  307. package/dist-es/models/models_3.js +306 -314
  308. package/dist-es/models/models_4.js +405 -379
  309. package/dist-es/models/models_5.js +507 -200
  310. package/dist-es/models/models_6.js +209 -0
  311. package/dist-es/pagination/DescribeIpamPoolsPaginator.js +74 -0
  312. package/dist-es/pagination/DescribeIpamScopesPaginator.js +74 -0
  313. package/dist-es/pagination/DescribeIpamsPaginator.js +74 -0
  314. package/dist-es/pagination/DescribeNetworkInsightsAccessScopeAnalysesPaginator.js +74 -0
  315. package/dist-es/pagination/DescribeNetworkInsightsAccessScopesPaginator.js +74 -0
  316. package/dist-es/pagination/DescribeSnapshotTierStatusPaginator.js +74 -0
  317. package/dist-es/pagination/GetIpamAddressHistoryPaginator.js +74 -0
  318. package/dist-es/pagination/GetIpamPoolAllocationsPaginator.js +74 -0
  319. package/dist-es/pagination/GetIpamPoolCidrsPaginator.js +74 -0
  320. package/dist-es/pagination/GetIpamResourceCidrsPaginator.js +74 -0
  321. package/dist-es/pagination/ListSnapshotsInRecycleBinPaginator.js +74 -0
  322. package/dist-es/pagination/index.js +11 -0
  323. package/dist-es/protocols/Aws_ec2.js +7298 -2279
  324. package/dist-types/EC2.d.ts +365 -0
  325. package/dist-types/EC2Client.d.ts +43 -2
  326. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +36 -0
  327. package/dist-types/commands/CreateFleetCommand.d.ts +1 -2
  328. package/dist-types/commands/CreateIpamCommand.d.ts +37 -0
  329. package/dist-types/commands/CreateIpamPoolCommand.d.ts +37 -0
  330. package/dist-types/commands/CreateIpamScopeCommand.d.ts +36 -0
  331. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +38 -0
  332. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +35 -0
  333. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +2 -1
  334. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  335. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  336. package/dist-types/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  337. package/dist-types/commands/CreateTransitGatewayRouteCommand.d.ts +1 -1
  338. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  339. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  340. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  341. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  342. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  343. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -2
  344. package/dist-types/commands/DeleteIpamCommand.d.ts +42 -0
  345. package/dist-types/commands/DeleteIpamPoolCommand.d.ts +42 -0
  346. package/dist-types/commands/DeleteIpamScopeCommand.d.ts +37 -0
  347. package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +35 -0
  348. package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +35 -0
  349. package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +35 -0
  350. package/dist-types/commands/DeprovisionIpamPoolCidrCommand.d.ts +35 -0
  351. package/dist-types/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +35 -0
  352. package/dist-types/commands/DescribeConversionTasksCommand.d.ts +2 -1
  353. package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
  354. package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
  355. package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
  356. package/dist-types/commands/DescribeElasticGpusCommand.d.ts +1 -1
  357. package/dist-types/commands/DescribeExportImageTasksCommand.d.ts +1 -1
  358. package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
  359. package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -1
  360. package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +1 -1
  361. package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +1 -1
  362. package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
  363. package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
  364. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
  365. package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -1
  366. package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
  367. package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -2
  368. package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +35 -0
  369. package/dist-types/commands/DescribeIpamScopesCommand.d.ts +35 -0
  370. package/dist-types/commands/DescribeIpamsCommand.d.ts +37 -0
  371. package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +35 -0
  372. package/dist-types/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +35 -0
  373. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -1
  374. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
  375. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
  376. package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
  377. package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
  378. package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
  379. package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
  380. package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  381. package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  382. package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +35 -0
  383. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
  384. package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
  385. package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
  386. package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
  387. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +1 -1
  388. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  389. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +1 -1
  390. package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -2
  391. package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +36 -0
  392. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +36 -0
  393. package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +35 -0
  394. package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +35 -0
  395. package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +35 -0
  396. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +35 -0
  397. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -1
  398. package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  399. package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  400. package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +35 -0
  401. package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +35 -0
  402. package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
  403. package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  404. package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
  405. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
  406. package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
  407. package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  408. package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  409. package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  410. package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  411. package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  412. package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
  413. package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  414. package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  415. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  416. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  417. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  418. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  419. package/dist-types/commands/ImportVolumeCommand.d.ts +1 -1
  420. package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +35 -0
  421. package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -1
  422. package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
  423. package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +1 -1
  424. package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
  425. package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
  426. package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
  427. package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  428. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  429. package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
  430. package/dist-types/commands/ModifyHostsCommand.d.ts +1 -1
  431. package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
  432. package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  433. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +1 -1
  434. package/dist-types/commands/ModifyIpamCommand.d.ts +36 -0
  435. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +37 -0
  436. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +36 -0
  437. package/dist-types/commands/ModifyIpamScopeCommand.d.ts +35 -0
  438. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +39 -0
  439. package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +30 -0
  440. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +35 -0
  441. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +37 -0
  442. package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +37 -0
  443. package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +36 -0
  444. package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +36 -0
  445. package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +40 -0
  446. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  447. package/dist-types/commands/RunScheduledInstancesCommand.d.ts +1 -1
  448. package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  449. package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  450. package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  451. package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
  452. package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
  453. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +35 -0
  454. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  455. package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  456. package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
  457. package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  458. package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
  459. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  460. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  461. package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
  462. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  463. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
  464. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  465. package/dist-types/commands/index.d.ts +41 -0
  466. package/dist-types/models/index.d.ts +1 -0
  467. package/dist-types/models/models_0.d.ts +3471 -3731
  468. package/dist-types/models/models_1.d.ts +4723 -4331
  469. package/dist-types/models/models_2.d.ts +4068 -4792
  470. package/dist-types/models/models_3.d.ts +6578 -7397
  471. package/dist-types/models/models_4.d.ts +6017 -4977
  472. package/dist-types/models/models_5.d.ts +5353 -3505
  473. package/dist-types/models/models_6.d.ts +1594 -0
  474. package/dist-types/pagination/DescribeIpamPoolsPaginator.d.ts +4 -0
  475. package/dist-types/pagination/DescribeIpamScopesPaginator.d.ts +4 -0
  476. package/dist-types/pagination/DescribeIpamsPaginator.d.ts +4 -0
  477. package/dist-types/pagination/DescribeNetworkInsightsAccessScopeAnalysesPaginator.d.ts +4 -0
  478. package/dist-types/pagination/DescribeNetworkInsightsAccessScopesPaginator.d.ts +4 -0
  479. package/dist-types/pagination/DescribeSnapshotTierStatusPaginator.d.ts +4 -0
  480. package/dist-types/pagination/GetIpamAddressHistoryPaginator.d.ts +4 -0
  481. package/dist-types/pagination/GetIpamPoolAllocationsPaginator.d.ts +4 -0
  482. package/dist-types/pagination/GetIpamPoolCidrsPaginator.d.ts +4 -0
  483. package/dist-types/pagination/GetIpamResourceCidrsPaginator.d.ts +4 -0
  484. package/dist-types/pagination/ListSnapshotsInRecycleBinPaginator.d.ts +4 -0
  485. package/dist-types/pagination/index.d.ts +11 -0
  486. package/dist-types/protocols/Aws_ec2.d.ts +123 -0
  487. package/dist-types/ts3.4/EC2.d.ts +205 -0
  488. package/dist-types/ts3.4/EC2Client.d.ts +43 -2
  489. package/dist-types/ts3.4/commands/AllocateIpamPoolCidrCommand.d.ts +17 -0
  490. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +1 -2
  491. package/dist-types/ts3.4/commands/CreateIpamCommand.d.ts +17 -0
  492. package/dist-types/ts3.4/commands/CreateIpamPoolCommand.d.ts +17 -0
  493. package/dist-types/ts3.4/commands/CreateIpamScopeCommand.d.ts +17 -0
  494. package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +17 -0
  495. package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +17 -0
  496. package/dist-types/ts3.4/commands/CreateTransitGatewayConnectPeerCommand.d.ts +2 -1
  497. package/dist-types/ts3.4/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  498. package/dist-types/ts3.4/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  499. package/dist-types/ts3.4/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  500. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteCommand.d.ts +1 -1
  501. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  502. package/dist-types/ts3.4/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  503. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +1 -1
  504. package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +1 -1
  505. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +1 -1
  506. package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -2
  507. package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +17 -0
  508. package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +17 -0
  509. package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +17 -0
  510. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +17 -0
  511. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +17 -0
  512. package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +17 -0
  513. package/dist-types/ts3.4/commands/DeprovisionIpamPoolCidrCommand.d.ts +17 -0
  514. package/dist-types/ts3.4/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +17 -0
  515. package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +2 -1
  516. package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
  517. package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
  518. package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
  519. package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +1 -1
  520. package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +1 -1
  521. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +1 -1
  522. package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -1
  523. package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +1 -1
  524. package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +1 -1
  525. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +1 -1
  526. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +1 -1
  527. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
  528. package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +1 -1
  529. package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
  530. package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +1 -2
  531. package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +17 -0
  532. package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +17 -0
  533. package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +17 -0
  534. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +17 -0
  535. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +17 -0
  536. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -1
  537. package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
  538. package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +1 -1
  539. package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
  540. package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
  541. package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
  542. package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
  543. package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  544. package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  545. package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +17 -0
  546. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
  547. package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
  548. package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
  549. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
  550. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +1 -1
  551. package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  552. package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +1 -1
  553. package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -2
  554. package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +17 -0
  555. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +17 -0
  556. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +17 -0
  557. package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +17 -0
  558. package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +17 -0
  559. package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +17 -0
  560. package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +2 -1
  561. package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  562. package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  563. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +17 -0
  564. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +17 -0
  565. package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
  566. package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  567. package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
  568. package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
  569. package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
  570. package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  571. package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  572. package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  573. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  574. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  575. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
  576. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  577. package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  578. package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +1 -1
  579. package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +1 -1
  580. package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +1 -1
  581. package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +1 -1
  582. package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +1 -1
  583. package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +17 -0
  584. package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +1 -1
  585. package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
  586. package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +1 -1
  587. package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
  588. package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
  589. package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
  590. package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  591. package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +1 -1
  592. package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
  593. package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +1 -1
  594. package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +1 -1
  595. package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  596. package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +1 -1
  597. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +17 -0
  598. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +17 -0
  599. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +17 -0
  600. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +17 -0
  601. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +17 -0
  602. package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +17 -0
  603. package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +17 -0
  604. package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +17 -0
  605. package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +17 -0
  606. package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +17 -0
  607. package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +17 -0
  608. package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +1 -1
  609. package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +1 -1
  610. package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  611. package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  612. package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  613. package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
  614. package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +1 -1
  615. package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +17 -0
  616. package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  617. package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  618. package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
  619. package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  620. package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +1 -1
  621. package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  622. package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  623. package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
  624. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  625. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
  626. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  627. package/dist-types/ts3.4/commands/index.d.ts +41 -0
  628. package/dist-types/ts3.4/models/index.d.ts +1 -0
  629. package/dist-types/ts3.4/models/models_0.d.ts +365 -330
  630. package/dist-types/ts3.4/models/models_1.d.ts +718 -637
  631. package/dist-types/ts3.4/models/models_2.d.ts +1909 -2028
  632. package/dist-types/ts3.4/models/models_3.d.ts +2228 -2450
  633. package/dist-types/ts3.4/models/models_4.d.ts +2221 -2001
  634. package/dist-types/ts3.4/models/models_5.d.ts +2542 -1582
  635. package/dist-types/ts3.4/models/models_6.d.ts +739 -0
  636. package/dist-types/ts3.4/pagination/DescribeIpamPoolsPaginator.d.ts +4 -0
  637. package/dist-types/ts3.4/pagination/DescribeIpamScopesPaginator.d.ts +4 -0
  638. package/dist-types/ts3.4/pagination/DescribeIpamsPaginator.d.ts +4 -0
  639. package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAccessScopeAnalysesPaginator.d.ts +4 -0
  640. package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAccessScopesPaginator.d.ts +4 -0
  641. package/dist-types/ts3.4/pagination/DescribeSnapshotTierStatusPaginator.d.ts +4 -0
  642. package/dist-types/ts3.4/pagination/GetIpamAddressHistoryPaginator.d.ts +4 -0
  643. package/dist-types/ts3.4/pagination/GetIpamPoolAllocationsPaginator.d.ts +4 -0
  644. package/dist-types/ts3.4/pagination/GetIpamPoolCidrsPaginator.d.ts +4 -0
  645. package/dist-types/ts3.4/pagination/GetIpamResourceCidrsPaginator.d.ts +4 -0
  646. package/dist-types/ts3.4/pagination/ListSnapshotsInRecycleBinPaginator.d.ts +4 -0
  647. package/dist-types/ts3.4/pagination/index.d.ts +11 -0
  648. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +123 -0
  649. package/package.json +1 -1
@@ -1,4 +1,332 @@
1
- import { _InstanceType, AcceleratorCount, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorType, AddPrefixListEntry, ApplianceModeSupportValue, AttachmentStatus, BareMetal, BurstablePerformance, CpuManufacturer, CurrencyCodeValues, DnsSupportValue, FleetLaunchTemplateSpecification, HostnameType, InstanceEventWindow, InstanceGeneration, InstanceRequirementsRequest, InternetGatewayAttachment, Ipv4PrefixSpecification, Ipv6SupportValue, LocalStorage, LocalStorageType, ReservedInstancesListing, ResourceType, RouteTableAssociationState, Subnet, Tag, TagSpecification, Tenancy, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VolumeAttachment, Vpc, WeekDay } from "./models_0";
1
+ import { _InstanceType, AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, AddressFamily, AttachmentStatus, BareMetal, BaselineEbsBandwidthMbpsRequest, BurstablePerformance, CpuManufacturer, CurrencyCodeValues, DnsSupportValue, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateSpecificationRequest, HostnameType, InstanceEventWindow, InstanceGeneration, InternetGatewayAttachment, Ipv4PrefixSpecification, LocalStorage, LocalStorageType, PortRange, Protocol, ReservedInstancesListing, ResourceType, RouteTableAssociationState, Subnet, Tag, TagSpecification, Tenancy, TransitGatewayAttachmentState, UnsuccessfulItem, WeekDay } from "./models_0";
2
+
3
+ export interface MemoryGiBPerVCpuRequest {
4
+
5
+ Min?: number;
6
+
7
+ Max?: number;
8
+ }
9
+ export declare namespace MemoryGiBPerVCpuRequest {
10
+
11
+ const filterSensitiveLog: (obj: MemoryGiBPerVCpuRequest) => any;
12
+ }
13
+
14
+ export interface MemoryMiBRequest {
15
+
16
+ Min: number | undefined;
17
+
18
+ Max?: number;
19
+ }
20
+ export declare namespace MemoryMiBRequest {
21
+
22
+ const filterSensitiveLog: (obj: MemoryMiBRequest) => any;
23
+ }
24
+
25
+ export interface NetworkInterfaceCountRequest {
26
+
27
+ Min?: number;
28
+
29
+ Max?: number;
30
+ }
31
+ export declare namespace NetworkInterfaceCountRequest {
32
+
33
+ const filterSensitiveLog: (obj: NetworkInterfaceCountRequest) => any;
34
+ }
35
+
36
+ export interface TotalLocalStorageGBRequest {
37
+
38
+ Min?: number;
39
+
40
+ Max?: number;
41
+ }
42
+ export declare namespace TotalLocalStorageGBRequest {
43
+
44
+ const filterSensitiveLog: (obj: TotalLocalStorageGBRequest) => any;
45
+ }
46
+
47
+ export interface VCpuCountRangeRequest {
48
+
49
+ Min: number | undefined;
50
+
51
+ Max?: number;
52
+ }
53
+ export declare namespace VCpuCountRangeRequest {
54
+
55
+ const filterSensitiveLog: (obj: VCpuCountRangeRequest) => any;
56
+ }
57
+
58
+ export interface InstanceRequirementsRequest {
59
+
60
+ VCpuCount: VCpuCountRangeRequest | undefined;
61
+
62
+ MemoryMiB: MemoryMiBRequest | undefined;
63
+
64
+ CpuManufacturers?: (CpuManufacturer | string)[];
65
+
66
+ MemoryGiBPerVCpu?: MemoryGiBPerVCpuRequest;
67
+
68
+ ExcludedInstanceTypes?: string[];
69
+
70
+ InstanceGenerations?: (InstanceGeneration | string)[];
71
+
72
+ SpotMaxPricePercentageOverLowestPrice?: number;
73
+
74
+ OnDemandMaxPricePercentageOverLowestPrice?: number;
75
+
76
+ BareMetal?: BareMetal | string;
77
+
78
+ BurstablePerformance?: BurstablePerformance | string;
79
+
80
+ RequireHibernateSupport?: boolean;
81
+
82
+ NetworkInterfaceCount?: NetworkInterfaceCountRequest;
83
+
84
+ LocalStorage?: LocalStorage | string;
85
+
86
+ LocalStorageTypes?: (LocalStorageType | string)[];
87
+
88
+ TotalLocalStorageGB?: TotalLocalStorageGBRequest;
89
+
90
+ BaselineEbsBandwidthMbps?: BaselineEbsBandwidthMbpsRequest;
91
+
92
+ AcceleratorTypes?: (AcceleratorType | string)[];
93
+
94
+ AcceleratorCount?: AcceleratorCountRequest;
95
+
96
+ AcceleratorManufacturers?: (AcceleratorManufacturer | string)[];
97
+
98
+ AcceleratorNames?: (AcceleratorName | string)[];
99
+
100
+ AcceleratorTotalMemoryMiB?: AcceleratorTotalMemoryMiBRequest;
101
+ }
102
+ export declare namespace InstanceRequirementsRequest {
103
+
104
+ const filterSensitiveLog: (obj: InstanceRequirementsRequest) => any;
105
+ }
106
+
107
+ export interface Placement {
108
+
109
+ AvailabilityZone?: string;
110
+
111
+ Affinity?: string;
112
+
113
+ GroupName?: string;
114
+
115
+ PartitionNumber?: number;
116
+
117
+ HostId?: string;
118
+
119
+ Tenancy?: Tenancy | string;
120
+
121
+ SpreadDomain?: string;
122
+
123
+ HostResourceGroupArn?: string;
124
+ }
125
+ export declare namespace Placement {
126
+
127
+ const filterSensitiveLog: (obj: Placement) => any;
128
+ }
129
+
130
+ export interface FleetLaunchTemplateOverridesRequest {
131
+
132
+ InstanceType?: _InstanceType | string;
133
+
134
+ MaxPrice?: string;
135
+
136
+ SubnetId?: string;
137
+
138
+ AvailabilityZone?: string;
139
+
140
+ WeightedCapacity?: number;
141
+
142
+ Priority?: number;
143
+
144
+ Placement?: Placement;
145
+
146
+ InstanceRequirements?: InstanceRequirementsRequest;
147
+ }
148
+ export declare namespace FleetLaunchTemplateOverridesRequest {
149
+
150
+ const filterSensitiveLog: (obj: FleetLaunchTemplateOverridesRequest) => any;
151
+ }
152
+
153
+ export interface FleetLaunchTemplateConfigRequest {
154
+
155
+ LaunchTemplateSpecification?: FleetLaunchTemplateSpecificationRequest;
156
+
157
+ Overrides?: FleetLaunchTemplateOverridesRequest[];
158
+ }
159
+ export declare namespace FleetLaunchTemplateConfigRequest {
160
+
161
+ const filterSensitiveLog: (obj: FleetLaunchTemplateConfigRequest) => any;
162
+ }
163
+ export declare enum FleetOnDemandAllocationStrategy {
164
+ LOWEST_PRICE = "lowest-price",
165
+ PRIORITIZED = "prioritized"
166
+ }
167
+ export declare enum FleetCapacityReservationUsageStrategy {
168
+ USE_CAPACITY_RESERVATIONS_FIRST = "use-capacity-reservations-first"
169
+ }
170
+
171
+ export interface CapacityReservationOptionsRequest {
172
+
173
+ UsageStrategy?: FleetCapacityReservationUsageStrategy | string;
174
+ }
175
+ export declare namespace CapacityReservationOptionsRequest {
176
+
177
+ const filterSensitiveLog: (obj: CapacityReservationOptionsRequest) => any;
178
+ }
179
+
180
+ export interface OnDemandOptionsRequest {
181
+
182
+ AllocationStrategy?: FleetOnDemandAllocationStrategy | string;
183
+
184
+ CapacityReservationOptions?: CapacityReservationOptionsRequest;
185
+
186
+ SingleInstanceType?: boolean;
187
+
188
+ SingleAvailabilityZone?: boolean;
189
+
190
+ MinTargetCapacity?: number;
191
+
192
+ MaxTotalPrice?: string;
193
+ }
194
+ export declare namespace OnDemandOptionsRequest {
195
+
196
+ const filterSensitiveLog: (obj: OnDemandOptionsRequest) => any;
197
+ }
198
+ export declare enum SpotAllocationStrategy {
199
+ CAPACITY_OPTIMIZED = "capacity-optimized",
200
+ CAPACITY_OPTIMIZED_PRIORITIZED = "capacity-optimized-prioritized",
201
+ DIVERSIFIED = "diversified",
202
+ LOWEST_PRICE = "lowest-price"
203
+ }
204
+ export declare type SpotInstanceInterruptionBehavior = "hibernate" | "stop" | "terminate";
205
+ export declare enum FleetReplacementStrategy {
206
+ LAUNCH = "launch",
207
+ LAUNCH_BEFORE_TERMINATE = "launch-before-terminate"
208
+ }
209
+
210
+ export interface FleetSpotCapacityRebalanceRequest {
211
+
212
+ ReplacementStrategy?: FleetReplacementStrategy | string;
213
+
214
+ TerminationDelay?: number;
215
+ }
216
+ export declare namespace FleetSpotCapacityRebalanceRequest {
217
+
218
+ const filterSensitiveLog: (obj: FleetSpotCapacityRebalanceRequest) => any;
219
+ }
220
+
221
+ export interface FleetSpotMaintenanceStrategiesRequest {
222
+
223
+ CapacityRebalance?: FleetSpotCapacityRebalanceRequest;
224
+ }
225
+ export declare namespace FleetSpotMaintenanceStrategiesRequest {
226
+
227
+ const filterSensitiveLog: (obj: FleetSpotMaintenanceStrategiesRequest) => any;
228
+ }
229
+
230
+ export interface SpotOptionsRequest {
231
+
232
+ AllocationStrategy?: SpotAllocationStrategy | string;
233
+
234
+ MaintenanceStrategies?: FleetSpotMaintenanceStrategiesRequest;
235
+
236
+ InstanceInterruptionBehavior?: SpotInstanceInterruptionBehavior | string;
237
+
238
+ InstancePoolsToUseCount?: number;
239
+
240
+ SingleInstanceType?: boolean;
241
+
242
+ SingleAvailabilityZone?: boolean;
243
+
244
+ MinTargetCapacity?: number;
245
+
246
+ MaxTotalPrice?: string;
247
+ }
248
+ export declare namespace SpotOptionsRequest {
249
+
250
+ const filterSensitiveLog: (obj: SpotOptionsRequest) => any;
251
+ }
252
+ export declare enum DefaultTargetCapacityType {
253
+ ON_DEMAND = "on-demand",
254
+ SPOT = "spot"
255
+ }
256
+ export declare enum TargetCapacityUnitType {
257
+ MEMORY_MIB = "memory-mib",
258
+ UNITS = "units",
259
+ VCPU = "vcpu"
260
+ }
261
+
262
+ export interface TargetCapacitySpecificationRequest {
263
+
264
+ TotalTargetCapacity: number | undefined;
265
+
266
+ OnDemandTargetCapacity?: number;
267
+
268
+ SpotTargetCapacity?: number;
269
+
270
+ DefaultTargetCapacityType?: DefaultTargetCapacityType | string;
271
+
272
+ TargetCapacityUnitType?: TargetCapacityUnitType | string;
273
+ }
274
+ export declare namespace TargetCapacitySpecificationRequest {
275
+
276
+ const filterSensitiveLog: (obj: TargetCapacitySpecificationRequest) => any;
277
+ }
278
+ export declare enum FleetType {
279
+ INSTANT = "instant",
280
+ MAINTAIN = "maintain",
281
+ REQUEST = "request"
282
+ }
283
+ export interface CreateFleetRequest {
284
+
285
+ DryRun?: boolean;
286
+
287
+ ClientToken?: string;
288
+
289
+ SpotOptions?: SpotOptionsRequest;
290
+
291
+ OnDemandOptions?: OnDemandOptionsRequest;
292
+
293
+ ExcessCapacityTerminationPolicy?: FleetExcessCapacityTerminationPolicy | string;
294
+
295
+ LaunchTemplateConfigs: FleetLaunchTemplateConfigRequest[] | undefined;
296
+
297
+ TargetCapacitySpecification: TargetCapacitySpecificationRequest | undefined;
298
+
299
+ TerminateInstancesWithExpiration?: boolean;
300
+
301
+ Type?: FleetType | string;
302
+
303
+ ValidFrom?: Date;
304
+
305
+ ValidUntil?: Date;
306
+
307
+ ReplaceUnhealthyInstances?: boolean;
308
+
309
+ TagSpecifications?: TagSpecification[];
310
+
311
+ Context?: string;
312
+ }
313
+ export declare namespace CreateFleetRequest {
314
+
315
+ const filterSensitiveLog: (obj: CreateFleetRequest) => any;
316
+ }
317
+
318
+ export interface FleetLaunchTemplateSpecification {
319
+
320
+ LaunchTemplateId?: string;
321
+
322
+ LaunchTemplateName?: string;
323
+
324
+ Version?: string;
325
+ }
326
+ export declare namespace FleetLaunchTemplateSpecification {
327
+
328
+ const filterSensitiveLog: (obj: FleetLaunchTemplateSpecification) => any;
329
+ }
2
330
 
3
331
  export interface BaselineEbsBandwidthMbps {
4
332
 
@@ -542,68 +870,340 @@ export declare namespace CreateInternetGatewayResult {
542
870
 
543
871
  const filterSensitiveLog: (obj: CreateInternetGatewayResult) => any;
544
872
  }
545
- export declare enum KeyType {
546
- ed25519 = "ed25519",
547
- rsa = "rsa"
548
- }
549
- export interface CreateKeyPairRequest {
550
-
551
- KeyName: string | undefined;
873
+ export interface CreateIpamRequest {
552
874
 
553
875
  DryRun?: boolean;
554
876
 
555
- KeyType?: KeyType | string;
877
+ Description?: string;
878
+
879
+ OperatingRegions?: AddIpamOperatingRegion[];
556
880
 
557
881
  TagSpecifications?: TagSpecification[];
882
+
883
+ ClientToken?: string;
558
884
  }
559
- export declare namespace CreateKeyPairRequest {
885
+ export declare namespace CreateIpamRequest {
560
886
 
561
- const filterSensitiveLog: (obj: CreateKeyPairRequest) => any;
887
+ const filterSensitiveLog: (obj: CreateIpamRequest) => any;
562
888
  }
563
889
 
564
- export interface KeyPair {
890
+ export interface IpamOperatingRegion {
565
891
 
566
- KeyFingerprint?: string;
892
+ RegionName?: string;
893
+ }
894
+ export declare namespace IpamOperatingRegion {
567
895
 
568
- KeyMaterial?: string;
896
+ const filterSensitiveLog: (obj: IpamOperatingRegion) => any;
897
+ }
898
+ export declare enum IpamState {
899
+ create_complete = "create-complete",
900
+ create_failed = "create-failed",
901
+ create_in_progress = "create-in-progress",
902
+ delete_complete = "delete-complete",
903
+ delete_failed = "delete-failed",
904
+ delete_in_progress = "delete-in-progress",
905
+ modify_complete = "modify-complete",
906
+ modify_failed = "modify-failed",
907
+ modify_in_progress = "modify-in-progress"
908
+ }
909
+
910
+ export interface Ipam {
569
911
 
570
- KeyName?: string;
912
+ OwnerId?: string;
571
913
 
572
- KeyPairId?: string;
914
+ IpamId?: string;
573
915
 
574
- Tags?: Tag[];
575
- }
576
- export declare namespace KeyPair {
916
+ IpamArn?: string;
577
917
 
578
- const filterSensitiveLog: (obj: KeyPair) => any;
579
- }
580
-
581
- export interface LaunchTemplateEbsBlockDeviceRequest {
918
+ IpamRegion?: string;
582
919
 
583
- Encrypted?: boolean;
920
+ PublicDefaultScopeId?: string;
584
921
 
585
- DeleteOnTermination?: boolean;
922
+ PrivateDefaultScopeId?: string;
586
923
 
587
- Iops?: number;
924
+ ScopeCount?: number;
588
925
 
589
- KmsKeyId?: string;
926
+ Description?: string;
590
927
 
591
- SnapshotId?: string;
928
+ OperatingRegions?: IpamOperatingRegion[];
592
929
 
593
- VolumeSize?: number;
930
+ State?: IpamState | string;
594
931
 
595
- VolumeType?: VolumeType | string;
932
+ Tags?: Tag[];
933
+ }
934
+ export declare namespace Ipam {
596
935
 
597
- Throughput?: number;
936
+ const filterSensitiveLog: (obj: Ipam) => any;
598
937
  }
599
- export declare namespace LaunchTemplateEbsBlockDeviceRequest {
938
+ export interface CreateIpamResult {
600
939
 
601
- const filterSensitiveLog: (obj: LaunchTemplateEbsBlockDeviceRequest) => any;
940
+ Ipam?: Ipam;
941
+ }
942
+ export declare namespace CreateIpamResult {
943
+
944
+ const filterSensitiveLog: (obj: CreateIpamResult) => any;
602
945
  }
603
946
 
604
- export interface LaunchTemplateBlockDeviceMappingRequest {
947
+ export interface RequestIpamResourceTag {
605
948
 
606
- DeviceName?: string;
949
+ Key?: string;
950
+
951
+ Value?: string;
952
+ }
953
+ export declare namespace RequestIpamResourceTag {
954
+
955
+ const filterSensitiveLog: (obj: RequestIpamResourceTag) => any;
956
+ }
957
+ export declare enum IpamPoolAwsService {
958
+ ec2 = "ec2"
959
+ }
960
+ export interface CreateIpamPoolRequest {
961
+
962
+ DryRun?: boolean;
963
+
964
+ IpamScopeId: string | undefined;
965
+
966
+ Locale?: string;
967
+
968
+ SourceIpamPoolId?: string;
969
+
970
+ Description?: string;
971
+
972
+ AddressFamily?: AddressFamily | string;
973
+
974
+ AutoImport?: boolean;
975
+
976
+ PubliclyAdvertisable?: boolean;
977
+
978
+ AllocationMinNetmaskLength?: number;
979
+
980
+ AllocationMaxNetmaskLength?: number;
981
+
982
+ AllocationDefaultNetmaskLength?: number;
983
+
984
+ AllocationResourceTags?: RequestIpamResourceTag[];
985
+
986
+ TagSpecifications?: TagSpecification[];
987
+
988
+ ClientToken?: string;
989
+
990
+ AwsService?: IpamPoolAwsService | string;
991
+ }
992
+ export declare namespace CreateIpamPoolRequest {
993
+
994
+ const filterSensitiveLog: (obj: CreateIpamPoolRequest) => any;
995
+ }
996
+
997
+ export interface IpamResourceTag {
998
+
999
+ Key?: string;
1000
+
1001
+ Value?: string;
1002
+ }
1003
+ export declare namespace IpamResourceTag {
1004
+
1005
+ const filterSensitiveLog: (obj: IpamResourceTag) => any;
1006
+ }
1007
+ export declare enum IpamScopeType {
1008
+ private = "private",
1009
+ public = "public"
1010
+ }
1011
+ export declare enum IpamPoolState {
1012
+ create_complete = "create-complete",
1013
+ create_failed = "create-failed",
1014
+ create_in_progress = "create-in-progress",
1015
+ delete_complete = "delete-complete",
1016
+ delete_failed = "delete-failed",
1017
+ delete_in_progress = "delete-in-progress",
1018
+ modify_complete = "modify-complete",
1019
+ modify_failed = "modify-failed",
1020
+ modify_in_progress = "modify-in-progress"
1021
+ }
1022
+
1023
+ export interface IpamPool {
1024
+
1025
+ OwnerId?: string;
1026
+
1027
+ IpamPoolId?: string;
1028
+
1029
+ SourceIpamPoolId?: string;
1030
+
1031
+ IpamPoolArn?: string;
1032
+
1033
+ IpamScopeArn?: string;
1034
+
1035
+ IpamScopeType?: IpamScopeType | string;
1036
+
1037
+ IpamArn?: string;
1038
+
1039
+ IpamRegion?: string;
1040
+
1041
+ Locale?: string;
1042
+
1043
+ PoolDepth?: number;
1044
+
1045
+ State?: IpamPoolState | string;
1046
+
1047
+ StateMessage?: string;
1048
+
1049
+ Description?: string;
1050
+
1051
+ AutoImport?: boolean;
1052
+
1053
+ PubliclyAdvertisable?: boolean;
1054
+
1055
+ AddressFamily?: AddressFamily | string;
1056
+
1057
+ AllocationMinNetmaskLength?: number;
1058
+
1059
+ AllocationMaxNetmaskLength?: number;
1060
+
1061
+ AllocationDefaultNetmaskLength?: number;
1062
+
1063
+ AllocationResourceTags?: IpamResourceTag[];
1064
+
1065
+ Tags?: Tag[];
1066
+
1067
+ AwsService?: IpamPoolAwsService | string;
1068
+ }
1069
+ export declare namespace IpamPool {
1070
+
1071
+ const filterSensitiveLog: (obj: IpamPool) => any;
1072
+ }
1073
+ export interface CreateIpamPoolResult {
1074
+
1075
+ IpamPool?: IpamPool;
1076
+ }
1077
+ export declare namespace CreateIpamPoolResult {
1078
+
1079
+ const filterSensitiveLog: (obj: CreateIpamPoolResult) => any;
1080
+ }
1081
+ export interface CreateIpamScopeRequest {
1082
+
1083
+ DryRun?: boolean;
1084
+
1085
+ IpamId: string | undefined;
1086
+
1087
+ Description?: string;
1088
+
1089
+ TagSpecifications?: TagSpecification[];
1090
+
1091
+ ClientToken?: string;
1092
+ }
1093
+ export declare namespace CreateIpamScopeRequest {
1094
+
1095
+ const filterSensitiveLog: (obj: CreateIpamScopeRequest) => any;
1096
+ }
1097
+ export declare enum IpamScopeState {
1098
+ create_complete = "create-complete",
1099
+ create_failed = "create-failed",
1100
+ create_in_progress = "create-in-progress",
1101
+ delete_complete = "delete-complete",
1102
+ delete_failed = "delete-failed",
1103
+ delete_in_progress = "delete-in-progress",
1104
+ modify_complete = "modify-complete",
1105
+ modify_failed = "modify-failed",
1106
+ modify_in_progress = "modify-in-progress"
1107
+ }
1108
+
1109
+ export interface IpamScope {
1110
+
1111
+ OwnerId?: string;
1112
+
1113
+ IpamScopeId?: string;
1114
+
1115
+ IpamScopeArn?: string;
1116
+
1117
+ IpamArn?: string;
1118
+
1119
+ IpamRegion?: string;
1120
+
1121
+ IpamScopeType?: IpamScopeType | string;
1122
+
1123
+ IsDefault?: boolean;
1124
+
1125
+ Description?: string;
1126
+
1127
+ PoolCount?: number;
1128
+
1129
+ State?: IpamScopeState | string;
1130
+
1131
+ Tags?: Tag[];
1132
+ }
1133
+ export declare namespace IpamScope {
1134
+
1135
+ const filterSensitiveLog: (obj: IpamScope) => any;
1136
+ }
1137
+ export interface CreateIpamScopeResult {
1138
+
1139
+ IpamScope?: IpamScope;
1140
+ }
1141
+ export declare namespace CreateIpamScopeResult {
1142
+
1143
+ const filterSensitiveLog: (obj: CreateIpamScopeResult) => any;
1144
+ }
1145
+ export declare enum KeyType {
1146
+ ed25519 = "ed25519",
1147
+ rsa = "rsa"
1148
+ }
1149
+ export interface CreateKeyPairRequest {
1150
+
1151
+ KeyName: string | undefined;
1152
+
1153
+ DryRun?: boolean;
1154
+
1155
+ KeyType?: KeyType | string;
1156
+
1157
+ TagSpecifications?: TagSpecification[];
1158
+ }
1159
+ export declare namespace CreateKeyPairRequest {
1160
+
1161
+ const filterSensitiveLog: (obj: CreateKeyPairRequest) => any;
1162
+ }
1163
+
1164
+ export interface KeyPair {
1165
+
1166
+ KeyFingerprint?: string;
1167
+
1168
+ KeyMaterial?: string;
1169
+
1170
+ KeyName?: string;
1171
+
1172
+ KeyPairId?: string;
1173
+
1174
+ Tags?: Tag[];
1175
+ }
1176
+ export declare namespace KeyPair {
1177
+
1178
+ const filterSensitiveLog: (obj: KeyPair) => any;
1179
+ }
1180
+
1181
+ export interface LaunchTemplateEbsBlockDeviceRequest {
1182
+
1183
+ Encrypted?: boolean;
1184
+
1185
+ DeleteOnTermination?: boolean;
1186
+
1187
+ Iops?: number;
1188
+
1189
+ KmsKeyId?: string;
1190
+
1191
+ SnapshotId?: string;
1192
+
1193
+ VolumeSize?: number;
1194
+
1195
+ VolumeType?: VolumeType | string;
1196
+
1197
+ Throughput?: number;
1198
+ }
1199
+ export declare namespace LaunchTemplateEbsBlockDeviceRequest {
1200
+
1201
+ const filterSensitiveLog: (obj: LaunchTemplateEbsBlockDeviceRequest) => any;
1202
+ }
1203
+
1204
+ export interface LaunchTemplateBlockDeviceMappingRequest {
1205
+
1206
+ DeviceName?: string;
607
1207
 
608
1208
  VirtualName?: string;
609
1209
 
@@ -1759,17 +2359,6 @@ export declare namespace IcmpTypeCode {
1759
2359
 
1760
2360
  const filterSensitiveLog: (obj: IcmpTypeCode) => any;
1761
2361
  }
1762
-
1763
- export interface PortRange {
1764
-
1765
- From?: number;
1766
-
1767
- To?: number;
1768
- }
1769
- export declare namespace PortRange {
1770
-
1771
- const filterSensitiveLog: (obj: PortRange) => any;
1772
- }
1773
2362
  export declare type RuleAction = "allow" | "deny";
1774
2363
 
1775
2364
  export interface NetworkAclEntry {
@@ -1849,7 +2438,62 @@ export declare namespace CreateNetworkAclEntryRequest {
1849
2438
 
1850
2439
  const filterSensitiveLog: (obj: CreateNetworkAclEntryRequest) => any;
1851
2440
  }
1852
- export declare type Protocol = "tcp" | "udp";
2441
+ export interface CreateNetworkInsightsAccessScopeRequest {
2442
+
2443
+ MatchPaths?: AccessScopePathRequest[];
2444
+
2445
+ ExcludePaths?: AccessScopePathRequest[];
2446
+
2447
+ ClientToken?: string;
2448
+
2449
+ TagSpecifications?: TagSpecification[];
2450
+
2451
+ DryRun?: boolean;
2452
+ }
2453
+ export declare namespace CreateNetworkInsightsAccessScopeRequest {
2454
+
2455
+ const filterSensitiveLog: (obj: CreateNetworkInsightsAccessScopeRequest) => any;
2456
+ }
2457
+
2458
+ export interface NetworkInsightsAccessScope {
2459
+
2460
+ NetworkInsightsAccessScopeId?: string;
2461
+
2462
+ NetworkInsightsAccessScopeArn?: string;
2463
+
2464
+ CreatedDate?: Date;
2465
+
2466
+ UpdatedDate?: Date;
2467
+
2468
+ Tags?: Tag[];
2469
+ }
2470
+ export declare namespace NetworkInsightsAccessScope {
2471
+
2472
+ const filterSensitiveLog: (obj: NetworkInsightsAccessScope) => any;
2473
+ }
2474
+
2475
+ export interface NetworkInsightsAccessScopeContent {
2476
+
2477
+ NetworkInsightsAccessScopeId?: string;
2478
+
2479
+ MatchPaths?: AccessScopePath[];
2480
+
2481
+ ExcludePaths?: AccessScopePath[];
2482
+ }
2483
+ export declare namespace NetworkInsightsAccessScopeContent {
2484
+
2485
+ const filterSensitiveLog: (obj: NetworkInsightsAccessScopeContent) => any;
2486
+ }
2487
+ export interface CreateNetworkInsightsAccessScopeResult {
2488
+
2489
+ NetworkInsightsAccessScope?: NetworkInsightsAccessScope;
2490
+
2491
+ NetworkInsightsAccessScopeContent?: NetworkInsightsAccessScopeContent;
2492
+ }
2493
+ export declare namespace CreateNetworkInsightsAccessScopeResult {
2494
+
2495
+ const filterSensitiveLog: (obj: CreateNetworkInsightsAccessScopeResult) => any;
2496
+ }
1853
2497
  export interface CreateNetworkInsightsPathRequest {
1854
2498
 
1855
2499
  SourceIp?: string;
@@ -2212,6 +2856,24 @@ export declare namespace CreatePlacementGroupResult {
2212
2856
 
2213
2857
  const filterSensitiveLog: (obj: CreatePlacementGroupResult) => any;
2214
2858
  }
2859
+ export interface CreatePublicIpv4PoolRequest {
2860
+
2861
+ DryRun?: boolean;
2862
+
2863
+ TagSpecifications?: TagSpecification[];
2864
+ }
2865
+ export declare namespace CreatePublicIpv4PoolRequest {
2866
+
2867
+ const filterSensitiveLog: (obj: CreatePublicIpv4PoolRequest) => any;
2868
+ }
2869
+ export interface CreatePublicIpv4PoolResult {
2870
+
2871
+ PoolId?: string;
2872
+ }
2873
+ export declare namespace CreatePublicIpv4PoolResult {
2874
+
2875
+ const filterSensitiveLog: (obj: CreatePublicIpv4PoolResult) => any;
2876
+ }
2215
2877
  export interface CreateReplaceRootVolumeTaskRequest {
2216
2878
 
2217
2879
  InstanceId: string | undefined;
@@ -2522,7 +3184,11 @@ export declare namespace CreateSnapshotRequest {
2522
3184
 
2523
3185
  const filterSensitiveLog: (obj: CreateSnapshotRequest) => any;
2524
3186
  }
2525
- export declare type SnapshotState = "completed" | "error" | "pending";
3187
+ export declare type SnapshotState = "completed" | "error" | "pending" | "recoverable" | "recovering";
3188
+ export declare enum StorageTier {
3189
+ archive = "archive",
3190
+ standard = "standard"
3191
+ }
2526
3192
 
2527
3193
  export interface Snapshot {
2528
3194
 
@@ -2555,6 +3221,10 @@ export interface Snapshot {
2555
3221
  OutpostArn?: string;
2556
3222
 
2557
3223
  Tags?: Tag[];
3224
+
3225
+ StorageTier?: StorageTier | string;
3226
+
3227
+ RestoreExpiryTime?: Date;
2558
3228
  }
2559
3229
  export declare namespace Snapshot {
2560
3230
 
@@ -3266,592 +3936,3 @@ export declare namespace TransitGatewayAttachmentBgpConfiguration {
3266
3936
 
3267
3937
  const filterSensitiveLog: (obj: TransitGatewayAttachmentBgpConfiguration) => any;
3268
3938
  }
3269
-
3270
- export interface TransitGatewayConnectPeerConfiguration {
3271
-
3272
- TransitGatewayAddress?: string;
3273
-
3274
- PeerAddress?: string;
3275
-
3276
- InsideCidrBlocks?: string[];
3277
-
3278
- Protocol?: ProtocolValue | string;
3279
-
3280
- BgpConfigurations?: TransitGatewayAttachmentBgpConfiguration[];
3281
- }
3282
- export declare namespace TransitGatewayConnectPeerConfiguration {
3283
-
3284
- const filterSensitiveLog: (obj: TransitGatewayConnectPeerConfiguration) => any;
3285
- }
3286
- export declare type TransitGatewayConnectPeerState = "available" | "deleted" | "deleting" | "pending";
3287
-
3288
- export interface TransitGatewayConnectPeer {
3289
-
3290
- TransitGatewayAttachmentId?: string;
3291
-
3292
- TransitGatewayConnectPeerId?: string;
3293
-
3294
- State?: TransitGatewayConnectPeerState | string;
3295
-
3296
- CreationTime?: Date;
3297
-
3298
- ConnectPeerConfiguration?: TransitGatewayConnectPeerConfiguration;
3299
-
3300
- Tags?: Tag[];
3301
- }
3302
- export declare namespace TransitGatewayConnectPeer {
3303
-
3304
- const filterSensitiveLog: (obj: TransitGatewayConnectPeer) => any;
3305
- }
3306
- export interface CreateTransitGatewayConnectPeerResult {
3307
-
3308
- TransitGatewayConnectPeer?: TransitGatewayConnectPeer;
3309
- }
3310
- export declare namespace CreateTransitGatewayConnectPeerResult {
3311
-
3312
- const filterSensitiveLog: (obj: CreateTransitGatewayConnectPeerResult) => any;
3313
- }
3314
- export declare type AutoAcceptSharedAssociationsValue = "disable" | "enable";
3315
- export declare type Igmpv2SupportValue = "disable" | "enable";
3316
- export declare type StaticSourcesSupportValue = "disable" | "enable";
3317
-
3318
- export interface CreateTransitGatewayMulticastDomainRequestOptions {
3319
-
3320
- Igmpv2Support?: Igmpv2SupportValue | string;
3321
-
3322
- StaticSourcesSupport?: StaticSourcesSupportValue | string;
3323
-
3324
- AutoAcceptSharedAssociations?: AutoAcceptSharedAssociationsValue | string;
3325
- }
3326
- export declare namespace CreateTransitGatewayMulticastDomainRequestOptions {
3327
-
3328
- const filterSensitiveLog: (obj: CreateTransitGatewayMulticastDomainRequestOptions) => any;
3329
- }
3330
- export interface CreateTransitGatewayMulticastDomainRequest {
3331
-
3332
- TransitGatewayId: string | undefined;
3333
-
3334
- Options?: CreateTransitGatewayMulticastDomainRequestOptions;
3335
-
3336
- TagSpecifications?: TagSpecification[];
3337
-
3338
- DryRun?: boolean;
3339
- }
3340
- export declare namespace CreateTransitGatewayMulticastDomainRequest {
3341
-
3342
- const filterSensitiveLog: (obj: CreateTransitGatewayMulticastDomainRequest) => any;
3343
- }
3344
-
3345
- export interface TransitGatewayMulticastDomainOptions {
3346
-
3347
- Igmpv2Support?: Igmpv2SupportValue | string;
3348
-
3349
- StaticSourcesSupport?: StaticSourcesSupportValue | string;
3350
-
3351
- AutoAcceptSharedAssociations?: AutoAcceptSharedAssociationsValue | string;
3352
- }
3353
- export declare namespace TransitGatewayMulticastDomainOptions {
3354
-
3355
- const filterSensitiveLog: (obj: TransitGatewayMulticastDomainOptions) => any;
3356
- }
3357
- export declare type TransitGatewayMulticastDomainState = "available" | "deleted" | "deleting" | "pending";
3358
-
3359
- export interface TransitGatewayMulticastDomain {
3360
-
3361
- TransitGatewayMulticastDomainId?: string;
3362
-
3363
- TransitGatewayId?: string;
3364
-
3365
- TransitGatewayMulticastDomainArn?: string;
3366
-
3367
- OwnerId?: string;
3368
-
3369
- Options?: TransitGatewayMulticastDomainOptions;
3370
-
3371
- State?: TransitGatewayMulticastDomainState | string;
3372
-
3373
- CreationTime?: Date;
3374
-
3375
- Tags?: Tag[];
3376
- }
3377
- export declare namespace TransitGatewayMulticastDomain {
3378
-
3379
- const filterSensitiveLog: (obj: TransitGatewayMulticastDomain) => any;
3380
- }
3381
- export interface CreateTransitGatewayMulticastDomainResult {
3382
-
3383
- TransitGatewayMulticastDomain?: TransitGatewayMulticastDomain;
3384
- }
3385
- export declare namespace CreateTransitGatewayMulticastDomainResult {
3386
-
3387
- const filterSensitiveLog: (obj: CreateTransitGatewayMulticastDomainResult) => any;
3388
- }
3389
- export interface CreateTransitGatewayPeeringAttachmentRequest {
3390
-
3391
- TransitGatewayId: string | undefined;
3392
-
3393
- PeerTransitGatewayId: string | undefined;
3394
-
3395
- PeerAccountId: string | undefined;
3396
-
3397
- PeerRegion: string | undefined;
3398
-
3399
- TagSpecifications?: TagSpecification[];
3400
-
3401
- DryRun?: boolean;
3402
- }
3403
- export declare namespace CreateTransitGatewayPeeringAttachmentRequest {
3404
-
3405
- const filterSensitiveLog: (obj: CreateTransitGatewayPeeringAttachmentRequest) => any;
3406
- }
3407
- export interface CreateTransitGatewayPeeringAttachmentResult {
3408
-
3409
- TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment;
3410
- }
3411
- export declare namespace CreateTransitGatewayPeeringAttachmentResult {
3412
-
3413
- const filterSensitiveLog: (obj: CreateTransitGatewayPeeringAttachmentResult) => any;
3414
- }
3415
- export interface CreateTransitGatewayPrefixListReferenceRequest {
3416
-
3417
- TransitGatewayRouteTableId: string | undefined;
3418
-
3419
- PrefixListId: string | undefined;
3420
-
3421
- TransitGatewayAttachmentId?: string;
3422
-
3423
- Blackhole?: boolean;
3424
-
3425
- DryRun?: boolean;
3426
- }
3427
- export declare namespace CreateTransitGatewayPrefixListReferenceRequest {
3428
-
3429
- const filterSensitiveLog: (obj: CreateTransitGatewayPrefixListReferenceRequest) => any;
3430
- }
3431
- export declare type TransitGatewayPrefixListReferenceState = "available" | "deleting" | "modifying" | "pending";
3432
-
3433
- export interface TransitGatewayPrefixListAttachment {
3434
-
3435
- TransitGatewayAttachmentId?: string;
3436
-
3437
- ResourceType?: TransitGatewayAttachmentResourceType | string;
3438
-
3439
- ResourceId?: string;
3440
- }
3441
- export declare namespace TransitGatewayPrefixListAttachment {
3442
-
3443
- const filterSensitiveLog: (obj: TransitGatewayPrefixListAttachment) => any;
3444
- }
3445
-
3446
- export interface TransitGatewayPrefixListReference {
3447
-
3448
- TransitGatewayRouteTableId?: string;
3449
-
3450
- PrefixListId?: string;
3451
-
3452
- PrefixListOwnerId?: string;
3453
-
3454
- State?: TransitGatewayPrefixListReferenceState | string;
3455
-
3456
- Blackhole?: boolean;
3457
-
3458
- TransitGatewayAttachment?: TransitGatewayPrefixListAttachment;
3459
- }
3460
- export declare namespace TransitGatewayPrefixListReference {
3461
-
3462
- const filterSensitiveLog: (obj: TransitGatewayPrefixListReference) => any;
3463
- }
3464
- export interface CreateTransitGatewayPrefixListReferenceResult {
3465
-
3466
- TransitGatewayPrefixListReference?: TransitGatewayPrefixListReference;
3467
- }
3468
- export declare namespace CreateTransitGatewayPrefixListReferenceResult {
3469
-
3470
- const filterSensitiveLog: (obj: CreateTransitGatewayPrefixListReferenceResult) => any;
3471
- }
3472
- export interface CreateTransitGatewayRouteRequest {
3473
-
3474
- DestinationCidrBlock: string | undefined;
3475
-
3476
- TransitGatewayRouteTableId: string | undefined;
3477
-
3478
- TransitGatewayAttachmentId?: string;
3479
-
3480
- Blackhole?: boolean;
3481
-
3482
- DryRun?: boolean;
3483
- }
3484
- export declare namespace CreateTransitGatewayRouteRequest {
3485
-
3486
- const filterSensitiveLog: (obj: CreateTransitGatewayRouteRequest) => any;
3487
- }
3488
- export declare type TransitGatewayRouteState = "active" | "blackhole" | "deleted" | "deleting" | "pending";
3489
-
3490
- export interface TransitGatewayRouteAttachment {
3491
-
3492
- ResourceId?: string;
3493
-
3494
- TransitGatewayAttachmentId?: string;
3495
-
3496
- ResourceType?: TransitGatewayAttachmentResourceType | string;
3497
- }
3498
- export declare namespace TransitGatewayRouteAttachment {
3499
-
3500
- const filterSensitiveLog: (obj: TransitGatewayRouteAttachment) => any;
3501
- }
3502
- export declare type TransitGatewayRouteType = "propagated" | "static";
3503
-
3504
- export interface TransitGatewayRoute {
3505
-
3506
- DestinationCidrBlock?: string;
3507
-
3508
- PrefixListId?: string;
3509
-
3510
- TransitGatewayAttachments?: TransitGatewayRouteAttachment[];
3511
-
3512
- Type?: TransitGatewayRouteType | string;
3513
-
3514
- State?: TransitGatewayRouteState | string;
3515
- }
3516
- export declare namespace TransitGatewayRoute {
3517
-
3518
- const filterSensitiveLog: (obj: TransitGatewayRoute) => any;
3519
- }
3520
- export interface CreateTransitGatewayRouteResult {
3521
-
3522
- Route?: TransitGatewayRoute;
3523
- }
3524
- export declare namespace CreateTransitGatewayRouteResult {
3525
-
3526
- const filterSensitiveLog: (obj: CreateTransitGatewayRouteResult) => any;
3527
- }
3528
- export interface CreateTransitGatewayRouteTableRequest {
3529
-
3530
- TransitGatewayId: string | undefined;
3531
-
3532
- TagSpecifications?: TagSpecification[];
3533
-
3534
- DryRun?: boolean;
3535
- }
3536
- export declare namespace CreateTransitGatewayRouteTableRequest {
3537
-
3538
- const filterSensitiveLog: (obj: CreateTransitGatewayRouteTableRequest) => any;
3539
- }
3540
- export declare type TransitGatewayRouteTableState = "available" | "deleted" | "deleting" | "pending";
3541
-
3542
- export interface TransitGatewayRouteTable {
3543
-
3544
- TransitGatewayRouteTableId?: string;
3545
-
3546
- TransitGatewayId?: string;
3547
-
3548
- State?: TransitGatewayRouteTableState | string;
3549
-
3550
- DefaultAssociationRouteTable?: boolean;
3551
-
3552
- DefaultPropagationRouteTable?: boolean;
3553
-
3554
- CreationTime?: Date;
3555
-
3556
- Tags?: Tag[];
3557
- }
3558
- export declare namespace TransitGatewayRouteTable {
3559
-
3560
- const filterSensitiveLog: (obj: TransitGatewayRouteTable) => any;
3561
- }
3562
- export interface CreateTransitGatewayRouteTableResult {
3563
-
3564
- TransitGatewayRouteTable?: TransitGatewayRouteTable;
3565
- }
3566
- export declare namespace CreateTransitGatewayRouteTableResult {
3567
-
3568
- const filterSensitiveLog: (obj: CreateTransitGatewayRouteTableResult) => any;
3569
- }
3570
-
3571
- export interface CreateTransitGatewayVpcAttachmentRequestOptions {
3572
-
3573
- DnsSupport?: DnsSupportValue | string;
3574
-
3575
- Ipv6Support?: Ipv6SupportValue | string;
3576
-
3577
- ApplianceModeSupport?: ApplianceModeSupportValue | string;
3578
- }
3579
- export declare namespace CreateTransitGatewayVpcAttachmentRequestOptions {
3580
-
3581
- const filterSensitiveLog: (obj: CreateTransitGatewayVpcAttachmentRequestOptions) => any;
3582
- }
3583
- export interface CreateTransitGatewayVpcAttachmentRequest {
3584
-
3585
- TransitGatewayId: string | undefined;
3586
-
3587
- VpcId: string | undefined;
3588
-
3589
- SubnetIds: string[] | undefined;
3590
-
3591
- Options?: CreateTransitGatewayVpcAttachmentRequestOptions;
3592
-
3593
- TagSpecifications?: TagSpecification[];
3594
-
3595
- DryRun?: boolean;
3596
- }
3597
- export declare namespace CreateTransitGatewayVpcAttachmentRequest {
3598
-
3599
- const filterSensitiveLog: (obj: CreateTransitGatewayVpcAttachmentRequest) => any;
3600
- }
3601
- export interface CreateTransitGatewayVpcAttachmentResult {
3602
-
3603
- TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment;
3604
- }
3605
- export declare namespace CreateTransitGatewayVpcAttachmentResult {
3606
-
3607
- const filterSensitiveLog: (obj: CreateTransitGatewayVpcAttachmentResult) => any;
3608
- }
3609
- export interface CreateVolumeRequest {
3610
-
3611
- AvailabilityZone: string | undefined;
3612
-
3613
- Encrypted?: boolean;
3614
-
3615
- Iops?: number;
3616
-
3617
- KmsKeyId?: string;
3618
-
3619
- OutpostArn?: string;
3620
-
3621
- Size?: number;
3622
-
3623
- SnapshotId?: string;
3624
-
3625
- VolumeType?: VolumeType | string;
3626
-
3627
- DryRun?: boolean;
3628
-
3629
- TagSpecifications?: TagSpecification[];
3630
-
3631
- MultiAttachEnabled?: boolean;
3632
-
3633
- Throughput?: number;
3634
-
3635
- ClientToken?: string;
3636
- }
3637
- export declare namespace CreateVolumeRequest {
3638
-
3639
- const filterSensitiveLog: (obj: CreateVolumeRequest) => any;
3640
- }
3641
- export declare type VolumeState = "available" | "creating" | "deleted" | "deleting" | "error" | "in-use";
3642
-
3643
- export interface Volume {
3644
-
3645
- Attachments?: VolumeAttachment[];
3646
-
3647
- AvailabilityZone?: string;
3648
-
3649
- CreateTime?: Date;
3650
-
3651
- Encrypted?: boolean;
3652
-
3653
- KmsKeyId?: string;
3654
-
3655
- OutpostArn?: string;
3656
-
3657
- Size?: number;
3658
-
3659
- SnapshotId?: string;
3660
-
3661
- State?: VolumeState | string;
3662
-
3663
- VolumeId?: string;
3664
-
3665
- Iops?: number;
3666
-
3667
- Tags?: Tag[];
3668
-
3669
- VolumeType?: VolumeType | string;
3670
-
3671
- FastRestored?: boolean;
3672
-
3673
- MultiAttachEnabled?: boolean;
3674
-
3675
- Throughput?: number;
3676
- }
3677
- export declare namespace Volume {
3678
-
3679
- const filterSensitiveLog: (obj: Volume) => any;
3680
- }
3681
- export interface CreateVpcRequest {
3682
-
3683
- CidrBlock: string | undefined;
3684
-
3685
- AmazonProvidedIpv6CidrBlock?: boolean;
3686
-
3687
- Ipv6Pool?: string;
3688
-
3689
- Ipv6CidrBlock?: string;
3690
-
3691
- DryRun?: boolean;
3692
-
3693
- InstanceTenancy?: Tenancy | string;
3694
-
3695
- Ipv6CidrBlockNetworkBorderGroup?: string;
3696
-
3697
- TagSpecifications?: TagSpecification[];
3698
- }
3699
- export declare namespace CreateVpcRequest {
3700
-
3701
- const filterSensitiveLog: (obj: CreateVpcRequest) => any;
3702
- }
3703
- export interface CreateVpcResult {
3704
-
3705
- Vpc?: Vpc;
3706
- }
3707
- export declare namespace CreateVpcResult {
3708
-
3709
- const filterSensitiveLog: (obj: CreateVpcResult) => any;
3710
- }
3711
- export declare enum VpcEndpointType {
3712
- Gateway = "Gateway",
3713
- GatewayLoadBalancer = "GatewayLoadBalancer",
3714
- Interface = "Interface"
3715
- }
3716
-
3717
- export interface CreateVpcEndpointRequest {
3718
-
3719
- DryRun?: boolean;
3720
-
3721
- VpcEndpointType?: VpcEndpointType | string;
3722
-
3723
- VpcId: string | undefined;
3724
-
3725
- ServiceName: string | undefined;
3726
-
3727
- PolicyDocument?: string;
3728
-
3729
- RouteTableIds?: string[];
3730
-
3731
- SubnetIds?: string[];
3732
-
3733
- SecurityGroupIds?: string[];
3734
-
3735
- ClientToken?: string;
3736
-
3737
- PrivateDnsEnabled?: boolean;
3738
-
3739
- TagSpecifications?: TagSpecification[];
3740
- }
3741
- export declare namespace CreateVpcEndpointRequest {
3742
-
3743
- const filterSensitiveLog: (obj: CreateVpcEndpointRequest) => any;
3744
- }
3745
-
3746
- export interface DnsEntry {
3747
-
3748
- DnsName?: string;
3749
-
3750
- HostedZoneId?: string;
3751
- }
3752
- export declare namespace DnsEntry {
3753
-
3754
- const filterSensitiveLog: (obj: DnsEntry) => any;
3755
- }
3756
-
3757
- export interface SecurityGroupIdentifier {
3758
-
3759
- GroupId?: string;
3760
-
3761
- GroupName?: string;
3762
- }
3763
- export declare namespace SecurityGroupIdentifier {
3764
-
3765
- const filterSensitiveLog: (obj: SecurityGroupIdentifier) => any;
3766
- }
3767
-
3768
- export interface LastError {
3769
-
3770
- Message?: string;
3771
-
3772
- Code?: string;
3773
- }
3774
- export declare namespace LastError {
3775
-
3776
- const filterSensitiveLog: (obj: LastError) => any;
3777
- }
3778
- export declare enum State {
3779
- Available = "Available",
3780
- Deleted = "Deleted",
3781
- Deleting = "Deleting",
3782
- Expired = "Expired",
3783
- Failed = "Failed",
3784
- Pending = "Pending",
3785
- PendingAcceptance = "PendingAcceptance",
3786
- Rejected = "Rejected"
3787
- }
3788
-
3789
- export interface VpcEndpoint {
3790
-
3791
- VpcEndpointId?: string;
3792
-
3793
- VpcEndpointType?: VpcEndpointType | string;
3794
-
3795
- VpcId?: string;
3796
-
3797
- ServiceName?: string;
3798
-
3799
- State?: State | string;
3800
-
3801
- PolicyDocument?: string;
3802
-
3803
- RouteTableIds?: string[];
3804
-
3805
- SubnetIds?: string[];
3806
-
3807
- Groups?: SecurityGroupIdentifier[];
3808
-
3809
- PrivateDnsEnabled?: boolean;
3810
-
3811
- RequesterManaged?: boolean;
3812
-
3813
- NetworkInterfaceIds?: string[];
3814
-
3815
- DnsEntries?: DnsEntry[];
3816
-
3817
- CreationTimestamp?: Date;
3818
-
3819
- Tags?: Tag[];
3820
-
3821
- OwnerId?: string;
3822
-
3823
- LastError?: LastError;
3824
- }
3825
- export declare namespace VpcEndpoint {
3826
-
3827
- const filterSensitiveLog: (obj: VpcEndpoint) => any;
3828
- }
3829
-
3830
- export interface CreateVpcEndpointResult {
3831
-
3832
- VpcEndpoint?: VpcEndpoint;
3833
-
3834
- ClientToken?: string;
3835
- }
3836
- export declare namespace CreateVpcEndpointResult {
3837
-
3838
- const filterSensitiveLog: (obj: CreateVpcEndpointResult) => any;
3839
- }
3840
- export interface CreateVpcEndpointConnectionNotificationRequest {
3841
-
3842
- DryRun?: boolean;
3843
-
3844
- ServiceId?: string;
3845
-
3846
- VpcEndpointId?: string;
3847
-
3848
- ConnectionNotificationArn: string | undefined;
3849
-
3850
- ConnectionEvents: string[] | undefined;
3851
-
3852
- ClientToken?: string;
3853
- }
3854
- export declare namespace CreateVpcEndpointConnectionNotificationRequest {
3855
-
3856
- const filterSensitiveLog: (obj: CreateVpcEndpointConnectionNotificationRequest) => any;
3857
- }