@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
|
@@ -289,6 +289,10 @@ import {
|
|
|
289
289
|
CopyVolumesCommandInput,
|
|
290
290
|
CopyVolumesCommandOutput,
|
|
291
291
|
} from "./commands/CopyVolumesCommand";
|
|
292
|
+
import {
|
|
293
|
+
CreateCapacityManagerDataExportCommandInput,
|
|
294
|
+
CreateCapacityManagerDataExportCommandOutput,
|
|
295
|
+
} from "./commands/CreateCapacityManagerDataExportCommand";
|
|
292
296
|
import {
|
|
293
297
|
CreateCapacityReservationBySplittingCommandInput,
|
|
294
298
|
CreateCapacityReservationBySplittingCommandOutput,
|
|
@@ -661,6 +665,10 @@ import {
|
|
|
661
665
|
CreateVpnGatewayCommandInput,
|
|
662
666
|
CreateVpnGatewayCommandOutput,
|
|
663
667
|
} from "./commands/CreateVpnGatewayCommand";
|
|
668
|
+
import {
|
|
669
|
+
DeleteCapacityManagerDataExportCommandInput,
|
|
670
|
+
DeleteCapacityManagerDataExportCommandOutput,
|
|
671
|
+
} from "./commands/DeleteCapacityManagerDataExportCommand";
|
|
664
672
|
import {
|
|
665
673
|
DeleteCarrierGatewayCommandInput,
|
|
666
674
|
DeleteCarrierGatewayCommandOutput,
|
|
@@ -1077,6 +1085,10 @@ import {
|
|
|
1077
1085
|
DescribeCapacityBlockStatusCommandInput,
|
|
1078
1086
|
DescribeCapacityBlockStatusCommandOutput,
|
|
1079
1087
|
} from "./commands/DescribeCapacityBlockStatusCommand";
|
|
1088
|
+
import {
|
|
1089
|
+
DescribeCapacityManagerDataExportsCommandInput,
|
|
1090
|
+
DescribeCapacityManagerDataExportsCommandOutput,
|
|
1091
|
+
} from "./commands/DescribeCapacityManagerDataExportsCommand";
|
|
1080
1092
|
import {
|
|
1081
1093
|
DescribeCapacityReservationBillingRequestsCommandInput,
|
|
1082
1094
|
DescribeCapacityReservationBillingRequestsCommandOutput,
|
|
@@ -1745,6 +1757,10 @@ import {
|
|
|
1745
1757
|
DisableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
1746
1758
|
DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
|
|
1747
1759
|
} from "./commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand";
|
|
1760
|
+
import {
|
|
1761
|
+
DisableCapacityManagerCommandInput,
|
|
1762
|
+
DisableCapacityManagerCommandOutput,
|
|
1763
|
+
} from "./commands/DisableCapacityManagerCommand";
|
|
1748
1764
|
import {
|
|
1749
1765
|
DisableEbsEncryptionByDefaultCommandInput,
|
|
1750
1766
|
DisableEbsEncryptionByDefaultCommandOutput,
|
|
@@ -1889,6 +1905,10 @@ import {
|
|
|
1889
1905
|
EnableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
1890
1906
|
EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
|
|
1891
1907
|
} from "./commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand";
|
|
1908
|
+
import {
|
|
1909
|
+
EnableCapacityManagerCommandInput,
|
|
1910
|
+
EnableCapacityManagerCommandOutput,
|
|
1911
|
+
} from "./commands/EnableCapacityManagerCommand";
|
|
1892
1912
|
import {
|
|
1893
1913
|
EnableEbsEncryptionByDefaultCommandInput,
|
|
1894
1914
|
EnableEbsEncryptionByDefaultCommandOutput,
|
|
@@ -1997,6 +2017,18 @@ import {
|
|
|
1997
2017
|
GetAwsNetworkPerformanceDataCommandInput,
|
|
1998
2018
|
GetAwsNetworkPerformanceDataCommandOutput,
|
|
1999
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";
|
|
2000
2032
|
import {
|
|
2001
2033
|
GetCapacityReservationUsageCommandInput,
|
|
2002
2034
|
GetCapacityReservationUsageCommandOutput,
|
|
@@ -2813,6 +2845,10 @@ import {
|
|
|
2813
2845
|
UnmonitorInstancesCommandInput,
|
|
2814
2846
|
UnmonitorInstancesCommandOutput,
|
|
2815
2847
|
} from "./commands/UnmonitorInstancesCommand";
|
|
2848
|
+
import {
|
|
2849
|
+
UpdateCapacityManagerOrganizationsAccessCommandInput,
|
|
2850
|
+
UpdateCapacityManagerOrganizationsAccessCommandOutput,
|
|
2851
|
+
} from "./commands/UpdateCapacityManagerOrganizationsAccessCommand";
|
|
2816
2852
|
import {
|
|
2817
2853
|
UpdateSecurityGroupRuleDescriptionsEgressCommandInput,
|
|
2818
2854
|
UpdateSecurityGroupRuleDescriptionsEgressCommandOutput,
|
|
@@ -2894,6 +2930,7 @@ export type ServiceInputTypes =
|
|
|
2894
2930
|
| CopyImageCommandInput
|
|
2895
2931
|
| CopySnapshotCommandInput
|
|
2896
2932
|
| CopyVolumesCommandInput
|
|
2933
|
+
| CreateCapacityManagerDataExportCommandInput
|
|
2897
2934
|
| CreateCapacityReservationBySplittingCommandInput
|
|
2898
2935
|
| CreateCapacityReservationCommandInput
|
|
2899
2936
|
| CreateCapacityReservationFleetCommandInput
|
|
@@ -2987,6 +3024,7 @@ export type ServiceInputTypes =
|
|
|
2987
3024
|
| CreateVpnConnectionCommandInput
|
|
2988
3025
|
| CreateVpnConnectionRouteCommandInput
|
|
2989
3026
|
| CreateVpnGatewayCommandInput
|
|
3027
|
+
| DeleteCapacityManagerDataExportCommandInput
|
|
2990
3028
|
| DeleteCarrierGatewayCommandInput
|
|
2991
3029
|
| DeleteClientVpnEndpointCommandInput
|
|
2992
3030
|
| DeleteClientVpnRouteCommandInput
|
|
@@ -3091,6 +3129,7 @@ export type ServiceInputTypes =
|
|
|
3091
3129
|
| DescribeCapacityBlockOfferingsCommandInput
|
|
3092
3130
|
| DescribeCapacityBlockStatusCommandInput
|
|
3093
3131
|
| DescribeCapacityBlocksCommandInput
|
|
3132
|
+
| DescribeCapacityManagerDataExportsCommandInput
|
|
3094
3133
|
| DescribeCapacityReservationBillingRequestsCommandInput
|
|
3095
3134
|
| DescribeCapacityReservationFleetsCommandInput
|
|
3096
3135
|
| DescribeCapacityReservationsCommandInput
|
|
@@ -3258,6 +3297,7 @@ export type ServiceInputTypes =
|
|
|
3258
3297
|
| DisableAddressTransferCommandInput
|
|
3259
3298
|
| DisableAllowedImagesSettingsCommandInput
|
|
3260
3299
|
| DisableAwsNetworkPerformanceMetricSubscriptionCommandInput
|
|
3300
|
+
| DisableCapacityManagerCommandInput
|
|
3261
3301
|
| DisableEbsEncryptionByDefaultCommandInput
|
|
3262
3302
|
| DisableFastLaunchCommandInput
|
|
3263
3303
|
| DisableFastSnapshotRestoresCommandInput
|
|
@@ -3294,6 +3334,7 @@ export type ServiceInputTypes =
|
|
|
3294
3334
|
| EnableAddressTransferCommandInput
|
|
3295
3335
|
| EnableAllowedImagesSettingsCommandInput
|
|
3296
3336
|
| EnableAwsNetworkPerformanceMetricSubscriptionCommandInput
|
|
3337
|
+
| EnableCapacityManagerCommandInput
|
|
3297
3338
|
| EnableEbsEncryptionByDefaultCommandInput
|
|
3298
3339
|
| EnableFastLaunchCommandInput
|
|
3299
3340
|
| EnableFastSnapshotRestoresCommandInput
|
|
@@ -3321,6 +3362,9 @@ export type ServiceInputTypes =
|
|
|
3321
3362
|
| GetAssociatedEnclaveCertificateIamRolesCommandInput
|
|
3322
3363
|
| GetAssociatedIpv6PoolCidrsCommandInput
|
|
3323
3364
|
| GetAwsNetworkPerformanceDataCommandInput
|
|
3365
|
+
| GetCapacityManagerAttributesCommandInput
|
|
3366
|
+
| GetCapacityManagerMetricDataCommandInput
|
|
3367
|
+
| GetCapacityManagerMetricDimensionsCommandInput
|
|
3324
3368
|
| GetCapacityReservationUsageCommandInput
|
|
3325
3369
|
| GetCoipPoolUsageCommandInput
|
|
3326
3370
|
| GetConsoleOutputCommandInput
|
|
@@ -3525,6 +3569,7 @@ export type ServiceInputTypes =
|
|
|
3525
3569
|
| UnassignPrivateNatGatewayAddressCommandInput
|
|
3526
3570
|
| UnlockSnapshotCommandInput
|
|
3527
3571
|
| UnmonitorInstancesCommandInput
|
|
3572
|
+
| UpdateCapacityManagerOrganizationsAccessCommandInput
|
|
3528
3573
|
| UpdateSecurityGroupRuleDescriptionsEgressCommandInput
|
|
3529
3574
|
| UpdateSecurityGroupRuleDescriptionsIngressCommandInput
|
|
3530
3575
|
| WithdrawByoipCidrCommandInput;
|
|
@@ -3590,6 +3635,7 @@ export type ServiceOutputTypes =
|
|
|
3590
3635
|
| CopyImageCommandOutput
|
|
3591
3636
|
| CopySnapshotCommandOutput
|
|
3592
3637
|
| CopyVolumesCommandOutput
|
|
3638
|
+
| CreateCapacityManagerDataExportCommandOutput
|
|
3593
3639
|
| CreateCapacityReservationBySplittingCommandOutput
|
|
3594
3640
|
| CreateCapacityReservationCommandOutput
|
|
3595
3641
|
| CreateCapacityReservationFleetCommandOutput
|
|
@@ -3683,6 +3729,7 @@ export type ServiceOutputTypes =
|
|
|
3683
3729
|
| CreateVpnConnectionCommandOutput
|
|
3684
3730
|
| CreateVpnConnectionRouteCommandOutput
|
|
3685
3731
|
| CreateVpnGatewayCommandOutput
|
|
3732
|
+
| DeleteCapacityManagerDataExportCommandOutput
|
|
3686
3733
|
| DeleteCarrierGatewayCommandOutput
|
|
3687
3734
|
| DeleteClientVpnEndpointCommandOutput
|
|
3688
3735
|
| DeleteClientVpnRouteCommandOutput
|
|
@@ -3787,6 +3834,7 @@ export type ServiceOutputTypes =
|
|
|
3787
3834
|
| DescribeCapacityBlockOfferingsCommandOutput
|
|
3788
3835
|
| DescribeCapacityBlockStatusCommandOutput
|
|
3789
3836
|
| DescribeCapacityBlocksCommandOutput
|
|
3837
|
+
| DescribeCapacityManagerDataExportsCommandOutput
|
|
3790
3838
|
| DescribeCapacityReservationBillingRequestsCommandOutput
|
|
3791
3839
|
| DescribeCapacityReservationFleetsCommandOutput
|
|
3792
3840
|
| DescribeCapacityReservationsCommandOutput
|
|
@@ -3954,6 +4002,7 @@ export type ServiceOutputTypes =
|
|
|
3954
4002
|
| DisableAddressTransferCommandOutput
|
|
3955
4003
|
| DisableAllowedImagesSettingsCommandOutput
|
|
3956
4004
|
| DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput
|
|
4005
|
+
| DisableCapacityManagerCommandOutput
|
|
3957
4006
|
| DisableEbsEncryptionByDefaultCommandOutput
|
|
3958
4007
|
| DisableFastLaunchCommandOutput
|
|
3959
4008
|
| DisableFastSnapshotRestoresCommandOutput
|
|
@@ -3990,6 +4039,7 @@ export type ServiceOutputTypes =
|
|
|
3990
4039
|
| EnableAddressTransferCommandOutput
|
|
3991
4040
|
| EnableAllowedImagesSettingsCommandOutput
|
|
3992
4041
|
| EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput
|
|
4042
|
+
| EnableCapacityManagerCommandOutput
|
|
3993
4043
|
| EnableEbsEncryptionByDefaultCommandOutput
|
|
3994
4044
|
| EnableFastLaunchCommandOutput
|
|
3995
4045
|
| EnableFastSnapshotRestoresCommandOutput
|
|
@@ -4017,6 +4067,9 @@ export type ServiceOutputTypes =
|
|
|
4017
4067
|
| GetAssociatedEnclaveCertificateIamRolesCommandOutput
|
|
4018
4068
|
| GetAssociatedIpv6PoolCidrsCommandOutput
|
|
4019
4069
|
| GetAwsNetworkPerformanceDataCommandOutput
|
|
4070
|
+
| GetCapacityManagerAttributesCommandOutput
|
|
4071
|
+
| GetCapacityManagerMetricDataCommandOutput
|
|
4072
|
+
| GetCapacityManagerMetricDimensionsCommandOutput
|
|
4020
4073
|
| GetCapacityReservationUsageCommandOutput
|
|
4021
4074
|
| GetCoipPoolUsageCommandOutput
|
|
4022
4075
|
| GetConsoleOutputCommandOutput
|
|
@@ -4221,6 +4274,7 @@ export type ServiceOutputTypes =
|
|
|
4221
4274
|
| UnassignPrivateNatGatewayAddressCommandOutput
|
|
4222
4275
|
| UnlockSnapshotCommandOutput
|
|
4223
4276
|
| UnmonitorInstancesCommandOutput
|
|
4277
|
+
| UpdateCapacityManagerOrganizationsAccessCommandOutput
|
|
4224
4278
|
| UpdateSecurityGroupRuleDescriptionsEgressCommandOutput
|
|
4225
4279
|
| UpdateSecurityGroupRuleDescriptionsIngressCommandOutput
|
|
4226
4280
|
| WithdrawByoipCidrCommandOutput;
|
|
@@ -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,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
|
+
}
|
|
@@ -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
|
+
}
|
|
@@ -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
|
+
GetCapacityManagerMetricDataRequest,
|
|
10
|
+
GetCapacityManagerMetricDataResult,
|
|
11
|
+
} from "../models/models_6";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetCapacityManagerMetricDataCommandInput
|
|
15
|
+
extends GetCapacityManagerMetricDataRequest {}
|
|
16
|
+
export interface GetCapacityManagerMetricDataCommandOutput
|
|
17
|
+
extends GetCapacityManagerMetricDataResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetCapacityManagerMetricDataCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetCapacityManagerMetricDataCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetCapacityManagerMetricDataCommandInput,
|
|
24
|
+
GetCapacityManagerMetricDataCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetCapacityManagerMetricDataCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetCapacityManagerMetricDataCommandInput,
|
|
33
|
+
GetCapacityManagerMetricDataCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetCapacityManagerMetricDataCommand extends GetCapacityManagerMetricDataCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetCapacityManagerMetricDataRequest;
|
|
44
|
+
output: GetCapacityManagerMetricDataResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetCapacityManagerMetricDataCommandInput;
|
|
48
|
+
output: GetCapacityManagerMetricDataCommandOutput;
|
|
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
|
+
GetCapacityManagerMetricDimensionsRequest,
|
|
10
|
+
GetCapacityManagerMetricDimensionsResult,
|
|
11
|
+
} from "../models/models_6";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetCapacityManagerMetricDimensionsCommandInput
|
|
15
|
+
extends GetCapacityManagerMetricDimensionsRequest {}
|
|
16
|
+
export interface GetCapacityManagerMetricDimensionsCommandOutput
|
|
17
|
+
extends GetCapacityManagerMetricDimensionsResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetCapacityManagerMetricDimensionsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetCapacityManagerMetricDimensionsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetCapacityManagerMetricDimensionsCommandInput,
|
|
24
|
+
GetCapacityManagerMetricDimensionsCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetCapacityManagerMetricDimensionsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetCapacityManagerMetricDimensionsCommandInput,
|
|
33
|
+
GetCapacityManagerMetricDimensionsCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetCapacityManagerMetricDimensionsCommand extends GetCapacityManagerMetricDimensionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetCapacityManagerMetricDimensionsRequest;
|
|
44
|
+
output: GetCapacityManagerMetricDimensionsResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetCapacityManagerMetricDimensionsCommandInput;
|
|
48
|
+
output: GetCapacityManagerMetricDimensionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
GetIpamDiscoveredAccountsResult,
|
|
11
|
-
} from "../models/models_6";
|
|
8
|
+
import { GetIpamDiscoveredAccountsRequest } from "../models/models_6";
|
|
9
|
+
import { GetIpamDiscoveredAccountsResult } from "../models/models_7";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface GetIpamDiscoveredAccountsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetIpamDiscoveredPublicAddressesRequest,
|
|
10
10
|
GetIpamDiscoveredPublicAddressesResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_7";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GetIpamDiscoveredPublicAddressesCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetIpamDiscoveredResourceCidrsRequest,
|
|
10
10
|
GetIpamDiscoveredResourceCidrsResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_7";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GetIpamDiscoveredResourceCidrsCommandInput
|