@aws-sdk/client-ec2 3.934.0 → 3.936.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 (1335) hide show
  1. package/README.md +72 -0
  2. package/dist-cjs/index.js +948 -86
  3. package/dist-es/EC2.js +18 -0
  4. package/dist-es/commands/CreateIpamPolicyCommand.js +16 -0
  5. package/dist-es/commands/DeleteIpamPolicyCommand.js +16 -0
  6. package/dist-es/commands/DescribeIpamPoliciesCommand.js +16 -0
  7. package/dist-es/commands/DisableIpamPolicyCommand.js +16 -0
  8. package/dist-es/commands/EnableIpamPolicyCommand.js +16 -0
  9. package/dist-es/commands/GetEnabledIpamPolicyCommand.js +16 -0
  10. package/dist-es/commands/GetIpamPolicyAllocationRulesCommand.js +16 -0
  11. package/dist-es/commands/GetIpamPolicyOrganizationTargetsCommand.js +16 -0
  12. package/dist-es/commands/ModifyIpamPolicyAllocationRulesCommand.js +16 -0
  13. package/dist-es/commands/index.js +9 -0
  14. package/dist-es/index.js +1 -1
  15. package/dist-es/models/enums.js +3604 -0
  16. package/dist-es/models/models_0.js +1 -521
  17. package/dist-es/models/models_1.js +1 -1619
  18. package/dist-es/models/models_2.js +1 -354
  19. package/dist-es/models/models_3.js +1 -158
  20. package/dist-es/models/models_4.js +1 -331
  21. package/dist-es/models/models_5.js +1 -213
  22. package/dist-es/models/models_6.js +1 -187
  23. package/dist-es/models/models_7.js +1 -131
  24. package/dist-es/schemas/schemas_0.js +777 -78
  25. package/dist-types/EC2.d.ts +66 -0
  26. package/dist-types/EC2Client.d.ts +11 -2
  27. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  28. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  29. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  30. package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +2 -0
  31. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  32. package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +4 -0
  33. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  34. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  35. package/dist-types/commands/CopyFpgaImageCommand.d.ts +1 -1
  36. package/dist-types/commands/CopyImageCommand.d.ts +2 -2
  37. package/dist-types/commands/CopySnapshotCommand.d.ts +2 -2
  38. package/dist-types/commands/CopyVolumesCommand.d.ts +2 -2
  39. package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +2 -2
  40. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +2 -2
  41. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -2
  42. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
  43. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +2 -2
  44. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +2 -2
  45. package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateCoipCidrCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateCoipPoolCommand.d.ts +2 -2
  48. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +2 -2
  49. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +2 -2
  52. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +3 -2
  53. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateFlowLogsCommand.d.ts +2 -2
  56. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateIpamPolicyCommand.d.ts +103 -0
  66. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +3 -3
  73. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +3 -3
  74. package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +2 -2
  76. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -2
  77. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -2
  78. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +2 -2
  79. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +2 -2
  80. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +2 -2
  81. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +2 -2
  82. package/dist-types/commands/CreateNatGatewayCommand.d.ts +22 -5
  83. package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -2
  84. package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +2 -2
  86. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +2 -2
  87. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +2 -2
  88. package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
  89. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +2 -2
  90. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +2 -2
  91. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -2
  92. package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +2 -2
  94. package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateRouteServerCommand.d.ts +2 -2
  96. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +2 -2
  97. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +2 -2
  98. package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -2
  99. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +2 -2
  100. package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -2
  101. package/dist-types/commands/CreateSnapshotsCommand.d.ts +2 -2
  102. package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  111. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  112. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  113. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  114. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  115. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  116. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  117. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  118. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  119. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +2 -3
  120. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +2 -2
  121. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +2 -2
  122. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +2 -2
  123. package/dist-types/commands/CreateVolumeCommand.d.ts +3 -3
  124. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -2
  125. package/dist-types/commands/CreateVpcCommand.d.ts +2 -2
  126. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -2
  127. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  128. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -2
  129. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -2
  130. package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +2 -2
  131. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -2
  132. package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
  133. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +2 -2
  134. package/dist-types/commands/DeleteCapacityManagerDataExportCommand.d.ts +1 -1
  135. package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
  136. package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
  137. package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +1 -1
  138. package/dist-types/commands/DeleteCoipCidrCommand.d.ts +1 -1
  139. package/dist-types/commands/DeleteCoipPoolCommand.d.ts +1 -1
  140. package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  141. package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  142. package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  143. package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
  144. package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -1
  145. package/dist-types/commands/DeleteFpgaImageCommand.d.ts +1 -1
  146. package/dist-types/commands/DeleteImageUsageReportCommand.d.ts +1 -1
  147. package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
  148. package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
  149. package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +1 -1
  150. package/dist-types/commands/DeleteIpamCommand.d.ts +1 -1
  151. package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  152. package/dist-types/commands/DeleteIpamPolicyCommand.d.ts +90 -0
  153. package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
  154. package/dist-types/commands/DeleteIpamPrefixListResolverCommand.d.ts +1 -1
  155. package/dist-types/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +1 -1
  156. package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
  157. package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -1
  158. package/dist-types/commands/DeleteKeyPairCommand.d.ts +1 -1
  159. package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +1 -1
  160. package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
  161. package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
  162. package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -1
  163. package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  164. package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  165. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  166. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  167. package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  168. package/dist-types/commands/DeleteNatGatewayCommand.d.ts +1 -1
  169. package/dist-types/commands/DeleteNetworkAclCommand.d.ts +1 -1
  170. package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
  171. package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  172. package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
  173. package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
  174. package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
  175. package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  176. package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  177. package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
  178. package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
  179. package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
  180. package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
  181. package/dist-types/commands/DeleteRouteServerCommand.d.ts +1 -1
  182. package/dist-types/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
  183. package/dist-types/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
  184. package/dist-types/commands/DeleteRouteTableCommand.d.ts +1 -1
  185. package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +1 -1
  186. package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
  187. package/dist-types/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +1 -1
  188. package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
  189. package/dist-types/commands/DeleteSubnetCommand.d.ts +1 -1
  190. package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
  191. package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
  192. package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
  193. package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -1
  194. package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
  195. package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -1
  196. package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
  197. package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
  198. package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
  199. package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  200. package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
  201. package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  202. package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
  203. package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  204. package/dist-types/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
  205. package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  206. package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
  207. package/dist-types/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
  208. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
  209. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
  210. package/dist-types/commands/DeleteVolumeCommand.d.ts +1 -1
  211. package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -1
  212. package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -2
  213. package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +1 -1
  214. package/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
  215. package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
  216. package/dist-types/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
  217. package/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
  218. package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
  219. package/dist-types/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
  220. package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +1 -1
  221. package/dist-types/commands/DescribeCapacityManagerDataExportsCommand.d.ts +1 -1
  222. package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -1
  223. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  224. package/dist-types/commands/DescribeCapacityReservationTopologyCommand.d.ts +1 -1
  225. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
  226. package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
  227. package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
  228. package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
  229. package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -1
  230. package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -1
  231. package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
  232. package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
  233. package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +1 -1
  234. package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -1
  235. package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
  236. package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +1 -1
  237. package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
  238. package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
  239. package/dist-types/commands/DescribeElasticGpusCommand.d.ts +1 -1
  240. package/dist-types/commands/DescribeExportImageTasksCommand.d.ts +1 -1
  241. package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
  242. package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +1 -1
  243. package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -1
  244. package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +1 -1
  245. package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +1 -1
  246. package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
  247. package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
  248. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
  249. package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -1
  250. package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
  251. package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
  252. package/dist-types/commands/DescribeHostsCommand.d.ts +1 -1
  253. package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  254. package/dist-types/commands/DescribeIdFormatCommand.d.ts +1 -1
  255. package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  256. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +1 -1
  257. package/dist-types/commands/DescribeImageReferencesCommand.d.ts +1 -1
  258. package/dist-types/commands/DescribeImageUsageReportEntriesCommand.d.ts +1 -1
  259. package/dist-types/commands/DescribeImageUsageReportsCommand.d.ts +1 -1
  260. package/dist-types/commands/DescribeImagesCommand.d.ts +1 -1
  261. package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +1 -1
  262. package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +1 -1
  263. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
  264. package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
  265. package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
  266. package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
  267. package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
  268. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
  269. package/dist-types/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +1 -1
  270. package/dist-types/commands/DescribeInstanceSqlHaStatesCommand.d.ts +1 -1
  271. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +1 -2
  272. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +2 -1
  273. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  274. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -1
  275. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  276. package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
  277. package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +1 -1
  278. package/dist-types/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +3 -2
  279. package/dist-types/commands/DescribeIpamPoliciesCommand.d.ts +105 -0
  280. package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +1 -1
  281. package/dist-types/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +1 -1
  282. package/dist-types/commands/DescribeIpamPrefixListResolversCommand.d.ts +1 -1
  283. package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +1 -1
  284. package/dist-types/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +1 -1
  285. package/dist-types/commands/DescribeIpamScopesCommand.d.ts +1 -1
  286. package/dist-types/commands/DescribeIpamsCommand.d.ts +1 -1
  287. package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
  288. package/dist-types/commands/DescribeKeyPairsCommand.d.ts +1 -1
  289. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
  290. package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +1 -1
  291. package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
  292. package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
  293. package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
  294. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -1
  295. package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
  296. package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
  297. package/dist-types/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
  298. package/dist-types/commands/DescribeMacHostsCommand.d.ts +1 -1
  299. package/dist-types/commands/DescribeMacModificationTasksCommand.d.ts +1 -1
  300. package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
  301. package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +1 -1
  302. package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +7 -1
  303. package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +1 -1
  304. package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
  305. package/dist-types/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +1 -1
  306. package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +1 -1
  307. package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
  308. package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
  309. package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
  310. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
  311. package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +1 -1
  312. package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +1 -1
  313. package/dist-types/commands/DescribePrefixListsCommand.d.ts +1 -1
  314. package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +1 -1
  315. package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
  316. package/dist-types/commands/DescribeRegionsCommand.d.ts +1 -1
  317. package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
  318. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
  319. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  320. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  321. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
  322. package/dist-types/commands/DescribeRouteServerEndpointsCommand.d.ts +1 -1
  323. package/dist-types/commands/DescribeRouteServerPeersCommand.d.ts +1 -1
  324. package/dist-types/commands/DescribeRouteServersCommand.d.ts +1 -1
  325. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
  326. package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
  327. package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
  328. package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
  329. package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
  330. package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
  331. package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  332. package/dist-types/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +1 -1
  333. package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  334. package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
  335. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
  336. package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
  337. package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
  338. package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
  339. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +3 -3
  340. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  341. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +1 -1
  342. package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
  343. package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
  344. package/dist-types/commands/DescribeSubnetsCommand.d.ts +1 -1
  345. package/dist-types/commands/DescribeTagsCommand.d.ts +2 -2
  346. package/dist-types/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +1 -1
  347. package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
  348. package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
  349. package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
  350. package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
  351. package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
  352. package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
  353. package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -2
  354. package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
  355. package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
  356. package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
  357. package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
  358. package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
  359. package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
  360. package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
  361. package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
  362. package/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
  363. package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
  364. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
  365. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
  366. package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
  367. package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +2 -1
  368. package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -1
  369. package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
  370. package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +1 -1
  371. package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
  372. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  373. package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
  374. package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  375. package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
  376. package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
  377. package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
  378. package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
  379. package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
  380. package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
  381. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +1 -1
  382. package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
  383. package/dist-types/commands/DescribeVpcsCommand.d.ts +1 -1
  384. package/dist-types/commands/DescribeVpnConcentratorsCommand.d.ts +1 -1
  385. package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +1 -1
  386. package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +1 -1
  387. package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
  388. package/dist-types/commands/DetachInternetGatewayCommand.d.ts +1 -1
  389. package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  390. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  391. package/dist-types/commands/DetachVolumeCommand.d.ts +1 -1
  392. package/dist-types/commands/DetachVpnGatewayCommand.d.ts +1 -1
  393. package/dist-types/commands/DisableAddressTransferCommand.d.ts +1 -1
  394. package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
  395. package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
  396. package/dist-types/commands/DisableCapacityManagerCommand.d.ts +1 -1
  397. package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
  398. package/dist-types/commands/DisableFastLaunchCommand.d.ts +1 -1
  399. package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
  400. package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
  401. package/dist-types/commands/DisableImageCommand.d.ts +1 -1
  402. package/dist-types/commands/DisableImageDeprecationCommand.d.ts +1 -1
  403. package/dist-types/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -1
  404. package/dist-types/commands/DisableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
  405. package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  406. package/dist-types/commands/DisableIpamPolicyCommand.d.ts +77 -0
  407. package/dist-types/commands/DisableRouteServerPropagationCommand.d.ts +1 -1
  408. package/dist-types/commands/DisableSerialConsoleAccessCommand.d.ts +1 -1
  409. package/dist-types/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  410. package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  411. package/dist-types/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
  412. package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
  413. package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  414. package/dist-types/commands/DisassociateAddressCommand.d.ts +1 -1
  415. package/dist-types/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
  416. package/dist-types/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
  417. package/dist-types/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
  418. package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
  419. package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
  420. package/dist-types/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
  421. package/dist-types/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
  422. package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +3 -1
  423. package/dist-types/commands/DisassociateRouteServerCommand.d.ts +1 -1
  424. package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
  425. package/dist-types/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
  426. package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
  427. package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  428. package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  429. package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
  430. package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
  431. package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
  432. package/dist-types/commands/EnableAddressTransferCommand.d.ts +1 -1
  433. package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +1 -1
  434. package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
  435. package/dist-types/commands/EnableCapacityManagerCommand.d.ts +1 -1
  436. package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
  437. package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
  438. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  439. package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  440. package/dist-types/commands/EnableImageCommand.d.ts +1 -1
  441. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
  442. package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  443. package/dist-types/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
  444. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  445. package/dist-types/commands/EnableIpamPolicyCommand.d.ts +78 -0
  446. package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  447. package/dist-types/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
  448. package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  449. package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  450. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  451. package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
  452. package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
  453. package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
  454. package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  455. package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  456. package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
  457. package/dist-types/commands/ExportImageCommand.d.ts +2 -2
  458. package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  459. package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
  460. package/dist-types/commands/GetActiveVpnTunnelStatusCommand.d.ts +1 -1
  461. package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +1 -1
  462. package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  463. package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  464. package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
  465. package/dist-types/commands/GetCapacityManagerAttributesCommand.d.ts +1 -1
  466. package/dist-types/commands/GetCapacityManagerMetricDataCommand.d.ts +1 -1
  467. package/dist-types/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +1 -1
  468. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  469. package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
  470. package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
  471. package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -1
  472. package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
  473. package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
  474. package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  475. package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
  476. package/dist-types/commands/GetEnabledIpamPolicyCommand.d.ts +77 -0
  477. package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
  478. package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
  479. package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
  480. package/dist-types/commands/GetImageAncestryCommand.d.ts +2 -2
  481. package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
  482. package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
  483. package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
  484. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  485. package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  486. package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
  487. package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
  488. package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
  489. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
  490. package/dist-types/commands/GetIpamPolicyAllocationRulesCommand.d.ts +101 -0
  491. package/dist-types/commands/GetIpamPolicyOrganizationTargetsCommand.d.ts +92 -0
  492. package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  493. package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +2 -1
  494. package/dist-types/commands/GetIpamPrefixListResolverRulesCommand.d.ts +1 -1
  495. package/dist-types/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +1 -1
  496. package/dist-types/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +1 -1
  497. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
  498. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
  499. package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  500. package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  501. package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
  502. package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
  503. package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
  504. package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  505. package/dist-types/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
  506. package/dist-types/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
  507. package/dist-types/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
  508. package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
  509. package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
  510. package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -1
  511. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
  512. package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
  513. package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  514. package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  515. package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
  516. package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -1
  517. package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  518. package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  519. package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  520. package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  521. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
  522. package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  523. package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
  524. package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  525. package/dist-types/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
  526. package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  527. package/dist-types/commands/ImportImageCommand.d.ts +2 -2
  528. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  529. package/dist-types/commands/ImportKeyPairCommand.d.ts +2 -2
  530. package/dist-types/commands/ImportSnapshotCommand.d.ts +2 -2
  531. package/dist-types/commands/ImportVolumeCommand.d.ts +1 -1
  532. package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
  533. package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
  534. package/dist-types/commands/LockSnapshotCommand.d.ts +1 -1
  535. package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -1
  536. package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
  537. package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +1 -1
  538. package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
  539. package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
  540. package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
  541. package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  542. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  543. package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
  544. package/dist-types/commands/ModifyHostsCommand.d.ts +1 -1
  545. package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
  546. package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  547. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +1 -1
  548. package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
  549. package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
  550. package/dist-types/commands/ModifyInstanceConnectEndpointCommand.d.ts +1 -1
  551. package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  552. package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
  553. package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  554. package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
  555. package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  556. package/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  557. package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  558. package/dist-types/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
  559. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  560. package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
  561. package/dist-types/commands/ModifyIpamPolicyAllocationRulesCommand.d.ts +93 -0
  562. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
  563. package/dist-types/commands/ModifyIpamPrefixListResolverCommand.d.ts +1 -1
  564. package/dist-types/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +1 -1
  565. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  566. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  567. package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
  568. package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  569. package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  570. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  571. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  572. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  573. package/dist-types/commands/ModifyPublicIpDnsNameOptionsCommand.d.ts +1 -1
  574. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  575. package/dist-types/commands/ModifyRouteServerCommand.d.ts +1 -1
  576. package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  577. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  578. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
  579. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  580. package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  581. package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
  582. package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
  583. package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
  584. package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -1
  585. package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  586. package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  587. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  588. package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  589. package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  590. package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  591. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  592. package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  593. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
  594. package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
  595. package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
  596. package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
  597. package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  598. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  599. package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +1 -1
  600. package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  601. package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  602. package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
  603. package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  604. package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
  605. package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  606. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
  607. package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
  608. package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
  609. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
  610. package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -1
  611. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
  612. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  613. package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
  614. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
  615. package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
  616. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
  617. package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  618. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +2 -2
  619. package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
  620. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +2 -2
  621. package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
  622. package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
  623. package/dist-types/commands/RebootInstancesCommand.d.ts +1 -1
  624. package/dist-types/commands/RegisterImageCommand.d.ts +2 -2
  625. package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  626. package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
  627. package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
  628. package/dist-types/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -1
  629. package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  630. package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  631. package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  632. package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
  633. package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
  634. package/dist-types/commands/ReleaseAddressCommand.d.ts +1 -1
  635. package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
  636. package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  637. package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
  638. package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +1 -1
  639. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  640. package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  641. package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
  642. package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  643. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  644. package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  645. package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
  646. package/dist-types/commands/RequestSpotFleetCommand.d.ts +3 -3
  647. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
  648. package/dist-types/commands/ResetAddressAttributeCommand.d.ts +1 -1
  649. package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  650. package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  651. package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
  652. package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  653. package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  654. package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  655. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  656. package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
  657. package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
  658. package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
  659. package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +1 -1
  660. package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  661. package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  662. package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
  663. package/dist-types/commands/RunInstancesCommand.d.ts +3 -3
  664. package/dist-types/commands/RunScheduledInstancesCommand.d.ts +1 -1
  665. package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  666. package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  667. package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  668. package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
  669. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +2 -2
  670. package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
  671. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -2
  672. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -2
  673. package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  674. package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
  675. package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  676. package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
  677. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  678. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  679. package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +3 -1
  680. package/dist-types/commands/UnlockSnapshotCommand.d.ts +1 -1
  681. package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
  682. package/dist-types/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +1 -1
  683. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  684. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
  685. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  686. package/dist-types/commands/index.d.ts +9 -0
  687. package/dist-types/index.d.ts +9 -1
  688. package/dist-types/models/enums.d.ts +6980 -0
  689. package/dist-types/models/models_0.d.ts +2943 -1058
  690. package/dist-types/models/models_1.d.ts +9245 -8143
  691. package/dist-types/models/models_2.d.ts +4061 -6064
  692. package/dist-types/models/models_3.d.ts +9084 -3648
  693. package/dist-types/models/models_4.d.ts +7250 -6766
  694. package/dist-types/models/models_5.d.ts +4333 -7858
  695. package/dist-types/models/models_6.d.ts +5475 -4305
  696. package/dist-types/models/models_7.d.ts +2669 -6042
  697. package/dist-types/schemas/schemas_0.d.ts +39 -0
  698. package/dist-types/ts3.4/EC2.d.ts +156 -0
  699. package/dist-types/ts3.4/EC2Client.d.ts +54 -0
  700. package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +1 -1
  701. package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +1 -1
  702. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +1 -1
  703. package/dist-types/ts3.4/commands/CopyVolumesCommand.d.ts +1 -1
  704. package/dist-types/ts3.4/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
  705. package/dist-types/ts3.4/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  706. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +1 -1
  707. package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  708. package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  709. package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  710. package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +1 -1
  711. package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +1 -1
  712. package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +1 -1
  713. package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  714. package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +1 -1
  715. package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +1 -1
  716. package/dist-types/ts3.4/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  717. package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +2 -4
  718. package/dist-types/ts3.4/commands/CreateIpamPolicyCommand.d.ts +50 -0
  719. package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +1 -1
  720. package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +1 -1
  721. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
  722. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  723. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  724. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  725. package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  726. package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  727. package/dist-types/ts3.4/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  728. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  729. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +2 -2
  730. package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +1 -1
  731. package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
  732. package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  733. package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  734. package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  735. package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
  736. package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +1 -1
  737. package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  738. package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  739. package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
  740. package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  741. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +1 -1
  742. package/dist-types/ts3.4/commands/CreateRouteServerCommand.d.ts +1 -1
  743. package/dist-types/ts3.4/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  744. package/dist-types/ts3.4/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  745. package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +1 -1
  746. package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +1 -1
  747. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +1 -1
  748. package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +1 -1
  749. package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
  750. package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +1 -1
  751. package/dist-types/ts3.4/commands/CreateVerifiedAccessEndpointCommand.d.ts +4 -2
  752. package/dist-types/ts3.4/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  753. package/dist-types/ts3.4/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  754. package/dist-types/ts3.4/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  755. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -2
  756. package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  757. package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +1 -1
  758. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +1 -1
  759. package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  760. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  761. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  762. package/dist-types/ts3.4/commands/CreateVpnConcentratorCommand.d.ts +1 -1
  763. package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +1 -1
  764. package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
  765. package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +1 -1
  766. package/dist-types/ts3.4/commands/DeleteCapacityManagerDataExportCommand.d.ts +1 -1
  767. package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
  768. package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
  769. package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +1 -1
  770. package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +1 -1
  771. package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
  772. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  773. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  774. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  775. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
  776. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +1 -1
  777. package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +1 -1
  778. package/dist-types/ts3.4/commands/DeleteImageUsageReportCommand.d.ts +1 -1
  779. package/dist-types/ts3.4/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
  780. package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
  781. package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +1 -1
  782. package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +1 -1
  783. package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  784. package/dist-types/ts3.4/commands/DeleteIpamPolicyCommand.d.ts +50 -0
  785. package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +1 -1
  786. package/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverCommand.d.ts +1 -1
  787. package/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +1 -1
  788. package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
  789. package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +1 -1
  790. package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +1 -1
  791. package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +1 -1
  792. package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
  793. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
  794. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -1
  795. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  796. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  797. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  798. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  799. package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  800. package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +1 -1
  801. package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +1 -1
  802. package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
  803. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  804. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
  805. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
  806. package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
  807. package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  808. package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  809. package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +1 -1
  810. package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
  811. package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
  812. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +1 -1
  813. package/dist-types/ts3.4/commands/DeleteRouteServerCommand.d.ts +1 -1
  814. package/dist-types/ts3.4/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
  815. package/dist-types/ts3.4/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
  816. package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +1 -1
  817. package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +1 -1
  818. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +1 -1
  819. package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +1 -1
  820. package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
  821. package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +1 -1
  822. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
  823. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
  824. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
  825. package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -1
  826. package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
  827. package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +1 -1
  828. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
  829. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
  830. package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
  831. package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  832. package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
  833. package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  834. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
  835. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  836. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
  837. package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  838. package/dist-types/ts3.4/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
  839. package/dist-types/ts3.4/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
  840. package/dist-types/ts3.4/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
  841. package/dist-types/ts3.4/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
  842. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +1 -1
  843. package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +4 -2
  844. package/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +1 -1
  845. package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +1 -1
  846. package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +1 -1
  847. package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
  848. package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
  849. package/dist-types/ts3.4/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
  850. package/dist-types/ts3.4/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
  851. package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +1 -1
  852. package/dist-types/ts3.4/commands/DescribeCapacityManagerDataExportsCommand.d.ts +1 -1
  853. package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -1
  854. package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  855. package/dist-types/ts3.4/commands/DescribeCapacityReservationTopologyCommand.d.ts +1 -1
  856. package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
  857. package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
  858. package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
  859. package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
  860. package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -1
  861. package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -1
  862. package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
  863. package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
  864. package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +1 -1
  865. package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +1 -1
  866. package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
  867. package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +1 -1
  868. package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
  869. package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
  870. package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +1 -1
  871. package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +1 -1
  872. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +1 -1
  873. package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +1 -1
  874. package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -1
  875. package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +1 -1
  876. package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +1 -1
  877. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +1 -1
  878. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +1 -1
  879. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
  880. package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +1 -1
  881. package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
  882. package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +1 -1
  883. package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -1
  884. package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  885. package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +1 -1
  886. package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  887. package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +1 -1
  888. package/dist-types/ts3.4/commands/DescribeImageReferencesCommand.d.ts +1 -1
  889. package/dist-types/ts3.4/commands/DescribeImageUsageReportEntriesCommand.d.ts +1 -1
  890. package/dist-types/ts3.4/commands/DescribeImageUsageReportsCommand.d.ts +1 -1
  891. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +1 -1
  892. package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +1 -1
  893. package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +1 -1
  894. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
  895. package/dist-types/ts3.4/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
  896. package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
  897. package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
  898. package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
  899. package/dist-types/ts3.4/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
  900. package/dist-types/ts3.4/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +1 -1
  901. package/dist-types/ts3.4/commands/DescribeInstanceSqlHaStatesCommand.d.ts +1 -1
  902. package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +4 -2
  903. package/dist-types/ts3.4/commands/DescribeInstanceTopologyCommand.d.ts +2 -4
  904. package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  905. package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +1 -1
  906. package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +1 -1
  907. package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
  908. package/dist-types/ts3.4/commands/DescribeIpamByoasnCommand.d.ts +1 -1
  909. package/dist-types/ts3.4/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +1 -1
  910. package/dist-types/ts3.4/commands/DescribeIpamPoliciesCommand.d.ts +51 -0
  911. package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +1 -1
  912. package/dist-types/ts3.4/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +1 -1
  913. package/dist-types/ts3.4/commands/DescribeIpamPrefixListResolversCommand.d.ts +1 -1
  914. package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +1 -1
  915. package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +1 -1
  916. package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +1 -1
  917. package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +1 -1
  918. package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
  919. package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +1 -1
  920. package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  921. package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +1 -1
  922. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
  923. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
  924. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
  925. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -1
  926. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
  927. package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
  928. package/dist-types/ts3.4/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
  929. package/dist-types/ts3.4/commands/DescribeMacHostsCommand.d.ts +1 -1
  930. package/dist-types/ts3.4/commands/DescribeMacModificationTasksCommand.d.ts +1 -1
  931. package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
  932. package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +1 -1
  933. package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +1 -1
  934. package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +1 -1
  935. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
  936. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +1 -1
  937. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +1 -1
  938. package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
  939. package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
  940. package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
  941. package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
  942. package/dist-types/ts3.4/commands/DescribeOutpostLagsCommand.d.ts +1 -1
  943. package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +1 -1
  944. package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +1 -1
  945. package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +1 -1
  946. package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
  947. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +1 -1
  948. package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
  949. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +1 -1
  950. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  951. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  952. package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
  953. package/dist-types/ts3.4/commands/DescribeRouteServerEndpointsCommand.d.ts +1 -1
  954. package/dist-types/ts3.4/commands/DescribeRouteServerPeersCommand.d.ts +1 -1
  955. package/dist-types/ts3.4/commands/DescribeRouteServersCommand.d.ts +1 -1
  956. package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +1 -1
  957. package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
  958. package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
  959. package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
  960. package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
  961. package/dist-types/ts3.4/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
  962. package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  963. package/dist-types/ts3.4/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +1 -1
  964. package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  965. package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
  966. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
  967. package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
  968. package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
  969. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
  970. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +1 -1
  971. package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  972. package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +1 -1
  973. package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
  974. package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
  975. package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +1 -1
  976. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -1
  977. package/dist-types/ts3.4/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +1 -1
  978. package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
  979. package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
  980. package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
  981. package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
  982. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
  983. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
  984. package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +4 -2
  985. package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
  986. package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
  987. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
  988. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
  989. package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
  990. package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
  991. package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
  992. package/dist-types/ts3.4/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
  993. package/dist-types/ts3.4/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
  994. package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
  995. package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
  996. package/dist-types/ts3.4/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
  997. package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
  998. package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -4
  999. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +1 -1
  1000. package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
  1001. package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +1 -1
  1002. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
  1003. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  1004. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
  1005. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  1006. package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
  1007. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
  1008. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
  1009. package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
  1010. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
  1011. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
  1012. package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +1 -1
  1013. package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
  1014. package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +1 -1
  1015. package/dist-types/ts3.4/commands/DescribeVpnConcentratorsCommand.d.ts +1 -1
  1016. package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +1 -1
  1017. package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +1 -1
  1018. package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
  1019. package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +1 -1
  1020. package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  1021. package/dist-types/ts3.4/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  1022. package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +1 -1
  1023. package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +1 -1
  1024. package/dist-types/ts3.4/commands/DisableAddressTransferCommand.d.ts +1 -1
  1025. package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
  1026. package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
  1027. package/dist-types/ts3.4/commands/DisableCapacityManagerCommand.d.ts +1 -1
  1028. package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
  1029. package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +1 -1
  1030. package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
  1031. package/dist-types/ts3.4/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
  1032. package/dist-types/ts3.4/commands/DisableImageCommand.d.ts +1 -1
  1033. package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +1 -1
  1034. package/dist-types/ts3.4/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -1
  1035. package/dist-types/ts3.4/commands/DisableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
  1036. package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  1037. package/dist-types/ts3.4/commands/DisableIpamPolicyCommand.d.ts +51 -0
  1038. package/dist-types/ts3.4/commands/DisableRouteServerPropagationCommand.d.ts +1 -1
  1039. package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +1 -1
  1040. package/dist-types/ts3.4/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  1041. package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  1042. package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
  1043. package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
  1044. package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  1045. package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +1 -1
  1046. package/dist-types/ts3.4/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
  1047. package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
  1048. package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
  1049. package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
  1050. package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
  1051. package/dist-types/ts3.4/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
  1052. package/dist-types/ts3.4/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
  1053. package/dist-types/ts3.4/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
  1054. package/dist-types/ts3.4/commands/DisassociateRouteServerCommand.d.ts +1 -1
  1055. package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +1 -1
  1056. package/dist-types/ts3.4/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
  1057. package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
  1058. package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  1059. package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  1060. package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
  1061. package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
  1062. package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
  1063. package/dist-types/ts3.4/commands/EnableAddressTransferCommand.d.ts +1 -1
  1064. package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +1 -1
  1065. package/dist-types/ts3.4/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
  1066. package/dist-types/ts3.4/commands/EnableCapacityManagerCommand.d.ts +1 -1
  1067. package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
  1068. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
  1069. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  1070. package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  1071. package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
  1072. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
  1073. package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  1074. package/dist-types/ts3.4/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
  1075. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  1076. package/dist-types/ts3.4/commands/EnableIpamPolicyCommand.d.ts +50 -0
  1077. package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  1078. package/dist-types/ts3.4/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
  1079. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  1080. package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  1081. package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  1082. package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
  1083. package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -1
  1084. package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
  1085. package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  1086. package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  1087. package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
  1088. package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
  1089. package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  1090. package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
  1091. package/dist-types/ts3.4/commands/GetActiveVpnTunnelStatusCommand.d.ts +1 -1
  1092. package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +1 -1
  1093. package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  1094. package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  1095. package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
  1096. package/dist-types/ts3.4/commands/GetCapacityManagerAttributesCommand.d.ts +1 -1
  1097. package/dist-types/ts3.4/commands/GetCapacityManagerMetricDataCommand.d.ts +1 -1
  1098. package/dist-types/ts3.4/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +1 -1
  1099. package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  1100. package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +1 -1
  1101. package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +1 -1
  1102. package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +1 -1
  1103. package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
  1104. package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
  1105. package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  1106. package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
  1107. package/dist-types/ts3.4/commands/GetEnabledIpamPolicyCommand.d.ts +51 -0
  1108. package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
  1109. package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
  1110. package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
  1111. package/dist-types/ts3.4/commands/GetImageAncestryCommand.d.ts +1 -1
  1112. package/dist-types/ts3.4/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
  1113. package/dist-types/ts3.4/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
  1114. package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
  1115. package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  1116. package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  1117. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
  1118. package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
  1119. package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
  1120. package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
  1121. package/dist-types/ts3.4/commands/GetIpamPolicyAllocationRulesCommand.d.ts +51 -0
  1122. package/dist-types/ts3.4/commands/GetIpamPolicyOrganizationTargetsCommand.d.ts +51 -0
  1123. package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  1124. package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +2 -4
  1125. package/dist-types/ts3.4/commands/GetIpamPrefixListResolverRulesCommand.d.ts +1 -1
  1126. package/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +1 -1
  1127. package/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +1 -1
  1128. package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
  1129. package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  1130. package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  1131. package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  1132. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
  1133. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
  1134. package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
  1135. package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  1136. package/dist-types/ts3.4/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
  1137. package/dist-types/ts3.4/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
  1138. package/dist-types/ts3.4/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
  1139. package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
  1140. package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
  1141. package/dist-types/ts3.4/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -1
  1142. package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
  1143. package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
  1144. package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  1145. package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  1146. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
  1147. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -1
  1148. package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  1149. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  1150. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  1151. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  1152. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
  1153. package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  1154. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
  1155. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  1156. package/dist-types/ts3.4/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
  1157. package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  1158. package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +1 -1
  1159. package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +1 -1
  1160. package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +1 -1
  1161. package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +1 -1
  1162. package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +1 -1
  1163. package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
  1164. package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
  1165. package/dist-types/ts3.4/commands/LockSnapshotCommand.d.ts +1 -1
  1166. package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +1 -1
  1167. package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
  1168. package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +1 -1
  1169. package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
  1170. package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
  1171. package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
  1172. package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  1173. package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +1 -1
  1174. package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
  1175. package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +1 -1
  1176. package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +1 -1
  1177. package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  1178. package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +1 -1
  1179. package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
  1180. package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
  1181. package/dist-types/ts3.4/commands/ModifyInstanceConnectEndpointCommand.d.ts +1 -1
  1182. package/dist-types/ts3.4/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  1183. package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
  1184. package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  1185. package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
  1186. package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  1187. package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  1188. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  1189. package/dist-types/ts3.4/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
  1190. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  1191. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
  1192. package/dist-types/ts3.4/commands/ModifyIpamPolicyAllocationRulesCommand.d.ts +51 -0
  1193. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
  1194. package/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverCommand.d.ts +1 -1
  1195. package/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +1 -1
  1196. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  1197. package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  1198. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
  1199. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  1200. package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  1201. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  1202. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  1203. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  1204. package/dist-types/ts3.4/commands/ModifyPublicIpDnsNameOptionsCommand.d.ts +1 -1
  1205. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  1206. package/dist-types/ts3.4/commands/ModifyRouteServerCommand.d.ts +1 -1
  1207. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  1208. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  1209. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
  1210. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  1211. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  1212. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
  1213. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
  1214. package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
  1215. package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +1 -1
  1216. package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  1217. package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  1218. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  1219. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  1220. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  1221. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  1222. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  1223. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  1224. package/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
  1225. package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
  1226. package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
  1227. package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
  1228. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  1229. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  1230. package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
  1231. package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  1232. package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  1233. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
  1234. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  1235. package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
  1236. package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  1237. package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
  1238. package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
  1239. package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
  1240. package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
  1241. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +2 -4
  1242. package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
  1243. package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  1244. package/dist-types/ts3.4/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
  1245. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  1246. package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
  1247. package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
  1248. package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  1249. package/dist-types/ts3.4/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  1250. package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
  1251. package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +1 -1
  1252. package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
  1253. package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
  1254. package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +1 -1
  1255. package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +1 -1
  1256. package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  1257. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
  1258. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
  1259. package/dist-types/ts3.4/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -1
  1260. package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  1261. package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  1262. package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  1263. package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
  1264. package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
  1265. package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +1 -1
  1266. package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
  1267. package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  1268. package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
  1269. package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +1 -1
  1270. package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  1271. package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  1272. package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
  1273. package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  1274. package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  1275. package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  1276. package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
  1277. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +1 -1
  1278. package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -1
  1279. package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +1 -1
  1280. package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  1281. package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  1282. package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
  1283. package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  1284. package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  1285. package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  1286. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  1287. package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
  1288. package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
  1289. package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
  1290. package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +1 -1
  1291. package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  1292. package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  1293. package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
  1294. package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +2 -2
  1295. package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +1 -1
  1296. package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  1297. package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  1298. package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  1299. package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
  1300. package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  1301. package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +1 -1
  1302. package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  1303. package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  1304. package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  1305. package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
  1306. package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  1307. package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +1 -1
  1308. package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  1309. package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  1310. package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
  1311. package/dist-types/ts3.4/commands/UnlockSnapshotCommand.d.ts +1 -1
  1312. package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
  1313. package/dist-types/ts3.4/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +1 -1
  1314. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  1315. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
  1316. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  1317. package/dist-types/ts3.4/commands/index.d.ts +9 -0
  1318. package/dist-types/ts3.4/index.d.ts +9 -1
  1319. package/dist-types/ts3.4/models/enums.d.ts +4361 -0
  1320. package/dist-types/ts3.4/models/models_0.d.ts +595 -642
  1321. package/dist-types/ts3.4/models/models_1.d.ts +1362 -2296
  1322. package/dist-types/ts3.4/models/models_2.d.ts +1527 -2046
  1323. package/dist-types/ts3.4/models/models_3.d.ts +1793 -1316
  1324. package/dist-types/ts3.4/models/models_4.d.ts +1768 -1878
  1325. package/dist-types/ts3.4/models/models_5.d.ts +1273 -1692
  1326. package/dist-types/ts3.4/models/models_6.d.ts +1529 -1302
  1327. package/dist-types/ts3.4/models/models_7.d.ts +806 -1614
  1328. package/dist-types/ts3.4/schemas/schemas_0.d.ts +39 -0
  1329. package/package.json +20 -20
  1330. package/dist-es/models/index.js +0 -9
  1331. package/dist-es/models/models_8.js +0 -51
  1332. package/dist-types/models/index.d.ts +0 -9
  1333. package/dist-types/models/models_8.d.ts +0 -7488
  1334. package/dist-types/ts3.4/models/index.d.ts +0 -9
  1335. package/dist-types/ts3.4/models/models_8.d.ts +0 -1694
