@aws-sdk/client-ec2 3.910.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.
- package/README.md +72 -0
- package/dist-cjs/index.js +1541 -388
- package/dist-es/EC2.js +18 -0
- package/dist-es/commands/CreateCapacityManagerDataExportCommand.js +22 -0
- package/dist-es/commands/DeleteCapacityManagerDataExportCommand.js +22 -0
- package/dist-es/commands/DescribeCapacityManagerDataExportsCommand.js +22 -0
- package/dist-es/commands/DisableCapacityManagerCommand.js +22 -0
- package/dist-es/commands/EnableCapacityManagerCommand.js +22 -0
- package/dist-es/commands/GetCapacityManagerAttributesCommand.js +22 -0
- package/dist-es/commands/GetCapacityManagerMetricDataCommand.js +22 -0
- package/dist-es/commands/GetCapacityManagerMetricDimensionsCommand.js +22 -0
- package/dist-es/commands/GetLaunchTemplateDataCommand.js +1 -1
- package/dist-es/commands/ModifyVpnConnectionCommand.js +1 -1
- package/dist-es/commands/ModifyVpnConnectionOptionsCommand.js +1 -1
- package/dist-es/commands/ModifyVpnTunnelCertificateCommand.js +1 -1
- package/dist-es/commands/ModifyVpnTunnelOptionsCommand.js +1 -1
- package/dist-es/commands/UpdateCapacityManagerOrganizationsAccessCommand.js +22 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +7 -0
- package/dist-es/models/models_2.js +0 -6
- package/dist-es/models/models_3.js +6 -5
- package/dist-es/models/models_4.js +18 -14
- package/dist-es/models/models_5.js +14 -16
- package/dist-es/models/models_6.js +124 -57
- package/dist-es/models/models_7.js +57 -33
- package/dist-es/models/models_8.js +33 -0
- package/dist-es/pagination/DescribeCapacityManagerDataExportsPaginator.js +4 -0
- package/dist-es/pagination/GetCapacityManagerMetricDataPaginator.js +4 -0
- package/dist-es/pagination/GetCapacityManagerMetricDimensionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -1
- package/dist-es/protocols/Aws_ec2.js +939 -107
- package/dist-types/EC2.d.ts +67 -0
- package/dist-types/EC2Client.d.ts +11 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +21 -5
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +93 -0
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +3 -2
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCapacityManagerDataExportCommand.d.ts +77 -0
- package/dist-types/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCapacityManagerDataExportsCommand.d.ts +109 -0
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DisableCapacityManagerCommand.d.ts +79 -0
- package/dist-types/commands/EnableCapacityManagerCommand.d.ts +80 -0
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityManagerAttributesCommand.d.ts +82 -0
- package/dist-types/commands/GetCapacityManagerMetricDataCommand.d.ts +129 -0
- package/dist-types/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +119 -0
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +2 -1
- package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -2
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +80 -0
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/models_0.d.ts +4 -3
- package/dist-types/models/models_1.d.ts +106 -95
- package/dist-types/models/models_2.d.ts +84 -107
- package/dist-types/models/models_3.d.ts +140 -159
- package/dist-types/models/models_4.d.ts +331 -251
- package/dist-types/models/models_5.d.ts +244 -267
- package/dist-types/models/models_6.d.ts +1497 -1467
- package/dist-types/models/models_7.d.ts +4809 -4775
- package/dist-types/models/models_8.d.ts +968 -5
- package/dist-types/pagination/DescribeCapacityManagerDataExportsPaginator.d.ts +7 -0
- package/dist-types/pagination/GetCapacityManagerMetricDataPaginator.d.ts +7 -0
- package/dist-types/pagination/GetCapacityManagerMetricDimensionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -1
- package/dist-types/protocols/Aws_ec2.d.ts +81 -0
- package/dist-types/ts3.4/EC2.d.ts +175 -0
- package/dist-types/ts3.4/EC2Client.d.ts +54 -0
- package/dist-types/ts3.4/commands/CreateCapacityManagerDataExportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteCapacityManagerDataExportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeCapacityManagerDataExportsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisableCapacityManagerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/EnableCapacityManagerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCapacityManagerAttributesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCapacityManagerMetricDataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +21 -16
- package/dist-types/ts3.4/models/models_2.d.ts +18 -29
- package/dist-types/ts3.4/models/models_3.d.ts +35 -39
- package/dist-types/ts3.4/models/models_4.d.ts +79 -66
- package/dist-types/ts3.4/models/models_5.d.ts +65 -67
- package/dist-types/ts3.4/models/models_6.d.ts +284 -258
- package/dist-types/ts3.4/models/models_7.d.ts +257 -227
- package/dist-types/ts3.4/models/models_8.d.ts +232 -7
- package/dist-types/ts3.4/pagination/DescribeCapacityManagerDataExportsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetCapacityManagerMetricDataPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetCapacityManagerMetricDimensionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +108 -0
- package/package.json +5 -5
|
@@ -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 "./
|
|
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";
|
|
@@ -61,6 +61,7 @@ import { CopyFpgaImageCommandInput, CopyFpgaImageCommandOutput } from "../comman
|
|
|
61
61
|
import { CopyImageCommandInput, CopyImageCommandOutput } from "../commands/CopyImageCommand";
|
|
62
62
|
import { CopySnapshotCommandInput, CopySnapshotCommandOutput } from "../commands/CopySnapshotCommand";
|
|
63
63
|
import { CopyVolumesCommandInput, CopyVolumesCommandOutput } from "../commands/CopyVolumesCommand";
|
|
64
|
+
import { CreateCapacityManagerDataExportCommandInput, CreateCapacityManagerDataExportCommandOutput } from "../commands/CreateCapacityManagerDataExportCommand";
|
|
64
65
|
import { CreateCapacityReservationBySplittingCommandInput, CreateCapacityReservationBySplittingCommandOutput } from "../commands/CreateCapacityReservationBySplittingCommand";
|
|
65
66
|
import { CreateCapacityReservationCommandInput, CreateCapacityReservationCommandOutput } from "../commands/CreateCapacityReservationCommand";
|
|
66
67
|
import { CreateCapacityReservationFleetCommandInput, CreateCapacityReservationFleetCommandOutput } from "../commands/CreateCapacityReservationFleetCommand";
|
|
@@ -154,6 +155,7 @@ import { CreateVpcPeeringConnectionCommandInput, CreateVpcPeeringConnectionComma
|
|
|
154
155
|
import { CreateVpnConnectionCommandInput, CreateVpnConnectionCommandOutput } from "../commands/CreateVpnConnectionCommand";
|
|
155
156
|
import { CreateVpnConnectionRouteCommandInput, CreateVpnConnectionRouteCommandOutput } from "../commands/CreateVpnConnectionRouteCommand";
|
|
156
157
|
import { CreateVpnGatewayCommandInput, CreateVpnGatewayCommandOutput } from "../commands/CreateVpnGatewayCommand";
|
|
158
|
+
import { DeleteCapacityManagerDataExportCommandInput, DeleteCapacityManagerDataExportCommandOutput } from "../commands/DeleteCapacityManagerDataExportCommand";
|
|
157
159
|
import { DeleteCarrierGatewayCommandInput, DeleteCarrierGatewayCommandOutput } from "../commands/DeleteCarrierGatewayCommand";
|
|
158
160
|
import { DeleteClientVpnEndpointCommandInput, DeleteClientVpnEndpointCommandOutput } from "../commands/DeleteClientVpnEndpointCommand";
|
|
159
161
|
import { DeleteClientVpnRouteCommandInput, DeleteClientVpnRouteCommandOutput } from "../commands/DeleteClientVpnRouteCommand";
|
|
@@ -258,6 +260,7 @@ import { DescribeCapacityBlockExtensionOfferingsCommandInput, DescribeCapacityBl
|
|
|
258
260
|
import { DescribeCapacityBlockOfferingsCommandInput, DescribeCapacityBlockOfferingsCommandOutput } from "../commands/DescribeCapacityBlockOfferingsCommand";
|
|
259
261
|
import { DescribeCapacityBlocksCommandInput, DescribeCapacityBlocksCommandOutput } from "../commands/DescribeCapacityBlocksCommand";
|
|
260
262
|
import { DescribeCapacityBlockStatusCommandInput, DescribeCapacityBlockStatusCommandOutput } from "../commands/DescribeCapacityBlockStatusCommand";
|
|
263
|
+
import { DescribeCapacityManagerDataExportsCommandInput, DescribeCapacityManagerDataExportsCommandOutput } from "../commands/DescribeCapacityManagerDataExportsCommand";
|
|
261
264
|
import { DescribeCapacityReservationBillingRequestsCommandInput, DescribeCapacityReservationBillingRequestsCommandOutput } from "../commands/DescribeCapacityReservationBillingRequestsCommand";
|
|
262
265
|
import { DescribeCapacityReservationFleetsCommandInput, DescribeCapacityReservationFleetsCommandOutput } from "../commands/DescribeCapacityReservationFleetsCommand";
|
|
263
266
|
import { DescribeCapacityReservationsCommandInput, DescribeCapacityReservationsCommandOutput } from "../commands/DescribeCapacityReservationsCommand";
|
|
@@ -425,6 +428,7 @@ import { DetachVpnGatewayCommandInput, DetachVpnGatewayCommandOutput } from "../
|
|
|
425
428
|
import { DisableAddressTransferCommandInput, DisableAddressTransferCommandOutput } from "../commands/DisableAddressTransferCommand";
|
|
426
429
|
import { DisableAllowedImagesSettingsCommandInput, DisableAllowedImagesSettingsCommandOutput } from "../commands/DisableAllowedImagesSettingsCommand";
|
|
427
430
|
import { DisableAwsNetworkPerformanceMetricSubscriptionCommandInput, DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput } from "../commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand";
|
|
431
|
+
import { DisableCapacityManagerCommandInput, DisableCapacityManagerCommandOutput } from "../commands/DisableCapacityManagerCommand";
|
|
428
432
|
import { DisableEbsEncryptionByDefaultCommandInput, DisableEbsEncryptionByDefaultCommandOutput } from "../commands/DisableEbsEncryptionByDefaultCommand";
|
|
429
433
|
import { DisableFastLaunchCommandInput, DisableFastLaunchCommandOutput } from "../commands/DisableFastLaunchCommand";
|
|
430
434
|
import { DisableFastSnapshotRestoresCommandInput, DisableFastSnapshotRestoresCommandOutput } from "../commands/DisableFastSnapshotRestoresCommand";
|
|
@@ -461,6 +465,7 @@ import { DisassociateVpcCidrBlockCommandInput, DisassociateVpcCidrBlockCommandOu
|
|
|
461
465
|
import { EnableAddressTransferCommandInput, EnableAddressTransferCommandOutput } from "../commands/EnableAddressTransferCommand";
|
|
462
466
|
import { EnableAllowedImagesSettingsCommandInput, EnableAllowedImagesSettingsCommandOutput } from "../commands/EnableAllowedImagesSettingsCommand";
|
|
463
467
|
import { EnableAwsNetworkPerformanceMetricSubscriptionCommandInput, EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput } from "../commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand";
|
|
468
|
+
import { EnableCapacityManagerCommandInput, EnableCapacityManagerCommandOutput } from "../commands/EnableCapacityManagerCommand";
|
|
464
469
|
import { EnableEbsEncryptionByDefaultCommandInput, EnableEbsEncryptionByDefaultCommandOutput } from "../commands/EnableEbsEncryptionByDefaultCommand";
|
|
465
470
|
import { EnableFastLaunchCommandInput, EnableFastLaunchCommandOutput } from "../commands/EnableFastLaunchCommand";
|
|
466
471
|
import { EnableFastSnapshotRestoresCommandInput, EnableFastSnapshotRestoresCommandOutput } from "../commands/EnableFastSnapshotRestoresCommand";
|
|
@@ -488,6 +493,9 @@ import { GetAllowedImagesSettingsCommandInput, GetAllowedImagesSettingsCommandOu
|
|
|
488
493
|
import { GetAssociatedEnclaveCertificateIamRolesCommandInput, GetAssociatedEnclaveCertificateIamRolesCommandOutput } from "../commands/GetAssociatedEnclaveCertificateIamRolesCommand";
|
|
489
494
|
import { GetAssociatedIpv6PoolCidrsCommandInput, GetAssociatedIpv6PoolCidrsCommandOutput } from "../commands/GetAssociatedIpv6PoolCidrsCommand";
|
|
490
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";
|
|
491
499
|
import { GetCapacityReservationUsageCommandInput, GetCapacityReservationUsageCommandOutput } from "../commands/GetCapacityReservationUsageCommand";
|
|
492
500
|
import { GetCoipPoolUsageCommandInput, GetCoipPoolUsageCommandOutput } from "../commands/GetCoipPoolUsageCommand";
|
|
493
501
|
import { GetConsoleOutputCommandInput, GetConsoleOutputCommandOutput } from "../commands/GetConsoleOutputCommand";
|
|
@@ -692,6 +700,7 @@ import { UnassignPrivateIpAddressesCommandInput, UnassignPrivateIpAddressesComma
|
|
|
692
700
|
import { UnassignPrivateNatGatewayAddressCommandInput, UnassignPrivateNatGatewayAddressCommandOutput } from "../commands/UnassignPrivateNatGatewayAddressCommand";
|
|
693
701
|
import { UnlockSnapshotCommandInput, UnlockSnapshotCommandOutput } from "../commands/UnlockSnapshotCommand";
|
|
694
702
|
import { UnmonitorInstancesCommandInput, UnmonitorInstancesCommandOutput } from "../commands/UnmonitorInstancesCommand";
|
|
703
|
+
import { UpdateCapacityManagerOrganizationsAccessCommandInput, UpdateCapacityManagerOrganizationsAccessCommandOutput } from "../commands/UpdateCapacityManagerOrganizationsAccessCommand";
|
|
695
704
|
import { UpdateSecurityGroupRuleDescriptionsEgressCommandInput, UpdateSecurityGroupRuleDescriptionsEgressCommandOutput } from "../commands/UpdateSecurityGroupRuleDescriptionsEgressCommand";
|
|
696
705
|
import { UpdateSecurityGroupRuleDescriptionsIngressCommandInput, UpdateSecurityGroupRuleDescriptionsIngressCommandOutput } from "../commands/UpdateSecurityGroupRuleDescriptionsIngressCommand";
|
|
697
706
|
import { WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput } from "../commands/WithdrawByoipCidrCommand";
|
|
@@ -939,6 +948,10 @@ export declare const se_CopySnapshotCommand: (input: CopySnapshotCommandInput, c
|
|
|
939
948
|
* serializeAws_ec2CopyVolumesCommand
|
|
940
949
|
*/
|
|
941
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>;
|
|
942
955
|
/**
|
|
943
956
|
* serializeAws_ec2CreateCapacityReservationCommand
|
|
944
957
|
*/
|
|
@@ -1311,6 +1324,10 @@ export declare const se_CreateVpnConnectionRouteCommand: (input: CreateVpnConnec
|
|
|
1311
1324
|
* serializeAws_ec2CreateVpnGatewayCommand
|
|
1312
1325
|
*/
|
|
1313
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>;
|
|
1314
1331
|
/**
|
|
1315
1332
|
* serializeAws_ec2DeleteCarrierGatewayCommand
|
|
1316
1333
|
*/
|
|
@@ -1727,6 +1744,10 @@ export declare const se_DescribeCapacityBlocksCommand: (input: DescribeCapacityB
|
|
|
1727
1744
|
* serializeAws_ec2DescribeCapacityBlockStatusCommand
|
|
1728
1745
|
*/
|
|
1729
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>;
|
|
1730
1751
|
/**
|
|
1731
1752
|
* serializeAws_ec2DescribeCapacityReservationBillingRequestsCommand
|
|
1732
1753
|
*/
|
|
@@ -2395,6 +2416,10 @@ export declare const se_DisableAllowedImagesSettingsCommand: (input: DisableAllo
|
|
|
2395
2416
|
* serializeAws_ec2DisableAwsNetworkPerformanceMetricSubscriptionCommand
|
|
2396
2417
|
*/
|
|
2397
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>;
|
|
2398
2423
|
/**
|
|
2399
2424
|
* serializeAws_ec2DisableEbsEncryptionByDefaultCommand
|
|
2400
2425
|
*/
|
|
@@ -2539,6 +2564,10 @@ export declare const se_EnableAllowedImagesSettingsCommand: (input: EnableAllowe
|
|
|
2539
2564
|
* serializeAws_ec2EnableAwsNetworkPerformanceMetricSubscriptionCommand
|
|
2540
2565
|
*/
|
|
2541
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>;
|
|
2542
2571
|
/**
|
|
2543
2572
|
* serializeAws_ec2EnableEbsEncryptionByDefaultCommand
|
|
2544
2573
|
*/
|
|
@@ -2647,6 +2676,18 @@ export declare const se_GetAssociatedIpv6PoolCidrsCommand: (input: GetAssociated
|
|
|
2647
2676
|
* serializeAws_ec2GetAwsNetworkPerformanceDataCommand
|
|
2648
2677
|
*/
|
|
2649
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>;
|
|
2650
2691
|
/**
|
|
2651
2692
|
* serializeAws_ec2GetCapacityReservationUsageCommand
|
|
2652
2693
|
*/
|
|
@@ -3463,6 +3504,10 @@ export declare const se_UnlockSnapshotCommand: (input: UnlockSnapshotCommandInpu
|
|
|
3463
3504
|
* serializeAws_ec2UnmonitorInstancesCommand
|
|
3464
3505
|
*/
|
|
3465
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>;
|
|
3466
3511
|
/**
|
|
3467
3512
|
* serializeAws_ec2UpdateSecurityGroupRuleDescriptionsEgressCommand
|
|
3468
3513
|
*/
|
|
@@ -3719,6 +3764,10 @@ export declare const de_CopySnapshotCommand: (output: __HttpResponse, context: _
|
|
|
3719
3764
|
* deserializeAws_ec2CopyVolumesCommand
|
|
3720
3765
|
*/
|
|
3721
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>;
|
|
3722
3771
|
/**
|
|
3723
3772
|
* deserializeAws_ec2CreateCapacityReservationCommand
|
|
3724
3773
|
*/
|
|
@@ -4091,6 +4140,10 @@ export declare const de_CreateVpnConnectionRouteCommand: (output: __HttpResponse
|
|
|
4091
4140
|
* deserializeAws_ec2CreateVpnGatewayCommand
|
|
4092
4141
|
*/
|
|
4093
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>;
|
|
4094
4147
|
/**
|
|
4095
4148
|
* deserializeAws_ec2DeleteCarrierGatewayCommand
|
|
4096
4149
|
*/
|
|
@@ -4507,6 +4560,10 @@ export declare const de_DescribeCapacityBlocksCommand: (output: __HttpResponse,
|
|
|
4507
4560
|
* deserializeAws_ec2DescribeCapacityBlockStatusCommand
|
|
4508
4561
|
*/
|
|
4509
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>;
|
|
4510
4567
|
/**
|
|
4511
4568
|
* deserializeAws_ec2DescribeCapacityReservationBillingRequestsCommand
|
|
4512
4569
|
*/
|
|
@@ -5175,6 +5232,10 @@ export declare const de_DisableAllowedImagesSettingsCommand: (output: __HttpResp
|
|
|
5175
5232
|
* deserializeAws_ec2DisableAwsNetworkPerformanceMetricSubscriptionCommand
|
|
5176
5233
|
*/
|
|
5177
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>;
|
|
5178
5239
|
/**
|
|
5179
5240
|
* deserializeAws_ec2DisableEbsEncryptionByDefaultCommand
|
|
5180
5241
|
*/
|
|
@@ -5319,6 +5380,10 @@ export declare const de_EnableAllowedImagesSettingsCommand: (output: __HttpRespo
|
|
|
5319
5380
|
* deserializeAws_ec2EnableAwsNetworkPerformanceMetricSubscriptionCommand
|
|
5320
5381
|
*/
|
|
5321
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>;
|
|
5322
5387
|
/**
|
|
5323
5388
|
* deserializeAws_ec2EnableEbsEncryptionByDefaultCommand
|
|
5324
5389
|
*/
|
|
@@ -5427,6 +5492,18 @@ export declare const de_GetAssociatedIpv6PoolCidrsCommand: (output: __HttpRespon
|
|
|
5427
5492
|
* deserializeAws_ec2GetAwsNetworkPerformanceDataCommand
|
|
5428
5493
|
*/
|
|
5429
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>;
|
|
5430
5507
|
/**
|
|
5431
5508
|
* deserializeAws_ec2GetCapacityReservationUsageCommand
|
|
5432
5509
|
*/
|
|
@@ -6243,6 +6320,10 @@ export declare const de_UnlockSnapshotCommand: (output: __HttpResponse, context:
|
|
|
6243
6320
|
* deserializeAws_ec2UnmonitorInstancesCommand
|
|
6244
6321
|
*/
|
|
6245
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>;
|
|
6246
6327
|
/**
|
|
6247
6328
|
* deserializeAws_ec2UpdateSecurityGroupRuleDescriptionsEgressCommand
|
|
6248
6329
|
*/
|
|
@@ -243,6 +243,10 @@ import {
|
|
|
243
243
|
CopyVolumesCommandInput,
|
|
244
244
|
CopyVolumesCommandOutput,
|
|
245
245
|
} from "./commands/CopyVolumesCommand";
|
|
246
|
+
import {
|
|
247
|
+
CreateCapacityManagerDataExportCommandInput,
|
|
248
|
+
CreateCapacityManagerDataExportCommandOutput,
|
|
249
|
+
} from "./commands/CreateCapacityManagerDataExportCommand";
|
|
246
250
|
import {
|
|
247
251
|
CreateCapacityReservationBySplittingCommandInput,
|
|
248
252
|
CreateCapacityReservationBySplittingCommandOutput,
|
|
@@ -615,6 +619,10 @@ import {
|
|
|
615
619
|
CreateVpnGatewayCommandInput,
|
|
616
620
|
CreateVpnGatewayCommandOutput,
|
|
617
621
|
} from "./commands/CreateVpnGatewayCommand";
|
|
622
|
+
import {
|
|
623
|
+
DeleteCapacityManagerDataExportCommandInput,
|
|
624
|
+
DeleteCapacityManagerDataExportCommandOutput,
|
|
625
|
+
} from "./commands/DeleteCapacityManagerDataExportCommand";
|
|
618
626
|
import {
|
|
619
627
|
DeleteCarrierGatewayCommandInput,
|
|
620
628
|
DeleteCarrierGatewayCommandOutput,
|
|
@@ -1031,6 +1039,10 @@ import {
|
|
|
1031
1039
|
DescribeCapacityBlockStatusCommandInput,
|
|
1032
1040
|
DescribeCapacityBlockStatusCommandOutput,
|
|
1033
1041
|
} from "./commands/DescribeCapacityBlockStatusCommand";
|
|
1042
|
+
import {
|
|
1043
|
+
DescribeCapacityManagerDataExportsCommandInput,
|
|
1044
|
+
DescribeCapacityManagerDataExportsCommandOutput,
|
|
1045
|
+
} from "./commands/DescribeCapacityManagerDataExportsCommand";
|
|
1034
1046
|
import {
|
|
1035
1047
|
DescribeCapacityReservationBillingRequestsCommandInput,
|
|
1036
1048
|
DescribeCapacityReservationBillingRequestsCommandOutput,
|
|
@@ -1699,6 +1711,10 @@ import {
|
|
|
1699
1711
|
DisableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
1700
1712
|
DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
|
|
1701
1713
|
} from "./commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand";
|
|
1714
|
+
import {
|
|
1715
|
+
DisableCapacityManagerCommandInput,
|
|
1716
|
+
DisableCapacityManagerCommandOutput,
|
|
1717
|
+
} from "./commands/DisableCapacityManagerCommand";
|
|
1702
1718
|
import {
|
|
1703
1719
|
DisableEbsEncryptionByDefaultCommandInput,
|
|
1704
1720
|
DisableEbsEncryptionByDefaultCommandOutput,
|
|
@@ -1843,6 +1859,10 @@ import {
|
|
|
1843
1859
|
EnableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
1844
1860
|
EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
|
|
1845
1861
|
} from "./commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand";
|
|
1862
|
+
import {
|
|
1863
|
+
EnableCapacityManagerCommandInput,
|
|
1864
|
+
EnableCapacityManagerCommandOutput,
|
|
1865
|
+
} from "./commands/EnableCapacityManagerCommand";
|
|
1846
1866
|
import {
|
|
1847
1867
|
EnableEbsEncryptionByDefaultCommandInput,
|
|
1848
1868
|
EnableEbsEncryptionByDefaultCommandOutput,
|
|
@@ -1951,6 +1971,18 @@ import {
|
|
|
1951
1971
|
GetAwsNetworkPerformanceDataCommandInput,
|
|
1952
1972
|
GetAwsNetworkPerformanceDataCommandOutput,
|
|
1953
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";
|
|
1954
1986
|
import {
|
|
1955
1987
|
GetCapacityReservationUsageCommandInput,
|
|
1956
1988
|
GetCapacityReservationUsageCommandOutput,
|
|
@@ -2767,6 +2799,10 @@ import {
|
|
|
2767
2799
|
UnmonitorInstancesCommandInput,
|
|
2768
2800
|
UnmonitorInstancesCommandOutput,
|
|
2769
2801
|
} from "./commands/UnmonitorInstancesCommand";
|
|
2802
|
+
import {
|
|
2803
|
+
UpdateCapacityManagerOrganizationsAccessCommandInput,
|
|
2804
|
+
UpdateCapacityManagerOrganizationsAccessCommandOutput,
|
|
2805
|
+
} from "./commands/UpdateCapacityManagerOrganizationsAccessCommand";
|
|
2770
2806
|
import {
|
|
2771
2807
|
UpdateSecurityGroupRuleDescriptionsEgressCommandInput,
|
|
2772
2808
|
UpdateSecurityGroupRuleDescriptionsEgressCommandOutput,
|
|
@@ -3652,6 +3688,19 @@ export interface EC2 {
|
|
|
3652
3688
|
options: __HttpHandlerOptions,
|
|
3653
3689
|
cb: (err: any, data?: CopyVolumesCommandOutput) => void
|
|
3654
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;
|
|
3655
3704
|
createCapacityReservation(
|
|
3656
3705
|
args: CreateCapacityReservationCommandInput,
|
|
3657
3706
|
options?: __HttpHandlerOptions
|
|
@@ -4978,6 +5027,19 @@ export interface EC2 {
|
|
|
4978
5027
|
options: __HttpHandlerOptions,
|
|
4979
5028
|
cb: (err: any, data?: CreateVpnGatewayCommandOutput) => void
|
|
4980
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;
|
|
4981
5043
|
deleteCarrierGateway(
|
|
4982
5044
|
args: DeleteCarrierGatewayCommandInput,
|
|
4983
5045
|
options?: __HttpHandlerOptions
|
|
@@ -6473,6 +6535,26 @@ export interface EC2 {
|
|
|
6473
6535
|
options: __HttpHandlerOptions,
|
|
6474
6536
|
cb: (err: any, data?: DescribeCapacityBlockStatusCommandOutput) => void
|
|
6475
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;
|
|
6476
6558
|
describeCapacityReservationBillingRequests(
|
|
6477
6559
|
args: DescribeCapacityReservationBillingRequestsCommandInput,
|
|
6478
6560
|
options?: __HttpHandlerOptions
|
|
@@ -9034,6 +9116,20 @@ export interface EC2 {
|
|
|
9034
9116
|
data?: DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput
|
|
9035
9117
|
) => void
|
|
9036
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;
|
|
9037
9133
|
disableEbsEncryptionByDefault(): Promise<DisableEbsEncryptionByDefaultCommandOutput>;
|
|
9038
9134
|
disableEbsEncryptionByDefault(
|
|
9039
9135
|
args: DisableEbsEncryptionByDefaultCommandInput,
|
|
@@ -9575,6 +9671,20 @@ export interface EC2 {
|
|
|
9575
9671
|
data?: EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput
|
|
9576
9672
|
) => void
|
|
9577
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;
|
|
9578
9688
|
enableEbsEncryptionByDefault(): Promise<EnableEbsEncryptionByDefaultCommandOutput>;
|
|
9579
9689
|
enableEbsEncryptionByDefault(
|
|
9580
9690
|
args: EnableEbsEncryptionByDefaultCommandInput,
|
|
@@ -9980,6 +10090,52 @@ export interface EC2 {
|
|
|
9980
10090
|
options: __HttpHandlerOptions,
|
|
9981
10091
|
cb: (err: any, data?: GetAwsNetworkPerformanceDataCommandOutput) => void
|
|
9982
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;
|
|
9983
10139
|
getCapacityReservationUsage(
|
|
9984
10140
|
args: GetCapacityReservationUsageCommandInput,
|
|
9985
10141
|
options?: __HttpHandlerOptions
|
|
@@ -12921,6 +13077,25 @@ export interface EC2 {
|
|
|
12921
13077
|
options: __HttpHandlerOptions,
|
|
12922
13078
|
cb: (err: any, data?: UnmonitorInstancesCommandOutput) => void
|
|
12923
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;
|
|
12924
13099
|
updateSecurityGroupRuleDescriptionsEgress(): Promise<UpdateSecurityGroupRuleDescriptionsEgressCommandOutput>;
|
|
12925
13100
|
updateSecurityGroupRuleDescriptionsEgress(
|
|
12926
13101
|
args: UpdateSecurityGroupRuleDescriptionsEgressCommandInput,
|