@aws-sdk/client-ec2 3.42.0 → 3.46.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 (695) hide show
  1. package/CHANGELOG.md +52 -0
  2. package/README.md +3 -3
  3. package/dist-cjs/EC2.js +649 -4
  4. package/dist-cjs/commands/AllocateIpamPoolCidrCommand.js +36 -0
  5. package/dist-cjs/commands/CreateFleetCommand.js +1 -2
  6. package/dist-cjs/commands/CreateIpamCommand.js +36 -0
  7. package/dist-cjs/commands/CreateIpamPoolCommand.js +36 -0
  8. package/dist-cjs/commands/CreateIpamScopeCommand.js +36 -0
  9. package/dist-cjs/commands/CreateNetworkInsightsAccessScopeCommand.js +36 -0
  10. package/dist-cjs/commands/CreatePublicIpv4PoolCommand.js +36 -0
  11. package/dist-cjs/commands/CreateTransitGatewayConnectPeerCommand.js +2 -1
  12. package/dist-cjs/commands/CreateTransitGatewayMulticastDomainCommand.js +3 -3
  13. package/dist-cjs/commands/CreateTransitGatewayPeeringAttachmentCommand.js +3 -3
  14. package/dist-cjs/commands/CreateTransitGatewayPrefixListReferenceCommand.js +3 -3
  15. package/dist-cjs/commands/CreateTransitGatewayRouteCommand.js +3 -3
  16. package/dist-cjs/commands/CreateTransitGatewayRouteTableCommand.js +3 -3
  17. package/dist-cjs/commands/CreateTransitGatewayVpcAttachmentCommand.js +3 -3
  18. package/dist-cjs/commands/CreateVolumeCommand.js +3 -3
  19. package/dist-cjs/commands/CreateVpcCommand.js +3 -3
  20. package/dist-cjs/commands/CreateVpcEndpointCommand.js +3 -3
  21. package/dist-cjs/commands/CreateVpcEndpointConnectionNotificationCommand.js +3 -3
  22. package/dist-cjs/commands/DeleteIpamCommand.js +36 -0
  23. package/dist-cjs/commands/DeleteIpamPoolCommand.js +36 -0
  24. package/dist-cjs/commands/DeleteIpamScopeCommand.js +36 -0
  25. package/dist-cjs/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.js +36 -0
  26. package/dist-cjs/commands/DeleteNetworkInsightsAccessScopeCommand.js +36 -0
  27. package/dist-cjs/commands/DeletePublicIpv4PoolCommand.js +36 -0
  28. package/dist-cjs/commands/DeprovisionIpamPoolCidrCommand.js +36 -0
  29. package/dist-cjs/commands/DeprovisionPublicIpv4PoolCidrCommand.js +36 -0
  30. package/dist-cjs/commands/DescribeConversionTasksCommand.js +2 -1
  31. package/dist-cjs/commands/DescribeCustomerGatewaysCommand.js +3 -3
  32. package/dist-cjs/commands/DescribeDhcpOptionsCommand.js +3 -3
  33. package/dist-cjs/commands/DescribeEgressOnlyInternetGatewaysCommand.js +3 -3
  34. package/dist-cjs/commands/DescribeElasticGpusCommand.js +3 -3
  35. package/dist-cjs/commands/DescribeExportImageTasksCommand.js +3 -3
  36. package/dist-cjs/commands/DescribeExportTasksCommand.js +3 -3
  37. package/dist-cjs/commands/DescribeFastSnapshotRestoresCommand.js +3 -3
  38. package/dist-cjs/commands/DescribeFleetHistoryCommand.js +3 -3
  39. package/dist-cjs/commands/DescribeFleetInstancesCommand.js +3 -3
  40. package/dist-cjs/commands/DescribeFleetsCommand.js +3 -3
  41. package/dist-cjs/commands/DescribeFlowLogsCommand.js +3 -3
  42. package/dist-cjs/commands/DescribeFpgaImageAttributeCommand.js +3 -3
  43. package/dist-cjs/commands/DescribeFpgaImagesCommand.js +3 -3
  44. package/dist-cjs/commands/DescribeHostReservationOfferingsCommand.js +3 -3
  45. package/dist-cjs/commands/DescribeHostReservationsCommand.js +3 -3
  46. package/dist-cjs/commands/DescribeHostsCommand.js +1 -2
  47. package/dist-cjs/commands/DescribeIpamPoolsCommand.js +36 -0
  48. package/dist-cjs/commands/DescribeIpamScopesCommand.js +36 -0
  49. package/dist-cjs/commands/DescribeIpamsCommand.js +36 -0
  50. package/dist-cjs/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.js +36 -0
  51. package/dist-cjs/commands/DescribeNetworkInsightsAccessScopesCommand.js +36 -0
  52. package/dist-cjs/commands/DescribeReservedInstancesModificationsCommand.js +2 -1
  53. package/dist-cjs/commands/DescribeReservedInstancesOfferingsCommand.js +3 -3
  54. package/dist-cjs/commands/DescribeRouteTablesCommand.js +3 -3
  55. package/dist-cjs/commands/DescribeScheduledInstanceAvailabilityCommand.js +3 -3
  56. package/dist-cjs/commands/DescribeScheduledInstancesCommand.js +3 -3
  57. package/dist-cjs/commands/DescribeSecurityGroupReferencesCommand.js +3 -3
  58. package/dist-cjs/commands/DescribeSecurityGroupRulesCommand.js +3 -3
  59. package/dist-cjs/commands/DescribeSecurityGroupsCommand.js +3 -3
  60. package/dist-cjs/commands/DescribeSnapshotAttributeCommand.js +3 -3
  61. package/dist-cjs/commands/DescribeSnapshotTierStatusCommand.js +36 -0
  62. package/dist-cjs/commands/DescribeSnapshotsCommand.js +3 -3
  63. package/dist-cjs/commands/DescribeSpotDatafeedSubscriptionCommand.js +3 -3
  64. package/dist-cjs/commands/DescribeSpotFleetInstancesCommand.js +3 -3
  65. package/dist-cjs/commands/DescribeSpotFleetRequestHistoryCommand.js +3 -3
  66. package/dist-cjs/commands/DescribeSpotFleetRequestsCommand.js +3 -3
  67. package/dist-cjs/commands/DescribeSpotInstanceRequestsCommand.js +3 -3
  68. package/dist-cjs/commands/DescribeSpotPriceHistoryCommand.js +3 -3
  69. package/dist-cjs/commands/DescribeStaleSecurityGroupsCommand.js +3 -3
  70. package/dist-cjs/commands/DescribeStoreImageTasksCommand.js +3 -3
  71. package/dist-cjs/commands/DescribeSubnetsCommand.js +1 -2
  72. package/dist-cjs/commands/DisableIpamOrganizationAdminAccountCommand.js +36 -0
  73. package/dist-cjs/commands/EnableIpamOrganizationAdminAccountCommand.js +36 -0
  74. package/dist-cjs/commands/GetIpamAddressHistoryCommand.js +36 -0
  75. package/dist-cjs/commands/GetIpamPoolAllocationsCommand.js +36 -0
  76. package/dist-cjs/commands/GetIpamPoolCidrsCommand.js +36 -0
  77. package/dist-cjs/commands/GetIpamResourceCidrsCommand.js +37 -0
  78. package/dist-cjs/commands/GetLaunchTemplateDataCommand.js +3 -3
  79. package/dist-cjs/commands/GetManagedPrefixListAssociationsCommand.js +3 -3
  80. package/dist-cjs/commands/GetManagedPrefixListEntriesCommand.js +3 -3
  81. package/dist-cjs/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.js +36 -0
  82. package/dist-cjs/commands/GetNetworkInsightsAccessScopeContentCommand.js +36 -0
  83. package/dist-cjs/commands/GetPasswordDataCommand.js +3 -3
  84. package/dist-cjs/commands/GetReservedInstancesExchangeQuoteCommand.js +3 -3
  85. package/dist-cjs/commands/GetSerialConsoleAccessStatusCommand.js +3 -3
  86. package/dist-cjs/commands/GetSpotPlacementScoresCommand.js +3 -3
  87. package/dist-cjs/commands/GetSubnetCidrReservationsCommand.js +3 -3
  88. package/dist-cjs/commands/GetTransitGatewayAttachmentPropagationsCommand.js +3 -3
  89. package/dist-cjs/commands/GetTransitGatewayMulticastDomainAssociationsCommand.js +3 -3
  90. package/dist-cjs/commands/GetTransitGatewayPrefixListReferencesCommand.js +3 -3
  91. package/dist-cjs/commands/GetTransitGatewayRouteTableAssociationsCommand.js +3 -3
  92. package/dist-cjs/commands/GetTransitGatewayRouteTablePropagationsCommand.js +3 -3
  93. package/dist-cjs/commands/GetVpnConnectionDeviceSampleConfigurationCommand.js +3 -3
  94. package/dist-cjs/commands/GetVpnConnectionDeviceTypesCommand.js +3 -3
  95. package/dist-cjs/commands/ImportClientVpnClientCertificateRevocationListCommand.js +3 -3
  96. package/dist-cjs/commands/ImportImageCommand.js +3 -3
  97. package/dist-cjs/commands/ImportInstanceCommand.js +3 -3
  98. package/dist-cjs/commands/ImportKeyPairCommand.js +3 -3
  99. package/dist-cjs/commands/ImportSnapshotCommand.js +3 -3
  100. package/dist-cjs/commands/ImportVolumeCommand.js +3 -3
  101. package/dist-cjs/commands/ListSnapshotsInRecycleBinCommand.js +36 -0
  102. package/dist-cjs/commands/ModifyAddressAttributeCommand.js +3 -3
  103. package/dist-cjs/commands/ModifyAvailabilityZoneGroupCommand.js +3 -3
  104. package/dist-cjs/commands/ModifyCapacityReservationCommand.js +3 -3
  105. package/dist-cjs/commands/ModifyCapacityReservationFleetCommand.js +3 -3
  106. package/dist-cjs/commands/ModifyClientVpnEndpointCommand.js +3 -3
  107. package/dist-cjs/commands/ModifyDefaultCreditSpecificationCommand.js +3 -3
  108. package/dist-cjs/commands/ModifyEbsDefaultKmsKeyIdCommand.js +3 -3
  109. package/dist-cjs/commands/ModifyFleetCommand.js +3 -3
  110. package/dist-cjs/commands/ModifyFpgaImageAttributeCommand.js +3 -3
  111. package/dist-cjs/commands/ModifyHostsCommand.js +3 -3
  112. package/dist-cjs/commands/ModifyIdFormatCommand.js +2 -2
  113. package/dist-cjs/commands/ModifyIdentityIdFormatCommand.js +2 -2
  114. package/dist-cjs/commands/ModifyImageAttributeCommand.js +2 -2
  115. package/dist-cjs/commands/ModifyInstanceAttributeCommand.js +2 -2
  116. package/dist-cjs/commands/ModifyInstanceCapacityReservationAttributesCommand.js +3 -3
  117. package/dist-cjs/commands/ModifyIpamCommand.js +36 -0
  118. package/dist-cjs/commands/ModifyIpamPoolCommand.js +36 -0
  119. package/dist-cjs/commands/ModifyIpamResourceCidrCommand.js +36 -0
  120. package/dist-cjs/commands/ModifyIpamScopeCommand.js +36 -0
  121. package/dist-cjs/commands/ModifyPrivateDnsNameOptionsCommand.js +36 -0
  122. package/dist-cjs/commands/ModifySnapshotTierCommand.js +36 -0
  123. package/dist-cjs/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.js +36 -0
  124. package/dist-cjs/commands/MoveByoipCidrToIpamCommand.js +36 -0
  125. package/dist-cjs/commands/ProvisionIpamPoolCidrCommand.js +36 -0
  126. package/dist-cjs/commands/ProvisionPublicIpv4PoolCidrCommand.js +36 -0
  127. package/dist-cjs/commands/ReleaseIpamPoolAllocationCommand.js +36 -0
  128. package/dist-cjs/commands/RestoreSnapshotFromRecycleBinCommand.js +36 -0
  129. package/dist-cjs/commands/RestoreSnapshotTierCommand.js +36 -0
  130. package/dist-cjs/commands/RunInstancesCommand.js +2 -2
  131. package/dist-cjs/commands/RunScheduledInstancesCommand.js +3 -3
  132. package/dist-cjs/commands/SearchLocalGatewayRoutesCommand.js +3 -3
  133. package/dist-cjs/commands/SearchTransitGatewayMulticastGroupsCommand.js +3 -3
  134. package/dist-cjs/commands/SearchTransitGatewayRoutesCommand.js +3 -3
  135. package/dist-cjs/commands/SendDiagnosticInterruptCommand.js +2 -2
  136. package/dist-cjs/commands/StartInstancesCommand.js +3 -3
  137. package/dist-cjs/commands/StartNetworkInsightsAccessScopeAnalysisCommand.js +36 -0
  138. package/dist-cjs/commands/StartNetworkInsightsAnalysisCommand.js +3 -3
  139. package/dist-cjs/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +3 -3
  140. package/dist-cjs/commands/StopInstancesCommand.js +3 -3
  141. package/dist-cjs/commands/TerminateClientVpnConnectionsCommand.js +3 -3
  142. package/dist-cjs/commands/TerminateInstancesCommand.js +3 -3
  143. package/dist-cjs/commands/UnassignIpv6AddressesCommand.js +3 -3
  144. package/dist-cjs/commands/UnassignPrivateIpAddressesCommand.js +2 -2
  145. package/dist-cjs/commands/UnmonitorInstancesCommand.js +3 -3
  146. package/dist-cjs/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.js +3 -3
  147. package/dist-cjs/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.js +3 -3
  148. package/dist-cjs/commands/WithdrawByoipCidrCommand.js +3 -3
  149. package/dist-cjs/commands/index.js +43 -0
  150. package/dist-cjs/endpoints.js +1 -0
  151. package/dist-cjs/models/index.js +1 -0
  152. package/dist-cjs/models/models_0.js +161 -158
  153. package/dist-cjs/models/models_1.js +333 -265
  154. package/dist-cjs/models/models_2.js +387 -407
  155. package/dist-cjs/models/models_3.js +490 -514
  156. package/dist-cjs/models/models_4.js +615 -612
  157. package/dist-cjs/models/models_5.js +838 -329
  158. package/dist-cjs/models/models_6.js +346 -0
  159. package/dist-cjs/pagination/DescribeIpamPoolsPaginator.js +35 -0
  160. package/dist-cjs/pagination/DescribeIpamScopesPaginator.js +35 -0
  161. package/dist-cjs/pagination/DescribeIpamsPaginator.js +35 -0
  162. package/dist-cjs/pagination/DescribeNetworkInsightsAccessScopeAnalysesPaginator.js +35 -0
  163. package/dist-cjs/pagination/DescribeNetworkInsightsAccessScopesPaginator.js +35 -0
  164. package/dist-cjs/pagination/DescribeSnapshotTierStatusPaginator.js +35 -0
  165. package/dist-cjs/pagination/GetIpamAddressHistoryPaginator.js +35 -0
  166. package/dist-cjs/pagination/GetIpamPoolAllocationsPaginator.js +35 -0
  167. package/dist-cjs/pagination/GetIpamPoolCidrsPaginator.js +35 -0
  168. package/dist-cjs/pagination/GetIpamResourceCidrsPaginator.js +35 -0
  169. package/dist-cjs/pagination/ListSnapshotsInRecycleBinPaginator.js +35 -0
  170. package/dist-cjs/pagination/index.js +11 -0
  171. package/dist-cjs/protocols/Aws_ec2.js +6192 -1072
  172. package/dist-cjs/runtimeConfig.js +0 -2
  173. package/dist-cjs/waiters/index.js +1 -0
  174. package/dist-cjs/waiters/waitForInternetGatewayExists.js +43 -0
  175. package/dist-es/EC2.js +649 -4
  176. package/dist-es/commands/AllocateIpamPoolCidrCommand.js +39 -0
  177. package/dist-es/commands/CreateFleetCommand.js +1 -2
  178. package/dist-es/commands/CreateIpamCommand.js +39 -0
  179. package/dist-es/commands/CreateIpamPoolCommand.js +39 -0
  180. package/dist-es/commands/CreateIpamScopeCommand.js +39 -0
  181. package/dist-es/commands/CreateNetworkInsightsAccessScopeCommand.js +39 -0
  182. package/dist-es/commands/CreatePublicIpv4PoolCommand.js +39 -0
  183. package/dist-es/commands/CreateTransitGatewayConnectPeerCommand.js +2 -1
  184. package/dist-es/commands/CreateTransitGatewayMulticastDomainCommand.js +1 -1
  185. package/dist-es/commands/CreateTransitGatewayPeeringAttachmentCommand.js +1 -1
  186. package/dist-es/commands/CreateTransitGatewayPrefixListReferenceCommand.js +1 -1
  187. package/dist-es/commands/CreateTransitGatewayRouteCommand.js +1 -1
  188. package/dist-es/commands/CreateTransitGatewayRouteTableCommand.js +1 -1
  189. package/dist-es/commands/CreateTransitGatewayVpcAttachmentCommand.js +1 -1
  190. package/dist-es/commands/CreateVolumeCommand.js +1 -1
  191. package/dist-es/commands/CreateVpcCommand.js +1 -1
  192. package/dist-es/commands/CreateVpcEndpointCommand.js +1 -1
  193. package/dist-es/commands/CreateVpcEndpointConnectionNotificationCommand.js +1 -1
  194. package/dist-es/commands/DeleteIpamCommand.js +39 -0
  195. package/dist-es/commands/DeleteIpamPoolCommand.js +39 -0
  196. package/dist-es/commands/DeleteIpamScopeCommand.js +39 -0
  197. package/dist-es/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.js +39 -0
  198. package/dist-es/commands/DeleteNetworkInsightsAccessScopeCommand.js +39 -0
  199. package/dist-es/commands/DeletePublicIpv4PoolCommand.js +39 -0
  200. package/dist-es/commands/DeprovisionIpamPoolCidrCommand.js +39 -0
  201. package/dist-es/commands/DeprovisionPublicIpv4PoolCidrCommand.js +39 -0
  202. package/dist-es/commands/DescribeConversionTasksCommand.js +2 -1
  203. package/dist-es/commands/DescribeCustomerGatewaysCommand.js +1 -1
  204. package/dist-es/commands/DescribeDhcpOptionsCommand.js +1 -1
  205. package/dist-es/commands/DescribeEgressOnlyInternetGatewaysCommand.js +1 -1
  206. package/dist-es/commands/DescribeElasticGpusCommand.js +1 -1
  207. package/dist-es/commands/DescribeExportImageTasksCommand.js +1 -1
  208. package/dist-es/commands/DescribeExportTasksCommand.js +1 -1
  209. package/dist-es/commands/DescribeFastSnapshotRestoresCommand.js +1 -1
  210. package/dist-es/commands/DescribeFleetHistoryCommand.js +1 -1
  211. package/dist-es/commands/DescribeFleetInstancesCommand.js +1 -1
  212. package/dist-es/commands/DescribeFleetsCommand.js +1 -1
  213. package/dist-es/commands/DescribeFlowLogsCommand.js +1 -1
  214. package/dist-es/commands/DescribeFpgaImageAttributeCommand.js +1 -1
  215. package/dist-es/commands/DescribeFpgaImagesCommand.js +1 -1
  216. package/dist-es/commands/DescribeHostReservationOfferingsCommand.js +1 -1
  217. package/dist-es/commands/DescribeHostReservationsCommand.js +1 -1
  218. package/dist-es/commands/DescribeHostsCommand.js +1 -2
  219. package/dist-es/commands/DescribeIpamPoolsCommand.js +39 -0
  220. package/dist-es/commands/DescribeIpamScopesCommand.js +39 -0
  221. package/dist-es/commands/DescribeIpamsCommand.js +39 -0
  222. package/dist-es/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.js +39 -0
  223. package/dist-es/commands/DescribeNetworkInsightsAccessScopesCommand.js +39 -0
  224. package/dist-es/commands/DescribeReservedInstancesModificationsCommand.js +2 -1
  225. package/dist-es/commands/DescribeReservedInstancesOfferingsCommand.js +1 -1
  226. package/dist-es/commands/DescribeRouteTablesCommand.js +1 -1
  227. package/dist-es/commands/DescribeScheduledInstanceAvailabilityCommand.js +1 -1
  228. package/dist-es/commands/DescribeScheduledInstancesCommand.js +1 -1
  229. package/dist-es/commands/DescribeSecurityGroupReferencesCommand.js +1 -1
  230. package/dist-es/commands/DescribeSecurityGroupRulesCommand.js +1 -1
  231. package/dist-es/commands/DescribeSecurityGroupsCommand.js +1 -1
  232. package/dist-es/commands/DescribeSnapshotAttributeCommand.js +1 -1
  233. package/dist-es/commands/DescribeSnapshotTierStatusCommand.js +39 -0
  234. package/dist-es/commands/DescribeSnapshotsCommand.js +1 -1
  235. package/dist-es/commands/DescribeSpotDatafeedSubscriptionCommand.js +1 -1
  236. package/dist-es/commands/DescribeSpotFleetInstancesCommand.js +1 -1
  237. package/dist-es/commands/DescribeSpotFleetRequestHistoryCommand.js +1 -1
  238. package/dist-es/commands/DescribeSpotFleetRequestsCommand.js +1 -1
  239. package/dist-es/commands/DescribeSpotInstanceRequestsCommand.js +1 -1
  240. package/dist-es/commands/DescribeSpotPriceHistoryCommand.js +1 -1
  241. package/dist-es/commands/DescribeStaleSecurityGroupsCommand.js +1 -1
  242. package/dist-es/commands/DescribeStoreImageTasksCommand.js +1 -1
  243. package/dist-es/commands/DescribeSubnetsCommand.js +1 -2
  244. package/dist-es/commands/DisableIpamOrganizationAdminAccountCommand.js +39 -0
  245. package/dist-es/commands/EnableIpamOrganizationAdminAccountCommand.js +39 -0
  246. package/dist-es/commands/GetIpamAddressHistoryCommand.js +39 -0
  247. package/dist-es/commands/GetIpamPoolAllocationsCommand.js +39 -0
  248. package/dist-es/commands/GetIpamPoolCidrsCommand.js +39 -0
  249. package/dist-es/commands/GetIpamResourceCidrsCommand.js +40 -0
  250. package/dist-es/commands/GetLaunchTemplateDataCommand.js +1 -1
  251. package/dist-es/commands/GetManagedPrefixListAssociationsCommand.js +1 -1
  252. package/dist-es/commands/GetManagedPrefixListEntriesCommand.js +1 -1
  253. package/dist-es/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.js +39 -0
  254. package/dist-es/commands/GetNetworkInsightsAccessScopeContentCommand.js +39 -0
  255. package/dist-es/commands/GetPasswordDataCommand.js +1 -1
  256. package/dist-es/commands/GetReservedInstancesExchangeQuoteCommand.js +1 -1
  257. package/dist-es/commands/GetSerialConsoleAccessStatusCommand.js +1 -1
  258. package/dist-es/commands/GetSpotPlacementScoresCommand.js +1 -1
  259. package/dist-es/commands/GetSubnetCidrReservationsCommand.js +1 -1
  260. package/dist-es/commands/GetTransitGatewayAttachmentPropagationsCommand.js +1 -1
  261. package/dist-es/commands/GetTransitGatewayMulticastDomainAssociationsCommand.js +1 -1
  262. package/dist-es/commands/GetTransitGatewayPrefixListReferencesCommand.js +1 -1
  263. package/dist-es/commands/GetTransitGatewayRouteTableAssociationsCommand.js +1 -1
  264. package/dist-es/commands/GetTransitGatewayRouteTablePropagationsCommand.js +1 -1
  265. package/dist-es/commands/GetVpnConnectionDeviceSampleConfigurationCommand.js +1 -1
  266. package/dist-es/commands/GetVpnConnectionDeviceTypesCommand.js +1 -1
  267. package/dist-es/commands/ImportClientVpnClientCertificateRevocationListCommand.js +1 -1
  268. package/dist-es/commands/ImportImageCommand.js +1 -1
  269. package/dist-es/commands/ImportInstanceCommand.js +1 -1
  270. package/dist-es/commands/ImportKeyPairCommand.js +1 -1
  271. package/dist-es/commands/ImportSnapshotCommand.js +1 -1
  272. package/dist-es/commands/ImportVolumeCommand.js +1 -1
  273. package/dist-es/commands/ListSnapshotsInRecycleBinCommand.js +39 -0
  274. package/dist-es/commands/ModifyAddressAttributeCommand.js +1 -1
  275. package/dist-es/commands/ModifyAvailabilityZoneGroupCommand.js +1 -1
  276. package/dist-es/commands/ModifyCapacityReservationCommand.js +1 -1
  277. package/dist-es/commands/ModifyCapacityReservationFleetCommand.js +1 -1
  278. package/dist-es/commands/ModifyClientVpnEndpointCommand.js +1 -1
  279. package/dist-es/commands/ModifyDefaultCreditSpecificationCommand.js +1 -1
  280. package/dist-es/commands/ModifyEbsDefaultKmsKeyIdCommand.js +1 -1
  281. package/dist-es/commands/ModifyFleetCommand.js +1 -1
  282. package/dist-es/commands/ModifyFpgaImageAttributeCommand.js +1 -1
  283. package/dist-es/commands/ModifyHostsCommand.js +1 -1
  284. package/dist-es/commands/ModifyIdFormatCommand.js +1 -1
  285. package/dist-es/commands/ModifyIdentityIdFormatCommand.js +1 -1
  286. package/dist-es/commands/ModifyImageAttributeCommand.js +1 -1
  287. package/dist-es/commands/ModifyInstanceAttributeCommand.js +1 -1
  288. package/dist-es/commands/ModifyInstanceCapacityReservationAttributesCommand.js +1 -1
  289. package/dist-es/commands/ModifyIpamCommand.js +39 -0
  290. package/dist-es/commands/ModifyIpamPoolCommand.js +39 -0
  291. package/dist-es/commands/ModifyIpamResourceCidrCommand.js +39 -0
  292. package/dist-es/commands/ModifyIpamScopeCommand.js +39 -0
  293. package/dist-es/commands/ModifyPrivateDnsNameOptionsCommand.js +39 -0
  294. package/dist-es/commands/ModifySnapshotTierCommand.js +39 -0
  295. package/dist-es/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.js +39 -0
  296. package/dist-es/commands/MoveByoipCidrToIpamCommand.js +39 -0
  297. package/dist-es/commands/ProvisionIpamPoolCidrCommand.js +39 -0
  298. package/dist-es/commands/ProvisionPublicIpv4PoolCidrCommand.js +39 -0
  299. package/dist-es/commands/ReleaseIpamPoolAllocationCommand.js +39 -0
  300. package/dist-es/commands/RestoreSnapshotFromRecycleBinCommand.js +39 -0
  301. package/dist-es/commands/RestoreSnapshotTierCommand.js +39 -0
  302. package/dist-es/commands/RunInstancesCommand.js +1 -1
  303. package/dist-es/commands/RunScheduledInstancesCommand.js +1 -1
  304. package/dist-es/commands/SearchLocalGatewayRoutesCommand.js +1 -1
  305. package/dist-es/commands/SearchTransitGatewayMulticastGroupsCommand.js +1 -1
  306. package/dist-es/commands/SearchTransitGatewayRoutesCommand.js +1 -1
  307. package/dist-es/commands/SendDiagnosticInterruptCommand.js +1 -1
  308. package/dist-es/commands/StartInstancesCommand.js +1 -1
  309. package/dist-es/commands/StartNetworkInsightsAccessScopeAnalysisCommand.js +39 -0
  310. package/dist-es/commands/StartNetworkInsightsAnalysisCommand.js +1 -1
  311. package/dist-es/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +1 -1
  312. package/dist-es/commands/StopInstancesCommand.js +1 -1
  313. package/dist-es/commands/TerminateClientVpnConnectionsCommand.js +1 -1
  314. package/dist-es/commands/TerminateInstancesCommand.js +1 -1
  315. package/dist-es/commands/UnassignIpv6AddressesCommand.js +1 -1
  316. package/dist-es/commands/UnassignPrivateIpAddressesCommand.js +1 -1
  317. package/dist-es/commands/UnmonitorInstancesCommand.js +1 -1
  318. package/dist-es/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.js +1 -1
  319. package/dist-es/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.js +1 -1
  320. package/dist-es/commands/WithdrawByoipCidrCommand.js +1 -1
  321. package/dist-es/commands/index.js +43 -0
  322. package/dist-es/endpoints.js +1 -0
  323. package/dist-es/models/index.js +1 -0
  324. package/dist-es/models/models_0.js +109 -114
  325. package/dist-es/models/models_1.js +249 -182
  326. package/dist-es/models/models_2.js +269 -279
  327. package/dist-es/models/models_3.js +338 -346
  328. package/dist-es/models/models_4.js +429 -403
  329. package/dist-es/models/models_5.js +555 -216
  330. package/dist-es/models/models_6.js +229 -0
  331. package/dist-es/pagination/DescribeIpamPoolsPaginator.js +74 -0
  332. package/dist-es/pagination/DescribeIpamScopesPaginator.js +74 -0
  333. package/dist-es/pagination/DescribeIpamsPaginator.js +74 -0
  334. package/dist-es/pagination/DescribeNetworkInsightsAccessScopeAnalysesPaginator.js +74 -0
  335. package/dist-es/pagination/DescribeNetworkInsightsAccessScopesPaginator.js +74 -0
  336. package/dist-es/pagination/DescribeSnapshotTierStatusPaginator.js +74 -0
  337. package/dist-es/pagination/GetIpamAddressHistoryPaginator.js +74 -0
  338. package/dist-es/pagination/GetIpamPoolAllocationsPaginator.js +74 -0
  339. package/dist-es/pagination/GetIpamPoolCidrsPaginator.js +74 -0
  340. package/dist-es/pagination/GetIpamResourceCidrsPaginator.js +74 -0
  341. package/dist-es/pagination/ListSnapshotsInRecycleBinPaginator.js +74 -0
  342. package/dist-es/pagination/index.js +11 -0
  343. package/dist-es/protocols/Aws_ec2.js +8872 -3512
  344. package/dist-es/runtimeConfig.js +0 -2
  345. package/dist-es/waiters/index.js +1 -0
  346. package/dist-es/waiters/waitForInternetGatewayExists.js +58 -0
  347. package/dist-types/EC2.d.ts +400 -17
  348. package/dist-types/EC2Client.d.ts +48 -5
  349. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +36 -0
  350. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  351. package/dist-types/commands/CreateFleetCommand.d.ts +1 -2
  352. package/dist-types/commands/CreateIpamCommand.d.ts +37 -0
  353. package/dist-types/commands/CreateIpamPoolCommand.d.ts +37 -0
  354. package/dist-types/commands/CreateIpamScopeCommand.d.ts +36 -0
  355. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +38 -0
  356. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +35 -0
  357. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +2 -1
  358. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  359. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  360. package/dist-types/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  361. package/dist-types/commands/CreateTransitGatewayRouteCommand.d.ts +1 -1
  362. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  363. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  364. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  365. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  366. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  367. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  368. package/dist-types/commands/DeleteIpamCommand.d.ts +42 -0
  369. package/dist-types/commands/DeleteIpamPoolCommand.d.ts +42 -0
  370. package/dist-types/commands/DeleteIpamScopeCommand.d.ts +37 -0
  371. package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +35 -0
  372. package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +35 -0
  373. package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +35 -0
  374. package/dist-types/commands/DeprovisionIpamPoolCidrCommand.d.ts +35 -0
  375. package/dist-types/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +35 -0
  376. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
  377. package/dist-types/commands/DescribeConversionTasksCommand.d.ts +2 -1
  378. package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
  379. package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
  380. package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
  381. package/dist-types/commands/DescribeElasticGpusCommand.d.ts +1 -1
  382. package/dist-types/commands/DescribeExportImageTasksCommand.d.ts +1 -1
  383. package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
  384. package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -1
  385. package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +1 -1
  386. package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +1 -1
  387. package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
  388. package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
  389. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
  390. package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -1
  391. package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
  392. package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
  393. package/dist-types/commands/DescribeHostsCommand.d.ts +1 -2
  394. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +3 -2
  395. package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +35 -0
  396. package/dist-types/commands/DescribeIpamScopesCommand.d.ts +35 -0
  397. package/dist-types/commands/DescribeIpamsCommand.d.ts +37 -0
  398. package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +35 -0
  399. package/dist-types/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +35 -0
  400. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -1
  401. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
  402. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
  403. package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
  404. package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
  405. package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
  406. package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
  407. package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  408. package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  409. package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +35 -0
  410. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
  411. package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
  412. package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
  413. package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
  414. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +1 -1
  415. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  416. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +1 -1
  417. package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +5 -2
  418. package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
  419. package/dist-types/commands/DescribeSubnetsCommand.d.ts +1 -2
  420. package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +36 -0
  421. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +36 -0
  422. package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +35 -0
  423. package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +35 -0
  424. package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +35 -0
  425. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +36 -0
  426. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  427. package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  428. package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  429. package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +35 -0
  430. package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +35 -0
  431. package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
  432. package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  433. package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
  434. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
  435. package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
  436. package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  437. package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  438. package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  439. package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  440. package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  441. package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
  442. package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  443. package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  444. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  445. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  446. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  447. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  448. package/dist-types/commands/ImportVolumeCommand.d.ts +1 -1
  449. package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +35 -0
  450. package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -1
  451. package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
  452. package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +1 -1
  453. package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
  454. package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
  455. package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
  456. package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  457. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  458. package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
  459. package/dist-types/commands/ModifyHostsCommand.d.ts +1 -1
  460. package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
  461. package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  462. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +1 -1
  463. package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +2 -2
  464. package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
  465. package/dist-types/commands/ModifyIpamCommand.d.ts +36 -0
  466. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +37 -0
  467. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +36 -0
  468. package/dist-types/commands/ModifyIpamScopeCommand.d.ts +35 -0
  469. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +35 -0
  470. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +39 -0
  471. package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +30 -0
  472. package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +35 -0
  473. package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -2
  474. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +35 -0
  475. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +37 -0
  476. package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +37 -0
  477. package/dist-types/commands/RebootInstancesCommand.d.ts +2 -2
  478. package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +36 -0
  479. package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +36 -0
  480. package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +40 -0
  481. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  482. package/dist-types/commands/RunScheduledInstancesCommand.d.ts +1 -1
  483. package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  484. package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  485. package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  486. package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +2 -2
  487. package/dist-types/commands/StartInstancesCommand.d.ts +3 -3
  488. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +35 -0
  489. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  490. package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  491. package/dist-types/commands/StopInstancesCommand.d.ts +2 -2
  492. package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  493. package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
  494. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  495. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  496. package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
  497. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  498. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
  499. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  500. package/dist-types/commands/index.d.ts +43 -0
  501. package/dist-types/models/index.d.ts +1 -0
  502. package/dist-types/models/models_0.d.ts +3455 -3675
  503. package/dist-types/models/models_1.d.ts +4968 -4523
  504. package/dist-types/models/models_2.d.ts +4053 -4840
  505. package/dist-types/models/models_3.d.ts +6506 -7362
  506. package/dist-types/models/models_4.d.ts +6043 -4987
  507. package/dist-types/models/models_5.d.ts +5511 -3348
  508. package/dist-types/models/models_6.d.ts +1735 -0
  509. package/dist-types/pagination/DescribeIpamPoolsPaginator.d.ts +4 -0
  510. package/dist-types/pagination/DescribeIpamScopesPaginator.d.ts +4 -0
  511. package/dist-types/pagination/DescribeIpamsPaginator.d.ts +4 -0
  512. package/dist-types/pagination/DescribeNetworkInsightsAccessScopeAnalysesPaginator.d.ts +4 -0
  513. package/dist-types/pagination/DescribeNetworkInsightsAccessScopesPaginator.d.ts +4 -0
  514. package/dist-types/pagination/DescribeSnapshotTierStatusPaginator.d.ts +4 -0
  515. package/dist-types/pagination/GetIpamAddressHistoryPaginator.d.ts +4 -0
  516. package/dist-types/pagination/GetIpamPoolAllocationsPaginator.d.ts +4 -0
  517. package/dist-types/pagination/GetIpamPoolCidrsPaginator.d.ts +4 -0
  518. package/dist-types/pagination/GetIpamResourceCidrsPaginator.d.ts +4 -0
  519. package/dist-types/pagination/ListSnapshotsInRecycleBinPaginator.d.ts +4 -0
  520. package/dist-types/pagination/index.d.ts +11 -0
  521. package/dist-types/protocols/Aws_ec2.d.ts +129 -0
  522. package/dist-types/ts3.4/EC2.d.ts +215 -0
  523. package/dist-types/ts3.4/EC2Client.d.ts +45 -2
  524. package/dist-types/ts3.4/commands/AllocateIpamPoolCidrCommand.d.ts +17 -0
  525. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +1 -2
  526. package/dist-types/ts3.4/commands/CreateIpamCommand.d.ts +17 -0
  527. package/dist-types/ts3.4/commands/CreateIpamPoolCommand.d.ts +17 -0
  528. package/dist-types/ts3.4/commands/CreateIpamScopeCommand.d.ts +17 -0
  529. package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +17 -0
  530. package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +17 -0
  531. package/dist-types/ts3.4/commands/CreateTransitGatewayConnectPeerCommand.d.ts +2 -1
  532. package/dist-types/ts3.4/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  533. package/dist-types/ts3.4/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  534. package/dist-types/ts3.4/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  535. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteCommand.d.ts +1 -1
  536. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  537. package/dist-types/ts3.4/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  538. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +1 -1
  539. package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +1 -1
  540. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +1 -1
  541. package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  542. package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +17 -0
  543. package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +17 -0
  544. package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +17 -0
  545. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +17 -0
  546. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +17 -0
  547. package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +17 -0
  548. package/dist-types/ts3.4/commands/DeprovisionIpamPoolCidrCommand.d.ts +17 -0
  549. package/dist-types/ts3.4/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +17 -0
  550. package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +2 -1
  551. package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
  552. package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
  553. package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
  554. package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +1 -1
  555. package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +1 -1
  556. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +1 -1
  557. package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -1
  558. package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +1 -1
  559. package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +1 -1
  560. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +1 -1
  561. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +1 -1
  562. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
  563. package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +1 -1
  564. package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
  565. package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +1 -1
  566. package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -2
  567. package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +17 -0
  568. package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +17 -0
  569. package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +17 -0
  570. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +17 -0
  571. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +17 -0
  572. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -1
  573. package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
  574. package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +1 -1
  575. package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
  576. package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
  577. package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
  578. package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
  579. package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  580. package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  581. package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +17 -0
  582. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
  583. package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
  584. package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
  585. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
  586. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +1 -1
  587. package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  588. package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +1 -1
  589. package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
  590. package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
  591. package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +1 -2
  592. package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +17 -0
  593. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +17 -0
  594. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +17 -0
  595. package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +17 -0
  596. package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +17 -0
  597. package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +18 -0
  598. package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  599. package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  600. package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  601. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +17 -0
  602. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +17 -0
  603. package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
  604. package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  605. package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
  606. package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
  607. package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
  608. package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  609. package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  610. package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  611. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  612. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  613. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
  614. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  615. package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  616. package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +1 -1
  617. package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +1 -1
  618. package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +1 -1
  619. package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +1 -1
  620. package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +1 -1
  621. package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +17 -0
  622. package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +1 -1
  623. package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
  624. package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +1 -1
  625. package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
  626. package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
  627. package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
  628. package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  629. package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +1 -1
  630. package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
  631. package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +1 -1
  632. package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +1 -1
  633. package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  634. package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +1 -1
  635. package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
  636. package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
  637. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +17 -0
  638. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +17 -0
  639. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +17 -0
  640. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +17 -0
  641. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +17 -0
  642. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +17 -0
  643. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +17 -0
  644. package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +17 -0
  645. package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +17 -0
  646. package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +17 -0
  647. package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +17 -0
  648. package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +17 -0
  649. package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +17 -0
  650. package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +1 -1
  651. package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +1 -1
  652. package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  653. package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  654. package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  655. package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
  656. package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +1 -1
  657. package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +17 -0
  658. package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  659. package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  660. package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
  661. package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  662. package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +1 -1
  663. package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  664. package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  665. package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
  666. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  667. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
  668. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  669. package/dist-types/ts3.4/commands/index.d.ts +43 -0
  670. package/dist-types/ts3.4/models/index.d.ts +1 -0
  671. package/dist-types/ts3.4/models/models_0.d.ts +392 -352
  672. package/dist-types/ts3.4/models/models_1.d.ts +782 -686
  673. package/dist-types/ts3.4/models/models_2.d.ts +1924 -2066
  674. package/dist-types/ts3.4/models/models_3.d.ts +2200 -2434
  675. package/dist-types/ts3.4/models/models_4.d.ts +2233 -2030
  676. package/dist-types/ts3.4/models/models_5.d.ts +2629 -1521
  677. package/dist-types/ts3.4/models/models_6.d.ts +798 -0
  678. package/dist-types/ts3.4/pagination/DescribeIpamPoolsPaginator.d.ts +4 -0
  679. package/dist-types/ts3.4/pagination/DescribeIpamScopesPaginator.d.ts +4 -0
  680. package/dist-types/ts3.4/pagination/DescribeIpamsPaginator.d.ts +4 -0
  681. package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAccessScopeAnalysesPaginator.d.ts +4 -0
  682. package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAccessScopesPaginator.d.ts +4 -0
  683. package/dist-types/ts3.4/pagination/DescribeSnapshotTierStatusPaginator.d.ts +4 -0
  684. package/dist-types/ts3.4/pagination/GetIpamAddressHistoryPaginator.d.ts +4 -0
  685. package/dist-types/ts3.4/pagination/GetIpamPoolAllocationsPaginator.d.ts +4 -0
  686. package/dist-types/ts3.4/pagination/GetIpamPoolCidrsPaginator.d.ts +4 -0
  687. package/dist-types/ts3.4/pagination/GetIpamResourceCidrsPaginator.d.ts +4 -0
  688. package/dist-types/ts3.4/pagination/ListSnapshotsInRecycleBinPaginator.d.ts +4 -0
  689. package/dist-types/ts3.4/pagination/index.d.ts +11 -0
  690. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +129 -0
  691. package/dist-types/ts3.4/waiters/index.d.ts +1 -0
  692. package/dist-types/ts3.4/waiters/waitForInternetGatewayExists.d.ts +7 -0
  693. package/dist-types/waiters/index.d.ts +1 -0
  694. package/dist-types/waiters/waitForInternetGatewayExists.d.ts +14 -0
  695. package/package.json +38 -45
