@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.
- package/README.md +80 -0
- package/dist-cjs/index.js +1715 -465
- package/dist-es/EC2.js +20 -0
- package/dist-es/commands/CopyVolumesCommand.js +22 -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 +10 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +29 -9
- package/dist-es/models/models_2.js +0 -26
- package/dist-es/models/models_3.js +13 -9
- package/dist-es/models/models_4.js +22 -18
- package/dist-es/models/models_5.js +18 -20
- package/dist-es/models/models_6.js +129 -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 +1052 -143
- package/dist-types/EC2.d.ts +74 -0
- package/dist-types/EC2Client.d.ts +12 -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 +137 -0
- 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 +4 -2
- 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/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -2
- 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/DescribeVolumeStatusCommand.d.ts +3 -2
- package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -0
- 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 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.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/ProvisionIpamByoasnCommand.d.ts +1 -1
- 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 +10 -0
- package/dist-types/models/models_0.d.ts +4 -3
- package/dist-types/models/models_1.d.ts +415 -210
- package/dist-types/models/models_2.d.ts +187 -333
- package/dist-types/models/models_3.d.ts +184 -241
- package/dist-types/models/models_4.d.ts +414 -281
- package/dist-types/models/models_5.d.ts +275 -293
- package/dist-types/models/models_6.d.ts +1596 -1580
- package/dist-types/models/models_7.d.ts +4799 -4756
- package/dist-types/models/models_8.d.ts +1010 -10
- 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 +90 -0
- package/dist-types/ts3.4/EC2.d.ts +192 -0
- package/dist-types/ts3.4/EC2Client.d.ts +60 -0
- package/dist-types/ts3.4/commands/CopyVolumesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateCapacityManagerDataExportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -1
- 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/DescribeCapacityReservationBillingRequestsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -4
- 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 +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.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/ProvisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +88 -47
- package/dist-types/ts3.4/models/models_2.d.ts +36 -86
- package/dist-types/ts3.4/models/models_3.d.ts +49 -54
- package/dist-types/ts3.4/models/models_4.d.ts +92 -76
- package/dist-types/ts3.4/models/models_5.d.ts +76 -79
- package/dist-types/ts3.4/models/models_6.d.ts +296 -269
- package/dist-types/ts3.4/models/models_7.d.ts +268 -237
- package/dist-types/ts3.4/models/models_8.d.ts +243 -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 +120 -0
- package/package.json +35 -35
|
@@ -285,6 +285,14 @@ import {
|
|
|
285
285
|
CopySnapshotCommandInput,
|
|
286
286
|
CopySnapshotCommandOutput,
|
|
287
287
|
} from "./commands/CopySnapshotCommand";
|
|
288
|
+
import {
|
|
289
|
+
CopyVolumesCommandInput,
|
|
290
|
+
CopyVolumesCommandOutput,
|
|
291
|
+
} from "./commands/CopyVolumesCommand";
|
|
292
|
+
import {
|
|
293
|
+
CreateCapacityManagerDataExportCommandInput,
|
|
294
|
+
CreateCapacityManagerDataExportCommandOutput,
|
|
295
|
+
} from "./commands/CreateCapacityManagerDataExportCommand";
|
|
288
296
|
import {
|
|
289
297
|
CreateCapacityReservationBySplittingCommandInput,
|
|
290
298
|
CreateCapacityReservationBySplittingCommandOutput,
|
|
@@ -657,6 +665,10 @@ import {
|
|
|
657
665
|
CreateVpnGatewayCommandInput,
|
|
658
666
|
CreateVpnGatewayCommandOutput,
|
|
659
667
|
} from "./commands/CreateVpnGatewayCommand";
|
|
668
|
+
import {
|
|
669
|
+
DeleteCapacityManagerDataExportCommandInput,
|
|
670
|
+
DeleteCapacityManagerDataExportCommandOutput,
|
|
671
|
+
} from "./commands/DeleteCapacityManagerDataExportCommand";
|
|
660
672
|
import {
|
|
661
673
|
DeleteCarrierGatewayCommandInput,
|
|
662
674
|
DeleteCarrierGatewayCommandOutput,
|
|
@@ -1073,6 +1085,10 @@ import {
|
|
|
1073
1085
|
DescribeCapacityBlockStatusCommandInput,
|
|
1074
1086
|
DescribeCapacityBlockStatusCommandOutput,
|
|
1075
1087
|
} from "./commands/DescribeCapacityBlockStatusCommand";
|
|
1088
|
+
import {
|
|
1089
|
+
DescribeCapacityManagerDataExportsCommandInput,
|
|
1090
|
+
DescribeCapacityManagerDataExportsCommandOutput,
|
|
1091
|
+
} from "./commands/DescribeCapacityManagerDataExportsCommand";
|
|
1076
1092
|
import {
|
|
1077
1093
|
DescribeCapacityReservationBillingRequestsCommandInput,
|
|
1078
1094
|
DescribeCapacityReservationBillingRequestsCommandOutput,
|
|
@@ -1741,6 +1757,10 @@ import {
|
|
|
1741
1757
|
DisableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
1742
1758
|
DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
|
|
1743
1759
|
} from "./commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand";
|
|
1760
|
+
import {
|
|
1761
|
+
DisableCapacityManagerCommandInput,
|
|
1762
|
+
DisableCapacityManagerCommandOutput,
|
|
1763
|
+
} from "./commands/DisableCapacityManagerCommand";
|
|
1744
1764
|
import {
|
|
1745
1765
|
DisableEbsEncryptionByDefaultCommandInput,
|
|
1746
1766
|
DisableEbsEncryptionByDefaultCommandOutput,
|
|
@@ -1885,6 +1905,10 @@ import {
|
|
|
1885
1905
|
EnableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
1886
1906
|
EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
|
|
1887
1907
|
} from "./commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand";
|
|
1908
|
+
import {
|
|
1909
|
+
EnableCapacityManagerCommandInput,
|
|
1910
|
+
EnableCapacityManagerCommandOutput,
|
|
1911
|
+
} from "./commands/EnableCapacityManagerCommand";
|
|
1888
1912
|
import {
|
|
1889
1913
|
EnableEbsEncryptionByDefaultCommandInput,
|
|
1890
1914
|
EnableEbsEncryptionByDefaultCommandOutput,
|
|
@@ -1993,6 +2017,18 @@ import {
|
|
|
1993
2017
|
GetAwsNetworkPerformanceDataCommandInput,
|
|
1994
2018
|
GetAwsNetworkPerformanceDataCommandOutput,
|
|
1995
2019
|
} from "./commands/GetAwsNetworkPerformanceDataCommand";
|
|
2020
|
+
import {
|
|
2021
|
+
GetCapacityManagerAttributesCommandInput,
|
|
2022
|
+
GetCapacityManagerAttributesCommandOutput,
|
|
2023
|
+
} from "./commands/GetCapacityManagerAttributesCommand";
|
|
2024
|
+
import {
|
|
2025
|
+
GetCapacityManagerMetricDataCommandInput,
|
|
2026
|
+
GetCapacityManagerMetricDataCommandOutput,
|
|
2027
|
+
} from "./commands/GetCapacityManagerMetricDataCommand";
|
|
2028
|
+
import {
|
|
2029
|
+
GetCapacityManagerMetricDimensionsCommandInput,
|
|
2030
|
+
GetCapacityManagerMetricDimensionsCommandOutput,
|
|
2031
|
+
} from "./commands/GetCapacityManagerMetricDimensionsCommand";
|
|
1996
2032
|
import {
|
|
1997
2033
|
GetCapacityReservationUsageCommandInput,
|
|
1998
2034
|
GetCapacityReservationUsageCommandOutput,
|
|
@@ -2809,6 +2845,10 @@ import {
|
|
|
2809
2845
|
UnmonitorInstancesCommandInput,
|
|
2810
2846
|
UnmonitorInstancesCommandOutput,
|
|
2811
2847
|
} from "./commands/UnmonitorInstancesCommand";
|
|
2848
|
+
import {
|
|
2849
|
+
UpdateCapacityManagerOrganizationsAccessCommandInput,
|
|
2850
|
+
UpdateCapacityManagerOrganizationsAccessCommandOutput,
|
|
2851
|
+
} from "./commands/UpdateCapacityManagerOrganizationsAccessCommand";
|
|
2812
2852
|
import {
|
|
2813
2853
|
UpdateSecurityGroupRuleDescriptionsEgressCommandInput,
|
|
2814
2854
|
UpdateSecurityGroupRuleDescriptionsEgressCommandOutput,
|
|
@@ -2889,6 +2929,8 @@ export type ServiceInputTypes =
|
|
|
2889
2929
|
| CopyFpgaImageCommandInput
|
|
2890
2930
|
| CopyImageCommandInput
|
|
2891
2931
|
| CopySnapshotCommandInput
|
|
2932
|
+
| CopyVolumesCommandInput
|
|
2933
|
+
| CreateCapacityManagerDataExportCommandInput
|
|
2892
2934
|
| CreateCapacityReservationBySplittingCommandInput
|
|
2893
2935
|
| CreateCapacityReservationCommandInput
|
|
2894
2936
|
| CreateCapacityReservationFleetCommandInput
|
|
@@ -2982,6 +3024,7 @@ export type ServiceInputTypes =
|
|
|
2982
3024
|
| CreateVpnConnectionCommandInput
|
|
2983
3025
|
| CreateVpnConnectionRouteCommandInput
|
|
2984
3026
|
| CreateVpnGatewayCommandInput
|
|
3027
|
+
| DeleteCapacityManagerDataExportCommandInput
|
|
2985
3028
|
| DeleteCarrierGatewayCommandInput
|
|
2986
3029
|
| DeleteClientVpnEndpointCommandInput
|
|
2987
3030
|
| DeleteClientVpnRouteCommandInput
|
|
@@ -3086,6 +3129,7 @@ export type ServiceInputTypes =
|
|
|
3086
3129
|
| DescribeCapacityBlockOfferingsCommandInput
|
|
3087
3130
|
| DescribeCapacityBlockStatusCommandInput
|
|
3088
3131
|
| DescribeCapacityBlocksCommandInput
|
|
3132
|
+
| DescribeCapacityManagerDataExportsCommandInput
|
|
3089
3133
|
| DescribeCapacityReservationBillingRequestsCommandInput
|
|
3090
3134
|
| DescribeCapacityReservationFleetsCommandInput
|
|
3091
3135
|
| DescribeCapacityReservationsCommandInput
|
|
@@ -3253,6 +3297,7 @@ export type ServiceInputTypes =
|
|
|
3253
3297
|
| DisableAddressTransferCommandInput
|
|
3254
3298
|
| DisableAllowedImagesSettingsCommandInput
|
|
3255
3299
|
| DisableAwsNetworkPerformanceMetricSubscriptionCommandInput
|
|
3300
|
+
| DisableCapacityManagerCommandInput
|
|
3256
3301
|
| DisableEbsEncryptionByDefaultCommandInput
|
|
3257
3302
|
| DisableFastLaunchCommandInput
|
|
3258
3303
|
| DisableFastSnapshotRestoresCommandInput
|
|
@@ -3289,6 +3334,7 @@ export type ServiceInputTypes =
|
|
|
3289
3334
|
| EnableAddressTransferCommandInput
|
|
3290
3335
|
| EnableAllowedImagesSettingsCommandInput
|
|
3291
3336
|
| EnableAwsNetworkPerformanceMetricSubscriptionCommandInput
|
|
3337
|
+
| EnableCapacityManagerCommandInput
|
|
3292
3338
|
| EnableEbsEncryptionByDefaultCommandInput
|
|
3293
3339
|
| EnableFastLaunchCommandInput
|
|
3294
3340
|
| EnableFastSnapshotRestoresCommandInput
|
|
@@ -3316,6 +3362,9 @@ export type ServiceInputTypes =
|
|
|
3316
3362
|
| GetAssociatedEnclaveCertificateIamRolesCommandInput
|
|
3317
3363
|
| GetAssociatedIpv6PoolCidrsCommandInput
|
|
3318
3364
|
| GetAwsNetworkPerformanceDataCommandInput
|
|
3365
|
+
| GetCapacityManagerAttributesCommandInput
|
|
3366
|
+
| GetCapacityManagerMetricDataCommandInput
|
|
3367
|
+
| GetCapacityManagerMetricDimensionsCommandInput
|
|
3319
3368
|
| GetCapacityReservationUsageCommandInput
|
|
3320
3369
|
| GetCoipPoolUsageCommandInput
|
|
3321
3370
|
| GetConsoleOutputCommandInput
|
|
@@ -3520,6 +3569,7 @@ export type ServiceInputTypes =
|
|
|
3520
3569
|
| UnassignPrivateNatGatewayAddressCommandInput
|
|
3521
3570
|
| UnlockSnapshotCommandInput
|
|
3522
3571
|
| UnmonitorInstancesCommandInput
|
|
3572
|
+
| UpdateCapacityManagerOrganizationsAccessCommandInput
|
|
3523
3573
|
| UpdateSecurityGroupRuleDescriptionsEgressCommandInput
|
|
3524
3574
|
| UpdateSecurityGroupRuleDescriptionsIngressCommandInput
|
|
3525
3575
|
| WithdrawByoipCidrCommandInput;
|
|
@@ -3584,6 +3634,8 @@ export type ServiceOutputTypes =
|
|
|
3584
3634
|
| CopyFpgaImageCommandOutput
|
|
3585
3635
|
| CopyImageCommandOutput
|
|
3586
3636
|
| CopySnapshotCommandOutput
|
|
3637
|
+
| CopyVolumesCommandOutput
|
|
3638
|
+
| CreateCapacityManagerDataExportCommandOutput
|
|
3587
3639
|
| CreateCapacityReservationBySplittingCommandOutput
|
|
3588
3640
|
| CreateCapacityReservationCommandOutput
|
|
3589
3641
|
| CreateCapacityReservationFleetCommandOutput
|
|
@@ -3677,6 +3729,7 @@ export type ServiceOutputTypes =
|
|
|
3677
3729
|
| CreateVpnConnectionCommandOutput
|
|
3678
3730
|
| CreateVpnConnectionRouteCommandOutput
|
|
3679
3731
|
| CreateVpnGatewayCommandOutput
|
|
3732
|
+
| DeleteCapacityManagerDataExportCommandOutput
|
|
3680
3733
|
| DeleteCarrierGatewayCommandOutput
|
|
3681
3734
|
| DeleteClientVpnEndpointCommandOutput
|
|
3682
3735
|
| DeleteClientVpnRouteCommandOutput
|
|
@@ -3781,6 +3834,7 @@ export type ServiceOutputTypes =
|
|
|
3781
3834
|
| DescribeCapacityBlockOfferingsCommandOutput
|
|
3782
3835
|
| DescribeCapacityBlockStatusCommandOutput
|
|
3783
3836
|
| DescribeCapacityBlocksCommandOutput
|
|
3837
|
+
| DescribeCapacityManagerDataExportsCommandOutput
|
|
3784
3838
|
| DescribeCapacityReservationBillingRequestsCommandOutput
|
|
3785
3839
|
| DescribeCapacityReservationFleetsCommandOutput
|
|
3786
3840
|
| DescribeCapacityReservationsCommandOutput
|
|
@@ -3948,6 +4002,7 @@ export type ServiceOutputTypes =
|
|
|
3948
4002
|
| DisableAddressTransferCommandOutput
|
|
3949
4003
|
| DisableAllowedImagesSettingsCommandOutput
|
|
3950
4004
|
| DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput
|
|
4005
|
+
| DisableCapacityManagerCommandOutput
|
|
3951
4006
|
| DisableEbsEncryptionByDefaultCommandOutput
|
|
3952
4007
|
| DisableFastLaunchCommandOutput
|
|
3953
4008
|
| DisableFastSnapshotRestoresCommandOutput
|
|
@@ -3984,6 +4039,7 @@ export type ServiceOutputTypes =
|
|
|
3984
4039
|
| EnableAddressTransferCommandOutput
|
|
3985
4040
|
| EnableAllowedImagesSettingsCommandOutput
|
|
3986
4041
|
| EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput
|
|
4042
|
+
| EnableCapacityManagerCommandOutput
|
|
3987
4043
|
| EnableEbsEncryptionByDefaultCommandOutput
|
|
3988
4044
|
| EnableFastLaunchCommandOutput
|
|
3989
4045
|
| EnableFastSnapshotRestoresCommandOutput
|
|
@@ -4011,6 +4067,9 @@ export type ServiceOutputTypes =
|
|
|
4011
4067
|
| GetAssociatedEnclaveCertificateIamRolesCommandOutput
|
|
4012
4068
|
| GetAssociatedIpv6PoolCidrsCommandOutput
|
|
4013
4069
|
| GetAwsNetworkPerformanceDataCommandOutput
|
|
4070
|
+
| GetCapacityManagerAttributesCommandOutput
|
|
4071
|
+
| GetCapacityManagerMetricDataCommandOutput
|
|
4072
|
+
| GetCapacityManagerMetricDimensionsCommandOutput
|
|
4014
4073
|
| GetCapacityReservationUsageCommandOutput
|
|
4015
4074
|
| GetCoipPoolUsageCommandOutput
|
|
4016
4075
|
| GetConsoleOutputCommandOutput
|
|
@@ -4215,6 +4274,7 @@ export type ServiceOutputTypes =
|
|
|
4215
4274
|
| UnassignPrivateNatGatewayAddressCommandOutput
|
|
4216
4275
|
| UnlockSnapshotCommandOutput
|
|
4217
4276
|
| UnmonitorInstancesCommandOutput
|
|
4277
|
+
| UpdateCapacityManagerOrganizationsAccessCommandOutput
|
|
4218
4278
|
| UpdateSecurityGroupRuleDescriptionsEgressCommandOutput
|
|
4219
4279
|
| UpdateSecurityGroupRuleDescriptionsIngressCommandOutput
|
|
4220
4280
|
| WithdrawByoipCidrCommandOutput;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
EC2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../EC2Client";
|
|
8
|
+
import { CopyVolumesRequest, CopyVolumesResult } from "../models/models_1";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface CopyVolumesCommandInput extends CopyVolumesRequest {}
|
|
12
|
+
export interface CopyVolumesCommandOutput
|
|
13
|
+
extends CopyVolumesResult,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const CopyVolumesCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: CopyVolumesCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
CopyVolumesCommandInput,
|
|
20
|
+
CopyVolumesCommandOutput,
|
|
21
|
+
EC2ClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
input: CopyVolumesCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
CopyVolumesCommandInput,
|
|
29
|
+
CopyVolumesCommandOutput,
|
|
30
|
+
EC2ClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class CopyVolumesCommand extends CopyVolumesCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CopyVolumesRequest;
|
|
40
|
+
output: CopyVolumesResult;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CopyVolumesCommandInput;
|
|
44
|
+
output: CopyVolumesCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
EC2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../EC2Client";
|
|
8
|
+
import {
|
|
9
|
+
CreateCapacityManagerDataExportRequest,
|
|
10
|
+
CreateCapacityManagerDataExportResult,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateCapacityManagerDataExportCommandInput
|
|
15
|
+
extends CreateCapacityManagerDataExportRequest {}
|
|
16
|
+
export interface CreateCapacityManagerDataExportCommandOutput
|
|
17
|
+
extends CreateCapacityManagerDataExportResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateCapacityManagerDataExportCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateCapacityManagerDataExportCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateCapacityManagerDataExportCommandInput,
|
|
24
|
+
CreateCapacityManagerDataExportCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateCapacityManagerDataExportCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateCapacityManagerDataExportCommandInput,
|
|
33
|
+
CreateCapacityManagerDataExportCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateCapacityManagerDataExportCommand extends CreateCapacityManagerDataExportCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateCapacityManagerDataExportRequest;
|
|
44
|
+
output: CreateCapacityManagerDataExportResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateCapacityManagerDataExportCommandInput;
|
|
48
|
+
output: CreateCapacityManagerDataExportCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -5,7 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
8
|
+
import { Volume } from "../models/models_1";
|
|
9
|
+
import { CreateVolumeRequest } from "../models/models_2";
|
|
9
10
|
export { __MetadataBearer };
|
|
10
11
|
export { $Command };
|
|
11
12
|
export interface CreateVolumeCommandInput extends CreateVolumeRequest {}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
CreateVpcBlockPublicAccessExclusionResult,
|
|
11
|
-
} from "../models/models_2";
|
|
8
|
+
import { CreateVpcBlockPublicAccessExclusionRequest } from "../models/models_2";
|
|
9
|
+
import { CreateVpcBlockPublicAccessExclusionResult } from "../models/models_3";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface CreateVpcBlockPublicAccessExclusionCommandInput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
EC2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../EC2Client";
|
|
8
|
+
import {
|
|
9
|
+
DeleteCapacityManagerDataExportRequest,
|
|
10
|
+
DeleteCapacityManagerDataExportResult,
|
|
11
|
+
} from "../models/models_3";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteCapacityManagerDataExportCommandInput
|
|
15
|
+
extends DeleteCapacityManagerDataExportRequest {}
|
|
16
|
+
export interface DeleteCapacityManagerDataExportCommandOutput
|
|
17
|
+
extends DeleteCapacityManagerDataExportResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteCapacityManagerDataExportCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteCapacityManagerDataExportCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteCapacityManagerDataExportCommandInput,
|
|
24
|
+
DeleteCapacityManagerDataExportCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DeleteCapacityManagerDataExportCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteCapacityManagerDataExportCommandInput,
|
|
33
|
+
DeleteCapacityManagerDataExportCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteCapacityManagerDataExportCommand extends DeleteCapacityManagerDataExportCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteCapacityManagerDataExportRequest;
|
|
44
|
+
output: DeleteCapacityManagerDataExportResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteCapacityManagerDataExportCommandInput;
|
|
48
|
+
output: DeleteCapacityManagerDataExportCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DescribeCapacityBlockStatusRequest,
|
|
10
10
|
DescribeCapacityBlockStatusResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_4";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DescribeCapacityBlockStatusCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
DescribeCapacityBlocksResult,
|
|
11
|
-
} from "../models/models_3";
|
|
8
|
+
import { DescribeCapacityBlocksRequest } from "../models/models_3";
|
|
9
|
+
import { DescribeCapacityBlocksResult } from "../models/models_4";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface DescribeCapacityBlocksCommandInput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
EC2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../EC2Client";
|
|
8
|
+
import {
|
|
9
|
+
DescribeCapacityManagerDataExportsRequest,
|
|
10
|
+
DescribeCapacityManagerDataExportsResult,
|
|
11
|
+
} from "../models/models_4";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeCapacityManagerDataExportsCommandInput
|
|
15
|
+
extends DescribeCapacityManagerDataExportsRequest {}
|
|
16
|
+
export interface DescribeCapacityManagerDataExportsCommandOutput
|
|
17
|
+
extends DescribeCapacityManagerDataExportsResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeCapacityManagerDataExportsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeCapacityManagerDataExportsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeCapacityManagerDataExportsCommandInput,
|
|
24
|
+
DescribeCapacityManagerDataExportsCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [DescribeCapacityManagerDataExportsCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeCapacityManagerDataExportsCommandInput,
|
|
33
|
+
DescribeCapacityManagerDataExportsCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeCapacityManagerDataExportsCommand extends DescribeCapacityManagerDataExportsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeCapacityManagerDataExportsRequest;
|
|
44
|
+
output: DescribeCapacityManagerDataExportsResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeCapacityManagerDataExportsCommandInput;
|
|
48
|
+
output: DescribeCapacityManagerDataExportsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
DescribeCapacityReservationBillingRequestsRequest,
|
|
10
|
+
DescribeCapacityReservationBillingRequestsResult,
|
|
11
|
+
} from "../models/models_4";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface DescribeCapacityReservationBillingRequestsCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
DescribeVolumeStatusResult,
|
|
11
|
-
} from "../models/models_5";
|
|
8
|
+
import { DescribeVolumeStatusRequest } from "../models/models_5";
|
|
9
|
+
import { DescribeVolumeStatusResult } from "../models/models_6";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface DescribeVolumeStatusCommandInput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
EC2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../EC2Client";
|
|
8
|
+
import {
|
|
9
|
+
DisableCapacityManagerRequest,
|
|
10
|
+
DisableCapacityManagerResult,
|
|
11
|
+
} from "../models/models_6";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DisableCapacityManagerCommandInput
|
|
15
|
+
extends DisableCapacityManagerRequest {}
|
|
16
|
+
export interface DisableCapacityManagerCommandOutput
|
|
17
|
+
extends DisableCapacityManagerResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DisableCapacityManagerCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DisableCapacityManagerCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DisableCapacityManagerCommandInput,
|
|
24
|
+
DisableCapacityManagerCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [DisableCapacityManagerCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DisableCapacityManagerCommandInput,
|
|
33
|
+
DisableCapacityManagerCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DisableCapacityManagerCommand extends DisableCapacityManagerCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DisableCapacityManagerRequest;
|
|
44
|
+
output: DisableCapacityManagerResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DisableCapacityManagerCommandInput;
|
|
48
|
+
output: DisableCapacityManagerCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
EC2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../EC2Client";
|
|
8
|
+
import {
|
|
9
|
+
EnableCapacityManagerRequest,
|
|
10
|
+
EnableCapacityManagerResult,
|
|
11
|
+
} from "../models/models_6";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface EnableCapacityManagerCommandInput
|
|
15
|
+
extends EnableCapacityManagerRequest {}
|
|
16
|
+
export interface EnableCapacityManagerCommandOutput
|
|
17
|
+
extends EnableCapacityManagerResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const EnableCapacityManagerCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: EnableCapacityManagerCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
EnableCapacityManagerCommandInput,
|
|
24
|
+
EnableCapacityManagerCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [EnableCapacityManagerCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
EnableCapacityManagerCommandInput,
|
|
33
|
+
EnableCapacityManagerCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class EnableCapacityManagerCommand extends EnableCapacityManagerCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: EnableCapacityManagerRequest;
|
|
44
|
+
output: EnableCapacityManagerResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: EnableCapacityManagerCommandInput;
|
|
48
|
+
output: EnableCapacityManagerCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
EC2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../EC2Client";
|
|
8
|
+
import {
|
|
9
|
+
GetCapacityManagerAttributesRequest,
|
|
10
|
+
GetCapacityManagerAttributesResult,
|
|
11
|
+
} from "../models/models_6";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetCapacityManagerAttributesCommandInput
|
|
15
|
+
extends GetCapacityManagerAttributesRequest {}
|
|
16
|
+
export interface GetCapacityManagerAttributesCommandOutput
|
|
17
|
+
extends GetCapacityManagerAttributesResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetCapacityManagerAttributesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetCapacityManagerAttributesCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetCapacityManagerAttributesCommandInput,
|
|
24
|
+
GetCapacityManagerAttributesCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [GetCapacityManagerAttributesCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetCapacityManagerAttributesCommandInput,
|
|
33
|
+
GetCapacityManagerAttributesCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetCapacityManagerAttributesCommand extends GetCapacityManagerAttributesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetCapacityManagerAttributesRequest;
|
|
44
|
+
output: GetCapacityManagerAttributesResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetCapacityManagerAttributesCommandInput;
|
|
48
|
+
output: GetCapacityManagerAttributesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|