@@ -1,2058 +1,1639 @@
1
1
  import {
2
- ActiveInstance,
3
- ActivityStatus,
4
- AllocationStrategy,
5
- AlternatePathHint,
6
- BatchState,
2
+ AllowedImagesSettingsDisabledState,
3
+ AllowedImagesSettingsEnabledState,
4
+ ArchitectureType,
5
+ CapacityManagerStatus,
6
+ CapacityReservationState,
7
+ CapacityTenancy,
8
+ ClientCertificateRevocationListStatusCode,
9
+ Comparison,
7
10
  CurrencyCodeValues,
8
- Explanation,
9
- IamInstanceProfileSpecification,
10
- IpamResourceDiscoveryAssociation,
11
- IpPermission,
12
- PathComponent,
13
- ReservedInstancesListing,
14
- ResourceType,
15
- SecurityGroupRule,
11
+ DeviceTrustProviderType,
12
+ DiskImageFormat,
13
+ DnsNameState,
14
+ EkPubKeyFormat,
15
+ EkPubKeyType,
16
+ FastLaunchResourceType,
17
+ FastLaunchStateCode,
18
+ FastSnapshotRestoreStateCode,
19
+ FilterByDimension,
20
+ GroupBy,
21
+ HttpTokensState,
22
+ ImageBlockPublicAccessDisabledState,
23
+ ImageBlockPublicAccessEnabledState,
24
+ IngestionStatus,
25
+ InstanceMetadataEndpointState,
26
+ InstanceMetadataTagsState,
27
+ InternetGatewayBlockMode,
28
+ IpAddressType,
29
+ IpamAddressHistoryResourceType,
30
+ IpamComplianceStatus,
31
+ IpamDiscoveryFailureCode,
32
+ IpamNetworkInterfaceAttachmentStatus,
33
+ IpamOverlapStatus,
34
+ IpamPolicyManagedBy,
35
+ IpamPolicyResourceType,
36
+ IpamPublicAddressAssociationStatus,
37
+ IpamPublicAddressAwsService,
38
+ IpamPublicAddressType,
39
+ IpamResourceCidrIpSource,
40
+ IpamResourceType,
41
+ ManagedBy,
42
+ Metric,
43
+ MetricType,
44
+ PartitionLoadFrequency,
45
+ PayerResponsibility,
46
+ PaymentOption,
47
+ PeriodType,
48
+ ReservationEndDateType,
49
+ ReservationState,
50
+ ReservationType,
51
+ RouteServerPropagationState,
16
52
  SecurityGroupVpcAssociationState,
53
+ ServiceConnectivityType,
54
+ SnapshotBlockPublicAccessState,
55
+ SSEType,
56
+ State,
57
+ StatisticType,
58
+ TransitGatewayAttachmentResourceType,
59
+ TransitGatewayPropagationState,
60
+ UnlimitedSupportedInstanceFamily,
61
+ UserTrustProviderType,
62
+ VirtualizationType,
63
+ VpcAttributeName,
64
+ VpcBlockPublicAccessExclusionsAllowed,
65
+ VpcBlockPublicAccessState,
66
+ } from "./enums";
67
+ import {
68
+ ActiveVpnTunnelStatus,
69
+ AddressTransfer,
70
+ AllowedPrincipal,
71
+ AsnAssociation,
72
+ AssociationStatus,
73
+ IamInstanceProfileAssociation,
74
+ InstanceEventWindow,
75
+ IpamPoolAllocation,
76
+ IpamResourceDiscoveryAssociation,
77
+ NatGatewayAddress,
78
+ RouteServerAssociation,
79
+ SubnetIpv6CidrBlockAssociation,
17
80
  Tag,
18
81
  TagSpecification,
19
- TransitGatewayAssociationState,
20
- TransitGatewayAttachmentResourceType,
21
- TransitGatewayAttachmentState,
22
- UserIdGroupPair,
82
+ TransitGatewayAssociation,
83
+ TransitGatewayMulticastDomainAssociations,
84
+ TransitGatewayPolicyTableAssociation,
85
+ VerifiedAccessInstance,
86
+ VerifiedAccessTrustProvider,
87
+ Vpc,
88
+ VpcCidrBlockAssociation,
89
+ VpcIpv6CidrBlockAssociation,
90
+ VpcPeeringConnection,
23
91
  } from "./models_0";
92
+ import { InstanceRequirementsRequest, IpamResourceTag } from "./models_1";
24
93
  import {
25
- _InstanceType,
26
- AttributeValue,
27
- BlockDeviceMapping,
28
- ConnectionTrackingSpecificationRequest,
29
- EnaSrdSpecificationRequest,
30
- FleetLaunchTemplateSpecification,
31
- FleetType,
32
- InstanceInterruptionBehavior,
33
- InstanceRequirements,
34
- InternetGateway,
35
- Ipam,
36
- IpamExternalResourceVerificationToken,
37
- IpamPool,
38
- IpamPrefixListResolver,
39
- IpamPrefixListResolverTarget,
40
- IpamResourceDiscovery,
41
- IpamScope,
42
- Ipv4PrefixSpecificationRequest,
43
- Ipv6PrefixSpecificationRequest,
44
- KeyType,
45
- MacModificationTask,
46
- OperatorResponse,
47
- SpotInstanceType,
48
- Subnet,
49
- TargetCapacityUnitType,
50
- Tenancy,
51
- } from "./models_1";
52
- import {
53
- GroupIdentifier,
54
- InstanceIpv6Address,
55
- LaunchTemplate,
56
- LaunchTemplateVersion,
57
- LocalGatewayRouteTable,
58
- LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
59
- LocalGatewayRouteTableVpcAssociation,
60
- LocalGatewayVirtualInterface,
61
- LocalGatewayVirtualInterfaceGroup,
62
- ManagedPrefixList,
63
- NatGateway,
64
- NetworkAcl,
65
- NetworkInsightsAccessScope,
66
- NetworkInsightsPath,
67
- NetworkInterface,
68
- NetworkInterfaceAttachment,
69
- NetworkInterfacePermission,
70
- PlacementGroup,
71
- PrivateIpAddressSpecification,
72
- ReplaceRootVolumeTask,
73
- RouteServer,
74
- RouteServerEndpoint,
75
- RouteServerPeer,
76
- RouteTable,
77
- Snapshot,
78
- SnapshotState,
79
- SpotDatafeedSubscription,
80
- SpotInstanceStateFault,
81
- StorageTier,
82
- TrafficMirrorFilter,
83
- TrafficMirrorFilterRule,
84
- TrafficMirrorSession,
85
- TrafficMirrorTarget,
86
- TransitGatewayConnect,
87
- TransitGatewayConnectPeer,
94
+ ConnectionNotification,
95
+ DnsEntry,
96
+ ServiceConfiguration,
97
+ ServiceTypeDetail,
98
+ VpcBlockPublicAccessExclusion,
99
+ VpcEndpoint,
100
+ VpnConcentrator,
101
+ VpnConnection,
102
+ VpnGateway,
88
103
  } from "./models_2";
89
- import { Byoasn, Filter, IdFormat } from "./models_3";
90
104
  import {
91
105
  AttributeBooleanValue,
92
- EbsStatusSummary,
93
- EventInformation,
94
- InstanceState,
95
- PermissionGroup,
96
- ProductCode,
97
- StatusName,
98
- StatusType,
99
- SummaryStatus,
100
- VirtualizationType,
101
- } from "./models_4";
102
- export declare const EventCode: {
103
- readonly instance_reboot: "instance-reboot";
104
- readonly instance_retirement: "instance-retirement";
105
- readonly instance_stop: "instance-stop";
106
- readonly system_maintenance: "system-maintenance";
107
- readonly system_reboot: "system-reboot";
108
- };
109
- export type EventCode = (typeof EventCode)[keyof typeof EventCode];
110
- export interface InstanceStatusEvent {
111
- InstanceEventId?: string | undefined;
112
- Code?: EventCode | undefined;
113
- Description?: string | undefined;
114
- NotAfter?: Date | undefined;
115
- NotBefore?: Date | undefined;
116
- NotBeforeDeadline?: Date | undefined;
117
- }
118
- export interface InstanceStatusDetails {
119
- ImpairedSince?: Date | undefined;
120
- Name?: StatusName | undefined;
121
- Status?: StatusType | undefined;
106
+ ExportTaskS3Location,
107
+ FastLaunchLaunchTemplateSpecificationResponse,
108
+ FastLaunchSnapshotConfigurationResponse,
109
+ Filter,
110
+ RegisteredInstance,
111
+ } from "./models_3";
112
+ import { VolumeStatusItem } from "./models_4";
113
+ export interface DescribeVolumeStatusResult {
114
+ NextToken?: string | undefined;
115
+ VolumeStatuses?: VolumeStatusItem[] | undefined;
116
+ }
117
+ export interface DescribeVpcAttributeRequest {
118
+ Attribute: VpcAttributeName | undefined;
119
+ VpcId: string | undefined;
120
+ DryRun?: boolean | undefined;
122
121
  }