@@ -1,4 +1,354 @@
1
- import { _InstanceType, AcceleratorCount, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorType, AddPrefixListEntry, ApplianceModeSupportValue, AttachmentStatus, BareMetal, BaselineEbsBandwidthMbps, BurstablePerformance, CpuManufacturer, CurrencyCodeValues, DnsSupportValue, FleetLaunchTemplateSpecification, InstanceEventWindow, InstanceGeneration, InstanceRequirementsRequest, InternetGatewayAttachment, Ipv4PrefixSpecification, Ipv6SupportValue, LocalStorage, LocalStorageType, MemoryGiBPerVCpu, 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
+ }
330
+
331
+ export interface BaselineEbsBandwidthMbps {
332
+
333
+ Min?: number;
334
+
335
+ Max?: number;
336
+ }
337
+ export declare namespace BaselineEbsBandwidthMbps {
338
+
339
+ const filterSensitiveLog: (obj: BaselineEbsBandwidthMbps) => any;
340
+ }
341
+
342
+ export interface MemoryGiBPerVCpu {
343
+
344
+ Min?: number;
345
+
346
+ Max?: number;
347
+ }
348
+ export declare namespace MemoryGiBPerVCpu {
349
+
350
+ const filterSensitiveLog: (obj: MemoryGiBPerVCpu) => any;
351
+ }
2
352
 
