@aws-sdk/client-ec2 3.909.0 → 3.911.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (249) hide show
  1. package/README.md +80 -0
  2. package/dist-cjs/index.js +1715 -465
  3. package/dist-es/EC2.js +20 -0
  4. package/dist-es/commands/CopyVolumesCommand.js +22 -0
  5. package/dist-es/commands/CreateCapacityManagerDataExportCommand.js +22 -0
  6. package/dist-es/commands/DeleteCapacityManagerDataExportCommand.js +22 -0
  7. package/dist-es/commands/DescribeCapacityManagerDataExportsCommand.js +22 -0
  8. package/dist-es/commands/DisableCapacityManagerCommand.js +22 -0
  9. package/dist-es/commands/EnableCapacityManagerCommand.js +22 -0
  10. package/dist-es/commands/GetCapacityManagerAttributesCommand.js +22 -0
  11. package/dist-es/commands/GetCapacityManagerMetricDataCommand.js +22 -0
  12. package/dist-es/commands/GetCapacityManagerMetricDimensionsCommand.js +22 -0
  13. package/dist-es/commands/GetLaunchTemplateDataCommand.js +1 -1
  14. package/dist-es/commands/ModifyVpnConnectionCommand.js +1 -1
  15. package/dist-es/commands/ModifyVpnConnectionOptionsCommand.js +1 -1
  16. package/dist-es/commands/ModifyVpnTunnelCertificateCommand.js +1 -1
  17. package/dist-es/commands/ModifyVpnTunnelOptionsCommand.js +1 -1
  18. package/dist-es/commands/UpdateCapacityManagerOrganizationsAccessCommand.js +22 -0
  19. package/dist-es/commands/index.js +10 -0
  20. package/dist-es/models/models_0.js +1 -0
  21. package/dist-es/models/models_1.js +29 -9
  22. package/dist-es/models/models_2.js +0 -26
  23. package/dist-es/models/models_3.js +13 -9
  24. package/dist-es/models/models_4.js +22 -18
  25. package/dist-es/models/models_5.js +18 -20
  26. package/dist-es/models/models_6.js +129 -57
  27. package/dist-es/models/models_7.js +57 -33
  28. package/dist-es/models/models_8.js +33 -0
  29. package/dist-es/pagination/DescribeCapacityManagerDataExportsPaginator.js +4 -0
  30. package/dist-es/pagination/GetCapacityManagerMetricDataPaginator.js +4 -0
  31. package/dist-es/pagination/GetCapacityManagerMetricDimensionsPaginator.js +4 -0
  32. package/dist-es/pagination/index.js +4 -1
  33. package/dist-es/protocols/Aws_ec2.js +1052 -143
  34. package/dist-types/EC2.d.ts +74 -0
  35. package/dist-types/EC2Client.d.ts +12 -2
  36. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  37. package/dist-types/commands/AllocateAddressCommand.d.ts +21 -5
  38. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  39. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  40. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  41. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  42. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  43. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  44. package/dist-types/commands/CopyVolumesCommand.d.ts +137 -0
  45. package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +93 -0
  46. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  72. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  73. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  85. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  86. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  111. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  112. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  113. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  114. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  115. package/dist-types/commands/CreateVolumeCommand.d.ts +4 -2
  116. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +3 -2
  117. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  118. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  119. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  120. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  121. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  122. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  123. package/dist-types/commands/DeleteCapacityManagerDataExportCommand.d.ts +77 -0
  124. package/dist-types/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +2 -1
  126. package/dist-types/commands/DescribeCapacityManagerDataExportsCommand.d.ts +109 -0
  127. package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -2
  128. package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  130. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  131. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  132. package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +3 -2
  133. package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -0
  134. package/dist-types/commands/DisableCapacityManagerCommand.d.ts +79 -0
  135. package/dist-types/commands/EnableCapacityManagerCommand.d.ts +80 -0
  136. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  137. package/dist-types/commands/GetCapacityManagerAttributesCommand.d.ts +82 -0
  138. package/dist-types/commands/GetCapacityManagerMetricDataCommand.d.ts +129 -0
  139. package/dist-types/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +119 -0
  140. package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +2 -1
  141. package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
  142. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
  143. package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  144. package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
  145. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
  146. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
  147. package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  148. package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  149. package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -2
  150. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  151. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  152. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  153. package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
  154. package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  155. package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
  156. package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  157. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
  158. package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
  159. package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
  160. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
  161. package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -1
  162. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
  163. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  164. package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
  165. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
  166. package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
  167. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  168. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  169. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  170. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  171. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  172. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  173. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  174. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  175. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  176. package/dist-types/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +80 -0
  177. package/dist-types/commands/index.d.ts +10 -0
  178. package/dist-types/models/models_0.d.ts +4 -3
  179. package/dist-types/models/models_1.d.ts +415 -210
  180. package/dist-types/models/models_2.d.ts +187 -333
  181. package/dist-types/models/models_3.d.ts +184 -241
  182. package/dist-types/models/models_4.d.ts +414 -281
  183. package/dist-types/models/models_5.d.ts +275 -293
  184. package/dist-types/models/models_6.d.ts +1596 -1580
  185. package/dist-types/models/models_7.d.ts +4799 -4756
  186. package/dist-types/models/models_8.d.ts +1010 -10
  187. package/dist-types/pagination/DescribeCapacityManagerDataExportsPaginator.d.ts +7 -0
  188. package/dist-types/pagination/GetCapacityManagerMetricDataPaginator.d.ts +7 -0
  189. package/dist-types/pagination/GetCapacityManagerMetricDimensionsPaginator.d.ts +7 -0
  190. package/dist-types/pagination/index.d.ts +4 -1
  191. package/dist-types/protocols/Aws_ec2.d.ts +90 -0
  192. package/dist-types/ts3.4/EC2.d.ts +192 -0
  193. package/dist-types/ts3.4/EC2Client.d.ts +60 -0
  194. package/dist-types/ts3.4/commands/CopyVolumesCommand.d.ts +47 -0
  195. package/dist-types/ts3.4/commands/CreateCapacityManagerDataExportCommand.d.ts +51 -0
  196. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -1
  197. package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -4
  198. package/dist-types/ts3.4/commands/DeleteCapacityManagerDataExportCommand.d.ts +51 -0
  199. package/dist-types/ts3.4/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +2 -4
  201. package/dist-types/ts3.4/commands/DescribeCapacityManagerDataExportsCommand.d.ts +51 -0
  202. package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +4 -2
  203. package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -4
  204. package/dist-types/ts3.4/commands/DisableCapacityManagerCommand.d.ts +51 -0
  205. package/dist-types/ts3.4/commands/EnableCapacityManagerCommand.d.ts +51 -0
  206. package/dist-types/ts3.4/commands/GetCapacityManagerAttributesCommand.d.ts +51 -0
  207. package/dist-types/ts3.4/commands/GetCapacityManagerMetricDataCommand.d.ts +51 -0
  208. package/dist-types/ts3.4/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +51 -0
  209. package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +2 -4
  210. package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
  214. package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
  215. package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  216. package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  217. package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  218. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +4 -2
  219. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
  220. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  221. package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
  222. package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  223. package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
  224. package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
  225. package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
  226. package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
  227. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +1 -1
  228. package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
  229. package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  230. package/dist-types/ts3.4/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
  231. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  232. package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
  233. package/dist-types/ts3.4/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +51 -0
  234. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  235. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  236. package/dist-types/ts3.4/models/models_1.d.ts +88 -47
  237. package/dist-types/ts3.4/models/models_2.d.ts +36 -86
  238. package/dist-types/ts3.4/models/models_3.d.ts +49 -54
  239. package/dist-types/ts3.4/models/models_4.d.ts +92 -76
  240. package/dist-types/ts3.4/models/models_5.d.ts +76 -79
  241. package/dist-types/ts3.4/models/models_6.d.ts +296 -269
  242. package/dist-types/ts3.4/models/models_7.d.ts +268 -237
  243. package/dist-types/ts3.4/models/models_8.d.ts +243 -7
  244. package/dist-types/ts3.4/pagination/DescribeCapacityManagerDataExportsPaginator.d.ts +11 -0
  245. package/dist-types/ts3.4/pagination/GetCapacityManagerMetricDataPaginator.d.ts +11 -0
  246. package/dist-types/ts3.4/pagination/GetCapacityManagerMetricDimensionsPaginator.d.ts +11 -0
  247. package/dist-types/ts3.4/pagination/index.d.ts +4 -1
  248. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +120 -0
  249. package/package.json +35 -35
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { DescribeCapacityManagerDataExportsCommandInput, DescribeCapacityManagerDataExportsCommandOutput } from "../commands/DescribeCapacityManagerDataExportsCommand";
3
+ import { EC2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateDescribeCapacityManagerDataExports: (config: EC2PaginationConfiguration, input: DescribeCapacityManagerDataExportsCommandInput, ...rest: any[]) => Paginator<DescribeCapacityManagerDataExportsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { GetCapacityManagerMetricDataCommandInput, GetCapacityManagerMetricDataCommandOutput } from "../commands/GetCapacityManagerMetricDataCommand";
3
+ import { EC2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateGetCapacityManagerMetricData: (config: EC2PaginationConfiguration, input: GetCapacityManagerMetricDataCommandInput, ...rest: any[]) => Paginator<GetCapacityManagerMetricDataCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { GetCapacityManagerMetricDimensionsCommandInput, GetCapacityManagerMetricDimensionsCommandOutput } from "../commands/GetCapacityManagerMetricDimensionsCommand";
3
+ import { EC2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateGetCapacityManagerMetricDimensions: (config: EC2PaginationConfiguration, input: GetCapacityManagerMetricDimensionsCommandInput, ...rest: any[]) => Paginator<GetCapacityManagerMetricDimensionsCommandOutput>;
@@ -7,8 +7,9 @@ export * from "./DescribeCapacityBlockExtensionOfferingsPaginator";
7
7
  export * from "./DescribeCapacityBlockOfferingsPaginator";
8
8
  export * from "./DescribeCapacityBlockStatusPaginator";
9
9
  export * from "./DescribeCapacityBlocksPaginator";
10
- export * from "./DescribeCapacityReservationBillingRequestsPaginator";
10
+ export * from "./DescribeCapacityManagerDataExportsPaginator";
11
11
  export * from "./Interfaces";
12
+ export * from "./DescribeCapacityReservationBillingRequestsPaginator";
12
13
  export * from "./DescribeCapacityReservationFleetsPaginator";
13
14
  export * from "./DescribeCapacityReservationsPaginator";
14
15
  export * from "./DescribeCarrierGatewaysPaginator";
@@ -129,6 +130,8 @@ export * from "./DescribeVpcPeeringConnectionsPaginator";
129
130
  export * from "./DescribeVpcsPaginator";
130
131
  export * from "./GetAssociatedIpv6PoolCidrsPaginator";
131
132
  export * from "./GetAwsNetworkPerformanceDataPaginator";
133
+ export * from "./GetCapacityManagerMetricDataPaginator";
134
+ export * from "./GetCapacityManagerMetricDimensionsPaginator";
132
135
  export * from "./GetGroupsForCapacityReservationPaginator";
133
136
  export * from "./GetInstanceTypesFromInstanceRequirementsPaginator";
134
137
  export * from "./GetIpamAddressHistoryPaginator";
@@ -60,6 +60,8 @@ import { ConfirmProductInstanceCommandInput, ConfirmProductInstanceCommandOutput
60
60
  import { CopyFpgaImageCommandInput, CopyFpgaImageCommandOutput } from "../commands/CopyFpgaImageCommand";
61
61
  import { CopyImageCommandInput, CopyImageCommandOutput } from "../commands/CopyImageCommand";
62
62
  import { CopySnapshotCommandInput, CopySnapshotCommandOutput } from "../commands/CopySnapshotCommand";
63
+ import { CopyVolumesCommandInput, CopyVolumesCommandOutput } from "../commands/CopyVolumesCommand";
64
+ import { CreateCapacityManagerDataExportCommandInput, CreateCapacityManagerDataExportCommandOutput } from "../commands/CreateCapacityManagerDataExportCommand";
63
65
  import { CreateCapacityReservationBySplittingCommandInput, CreateCapacityReservationBySplittingCommandOutput } from "../commands/CreateCapacityReservationBySplittingCommand";
64
66
  import { CreateCapacityReservationCommandInput, CreateCapacityReservationCommandOutput } from "../commands/CreateCapacityReservationCommand";
65
67
  import { CreateCapacityReservationFleetCommandInput, CreateCapacityReservationFleetCommandOutput } from "../commands/CreateCapacityReservationFleetCommand";
@@ -153,6 +155,7 @@ import { CreateVpcPeeringConnectionCommandInput, CreateVpcPeeringConnectionComma
153
155
  import { CreateVpnConnectionCommandInput, CreateVpnConnectionCommandOutput } from "../commands/CreateVpnConnectionCommand";
154
156
  import { CreateVpnConnectionRouteCommandInput, CreateVpnConnectionRouteCommandOutput } from "../commands/CreateVpnConnectionRouteCommand";
155
157
  import { CreateVpnGatewayCommandInput, CreateVpnGatewayCommandOutput } from "../commands/CreateVpnGatewayCommand";
158
+ import { DeleteCapacityManagerDataExportCommandInput, DeleteCapacityManagerDataExportCommandOutput } from "../commands/DeleteCapacityManagerDataExportCommand";
156
159
  import { DeleteCarrierGatewayCommandInput, DeleteCarrierGatewayCommandOutput } from "../commands/DeleteCarrierGatewayCommand";
157
160
  import { DeleteClientVpnEndpointCommandInput, DeleteClientVpnEndpointCommandOutput } from "../commands/DeleteClientVpnEndpointCommand";
158
161
  import { DeleteClientVpnRouteCommandInput, DeleteClientVpnRouteCommandOutput } from "../commands/DeleteClientVpnRouteCommand";
@@ -257,6 +260,7 @@ import { DescribeCapacityBlockExtensionOfferingsCommandInput, DescribeCapacityBl
257
260
  import { DescribeCapacityBlockOfferingsCommandInput, DescribeCapacityBlockOfferingsCommandOutput } from "../commands/DescribeCapacityBlockOfferingsCommand";
258
261
  import { DescribeCapacityBlocksCommandInput, DescribeCapacityBlocksCommandOutput } from "../commands/DescribeCapacityBlocksCommand";
259
262
  import { DescribeCapacityBlockStatusCommandInput, DescribeCapacityBlockStatusCommandOutput } from "../commands/DescribeCapacityBlockStatusCommand";
263
+ import { DescribeCapacityManagerDataExportsCommandInput, DescribeCapacityManagerDataExportsCommandOutput } from "../commands/DescribeCapacityManagerDataExportsCommand";
260
264
  import { DescribeCapacityReservationBillingRequestsCommandInput, DescribeCapacityReservationBillingRequestsCommandOutput } from "../commands/DescribeCapacityReservationBillingRequestsCommand";
261
265
  import { DescribeCapacityReservationFleetsCommandInput, DescribeCapacityReservationFleetsCommandOutput } from "../commands/DescribeCapacityReservationFleetsCommand";
262
266
  import { DescribeCapacityReservationsCommandInput, DescribeCapacityReservationsCommandOutput } from "../commands/DescribeCapacityReservationsCommand";
@@ -424,6 +428,7 @@ import { DetachVpnGatewayCommandInput, DetachVpnGatewayCommandOutput } from "../
424
428
  import { DisableAddressTransferCommandInput, DisableAddressTransferCommandOutput } from "../commands/DisableAddressTransferCommand";
425
429
  import { DisableAllowedImagesSettingsCommandInput, DisableAllowedImagesSettingsCommandOutput } from "../commands/DisableAllowedImagesSettingsCommand";
426
430
  import { DisableAwsNetworkPerformanceMetricSubscriptionCommandInput, DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput } from "../commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand";
431
+ import { DisableCapacityManagerCommandInput, DisableCapacityManagerCommandOutput } from "../commands/DisableCapacityManagerCommand";
427
432
  import { DisableEbsEncryptionByDefaultCommandInput, DisableEbsEncryptionByDefaultCommandOutput } from "../commands/DisableEbsEncryptionByDefaultCommand";
428
433
  import { DisableFastLaunchCommandInput, DisableFastLaunchCommandOutput } from "../commands/DisableFastLaunchCommand";
429
434
  import { DisableFastSnapshotRestoresCommandInput, DisableFastSnapshotRestoresCommandOutput } from "../commands/DisableFastSnapshotRestoresCommand";
@@ -460,6 +465,7 @@ import { DisassociateVpcCidrBlockCommandInput, DisassociateVpcCidrBlockCommandOu
460
465
  import { EnableAddressTransferCommandInput, EnableAddressTransferCommandOutput } from "../commands/EnableAddressTransferCommand";
461
466
  import { EnableAllowedImagesSettingsCommandInput, EnableAllowedImagesSettingsCommandOutput } from "../commands/EnableAllowedImagesSettingsCommand";
462
467
  import { EnableAwsNetworkPerformanceMetricSubscriptionCommandInput, EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput } from "../commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand";
468
+ import { EnableCapacityManagerCommandInput, EnableCapacityManagerCommandOutput } from "../commands/EnableCapacityManagerCommand";
463
469
  import { EnableEbsEncryptionByDefaultCommandInput, EnableEbsEncryptionByDefaultCommandOutput } from "../commands/EnableEbsEncryptionByDefaultCommand";
464
470
  import { EnableFastLaunchCommandInput, EnableFastLaunchCommandOutput } from "../commands/EnableFastLaunchCommand";
465
471
  import { EnableFastSnapshotRestoresCommandInput, EnableFastSnapshotRestoresCommandOutput } from "../commands/EnableFastSnapshotRestoresCommand";
@@ -487,6 +493,9 @@ import { GetAllowedImagesSettingsCommandInput, GetAllowedImagesSettingsCommandOu
487
493
  import { GetAssociatedEnclaveCertificateIamRolesCommandInput, GetAssociatedEnclaveCertificateIamRolesCommandOutput } from "../commands/GetAssociatedEnclaveCertificateIamRolesCommand";
488
494
  import { GetAssociatedIpv6PoolCidrsCommandInput, GetAssociatedIpv6PoolCidrsCommandOutput } from "../commands/GetAssociatedIpv6PoolCidrsCommand";
489
495
  import { GetAwsNetworkPerformanceDataCommandInput, GetAwsNetworkPerformanceDataCommandOutput } from "../commands/GetAwsNetworkPerformanceDataCommand";
496
+ import { GetCapacityManagerAttributesCommandInput, GetCapacityManagerAttributesCommandOutput } from "../commands/GetCapacityManagerAttributesCommand";
497
+ import { GetCapacityManagerMetricDataCommandInput, GetCapacityManagerMetricDataCommandOutput } from "../commands/GetCapacityManagerMetricDataCommand";
498
+ import { GetCapacityManagerMetricDimensionsCommandInput, GetCapacityManagerMetricDimensionsCommandOutput } from "../commands/GetCapacityManagerMetricDimensionsCommand";
490
499
  import { GetCapacityReservationUsageCommandInput, GetCapacityReservationUsageCommandOutput } from "../commands/GetCapacityReservationUsageCommand";
491
500
  import { GetCoipPoolUsageCommandInput, GetCoipPoolUsageCommandOutput } from "../commands/GetCoipPoolUsageCommand";
492
501
  import { GetConsoleOutputCommandInput, GetConsoleOutputCommandOutput } from "../commands/GetConsoleOutputCommand";
@@ -691,6 +700,7 @@ import { UnassignPrivateIpAddressesCommandInput, UnassignPrivateIpAddressesComma
691
700
  import { UnassignPrivateNatGatewayAddressCommandInput, UnassignPrivateNatGatewayAddressCommandOutput } from "../commands/UnassignPrivateNatGatewayAddressCommand";
692
701
  import { UnlockSnapshotCommandInput, UnlockSnapshotCommandOutput } from "../commands/UnlockSnapshotCommand";
693
702
  import { UnmonitorInstancesCommandInput, UnmonitorInstancesCommandOutput } from "../commands/UnmonitorInstancesCommand";
703
+ import { UpdateCapacityManagerOrganizationsAccessCommandInput, UpdateCapacityManagerOrganizationsAccessCommandOutput } from "../commands/UpdateCapacityManagerOrganizationsAccessCommand";
694
704
  import { UpdateSecurityGroupRuleDescriptionsEgressCommandInput, UpdateSecurityGroupRuleDescriptionsEgressCommandOutput } from "../commands/UpdateSecurityGroupRuleDescriptionsEgressCommand";
695
705
  import { UpdateSecurityGroupRuleDescriptionsIngressCommandInput, UpdateSecurityGroupRuleDescriptionsIngressCommandOutput } from "../commands/UpdateSecurityGroupRuleDescriptionsIngressCommand";
696
706
  import { WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput } from "../commands/WithdrawByoipCidrCommand";
@@ -934,6 +944,14 @@ export declare const se_CopyImageCommand: (input: CopyImageCommandInput, context
934
944
  * serializeAws_ec2CopySnapshotCommand
935
945
  */
936
946
  export declare const se_CopySnapshotCommand: (input: CopySnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
947
+ /**
948
+ * serializeAws_ec2CopyVolumesCommand
949
+ */
950
+ export declare const se_CopyVolumesCommand: (input: CopyVolumesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
951
+ /**
952
+ * serializeAws_ec2CreateCapacityManagerDataExportCommand
953
+ */
954
+ export declare const se_CreateCapacityManagerDataExportCommand: (input: CreateCapacityManagerDataExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
937
955
  /**
938
956
  * serializeAws_ec2CreateCapacityReservationCommand
939
957
  */
@@ -1306,6 +1324,10 @@ export declare const se_CreateVpnConnectionRouteCommand: (input: CreateVpnConnec
1306
1324
  * serializeAws_ec2CreateVpnGatewayCommand
1307
1325
  */
1308
1326
  export declare const se_CreateVpnGatewayCommand: (input: CreateVpnGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1327
+ /**
1328
+ * serializeAws_ec2DeleteCapacityManagerDataExportCommand
1329
+ */
1330
+ export declare const se_DeleteCapacityManagerDataExportCommand: (input: DeleteCapacityManagerDataExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1309
1331
  /**
1310
1332
  * serializeAws_ec2DeleteCarrierGatewayCommand
1311
1333
  */
@@ -1722,6 +1744,10 @@ export declare const se_DescribeCapacityBlocksCommand: (input: DescribeCapacityB
1722
1744
  * serializeAws_ec2DescribeCapacityBlockStatusCommand
1723
1745
  */
1724
1746
  export declare const se_DescribeCapacityBlockStatusCommand: (input: DescribeCapacityBlockStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1747
+ /**
1748
+ * serializeAws_ec2DescribeCapacityManagerDataExportsCommand
1749
+ */
1750
+ export declare const se_DescribeCapacityManagerDataExportsCommand: (input: DescribeCapacityManagerDataExportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1725
1751
  /**
1726
1752
  * serializeAws_ec2DescribeCapacityReservationBillingRequestsCommand
1727
1753
  */
@@ -2390,6 +2416,10 @@ export declare const se_DisableAllowedImagesSettingsCommand: (input: DisableAllo
2390
2416
  * serializeAws_ec2DisableAwsNetworkPerformanceMetricSubscriptionCommand
2391
2417
  */
2392
2418
  export declare const se_DisableAwsNetworkPerformanceMetricSubscriptionCommand: (input: DisableAwsNetworkPerformanceMetricSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2419
+ /**
2420
+ * serializeAws_ec2DisableCapacityManagerCommand
2421
+ */
2422
+ export declare const se_DisableCapacityManagerCommand: (input: DisableCapacityManagerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2393
2423
  /**
2394
2424
  * serializeAws_ec2DisableEbsEncryptionByDefaultCommand
2395
2425
  */
@@ -2534,6 +2564,10 @@ export declare const se_EnableAllowedImagesSettingsCommand: (input: EnableAllowe
2534
2564
  * serializeAws_ec2EnableAwsNetworkPerformanceMetricSubscriptionCommand
2535
2565
  */
2536
2566
  export declare const se_EnableAwsNetworkPerformanceMetricSubscriptionCommand: (input: EnableAwsNetworkPerformanceMetricSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2567
+ /**
2568
+ * serializeAws_ec2EnableCapacityManagerCommand
2569
+ */
2570
+ export declare const se_EnableCapacityManagerCommand: (input: EnableCapacityManagerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2537
2571
  /**
2538
2572
  * serializeAws_ec2EnableEbsEncryptionByDefaultCommand
2539
2573
  */
@@ -2642,6 +2676,18 @@ export declare const se_GetAssociatedIpv6PoolCidrsCommand: (input: GetAssociated
2642
2676
  * serializeAws_ec2GetAwsNetworkPerformanceDataCommand
2643
2677
  */
2644
2678
  export declare const se_GetAwsNetworkPerformanceDataCommand: (input: GetAwsNetworkPerformanceDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2679
+ /**
2680
+ * serializeAws_ec2GetCapacityManagerAttributesCommand
2681
+ */
2682
+ export declare const se_GetCapacityManagerAttributesCommand: (input: GetCapacityManagerAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2683
+ /**
2684
+ * serializeAws_ec2GetCapacityManagerMetricDataCommand
2685
+ */
2686
+ export declare const se_GetCapacityManagerMetricDataCommand: (input: GetCapacityManagerMetricDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2687
+ /**
2688
+ * serializeAws_ec2GetCapacityManagerMetricDimensionsCommand
2689
+ */
2690
+ export declare const se_GetCapacityManagerMetricDimensionsCommand: (input: GetCapacityManagerMetricDimensionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2645
2691
  /**
2646
2692
  * serializeAws_ec2GetCapacityReservationUsageCommand
2647
2693
  */
@@ -3458,6 +3504,10 @@ export declare const se_UnlockSnapshotCommand: (input: UnlockSnapshotCommandInpu
3458
3504
  * serializeAws_ec2UnmonitorInstancesCommand
3459
3505
  */
3460
3506
  export declare const se_UnmonitorInstancesCommand: (input: UnmonitorInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
3507
+ /**
3508
+ * serializeAws_ec2UpdateCapacityManagerOrganizationsAccessCommand
3509
+ */
3510
+ export declare const se_UpdateCapacityManagerOrganizationsAccessCommand: (input: UpdateCapacityManagerOrganizationsAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
3461
3511
  /**
3462
3512
  * serializeAws_ec2UpdateSecurityGroupRuleDescriptionsEgressCommand
3463
3513
  */
@@ -3710,6 +3760,14 @@ export declare const de_CopyImageCommand: (output: __HttpResponse, context: __Se
3710
3760
  * deserializeAws_ec2CopySnapshotCommand
3711
3761
  */
3712
3762
  export declare const de_CopySnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopySnapshotCommandOutput>;
3763
+ /**
3764
+ * deserializeAws_ec2CopyVolumesCommand
3765
+ */
3766
+ export declare const de_CopyVolumesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyVolumesCommandOutput>;
3767
+ /**
3768
+ * deserializeAws_ec2CreateCapacityManagerDataExportCommand
3769
+ */
3770
+ export declare const de_CreateCapacityManagerDataExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCapacityManagerDataExportCommandOutput>;
3713
3771
  /**
3714
3772
  * deserializeAws_ec2CreateCapacityReservationCommand
3715
3773
  */
@@ -4082,6 +4140,10 @@ export declare const de_CreateVpnConnectionRouteCommand: (output: __HttpResponse
4082
4140
  * deserializeAws_ec2CreateVpnGatewayCommand
4083
4141
  */
4084
4142
  export declare const de_CreateVpnGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpnGatewayCommandOutput>;
4143
+ /**
4144
+ * deserializeAws_ec2DeleteCapacityManagerDataExportCommand
4145
+ */
4146
+ export declare const de_DeleteCapacityManagerDataExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCapacityManagerDataExportCommandOutput>;
4085
4147
  /**
4086
4148
  * deserializeAws_ec2DeleteCarrierGatewayCommand
4087
4149
  */
@@ -4498,6 +4560,10 @@ export declare const de_DescribeCapacityBlocksCommand: (output: __HttpResponse,
4498
4560
  * deserializeAws_ec2DescribeCapacityBlockStatusCommand
4499
4561
  */
4500
4562
  export declare const de_DescribeCapacityBlockStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCapacityBlockStatusCommandOutput>;
4563
+ /**
4564
+ * deserializeAws_ec2DescribeCapacityManagerDataExportsCommand
4565
+ */
4566
+ export declare const de_DescribeCapacityManagerDataExportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCapacityManagerDataExportsCommandOutput>;
4501
4567
  /**
4502
4568
  * deserializeAws_ec2DescribeCapacityReservationBillingRequestsCommand
4503
4569
  */
@@ -5166,6 +5232,10 @@ export declare const de_DisableAllowedImagesSettingsCommand: (output: __HttpResp
5166
5232
  * deserializeAws_ec2DisableAwsNetworkPerformanceMetricSubscriptionCommand
5167
5233
  */
5168
5234
  export declare const de_DisableAwsNetworkPerformanceMetricSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput>;
5235
+ /**
5236
+ * deserializeAws_ec2DisableCapacityManagerCommand
5237
+ */
5238
+ export declare const de_DisableCapacityManagerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableCapacityManagerCommandOutput>;
5169
5239
  /**
5170
5240
  * deserializeAws_ec2DisableEbsEncryptionByDefaultCommand
5171
5241
  */
@@ -5310,6 +5380,10 @@ export declare const de_EnableAllowedImagesSettingsCommand: (output: __HttpRespo
5310
5380
  * deserializeAws_ec2EnableAwsNetworkPerformanceMetricSubscriptionCommand
5311
5381
  */
5312
5382
  export declare const de_EnableAwsNetworkPerformanceMetricSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput>;
5383
+ /**
5384
+ * deserializeAws_ec2EnableCapacityManagerCommand
5385
+ */
5386
+ export declare const de_EnableCapacityManagerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableCapacityManagerCommandOutput>;
5313
5387
  /**
5314
5388
  * deserializeAws_ec2EnableEbsEncryptionByDefaultCommand
5315
5389
  */
@@ -5418,6 +5492,18 @@ export declare const de_GetAssociatedIpv6PoolCidrsCommand: (output: __HttpRespon
5418
5492
  * deserializeAws_ec2GetAwsNetworkPerformanceDataCommand
5419
5493
  */
5420
5494
  export declare const de_GetAwsNetworkPerformanceDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAwsNetworkPerformanceDataCommandOutput>;
5495
+ /**
5496
+ * deserializeAws_ec2GetCapacityManagerAttributesCommand
5497
+ */
5498
+ export declare const de_GetCapacityManagerAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCapacityManagerAttributesCommandOutput>;
5499
+ /**
5500
+ * deserializeAws_ec2GetCapacityManagerMetricDataCommand
5501
+ */
5502
+ export declare const de_GetCapacityManagerMetricDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCapacityManagerMetricDataCommandOutput>;
5503
+ /**
5504
+ * deserializeAws_ec2GetCapacityManagerMetricDimensionsCommand
5505
+ */
5506
+ export declare const de_GetCapacityManagerMetricDimensionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCapacityManagerMetricDimensionsCommandOutput>;
5421
5507
  /**
5422
5508
  * deserializeAws_ec2GetCapacityReservationUsageCommand
5423
5509
  */
@@ -6234,6 +6320,10 @@ export declare const de_UnlockSnapshotCommand: (output: __HttpResponse, context:
6234
6320
  * deserializeAws_ec2UnmonitorInstancesCommand
6235
6321
  */
6236
6322
  export declare const de_UnmonitorInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UnmonitorInstancesCommandOutput>;
6323
+ /**
6324
+ * deserializeAws_ec2UpdateCapacityManagerOrganizationsAccessCommand
6325
+ */
6326
+ export declare const de_UpdateCapacityManagerOrganizationsAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCapacityManagerOrganizationsAccessCommandOutput>;
6237
6327
  /**
6238
6328
  * deserializeAws_ec2UpdateSecurityGroupRuleDescriptionsEgressCommand
6239
6329
  */
@@ -239,6 +239,14 @@ import {
239
239
  CopySnapshotCommandInput,
240
240
  CopySnapshotCommandOutput,
241
241
  } from "./commands/CopySnapshotCommand";
242
+ import {
243
+ CopyVolumesCommandInput,
244
+ CopyVolumesCommandOutput,
245
+ } from "./commands/CopyVolumesCommand";
246
+ import {
247
+ CreateCapacityManagerDataExportCommandInput,
248
+ CreateCapacityManagerDataExportCommandOutput,
249
+ } from "./commands/CreateCapacityManagerDataExportCommand";
242
250
  import {
243
251
  CreateCapacityReservationBySplittingCommandInput,
244
252
  CreateCapacityReservationBySplittingCommandOutput,
@@ -611,6 +619,10 @@ import {
611
619
  CreateVpnGatewayCommandInput,
612
620
  CreateVpnGatewayCommandOutput,
613
621
  } from "./commands/CreateVpnGatewayCommand";
622
+ import {
623
+ DeleteCapacityManagerDataExportCommandInput,
624
+ DeleteCapacityManagerDataExportCommandOutput,
625
+ } from "./commands/DeleteCapacityManagerDataExportCommand";
614
626
  import {
615
627
  DeleteCarrierGatewayCommandInput,
616
628
  DeleteCarrierGatewayCommandOutput,
@@ -1027,6 +1039,10 @@ import {
1027
1039
  DescribeCapacityBlockStatusCommandInput,
1028
1040
  DescribeCapacityBlockStatusCommandOutput,
1029
1041
  } from "./commands/DescribeCapacityBlockStatusCommand";
1042
+ import {
1043
+ DescribeCapacityManagerDataExportsCommandInput,
1044
+ DescribeCapacityManagerDataExportsCommandOutput,
1045
+ } from "./commands/DescribeCapacityManagerDataExportsCommand";
1030
1046
  import {
1031
1047
  DescribeCapacityReservationBillingRequestsCommandInput,
1032
1048
  DescribeCapacityReservationBillingRequestsCommandOutput,
@@ -1695,6 +1711,10 @@ import {
1695
1711
  DisableAwsNetworkPerformanceMetricSubscriptionCommandInput,
1696
1712
  DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
1697
1713
  } from "./commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand";
1714
+ import {
1715
+ DisableCapacityManagerCommandInput,
1716
+ DisableCapacityManagerCommandOutput,
1717
+ } from "./commands/DisableCapacityManagerCommand";
1698
1718
  import {
1699
1719
  DisableEbsEncryptionByDefaultCommandInput,
1700
1720
  DisableEbsEncryptionByDefaultCommandOutput,
@@ -1839,6 +1859,10 @@ import {
1839
1859
  EnableAwsNetworkPerformanceMetricSubscriptionCommandInput,
1840
1860
  EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
1841
1861
  } from "./commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand";
1862
+ import {
1863
+ EnableCapacityManagerCommandInput,
1864
+ EnableCapacityManagerCommandOutput,
1865
+ } from "./commands/EnableCapacityManagerCommand";
1842
1866
  import {
1843
1867
  EnableEbsEncryptionByDefaultCommandInput,
1844
1868
  EnableEbsEncryptionByDefaultCommandOutput,
@@ -1947,6 +1971,18 @@ import {
1947
1971
  GetAwsNetworkPerformanceDataCommandInput,
1948
1972
  GetAwsNetworkPerformanceDataCommandOutput,
1949
1973
  } from "./commands/GetAwsNetworkPerformanceDataCommand";
1974
+ import {
1975
+ GetCapacityManagerAttributesCommandInput,
1976
+ GetCapacityManagerAttributesCommandOutput,
1977
+ } from "./commands/GetCapacityManagerAttributesCommand";
1978
+ import {
1979
+ GetCapacityManagerMetricDataCommandInput,
1980
+ GetCapacityManagerMetricDataCommandOutput,
1981
+ } from "./commands/GetCapacityManagerMetricDataCommand";
1982
+ import {
1983
+ GetCapacityManagerMetricDimensionsCommandInput,
1984
+ GetCapacityManagerMetricDimensionsCommandOutput,
1985
+ } from "./commands/GetCapacityManagerMetricDimensionsCommand";
1950
1986
  import {
1951
1987
  GetCapacityReservationUsageCommandInput,
1952
1988
  GetCapacityReservationUsageCommandOutput,
@@ -2763,6 +2799,10 @@ import {
2763
2799
  UnmonitorInstancesCommandInput,
2764
2800
  UnmonitorInstancesCommandOutput,
2765
2801
  } from "./commands/UnmonitorInstancesCommand";
2802
+ import {
2803
+ UpdateCapacityManagerOrganizationsAccessCommandInput,
2804
+ UpdateCapacityManagerOrganizationsAccessCommandOutput,
2805
+ } from "./commands/UpdateCapacityManagerOrganizationsAccessCommand";
2766
2806
  import {
2767
2807
  UpdateSecurityGroupRuleDescriptionsEgressCommandInput,
2768
2808
  UpdateSecurityGroupRuleDescriptionsEgressCommandOutput,
@@ -3635,6 +3675,32 @@ export interface EC2 {
3635
3675
  options: __HttpHandlerOptions,
3636
3676
  cb: (err: any, data?: CopySnapshotCommandOutput) => void
3637
3677
  ): void;
3678
+ copyVolumes(
3679
+ args: CopyVolumesCommandInput,
3680
+ options?: __HttpHandlerOptions
3681
+ ): Promise<CopyVolumesCommandOutput>;
3682
+ copyVolumes(
3683
+ args: CopyVolumesCommandInput,
3684
+ cb: (err: any, data?: CopyVolumesCommandOutput) => void
3685
+ ): void;
3686
+ copyVolumes(
3687
+ args: CopyVolumesCommandInput,
3688
+ options: __HttpHandlerOptions,
3689
+ cb: (err: any, data?: CopyVolumesCommandOutput) => void
3690
+ ): void;
3691
+ createCapacityManagerDataExport(
3692
+ args: CreateCapacityManagerDataExportCommandInput,
3693
+ options?: __HttpHandlerOptions
3694
+ ): Promise<CreateCapacityManagerDataExportCommandOutput>;
3695
+ createCapacityManagerDataExport(
3696
+ args: CreateCapacityManagerDataExportCommandInput,
3697
+ cb: (err: any, data?: CreateCapacityManagerDataExportCommandOutput) => void
3698
+ ): void;
3699
+ createCapacityManagerDataExport(
3700
+ args: CreateCapacityManagerDataExportCommandInput,
3701
+ options: __HttpHandlerOptions,
3702
+ cb: (err: any, data?: CreateCapacityManagerDataExportCommandOutput) => void
3703
+ ): void;
3638
3704
  createCapacityReservation(
3639
3705
  args: CreateCapacityReservationCommandInput,
3640
3706
  options?: __HttpHandlerOptions
@@ -4961,6 +5027,19 @@ export interface EC2 {
4961
5027
  options: __HttpHandlerOptions,
4962
5028
  cb: (err: any, data?: CreateVpnGatewayCommandOutput) => void
4963
5029
  ): void;
5030
+ deleteCapacityManagerDataExport(
5031
+ args: DeleteCapacityManagerDataExportCommandInput,
5032
+ options?: __HttpHandlerOptions
5033
+ ): Promise<DeleteCapacityManagerDataExportCommandOutput>;
5034
+ deleteCapacityManagerDataExport(
5035
+ args: DeleteCapacityManagerDataExportCommandInput,
5036
+ cb: (err: any, data?: DeleteCapacityManagerDataExportCommandOutput) => void
5037
+ ): void;
5038
+ deleteCapacityManagerDataExport(
5039
+ args: DeleteCapacityManagerDataExportCommandInput,
5040
+ options: __HttpHandlerOptions,
5041
+ cb: (err: any, data?: DeleteCapacityManagerDataExportCommandOutput) => void
5042
+ ): void;
4964
5043
  deleteCarrierGateway(
4965
5044
  args: DeleteCarrierGatewayCommandInput,
4966
5045
  options?: __HttpHandlerOptions
@@ -6456,6 +6535,26 @@ export interface EC2 {
6456
6535
  options: __HttpHandlerOptions,
6457
6536
  cb: (err: any, data?: DescribeCapacityBlockStatusCommandOutput) => void
6458
6537
  ): void;
6538
+ describeCapacityManagerDataExports(): Promise<DescribeCapacityManagerDataExportsCommandOutput>;
6539
+ describeCapacityManagerDataExports(
6540
+ args: DescribeCapacityManagerDataExportsCommandInput,
6541
+ options?: __HttpHandlerOptions
6542
+ ): Promise<DescribeCapacityManagerDataExportsCommandOutput>;
6543
+ describeCapacityManagerDataExports(
6544
+ args: DescribeCapacityManagerDataExportsCommandInput,
6545
+ cb: (
6546
+ err: any,
6547
+ data?: DescribeCapacityManagerDataExportsCommandOutput
6548
+ ) => void
6549
+ ): void;
6550
+ describeCapacityManagerDataExports(
6551
+ args: DescribeCapacityManagerDataExportsCommandInput,
6552
+ options: __HttpHandlerOptions,
6553
+ cb: (
6554
+ err: any,
6555
+ data?: DescribeCapacityManagerDataExportsCommandOutput
6556
+ ) => void
6557
+ ): void;
6459
6558
  describeCapacityReservationBillingRequests(
6460
6559
  args: DescribeCapacityReservationBillingRequestsCommandInput,
6461
6560
  options?: __HttpHandlerOptions
@@ -9017,6 +9116,20 @@ export interface EC2 {
9017
9116
  data?: DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput
9018
9117
  ) => void
9019
9118
  ): void;
9119
+ disableCapacityManager(): Promise<DisableCapacityManagerCommandOutput>;
9120
+ disableCapacityManager(
9121
+ args: DisableCapacityManagerCommandInput,
9122
+ options?: __HttpHandlerOptions
9123
+ ): Promise<DisableCapacityManagerCommandOutput>;
9124
+ disableCapacityManager(
9125
+ args: DisableCapacityManagerCommandInput,
9126
+ cb: (err: any, data?: DisableCapacityManagerCommandOutput) => void
9127
+ ): void;
9128
+ disableCapacityManager(
9129
+ args: DisableCapacityManagerCommandInput,
9130
+ options: __HttpHandlerOptions,
9131
+ cb: (err: any, data?: DisableCapacityManagerCommandOutput) => void
9132
+ ): void;
9020
9133
  disableEbsEncryptionByDefault(): Promise<DisableEbsEncryptionByDefaultCommandOutput>;
9021
9134
  disableEbsEncryptionByDefault(
9022
9135
  args: DisableEbsEncryptionByDefaultCommandInput,
@@ -9558,6 +9671,20 @@ export interface EC2 {
9558
9671
  data?: EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput
9559
9672
  ) => void
9560
9673
  ): void;
9674
+ enableCapacityManager(): Promise<EnableCapacityManagerCommandOutput>;
9675
+ enableCapacityManager(
9676
+ args: EnableCapacityManagerCommandInput,
9677
+ options?: __HttpHandlerOptions
9678
+ ): Promise<EnableCapacityManagerCommandOutput>;
9679
+ enableCapacityManager(
9680
+ args: EnableCapacityManagerCommandInput,
9681
+ cb: (err: any, data?: EnableCapacityManagerCommandOutput) => void
9682
+ ): void;
9683
+ enableCapacityManager(
9684
+ args: EnableCapacityManagerCommandInput,
9685
+ options: __HttpHandlerOptions,
9686
+ cb: (err: any, data?: EnableCapacityManagerCommandOutput) => void
9687
+ ): void;
9561
9688
  enableEbsEncryptionByDefault(): Promise<EnableEbsEncryptionByDefaultCommandOutput>;
9562
9689
  enableEbsEncryptionByDefault(
9563
9690
  args: EnableEbsEncryptionByDefaultCommandInput,
@@ -9963,6 +10090,52 @@ export interface EC2 {
9963
10090
  options: __HttpHandlerOptions,
9964
10091
  cb: (err: any, data?: GetAwsNetworkPerformanceDataCommandOutput) => void
9965
10092
  ): void;
10093
+ getCapacityManagerAttributes(): Promise<GetCapacityManagerAttributesCommandOutput>;
10094
+ getCapacityManagerAttributes(
10095
+ args: GetCapacityManagerAttributesCommandInput,
10096
+ options?: __HttpHandlerOptions
10097
+ ): Promise<GetCapacityManagerAttributesCommandOutput>;
10098
+ getCapacityManagerAttributes(
10099
+ args: GetCapacityManagerAttributesCommandInput,
10100
+ cb: (err: any, data?: GetCapacityManagerAttributesCommandOutput) => void
10101
+ ): void;
10102
+ getCapacityManagerAttributes(
10103
+ args: GetCapacityManagerAttributesCommandInput,
10104
+ options: __HttpHandlerOptions,
10105
+ cb: (err: any, data?: GetCapacityManagerAttributesCommandOutput) => void
10106
+ ): void;
10107
+ getCapacityManagerMetricData(
10108
+ args: GetCapacityManagerMetricDataCommandInput,
10109
+ options?: __HttpHandlerOptions
10110
+ ): Promise<GetCapacityManagerMetricDataCommandOutput>;
10111
+ getCapacityManagerMetricData(
10112
+ args: GetCapacityManagerMetricDataCommandInput,
10113
+ cb: (err: any, data?: GetCapacityManagerMetricDataCommandOutput) => void
10114
+ ): void;
10115
+ getCapacityManagerMetricData(
10116
+ args: GetCapacityManagerMetricDataCommandInput,
10117
+ options: __HttpHandlerOptions,
10118
+ cb: (err: any, data?: GetCapacityManagerMetricDataCommandOutput) => void
10119
+ ): void;
10120
+ getCapacityManagerMetricDimensions(
10121
+ args: GetCapacityManagerMetricDimensionsCommandInput,
10122
+ options?: __HttpHandlerOptions
10123
+ ): Promise<GetCapacityManagerMetricDimensionsCommandOutput>;
10124
+ getCapacityManagerMetricDimensions(
10125
+ args: GetCapacityManagerMetricDimensionsCommandInput,
10126
+ cb: (
10127
+ err: any,
10128
+ data?: GetCapacityManagerMetricDimensionsCommandOutput
10129
+ ) => void
10130
+ ): void;
10131
+ getCapacityManagerMetricDimensions(
10132
+ args: GetCapacityManagerMetricDimensionsCommandInput,
10133
+ options: __HttpHandlerOptions,
10134
+ cb: (
10135
+ err: any,
10136
+ data?: GetCapacityManagerMetricDimensionsCommandOutput
10137
+ ) => void
10138
+ ): void;
9966
10139
  getCapacityReservationUsage(
9967
10140
  args: GetCapacityReservationUsageCommandInput,
9968
10141
  options?: __HttpHandlerOptions
@@ -12904,6 +13077,25 @@ export interface EC2 {
12904
13077
  options: __HttpHandlerOptions,
12905
13078
  cb: (err: any, data?: UnmonitorInstancesCommandOutput) => void
12906
13079
  ): void;
13080
+ updateCapacityManagerOrganizationsAccess(
13081
+ args: UpdateCapacityManagerOrganizationsAccessCommandInput,
13082
+ options?: __HttpHandlerOptions
13083
+ ): Promise<UpdateCapacityManagerOrganizationsAccessCommandOutput>;
13084
+ updateCapacityManagerOrganizationsAccess(
13085
+ args: UpdateCapacityManagerOrganizationsAccessCommandInput,
13086
+ cb: (
13087
+ err: any,
13088
+ data?: UpdateCapacityManagerOrganizationsAccessCommandOutput
13089
+ ) => void
13090
+ ): void;
13091
+ updateCapacityManagerOrganizationsAccess(
13092
+ args: UpdateCapacityManagerOrganizationsAccessCommandInput,
13093
+ options: __HttpHandlerOptions,
13094
+ cb: (
13095
+ err: any,
13096
+ data?: UpdateCapacityManagerOrganizationsAccessCommandOutput
13097
+ ) => void
13098
+ ): void;
12907
13099
  updateSecurityGroupRuleDescriptionsEgress(): Promise<UpdateSecurityGroupRuleDescriptionsEgressCommandOutput>;
12908
13100
  updateSecurityGroupRuleDescriptionsEgress(
12909
13101
  args: UpdateSecurityGroupRuleDescriptionsEgressCommandInput,