123
- export interface InstanceStatusSummary {
124
- Details?: InstanceStatusDetails[] | undefined;
125
- Status?: SummaryStatus | undefined;
122
+ export interface DescribeVpcAttributeResult {
123
+ EnableDnsHostnames?: AttributeBooleanValue | undefined;
124
+ EnableDnsSupport?: AttributeBooleanValue | undefined;
125
+ EnableNetworkAddressUsageMetrics?: AttributeBooleanValue | undefined;
126
+ VpcId?: string | undefined;
126
127
  }
127
- export interface InstanceStatus {
128
- AvailabilityZone?: string | undefined;
129
- AvailabilityZoneId?: string | undefined;
130
- OutpostArn?: string | undefined;
131
- Operator?: OperatorResponse | undefined;
132
- Events?: InstanceStatusEvent[] | undefined;
133
- InstanceId?: string | undefined;
134
- InstanceState?: InstanceState | undefined;
135
- InstanceStatus?: InstanceStatusSummary | undefined;
136
- SystemStatus?: InstanceStatusSummary | undefined;
137
- AttachedEbsStatus?: EbsStatusSummary | undefined;
128
+ export interface DescribeVpcBlockPublicAccessExclusionsRequest {
129
+ DryRun?: boolean | undefined;
130
+ Filters?: Filter[] | undefined;
131
+ ExclusionIds?: string[] | undefined;
132
+ NextToken?: string | undefined;
133
+ MaxResults?: number | undefined;
138
134
  }
139
- export interface DescribeInstanceStatusResult {
140
- InstanceStatuses?: InstanceStatus[] | undefined;
135
+ export interface DescribeVpcBlockPublicAccessExclusionsResult {
136
+ VpcBlockPublicAccessExclusions?: VpcBlockPublicAccessExclusion[] | undefined;
141
137
  NextToken?: string | undefined;
142
138
  }
143
- export interface DescribeInstanceTopologyRequest {
139
+ export interface DescribeVpcBlockPublicAccessOptionsRequest {
144
140
  DryRun?: boolean | undefined;
145
- NextToken?: string | undefined;
146
- MaxResults?: number | undefined;
147
- InstanceIds?: string[] | undefined;
148
- GroupNames?: string[] | undefined;
149
- Filters?: Filter[] | undefined;
150
141
  }
151
- export interface InstanceTopology {
152
- InstanceId?: string | undefined;
153
- InstanceType?: string | undefined;
154
- GroupName?: string | undefined;
155
- NetworkNodes?: string[] | undefined;
156
- AvailabilityZone?: string | undefined;
157
- ZoneId?: string | undefined;
158
- CapacityBlockId?: string | undefined;
142
+ export interface VpcBlockPublicAccessOptions {
143
+ AwsAccountId?: string | undefined;
144
+ AwsRegion?: string | undefined;
145
+ State?: VpcBlockPublicAccessState | undefined;
146
+ InternetGatewayBlockMode?: InternetGatewayBlockMode | undefined;
147
+ Reason?: string | undefined;
148
+ LastUpdateTimestamp?: Date | undefined;
149
+ ManagedBy?: ManagedBy | undefined;
150
+ ExclusionsAllowed?: VpcBlockPublicAccessExclusionsAllowed | undefined;
159
151
  }
160
- export interface DescribeInstanceTopologyResult {
161
- Instances?: InstanceTopology[] | undefined;
162
- NextToken?: string | undefined;
152
+ export interface DescribeVpcBlockPublicAccessOptionsResult {
153
+ VpcBlockPublicAccessOptions?: VpcBlockPublicAccessOptions | undefined;
163
154
  }
164
- export declare const LocationType: {
165
- readonly availability_zone: "availability-zone";
166
- readonly availability_zone_id: "availability-zone-id";
167
- readonly outpost: "outpost";
168
- readonly region: "region";
169
- };
170
- export type LocationType = (typeof LocationType)[keyof typeof LocationType];
171
- export interface DescribeInstanceTypeOfferingsRequest {
155
+ export interface DescribeVpcClassicLinkRequest {
172
156
  DryRun?: boolean | undefined;
173
- LocationType?: LocationType | undefined;
157
+ VpcIds?: string[] | undefined;
174
158
  Filters?: Filter[] | undefined;
159
+ }
160
+ export interface VpcClassicLink {
161
+ ClassicLinkEnabled?: boolean | undefined;
162
+ Tags?: Tag[] | undefined;
163
+ VpcId?: string | undefined;
164
+ }
165
+ export interface DescribeVpcClassicLinkResult {
166
+ Vpcs?: VpcClassicLink[] | undefined;
167
+ }
168
+ export interface DescribeVpcClassicLinkDnsSupportRequest {
169
+ VpcIds?: string[] | undefined;
175
170
  MaxResults?: number | undefined;
176
171
  NextToken?: string | undefined;
177
172
  }
178
- export interface InstanceTypeOffering {
179
- InstanceType?: _InstanceType | undefined;
180
- LocationType?: LocationType | undefined;
181
- Location?: string | undefined;
173
+ export interface ClassicLinkDnsSupport {
174
+ ClassicLinkDnsSupported?: boolean | undefined;
175
+ VpcId?: string | undefined;
182
176
  }
183
- export interface DescribeInstanceTypeOfferingsResult {
184
- InstanceTypeOfferings?: InstanceTypeOffering[] | undefined;
177
+ export interface DescribeVpcClassicLinkDnsSupportResult {
185
178
  NextToken?: string | undefined;
179
+ Vpcs?: ClassicLinkDnsSupport[] | undefined;
186
180
  }
187
- export interface DescribeInstanceTypesRequest {
181
+ export interface DescribeVpcEndpointAssociationsRequest {
188
182
  DryRun?: boolean | undefined;
189
- InstanceTypes?: _InstanceType[] | undefined;
183
+ VpcEndpointIds?: string[] | undefined;
190
184
  Filters?: Filter[] | undefined;
191
185
  MaxResults?: number | undefined;
192
186
  NextToken?: string | undefined;
193
187
  }
194
- export declare const AttachmentLimitType: {
195
- readonly DEDICATED: "dedicated";
196
- readonly SHARED: "shared";
197
- };
198
- export type AttachmentLimitType =
199
- (typeof AttachmentLimitType)[keyof typeof AttachmentLimitType];
200
- export interface EbsOptimizedInfo {
201
- BaselineBandwidthInMbps?: number | undefined;
202
- BaselineThroughputInMBps?: number | undefined;
203
- BaselineIops?: number | undefined;
204
- MaximumBandwidthInMbps?: number | undefined;
205
- MaximumThroughputInMBps?: number | undefined;
206
- MaximumIops?: number | undefined;
207
- }
208
- export declare const EbsOptimizedSupport: {
209
- readonly default: "default";
210
- readonly supported: "supported";
211
- readonly unsupported: "unsupported";
212
- };
213
- export type EbsOptimizedSupport =
214
- (typeof EbsOptimizedSupport)[keyof typeof EbsOptimizedSupport];
215
- export declare const EbsEncryptionSupport: {
216
- readonly supported: "supported";
217
- readonly unsupported: "unsupported";
218
- };
219
- export type EbsEncryptionSupport =
220
- (typeof EbsEncryptionSupport)[keyof typeof EbsEncryptionSupport];
221
- export declare const EbsNvmeSupport: {
222
- readonly REQUIRED: "required";
223
- readonly SUPPORTED: "supported";
224
- readonly UNSUPPORTED: "unsupported";
225
- };
226
- export type EbsNvmeSupport =
227
- (typeof EbsNvmeSupport)[keyof typeof EbsNvmeSupport];
228
- export interface EbsInfo {
229
- EbsOptimizedSupport?: EbsOptimizedSupport | undefined;
230
- EncryptionSupport?: EbsEncryptionSupport | undefined;
231
- EbsOptimizedInfo?: EbsOptimizedInfo | undefined;
232
- NvmeSupport?: EbsNvmeSupport | undefined;
233
- MaximumEbsAttachments?: number | undefined;
234
- AttachmentLimitType?: AttachmentLimitType | undefined;
235
- }
236
- export interface FpgaDeviceMemoryInfo {
237
- SizeInMiB?: number | undefined;
238
- }
239
- export interface FpgaDeviceInfo {
240
- Name?: string | undefined;
241
- Manufacturer?: string | undefined;
242
- Count?: number | undefined;
243
- MemoryInfo?: FpgaDeviceMemoryInfo | undefined;
244
- }
245
- export interface FpgaInfo {
246
- Fpgas?: FpgaDeviceInfo[] | undefined;
247
- TotalFpgaMemoryInMiB?: number | undefined;
248
- }
249
- export interface GpuDeviceMemoryInfo {
250
- SizeInMiB?: number | undefined;
251
- }
252
- export interface GpuDeviceInfo {
253
- Name?: string | undefined;
254
- Manufacturer?: string | undefined;
255
- Count?: number | undefined;
256
- MemoryInfo?: GpuDeviceMemoryInfo | undefined;
257
- }
258
- export interface GpuInfo {
259
- Gpus?: GpuDeviceInfo[] | undefined;
260
- TotalGpuMemoryInMiB?: number | undefined;
261
- }
262
- export declare const InstanceTypeHypervisor: {
263
- readonly NITRO: "nitro";
264
- readonly XEN: "xen";
265
- };
266
- export type InstanceTypeHypervisor =
267
- (typeof InstanceTypeHypervisor)[keyof typeof InstanceTypeHypervisor];
268
- export interface InferenceDeviceMemoryInfo {
269
- SizeInMiB?: number | undefined;
270
- }
271
- export interface InferenceDeviceInfo {
272
- Count?: number | undefined;
273
- Name?: string | undefined;
274
- Manufacturer?: string | undefined;
275
- MemoryInfo?: InferenceDeviceMemoryInfo | undefined;
276
- }
277
- export interface InferenceAcceleratorInfo {
278
- Accelerators?: InferenceDeviceInfo[] | undefined;
279
- TotalInferenceMemoryInMiB?: number | undefined;
280
- }
281
- export declare const DiskType: {
282
- readonly hdd: "hdd";
283
- readonly ssd: "ssd";
284
- };
285
- export type DiskType = (typeof DiskType)[keyof typeof DiskType];
286
- export interface DiskInfo {
287
- SizeInGB?: number | undefined;
288
- Count?: number | undefined;
289
- Type?: DiskType | undefined;
290
- }
291
- export declare const InstanceStorageEncryptionSupport: {
292
- readonly required: "required";
293
- readonly unsupported: "unsupported";
294
- };
295
- export type InstanceStorageEncryptionSupport =
296
- (typeof InstanceStorageEncryptionSupport)[keyof typeof InstanceStorageEncryptionSupport];
297
- export declare const EphemeralNvmeSupport: {
298
- readonly REQUIRED: "required";
299
- readonly SUPPORTED: "supported";
300
- readonly UNSUPPORTED: "unsupported";
301
- };
302
- export type EphemeralNvmeSupport =
303
- (typeof EphemeralNvmeSupport)[keyof typeof EphemeralNvmeSupport];
304
- export interface InstanceStorageInfo {
305
- TotalSizeInGB?: number | undefined;
306
- Disks?: DiskInfo[] | undefined;
307
- NvmeSupport?: EphemeralNvmeSupport | undefined;
308
- EncryptionSupport?: InstanceStorageEncryptionSupport | undefined;
309
- }
310
- export interface MediaDeviceMemoryInfo {
311
- SizeInMiB?: number | undefined;
312
- }
313
- export interface MediaDeviceInfo {
314
- Count?: number | undefined;
315
- Name?: string | undefined;
316
- Manufacturer?: string | undefined;
317
- MemoryInfo?: MediaDeviceMemoryInfo | undefined;
318
- }
319
- export interface MediaAcceleratorInfo {
320
- Accelerators?: MediaDeviceInfo[] | undefined;
321
- TotalMediaMemoryInMiB?: number | undefined;
322
- }
323
- export interface MemoryInfo {
324
- SizeInMiB?: number | undefined;
325
- }
326
- export declare const BandwidthWeightingType: {
327
- readonly DEFAULT: "default";
328
- readonly EBS_1: "ebs-1";
329
- readonly VPC_1: "vpc-1";
330
- };
331
- export type BandwidthWeightingType =
332
- (typeof BandwidthWeightingType)[keyof typeof BandwidthWeightingType];
333
- export interface EfaInfo {
334
- MaximumEfaInterfaces?: number | undefined;
335
- }
336
- export declare const EnaSupport: {
337
- readonly required: "required";
338
- readonly supported: "supported";
339
- readonly unsupported: "unsupported";
340
- };
341
- export type EnaSupport = (typeof EnaSupport)[keyof typeof EnaSupport];
342
- export declare const FlexibleEnaQueuesSupport: {
343
- readonly SUPPORTED: "supported";
344
- readonly UNSUPPORTED: "unsupported";
345
- };
346
- export type FlexibleEnaQueuesSupport =
347
- (typeof FlexibleEnaQueuesSupport)[keyof typeof FlexibleEnaQueuesSupport];
348
- export interface NetworkCardInfo {
349
- NetworkCardIndex?: number | undefined;
350
- NetworkPerformance?: string | undefined;
351
- MaximumNetworkInterfaces?: number | undefined;
352
- BaselineBandwidthInGbps?: number | undefined;
353
- PeakBandwidthInGbps?: number | undefined;
354
- DefaultEnaQueueCountPerInterface?: number | undefined;
355
- MaximumEnaQueueCount?: number | undefined;
356
- MaximumEnaQueueCountPerInterface?: number | undefined;
357
- }
358
- export interface NetworkInfo {
359
- NetworkPerformance?: string | undefined;
360
- MaximumNetworkInterfaces?: number | undefined;
361
- MaximumNetworkCards?: number | undefined;
362
- DefaultNetworkCardIndex?: number | undefined;
363
- NetworkCards?: NetworkCardInfo[] | undefined;
364
- Ipv4AddressesPerInterface?: number | undefined;
365
- Ipv6AddressesPerInterface?: number | undefined;
366
- Ipv6Supported?: boolean | undefined;
367
- EnaSupport?: EnaSupport | undefined;
368
- EfaSupported?: boolean | undefined;
369
- EfaInfo?: EfaInfo | undefined;
370
- EncryptionInTransitSupported?: boolean | undefined;
371
- EnaSrdSupported?: boolean | undefined;
372
- BandwidthWeightings?: BandwidthWeightingType[] | undefined;
373
- FlexibleEnaQueuesSupport?: FlexibleEnaQueuesSupport | undefined;
374
- }
375
- export interface NeuronDeviceCoreInfo {
376
- Count?: number | undefined;
377
- Version?: number | undefined;
378
- }
379
- export interface NeuronDeviceMemoryInfo {
380
- SizeInMiB?: number | undefined;
381
- }
382
- export interface NeuronDeviceInfo {
383
- Count?: number | undefined;
384
- Name?: string | undefined;
385
- CoreInfo?: NeuronDeviceCoreInfo | undefined;
386
- MemoryInfo?: NeuronDeviceMemoryInfo | undefined;
387
- }
388
- export interface NeuronInfo {
389
- NeuronDevices?: NeuronDeviceInfo[] | undefined;
390
- TotalNeuronDeviceMemoryInMiB?: number | undefined;
391
- }
392
- export declare const NitroEnclavesSupport: {
393
- readonly SUPPORTED: "supported";
394
- readonly UNSUPPORTED: "unsupported";
395
- };
396
- export type NitroEnclavesSupport =
397
- (typeof NitroEnclavesSupport)[keyof typeof NitroEnclavesSupport];
398
- export interface NitroTpmInfo {
399
- SupportedVersions?: string[] | undefined;
400
- }
401
- export declare const NitroTpmSupport: {
402
- readonly SUPPORTED: "supported";
403
- readonly UNSUPPORTED: "unsupported";
404
- };
405
- export type NitroTpmSupport =
406
- (typeof NitroTpmSupport)[keyof typeof NitroTpmSupport];
407
- export declare const PhcSupport: {
408
- readonly SUPPORTED: "supported";
409
- readonly UNSUPPORTED: "unsupported";
410
- };
411
- export type PhcSupport = (typeof PhcSupport)[keyof typeof PhcSupport];
412
- export declare const PlacementGroupStrategy: {
413
- readonly cluster: "cluster";
414
- readonly partition: "partition";
415
- readonly spread: "spread";
416
- };
417
- export type PlacementGroupStrategy =
418
- (typeof PlacementGroupStrategy)[keyof typeof PlacementGroupStrategy];
419
- export interface PlacementGroupInfo {
420
- SupportedStrategies?: PlacementGroupStrategy[] | undefined;
421
- }
422
- export declare const ArchitectureType: {
423
- readonly arm64: "arm64";
424
- readonly arm64_mac: "arm64_mac";
425
- readonly i386: "i386";
426
- readonly x86_64: "x86_64";
427
- readonly x86_64_mac: "x86_64_mac";
428
- };
429
- export type ArchitectureType =
430
- (typeof ArchitectureType)[keyof typeof ArchitectureType];
431
- export declare const SupportedAdditionalProcessorFeature: {
432
- readonly AMD_SEV_SNP: "amd-sev-snp";
433
- };
434
- export type SupportedAdditionalProcessorFeature =
435
- (typeof SupportedAdditionalProcessorFeature)[keyof typeof SupportedAdditionalProcessorFeature];
436
- export interface ProcessorInfo {
437
- SupportedArchitectures?: ArchitectureType[] | undefined;
438
- SustainedClockSpeedInGhz?: number | undefined;
439
- SupportedFeatures?: SupportedAdditionalProcessorFeature[] | undefined;
440
- Manufacturer?: string | undefined;
441
- }
442
- export declare const RebootMigrationSupport: {
443
- readonly SUPPORTED: "supported";
444
- readonly UNSUPPORTED: "unsupported";
445
- };
446
- export type RebootMigrationSupport =
447
- (typeof RebootMigrationSupport)[keyof typeof RebootMigrationSupport];
448
- export declare const BootModeType: {
449
- readonly legacy_bios: "legacy-bios";
450
- readonly uefi: "uefi";
451
- };
452
- export type BootModeType = (typeof BootModeType)[keyof typeof BootModeType];
453
- export declare const RootDeviceType: {
454
- readonly ebs: "ebs";
455
- readonly instance_store: "instance-store";
456
- };
457
- export type RootDeviceType =
458
- (typeof RootDeviceType)[keyof typeof RootDeviceType];
459
- export declare const UsageClassType: {
460
- readonly capacity_block: "capacity-block";
461
- readonly on_demand: "on-demand";
462
- readonly spot: "spot";
463
- };
464
- export type UsageClassType =
465
- (typeof UsageClassType)[keyof typeof UsageClassType];
466
- export interface VCpuInfo {
467
- DefaultVCpus?: number | undefined;
468
- DefaultCores?: number | undefined;
469
- DefaultThreadsPerCore?: number | undefined;
470
- ValidCores?: number[] | undefined;
471
- ValidThreadsPerCore?: number[] | undefined;
472
- }
473
- export interface InstanceTypeInfo {
474
- InstanceType?: _InstanceType | undefined;
475
- CurrentGeneration?: boolean | undefined;
476
- FreeTierEligible?: boolean | undefined;
477
- SupportedUsageClasses?: UsageClassType[] | undefined;
478
- SupportedRootDeviceTypes?: RootDeviceType[] | undefined;
479
- SupportedVirtualizationTypes?: VirtualizationType[] | undefined;
480
- BareMetal?: boolean | undefined;
481
- Hypervisor?: InstanceTypeHypervisor | undefined;
482
- ProcessorInfo?: ProcessorInfo | undefined;
483
- VCpuInfo?: VCpuInfo | undefined;
484
- MemoryInfo?: MemoryInfo | undefined;
485
- InstanceStorageSupported?: boolean | undefined;
486
- InstanceStorageInfo?: InstanceStorageInfo | undefined;
487
- EbsInfo?: EbsInfo | undefined;
488
- NetworkInfo?: NetworkInfo | undefined;
489
- GpuInfo?: GpuInfo | undefined;
490
- FpgaInfo?: FpgaInfo | undefined;
491
- PlacementGroupInfo?: PlacementGroupInfo | undefined;
492
- InferenceAcceleratorInfo?: InferenceAcceleratorInfo | undefined;
493
- HibernationSupported?: boolean | undefined;
494
- BurstablePerformanceSupported?: boolean | undefined;
495
- DedicatedHostsSupported?: boolean | undefined;
496
- AutoRecoverySupported?: boolean | undefined;
497
- SupportedBootModes?: BootModeType[] | undefined;
498
- NitroEnclavesSupport?: NitroEnclavesSupport | undefined;
499
- NitroTpmSupport?: NitroTpmSupport | undefined;
500
- NitroTpmInfo?: NitroTpmInfo | undefined;
501
- MediaAcceleratorInfo?: MediaAcceleratorInfo | undefined;
502
- NeuronInfo?: NeuronInfo | undefined;
503
- PhcSupport?: PhcSupport | undefined;
504
- RebootMigrationSupport?: RebootMigrationSupport | undefined;
505
- }
506
- export interface DescribeInstanceTypesResult {
507
- InstanceTypes?: InstanceTypeInfo[] | undefined;
508
- NextToken?: string | undefined;
188
+ export interface VpcEndpointAssociation {
189
+ Id?: string | undefined;
190
+ VpcEndpointId?: string | undefined;
191
+ ServiceNetworkArn?: string | undefined;
192
+ ServiceNetworkName?: string | undefined;
193
+ AssociatedResourceAccessibility?: string | undefined;
194
+ FailureReason?: string | undefined;
195
+ FailureCode?: string | undefined;
196
+ DnsEntry?: DnsEntry | undefined;
197
+ PrivateDnsEntry?: DnsEntry | undefined;
198
+ AssociatedResourceArn?: string | undefined;
199
+ ResourceConfigurationGroupArn?: string | undefined;
200
+ Tags?: Tag[] | undefined;
509
201
  }
510
- export interface DescribeInternetGatewaysRequest {
202
+ export interface DescribeVpcEndpointAssociationsResult {
203
+ VpcEndpointAssociations?: VpcEndpointAssociation[] | undefined;
511
204
  NextToken?: string | undefined;
512
- MaxResults?: number | undefined;
205
+ }
206
+ export interface DescribeVpcEndpointConnectionNotificationsRequest {
513
207
  DryRun?: boolean | undefined;
514
- InternetGatewayIds?: string[] | undefined;
208
+ ConnectionNotificationId?: string | undefined;
515
209
  Filters?: Filter[] | undefined;
210
+ MaxResults?: number | undefined;
211
+ NextToken?: string | undefined;
516
212
  }
517
- export interface DescribeInternetGatewaysResult {
518
- InternetGateways?: InternetGateway[] | undefined;
213
+ export interface DescribeVpcEndpointConnectionNotificationsResult {
214
+ ConnectionNotificationSet?: ConnectionNotification[] | undefined;
519
215
  NextToken?: string | undefined;
520
216
  }
521
- export interface DescribeIpamByoasnRequest {
217
+ export interface DescribeVpcEndpointConnectionsRequest {
522
218
  DryRun?: boolean | undefined;
219
+ Filters?: Filter[] | undefined;
523
220
  MaxResults?: number | undefined;
524
221
  NextToken?: string | undefined;
525
222
  }
526
- export interface DescribeIpamByoasnResult {
527
- Byoasns?: Byoasn[] | undefined;
223
+ export interface VpcEndpointConnection {
224
+ ServiceId?: string | undefined;
225
+ VpcEndpointId?: string | undefined;
226
+ VpcEndpointOwner?: string | undefined;
227
+ VpcEndpointState?: State | undefined;
228
+ CreationTimestamp?: Date | undefined;
229
+ DnsEntries?: DnsEntry[] | undefined;
230
+ NetworkLoadBalancerArns?: string[] | undefined;
231
+ GatewayLoadBalancerArns?: string[] | undefined;
232
+ IpAddressType?: IpAddressType | undefined;
233
+ VpcEndpointConnectionId?: string | undefined;
234
+ Tags?: Tag[] | undefined;
235
+ VpcEndpointRegion?: string | undefined;
236
+ }
237
+ export interface DescribeVpcEndpointConnectionsResult {
238
+ VpcEndpointConnections?: VpcEndpointConnection[] | undefined;
528
239
  NextToken?: string | undefined;
529
240
  }
530
- export interface DescribeIpamExternalResourceVerificationTokensRequest {
241
+ export interface DescribeVpcEndpointsRequest {
531
242
  DryRun?: boolean | undefined;
243
+ VpcEndpointIds?: string[] | undefined;
532
244
  Filters?: Filter[] | undefined;
533
- NextToken?: string | undefined;
534
245
  MaxResults?: number | undefined;
535
- IpamExternalResourceVerificationTokenIds?: string[] | undefined;
246
+ NextToken?: string | undefined;
536
247
  }
537
- export interface DescribeIpamExternalResourceVerificationTokensResult {
248
+ export interface DescribeVpcEndpointsResult {
249
+ VpcEndpoints?: VpcEndpoint[] | undefined;
538
250
  NextToken?: string | undefined;
539
- IpamExternalResourceVerificationTokens?:
540
- | IpamExternalResourceVerificationToken[]
541
- | undefined;
542
251
  }
543
- export interface DescribeIpamPoolsRequest {
252
+ export interface DescribeVpcEndpointServiceConfigurationsRequest {
544
253
  DryRun?: boolean | undefined;
254
+ ServiceIds?: string[] | undefined;
545
255
  Filters?: Filter[] | undefined;
546
256
  MaxResults?: number | undefined;
547
257
  NextToken?: string | undefined;
548
- IpamPoolIds?: string[] | undefined;
549
258
  }
550
- export interface DescribeIpamPoolsResult {
259
+ export interface DescribeVpcEndpointServiceConfigurationsResult {
260
+ ServiceConfigurations?: ServiceConfiguration[] | undefined;
551
261
  NextToken?: string | undefined;
552
- IpamPools?: IpamPool[] | undefined;
553
262
  }
554
- export interface DescribeIpamPrefixListResolversRequest {
263
+ export interface DescribeVpcEndpointServicePermissionsRequest {
555
264
  DryRun?: boolean | undefined;
265
+ ServiceId: string | undefined;
556
266
  Filters?: Filter[] | undefined;
557
267
  MaxResults?: number | undefined;
558
268
  NextToken?: string | undefined;
559
- IpamPrefixListResolverIds?: string[] | undefined;
560
269
  }
561
- export interface DescribeIpamPrefixListResolversResult {
270
+ export interface DescribeVpcEndpointServicePermissionsResult {
271
+ AllowedPrincipals?: AllowedPrincipal[] | undefined;
562
272
  NextToken?: string | undefined;
563
- IpamPrefixListResolvers?: IpamPrefixListResolver[] | undefined;
564
273
  }
565
- export interface DescribeIpamPrefixListResolverTargetsRequest {
274
+ export interface DescribeVpcEndpointServicesRequest {
566
275
  DryRun?: boolean | undefined;
276
+ ServiceNames?: string[] | undefined;
567
277
  Filters?: Filter[] | undefined;
568
278
  MaxResults?: number | undefined;
569
279
  NextToken?: string | undefined;
570
- IpamPrefixListResolverTargetIds?: string[] | undefined;
571
- IpamPrefixListResolverId?: string | undefined;
280
+ ServiceRegions?: string[] | undefined;
572
281
  }
573
- export interface DescribeIpamPrefixListResolverTargetsResult {
574
- NextToken?: string | undefined;
575
- IpamPrefixListResolverTargets?: IpamPrefixListResolverTarget[] | undefined;
282
+ export interface PrivateDnsDetails {
283
+ PrivateDnsName?: string | undefined;
576
284
  }
577
- export interface DescribeIpamResourceDiscoveriesRequest {
578
- DryRun?: boolean | undefined;
579
- IpamResourceDiscoveryIds?: string[] | undefined;
580
- NextToken?: string | undefined;
581
- MaxResults?: number | undefined;
582
- Filters?: Filter[] | undefined;
285
+ export interface ServiceDetail {
286
+ ServiceName?: string | undefined;
287
+ ServiceId?: string | undefined;
288
+ ServiceType?: ServiceTypeDetail[] | undefined;
289
+ ServiceRegion?: string | undefined;
290
+ AvailabilityZoneIds?: string[] | undefined;
291
+ AvailabilityZones?: string[] | undefined;
292
+ Owner?: string | undefined;
293
+ BaseEndpointDnsNames?: string[] | undefined;
294
+ PrivateDnsName?: string | undefined;
295
+ PrivateDnsNames?: PrivateDnsDetails[] | undefined;
296
+ VpcEndpointPolicySupported?: boolean | undefined;
297
+ AcceptanceRequired?: boolean | undefined;
298
+ ManagesVpcEndpoints?: boolean | undefined;
299
+ PayerResponsibility?: PayerResponsibility | undefined;
300
+ Tags?: Tag[] | undefined;
301
+ PrivateDnsNameVerificationState?: DnsNameState | undefined;
302
+ SupportedIpAddressTypes?: ServiceConnectivityType[] | undefined;
583
303
  }
584
- export interface DescribeIpamResourceDiscoveriesResult {
585
- IpamResourceDiscoveries?: IpamResourceDiscovery[] | undefined;
304
+ export interface DescribeVpcEndpointServicesResult {
305
+ ServiceNames?: string[] | undefined;
306
+ ServiceDetails?: ServiceDetail[] | undefined;
586
307
  NextToken?: string | undefined;
587
308
  }
588
- export interface DescribeIpamResourceDiscoveryAssociationsRequest {
589
- DryRun?: boolean | undefined;
590
- IpamResourceDiscoveryAssociationIds?: string[] | undefined;
309
+ export interface DescribeVpcPeeringConnectionsRequest {
591
310
  NextToken?: string | undefined;
592
311
  MaxResults?: number | undefined;
312
+ DryRun?: boolean | undefined;
313
+ VpcPeeringConnectionIds?: string[] | undefined;
593
314
  Filters?: Filter[] | undefined;
594
315
  }
595
- export interface DescribeIpamResourceDiscoveryAssociationsResult {
596
- IpamResourceDiscoveryAssociations?:
597
- | IpamResourceDiscoveryAssociation[]
598
- | undefined;
316
+ export interface DescribeVpcPeeringConnectionsResult {
317
+ VpcPeeringConnections?: VpcPeeringConnection[] | undefined;
599
318
  NextToken?: string | undefined;
600
319
  }
601
- export interface DescribeIpamsRequest {
602
- DryRun?: boolean | undefined;
320
+ export interface DescribeVpcsRequest {
603
321
  Filters?: Filter[] | undefined;
604
- MaxResults?: number | undefined;
322
+ VpcIds?: string[] | undefined;
605
323
  NextToken?: string | undefined;
606
- IpamIds?: string[] | undefined;
324
+ MaxResults?: number | undefined;
325
+ DryRun?: boolean | undefined;
607
326
  }
608
- export interface DescribeIpamsResult {
327
+ export interface DescribeVpcsResult {
609
328
  NextToken?: string | undefined;
610
- Ipams?: Ipam[] | undefined;
329
+ Vpcs?: Vpc[] | undefined;
611
330
  }
612
- export interface DescribeIpamScopesRequest {
613
- DryRun?: boolean | undefined;
331
+ export interface DescribeVpnConcentratorsRequest {
332
+ VpnConcentratorIds?: string[] | undefined;
614
333
  Filters?: Filter[] | undefined;
615
334
  MaxResults?: number | undefined;
616
335
  NextToken?: string | undefined;
617
- IpamScopeIds?: string[] | undefined;
336
+ DryRun?: boolean | undefined;
618
337
  }
619
- export interface DescribeIpamScopesResult {
338
+ export interface DescribeVpnConcentratorsResult {
339
+ VpnConcentrators?: VpnConcentrator[] | undefined;
620
340
  NextToken?: string | undefined;
621
- IpamScopes?: IpamScope[] | undefined;
622
341
  }
623
- export interface DescribeIpv6PoolsRequest {
624
- PoolIds?: string[] | undefined;
625
- NextToken?: string | undefined;
626
- MaxResults?: number | undefined;
627
- DryRun?: boolean | undefined;
342
+ export interface DescribeVpnConnectionsRequest {
628
343
  Filters?: Filter[] | undefined;
344
+ VpnConnectionIds?: string[] | undefined;
345
+ DryRun?: boolean | undefined;
629
346
  }
630
- export interface PoolCidrBlock {
631
- Cidr?: string | undefined;
347
+ export interface DescribeVpnConnectionsResult {
348
+ VpnConnections?: VpnConnection[] | undefined;
632
349
  }
633
- export interface Ipv6Pool {
634
- PoolId?: string | undefined;
635
- Description?: string | undefined;
636
- PoolCidrBlocks?: PoolCidrBlock[] | undefined;
637
- Tags?: Tag[] | undefined;
350
+ export interface DescribeVpnGatewaysRequest {
351
+ Filters?: Filter[] | undefined;
352
+ VpnGatewayIds?: string[] | undefined;
353
+ DryRun?: boolean | undefined;
638
354
  }
639
- export interface DescribeIpv6PoolsResult {
640
- Ipv6Pools?: Ipv6Pool[] | undefined;
641
- NextToken?: string | undefined;
355
+ export interface DescribeVpnGatewaysResult {
356
+ VpnGateways?: VpnGateway[] | undefined;
642
357
  }
643
- export interface DescribeKeyPairsRequest {
644
- KeyNames?: string[] | undefined;
645
- KeyPairIds?: string[] | undefined;
646
- IncludePublicKey?: boolean | undefined;
358
+ export interface DetachClassicLinkVpcRequest {
647
359
  DryRun?: boolean | undefined;
648
- Filters?: Filter[] | undefined;
649
- }
650
- export interface KeyPairInfo {
651
- KeyPairId?: string | undefined;
652
- KeyType?: KeyType | undefined;
653
- Tags?: Tag[] | undefined;
654
- PublicKey?: string | undefined;
655
- CreateTime?: Date | undefined;
656
- KeyName?: string | undefined;
657
- KeyFingerprint?: string | undefined;
360
+ InstanceId: string | undefined;
361
+ VpcId: string | undefined;
658
362
  }
659
- export interface DescribeKeyPairsResult {
660
- KeyPairs?: KeyPairInfo[] | undefined;
363
+ export interface DetachClassicLinkVpcResult {
364
+ Return?: boolean | undefined;
661
365
  }
662
- export interface DescribeLaunchTemplatesRequest {
366
+ export interface DetachInternetGatewayRequest {
663
367
  DryRun?: boolean | undefined;
664
- LaunchTemplateIds?: string[] | undefined;
665
- LaunchTemplateNames?: string[] | undefined;
666
- Filters?: Filter[] | undefined;
667
- NextToken?: string | undefined;
668
- MaxResults?: number | undefined;
368
+ InternetGatewayId: string | undefined;
369
+ VpcId: string | undefined;
669
370
  }
670
- export interface DescribeLaunchTemplatesResult {
671
- LaunchTemplates?: LaunchTemplate[] | undefined;
672
- NextToken?: string | undefined;
371
+ export interface DetachNetworkInterfaceRequest {
372
+ DryRun?: boolean | undefined;
373
+ AttachmentId: string | undefined;
374
+ Force?: boolean | undefined;
673
375
  }
674
- export interface DescribeLaunchTemplateVersionsRequest {
376
+ export interface DetachVerifiedAccessTrustProviderRequest {
377
+ VerifiedAccessInstanceId: string | undefined;
378
+ VerifiedAccessTrustProviderId: string | undefined;
379
+ ClientToken?: string | undefined;
675
380
  DryRun?: boolean | undefined;
676
- LaunchTemplateId?: string | undefined;
677
- LaunchTemplateName?: string | undefined;
678
- Versions?: string[] | undefined;
679
- MinVersion?: string | undefined;
680
- MaxVersion?: string | undefined;
681
- NextToken?: string | undefined;
682
- MaxResults?: number | undefined;
683
- Filters?: Filter[] | undefined;
684
- ResolveAlias?: boolean | undefined;
685
381
  }
686
- export interface DescribeLaunchTemplateVersionsResult {
687
- LaunchTemplateVersions?: LaunchTemplateVersion[] | undefined;
688
- NextToken?: string | undefined;
382
+ export interface DetachVerifiedAccessTrustProviderResult {
383
+ VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
384
+ VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
689
385
  }
690
- export interface DescribeLocalGatewayRouteTablesRequest {
691
- LocalGatewayRouteTableIds?: string[] | undefined;
692
- Filters?: Filter[] | undefined;
693
- MaxResults?: number | undefined;
694
- NextToken?: string | undefined;
386
+ export interface DetachVolumeRequest {
387
+ Device?: string | undefined;
388
+ Force?: boolean | undefined;
389
+ InstanceId?: string | undefined;
390
+ VolumeId: string | undefined;
695
391
  DryRun?: boolean | undefined;
696
392
  }
697
- export interface DescribeLocalGatewayRouteTablesResult {
698
- LocalGatewayRouteTables?: LocalGatewayRouteTable[] | undefined;
699
- NextToken?: string | undefined;
393
+ export interface DetachVpnGatewayRequest {
394
+ VpcId: string | undefined;
395
+ VpnGatewayId: string | undefined;
396
+ DryRun?: boolean | undefined;
700
397
  }
701
- export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest {
702
- LocalGatewayRouteTableVirtualInterfaceGroupAssociationIds?:
703
- | string[]
704
- | undefined;
705
- Filters?: Filter[] | undefined;
706
- MaxResults?: number | undefined;
707
- NextToken?: string | undefined;
398
+ export interface DisableAddressTransferRequest {
399
+ AllocationId: string | undefined;
708
400
  DryRun?: boolean | undefined;
709
401
  }
710
- export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult {
711
- LocalGatewayRouteTableVirtualInterfaceGroupAssociations?:
712
- | LocalGatewayRouteTableVirtualInterfaceGroupAssociation[]
713
- | undefined;
714
- NextToken?: string | undefined;
402
+ export interface DisableAddressTransferResult {
403
+ AddressTransfer?: AddressTransfer | undefined;
715
404
  }
716
- export interface DescribeLocalGatewayRouteTableVpcAssociationsRequest {
717
- LocalGatewayRouteTableVpcAssociationIds?: string[] | undefined;
718
- Filters?: Filter[] | undefined;
719
- MaxResults?: number | undefined;
720
- NextToken?: string | undefined;
405
+ export interface DisableAllowedImagesSettingsRequest {
721
406
  DryRun?: boolean | undefined;
722
407
  }
723
- export interface DescribeLocalGatewayRouteTableVpcAssociationsResult {
724
- LocalGatewayRouteTableVpcAssociations?:
725
- | LocalGatewayRouteTableVpcAssociation[]
726
- | undefined;
727
- NextToken?: string | undefined;
408
+ export interface DisableAllowedImagesSettingsResult {
409
+ AllowedImagesSettingsState?: AllowedImagesSettingsDisabledState | undefined;
728
410
  }
729
- export interface DescribeLocalGatewaysRequest {
730
- LocalGatewayIds?: string[] | undefined;
731
- Filters?: Filter[] | undefined;
732
- MaxResults?: number | undefined;
733
- NextToken?: string | undefined;
411
+ export interface DisableAwsNetworkPerformanceMetricSubscriptionRequest {
412
+ Source?: string | undefined;
413
+ Destination?: string | undefined;
414
+ Metric?: MetricType | undefined;
415
+ Statistic?: StatisticType | undefined;
734
416
  DryRun?: boolean | undefined;
735
417
  }
736
- export interface LocalGateway {
737
- LocalGatewayId?: string | undefined;
738
- OutpostArn?: string | undefined;
739
- OwnerId?: string | undefined;
740
- State?: string | undefined;
741
- Tags?: Tag[] | undefined;
742
- }
743
- export interface DescribeLocalGatewaysResult {
744
- LocalGateways?: LocalGateway[] | undefined;
745
- NextToken?: string | undefined;
418
+ export interface DisableAwsNetworkPerformanceMetricSubscriptionResult {
419
+ Output?: boolean | undefined;
746
420
  }
747
- export interface DescribeLocalGatewayVirtualInterfaceGroupsRequest {
748
- LocalGatewayVirtualInterfaceGroupIds?: string[] | undefined;
749
- Filters?: Filter[] | undefined;
750
- MaxResults?: number | undefined;
751
- NextToken?: string | undefined;
421
+ export interface DisableCapacityManagerRequest {
752
422
  DryRun?: boolean | undefined;
423
+ ClientToken?: string | undefined;
753
424
  }
754
- export interface DescribeLocalGatewayVirtualInterfaceGroupsResult {
755
- LocalGatewayVirtualInterfaceGroups?:
756
- | LocalGatewayVirtualInterfaceGroup[]
757
- | undefined;
758
- NextToken?: string | undefined;
425
+ export interface DisableCapacityManagerResult {
426
+ CapacityManagerStatus?: CapacityManagerStatus | undefined;
427
+ OrganizationsAccess?: boolean | undefined;
759
428
  }
760
- export interface DescribeLocalGatewayVirtualInterfacesRequest {
761
- LocalGatewayVirtualInterfaceIds?: string[] | undefined;
762
- Filters?: Filter[] | undefined;
763
- MaxResults?: number | undefined;
764
- NextToken?: string | undefined;
429
+ export interface DisableEbsEncryptionByDefaultRequest {
765
430
  DryRun?: boolean | undefined;
766
431
  }
767
- export interface DescribeLocalGatewayVirtualInterfacesResult {
768
- LocalGatewayVirtualInterfaces?: LocalGatewayVirtualInterface[] | undefined;
769
- NextToken?: string | undefined;
432
+ export interface DisableEbsEncryptionByDefaultResult {
433
+ EbsEncryptionByDefault?: boolean | undefined;
770
434
  }
771
- export interface DescribeLockedSnapshotsRequest {
772
- Filters?: Filter[] | undefined;
773
- MaxResults?: number | undefined;
774
- NextToken?: string | undefined;
775
- SnapshotIds?: string[] | undefined;
435
+ export interface DisableFastLaunchRequest {
436
+ ImageId: string | undefined;
437
+ Force?: boolean | undefined;
776
438
  DryRun?: boolean | undefined;
777
439
  }
778
- export declare const LockState: {
779
- readonly compliance: "compliance";
780
- readonly compliance_cooloff: "compliance-cooloff";
781
- readonly expired: "expired";
782
- readonly governance: "governance";
783
- };
784
- export type LockState = (typeof LockState)[keyof typeof LockState];
785
- export interface LockedSnapshotsInfo {
440
+ export interface DisableFastLaunchResult {
441
+ ImageId?: string | undefined;
442
+ ResourceType?: FastLaunchResourceType | undefined;
443
+ SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | undefined;
444
+ LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse | undefined;
445
+ MaxParallelLaunches?: number | undefined;
786
446
  OwnerId?: string | undefined;
447
+ State?: FastLaunchStateCode | undefined;
448
+ StateTransitionReason?: string | undefined;
449
+ StateTransitionTime?: Date | undefined;
450
+ }
451
+ export interface DisableFastSnapshotRestoresRequest {
452
+ AvailabilityZones?: string[] | undefined;
453
+ AvailabilityZoneIds?: string[] | undefined;
454
+ SourceSnapshotIds: string[] | undefined;
455
+ DryRun?: boolean | undefined;
456
+ }
457
+ export interface DisableFastSnapshotRestoreSuccessItem {
787
458
  SnapshotId?: string | undefined;
788
- LockState?: LockState | undefined;
789
- LockDuration?: number | undefined;
790
- CoolOffPeriod?: number | undefined;
791
- CoolOffPeriodExpiresOn?: Date | undefined;
792
- LockCreatedOn?: Date | undefined;
793
- LockDurationStartTime?: Date | undefined;
794
- LockExpiresOn?: Date | undefined;
795
- }
796
- export interface DescribeLockedSnapshotsResult {
797
- Snapshots?: LockedSnapshotsInfo[] | undefined;
798
- NextToken?: string | undefined;
459
+ AvailabilityZone?: string | undefined;
460
+ AvailabilityZoneId?: string | undefined;
461
+ State?: FastSnapshotRestoreStateCode | undefined;
462
+ StateTransitionReason?: string | undefined;
463
+ OwnerId?: string | undefined;
464
+ OwnerAlias?: string | undefined;
465
+ EnablingTime?: Date | undefined;
466
+ OptimizingTime?: Date | undefined;
467
+ EnabledTime?: Date | undefined;
468
+ DisablingTime?: Date | undefined;
469
+ DisabledTime?: Date | undefined;
470
+ }
471
+ export interface DisableFastSnapshotRestoreStateError {
472
+ Code?: string | undefined;
473
+ Message?: string | undefined;
799
474
  }
800
- export interface DescribeMacHostsRequest {
801
- Filters?: Filter[] | undefined;
802
- HostIds?: string[] | undefined;
803
- MaxResults?: number | undefined;
804
- NextToken?: string | undefined;
475
+ export interface DisableFastSnapshotRestoreStateErrorItem {
476
+ AvailabilityZone?: string | undefined;
477
+ AvailabilityZoneId?: string | undefined;
478
+ Error?: DisableFastSnapshotRestoreStateError | undefined;
805
479
  }
806
- export interface MacHost {
807
- HostId?: string | undefined;
808
- MacOSLatestSupportedVersions?: string[] | undefined;
480
+ export interface DisableFastSnapshotRestoreErrorItem {
481
+ SnapshotId?: string | undefined;
482
+ FastSnapshotRestoreStateErrors?:
483
+ | DisableFastSnapshotRestoreStateErrorItem[]
484
+ | undefined;
809
485
  }
810
- export interface DescribeMacHostsResult {
811
- MacHosts?: MacHost[] | undefined;
812
- NextToken?: string | undefined;
486
+ export interface DisableFastSnapshotRestoresResult {
487
+ Successful?: DisableFastSnapshotRestoreSuccessItem[] | undefined;
488
+ Unsuccessful?: DisableFastSnapshotRestoreErrorItem[] | undefined;
813
489
  }
814
- export interface DescribeMacModificationTasksRequest {
490
+ export interface DisableImageRequest {
491
+ ImageId: string | undefined;
815
492
  DryRun?: boolean | undefined;
816
- Filters?: Filter[] | undefined;
817
- MacModificationTaskIds?: string[] | undefined;
818
- MaxResults?: number | undefined;
819
- NextToken?: string | undefined;
820
493
  }
821
- export interface DescribeMacModificationTasksResult {
822
- MacModificationTasks?: MacModificationTask[] | undefined;
823
- NextToken?: string | undefined;
494
+ export interface DisableImageResult {
495
+ Return?: boolean | undefined;
824
496
  }
825
- export interface DescribeManagedPrefixListsRequest {
497
+ export interface DisableImageBlockPublicAccessRequest {
826
498
  DryRun?: boolean | undefined;
827
- Filters?: Filter[] | undefined;
828
- MaxResults?: number | undefined;
829
- NextToken?: string | undefined;
830
- PrefixListIds?: string[] | undefined;
831
499
  }
832
- export interface DescribeManagedPrefixListsResult {
833
- NextToken?: string | undefined;
834
- PrefixLists?: ManagedPrefixList[] | undefined;
500
+ export interface DisableImageBlockPublicAccessResult {
501
+ ImageBlockPublicAccessState?: ImageBlockPublicAccessDisabledState | undefined;
835
502
  }
836
- export interface DescribeMovingAddressesRequest {
503
+ export interface DisableImageDeprecationRequest {
504
+ ImageId: string | undefined;
837
505
  DryRun?: boolean | undefined;
838
- PublicIps?: string[] | undefined;
839
- NextToken?: string | undefined;
840
- Filters?: Filter[] | undefined;
841
- MaxResults?: number | undefined;
842
- }
843
- export declare const MoveStatus: {
844
- readonly movingToVpc: "movingToVpc";
845
- readonly restoringToClassic: "restoringToClassic";
846
- };
847
- export type MoveStatus = (typeof MoveStatus)[keyof typeof MoveStatus];
848
- export interface MovingAddressStatus {
849
- MoveStatus?: MoveStatus | undefined;
850
- PublicIp?: string | undefined;
851
506
  }
852
- export interface DescribeMovingAddressesResult {
853
- MovingAddressStatuses?: MovingAddressStatus[] | undefined;
854
- NextToken?: string | undefined;
507
+ export interface DisableImageDeprecationResult {
508
+ Return?: boolean | undefined;
855
509
  }
856
- export interface DescribeNatGatewaysRequest {
510
+ export interface DisableImageDeregistrationProtectionRequest {
511
+ ImageId: string | undefined;
857
512
  DryRun?: boolean | undefined;
858
- Filter?: Filter[] | undefined;
859
- MaxResults?: number | undefined;
860
- NatGatewayIds?: string[] | undefined;
861
- NextToken?: string | undefined;
862
513
  }
863
- export interface DescribeNatGatewaysResult {
864
- NatGateways?: NatGateway[] | undefined;
865
- NextToken?: string | undefined;
514
+ export interface DisableImageDeregistrationProtectionResult {
515
+ Return?: string | undefined;
866
516
  }
867
- export interface DescribeNetworkAclsRequest {
868
- NextToken?: string | undefined;
869
- MaxResults?: number | undefined;
517
+ export interface DisableInstanceSqlHaStandbyDetectionsRequest {
518
+ InstanceIds: string[] | undefined;
870
519
  DryRun?: boolean | undefined;
871
- NetworkAclIds?: string[] | undefined;
872
- Filters?: Filter[] | undefined;
873
520
  }
874
- export interface DescribeNetworkAclsResult {
875
- NetworkAcls?: NetworkAcl[] | undefined;
876
- NextToken?: string | undefined;
521
+ export interface DisableInstanceSqlHaStandbyDetectionsResult {
522
+ Instances?: RegisteredInstance[] | undefined;
877
523
  }
878
- export interface DescribeNetworkInsightsAccessScopeAnalysesRequest {
879
- NetworkInsightsAccessScopeAnalysisIds?: string[] | undefined;
880
- NetworkInsightsAccessScopeId?: string | undefined;
881
- AnalysisStartTimeBegin?: Date | undefined;
882
- AnalysisStartTimeEnd?: Date | undefined;
883
- Filters?: Filter[] | undefined;
884
- MaxResults?: number | undefined;
524
+ export interface DisableIpamOrganizationAdminAccountRequest {
885
525
  DryRun?: boolean | undefined;
886
- NextToken?: string | undefined;
887
- }
888
- export declare const FindingsFound: {
889
- readonly false: "false";
890
- readonly true: "true";
891
- readonly unknown: "unknown";
892
- };
893
- export type FindingsFound = (typeof FindingsFound)[keyof typeof FindingsFound];
894
- export declare const AnalysisStatus: {
895
- readonly failed: "failed";
896
- readonly running: "running";
897
- readonly succeeded: "succeeded";
898
- };
899
- export type AnalysisStatus =
900
- (typeof AnalysisStatus)[keyof typeof AnalysisStatus];
901
- export interface NetworkInsightsAccessScopeAnalysis {
902
- NetworkInsightsAccessScopeAnalysisId?: string | undefined;
903
- NetworkInsightsAccessScopeAnalysisArn?: string | undefined;
904
- NetworkInsightsAccessScopeId?: string | undefined;
905
- Status?: AnalysisStatus | undefined;
906
- StatusMessage?: string | undefined;
907
- WarningMessage?: string | undefined;
908
- StartDate?: Date | undefined;
909
- EndDate?: Date | undefined;
910
- FindingsFound?: FindingsFound | undefined;
911
- AnalyzedEniCount?: number | undefined;
912
- Tags?: Tag[] | undefined;
526
+ DelegatedAdminAccountId: string | undefined;
913
527
  }
914
- export interface DescribeNetworkInsightsAccessScopeAnalysesResult {
915
- NetworkInsightsAccessScopeAnalyses?:
916
- | NetworkInsightsAccessScopeAnalysis[]
917
- | undefined;
918
- NextToken?: string | undefined;
528
+ export interface DisableIpamOrganizationAdminAccountResult {
529
+ Success?: boolean | undefined;
919
530
  }
920
- export interface DescribeNetworkInsightsAccessScopesRequest {
921
- NetworkInsightsAccessScopeIds?: string[] | undefined;
922
- Filters?: Filter[] | undefined;
923
- MaxResults?: number | undefined;
531
+ export interface DisableIpamPolicyRequest {
924
532
  DryRun?: boolean | undefined;
925
- NextToken?: string | undefined;
533
+ IpamPolicyId: string | undefined;
534
+ OrganizationTargetId?: string | undefined;
926
535
  }
927
- export interface DescribeNetworkInsightsAccessScopesResult {
928
- NetworkInsightsAccessScopes?: NetworkInsightsAccessScope[] | undefined;
929
- NextToken?: string | undefined;
536
+ export interface DisableIpamPolicyResult {
537
+ Return?: boolean | undefined;
930
538
  }
931
- export interface DescribeNetworkInsightsAnalysesRequest {
932
- NetworkInsightsAnalysisIds?: string[] | undefined;
933
- NetworkInsightsPathId?: string | undefined;
934
- AnalysisStartTime?: Date | undefined;
935
- AnalysisEndTime?: Date | undefined;
936
- Filters?: Filter[] | undefined;
937
- MaxResults?: number | undefined;
539
+ export interface DisableRouteServerPropagationRequest {
540
+ RouteServerId: string | undefined;
541
+ RouteTableId: string | undefined;
938
542
  DryRun?: boolean | undefined;
939
- NextToken?: string | undefined;
940
543
  }
941
- export interface NetworkInsightsAnalysis {
942
- NetworkInsightsAnalysisId?: string | undefined;
943
- NetworkInsightsAnalysisArn?: string | undefined;
944
- NetworkInsightsPathId?: string | undefined;
945
- AdditionalAccounts?: string[] | undefined;
946
- FilterInArns?: string[] | undefined;
947
- FilterOutArns?: string[] | undefined;
948
- StartDate?: Date | undefined;
949
- Status?: AnalysisStatus | undefined;
950
- StatusMessage?: string | undefined;
951
- WarningMessage?: string | undefined;
952
- NetworkPathFound?: boolean | undefined;
953
- ForwardPathComponents?: PathComponent[] | undefined;
954
- ReturnPathComponents?: PathComponent[] | undefined;
955
- Explanations?: Explanation[] | undefined;
956
- AlternatePathHints?: AlternatePathHint[] | undefined;
957
- SuggestedAccounts?: string[] | undefined;
958
- Tags?: Tag[] | undefined;
544
+ export interface RouteServerPropagation {
545
+ RouteServerId?: string | undefined;
546
+ RouteTableId?: string | undefined;
547
+ State?: RouteServerPropagationState | undefined;
959
548
  }
960
- export interface DescribeNetworkInsightsAnalysesResult {
961
- NetworkInsightsAnalyses?: NetworkInsightsAnalysis[] | undefined;
962
- NextToken?: string | undefined;
549
+ export interface DisableRouteServerPropagationResult {
550
+ RouteServerPropagation?: RouteServerPropagation | undefined;
963
551
  }
964
- export interface DescribeNetworkInsightsPathsRequest {
965
- NetworkInsightsPathIds?: string[] | undefined;
966
- Filters?: Filter[] | undefined;
967
- MaxResults?: number | undefined;
552
+ export interface DisableSerialConsoleAccessRequest {
968
553
  DryRun?: boolean | undefined;
969
- NextToken?: string | undefined;
970
- }
971
- export interface DescribeNetworkInsightsPathsResult {
972
- NetworkInsightsPaths?: NetworkInsightsPath[] | undefined;
973
- NextToken?: string | undefined;
974
554
  }
975
- export declare const NetworkInterfaceAttribute: {
976
- readonly associatePublicIpAddress: "associatePublicIpAddress";
977
- readonly attachment: "attachment";
978
- readonly description: "description";
979
- readonly groupSet: "groupSet";
980
- readonly sourceDestCheck: "sourceDestCheck";
981
- };
982
- export type NetworkInterfaceAttribute =
983
- (typeof NetworkInterfaceAttribute)[keyof typeof NetworkInterfaceAttribute];
984
- export interface DescribeNetworkInterfaceAttributeRequest {
985
- DryRun?: boolean | undefined;
986
- NetworkInterfaceId: string | undefined;
987
- Attribute?: NetworkInterfaceAttribute | undefined;
988
- }
989
- export interface DescribeNetworkInterfaceAttributeResult {
990
- Attachment?: NetworkInterfaceAttachment | undefined;
991
- Description?: AttributeValue | undefined;
992
- Groups?: GroupIdentifier[] | undefined;
993
- NetworkInterfaceId?: string | undefined;
994
- SourceDestCheck?: AttributeBooleanValue | undefined;
995
- AssociatePublicIpAddress?: boolean | undefined;
555
+ export interface DisableSerialConsoleAccessResult {
556
+ SerialConsoleAccessEnabled?: boolean | undefined;
996
557
  }
997
- export interface DescribeNetworkInterfacePermissionsRequest {
998
- NetworkInterfacePermissionIds?: string[] | undefined;
999
- Filters?: Filter[] | undefined;
1000
- NextToken?: string | undefined;
1001
- MaxResults?: number | undefined;
558
+ export interface DisableSnapshotBlockPublicAccessRequest {
559
+ DryRun?: boolean | undefined;
1002
560
  }
1003
- export interface DescribeNetworkInterfacePermissionsResult {
1004
- NetworkInterfacePermissions?: NetworkInterfacePermission[] | undefined;
1005
- NextToken?: string | undefined;
561
+ export interface DisableSnapshotBlockPublicAccessResult {
562
+ State?: SnapshotBlockPublicAccessState | undefined;
1006
563
  }
1007
- export interface DescribeNetworkInterfacesRequest {
1008
- NextToken?: string | undefined;
1009
- MaxResults?: number | undefined;
564
+ export interface DisableTransitGatewayRouteTablePropagationRequest {
565
+ TransitGatewayRouteTableId: string | undefined;
566
+ TransitGatewayAttachmentId?: string | undefined;
1010
567
  DryRun?: boolean | undefined;
1011
- NetworkInterfaceIds?: string[] | undefined;
1012
- Filters?: Filter[] | undefined;
568
+ TransitGatewayRouteTableAnnouncementId?: string | undefined;
1013
569
  }
1014
- export interface DescribeNetworkInterfacesResult {
1015
- NetworkInterfaces?: NetworkInterface[] | undefined;
1016
- NextToken?: string | undefined;
570
+ export interface TransitGatewayPropagation {
571
+ TransitGatewayAttachmentId?: string | undefined;
572
+ ResourceId?: string | undefined;
573
+ ResourceType?: TransitGatewayAttachmentResourceType | undefined;
574
+ TransitGatewayRouteTableId?: string | undefined;
575
+ State?: TransitGatewayPropagationState | undefined;
576
+ TransitGatewayRouteTableAnnouncementId?: string | undefined;
1017
577
  }
1018
- export interface DescribeOutpostLagsRequest {
1019
- OutpostLagIds?: string[] | undefined;
1020
- Filters?: Filter[] | undefined;
1021
- MaxResults?: number | undefined;
1022
- NextToken?: string | undefined;
578
+ export interface DisableTransitGatewayRouteTablePropagationResult {
579
+ Propagation?: TransitGatewayPropagation | undefined;
580
+ }
581
+ export interface DisableVgwRoutePropagationRequest {
582
+ GatewayId: string | undefined;
583
+ RouteTableId: string | undefined;
1023
584
  DryRun?: boolean | undefined;
1024
585
  }
1025
- export interface OutpostLag {
1026
- OutpostArn?: string | undefined;
1027
- OwnerId?: string | undefined;
1028
- State?: string | undefined;
1029
- OutpostLagId?: string | undefined;
1030
- LocalGatewayVirtualInterfaceIds?: string[] | undefined;
1031
- ServiceLinkVirtualInterfaceIds?: string[] | undefined;
1032
- Tags?: Tag[] | undefined;
586
+ export interface DisableVpcClassicLinkRequest {
587
+ DryRun?: boolean | undefined;
588
+ VpcId: string | undefined;
1033
589
  }
1034
- export interface DescribeOutpostLagsResult {
1035
- OutpostLags?: OutpostLag[] | undefined;
1036
- NextToken?: string | undefined;
590
+ export interface DisableVpcClassicLinkResult {
591
+ Return?: boolean | undefined;
1037
592
  }
1038
- export interface DescribePlacementGroupsRequest {
1039
- GroupIds?: string[] | undefined;
1040
- DryRun?: boolean | undefined;
1041
- GroupNames?: string[] | undefined;
1042
- Filters?: Filter[] | undefined;
593
+ export interface DisableVpcClassicLinkDnsSupportRequest {
594
+ VpcId?: string | undefined;
1043
595
  }
1044
- export interface DescribePlacementGroupsResult {
1045
- PlacementGroups?: PlacementGroup[] | undefined;
596
+ export interface DisableVpcClassicLinkDnsSupportResult {
597
+ Return?: boolean | undefined;
1046
598
  }
1047
- export interface DescribePrefixListsRequest {
599
+ export interface DisassociateAddressRequest {
600
+ AssociationId?: string | undefined;
601
+ PublicIp?: string | undefined;
1048
602
  DryRun?: boolean | undefined;
1049
- Filters?: Filter[] | undefined;
1050
- MaxResults?: number | undefined;
1051
- NextToken?: string | undefined;
1052
- PrefixListIds?: string[] | undefined;
1053
603
  }
1054
- export interface PrefixList {
1055
- Cidrs?: string[] | undefined;
1056
- PrefixListId?: string | undefined;
1057
- PrefixListName?: string | undefined;
604
+ export interface DisassociateCapacityReservationBillingOwnerRequest {
605
+ DryRun?: boolean | undefined;
606
+ CapacityReservationId: string | undefined;
607
+ UnusedReservationBillingOwnerId: string | undefined;
1058
608
  }
1059
- export interface DescribePrefixListsResult {
1060
- NextToken?: string | undefined;
1061
- PrefixLists?: PrefixList[] | undefined;
609
+ export interface DisassociateCapacityReservationBillingOwnerResult {
610
+ Return?: boolean | undefined;
1062
611
  }
1063
- export interface DescribePrincipalIdFormatRequest {
612
+ export interface DisassociateClientVpnTargetNetworkRequest {
613
+ ClientVpnEndpointId: string | undefined;
614
+ AssociationId: string | undefined;
1064
615
  DryRun?: boolean | undefined;
1065
- Resources?: string[] | undefined;
1066
- MaxResults?: number | undefined;
1067
- NextToken?: string | undefined;
1068
616
  }
1069
- export interface PrincipalIdFormat {
1070
- Arn?: string | undefined;
1071
- Statuses?: IdFormat[] | undefined;
617
+ export interface DisassociateClientVpnTargetNetworkResult {
618
+ AssociationId?: string | undefined;
619
+ Status?: AssociationStatus | undefined;
1072
620
  }
1073
- export interface DescribePrincipalIdFormatResult {
1074
- Principals?: PrincipalIdFormat[] | undefined;
1075
- NextToken?: string | undefined;
621
+ export interface DisassociateEnclaveCertificateIamRoleRequest {
622
+ CertificateArn: string | undefined;
623
+ RoleArn: string | undefined;
624
+ DryRun?: boolean | undefined;
1076
625
  }
1077
- export interface DescribePublicIpv4PoolsRequest {
1078
- PoolIds?: string[] | undefined;
1079
- NextToken?: string | undefined;
1080
- MaxResults?: number | undefined;
1081
- Filters?: Filter[] | undefined;
626
+ export interface DisassociateEnclaveCertificateIamRoleResult {
627
+ Return?: boolean | undefined;
1082
628
  }
1083
- export interface PublicIpv4PoolRange {
1084
- FirstAddress?: string | undefined;
1085
- LastAddress?: string | undefined;
1086
- AddressCount?: number | undefined;
1087
- AvailableAddressCount?: number | undefined;
629
+ export interface DisassociateIamInstanceProfileRequest {
630
+ AssociationId: string | undefined;
1088
631
  }
1089
- export interface PublicIpv4Pool {
1090
- PoolId?: string | undefined;
1091
- Description?: string | undefined;
1092
- PoolAddressRanges?: PublicIpv4PoolRange[] | undefined;
1093
- TotalAddressCount?: number | undefined;
1094
- TotalAvailableAddressCount?: number | undefined;
1095
- NetworkBorderGroup?: string | undefined;
1096
- Tags?: Tag[] | undefined;
632
+ export interface DisassociateIamInstanceProfileResult {
633
+ IamInstanceProfileAssociation?: IamInstanceProfileAssociation | undefined;
1097
634
  }
1098
- export interface DescribePublicIpv4PoolsResult {
1099
- PublicIpv4Pools?: PublicIpv4Pool[] | undefined;
1100
- NextToken?: string | undefined;
635
+ export interface InstanceEventWindowDisassociationRequest {
636
+ InstanceIds?: string[] | undefined;
637
+ InstanceTags?: Tag[] | undefined;
638
+ DedicatedHostIds?: string[] | undefined;
1101
639
  }
1102
- export interface DescribeRegionsRequest {
1103
- RegionNames?: string[] | undefined;
1104
- AllRegions?: boolean | undefined;
640
+ export interface DisassociateInstanceEventWindowRequest {
1105
641
  DryRun?: boolean | undefined;
1106
- Filters?: Filter[] | undefined;
642
+ InstanceEventWindowId: string | undefined;
643
+ AssociationTarget: InstanceEventWindowDisassociationRequest | undefined;
1107
644
  }
1108
- export interface Region {
1109
- OptInStatus?: string | undefined;
1110
- RegionName?: string | undefined;
1111
- Endpoint?: string | undefined;
645
+ export interface DisassociateInstanceEventWindowResult {
646
+ InstanceEventWindow?: InstanceEventWindow | undefined;
1112
647
  }
1113
- export interface DescribeRegionsResult {
1114
- Regions?: Region[] | undefined;
648
+ export interface DisassociateIpamByoasnRequest {
649
+ DryRun?: boolean | undefined;
650
+ Asn: string | undefined;
651
+ Cidr: string | undefined;
1115
652
  }
1116
- export interface DescribeReplaceRootVolumeTasksRequest {
1117
- ReplaceRootVolumeTaskIds?: string[] | undefined;
1118
- Filters?: Filter[] | undefined;
1119
- MaxResults?: number | undefined;
1120
- NextToken?: string | undefined;
653
+ export interface DisassociateIpamByoasnResult {
654
+ AsnAssociation?: AsnAssociation | undefined;
655
+ }
656
+ export interface DisassociateIpamResourceDiscoveryRequest {
1121
657
  DryRun?: boolean | undefined;
658
+ IpamResourceDiscoveryAssociationId: string | undefined;
1122
659
  }
1123
- export interface DescribeReplaceRootVolumeTasksResult {
1124
- ReplaceRootVolumeTasks?: ReplaceRootVolumeTask[] | undefined;
1125
- NextToken?: string | undefined;
660
+ export interface DisassociateIpamResourceDiscoveryResult {
661
+ IpamResourceDiscoveryAssociation?:
662
+ | IpamResourceDiscoveryAssociation
663
+ | undefined;
1126
664
  }
1127
- export declare const OfferingClassType: {
1128
- readonly CONVERTIBLE: "convertible";
1129
- readonly STANDARD: "standard";
1130
- };
1131
- export type OfferingClassType =
1132
- (typeof OfferingClassType)[keyof typeof OfferingClassType];
1133
- export declare const OfferingTypeValues: {
1134
- readonly All_Upfront: "All Upfront";
1135
- readonly Heavy_Utilization: "Heavy Utilization";
1136
- readonly Light_Utilization: "Light Utilization";
1137
- readonly Medium_Utilization: "Medium Utilization";
1138
- readonly No_Upfront: "No Upfront";
1139
- readonly Partial_Upfront: "Partial Upfront";
1140
- };
1141
- export type OfferingTypeValues =
1142
- (typeof OfferingTypeValues)[keyof typeof OfferingTypeValues];
1143
- export interface DescribeReservedInstancesRequest {
1144
- OfferingClass?: OfferingClassType | undefined;
1145
- ReservedInstancesIds?: string[] | undefined;
665
+ export interface DisassociateNatGatewayAddressRequest {
666
+ NatGatewayId: string | undefined;
667
+ AssociationIds: string[] | undefined;
668
+ MaxDrainDurationSeconds?: number | undefined;
1146
669
  DryRun?: boolean | undefined;
1147
- Filters?: Filter[] | undefined;
1148
- OfferingType?: OfferingTypeValues | undefined;
1149
- }
1150
- export declare const RIProductDescription: {
1151
- readonly Linux_UNIX: "Linux/UNIX";
1152
- readonly Linux_UNIX_Amazon_VPC_: "Linux/UNIX (Amazon VPC)";
1153
- readonly Windows: "Windows";
1154
- readonly Windows_Amazon_VPC_: "Windows (Amazon VPC)";
1155
- };
1156
- export type RIProductDescription =
1157
- (typeof RIProductDescription)[keyof typeof RIProductDescription];
1158
- export declare const RecurringChargeFrequency: {
1159
- readonly Hourly: "Hourly";
1160
- };
1161
- export type RecurringChargeFrequency =
1162
- (typeof RecurringChargeFrequency)[keyof typeof RecurringChargeFrequency];
1163
- export interface RecurringCharge {
1164
- Amount?: number | undefined;
1165
- Frequency?: RecurringChargeFrequency | undefined;
1166
- }
1167
- export declare const Scope: {
1168
- readonly AVAILABILITY_ZONE: "Availability Zone";
1169
- readonly REGIONAL: "Region";
1170
- };
1171
- export type Scope = (typeof Scope)[keyof typeof Scope];
1172
- export declare const ReservedInstanceState: {
1173
- readonly active: "active";
1174
- readonly payment_failed: "payment-failed";
1175
- readonly payment_pending: "payment-pending";
1176
- readonly queued: "queued";
1177
- readonly queued_deleted: "queued-deleted";
1178
- readonly retired: "retired";
1179
- };
1180
- export type ReservedInstanceState =
1181
- (typeof ReservedInstanceState)[keyof typeof ReservedInstanceState];
1182
- export interface ReservedInstances {
1183
- CurrencyCode?: CurrencyCodeValues | undefined;
1184
- InstanceTenancy?: Tenancy | undefined;
1185
- OfferingClass?: OfferingClassType | undefined;
1186
- OfferingType?: OfferingTypeValues | undefined;
1187
- RecurringCharges?: RecurringCharge[] | undefined;
1188
- Scope?: Scope | undefined;
1189
- Tags?: Tag[] | undefined;
1190
- AvailabilityZoneId?: string | undefined;
1191
- ReservedInstancesId?: string | undefined;
1192
- InstanceType?: _InstanceType | undefined;
1193
- AvailabilityZone?: string | undefined;
1194
- Start?: Date | undefined;
1195
- End?: Date | undefined;
1196
- Duration?: number | undefined;
1197
- UsagePrice?: number | undefined;
1198
- FixedPrice?: number | undefined;
1199
- InstanceCount?: number | undefined;
1200
- ProductDescription?: RIProductDescription | undefined;
1201
- State?: ReservedInstanceState | undefined;
1202
- }
1203
- export interface DescribeReservedInstancesResult {
1204
- ReservedInstances?: ReservedInstances[] | undefined;
1205
- }
1206
- export interface DescribeReservedInstancesListingsRequest {
1207
- ReservedInstancesId?: string | undefined;
1208
- ReservedInstancesListingId?: string | undefined;
1209
- Filters?: Filter[] | undefined;
1210
670
  }
1211
- export interface DescribeReservedInstancesListingsResult {
1212
- ReservedInstancesListings?: ReservedInstancesListing[] | undefined;
671
+ export interface DisassociateNatGatewayAddressResult {
672
+ NatGatewayId?: string | undefined;
673
+ NatGatewayAddresses?: NatGatewayAddress[] | undefined;
1213
674
  }
1214
- export interface DescribeReservedInstancesModificationsRequest {
1215
- ReservedInstancesModificationIds?: string[] | undefined;
1216
- NextToken?: string | undefined;
1217
- Filters?: Filter[] | undefined;
675
+ export interface DisassociateRouteServerRequest {
676
+ RouteServerId: string | undefined;
677
+ VpcId: string | undefined;
678
+ DryRun?: boolean | undefined;
1218
679
  }
1219
- export interface ReservedInstancesConfiguration {
1220
- AvailabilityZone?: string | undefined;
1221
- InstanceCount?: number | undefined;
1222
- InstanceType?: _InstanceType | undefined;
1223
- Platform?: string | undefined;
1224
- Scope?: Scope | undefined;
1225
- AvailabilityZoneId?: string | undefined;
680
+ export interface DisassociateRouteServerResult {
681
+ RouteServerAssociation?: RouteServerAssociation | undefined;
682
+ }
683
+ export interface DisassociateRouteTableRequest {
684
+ DryRun?: boolean | undefined;
685
+ AssociationId: string | undefined;
686
+ }
687
+ export interface DisassociateSecurityGroupVpcRequest {
688
+ GroupId: string | undefined;
689
+ VpcId: string | undefined;
690
+ DryRun?: boolean | undefined;
1226
691
  }
1227
- export interface ReservedInstancesModificationResult {
1228
- ReservedInstancesId?: string | undefined;
1229
- TargetConfiguration?: ReservedInstancesConfiguration | undefined;
692
+ export interface DisassociateSecurityGroupVpcResult {
693
+ State?: SecurityGroupVpcAssociationState | undefined;
1230
694
  }
1231
- export interface ReservedInstancesId {
1232
- ReservedInstancesId?: string | undefined;
695
+ export interface DisassociateSubnetCidrBlockRequest {
696
+ AssociationId: string | undefined;
1233
697
  }
1234
- export interface ReservedInstancesModification {
698
+ export interface DisassociateSubnetCidrBlockResult {
699
+ Ipv6CidrBlockAssociation?: SubnetIpv6CidrBlockAssociation | undefined;
700
+ SubnetId?: string | undefined;
701
+ }
702
+ export interface DisassociateTransitGatewayMulticastDomainRequest {
703
+ TransitGatewayMulticastDomainId: string | undefined;
704
+ TransitGatewayAttachmentId: string | undefined;
705
+ SubnetIds: string[] | undefined;
706
+ DryRun?: boolean | undefined;
707
+ }
708
+ export interface DisassociateTransitGatewayMulticastDomainResult {
709
+ Associations?: TransitGatewayMulticastDomainAssociations | undefined;
710
+ }
711
+ export interface DisassociateTransitGatewayPolicyTableRequest {
712
+ TransitGatewayPolicyTableId: string | undefined;
713
+ TransitGatewayAttachmentId: string | undefined;
714
+ DryRun?: boolean | undefined;
715
+ }
716
+ export interface DisassociateTransitGatewayPolicyTableResult {
717
+ Association?: TransitGatewayPolicyTableAssociation | undefined;
718
+ }
719
+ export interface DisassociateTransitGatewayRouteTableRequest {
720
+ TransitGatewayRouteTableId: string | undefined;
721
+ TransitGatewayAttachmentId: string | undefined;
722
+ DryRun?: boolean | undefined;
723
+ }
724
+ export interface DisassociateTransitGatewayRouteTableResult {
725
+ Association?: TransitGatewayAssociation | undefined;
726
+ }
727
+ export interface DisassociateTrunkInterfaceRequest {
728
+ AssociationId: string | undefined;
1235
729
  ClientToken?: string | undefined;
1236
- CreateDate?: Date | undefined;
1237
- EffectiveDate?: Date | undefined;
1238
- ModificationResults?: ReservedInstancesModificationResult[] | undefined;
1239
- ReservedInstancesIds?: ReservedInstancesId[] | undefined;
1240
- ReservedInstancesModificationId?: string | undefined;
1241
- Status?: string | undefined;
1242
- StatusMessage?: string | undefined;
1243
- UpdateDate?: Date | undefined;
730
+ DryRun?: boolean | undefined;
1244
731
  }
1245
- export interface DescribeReservedInstancesModificationsResult {
1246
- NextToken?: string | undefined;
1247
- ReservedInstancesModifications?: ReservedInstancesModification[] | undefined;
732
+ export interface DisassociateTrunkInterfaceResult {
733
+ Return?: boolean | undefined;
734
+ ClientToken?: string | undefined;
1248
735
  }
1249
- export interface DescribeReservedInstancesOfferingsRequest {
1250
- AvailabilityZone?: string | undefined;
1251
- IncludeMarketplace?: boolean | undefined;
1252
- InstanceType?: _InstanceType | undefined;
1253
- MaxDuration?: number | undefined;
1254
- MaxInstanceCount?: number | undefined;
1255
- MinDuration?: number | undefined;
1256
- OfferingClass?: OfferingClassType | undefined;
1257
- ProductDescription?: RIProductDescription | undefined;
1258
- ReservedInstancesOfferingIds?: string[] | undefined;
1259
- AvailabilityZoneId?: string | undefined;
736
+ export interface DisassociateVpcCidrBlockRequest {
737
+ AssociationId: string | undefined;
738
+ }
739
+ export interface DisassociateVpcCidrBlockResult {
740
+ Ipv6CidrBlockAssociation?: VpcIpv6CidrBlockAssociation | undefined;
741
+ CidrBlockAssociation?: VpcCidrBlockAssociation | undefined;
742
+ VpcId?: string | undefined;
743
+ }
744
+ export interface EnableAddressTransferRequest {
745
+ AllocationId: string | undefined;
746
+ TransferAccountId: string | undefined;
1260
747
  DryRun?: boolean | undefined;
1261
- Filters?: Filter[] | undefined;
1262
- InstanceTenancy?: Tenancy | undefined;
1263
- OfferingType?: OfferingTypeValues | undefined;
1264
- NextToken?: string | undefined;
1265
- MaxResults?: number | undefined;
1266
748
  }
1267
- export interface PricingDetail {
1268
- Count?: number | undefined;
1269
- Price?: number | undefined;
749
+ export interface EnableAddressTransferResult {
750
+ AddressTransfer?: AddressTransfer | undefined;
1270
751
  }
1271
- export interface ReservedInstancesOffering {
1272
- CurrencyCode?: CurrencyCodeValues | undefined;
1273
- InstanceTenancy?: Tenancy | undefined;
1274
- Marketplace?: boolean | undefined;
1275
- OfferingClass?: OfferingClassType | undefined;
1276
- OfferingType?: OfferingTypeValues | undefined;
1277
- PricingDetails?: PricingDetail[] | undefined;
1278
- RecurringCharges?: RecurringCharge[] | undefined;
1279
- Scope?: Scope | undefined;
752
+ export interface EnableAllowedImagesSettingsRequest {
753
+ AllowedImagesSettingsState: AllowedImagesSettingsEnabledState | undefined;
754
+ DryRun?: boolean | undefined;
755
+ }
756
+ export interface EnableAllowedImagesSettingsResult {
757
+ AllowedImagesSettingsState?: AllowedImagesSettingsEnabledState | undefined;
758
+ }
759
+ export interface EnableAwsNetworkPerformanceMetricSubscriptionRequest {
760
+ Source?: string | undefined;
761
+ Destination?: string | undefined;
762
+ Metric?: MetricType | undefined;
763
+ Statistic?: StatisticType | undefined;
764
+ DryRun?: boolean | undefined;
765
+ }
766
+ export interface EnableAwsNetworkPerformanceMetricSubscriptionResult {
767
+ Output?: boolean | undefined;
768
+ }
769
+ export interface EnableCapacityManagerRequest {
770
+ OrganizationsAccess?: boolean | undefined;
771
+ DryRun?: boolean | undefined;
772
+ ClientToken?: string | undefined;
773
+ }
774
+ export interface EnableCapacityManagerResult {
775
+ CapacityManagerStatus?: CapacityManagerStatus | undefined;
776
+ OrganizationsAccess?: boolean | undefined;
777
+ }
778
+ export interface EnableEbsEncryptionByDefaultRequest {
779
+ DryRun?: boolean | undefined;
780
+ }
781
+ export interface EnableEbsEncryptionByDefaultResult {
782
+ EbsEncryptionByDefault?: boolean | undefined;
783
+ }
784
+ export interface FastLaunchLaunchTemplateSpecificationRequest {
785
+ LaunchTemplateId?: string | undefined;
786
+ LaunchTemplateName?: string | undefined;
787
+ Version: string | undefined;
788
+ }
789
+ export interface FastLaunchSnapshotConfigurationRequest {
790
+ TargetResourceCount?: number | undefined;
791
+ }
792
+ export interface EnableFastLaunchRequest {
793
+ ImageId: string | undefined;
794
+ ResourceType?: string | undefined;
795
+ SnapshotConfiguration?: FastLaunchSnapshotConfigurationRequest | undefined;
796
+ LaunchTemplate?: FastLaunchLaunchTemplateSpecificationRequest | undefined;
797
+ MaxParallelLaunches?: number | undefined;
798
+ DryRun?: boolean | undefined;
799
+ }
800
+ export interface EnableFastLaunchResult {
801
+ ImageId?: string | undefined;
802
+ ResourceType?: FastLaunchResourceType | undefined;
803
+ SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | undefined;
804
+ LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse | undefined;
805
+ MaxParallelLaunches?: number | undefined;
806
+ OwnerId?: string | undefined;
807
+ State?: FastLaunchStateCode | undefined;
808
+ StateTransitionReason?: string | undefined;
809
+ StateTransitionTime?: Date | undefined;
810
+ }
811
+ export interface EnableFastSnapshotRestoresRequest {
812
+ AvailabilityZones?: string[] | undefined;
813
+ AvailabilityZoneIds?: string[] | undefined;
814
+ SourceSnapshotIds: string[] | undefined;
815
+ DryRun?: boolean | undefined;
816
+ }
817
+ export interface EnableFastSnapshotRestoreSuccessItem {
818
+ SnapshotId?: string | undefined;
819
+ AvailabilityZone?: string | undefined;
1280
820
  AvailabilityZoneId?: string | undefined;
1281
- ReservedInstancesOfferingId?: string | undefined;
1282
- InstanceType?: _InstanceType | undefined;
821
+ State?: FastSnapshotRestoreStateCode | undefined;
822
+ StateTransitionReason?: string | undefined;
823
+ OwnerId?: string | undefined;
824
+ OwnerAlias?: string | undefined;
825
+ EnablingTime?: Date | undefined;
826
+ OptimizingTime?: Date | undefined;
827
+ EnabledTime?: Date | undefined;
828
+ DisablingTime?: Date | undefined;
829
+ DisabledTime?: Date | undefined;
830
+ }
831
+ export interface EnableFastSnapshotRestoreStateError {
832
+ Code?: string | undefined;
833
+ Message?: string | undefined;
834
+ }
835
+ export interface EnableFastSnapshotRestoreStateErrorItem {
1283
836
  AvailabilityZone?: string | undefined;
1284
- Duration?: number | undefined;
1285
- UsagePrice?: number | undefined;
1286
- FixedPrice?: number | undefined;
1287
- ProductDescription?: RIProductDescription | undefined;
837
+ AvailabilityZoneId?: string | undefined;
838
+ Error?: EnableFastSnapshotRestoreStateError | undefined;
1288
839
  }
1289
- export interface DescribeReservedInstancesOfferingsResult {
1290
- NextToken?: string | undefined;
1291
- ReservedInstancesOfferings?: ReservedInstancesOffering[] | undefined;
840
+ export interface EnableFastSnapshotRestoreErrorItem {
841
+ SnapshotId?: string | undefined;
842
+ FastSnapshotRestoreStateErrors?:
843
+ | EnableFastSnapshotRestoreStateErrorItem[]
844
+ | undefined;
1292
845
  }
1293
- export interface DescribeRouteServerEndpointsRequest {
1294
- RouteServerEndpointIds?: string[] | undefined;
1295
- NextToken?: string | undefined;
1296
- MaxResults?: number | undefined;
1297
- Filters?: Filter[] | undefined;
846
+ export interface EnableFastSnapshotRestoresResult {
847
+ Successful?: EnableFastSnapshotRestoreSuccessItem[] | undefined;
848
+ Unsuccessful?: EnableFastSnapshotRestoreErrorItem[] | undefined;
849
+ }
850
+ export interface EnableImageRequest {
851
+ ImageId: string | undefined;
1298
852
  DryRun?: boolean | undefined;
1299
853
  }
1300
- export interface DescribeRouteServerEndpointsResult {
1301
- RouteServerEndpoints?: RouteServerEndpoint[] | undefined;
1302
- NextToken?: string | undefined;
854
+ export interface EnableImageResult {
855
+ Return?: boolean | undefined;
1303
856
  }
1304
- export interface DescribeRouteServerPeersRequest {
1305
- RouteServerPeerIds?: string[] | undefined;
1306
- NextToken?: string | undefined;
1307
- MaxResults?: number | undefined;
1308
- Filters?: Filter[] | undefined;
857
+ export interface EnableImageBlockPublicAccessRequest {
858
+ ImageBlockPublicAccessState: ImageBlockPublicAccessEnabledState | undefined;
1309
859
  DryRun?: boolean | undefined;
1310
860
  }
1311
- export interface DescribeRouteServerPeersResult {
1312
- RouteServerPeers?: RouteServerPeer[] | undefined;
1313
- NextToken?: string | undefined;
861
+ export interface EnableImageBlockPublicAccessResult {
862
+ ImageBlockPublicAccessState?: ImageBlockPublicAccessEnabledState | undefined;
1314
863
  }
1315
- export interface DescribeRouteServersRequest {
1316
- RouteServerIds?: string[] | undefined;
1317
- NextToken?: string | undefined;
1318
- MaxResults?: number | undefined;
1319
- Filters?: Filter[] | undefined;
864
+ export interface EnableImageDeprecationRequest {
865
+ ImageId: string | undefined;
866
+ DeprecateAt: Date | undefined;
1320
867
  DryRun?: boolean | undefined;
1321
868
  }
1322
- export interface DescribeRouteServersResult {
1323
- RouteServers?: RouteServer[] | undefined;
1324
- NextToken?: string | undefined;
869
+ export interface EnableImageDeprecationResult {
870
+ Return?: boolean | undefined;
1325
871
  }
1326
- export interface DescribeRouteTablesRequest {
1327
- NextToken?: string | undefined;
1328
- MaxResults?: number | undefined;
872
+ export interface EnableImageDeregistrationProtectionRequest {
873
+ ImageId: string | undefined;
874
+ WithCooldown?: boolean | undefined;
1329
875
  DryRun?: boolean | undefined;
1330
- RouteTableIds?: string[] | undefined;
1331
- Filters?: Filter[] | undefined;
1332
876
  }
1333
- export interface DescribeRouteTablesResult {
1334
- RouteTables?: RouteTable[] | undefined;
1335
- NextToken?: string | undefined;
877
+ export interface EnableImageDeregistrationProtectionResult {
878
+ Return?: string | undefined;
1336
879
  }
1337
- export interface SlotDateTimeRangeRequest {
1338
- EarliestTime: Date | undefined;
1339
- LatestTime: Date | undefined;
880
+ export interface EnableInstanceSqlHaStandbyDetectionsRequest {
881
+ InstanceIds: string[] | undefined;
882
+ SqlServerCredentials?: string | undefined;
883
+ DryRun?: boolean | undefined;
1340
884
  }
1341
- export interface ScheduledInstanceRecurrenceRequest {
1342
- Frequency?: string | undefined;
1343
- Interval?: number | undefined;
1344
- OccurrenceDays?: number[] | undefined;
1345
- OccurrenceRelativeToEnd?: boolean | undefined;
1346
- OccurrenceUnit?: string | undefined;
885
+ export interface EnableInstanceSqlHaStandbyDetectionsResult {
886
+ Instances?: RegisteredInstance[] | undefined;
1347
887
  }
1348
- export interface DescribeScheduledInstanceAvailabilityRequest {
888
+ export interface EnableIpamOrganizationAdminAccountRequest {
1349
889
  DryRun?: boolean | undefined;
1350
- Filters?: Filter[] | undefined;
1351
- FirstSlotStartTimeRange: SlotDateTimeRangeRequest | undefined;
1352
- MaxResults?: number | undefined;
1353
- MaxSlotDurationInHours?: number | undefined;
1354
- MinSlotDurationInHours?: number | undefined;
1355
- NextToken?: string | undefined;
1356
- Recurrence: ScheduledInstanceRecurrenceRequest | undefined;
890
+ DelegatedAdminAccountId: string | undefined;
1357
891
  }
1358
- export interface ScheduledInstanceRecurrence {
1359
- Frequency?: string | undefined;
1360
- Interval?: number | undefined;
1361
- OccurrenceDaySet?: number[] | undefined;
1362
- OccurrenceRelativeToEnd?: boolean | undefined;
1363
- OccurrenceUnit?: string | undefined;
892
+ export interface EnableIpamOrganizationAdminAccountResult {
893
+ Success?: boolean | undefined;
1364
894
  }
1365
- export interface ScheduledInstanceAvailability {
1366
- AvailabilityZone?: string | undefined;
1367
- AvailableInstanceCount?: number | undefined;
1368
- FirstSlotStartTime?: Date | undefined;
1369
- HourlyPrice?: string | undefined;
1370
- InstanceType?: string | undefined;
1371
- MaxTermDurationInDays?: number | undefined;
1372
- MinTermDurationInDays?: number | undefined;
1373
- NetworkPlatform?: string | undefined;
1374
- Platform?: string | undefined;
1375
- PurchaseToken?: string | undefined;
1376
- Recurrence?: ScheduledInstanceRecurrence | undefined;
1377
- SlotDurationInHours?: number | undefined;
1378
- TotalScheduledInstanceHours?: number | undefined;
1379
- }
1380
- export interface DescribeScheduledInstanceAvailabilityResult {
1381
- NextToken?: string | undefined;
1382
- ScheduledInstanceAvailabilitySet?:
1383
- | ScheduledInstanceAvailability[]
1384
- | undefined;
895
+ export interface EnableIpamPolicyRequest {
896
+ DryRun?: boolean | undefined;
897
+ IpamPolicyId: string | undefined;
898
+ OrganizationTargetId?: string | undefined;
1385
899
  }
1386
- export interface SlotStartTimeRangeRequest {
1387
- EarliestTime?: Date | undefined;
1388
- LatestTime?: Date | undefined;
900
+ export interface EnableIpamPolicyResult {
901
+ IpamPolicyId?: string | undefined;
1389
902
  }
1390
- export interface DescribeScheduledInstancesRequest {
903
+ export interface EnableReachabilityAnalyzerOrganizationSharingRequest {
1391
904
  DryRun?: boolean | undefined;
1392
- Filters?: Filter[] | undefined;
1393
- MaxResults?: number | undefined;
1394
- NextToken?: string | undefined;
1395
- ScheduledInstanceIds?: string[] | undefined;
1396
- SlotStartTimeRange?: SlotStartTimeRangeRequest | undefined;
1397
905
  }
1398
- export interface ScheduledInstance {
1399
- AvailabilityZone?: string | undefined;
1400
- CreateDate?: Date | undefined;
1401
- HourlyPrice?: string | undefined;
1402
- InstanceCount?: number | undefined;
1403
- InstanceType?: string | undefined;
1404
- NetworkPlatform?: string | undefined;
1405
- NextSlotStartTime?: Date | undefined;
1406
- Platform?: string | undefined;
1407
- PreviousSlotEndTime?: Date | undefined;
1408
- Recurrence?: ScheduledInstanceRecurrence | undefined;
1409
- ScheduledInstanceId?: string | undefined;
1410
- SlotDurationInHours?: number | undefined;
1411
- TermEndDate?: Date | undefined;
1412
- TermStartDate?: Date | undefined;
1413
- TotalScheduledInstanceHours?: number | undefined;
1414
- }
1415
- export interface DescribeScheduledInstancesResult {
1416
- NextToken?: string | undefined;
1417
- ScheduledInstanceSet?: ScheduledInstance[] | undefined;
906
+ export interface EnableReachabilityAnalyzerOrganizationSharingResult {
907
+ ReturnValue?: boolean | undefined;
1418
908
  }
1419
- export interface DescribeSecurityGroupReferencesRequest {
909
+ export interface EnableRouteServerPropagationRequest {
910
+ RouteServerId: string | undefined;
911
+ RouteTableId: string | undefined;
1420
912
  DryRun?: boolean | undefined;
1421
- GroupId: string[] | undefined;
1422
913
  }
1423
- export interface SecurityGroupReference {
1424
- GroupId?: string | undefined;
1425
- ReferencingVpcId?: string | undefined;
1426
- VpcPeeringConnectionId?: string | undefined;
1427
- TransitGatewayId?: string | undefined;
914
+ export interface EnableRouteServerPropagationResult {
915
+ RouteServerPropagation?: RouteServerPropagation | undefined;
1428
916
  }
1429
- export interface DescribeSecurityGroupReferencesResult {
1430
- SecurityGroupReferenceSet?: SecurityGroupReference[] | undefined;
917
+ export interface EnableSerialConsoleAccessRequest {
918
+ DryRun?: boolean | undefined;
1431
919
  }
1432
- export interface DescribeSecurityGroupRulesRequest {
1433
- Filters?: Filter[] | undefined;
1434
- SecurityGroupRuleIds?: string[] | undefined;
920
+ export interface EnableSerialConsoleAccessResult {
921
+ SerialConsoleAccessEnabled?: boolean | undefined;
922
+ }
923
+ export interface EnableSnapshotBlockPublicAccessRequest {
924
+ State: SnapshotBlockPublicAccessState | undefined;
1435
925
  DryRun?: boolean | undefined;
1436
- NextToken?: string | undefined;
1437
- MaxResults?: number | undefined;
1438
926
  }
1439
- export interface DescribeSecurityGroupRulesResult {
1440
- SecurityGroupRules?: SecurityGroupRule[] | undefined;
1441
- NextToken?: string | undefined;
927
+ export interface EnableSnapshotBlockPublicAccessResult {
928
+ State?: SnapshotBlockPublicAccessState | undefined;
1442
929
  }
1443
- export interface DescribeSecurityGroupsRequest {
1444
- GroupIds?: string[] | undefined;
1445
- GroupNames?: string[] | undefined;
1446
- NextToken?: string | undefined;
1447
- MaxResults?: number | undefined;
930
+ export interface EnableTransitGatewayRouteTablePropagationRequest {
931
+ TransitGatewayRouteTableId: string | undefined;
932
+ TransitGatewayAttachmentId?: string | undefined;
1448
933
  DryRun?: boolean | undefined;
1449
- Filters?: Filter[] | undefined;
934
+ TransitGatewayRouteTableAnnouncementId?: string | undefined;
1450
935
  }
1451
- export interface SecurityGroup {
1452
- GroupId?: string | undefined;
1453
- IpPermissionsEgress?: IpPermission[] | undefined;
1454
- Tags?: Tag[] | undefined;
936
+ export interface EnableTransitGatewayRouteTablePropagationResult {
937
+ Propagation?: TransitGatewayPropagation | undefined;
938
+ }
939
+ export interface EnableVgwRoutePropagationRequest {
940
+ GatewayId: string | undefined;
941
+ RouteTableId: string | undefined;
942
+ DryRun?: boolean | undefined;
943
+ }
944
+ export interface EnableVolumeIORequest {
945
+ DryRun?: boolean | undefined;
946
+ VolumeId: string | undefined;
947
+ }
948
+ export interface EnableVpcClassicLinkRequest {
949
+ DryRun?: boolean | undefined;
950
+ VpcId: string | undefined;
951
+ }
952
+ export interface EnableVpcClassicLinkResult {
953
+ Return?: boolean | undefined;
954
+ }
955
+ export interface EnableVpcClassicLinkDnsSupportRequest {
1455
956
  VpcId?: string | undefined;
1456
- SecurityGroupArn?: string | undefined;
1457
- OwnerId?: string | undefined;
1458
- GroupName?: string | undefined;
957
+ }
958
+ export interface EnableVpcClassicLinkDnsSupportResult {
959
+ Return?: boolean | undefined;
960
+ }
961
+ export interface ExportClientVpnClientCertificateRevocationListRequest {
962
+ ClientVpnEndpointId: string | undefined;
963
+ DryRun?: boolean | undefined;
964
+ }
965
+ export interface ClientCertificateRevocationListStatus {
966
+ Code?: ClientCertificateRevocationListStatusCode | undefined;
967
+ Message?: string | undefined;
968
+ }
969
+ export interface ExportClientVpnClientCertificateRevocationListResult {
970
+ CertificateRevocationList?: string | undefined;
971
+ Status?: ClientCertificateRevocationListStatus | undefined;
972
+ }
973
+ export interface ExportClientVpnClientConfigurationRequest {
974
+ ClientVpnEndpointId: string | undefined;
975
+ DryRun?: boolean | undefined;
976
+ }
977
+ export interface ExportClientVpnClientConfigurationResult {
978
+ ClientConfiguration?: string | undefined;
979
+ }
980
+ export interface ExportTaskS3LocationRequest {
981
+ S3Bucket: string | undefined;
982
+ S3Prefix?: string | undefined;
983
+ }
984
+ export interface ExportImageRequest {
985
+ ClientToken?: string | undefined;
1459
986
  Description?: string | undefined;
1460
- IpPermissions?: IpPermission[] | undefined;
987
+ DiskImageFormat: DiskImageFormat | undefined;
988
+ DryRun?: boolean | undefined;
989
+ ImageId: string | undefined;
990
+ S3ExportLocation: ExportTaskS3LocationRequest | undefined;
991
+ RoleName?: string | undefined;
992
+ TagSpecifications?: TagSpecification[] | undefined;
1461
993
  }
1462
- export interface DescribeSecurityGroupsResult {
1463
- NextToken?: string | undefined;
1464
- SecurityGroups?: SecurityGroup[] | undefined;
994
+ export interface ExportImageResult {
995
+ Description?: string | undefined;
996
+ DiskImageFormat?: DiskImageFormat | undefined;
997
+ ExportImageTaskId?: string | undefined;
998
+ ImageId?: string | undefined;
999
+ RoleName?: string | undefined;
1000
+ Progress?: string | undefined;
1001
+ S3ExportLocation?: ExportTaskS3Location | undefined;
1002
+ Status?: string | undefined;
1003
+ StatusMessage?: string | undefined;
1004
+ Tags?: Tag[] | undefined;
1465
1005
  }
1466
- export interface DescribeSecurityGroupVpcAssociationsRequest {
1006
+ export interface ExportTransitGatewayRoutesRequest {
1007
+ TransitGatewayRouteTableId: string | undefined;
1467
1008
  Filters?: Filter[] | undefined;
1009
+ S3Bucket: string | undefined;
1010
+ DryRun?: boolean | undefined;
1011
+ }
1012
+ export interface ExportTransitGatewayRoutesResult {
1013
+ S3Location?: string | undefined;
1014
+ }
1015
+ export interface ExportVerifiedAccessInstanceClientConfigurationRequest {
1016
+ VerifiedAccessInstanceId: string | undefined;
1017
+ DryRun?: boolean | undefined;
1018
+ }
1019
+ export interface VerifiedAccessInstanceOpenVpnClientConfigurationRoute {
1020
+ Cidr?: string | undefined;
1021
+ }
1022
+ export interface VerifiedAccessInstanceOpenVpnClientConfiguration {
1023
+ Config?: string | undefined;
1024
+ Routes?: VerifiedAccessInstanceOpenVpnClientConfigurationRoute[] | undefined;
1025
+ }
1026
+ export interface VerifiedAccessInstanceUserTrustProviderClientConfiguration {
1027
+ Type?: UserTrustProviderType | undefined;
1028
+ Scopes?: string | undefined;
1029
+ Issuer?: string | undefined;
1030
+ AuthorizationEndpoint?: string | undefined;
1031
+ PublicSigningKeyEndpoint?: string | undefined;
1032
+ TokenEndpoint?: string | undefined;
1033
+ UserInfoEndpoint?: string | undefined;
1034
+ ClientId?: string | undefined;
1035
+ ClientSecret?: string | undefined;
1036
+ PkceEnabled?: boolean | undefined;
1037
+ }
1038
+ export interface ExportVerifiedAccessInstanceClientConfigurationResult {
1039
+ Version?: string | undefined;
1040
+ VerifiedAccessInstanceId?: string | undefined;
1041
+ Region?: string | undefined;
1042
+ DeviceTrustProviders?: DeviceTrustProviderType[] | undefined;
1043
+ UserTrustProvider?:
1044
+ | VerifiedAccessInstanceUserTrustProviderClientConfiguration
1045
+ | undefined;
1046
+ OpenVpnConfigurations?:
1047
+ | VerifiedAccessInstanceOpenVpnClientConfiguration[]
1048
+ | undefined;
1049
+ }
1050
+ export interface GetActiveVpnTunnelStatusRequest {
1051
+ VpnConnectionId: string | undefined;
1052
+ VpnTunnelOutsideIpAddress: string | undefined;
1053
+ DryRun?: boolean | undefined;
1054
+ }
1055
+ export interface GetActiveVpnTunnelStatusResult {
1056
+ ActiveVpnTunnelStatus?: ActiveVpnTunnelStatus | undefined;
1057
+ }
1058
+ export interface GetAllowedImagesSettingsRequest {
1059
+ DryRun?: boolean | undefined;
1060
+ }
1061
+ export interface CreationDateCondition {
1062
+ MaximumDaysSinceCreated?: number | undefined;
1063
+ }
1064
+ export interface DeprecationTimeCondition {
1065
+ MaximumDaysSinceDeprecated?: number | undefined;
1066
+ }
1067
+ export interface ImageCriterion {
1068
+ ImageProviders?: string[] | undefined;
1069
+ MarketplaceProductCodes?: string[] | undefined;
1070
+ ImageNames?: string[] | undefined;
1071
+ DeprecationTimeCondition?: DeprecationTimeCondition | undefined;
1072
+ CreationDateCondition?: CreationDateCondition | undefined;
1073
+ }
1074
+ export interface GetAllowedImagesSettingsResult {
1075
+ State?: string | undefined;
1076
+ ImageCriteria?: ImageCriterion[] | undefined;
1077
+ ManagedBy?: ManagedBy | undefined;
1078
+ }
1079
+ export interface GetAssociatedEnclaveCertificateIamRolesRequest {
1080
+ CertificateArn: string | undefined;
1081
+ DryRun?: boolean | undefined;
1082
+ }
1083
+ export interface AssociatedRole {
1084
+ AssociatedRoleArn?: string | undefined;
1085
+ CertificateS3BucketName?: string | undefined;
1086
+ CertificateS3ObjectKey?: string | undefined;
1087
+ EncryptionKmsKeyId?: string | undefined;
1088
+ }
1089
+ export interface GetAssociatedEnclaveCertificateIamRolesResult {
1090
+ AssociatedRoles?: AssociatedRole[] | undefined;
1091
+ }
1092
+ export interface GetAssociatedIpv6PoolCidrsRequest {
1093
+ PoolId: string | undefined;
1468
1094
  NextToken?: string | undefined;
1469
1095
  MaxResults?: number | undefined;
1470
1096
  DryRun?: boolean | undefined;
1471
1097
  }
1472
- export interface SecurityGroupVpcAssociation {
1473
- GroupId?: string | undefined;
1474
- VpcId?: string | undefined;
1475
- VpcOwnerId?: string | undefined;
1476
- State?: SecurityGroupVpcAssociationState | undefined;
1477
- StateReason?: string | undefined;
1478
- GroupOwnerId?: string | undefined;
1098
+ export interface Ipv6CidrAssociation {
1099
+ Ipv6Cidr?: string | undefined;
1100
+ AssociatedResource?: string | undefined;
1479
1101
  }
1480
- export interface DescribeSecurityGroupVpcAssociationsResult {
1481
- SecurityGroupVpcAssociations?: SecurityGroupVpcAssociation[] | undefined;
1102
+ export interface GetAssociatedIpv6PoolCidrsResult {
1103
+ Ipv6CidrAssociations?: Ipv6CidrAssociation[] | undefined;
1482
1104
  NextToken?: string | undefined;
1483
1105
  }
1484
- export interface DescribeServiceLinkVirtualInterfacesRequest {
1485
- ServiceLinkVirtualInterfaceIds?: string[] | undefined;
1486
- Filters?: Filter[] | undefined;
1106
+ export interface DataQuery {
1107
+ Id?: string | undefined;
1108
+ Source?: string | undefined;
1109
+ Destination?: string | undefined;
1110
+ Metric?: MetricType | undefined;
1111
+ Statistic?: StatisticType | undefined;
1112
+ Period?: PeriodType | undefined;
1113
+ }
1114
+ export interface GetAwsNetworkPerformanceDataRequest {
1115
+ DataQueries?: DataQuery[] | undefined;
1116
+ StartTime?: Date | undefined;
1117
+ EndTime?: Date | undefined;
1487
1118
  MaxResults?: number | undefined;
1488
1119
  NextToken?: string | undefined;
1489
1120
  DryRun?: boolean | undefined;
1490
1121
  }
1491
- export declare const ServiceLinkVirtualInterfaceConfigurationState: {
1492
- readonly available: "available";
1493
- readonly deleted: "deleted";
1494
- readonly deleting: "deleting";
1495
- readonly pending: "pending";
1496
- };
1497
- export type ServiceLinkVirtualInterfaceConfigurationState =
1498
- (typeof ServiceLinkVirtualInterfaceConfigurationState)[keyof typeof ServiceLinkVirtualInterfaceConfigurationState];
1499
- export interface ServiceLinkVirtualInterface {
1500
- ServiceLinkVirtualInterfaceId?: string | undefined;
1501
- ServiceLinkVirtualInterfaceArn?: string | undefined;
1502
- OutpostId?: string | undefined;
1503
- OutpostArn?: string | undefined;
1504
- OwnerId?: string | undefined;
1505
- LocalAddress?: string | undefined;
1506
- PeerAddress?: string | undefined;
1507
- PeerBgpAsn?: number | undefined;
1508
- Vlan?: number | undefined;
1509
- OutpostLagId?: string | undefined;
1510
- Tags?: Tag[] | undefined;
1511
- ConfigurationState?:
1512
- | ServiceLinkVirtualInterfaceConfigurationState
1513
- | undefined;
1122
+ export interface MetricPoint {
1123
+ StartDate?: Date | undefined;
1124
+ EndDate?: Date | undefined;
1125
+ Value?: number | undefined;
1126
+ Status?: string | undefined;
1127
+ }
1128
+ export interface DataResponse {
1129
+ Id?: string | undefined;
1130
+ Source?: string | undefined;
1131
+ Destination?: string | undefined;
1132
+ Metric?: MetricType | undefined;
1133
+ Statistic?: StatisticType | undefined;
1134
+ Period?: PeriodType | undefined;
1135
+ MetricPoints?: MetricPoint[] | undefined;
1514
1136
  }
1515
- export interface DescribeServiceLinkVirtualInterfacesResult {
1516
- ServiceLinkVirtualInterfaces?: ServiceLinkVirtualInterface[] | undefined;
1137
+ export interface GetAwsNetworkPerformanceDataResult {
1138
+ DataResponses?: DataResponse[] | undefined;
1517
1139
  NextToken?: string | undefined;
1518
1140
  }
1519
- export declare const SnapshotAttributeName: {
1520
- readonly createVolumePermission: "createVolumePermission";
1521
- readonly productCodes: "productCodes";
1522
- };
1523
- export type SnapshotAttributeName =
1524
- (typeof SnapshotAttributeName)[keyof typeof SnapshotAttributeName];
1525
- export interface DescribeSnapshotAttributeRequest {
1526
- Attribute: SnapshotAttributeName | undefined;
1527
- SnapshotId: string | undefined;
1141
+ export interface GetCapacityManagerAttributesRequest {
1528
1142
  DryRun?: boolean | undefined;
1529
1143
  }
1530
- export interface CreateVolumePermission {
1531
- UserId?: string | undefined;
1532
- Group?: PermissionGroup | undefined;
1144
+ export interface GetCapacityManagerAttributesResult {
1145
+ CapacityManagerStatus?: CapacityManagerStatus | undefined;
1146
+ OrganizationsAccess?: boolean | undefined;
1147
+ DataExportCount?: number | undefined;
1148
+ IngestionStatus?: IngestionStatus | undefined;
1149
+ IngestionStatusMessage?: string | undefined;
1150
+ EarliestDatapointTimestamp?: Date | undefined;
1151
+ LatestDatapointTimestamp?: Date | undefined;
1533
1152
  }
1534
- export interface DescribeSnapshotAttributeResult {
1535
- ProductCodes?: ProductCode[] | undefined;
1536
- SnapshotId?: string | undefined;
1537
- CreateVolumePermissions?: CreateVolumePermission[] | undefined;
1153
+ export interface DimensionCondition {
1154
+ Dimension?: FilterByDimension | undefined;
1155
+ Comparison?: Comparison | undefined;
1156
+ Values?: string[] | undefined;
1538
1157
  }
1539
- export interface DescribeSnapshotsRequest {
1158
+ export interface CapacityManagerCondition {
1159
+ DimensionCondition?: DimensionCondition | undefined;
1160
+ }
1161
+ export interface GetCapacityManagerMetricDataRequest {
1162
+ MetricNames: Metric[] | undefined;
1163
+ StartTime: Date | undefined;
1164
+ EndTime: Date | undefined;
1165
+ Period: number | undefined;
1166
+ GroupBy?: GroupBy[] | undefined;
1167
+ FilterBy?: CapacityManagerCondition[] | undefined;
1540
1168
  MaxResults?: number | undefined;
1541
1169
  NextToken?: string | undefined;
1542
- OwnerIds?: string[] | undefined;
1543
- RestorableByUserIds?: string[] | undefined;
1544
- SnapshotIds?: string[] | undefined;
1545
1170
  DryRun?: boolean | undefined;
1546
- Filters?: Filter[] | undefined;
1547
1171
  }
1548
- export interface DescribeSnapshotsResult {
1549
- NextToken?: string | undefined;
1550
- Snapshots?: Snapshot[] | undefined;
1172
+ export interface CapacityManagerDimension {
1173
+ ResourceRegion?: string | undefined;
1174
+ AvailabilityZoneId?: string | undefined;
1175
+ AccountId?: string | undefined;
1176
+ InstanceFamily?: string | undefined;
1177
+ InstanceType?: string | undefined;
1178
+ InstancePlatform?: string | undefined;
1179
+ ReservationArn?: string | undefined;
1180
+ ReservationId?: string | undefined;
1181
+ ReservationType?: ReservationType | undefined;
1182
+ ReservationCreateTimestamp?: Date | undefined;
1183
+ ReservationStartTimestamp?: Date | undefined;
1184
+ ReservationEndTimestamp?: Date | undefined;
1185
+ ReservationEndDateType?: ReservationEndDateType | undefined;
1186
+ Tenancy?: CapacityTenancy | undefined;
1187
+ ReservationState?: ReservationState | undefined;
1188
+ ReservationInstanceMatchCriteria?: string | undefined;
1189
+ ReservationUnusedFinancialOwner?: string | undefined;
1190
+ }
1191
+ export interface MetricValue {
1192
+ Metric?: Metric | undefined;
1193
+ Value?: number | undefined;
1194
+ }
1195
+ export interface MetricDataResult {
1196
+ Dimension?: CapacityManagerDimension | undefined;
1197
+ Timestamp?: Date | undefined;
1198
+ MetricValues?: MetricValue[] | undefined;
1551
1199
  }
1552
- export interface DescribeSnapshotTierStatusRequest {
1553
- Filters?: Filter[] | undefined;
1554
- DryRun?: boolean | undefined;
1200
+ export interface GetCapacityManagerMetricDataResult {
1201
+ MetricDataResults?: MetricDataResult[] | undefined;
1555
1202
  NextToken?: string | undefined;
1203
+ }
1204
+ export interface GetCapacityManagerMetricDimensionsRequest {
1205
+ GroupBy: GroupBy[] | undefined;
1206
+ FilterBy?: CapacityManagerCondition[] | undefined;
1207
+ StartTime: Date | undefined;
1208
+ EndTime: Date | undefined;
1209
+ MetricNames: Metric[] | undefined;
1556
1210
  MaxResults?: number | undefined;
1211
+ NextToken?: string | undefined;
1212
+ DryRun?: boolean | undefined;
1557
1213
  }
1558
- export declare const TieringOperationStatus: {
1559
- readonly archival_completed: "archival-completed";
1560
- readonly archival_failed: "archival-failed";
1561
- readonly archival_in_progress: "archival-in-progress";
1562
- readonly permanent_restore_completed: "permanent-restore-completed";
1563
- readonly permanent_restore_failed: "permanent-restore-failed";
1564
- readonly permanent_restore_in_progress: "permanent-restore-in-progress";
1565
- readonly temporary_restore_completed: "temporary-restore-completed";
1566
- readonly temporary_restore_failed: "temporary-restore-failed";
1567
- readonly temporary_restore_in_progress: "temporary-restore-in-progress";
1568
- };
1569
- export type TieringOperationStatus =
1570
- (typeof TieringOperationStatus)[keyof typeof TieringOperationStatus];
1571
- export interface SnapshotTierStatus {
1572
- SnapshotId?: string | undefined;
1573
- VolumeId?: string | undefined;
1574
- Status?: SnapshotState | undefined;
1575
- OwnerId?: string | undefined;
1576
- Tags?: Tag[] | undefined;
1577
- StorageTier?: StorageTier | undefined;
1578
- LastTieringStartTime?: Date | undefined;
1579
- LastTieringProgress?: number | undefined;
1580
- LastTieringOperationStatus?: TieringOperationStatus | undefined;
1581
- LastTieringOperationStatusDetail?: string | undefined;
1582
- ArchivalCompleteTime?: Date | undefined;
1583
- RestoreExpiryTime?: Date | undefined;
1584
- }
1585
- export interface DescribeSnapshotTierStatusResult {
1586
- SnapshotTierStatuses?: SnapshotTierStatus[] | undefined;
1214
+ export interface GetCapacityManagerMetricDimensionsResult {
1215
+ MetricDimensionResults?: CapacityManagerDimension[] | undefined;
1587
1216
  NextToken?: string | undefined;
1588
1217
  }
1589
- export interface DescribeSpotDatafeedSubscriptionRequest {
1218
+ export interface GetCapacityReservationUsageRequest {
1219
+ CapacityReservationId: string | undefined;
1220
+ NextToken?: string | undefined;
1221
+ MaxResults?: number | undefined;
1590
1222
  DryRun?: boolean | undefined;
1591
1223
  }
1592
- export interface DescribeSpotDatafeedSubscriptionResult {
1593
- SpotDatafeedSubscription?: SpotDatafeedSubscription | undefined;
1224
+ export interface InstanceUsage {
1225
+ AccountId?: string | undefined;
1226
+ UsedInstanceCount?: number | undefined;
1594
1227
  }
1595
- export interface DescribeSpotFleetInstancesRequest {
1596
- DryRun?: boolean | undefined;
1597
- SpotFleetRequestId: string | undefined;
1228
+ export interface GetCapacityReservationUsageResult {
1598
1229
  NextToken?: string | undefined;
1599
- MaxResults?: number | undefined;
1230
+ CapacityReservationId?: string | undefined;
1231
+ InstanceType?: string | undefined;
1232
+ TotalInstanceCount?: number | undefined;
1233
+ AvailableInstanceCount?: number | undefined;
1234
+ State?: CapacityReservationState | undefined;
1235
+ InstanceUsages?: InstanceUsage[] | undefined;
1600
1236
  }
1601
- export interface DescribeSpotFleetInstancesResponse {
1602
- ActiveInstances?: ActiveInstance[] | undefined;
1237
+ export interface GetCoipPoolUsageRequest {
1238
+ PoolId: string | undefined;
1239
+ Filters?: Filter[] | undefined;
1240
+ MaxResults?: number | undefined;
1603
1241
  NextToken?: string | undefined;
1604
- SpotFleetRequestId?: string | undefined;
1605
- }
1606
- export declare const EventType: {
1607
- readonly BATCH_CHANGE: "fleetRequestChange";
1608
- readonly ERROR: "error";
1609
- readonly INFORMATION: "information";
1610
- readonly INSTANCE_CHANGE: "instanceChange";
1611
- };
1612
- export type EventType = (typeof EventType)[keyof typeof EventType];
1613
- export interface DescribeSpotFleetRequestHistoryRequest {
1614
- DryRun?: boolean | undefined;
1615
- SpotFleetRequestId: string | undefined;
1616
- EventType?: EventType | undefined;
1617
- StartTime: Date | undefined;
1242
+ DryRun?: boolean | undefined;
1243
+ }
1244
+ export interface CoipAddressUsage {
1245
+ AllocationId?: string | undefined;
1246
+ AwsAccountId?: string | undefined;
1247
+ AwsService?: string | undefined;
1248
+ CoIp?: string | undefined;
1249
+ }
1250
+ export interface GetCoipPoolUsageResult {
1251
+ CoipPoolId?: string | undefined;
1252
+ CoipAddressUsages?: CoipAddressUsage[] | undefined;
1253
+ LocalGatewayRouteTableId?: string | undefined;
1618
1254
  NextToken?: string | undefined;
1619
- MaxResults?: number | undefined;
1620
1255
  }
1621
- export interface HistoryRecord {
1622
- EventInformation?: EventInformation | undefined;
1623
- EventType?: EventType | undefined;
1256
+ export interface GetConsoleOutputRequest {
1257
+ InstanceId: string | undefined;
1258
+ Latest?: boolean | undefined;
1259
+ DryRun?: boolean | undefined;
1260
+ }
1261
+ export interface GetConsoleOutputResult {
1262
+ InstanceId?: string | undefined;
1624
1263
  Timestamp?: Date | undefined;
1264
+ Output?: string | undefined;
1625
1265
  }
1626
- export interface DescribeSpotFleetRequestHistoryResponse {
1627
- HistoryRecords?: HistoryRecord[] | undefined;
1628
- LastEvaluatedTime?: Date | undefined;
1629
- NextToken?: string | undefined;
1630
- SpotFleetRequestId?: string | undefined;
1266
+ export interface GetConsoleScreenshotRequest {
1267
+ DryRun?: boolean | undefined;
1268
+ InstanceId: string | undefined;
1269
+ WakeUp?: boolean | undefined;
1270
+ }
1271
+ export interface GetConsoleScreenshotResult {
1272
+ ImageData?: string | undefined;
1273
+ InstanceId?: string | undefined;
1274
+ }
1275
+ export interface GetDeclarativePoliciesReportSummaryRequest {
1276
+ DryRun?: boolean | undefined;
1277
+ ReportId: string | undefined;
1278
+ }
1279
+ export interface RegionalSummary {
1280
+ RegionName?: string | undefined;
1281
+ NumberOfMatchedAccounts?: number | undefined;
1282
+ NumberOfUnmatchedAccounts?: number | undefined;
1283
+ }
1284
+ export interface AttributeSummary {
1285
+ AttributeName?: string | undefined;
1286
+ MostFrequentValue?: string | undefined;
1287
+ NumberOfMatchedAccounts?: number | undefined;
1288
+ NumberOfUnmatchedAccounts?: number | undefined;
1289
+ RegionalSummaries?: RegionalSummary[] | undefined;
1290
+ }
1291
+ export interface GetDeclarativePoliciesReportSummaryResult {
1292
+ ReportId?: string | undefined;
1293
+ S3Bucket?: string | undefined;
1294
+ S3Prefix?: string | undefined;
1295
+ TargetId?: string | undefined;
1631
1296
  StartTime?: Date | undefined;
1297
+ EndTime?: Date | undefined;
1298
+ NumberOfAccounts?: number | undefined;
1299
+ NumberOfFailedAccounts?: number | undefined;
1300
+ AttributeSummaries?: AttributeSummary[] | undefined;
1632
1301
  }
1633
- export interface DescribeSpotFleetRequestsRequest {
1302
+ export interface GetDefaultCreditSpecificationRequest {
1634
1303
  DryRun?: boolean | undefined;
1635
- SpotFleetRequestIds?: string[] | undefined;
1636
- NextToken?: string | undefined;
1637
- MaxResults?: number | undefined;
1304
+ InstanceFamily: UnlimitedSupportedInstanceFamily | undefined;
1638
1305
  }
1639
- export declare const ExcessCapacityTerminationPolicy: {
1640
- readonly DEFAULT: "default";
1641
- readonly NO_TERMINATION: "noTermination";
1642
- };
1643
- export type ExcessCapacityTerminationPolicy =
1644
- (typeof ExcessCapacityTerminationPolicy)[keyof typeof ExcessCapacityTerminationPolicy];
1645
- export interface SpotFleetMonitoring {
1646
- Enabled?: boolean | undefined;
1647
- }
1648
- export interface InstanceNetworkInterfaceSpecification {
1649
- AssociatePublicIpAddress?: boolean | undefined;
1650
- DeleteOnTermination?: boolean | undefined;
1651
- Description?: string | undefined;
1652
- DeviceIndex?: number | undefined;
1653
- Groups?: string[] | undefined;
1654
- Ipv6AddressCount?: number | undefined;
1655
- Ipv6Addresses?: InstanceIpv6Address[] | undefined;
1656
- NetworkInterfaceId?: string | undefined;
1657
- PrivateIpAddress?: string | undefined;
1658
- PrivateIpAddresses?: PrivateIpAddressSpecification[] | undefined;
1659
- SecondaryPrivateIpAddressCount?: number | undefined;
1660
- SubnetId?: string | undefined;
1661
- AssociateCarrierIpAddress?: boolean | undefined;
1662
- InterfaceType?: string | undefined;
1663
- NetworkCardIndex?: number | undefined;
1664
- Ipv4Prefixes?: Ipv4PrefixSpecificationRequest[] | undefined;
1665
- Ipv4PrefixCount?: number | undefined;
1666
- Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[] | undefined;
1667
- Ipv6PrefixCount?: number | undefined;
1668
- PrimaryIpv6?: boolean | undefined;
1669
- EnaSrdSpecification?: EnaSrdSpecificationRequest | undefined;
1670
- ConnectionTrackingSpecification?:
1671
- | ConnectionTrackingSpecificationRequest
1306
+ export interface InstanceFamilyCreditSpecification {
1307
+ InstanceFamily?: UnlimitedSupportedInstanceFamily | undefined;
1308
+ CpuCredits?: string | undefined;
1309
+ }
1310
+ export interface GetDefaultCreditSpecificationResult {
1311
+ InstanceFamilyCreditSpecification?:
1312
+ | InstanceFamilyCreditSpecification
1672
1313
  | undefined;
1673
- EnaQueueCount?: number | undefined;
1674
1314
  }
1675
- export interface SpotPlacement {
1676
- AvailabilityZone?: string | undefined;
1677
- GroupName?: string | undefined;
1678
- Tenancy?: Tenancy | undefined;
1315
+ export interface GetEbsDefaultKmsKeyIdRequest {
1316
+ DryRun?: boolean | undefined;
1679
1317
  }
1680
- export interface SpotFleetTagSpecification {
1681
- ResourceType?: ResourceType | undefined;
1682
- Tags?: Tag[] | undefined;
1318
+ export interface GetEbsDefaultKmsKeyIdResult {
1319
+ KmsKeyId?: string | undefined;
1683
1320
  }
1684
- export interface SpotFleetLaunchSpecification {
1685
- AddressingType?: string | undefined;
1686
- BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
1687
- EbsOptimized?: boolean | undefined;
1688
- IamInstanceProfile?: IamInstanceProfileSpecification | undefined;
1689
- ImageId?: string | undefined;
1690
- InstanceType?: _InstanceType | undefined;
1691
- KernelId?: string | undefined;
1692
- KeyName?: string | undefined;
1693
- Monitoring?: SpotFleetMonitoring | undefined;
1694
- NetworkInterfaces?: InstanceNetworkInterfaceSpecification[] | undefined;
1695
- Placement?: SpotPlacement | undefined;
1696
- RamdiskId?: string | undefined;
1697
- SpotPrice?: string | undefined;
1698
- SubnetId?: string | undefined;
1699
- UserData?: string | undefined;
1700
- WeightedCapacity?: number | undefined;
1701
- TagSpecifications?: SpotFleetTagSpecification[] | undefined;
1702
- InstanceRequirements?: InstanceRequirements | undefined;
1703
- SecurityGroups?: GroupIdentifier[] | undefined;
1704
- }
1705
- export interface LaunchTemplateOverrides {
1706
- InstanceType?: _InstanceType | undefined;
1707
- SpotPrice?: string | undefined;
1708
- SubnetId?: string | undefined;
1709
- AvailabilityZone?: string | undefined;
1710
- WeightedCapacity?: number | undefined;
1711
- Priority?: number | undefined;
1712
- InstanceRequirements?: InstanceRequirements | undefined;
1713
- }
1714
- export interface LaunchTemplateConfig {
1715
- LaunchTemplateSpecification?: FleetLaunchTemplateSpecification | undefined;
1716
- Overrides?: LaunchTemplateOverrides[] | undefined;
1717
- }
1718
- export interface ClassicLoadBalancer {
1719
- Name?: string | undefined;
1720
- }
1721
- export interface ClassicLoadBalancersConfig {
1722
- ClassicLoadBalancers?: ClassicLoadBalancer[] | undefined;
1723
- }
1724
- export interface TargetGroup {
1725
- Arn?: string | undefined;
1726
- }
1727
- export interface TargetGroupsConfig {
1728
- TargetGroups?: TargetGroup[] | undefined;
1729
- }
1730
- export interface LoadBalancersConfig {
1731
- ClassicLoadBalancersConfig?: ClassicLoadBalancersConfig | undefined;
1732
- TargetGroupsConfig?: TargetGroupsConfig | undefined;
1733
- }
1734
- export declare const OnDemandAllocationStrategy: {
1735
- readonly LOWEST_PRICE: "lowestPrice";
1736
- readonly PRIORITIZED: "prioritized";
1737
- };
1738
- export type OnDemandAllocationStrategy =
1739
- (typeof OnDemandAllocationStrategy)[keyof typeof OnDemandAllocationStrategy];
1740
- export declare const ReplacementStrategy: {
1741
- readonly LAUNCH: "launch";
1742
- readonly LAUNCH_BEFORE_TERMINATE: "launch-before-terminate";
1743
- };
1744
- export type ReplacementStrategy =
1745
- (typeof ReplacementStrategy)[keyof typeof ReplacementStrategy];
1746
- export interface SpotCapacityRebalance {
1747
- ReplacementStrategy?: ReplacementStrategy | undefined;
1748
- TerminationDelay?: number | undefined;
1749
- }
1750
- export interface SpotMaintenanceStrategies {
1751
- CapacityRebalance?: SpotCapacityRebalance | undefined;
1752
- }
1753
- export interface SpotFleetRequestConfigData {
1754
- AllocationStrategy?: AllocationStrategy | undefined;
1755
- OnDemandAllocationStrategy?: OnDemandAllocationStrategy | undefined;
1756
- SpotMaintenanceStrategies?: SpotMaintenanceStrategies | undefined;
1757
- ClientToken?: string | undefined;
1758
- ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy | undefined;
1759
- FulfilledCapacity?: number | undefined;
1760
- OnDemandFulfilledCapacity?: number | undefined;
1761
- IamFleetRole: string | undefined;
1762
- LaunchSpecifications?: SpotFleetLaunchSpecification[] | undefined;
1763
- LaunchTemplateConfigs?: LaunchTemplateConfig[] | undefined;
1764
- SpotPrice?: string | undefined;
1765
- TargetCapacity: number | undefined;
1766
- OnDemandTargetCapacity?: number | undefined;
1767
- OnDemandMaxTotalPrice?: string | undefined;
1768
- SpotMaxTotalPrice?: string | undefined;
1769
- TerminateInstancesWithExpiration?: boolean | undefined;
1770
- Type?: FleetType | undefined;
1771
- ValidFrom?: Date | undefined;
1772
- ValidUntil?: Date | undefined;
1773
- ReplaceUnhealthyInstances?: boolean | undefined;
1774
- InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
1775
- LoadBalancersConfig?: LoadBalancersConfig | undefined;
1776
- InstancePoolsToUseCount?: number | undefined;
1777
- Context?: string | undefined;
1778
- TargetCapacityUnitType?: TargetCapacityUnitType | undefined;
1779
- TagSpecifications?: TagSpecification[] | undefined;
1321
+ export interface GetEbsEncryptionByDefaultRequest {
1322
+ DryRun?: boolean | undefined;
1780
1323
  }
1781
- export interface SpotFleetRequestConfig {
1782
- ActivityStatus?: ActivityStatus | undefined;
1783
- CreateTime?: Date | undefined;
1784
- SpotFleetRequestConfig?: SpotFleetRequestConfigData | undefined;
1785
- SpotFleetRequestId?: string | undefined;
1786
- SpotFleetRequestState?: BatchState | undefined;
1787
- Tags?: Tag[] | undefined;
1324
+ export interface GetEbsEncryptionByDefaultResult {
1325
+ EbsEncryptionByDefault?: boolean | undefined;
1326
+ SseType?: SSEType | undefined;
1788
1327
  }
1789
- export interface DescribeSpotFleetRequestsResponse {
1790
- NextToken?: string | undefined;
1791
- SpotFleetRequestConfigs?: SpotFleetRequestConfig[] | undefined;
1792
- }
1793
- export interface DescribeSpotInstanceRequestsRequest {
1794
- NextToken?: string | undefined;
1795
- MaxResults?: number | undefined;
1328
+ export interface GetEnabledIpamPolicyRequest {
1796
1329
  DryRun?: boolean | undefined;
1797
- SpotInstanceRequestIds?: string[] | undefined;
1798
- Filters?: Filter[] | undefined;
1799
1330
  }
1800
- export interface RunInstancesMonitoringEnabled {
1801
- Enabled: boolean | undefined;
1331
+ export interface GetEnabledIpamPolicyResult {
1332
+ IpamPolicyEnabled?: boolean | undefined;
1333
+ IpamPolicyId?: string | undefined;
1334
+ ManagedBy?: IpamPolicyManagedBy | undefined;
1802
1335
  }
1803
- export interface LaunchSpecification {
1804
- UserData?: string | undefined;
1805
- AddressingType?: string | undefined;
1806
- BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
1807
- EbsOptimized?: boolean | undefined;
1808
- IamInstanceProfile?: IamInstanceProfileSpecification | undefined;
1809
- ImageId?: string | undefined;
1810
- InstanceType?: _InstanceType | undefined;
1811
- KernelId?: string | undefined;
1812
- KeyName?: string | undefined;
1813
- NetworkInterfaces?: InstanceNetworkInterfaceSpecification[] | undefined;
1814
- Placement?: SpotPlacement | undefined;
1815
- RamdiskId?: string | undefined;
1816
- SubnetId?: string | undefined;
1817
- SecurityGroups?: GroupIdentifier[] | undefined;
1818
- Monitoring?: RunInstancesMonitoringEnabled | undefined;
1819
- }
1820
- export declare const SpotInstanceState: {
1821
- readonly active: "active";
1822
- readonly cancelled: "cancelled";
1823
- readonly closed: "closed";
1824
- readonly disabled: "disabled";
1825
- readonly failed: "failed";
1826
- readonly open: "open";
1827
- };
1828
- export type SpotInstanceState =
1829
- (typeof SpotInstanceState)[keyof typeof SpotInstanceState];
1830
- export interface SpotInstanceStatus {
1831
- Code?: string | undefined;
1832
- Message?: string | undefined;
1833
- UpdateTime?: Date | undefined;
1834
- }
1835
- export interface SpotInstanceRequest {
1836
- ActualBlockHourlyPrice?: string | undefined;
1837
- AvailabilityZoneGroup?: string | undefined;
1838
- BlockDurationMinutes?: number | undefined;
1839
- CreateTime?: Date | undefined;
1840
- Fault?: SpotInstanceStateFault | undefined;
1841
- InstanceId?: string | undefined;
1842
- LaunchGroup?: string | undefined;
1843
- LaunchSpecification?: LaunchSpecification | undefined;
1844
- LaunchedAvailabilityZone?: string | undefined;
1845
- LaunchedAvailabilityZoneId?: string | undefined;
1846
- ProductDescription?: RIProductDescription | undefined;
1847
- SpotInstanceRequestId?: string | undefined;
1848
- SpotPrice?: string | undefined;
1849
- State?: SpotInstanceState | undefined;
1850
- Status?: SpotInstanceStatus | undefined;
1851
- Tags?: Tag[] | undefined;
1852
- Type?: SpotInstanceType | undefined;
1853
- ValidFrom?: Date | undefined;
1854
- ValidUntil?: Date | undefined;
1855
- InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
1336
+ export interface AthenaIntegration {
1337
+ IntegrationResultS3DestinationArn: string | undefined;
1338
+ PartitionLoadFrequency: PartitionLoadFrequency | undefined;
1339
+ PartitionStartDate?: Date | undefined;
1340
+ PartitionEndDate?: Date | undefined;
1856
1341
  }
1857
- export interface DescribeSpotInstanceRequestsResult {
1858
- SpotInstanceRequests?: SpotInstanceRequest[] | undefined;
1859
- NextToken?: string | undefined;
1342
+ export interface IntegrateServices {
1343
+ AthenaIntegrations?: AthenaIntegration[] | undefined;
1860
1344
  }
1861
- export interface DescribeSpotPriceHistoryRequest {
1862
- AvailabilityZoneId?: string | undefined;
1345
+ export interface GetFlowLogsIntegrationTemplateRequest {
1863
1346
  DryRun?: boolean | undefined;
1864
- StartTime?: Date | undefined;
1865
- EndTime?: Date | undefined;
1866
- InstanceTypes?: _InstanceType[] | undefined;
1867
- ProductDescriptions?: string[] | undefined;
1868
- Filters?: Filter[] | undefined;
1869
- AvailabilityZone?: string | undefined;
1870
- MaxResults?: number | undefined;
1347
+ FlowLogId: string | undefined;
1348
+ ConfigDeliveryS3DestinationArn: string | undefined;
1349
+ IntegrateServices: IntegrateServices | undefined;
1350
+ }
1351
+ export interface GetFlowLogsIntegrationTemplateResult {
1352
+ Result?: string | undefined;
1353
+ }
1354
+ export interface GetGroupsForCapacityReservationRequest {
1355
+ CapacityReservationId: string | undefined;
1871
1356
  NextToken?: string | undefined;
1357
+ MaxResults?: number | undefined;
1358
+ DryRun?: boolean | undefined;
1872
1359
  }
1873
- export interface SpotPrice {
1874
- AvailabilityZone?: string | undefined;
1875
- AvailabilityZoneId?: string | undefined;
1876
- InstanceType?: _InstanceType | undefined;
1877
- ProductDescription?: RIProductDescription | undefined;
1878
- SpotPrice?: string | undefined;
1879
- Timestamp?: Date | undefined;
1360
+ export interface CapacityReservationGroup {
1361
+ GroupArn?: string | undefined;
1362
+ OwnerId?: string | undefined;
1880
1363
  }
1881
- export interface DescribeSpotPriceHistoryResult {
1364
+ export interface GetGroupsForCapacityReservationResult {
1882
1365
  NextToken?: string | undefined;
1883
- SpotPriceHistory?: SpotPrice[] | undefined;
1366
+ CapacityReservationGroups?: CapacityReservationGroup[] | undefined;
1884
1367
  }
1885
- export interface DescribeStaleSecurityGroupsRequest {
1368
+ export interface GetHostReservationPurchasePreviewRequest {
1369
+ HostIdSet: string[] | undefined;
1370
+ OfferingId: string | undefined;
1371
+ }
1372
+ export interface Purchase {
1373
+ CurrencyCode?: CurrencyCodeValues | undefined;
1374
+ Duration?: number | undefined;
1375
+ HostIdSet?: string[] | undefined;
1376
+ HostReservationId?: string | undefined;
1377
+ HourlyPrice?: string | undefined;
1378
+ InstanceFamily?: string | undefined;
1379
+ PaymentOption?: PaymentOption | undefined;
1380
+ UpfrontPrice?: string | undefined;
1381
+ }
1382
+ export interface GetHostReservationPurchasePreviewResult {
1383
+ CurrencyCode?: CurrencyCodeValues | undefined;
1384
+ Purchase?: Purchase[] | undefined;
1385
+ TotalHourlyPrice?: string | undefined;
1386
+ TotalUpfrontPrice?: string | undefined;
1387
+ }
1388
+ export interface GetImageAncestryRequest {
1389
+ ImageId: string | undefined;
1886
1390
  DryRun?: boolean | undefined;
1887
- MaxResults?: number | undefined;
1888
- NextToken?: string | undefined;
1889
- VpcId: string | undefined;
1890
1391
  }
1891
- export interface StaleIpPermission {
1892
- FromPort?: number | undefined;
1893
- IpProtocol?: string | undefined;
1894
- IpRanges?: string[] | undefined;
1895
- PrefixListIds?: string[] | undefined;
1896
- ToPort?: number | undefined;
1897
- UserIdGroupPairs?: UserIdGroupPair[] | undefined;
1392
+ export interface ImageAncestryEntry {
1393
+ CreationDate?: Date | undefined;
1394
+ ImageId?: string | undefined;
1395
+ ImageOwnerAlias?: string | undefined;
1396
+ SourceImageId?: string | undefined;
1397
+ SourceImageRegion?: string | undefined;
1898
1398
  }
1899
- export interface StaleSecurityGroup {
1900
- Description?: string | undefined;
1901
- GroupId?: string | undefined;
1902
- GroupName?: string | undefined;
1903
- StaleIpPermissions?: StaleIpPermission[] | undefined;
1904
- StaleIpPermissionsEgress?: StaleIpPermission[] | undefined;
1905
- VpcId?: string | undefined;
1399
+ export interface GetImageAncestryResult {
1400
+ ImageAncestryEntries?: ImageAncestryEntry[] | undefined;
1906
1401
  }
1907
- export interface DescribeStaleSecurityGroupsResult {
1908
- NextToken?: string | undefined;
1909
- StaleSecurityGroupSet?: StaleSecurityGroup[] | undefined;
1402
+ export interface GetImageBlockPublicAccessStateRequest {
1403
+ DryRun?: boolean | undefined;
1404
+ }
1405
+ export interface GetImageBlockPublicAccessStateResult {
1406
+ ImageBlockPublicAccessState?: string | undefined;
1407
+ ManagedBy?: ManagedBy | undefined;
1910
1408
  }
1911
- export interface DescribeStoreImageTasksRequest {
1912
- ImageIds?: string[] | undefined;
1409
+ export interface GetInstanceMetadataDefaultsRequest {
1913
1410
  DryRun?: boolean | undefined;
1914
- Filters?: Filter[] | undefined;
1915
- NextToken?: string | undefined;
1916
- MaxResults?: number | undefined;
1917
1411
  }
1918
- export interface StoreImageTaskResult {
1919
- AmiId?: string | undefined;
1920
- TaskStartTime?: Date | undefined;
1921
- Bucket?: string | undefined;
1922
- S3objectKey?: string | undefined;
1923
- ProgressPercentage?: number | undefined;
1924
- StoreTaskState?: string | undefined;
1925
- StoreTaskFailureReason?: string | undefined;
1926
- }
1927
- export interface DescribeStoreImageTasksResult {
1928
- StoreImageTaskResults?: StoreImageTaskResult[] | undefined;
1929
- NextToken?: string | undefined;
1412
+ export interface InstanceMetadataDefaultsResponse {
1413
+ HttpTokens?: HttpTokensState | undefined;
1414
+ HttpPutResponseHopLimit?: number | undefined;
1415
+ HttpEndpoint?: InstanceMetadataEndpointState | undefined;
1416
+ InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
1417
+ ManagedBy?: ManagedBy | undefined;
1418
+ ManagedExceptionMessage?: string | undefined;
1930
1419
  }
1931
- export interface DescribeSubnetsRequest {
1932
- Filters?: Filter[] | undefined;
1933
- SubnetIds?: string[] | undefined;
1934
- NextToken?: string | undefined;
1935
- MaxResults?: number | undefined;
1420
+ export interface GetInstanceMetadataDefaultsResult {
1421
+ AccountLevel?: InstanceMetadataDefaultsResponse | undefined;
1422
+ }
1423
+ export interface GetInstanceTpmEkPubRequest {
1424
+ InstanceId: string | undefined;
1425
+ KeyType: EkPubKeyType | undefined;
1426
+ KeyFormat: EkPubKeyFormat | undefined;
1936
1427
  DryRun?: boolean | undefined;
1937
1428
  }
1938
- export interface DescribeSubnetsResult {
1939
- NextToken?: string | undefined;
1940
- Subnets?: Subnet[] | undefined;
1429
+ export interface GetInstanceTpmEkPubResult {
1430
+ InstanceId?: string | undefined;
1431
+ KeyType?: EkPubKeyType | undefined;
1432
+ KeyFormat?: EkPubKeyFormat | undefined;
1433
+ KeyValue?: string | undefined;
1941
1434
  }
1942
- export interface DescribeTagsRequest {
1435
+ export interface GetInstanceTypesFromInstanceRequirementsRequest {
1943
1436
  DryRun?: boolean | undefined;
1944
- Filters?: Filter[] | undefined;
1437
+ ArchitectureTypes: ArchitectureType[] | undefined;
1438
+ VirtualizationTypes: VirtualizationType[] | undefined;
1439
+ InstanceRequirements: InstanceRequirementsRequest | undefined;
1945
1440
  MaxResults?: number | undefined;
1946
1441
  NextToken?: string | undefined;
1442
+ Context?: string | undefined;
1947
1443
  }
1948
- export interface TagDescription {
1949
- Key?: string | undefined;
1950
- ResourceId?: string | undefined;
1951
- ResourceType?: ResourceType | undefined;
1952
- Value?: string | undefined;
1444
+ export interface InstanceTypeInfoFromInstanceRequirements {
1445
+ InstanceType?: string | undefined;
1953
1446
  }
1954
- export interface DescribeTagsResult {
1447
+ export interface GetInstanceTypesFromInstanceRequirementsResult {
1448
+ InstanceTypes?: InstanceTypeInfoFromInstanceRequirements[] | undefined;
1955
1449
  NextToken?: string | undefined;
1956
- Tags?: TagDescription[] | undefined;
1957
1450
  }
1958
- export interface DescribeTrafficMirrorFilterRulesRequest {
1959
- TrafficMirrorFilterRuleIds?: string[] | undefined;
1960
- TrafficMirrorFilterId?: string | undefined;
1451
+ export interface GetInstanceUefiDataRequest {
1452
+ InstanceId: string | undefined;
1961
1453
  DryRun?: boolean | undefined;
1962
- Filters?: Filter[] | undefined;
1454
+ }
1455
+ export interface GetInstanceUefiDataResult {
1456
+ InstanceId?: string | undefined;
1457
+ UefiData?: string | undefined;
1458
+ }
1459
+ export interface GetIpamAddressHistoryRequest {
1460
+ DryRun?: boolean | undefined;
1461
+ Cidr: string | undefined;
1462
+ IpamScopeId: string | undefined;
1463
+ VpcId?: string | undefined;
1464
+ StartTime?: Date | undefined;
1465
+ EndTime?: Date | undefined;
1963
1466
  MaxResults?: number | undefined;
1964
1467
  NextToken?: string | undefined;
1965
1468
  }
1966
- export interface DescribeTrafficMirrorFilterRulesResult {
1967
- TrafficMirrorFilterRules?: TrafficMirrorFilterRule[] | undefined;
1469
+ export interface IpamAddressHistoryRecord {
1470
+ ResourceOwnerId?: string | undefined;
1471
+ ResourceRegion?: string | undefined;
1472
+ ResourceType?: IpamAddressHistoryResourceType | undefined;
1473
+ ResourceId?: string | undefined;
1474
+ ResourceCidr?: string | undefined;
1475
+ ResourceName?: string | undefined;
1476
+ ResourceComplianceStatus?: IpamComplianceStatus | undefined;
1477
+ ResourceOverlapStatus?: IpamOverlapStatus | undefined;
1478
+ VpcId?: string | undefined;
1479
+ SampledStartTime?: Date | undefined;
1480
+ SampledEndTime?: Date | undefined;
1481
+ }
1482
+ export interface GetIpamAddressHistoryResult {
1483
+ HistoryRecords?: IpamAddressHistoryRecord[] | undefined;
1968
1484
  NextToken?: string | undefined;
1969
1485
  }
1970
- export interface DescribeTrafficMirrorFiltersRequest {
1971
- TrafficMirrorFilterIds?: string[] | undefined;
1486
+ export interface GetIpamDiscoveredAccountsRequest {
1972
1487
  DryRun?: boolean | undefined;
1488
+ IpamResourceDiscoveryId: string | undefined;
1489
+ DiscoveryRegion: string | undefined;
1973
1490
  Filters?: Filter[] | undefined;
1974
- MaxResults?: number | undefined;
1975
1491
  NextToken?: string | undefined;
1492
+ MaxResults?: number | undefined;
1493
+ }
1494
+ export interface IpamDiscoveryFailureReason {
1495
+ Code?: IpamDiscoveryFailureCode | undefined;
1496
+ Message?: string | undefined;
1497
+ }
1498
+ export interface IpamDiscoveredAccount {
1499
+ AccountId?: string | undefined;
1500
+ DiscoveryRegion?: string | undefined;
1501
+ FailureReason?: IpamDiscoveryFailureReason | undefined;
1502
+ LastAttemptedDiscoveryTime?: Date | undefined;
1503
+ LastSuccessfulDiscoveryTime?: Date | undefined;
1504
+ OrganizationalUnitId?: string | undefined;
1976
1505
  }
1977
- export interface DescribeTrafficMirrorFiltersResult {
1978
- TrafficMirrorFilters?: TrafficMirrorFilter[] | undefined;
1506
+ export interface GetIpamDiscoveredAccountsResult {
1507
+ IpamDiscoveredAccounts?: IpamDiscoveredAccount[] | undefined;
1979
1508
  NextToken?: string | undefined;
1980
1509
  }
1981
- export interface DescribeTrafficMirrorSessionsRequest {
1982
- TrafficMirrorSessionIds?: string[] | undefined;
1510
+ export interface GetIpamDiscoveredPublicAddressesRequest {
1983
1511
  DryRun?: boolean | undefined;
1512
+ IpamResourceDiscoveryId: string | undefined;
1513
+ AddressRegion: string | undefined;
1984
1514
  Filters?: Filter[] | undefined;
1985
- MaxResults?: number | undefined;
1986
1515
  NextToken?: string | undefined;
1516
+ MaxResults?: number | undefined;
1517
+ }
1518
+ export interface IpamPublicAddressSecurityGroup {
1519
+ GroupName?: string | undefined;
1520
+ GroupId?: string | undefined;
1987
1521
  }
1988
- export interface DescribeTrafficMirrorSessionsResult {
1989
- TrafficMirrorSessions?: TrafficMirrorSession[] | undefined;
1522
+ export interface IpamPublicAddressTag {
1523
+ Key?: string | undefined;
1524
+ Value?: string | undefined;
1525
+ }
1526
+ export interface IpamPublicAddressTags {
1527
+ EipTags?: IpamPublicAddressTag[] | undefined;
1528
+ }
1529
+ export interface IpamDiscoveredPublicAddress {
1530
+ IpamResourceDiscoveryId?: string | undefined;
1531
+ AddressRegion?: string | undefined;
1532
+ Address?: string | undefined;
1533
+ AddressOwnerId?: string | undefined;
1534
+ AddressAllocationId?: string | undefined;
1535
+ AssociationStatus?: IpamPublicAddressAssociationStatus | undefined;
1536
+ AddressType?: IpamPublicAddressType | undefined;
1537
+ Service?: IpamPublicAddressAwsService | undefined;
1538
+ ServiceResource?: string | undefined;
1539
+ VpcId?: string | undefined;
1540
+ SubnetId?: string | undefined;
1541
+ PublicIpv4PoolId?: string | undefined;
1542
+ NetworkInterfaceId?: string | undefined;
1543
+ NetworkInterfaceDescription?: string | undefined;
1544
+ InstanceId?: string | undefined;
1545
+ Tags?: IpamPublicAddressTags | undefined;
1546
+ NetworkBorderGroup?: string | undefined;
1547
+ SecurityGroups?: IpamPublicAddressSecurityGroup[] | undefined;
1548
+ SampleTime?: Date | undefined;
1549
+ }
1550
+ export interface GetIpamDiscoveredPublicAddressesResult {
1551
+ IpamDiscoveredPublicAddresses?: IpamDiscoveredPublicAddress[] | undefined;
1552
+ OldestSampleTime?: Date | undefined;
1990
1553
  NextToken?: string | undefined;
1991
1554
  }
1992
- export interface DescribeTrafficMirrorTargetsRequest {
1993
- TrafficMirrorTargetIds?: string[] | undefined;
1555
+ export interface GetIpamDiscoveredResourceCidrsRequest {
1994
1556
  DryRun?: boolean | undefined;
1557
+ IpamResourceDiscoveryId: string | undefined;
1558
+ ResourceRegion: string | undefined;
1995
1559
  Filters?: Filter[] | undefined;
1996
- MaxResults?: number | undefined;
1997
1560
  NextToken?: string | undefined;
1561
+ MaxResults?: number | undefined;
1998
1562
  }
1999
- export interface DescribeTrafficMirrorTargetsResult {
2000
- TrafficMirrorTargets?: TrafficMirrorTarget[] | undefined;
1563
+ export interface IpamDiscoveredResourceCidr {
1564
+ IpamResourceDiscoveryId?: string | undefined;
1565
+ ResourceRegion?: string | undefined;
1566
+ ResourceId?: string | undefined;
1567
+ ResourceOwnerId?: string | undefined;
1568
+ ResourceCidr?: string | undefined;
1569
+ IpSource?: IpamResourceCidrIpSource | undefined;
1570
+ ResourceType?: IpamResourceType | undefined;
1571
+ ResourceTags?: IpamResourceTag[] | undefined;
1572
+ IpUsage?: number | undefined;
1573
+ VpcId?: string | undefined;
1574
+ SubnetId?: string | undefined;
1575
+ NetworkInterfaceAttachmentStatus?:
1576
+ | IpamNetworkInterfaceAttachmentStatus
1577
+ | undefined;
1578
+ SampleTime?: Date | undefined;
1579
+ AvailabilityZoneId?: string | undefined;
1580
+ }
1581
+ export interface GetIpamDiscoveredResourceCidrsResult {
1582
+ IpamDiscoveredResourceCidrs?: IpamDiscoveredResourceCidr[] | undefined;
2001
1583
  NextToken?: string | undefined;
2002
1584
  }
2003
- export interface DescribeTransitGatewayAttachmentsRequest {
2004
- TransitGatewayAttachmentIds?: string[] | undefined;
1585
+ export interface GetIpamPolicyAllocationRulesRequest {
1586
+ DryRun?: boolean | undefined;
1587
+ IpamPolicyId: string | undefined;
2005
1588
  Filters?: Filter[] | undefined;
1589
+ Locale?: string | undefined;
1590
+ ResourceType?: IpamPolicyResourceType | undefined;
2006
1591
  MaxResults?: number | undefined;
2007
1592
  NextToken?: string | undefined;
2008
- DryRun?: boolean | undefined;
2009
1593
  }
2010
- export interface TransitGatewayAttachmentAssociation {
2011
- TransitGatewayRouteTableId?: string | undefined;
2012
- State?: TransitGatewayAssociationState | undefined;
1594
+ export interface IpamPolicyAllocationRule {
1595
+ SourceIpamPoolId?: string | undefined;
2013
1596
  }
2014
- export interface TransitGatewayAttachment {
2015
- TransitGatewayAttachmentId?: string | undefined;
2016
- TransitGatewayId?: string | undefined;
2017
- TransitGatewayOwnerId?: string | undefined;
2018
- ResourceOwnerId?: string | undefined;
2019
- ResourceType?: TransitGatewayAttachmentResourceType | undefined;
2020
- ResourceId?: string | undefined;
2021
- State?: TransitGatewayAttachmentState | undefined;
2022
- Association?: TransitGatewayAttachmentAssociation | undefined;
2023
- CreationTime?: Date | undefined;
2024
- Tags?: Tag[] | undefined;
1597
+ export interface IpamPolicyDocument {
1598
+ IpamPolicyId?: string | undefined;
1599
+ Locale?: string | undefined;
1600
+ ResourceType?: IpamPolicyResourceType | undefined;
1601
+ AllocationRules?: IpamPolicyAllocationRule[] | undefined;
2025
1602
  }
2026
- export interface DescribeTransitGatewayAttachmentsResult {
2027
- TransitGatewayAttachments?: TransitGatewayAttachment[] | undefined;
1603
+ export interface GetIpamPolicyAllocationRulesResult {
1604
+ IpamPolicyDocuments?: IpamPolicyDocument[] | undefined;
2028
1605
  NextToken?: string | undefined;
2029
1606
  }
2030
- export interface DescribeTransitGatewayConnectPeersRequest {
2031
- TransitGatewayConnectPeerIds?: string[] | undefined;
2032
- Filters?: Filter[] | undefined;
1607
+ export interface GetIpamPolicyOrganizationTargetsRequest {
1608
+ DryRun?: boolean | undefined;
2033
1609
  MaxResults?: number | undefined;
2034
1610
  NextToken?: string | undefined;
2035
- DryRun?: boolean | undefined;
1611
+ IpamPolicyId: string | undefined;
1612
+ Filters?: Filter[] | undefined;
2036
1613
  }
2037
- export interface DescribeTransitGatewayConnectPeersResult {
2038
- TransitGatewayConnectPeers?: TransitGatewayConnectPeer[] | undefined;
1614
+ export interface IpamPolicyOrganizationTarget {
1615
+ OrganizationTargetId?: string | undefined;
1616
+ }
1617
+ export interface GetIpamPolicyOrganizationTargetsResult {
1618
+ OrganizationTargets?: IpamPolicyOrganizationTarget[] | undefined;
2039
1619
  NextToken?: string | undefined;
2040
1620
  }
2041
- export interface DescribeTransitGatewayConnectsRequest {
2042
- TransitGatewayAttachmentIds?: string[] | undefined;
1621
+ export interface GetIpamPoolAllocationsRequest {
1622
+ DryRun?: boolean | undefined;
1623
+ IpamPoolId: string | undefined;
1624
+ IpamPoolAllocationId?: string | undefined;
2043
1625
  Filters?: Filter[] | undefined;
2044
1626
  MaxResults?: number | undefined;
2045
1627
  NextToken?: string | undefined;
2046
- DryRun?: boolean | undefined;
2047
1628
  }
2048
- export interface DescribeTransitGatewayConnectsResult {
2049
- TransitGatewayConnects?: TransitGatewayConnect[] | undefined;
1629
+ export interface GetIpamPoolAllocationsResult {
1630
+ IpamPoolAllocations?: IpamPoolAllocation[] | undefined;
2050
1631
  NextToken?: string | undefined;
2051
1632
  }
2052
- export interface DescribeTransitGatewayMulticastDomainsRequest {
2053
- TransitGatewayMulticastDomainIds?: string[] | undefined;
1633
+ export interface GetIpamPoolCidrsRequest {
1634
+ DryRun?: boolean | undefined;
1635
+ IpamPoolId: string | undefined;
2054
1636
  Filters?: Filter[] | undefined;
2055
1637
  MaxResults?: number | undefined;
2056
1638
  NextToken?: string | undefined;
2057
- DryRun?: boolean | undefined;
2058
1639
  }