3
353
  export interface MemoryMiB {
4
354
 
@@ -520,51 +870,323 @@ export declare namespace CreateInternetGatewayResult {
520
870
 
521
871
  const filterSensitiveLog: (obj: CreateInternetGatewayResult) => any;
522
872
  }
523
- export declare enum KeyType {
524
- ed25519 = "ed25519",
525
- rsa = "rsa"
526
- }
527
- export interface CreateKeyPairRequest {
528
-
529
- KeyName: string | undefined;
873
+ export interface CreateIpamRequest {
530
874
 
531
875
  DryRun?: boolean;
532
876
 
533
- KeyType?: KeyType | string;
877
+ Description?: string;
878
+
879
+ OperatingRegions?: AddIpamOperatingRegion[];
534
880
 
535
881
  TagSpecifications?: TagSpecification[];
882
+
883
+ ClientToken?: string;
536
884
  }
537
- export declare namespace CreateKeyPairRequest {
885
+ export declare namespace CreateIpamRequest {
538
886
 
539
- const filterSensitiveLog: (obj: CreateKeyPairRequest) => any;
887
+ const filterSensitiveLog: (obj: CreateIpamRequest) => any;
540
888
  }
541
889
 
542
- export interface KeyPair {
543
-
544
- KeyFingerprint?: string;
890
+ export interface IpamOperatingRegion {
545
891
 
546
- KeyMaterial?: string;
547
-
548
- KeyName?: string;
549
-
550
- KeyPairId?: string;
551
-
552
- Tags?: Tag[];
892
+ RegionName?: string;
553
893
  }
554
- export declare namespace KeyPair {
894
+ export declare namespace IpamOperatingRegion {
555
895
 
556
- const filterSensitiveLog: (obj: KeyPair) => any;
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"
557
908
  }
558
909
 
559
- export interface LaunchTemplateEbsBlockDeviceRequest {
910
+ export interface Ipam {
560
911
 
561
- Encrypted?: boolean;
912
+ OwnerId?: string;
562
913
 
563
- DeleteOnTermination?: boolean;
914
+ IpamId?: string;
564
915
 
565
- Iops?: number;
916
+ IpamArn?: string;
566
917
 
567
- KmsKeyId?: string;
918
+ IpamRegion?: string;
919
+
920
+ PublicDefaultScopeId?: string;
921
+
922
+ PrivateDefaultScopeId?: string;
923
+
924
+ ScopeCount?: number;
925
+
926
+ Description?: string;
927
+
928
+ OperatingRegions?: IpamOperatingRegion[];
929
+
930
+ State?: IpamState | string;
931
+
932
+ Tags?: Tag[];
933
+ }
934
+ export declare namespace Ipam {
935
+
936
+ const filterSensitiveLog: (obj: Ipam) => any;
937
+ }
938
+ export interface CreateIpamResult {
939
+
940
+ Ipam?: Ipam;
941
+ }
942
+ export declare namespace CreateIpamResult {
943
+
944
+ const filterSensitiveLog: (obj: CreateIpamResult) => any;
945
+ }
946
+
947
+ export interface RequestIpamResourceTag {
948
+
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;
568
1190
 
569
1191
  SnapshotId?: string;
570
1192
 
@@ -735,6 +1357,10 @@ export declare enum LaunchTemplateHttpTokensState {
735
1357
  optional = "optional",
736
1358
  required = "required"
737
1359
  }
1360
+ export declare enum LaunchTemplateInstanceMetadataTagsState {
1361
+ disabled = "disabled",
1362
+ enabled = "enabled"
1363
+ }
738
1364
 
739
1365
  export interface LaunchTemplateInstanceMetadataOptionsRequest {
740
1366
 
@@ -745,6 +1371,8 @@ export interface LaunchTemplateInstanceMetadataOptionsRequest {
745
1371
  HttpEndpoint?: LaunchTemplateInstanceMetadataEndpointState | string;
746
1372
 
747
1373
  HttpProtocolIpv6?: LaunchTemplateInstanceMetadataProtocolIpv6 | string;
1374
+
1375
+ InstanceMetadataTags?: LaunchTemplateInstanceMetadataTagsState | string;
748
1376
  }
749
1377
  export declare namespace LaunchTemplateInstanceMetadataOptionsRequest {
750
1378
 
@@ -866,6 +1494,19 @@ export declare namespace LaunchTemplatePlacementRequest {
866
1494
  const filterSensitiveLog: (obj: LaunchTemplatePlacementRequest) => any;
867
1495
  }
868
1496
 
1497
+ export interface LaunchTemplatePrivateDnsNameOptionsRequest {
1498
+
1499
+ HostnameType?: HostnameType | string;
1500
+
1501
+ EnableResourceNameDnsARecord?: boolean;
1502
+
1503
+ EnableResourceNameDnsAAAARecord?: boolean;
1504
+ }
1505
+ export declare namespace LaunchTemplatePrivateDnsNameOptionsRequest {
1506
+
1507
+ const filterSensitiveLog: (obj: LaunchTemplatePrivateDnsNameOptionsRequest) => any;
1508
+ }
1509
+
869
1510
  export interface LaunchTemplateTagSpecificationRequest {
870
1511
 
871
1512
  ResourceType?: ResourceType | string;
@@ -934,6 +1575,8 @@ export interface RequestLaunchTemplateData {
934
1575
  EnclaveOptions?: LaunchTemplateEnclaveOptionsRequest;
935
1576
 
936
1577
  InstanceRequirements?: InstanceRequirementsRequest;
1578
+
1579
+ PrivateDnsNameOptions?: LaunchTemplatePrivateDnsNameOptionsRequest;
937
1580
  }
938
1581
  export declare namespace RequestLaunchTemplateData {
939
1582
 
@@ -1207,6 +1850,8 @@ export interface LaunchTemplateInstanceMetadataOptions {
1207
1850
  HttpEndpoint?: LaunchTemplateInstanceMetadataEndpointState | string;
1208
1851
 
1209
1852
  HttpProtocolIpv6?: LaunchTemplateInstanceMetadataProtocolIpv6 | string;
1853
+
1854
+ InstanceMetadataTags?: LaunchTemplateInstanceMetadataTagsState | string;
1210
1855
  }
1211
1856
  export declare namespace LaunchTemplateInstanceMetadataOptions {
1212
1857
 
@@ -1317,6 +1962,19 @@ export declare namespace LaunchTemplatePlacement {
1317
1962
  const filterSensitiveLog: (obj: LaunchTemplatePlacement) => any;
1318
1963
  }
1319
1964
 
1965
+ export interface LaunchTemplatePrivateDnsNameOptions {
1966
+
1967
+ HostnameType?: HostnameType | string;
1968
+
1969
+ EnableResourceNameDnsARecord?: boolean;
1970
+
1971
+ EnableResourceNameDnsAAAARecord?: boolean;
1972
+ }
1973
+ export declare namespace LaunchTemplatePrivateDnsNameOptions {
1974
+
1975
+ const filterSensitiveLog: (obj: LaunchTemplatePrivateDnsNameOptions) => any;
1976
+ }
1977
+
1320
1978
  export interface LaunchTemplateTagSpecification {
1321
1979
 
1322
1980
  ResourceType?: ResourceType | string;
@@ -1385,6 +2043,8 @@ export interface ResponseLaunchTemplateData {
1385
2043
  EnclaveOptions?: LaunchTemplateEnclaveOptions;
1386
2044
 
1387
2045
  InstanceRequirements?: InstanceRequirements;
2046
+
2047
+ PrivateDnsNameOptions?: LaunchTemplatePrivateDnsNameOptions;
1388
2048
  }
1389
2049
  export declare namespace ResponseLaunchTemplateData {
1390
2050
 
@@ -1707,17 +2367,6 @@ export declare namespace IcmpTypeCode {
1707
2367
 
1708
2368
  const filterSensitiveLog: (obj: IcmpTypeCode) => any;
1709
2369
  }
1710
-
1711
- export interface PortRange {
1712
-
1713
- From?: number;
1714
-
1715
- To?: number;
1716
- }
1717
- export declare namespace PortRange {
1718
-
1719
- const filterSensitiveLog: (obj: PortRange) => any;
1720
- }
1721
2370
  export declare type RuleAction = "allow" | "deny";
1722
2371
 
1723
2372
  export interface NetworkAclEntry {
@@ -1797,7 +2446,62 @@ export declare namespace CreateNetworkAclEntryRequest {
1797
2446
 
1798
2447
  const filterSensitiveLog: (obj: CreateNetworkAclEntryRequest) => any;
1799
2448
  }
1800
- export declare type Protocol = "tcp" | "udp";
2449
+ export interface CreateNetworkInsightsAccessScopeRequest {
2450
+
2451
+ MatchPaths?: AccessScopePathRequest[];
2452
+
2453
+ ExcludePaths?: AccessScopePathRequest[];
2454
+
2455
+ ClientToken?: string;
2456
+
2457
+ TagSpecifications?: TagSpecification[];
2458
+
2459
+ DryRun?: boolean;
2460
+ }
2461
+ export declare namespace CreateNetworkInsightsAccessScopeRequest {
2462
+
2463
+ const filterSensitiveLog: (obj: CreateNetworkInsightsAccessScopeRequest) => any;
2464
+ }
2465
+
2466
+ export interface NetworkInsightsAccessScope {
2467
+
2468
+ NetworkInsightsAccessScopeId?: string;
2469
+
2470
+ NetworkInsightsAccessScopeArn?: string;
2471
+
2472
+ CreatedDate?: Date;
2473
+
2474
+ UpdatedDate?: Date;
2475
+
2476
+ Tags?: Tag[];
2477
+ }
2478
+ export declare namespace NetworkInsightsAccessScope {
2479
+
2480
+ const filterSensitiveLog: (obj: NetworkInsightsAccessScope) => any;
2481
+ }
2482
+
2483
+ export interface NetworkInsightsAccessScopeContent {
2484
+
2485
+ NetworkInsightsAccessScopeId?: string;
2486
+
2487
+ MatchPaths?: AccessScopePath[];
2488
+
2489
+ ExcludePaths?: AccessScopePath[];
2490
+ }
2491
+ export declare namespace NetworkInsightsAccessScopeContent {
2492
+
2493
+ const filterSensitiveLog: (obj: NetworkInsightsAccessScopeContent) => any;
2494
+ }
2495
+ export interface CreateNetworkInsightsAccessScopeResult {
2496
+
2497
+ NetworkInsightsAccessScope?: NetworkInsightsAccessScope;
2498
+
2499
+ NetworkInsightsAccessScopeContent?: NetworkInsightsAccessScopeContent;
2500
+ }
2501
+ export declare namespace CreateNetworkInsightsAccessScopeResult {
2502
+
2503
+ const filterSensitiveLog: (obj: CreateNetworkInsightsAccessScopeResult) => any;
2504
+ }
1801
2505
  export interface CreateNetworkInsightsPathRequest {
1802
2506
 
1803
2507
  SourceIp?: string;
@@ -2037,6 +2741,10 @@ export interface NetworkInterface {
2037
2741
  VpcId?: string;
2038
2742
 
2039
2743
  DenyAllIgwTraffic?: boolean;
2744
+
2745
+ Ipv6Native?: boolean;
2746
+
2747
+ Ipv6Address?: string;
2040
2748
  }
2041
2749
  export declare namespace NetworkInterface {
2042
2750
 
@@ -2143,6 +2851,8 @@ export interface PlacementGroup {
2143
2851
  GroupId?: string;
2144
2852
 
2145
2853
  Tags?: Tag[];
2854
+
2855
+ GroupArn?: string;
2146
2856
  }
2147
2857
  export declare namespace PlacementGroup {
2148
2858
 
@@ -2156,6 +2866,24 @@ export declare namespace CreatePlacementGroupResult {
2156
2866
 
2157
2867
  const filterSensitiveLog: (obj: CreatePlacementGroupResult) => any;
2158
2868
  }
2869
+ export interface CreatePublicIpv4PoolRequest {
2870
+
2871
+ DryRun?: boolean;
2872
+
2873
+ TagSpecifications?: TagSpecification[];
2874
+ }
2875
+ export declare namespace CreatePublicIpv4PoolRequest {
2876
+
2877
+ const filterSensitiveLog: (obj: CreatePublicIpv4PoolRequest) => any;
2878
+ }
2879
+ export interface CreatePublicIpv4PoolResult {
2880
+
2881
+ PoolId?: string;
2882
+ }
2883
+ export declare namespace CreatePublicIpv4PoolResult {
2884
+
2885
+ const filterSensitiveLog: (obj: CreatePublicIpv4PoolResult) => any;
2886
+ }
2159
2887
  export interface CreateReplaceRootVolumeTaskRequest {
2160
2888
 
2161
2889
  InstanceId: string | undefined;
@@ -2299,6 +3027,7 @@ export interface CreateRouteRequest {
2299
3027
  RouteTableId: string | undefined;
2300
3028
 
2301
3029
  VpcPeeringConnectionId?: string;
3030
+
2302
3031
  CoreNetworkArn?: string;
2303
3032
  }
2304
3033
  export declare namespace CreateRouteRequest {
@@ -2387,6 +3116,7 @@ export interface Route {
2387
3116
  State?: RouteState | string;
2388
3117
 
2389
3118
  VpcPeeringConnectionId?: string;
3119
+
2390
3120
  CoreNetworkArn?: string;
2391
3121
  }
2392
3122
  export declare namespace Route {
@@ -2464,7 +3194,11 @@ export declare namespace CreateSnapshotRequest {
2464
3194
 
2465
3195
  const filterSensitiveLog: (obj: CreateSnapshotRequest) => any;
2466
3196
  }
2467
- export declare type SnapshotState = "completed" | "error" | "pending";
3197
+ export declare type SnapshotState = "completed" | "error" | "pending" | "recoverable" | "recovering";
3198
+ export declare enum StorageTier {
3199
+ archive = "archive",
3200
+ standard = "standard"
3201
+ }
2468
3202
 
2469
3203
  export interface Snapshot {
2470
3204
 
@@ -2497,6 +3231,10 @@ export interface Snapshot {
2497
3231
  OutpostArn?: string;
2498
3232
 
2499
3233
  Tags?: Tag[];
3234
+
3235
+ StorageTier?: StorageTier | string;
3236
+
3237
+ RestoreExpiryTime?: Date;
2500
3238
  }
2501
3239
  export declare namespace Snapshot {
2502
3240
 
@@ -2661,7 +3399,7 @@ export interface CreateSubnetRequest {
2661
3399
 
2662
3400
  AvailabilityZoneId?: string;
2663
3401
 
2664
- CidrBlock: string | undefined;
3402
+ CidrBlock?: string;
2665
3403
 
2666
3404
  Ipv6CidrBlock?: string;
2667
3405
 
@@ -2670,6 +3408,8 @@ export interface CreateSubnetRequest {
2670
3408
  VpcId: string | undefined;
2671
3409
 
2672
3410
  DryRun?: boolean;
3411
+
3412
+ Ipv6Native?: boolean;
2673
3413
  }
2674
3414
  export declare namespace CreateSubnetRequest {
2675
3415
 
@@ -3189,647 +3929,3 @@ export declare namespace CreateTransitGatewayConnectPeerRequest {
3189
3929
  const filterSensitiveLog: (obj: CreateTransitGatewayConnectPeerRequest) => any;
3190
3930
  }
3191
3931
  export declare type BgpStatus = "down" | "up";
3192
-
3193
- export interface TransitGatewayAttachmentBgpConfiguration {
3194
-
3195
- TransitGatewayAsn?: number;
3196
-
3197
- PeerAsn?: number;
3198
-
3199
- TransitGatewayAddress?: string;
3200
-
3201
- PeerAddress?: string;
3202
-
3203
- BgpStatus?: BgpStatus | string;
3204
- }
3205
- export declare namespace TransitGatewayAttachmentBgpConfiguration {
3206
-
3207
- const filterSensitiveLog: (obj: TransitGatewayAttachmentBgpConfiguration) => any;
3208
- }
3209
-
3210
- export interface TransitGatewayConnectPeerConfiguration {
3211
-
3212
- TransitGatewayAddress?: string;
3213
-
3214
- PeerAddress?: string;
3215
-
3216
- InsideCidrBlocks?: string[];
3217
-
3218
- Protocol?: ProtocolValue | string;
3219
-
3220
- BgpConfigurations?: TransitGatewayAttachmentBgpConfiguration[];
3221
- }
3222
- export declare namespace TransitGatewayConnectPeerConfiguration {
3223
-
3224
- const filterSensitiveLog: (obj: TransitGatewayConnectPeerConfiguration) => any;
3225
- }
3226
- export declare type TransitGatewayConnectPeerState = "available" | "deleted" | "deleting" | "pending";
3227
-
3228
- export interface TransitGatewayConnectPeer {
3229
-
3230
- TransitGatewayAttachmentId?: string;
3231
-
3232
- TransitGatewayConnectPeerId?: string;
3233
-
3234
- State?: TransitGatewayConnectPeerState | string;
3235
-
3236
- CreationTime?: Date;
3237
-
3238
- ConnectPeerConfiguration?: TransitGatewayConnectPeerConfiguration;
3239
-
3240
- Tags?: Tag[];
3241
- }
3242
- export declare namespace TransitGatewayConnectPeer {
3243
-
3244
- const filterSensitiveLog: (obj: TransitGatewayConnectPeer) => any;
3245
- }
3246
- export interface CreateTransitGatewayConnectPeerResult {
3247
-
3248
- TransitGatewayConnectPeer?: TransitGatewayConnectPeer;
3249
- }
3250
- export declare namespace CreateTransitGatewayConnectPeerResult {
3251
-
3252
- const filterSensitiveLog: (obj: CreateTransitGatewayConnectPeerResult) => any;
3253
- }
3254
- export declare type AutoAcceptSharedAssociationsValue = "disable" | "enable";
3255
- export declare type Igmpv2SupportValue = "disable" | "enable";
3256
- export declare type StaticSourcesSupportValue = "disable" | "enable";
3257
-
3258
- export interface CreateTransitGatewayMulticastDomainRequestOptions {
3259
-
3260
- Igmpv2Support?: Igmpv2SupportValue | string;
3261
-
3262
- StaticSourcesSupport?: StaticSourcesSupportValue | string;
3263
-
3264
- AutoAcceptSharedAssociations?: AutoAcceptSharedAssociationsValue | string;
3265
- }
3266
- export declare namespace CreateTransitGatewayMulticastDomainRequestOptions {
3267
-
3268
- const filterSensitiveLog: (obj: CreateTransitGatewayMulticastDomainRequestOptions) => any;
3269
- }
3270
- export interface CreateTransitGatewayMulticastDomainRequest {
3271
-
3272
- TransitGatewayId: string | undefined;
3273
-
3274
- Options?: CreateTransitGatewayMulticastDomainRequestOptions;
3275
-
3276
- TagSpecifications?: TagSpecification[];
3277
-
3278
- DryRun?: boolean;
3279
- }
3280
- export declare namespace CreateTransitGatewayMulticastDomainRequest {
3281
-
3282
- const filterSensitiveLog: (obj: CreateTransitGatewayMulticastDomainRequest) => any;
3283
- }
3284
-
3285
- export interface TransitGatewayMulticastDomainOptions {
3286
-
3287
- Igmpv2Support?: Igmpv2SupportValue | string;
3288
-
3289
- StaticSourcesSupport?: StaticSourcesSupportValue | string;
3290
-
3291
- AutoAcceptSharedAssociations?: AutoAcceptSharedAssociationsValue | string;
3292
- }
3293
- export declare namespace TransitGatewayMulticastDomainOptions {
3294
-
3295
- const filterSensitiveLog: (obj: TransitGatewayMulticastDomainOptions) => any;
3296
- }
3297
- export declare type TransitGatewayMulticastDomainState = "available" | "deleted" | "deleting" | "pending";
3298
-
3299
- export interface TransitGatewayMulticastDomain {
3300
-
3301
- TransitGatewayMulticastDomainId?: string;
3302
-
3303
- TransitGatewayId?: string;
3304
-
3305
- TransitGatewayMulticastDomainArn?: string;
3306
-
3307
- OwnerId?: string;
3308
-
3309
- Options?: TransitGatewayMulticastDomainOptions;
3310
-
3311
- State?: TransitGatewayMulticastDomainState | string;
3312
-
3313
- CreationTime?: Date;
3314
-
3315
- Tags?: Tag[];
3316
- }
3317
- export declare namespace TransitGatewayMulticastDomain {
3318
-
3319
- const filterSensitiveLog: (obj: TransitGatewayMulticastDomain) => any;
3320
- }
3321
- export interface CreateTransitGatewayMulticastDomainResult {
3322
-
3323
- TransitGatewayMulticastDomain?: TransitGatewayMulticastDomain;
3324
- }
3325
- export declare namespace CreateTransitGatewayMulticastDomainResult {
3326
-
3327
- const filterSensitiveLog: (obj: CreateTransitGatewayMulticastDomainResult) => any;
3328
- }
3329
- export interface CreateTransitGatewayPeeringAttachmentRequest {
3330
-
3331
- TransitGatewayId: string | undefined;
3332
-
3333
- PeerTransitGatewayId: string | undefined;
3334
-
3335
- PeerAccountId: string | undefined;
3336
-
3337
- PeerRegion: string | undefined;
3338
-
3339
- TagSpecifications?: TagSpecification[];
3340
-
3341
- DryRun?: boolean;
3342
- }
3343
- export declare namespace CreateTransitGatewayPeeringAttachmentRequest {
3344
-
3345
- const filterSensitiveLog: (obj: CreateTransitGatewayPeeringAttachmentRequest) => any;
3346
- }
3347
- export interface CreateTransitGatewayPeeringAttachmentResult {
3348
-
3349
- TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment;
3350
- }
3351
- export declare namespace CreateTransitGatewayPeeringAttachmentResult {
3352
-
3353
- const filterSensitiveLog: (obj: CreateTransitGatewayPeeringAttachmentResult) => any;
3354
- }
3355
- export interface CreateTransitGatewayPrefixListReferenceRequest {
3356
-
3357
- TransitGatewayRouteTableId: string | undefined;
3358
-
3359
- PrefixListId: string | undefined;
3360
-
3361
- TransitGatewayAttachmentId?: string;
3362
-
3363
- Blackhole?: boolean;
3364
-
3365
- DryRun?: boolean;
3366
- }
3367
- export declare namespace CreateTransitGatewayPrefixListReferenceRequest {
3368
-
3369
- const filterSensitiveLog: (obj: CreateTransitGatewayPrefixListReferenceRequest) => any;
3370
- }
3371
- export declare type TransitGatewayPrefixListReferenceState = "available" | "deleting" | "modifying" | "pending";
3372
-
3373
- export interface TransitGatewayPrefixListAttachment {
3374
-
3375
- TransitGatewayAttachmentId?: string;
3376
-
3377
- ResourceType?: TransitGatewayAttachmentResourceType | string;
3378
-
3379
- ResourceId?: string;
3380
- }
3381
- export declare namespace TransitGatewayPrefixListAttachment {
3382
-
3383
- const filterSensitiveLog: (obj: TransitGatewayPrefixListAttachment) => any;
3384
- }
3385
-
3386
- export interface TransitGatewayPrefixListReference {
3387
-
3388
- TransitGatewayRouteTableId?: string;
3389
-
3390
- PrefixListId?: string;
3391
-
3392
- PrefixListOwnerId?: string;
3393
-
3394
- State?: TransitGatewayPrefixListReferenceState | string;
3395
-
3396
- Blackhole?: boolean;
3397
-
3398
- TransitGatewayAttachment?: TransitGatewayPrefixListAttachment;
3399
- }
3400
- export declare namespace TransitGatewayPrefixListReference {
3401
-
3402
- const filterSensitiveLog: (obj: TransitGatewayPrefixListReference) => any;
3403
- }
3404
- export interface CreateTransitGatewayPrefixListReferenceResult {
3405
-
3406
- TransitGatewayPrefixListReference?: TransitGatewayPrefixListReference;
3407
- }
3408
- export declare namespace CreateTransitGatewayPrefixListReferenceResult {
3409
-
3410
- const filterSensitiveLog: (obj: CreateTransitGatewayPrefixListReferenceResult) => any;
3411
- }
3412
- export interface CreateTransitGatewayRouteRequest {
3413
-
3414
- DestinationCidrBlock: string | undefined;
3415
-
3416
- TransitGatewayRouteTableId: string | undefined;
3417
-
3418
- TransitGatewayAttachmentId?: string;
3419
-
3420
- Blackhole?: boolean;
3421
-
3422
- DryRun?: boolean;
3423
- }
3424
- export declare namespace CreateTransitGatewayRouteRequest {
3425
-
3426
- const filterSensitiveLog: (obj: CreateTransitGatewayRouteRequest) => any;
3427
- }
3428
- export declare type TransitGatewayRouteState = "active" | "blackhole" | "deleted" | "deleting" | "pending";
3429
-
3430
- export interface TransitGatewayRouteAttachment {
3431
-
3432
- ResourceId?: string;
3433
-
3434
- TransitGatewayAttachmentId?: string;
3435
-
3436
- ResourceType?: TransitGatewayAttachmentResourceType | string;
3437
- }
3438
- export declare namespace TransitGatewayRouteAttachment {
3439
-
3440
- const filterSensitiveLog: (obj: TransitGatewayRouteAttachment) => any;
3441
- }
3442
- export declare type TransitGatewayRouteType = "propagated" | "static";
3443
-
3444
- export interface TransitGatewayRoute {
3445
-
3446
- DestinationCidrBlock?: string;
3447
-
3448
- PrefixListId?: string;
3449
-
3450
- TransitGatewayAttachments?: TransitGatewayRouteAttachment[];
3451
-
3452
- Type?: TransitGatewayRouteType | string;
3453
-
3454
- State?: TransitGatewayRouteState | string;
3455
- }
3456
- export declare namespace TransitGatewayRoute {
3457
-
3458
- const filterSensitiveLog: (obj: TransitGatewayRoute) => any;
3459
- }
3460
- export interface CreateTransitGatewayRouteResult {
3461
-
3462
- Route?: TransitGatewayRoute;
3463
- }
3464
- export declare namespace CreateTransitGatewayRouteResult {
3465
-
3466
- const filterSensitiveLog: (obj: CreateTransitGatewayRouteResult) => any;
3467
- }
3468
- export interface CreateTransitGatewayRouteTableRequest {
3469
-
3470
- TransitGatewayId: string | undefined;
3471
-
3472
- TagSpecifications?: TagSpecification[];
3473
-
3474
- DryRun?: boolean;
3475
- }
3476
- export declare namespace CreateTransitGatewayRouteTableRequest {
3477
-
3478
- const filterSensitiveLog: (obj: CreateTransitGatewayRouteTableRequest) => any;
3479
- }
3480
- export declare type TransitGatewayRouteTableState = "available" | "deleted" | "deleting" | "pending";
3481
-
3482
- export interface TransitGatewayRouteTable {
3483
-
3484
- TransitGatewayRouteTableId?: string;
3485
-
3486
- TransitGatewayId?: string;
3487
-
3488
- State?: TransitGatewayRouteTableState | string;
3489
-
3490
- DefaultAssociationRouteTable?: boolean;
3491
-
3492
- DefaultPropagationRouteTable?: boolean;
3493
-
3494
- CreationTime?: Date;
3495
-
3496
- Tags?: Tag[];
3497
- }
3498
- export declare namespace TransitGatewayRouteTable {
3499
-
3500
- const filterSensitiveLog: (obj: TransitGatewayRouteTable) => any;
3501
- }
3502
- export interface CreateTransitGatewayRouteTableResult {
3503
-
3504
- TransitGatewayRouteTable?: TransitGatewayRouteTable;
3505
- }
3506
- export declare namespace CreateTransitGatewayRouteTableResult {
3507
-
3508
- const filterSensitiveLog: (obj: CreateTransitGatewayRouteTableResult) => any;
3509
- }
3510
-
3511
- export interface CreateTransitGatewayVpcAttachmentRequestOptions {
3512
-
3513
- DnsSupport?: DnsSupportValue | string;
3514
-
3515
- Ipv6Support?: Ipv6SupportValue | string;
3516
-
3517
- ApplianceModeSupport?: ApplianceModeSupportValue | string;
3518
- }
3519
- export declare namespace CreateTransitGatewayVpcAttachmentRequestOptions {
3520
-
3521
- const filterSensitiveLog: (obj: CreateTransitGatewayVpcAttachmentRequestOptions) => any;
3522
- }
3523
- export interface CreateTransitGatewayVpcAttachmentRequest {
3524
-
3525
- TransitGatewayId: string | undefined;
3526
-
3527
- VpcId: string | undefined;
3528
-
3529
- SubnetIds: string[] | undefined;
3530
-
3531
- Options?: CreateTransitGatewayVpcAttachmentRequestOptions;
3532
-
3533
- TagSpecifications?: TagSpecification[];
3534
-
3535
- DryRun?: boolean;
3536
- }
3537
- export declare namespace CreateTransitGatewayVpcAttachmentRequest {
3538
-
3539
- const filterSensitiveLog: (obj: CreateTransitGatewayVpcAttachmentRequest) => any;
3540
- }
3541
- export interface CreateTransitGatewayVpcAttachmentResult {
3542
-
3543
- TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment;
3544
- }
3545
- export declare namespace CreateTransitGatewayVpcAttachmentResult {
3546
-
3547
- const filterSensitiveLog: (obj: CreateTransitGatewayVpcAttachmentResult) => any;
3548
- }
3549
- export interface CreateVolumeRequest {
3550
-
3551
- AvailabilityZone: string | undefined;
3552
-
3553
- Encrypted?: boolean;
3554
-
3555
- Iops?: number;
3556
-
3557
- KmsKeyId?: string;
3558
-
3559
- OutpostArn?: string;
3560
-
3561
- Size?: number;
3562
-
3563
- SnapshotId?: string;
3564
-
3565
- VolumeType?: VolumeType | string;
3566
-
3567
- DryRun?: boolean;
3568
-
3569
- TagSpecifications?: TagSpecification[];
3570
-
3571
- MultiAttachEnabled?: boolean;
3572
-
3573
- Throughput?: number;
3574
-
3575
- ClientToken?: string;
3576
- }
3577
- export declare namespace CreateVolumeRequest {
3578
-
3579
- const filterSensitiveLog: (obj: CreateVolumeRequest) => any;
3580
- }
3581
- export declare type VolumeState = "available" | "creating" | "deleted" | "deleting" | "error" | "in-use";
3582
-
3583
- export interface Volume {
3584
-
3585
- Attachments?: VolumeAttachment[];
3586
-
3587
- AvailabilityZone?: string;
3588
-
3589
- CreateTime?: Date;
3590
-
3591
- Encrypted?: boolean;
3592
-
3593
- KmsKeyId?: string;
3594
-
3595
- OutpostArn?: string;
3596
-
3597
- Size?: number;
3598
-
3599
- SnapshotId?: string;
3600
-
3601
- State?: VolumeState | string;
3602
-
3603
- VolumeId?: string;
3604
-
3605
- Iops?: number;
3606
-
3607
- Tags?: Tag[];
3608
-
3609
- VolumeType?: VolumeType | string;
3610
-
3611
- FastRestored?: boolean;
3612
-
3613
- MultiAttachEnabled?: boolean;
3614
-
3615
- Throughput?: number;
3616
- }
3617
- export declare namespace Volume {
3618
-
3619
- const filterSensitiveLog: (obj: Volume) => any;
3620
- }
3621
- export interface CreateVpcRequest {
3622
-
3623
- CidrBlock: string | undefined;
3624
-
3625
- AmazonProvidedIpv6CidrBlock?: boolean;
3626
-
3627
- Ipv6Pool?: string;
3628
-
3629
- Ipv6CidrBlock?: string;
3630
-
3631
- DryRun?: boolean;
3632
-
3633
- InstanceTenancy?: Tenancy | string;
3634
-
3635
- Ipv6CidrBlockNetworkBorderGroup?: string;
3636
-
3637
- TagSpecifications?: TagSpecification[];
3638
- }
3639
- export declare namespace CreateVpcRequest {
3640
-
3641
- const filterSensitiveLog: (obj: CreateVpcRequest) => any;
3642
- }
3643
- export interface CreateVpcResult {
3644
-
3645
- Vpc?: Vpc;
3646
- }
3647
- export declare namespace CreateVpcResult {
3648
-
3649
- const filterSensitiveLog: (obj: CreateVpcResult) => any;
3650
- }
3651
- export declare enum VpcEndpointType {
3652
- Gateway = "Gateway",
3653
- GatewayLoadBalancer = "GatewayLoadBalancer",
3654
- Interface = "Interface"
3655
- }
3656
-
3657
- export interface CreateVpcEndpointRequest {
3658
-
3659
- DryRun?: boolean;
3660
-
3661
- VpcEndpointType?: VpcEndpointType | string;
3662
-
3663
- VpcId: string | undefined;
3664
-
3665
- ServiceName: string | undefined;
3666
-
3667
- PolicyDocument?: string;
3668
-
3669
- RouteTableIds?: string[];
3670
-
3671
- SubnetIds?: string[];
3672
-
3673
- SecurityGroupIds?: string[];
3674
-
3675
- ClientToken?: string;
3676
-
3677
- PrivateDnsEnabled?: boolean;
3678
-
3679
- TagSpecifications?: TagSpecification[];
3680
- }
3681
- export declare namespace CreateVpcEndpointRequest {
3682
-
3683
- const filterSensitiveLog: (obj: CreateVpcEndpointRequest) => any;
3684
- }
3685
-
3686
- export interface DnsEntry {
3687
-
3688
- DnsName?: string;
3689
-
3690
- HostedZoneId?: string;
3691
- }
3692
- export declare namespace DnsEntry {
3693
-
3694
- const filterSensitiveLog: (obj: DnsEntry) => any;
3695
- }
3696
-
3697
- export interface SecurityGroupIdentifier {
3698
-
3699
- GroupId?: string;
3700
-
3701
- GroupName?: string;
3702
- }
3703
- export declare namespace SecurityGroupIdentifier {
3704
-
3705
- const filterSensitiveLog: (obj: SecurityGroupIdentifier) => any;
3706
- }
3707
-
3708
- export interface LastError {
3709
-
3710
- Message?: string;
3711
-
3712
- Code?: string;
3713
- }
3714
- export declare namespace LastError {
3715
-
3716
- const filterSensitiveLog: (obj: LastError) => any;
3717
- }
3718
- export declare enum State {
3719
- Available = "Available",
3720
- Deleted = "Deleted",
3721
- Deleting = "Deleting",
3722
- Expired = "Expired",
3723
- Failed = "Failed",
3724
- Pending = "Pending",
3725
- PendingAcceptance = "PendingAcceptance",
3726
- Rejected = "Rejected"
3727
- }
3728
-
3729
- export interface VpcEndpoint {
3730
-
3731
- VpcEndpointId?: string;
3732
-
3733
- VpcEndpointType?: VpcEndpointType | string;
3734
-
3735
- VpcId?: string;
3736
-
3737
- ServiceName?: string;
3738
-
3739
- State?: State | string;
3740
-
3741
- PolicyDocument?: string;
3742
-
3743
- RouteTableIds?: string[];
3744
-
3745
- SubnetIds?: string[];
3746
-
3747
- Groups?: SecurityGroupIdentifier[];
3748
-
3749
- PrivateDnsEnabled?: boolean;
3750
-
3751
- RequesterManaged?: boolean;
3752
-
3753
- NetworkInterfaceIds?: string[];
3754
-
3755
- DnsEntries?: DnsEntry[];
3756
-
3757
- CreationTimestamp?: Date;
3758
-
3759
- Tags?: Tag[];
3760
-
3761
- OwnerId?: string;
3762
-
3763
- LastError?: LastError;
3764
- }
3765
- export declare namespace VpcEndpoint {
3766
-
3767
- const filterSensitiveLog: (obj: VpcEndpoint) => any;
3768
- }
3769
-
3770
- export interface CreateVpcEndpointResult {
3771
-
3772
- VpcEndpoint?: VpcEndpoint;
3773
-
3774
- ClientToken?: string;
3775
- }
3776
- export declare namespace CreateVpcEndpointResult {
3777
-
3778
- const filterSensitiveLog: (obj: CreateVpcEndpointResult) => any;
3779
- }
3780
- export interface CreateVpcEndpointConnectionNotificationRequest {
3781
-
3782
- DryRun?: boolean;
3783
-
3784
- ServiceId?: string;
3785
-
3786
- VpcEndpointId?: string;
3787
-
3788
- ConnectionNotificationArn: string | undefined;
3789
-
3790
- ConnectionEvents: string[] | undefined;
3791
-
3792
- ClientToken?: string;
3793
- }
3794
- export declare namespace CreateVpcEndpointConnectionNotificationRequest {
3795
-
3796
- const filterSensitiveLog: (obj: CreateVpcEndpointConnectionNotificationRequest) => any;
3797
- }
3798
- export declare enum ConnectionNotificationState {
3799
- Disabled = "Disabled",
3800
- Enabled = "Enabled"
3801
- }
3802
- export declare enum ConnectionNotificationType {
3803
- Topic = "Topic"
3804
- }
3805
-
3806
- export interface ConnectionNotification {
3807
-
3808
- ConnectionNotificationId?: string;
3809
-
3810
- ServiceId?: string;
3811
-
3812
- VpcEndpointId?: string;
3813
-
3814
- ConnectionNotificationType?: ConnectionNotificationType | string;
3815
-
3816
- ConnectionNotificationArn?: string;
3817
-
3818
- ConnectionEvents?: string[];
3819
-
3820
- ConnectionNotificationState?: ConnectionNotificationState | string;
3821
- }
3822
- export declare namespace ConnectionNotification {
3823
-
3824
- const filterSensitiveLog: (obj: ConnectionNotification) => any;
3825
- }
3826
- export interface CreateVpcEndpointConnectionNotificationResult {
3827
-
3828
- ConnectionNotification?: ConnectionNotification;
3829
-
3830
- ClientToken?: string;
3831
- }
3832
- export declare namespace CreateVpcEndpointConnectionNotificationResult {
3833
-
3834
- const filterSensitiveLog: (obj: CreateVpcEndpointConnectionNotificationResult) => any;
3835
- }