@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
|
@@ -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
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetIpamPoolCidrsRequest,
|
|
10
10
|
GetIpamPoolCidrsResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_7";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GetIpamPoolCidrsCommandInput extends GetIpamPoolCidrsRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetManagedPrefixListAssociationsRequest,
|
|
10
10
|
GetManagedPrefixListAssociationsResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_7";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GetManagedPrefixListAssociationsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetManagedPrefixListEntriesRequest,
|
|
10
10
|
GetManagedPrefixListEntriesResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_7";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GetManagedPrefixListEntriesCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsRequest,
|
|
10
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsResult,
|
|
11
|
+
} from "../models/models_7";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface GetNetworkInsightsAccessScopeAnalysisFindingsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ModifyVpcEndpointServicePayerResponsibilityRequest,
|
|
10
10
|
ModifyVpcEndpointServicePayerResponsibilityResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_8";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ModifyVpcEndpointServicePayerResponsibilityCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ModifyVpcEndpointServicePermissionsRequest,
|
|
10
10
|
ModifyVpcEndpointServicePermissionsResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_8";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ModifyVpcEndpointServicePermissionsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ModifyVpcPeeringConnectionOptionsRequest,
|
|
10
10
|
ModifyVpcPeeringConnectionOptionsResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_8";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ModifyVpcPeeringConnectionOptionsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ModifyVpcTenancyRequest,
|
|
10
10
|
ModifyVpcTenancyResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_8";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ModifyVpcTenancyCommandInput extends ModifyVpcTenancyRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ModifyVpnConnectionOptionsRequest,
|
|
10
10
|
ModifyVpnConnectionOptionsResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_8";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ModifyVpnConnectionOptionsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ModifyVpnTunnelCertificateRequest,
|
|
10
10
|
ModifyVpnTunnelCertificateResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_8";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ModifyVpnTunnelCertificateCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
MonitorInstancesRequest,
|
|
10
10
|
MonitorInstancesResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_8";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface MonitorInstancesCommandInput extends MonitorInstancesRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
MoveAddressToVpcRequest,
|
|
10
10
|
MoveAddressToVpcResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_8";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface MoveAddressToVpcCommandInput extends MoveAddressToVpcRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
MoveCapacityReservationInstancesRequest,
|
|
10
10
|
MoveCapacityReservationInstancesResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_8";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface MoveCapacityReservationInstancesCommandInput
|
|
@@ -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
|
+
UpdateCapacityManagerOrganizationsAccessRequest,
|
|
10
|
+
UpdateCapacityManagerOrganizationsAccessResult,
|
|
11
|
+
} from "../models/models_8";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateCapacityManagerOrganizationsAccessCommandInput
|
|
15
|
+
extends UpdateCapacityManagerOrganizationsAccessRequest {}
|
|
16
|
+
export interface UpdateCapacityManagerOrganizationsAccessCommandOutput
|
|
17
|
+
extends UpdateCapacityManagerOrganizationsAccessResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateCapacityManagerOrganizationsAccessCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateCapacityManagerOrganizationsAccessCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdateCapacityManagerOrganizationsAccessCommandInput,
|
|
24
|
+
UpdateCapacityManagerOrganizationsAccessCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: UpdateCapacityManagerOrganizationsAccessCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdateCapacityManagerOrganizationsAccessCommandInput,
|
|
33
|
+
UpdateCapacityManagerOrganizationsAccessCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdateCapacityManagerOrganizationsAccessCommand extends UpdateCapacityManagerOrganizationsAccessCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateCapacityManagerOrganizationsAccessRequest;
|
|
44
|
+
output: UpdateCapacityManagerOrganizationsAccessResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateCapacityManagerOrganizationsAccessCommandInput;
|
|
48
|
+
output: UpdateCapacityManagerOrganizationsAccessCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -58,6 +58,8 @@ export * from "./ConfirmProductInstanceCommand";
|
|
|
58
58
|
export * from "./CopyFpgaImageCommand";
|
|
59
59
|
export * from "./CopyImageCommand";
|
|
60
60
|
export * from "./CopySnapshotCommand";
|
|
61
|
+
export * from "./CopyVolumesCommand";
|
|
62
|
+
export * from "./CreateCapacityManagerDataExportCommand";
|
|
61
63
|
export * from "./CreateCapacityReservationBySplittingCommand";
|
|
62
64
|
export * from "./CreateCapacityReservationCommand";
|
|
63
65
|
export * from "./CreateCapacityReservationFleetCommand";
|
|
@@ -151,6 +153,7 @@ export * from "./CreateVpcPeeringConnectionCommand";
|
|
|
151
153
|
export * from "./CreateVpnConnectionCommand";
|
|
152
154
|
export * from "./CreateVpnConnectionRouteCommand";
|
|
153
155
|
export * from "./CreateVpnGatewayCommand";
|
|
156
|
+
export * from "./DeleteCapacityManagerDataExportCommand";
|
|
154
157
|
export * from "./DeleteCarrierGatewayCommand";
|
|
155
158
|
export * from "./DeleteClientVpnEndpointCommand";
|
|
156
159
|
export * from "./DeleteClientVpnRouteCommand";
|
|
@@ -255,6 +258,7 @@ export * from "./DescribeCapacityBlockExtensionOfferingsCommand";
|
|
|
255
258
|
export * from "./DescribeCapacityBlockOfferingsCommand";
|
|
256
259
|
export * from "./DescribeCapacityBlockStatusCommand";
|
|
257
260
|
export * from "./DescribeCapacityBlocksCommand";
|
|
261
|
+
export * from "./DescribeCapacityManagerDataExportsCommand";
|
|
258
262
|
export * from "./DescribeCapacityReservationBillingRequestsCommand";
|
|
259
263
|
export * from "./DescribeCapacityReservationFleetsCommand";
|
|
260
264
|
export * from "./DescribeCapacityReservationsCommand";
|
|
@@ -422,6 +426,7 @@ export * from "./DetachVpnGatewayCommand";
|
|
|
422
426
|
export * from "./DisableAddressTransferCommand";
|
|
423
427
|
export * from "./DisableAllowedImagesSettingsCommand";
|
|
424
428
|
export * from "./DisableAwsNetworkPerformanceMetricSubscriptionCommand";
|
|
429
|
+
export * from "./DisableCapacityManagerCommand";
|
|
425
430
|
export * from "./DisableEbsEncryptionByDefaultCommand";
|
|
426
431
|
export * from "./DisableFastLaunchCommand";
|
|
427
432
|
export * from "./DisableFastSnapshotRestoresCommand";
|
|
@@ -458,6 +463,7 @@ export * from "./DisassociateVpcCidrBlockCommand";
|
|
|
458
463
|
export * from "./EnableAddressTransferCommand";
|
|
459
464
|
export * from "./EnableAllowedImagesSettingsCommand";
|
|
460
465
|
export * from "./EnableAwsNetworkPerformanceMetricSubscriptionCommand";
|
|
466
|
+
export * from "./EnableCapacityManagerCommand";
|
|
461
467
|
export * from "./EnableEbsEncryptionByDefaultCommand";
|
|
462
468
|
export * from "./EnableFastLaunchCommand";
|
|
463
469
|
export * from "./EnableFastSnapshotRestoresCommand";
|
|
@@ -485,6 +491,9 @@ export * from "./GetAllowedImagesSettingsCommand";
|
|
|
485
491
|
export * from "./GetAssociatedEnclaveCertificateIamRolesCommand";
|
|
486
492
|
export * from "./GetAssociatedIpv6PoolCidrsCommand";
|
|
487
493
|
export * from "./GetAwsNetworkPerformanceDataCommand";
|
|
494
|
+
export * from "./GetCapacityManagerAttributesCommand";
|
|
495
|
+
export * from "./GetCapacityManagerMetricDataCommand";
|
|
496
|
+
export * from "./GetCapacityManagerMetricDimensionsCommand";
|
|
488
497
|
export * from "./GetCapacityReservationUsageCommand";
|
|
489
498
|
export * from "./GetCoipPoolUsageCommand";
|
|
490
499
|
export * from "./GetConsoleOutputCommand";
|
|
@@ -689,6 +698,7 @@ export * from "./UnassignPrivateIpAddressesCommand";
|
|
|
689
698
|
export * from "./UnassignPrivateNatGatewayAddressCommand";
|
|
690
699
|
export * from "./UnlockSnapshotCommand";
|
|
691
700
|
export * from "./UnmonitorInstancesCommand";
|
|
701
|
+
export * from "./UpdateCapacityManagerOrganizationsAccessCommand";
|
|
692
702
|
export * from "./UpdateSecurityGroupRuleDescriptionsEgressCommand";
|
|
693
703
|
export * from "./UpdateSecurityGroupRuleDescriptionsIngressCommand";
|
|
694
704
|
export * from "./WithdrawByoipCidrCommand";
|
|
@@ -48,6 +48,7 @@ export type AcceleratorType =
|
|
|
48
48
|
(typeof AcceleratorType)[keyof typeof AcceleratorType];
|
|
49
49
|
export declare const ResourceType: {
|
|
50
50
|
readonly capacity_block: "capacity-block";
|
|
51
|
+
readonly capacity_manager_data_export: "capacity-manager-data-export";
|
|
51
52
|
readonly capacity_reservation: "capacity-reservation";
|
|
52
53
|
readonly capacity_reservation_fleet: "capacity-reservation-fleet";
|
|
53
54
|
readonly carrier_gateway: "carrier-gateway";
|
|
@@ -17,6 +17,7 @@ import {
|
|
|
17
17
|
Tag,
|
|
18
18
|
TagSpecification,
|
|
19
19
|
UnsuccessfulItem,
|
|
20
|
+
VolumeAttachment,
|
|
20
21
|
VpcCidrBlockAssociation,
|
|
21
22
|
VpcIpv6CidrBlockAssociation,
|
|
22
23
|
WeekDay,
|
|
@@ -69,6 +70,93 @@ export interface CopySnapshotResult {
|
|
|
69
70
|
Tags?: Tag[] | undefined;
|
|
70
71
|
SnapshotId?: string | undefined;
|
|
71
72
|
}
|
|
73
|
+
export declare const VolumeType: {
|
|
74
|
+
readonly gp2: "gp2";
|
|
75
|
+
readonly gp3: "gp3";
|
|
76
|
+
readonly io1: "io1";
|
|
77
|
+
readonly io2: "io2";
|
|
78
|
+
readonly sc1: "sc1";
|
|
79
|
+
readonly st1: "st1";
|
|
80
|
+
readonly standard: "standard";
|
|
81
|
+
};
|
|
82
|
+
export type VolumeType = (typeof VolumeType)[keyof typeof VolumeType];
|
|
83
|
+
export interface CopyVolumesRequest {
|
|
84
|
+
SourceVolumeId: string | undefined;
|
|
85
|
+
Iops?: number | undefined;
|
|
86
|
+
Size?: number | undefined;
|
|
87
|
+
VolumeType?: VolumeType | undefined;
|
|
88
|
+
DryRun?: boolean | undefined;
|
|
89
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
90
|
+
MultiAttachEnabled?: boolean | undefined;
|
|
91
|
+
Throughput?: number | undefined;
|
|
92
|
+
ClientToken?: string | undefined;
|
|
93
|
+
}
|
|
94
|
+
export interface OperatorResponse {
|
|
95
|
+
Managed?: boolean | undefined;
|
|
96
|
+
Principal?: string | undefined;
|
|
97
|
+
}
|
|
98
|
+
export declare const SSEType: {
|
|
99
|
+
readonly none: "none";
|
|
100
|
+
readonly sse_ebs: "sse-ebs";
|
|
101
|
+
readonly sse_kms: "sse-kms";
|
|
102
|
+
};
|
|
103
|
+
export type SSEType = (typeof SSEType)[keyof typeof SSEType];
|
|
104
|
+
export declare const VolumeState: {
|
|
105
|
+
readonly available: "available";
|
|
106
|
+
readonly creating: "creating";
|
|
107
|
+
readonly deleted: "deleted";
|
|
108
|
+
readonly deleting: "deleting";
|
|
109
|
+
readonly error: "error";
|
|
110
|
+
readonly in_use: "in-use";
|
|
111
|
+
};
|
|
112
|
+
export type VolumeState = (typeof VolumeState)[keyof typeof VolumeState];
|
|
113
|
+
export interface Volume {
|
|
114
|
+
AvailabilityZoneId?: string | undefined;
|
|
115
|
+
OutpostArn?: string | undefined;
|
|
116
|
+
SourceVolumeId?: string | undefined;
|
|
117
|
+
Iops?: number | undefined;
|
|
118
|
+
Tags?: Tag[] | undefined;
|
|
119
|
+
VolumeType?: VolumeType | undefined;
|
|
120
|
+
FastRestored?: boolean | undefined;
|
|
121
|
+
MultiAttachEnabled?: boolean | undefined;
|
|
122
|
+
Throughput?: number | undefined;
|
|
123
|
+
SseType?: SSEType | undefined;
|
|
124
|
+
Operator?: OperatorResponse | undefined;
|
|
125
|
+
VolumeInitializationRate?: number | undefined;
|
|
126
|
+
VolumeId?: string | undefined;
|
|
127
|
+
Size?: number | undefined;
|
|
128
|
+
SnapshotId?: string | undefined;
|
|
129
|
+
AvailabilityZone?: string | undefined;
|
|
130
|
+
State?: VolumeState | undefined;
|
|
131
|
+
CreateTime?: Date | undefined;
|
|
132
|
+
Attachments?: VolumeAttachment[] | undefined;
|
|
133
|
+
Encrypted?: boolean | undefined;
|
|
134
|
+
KmsKeyId?: string | undefined;
|
|
135
|
+
}
|
|
136
|
+
export interface CopyVolumesResult {
|
|
137
|
+
Volumes?: Volume[] | undefined;
|
|
138
|
+
}
|
|
139
|
+
export declare const OutputFormat: {
|
|
140
|
+
readonly CSV: "csv";
|
|
141
|
+
readonly PARQUET: "parquet";
|
|
142
|
+
};
|
|
143
|
+
export type OutputFormat = (typeof OutputFormat)[keyof typeof OutputFormat];
|
|
144
|
+
export declare const Schedule: {
|
|
145
|
+
readonly HOURLY: "hourly";
|
|
146
|
+
};
|
|
147
|
+
export type Schedule = (typeof Schedule)[keyof typeof Schedule];
|
|
148
|
+
export interface CreateCapacityManagerDataExportRequest {
|
|
149
|
+
S3BucketName: string | undefined;
|
|
150
|
+
S3BucketPrefix?: string | undefined;
|
|
151
|
+
Schedule: Schedule | undefined;
|
|
152
|
+
OutputFormat: OutputFormat | undefined;
|
|
153
|
+
ClientToken?: string | undefined;
|
|
154
|
+
DryRun?: boolean | undefined;
|
|
155
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
156
|
+
}
|
|
157
|
+
export interface CreateCapacityManagerDataExportResult {
|
|
158
|
+
CapacityManagerDataExportId?: string | undefined;
|
|
159
|
+
}
|
|
72
160
|
export declare const CapacityReservationDeliveryPreference: {
|
|
73
161
|
readonly FIXED: "fixed";
|
|
74
162
|
readonly INCREMENTAL: "incremental";
|
|
@@ -1799,16 +1887,6 @@ export interface FleetLaunchTemplateSpecificationRequest {
|
|
|
1799
1887
|
LaunchTemplateName?: string | undefined;
|
|
1800
1888
|
Version?: string | undefined;
|
|
1801
1889
|
}
|
|
1802
|
-
export declare const VolumeType: {
|
|
1803
|
-
readonly gp2: "gp2";
|
|
1804
|
-
readonly gp3: "gp3";
|
|
1805
|
-
readonly io1: "io1";
|
|
1806
|
-
readonly io2: "io2";
|
|
1807
|
-
readonly sc1: "sc1";
|
|
1808
|
-
readonly st1: "st1";
|
|
1809
|
-
readonly standard: "standard";
|
|
1810
|
-
};
|
|
1811
|
-
export type VolumeType = (typeof VolumeType)[keyof typeof VolumeType];
|
|
1812
1890
|
export interface FleetEbsBlockDeviceRequest {
|
|
1813
1891
|
Encrypted?: boolean | undefined;
|
|
1814
1892
|
DeleteOnTermination?: boolean | undefined;
|
|
@@ -3077,10 +3155,6 @@ export interface CreateLaunchTemplateRequest {
|
|
|
3077
3155
|
Operator?: OperatorRequest | undefined;
|
|
3078
3156
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
3079
3157
|
}
|
|
3080
|
-
export interface OperatorResponse {
|
|
3081
|
-
Managed?: boolean | undefined;
|
|
3082
|
-
Principal?: string | undefined;
|
|
3083
|
-
}
|
|
3084
3158
|
export interface LaunchTemplate {
|
|
3085
3159
|
LaunchTemplateId?: string | undefined;
|
|
3086
3160
|
LaunchTemplateName?: string | undefined;
|
|
@@ -3129,39 +3203,6 @@ export interface LaunchTemplateBlockDeviceMapping {
|
|
|
3129
3203
|
Ebs?: LaunchTemplateEbsBlockDevice | undefined;
|
|
3130
3204
|
NoDevice?: string | undefined;
|
|
3131
3205
|
}
|
|
3132
|
-
export interface CapacityReservationTargetResponse {
|
|
3133
|
-
CapacityReservationId?: string | undefined;
|
|
3134
|
-
CapacityReservationResourceGroupArn?: string | undefined;
|
|
3135
|
-
}
|
|
3136
|
-
export interface LaunchTemplateCapacityReservationSpecificationResponse {
|
|
3137
|
-
CapacityReservationPreference?: CapacityReservationPreference | undefined;
|
|
3138
|
-
CapacityReservationTarget?: CapacityReservationTargetResponse | undefined;
|
|
3139
|
-
}
|
|
3140
|
-
export interface LaunchTemplateCpuOptions {
|
|
3141
|
-
CoreCount?: number | undefined;
|
|
3142
|
-
ThreadsPerCore?: number | undefined;
|
|
3143
|
-
AmdSevSnp?: AmdSevSnpSpecification | undefined;
|
|
3144
|
-
}
|
|
3145
|
-
export interface CreditSpecification {
|
|
3146
|
-
CpuCredits?: string | undefined;
|
|
3147
|
-
}
|
|
3148
|
-
export interface ElasticGpuSpecificationResponse {
|
|
3149
|
-
Type?: string | undefined;
|
|
3150
|
-
}
|
|
3151
|
-
export interface LaunchTemplateElasticInferenceAcceleratorResponse {
|
|
3152
|
-
Type?: string | undefined;
|
|
3153
|
-
Count?: number | undefined;
|
|
3154
|
-
}
|
|
3155
|
-
export interface LaunchTemplateEnclaveOptions {
|
|
3156
|
-
Enabled?: boolean | undefined;
|
|
3157
|
-
}
|
|
3158
|
-
export interface LaunchTemplateHibernationOptions {
|
|
3159
|
-
Configured?: boolean | undefined;
|
|
3160
|
-
}
|
|
3161
|
-
export interface LaunchTemplateIamInstanceProfileSpecification {
|
|
3162
|
-
Arn?: string | undefined;
|
|
3163
|
-
Name?: string | undefined;
|
|
3164
|
-
}
|
|
3165
3206
|
export declare const CopySnapshotRequestFilterSensitiveLog: (
|
|
3166
3207
|
obj: CopySnapshotRequest
|
|
3167
3208
|
) => any;
|