@aws-sdk/client-ec2 3.908.0 → 3.910.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 +8 -0
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/index.js +217 -78
- package/dist-es/EC2.js +2 -0
- package/dist-es/commands/CopyVolumesCommand.js +22 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_1.js +64 -9
- package/dist-es/models/models_2.js +0 -20
- package/dist-es/models/models_3.js +7 -4
- package/dist-es/models/models_4.js +4 -4
- package/dist-es/models/models_5.js +5 -5
- package/dist-es/models/models_6.js +5 -0
- package/dist-es/protocols/Aws_ec2.js +113 -36
- package/dist-types/EC2.d.ts +7 -0
- package/dist-types/EC2Client.d.ts +3 -2
- package/dist-types/commands/CopyVolumesCommand.d.ts +137 -0
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
- package/dist-types/commands/CreateFleetCommand.d.ts +4 -4
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateVolumeCommand.d.ts +3 -1
- package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +3 -2
- package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -0
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +2 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -2
- package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +351 -115
- package/dist-types/models/models_2.d.ts +104 -227
- package/dist-types/models/models_3.d.ts +45 -83
- package/dist-types/models/models_4.d.ts +83 -30
- package/dist-types/models/models_5.d.ts +37 -32
- package/dist-types/models/models_6.d.ts +32 -46
- package/dist-types/models/models_7.d.ts +52 -43
- package/dist-types/models/models_8.d.ts +44 -7
- package/dist-types/protocols/Aws_ec2.d.ts +9 -0
- package/dist-types/ts3.4/EC2.d.ts +17 -0
- package/dist-types/ts3.4/EC2Client.d.ts +6 -0
- package/dist-types/ts3.4/commands/CopyVolumesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -1
- 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/GetManagedPrefixListEntriesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +109 -31
- package/dist-types/ts3.4/models/models_2.d.ts +18 -57
- package/dist-types/ts3.4/models/models_3.d.ts +14 -15
- package/dist-types/ts3.4/models/models_4.d.ts +13 -10
- package/dist-types/ts3.4/models/models_5.d.ts +13 -14
- package/dist-types/ts3.4/models/models_6.d.ts +13 -12
- package/dist-types/ts3.4/models/models_7.d.ts +12 -11
- package/dist-types/ts3.4/models/models_8.d.ts +12 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
- package/package.json +35 -35
|
@@ -1,8 +1,37 @@
|
|
|
1
1
|
import { ActiveInstance, ActivityStatus, AllocationStrategy, AlternatePathHint, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfileSpecification, IpamResourceDiscoveryAssociation, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, SecurityGroupVpcAssociationState, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
|
|
2
|
-
import { _InstanceType, AttributeValue, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, FleetType, InstanceInterruptionBehavior, InstanceRequirements, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, KeyType, LaunchTemplate, MacModificationTask, PrivateIpAddressSpecification, SpotInstanceType, Subnet, TargetCapacityUnitType, Tenancy, VolumeType } from "./models_1";
|
|
3
|
-
import { GroupIdentifier, InstanceIpv6Address, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PlacementGroup, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, StorageTier, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup
|
|
2
|
+
import { _InstanceType, AttributeValue, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, FleetType, InstanceInterruptionBehavior, InstanceRequirements, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, KeyType, LaunchTemplate, MacModificationTask, PrivateIpAddressSpecification, SpotInstanceType, Subnet, TargetCapacityUnitType, Tenancy, Volume, VolumeType } from "./models_1";
|
|
3
|
+
import { GroupIdentifier, InstanceIpv6Address, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PlacementGroup, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, StorageTier, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup } from "./models_2";
|
|
4
4
|
import { Byoasn, Filter, IdFormat } from "./models_3";
|
|
5
|
-
import { AttributeBooleanValue, EbsInfo, EventInformation, FpgaInfo, GpuInfo, InferenceAcceleratorInfo, InstanceStorageInfo, InstanceTypeHypervisor, MediaAcceleratorInfo, MemoryInfo, NetworkInfo,
|
|
5
|
+
import { AttributeBooleanValue, EbsInfo, EventInformation, FpgaInfo, GpuInfo, InferenceAcceleratorInfo, InstanceStorageInfo, InstanceTypeHypervisor, MediaAcceleratorInfo, MemoryInfo, NetworkInfo, NeuronDeviceInfo, PermissionGroup, ProductCode, VirtualizationType } from "./models_4";
|
|
6
|
+
/**
|
|
7
|
+
* <p>Describes the neuron accelerators for the instance type.</p>
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
export interface NeuronInfo {
|
|
11
|
+
/**
|
|
12
|
+
* <p>Describes the neuron accelerators for the instance type.</p>
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
NeuronDevices?: NeuronDeviceInfo[] | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* <p>The total size of the memory for the neuron accelerators for the instance type, in
|
|
18
|
+
* MiB.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
TotalNeuronDeviceMemoryInMiB?: number | undefined;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
* @enum
|
|
26
|
+
*/
|
|
27
|
+
export declare const NitroEnclavesSupport: {
|
|
28
|
+
readonly SUPPORTED: "supported";
|
|
29
|
+
readonly UNSUPPORTED: "unsupported";
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
export type NitroEnclavesSupport = (typeof NitroEnclavesSupport)[keyof typeof NitroEnclavesSupport];
|
|
6
35
|
/**
|
|
7
36
|
* <p>Describes the supported NitroTPM versions for the instance type.</p>
|
|
8
37
|
* @public
|
|
@@ -11019,6 +11048,7 @@ export interface VolumeStatusEvent {
|
|
|
11019
11048
|
export declare const InitializationType: {
|
|
11020
11049
|
readonly default: "default";
|
|
11021
11050
|
readonly provisioned_rate: "provisioned-rate";
|
|
11051
|
+
readonly volume_copy: "volume-copy";
|
|
11022
11052
|
};
|
|
11023
11053
|
/**
|
|
11024
11054
|
* @public
|
|
@@ -11042,6 +11072,10 @@ export interface InitializationStatusDetails {
|
|
|
11042
11072
|
* <code>provisioned-rate</code> - Volume initialized using an Amazon EBS Provisioned
|
|
11043
11073
|
* Rate for Volume Initialization.</p>
|
|
11044
11074
|
* </li>
|
|
11075
|
+
* <li>
|
|
11076
|
+
* <p>
|
|
11077
|
+
* <code>volume-copy</code> - Volume copy initialized at the rate for volume copies.</p>
|
|
11078
|
+
* </li>
|
|
11045
11079
|
* </ul>
|
|
11046
11080
|
* @public
|
|
11047
11081
|
*/
|
|
@@ -11195,35 +11229,6 @@ export interface VolumeStatusItem {
|
|
|
11195
11229
|
*/
|
|
11196
11230
|
AvailabilityZoneId?: string | undefined;
|
|
11197
11231
|
}
|
|
11198
|
-
/**
|
|
11199
|
-
* @public
|
|
11200
|
-
*/
|
|
11201
|
-
export interface DescribeVolumeStatusResult {
|
|
11202
|
-
/**
|
|
11203
|
-
* <p>The token to include in another request to get the next page of items.
|
|
11204
|
-
* This value is <code>null</code> when there are no more items to return.</p>
|
|
11205
|
-
* @public
|
|
11206
|
-
*/
|
|
11207
|
-
NextToken?: string | undefined;
|
|
11208
|
-
/**
|
|
11209
|
-
* <p>Information about the status of the volumes.</p>
|
|
11210
|
-
* @public
|
|
11211
|
-
*/
|
|
11212
|
-
VolumeStatuses?: VolumeStatusItem[] | undefined;
|
|
11213
|
-
}
|
|
11214
|
-
/**
|
|
11215
|
-
* @public
|
|
11216
|
-
* @enum
|
|
11217
|
-
*/
|
|
11218
|
-
export declare const VpcAttributeName: {
|
|
11219
|
-
readonly enableDnsHostnames: "enableDnsHostnames";
|
|
11220
|
-
readonly enableDnsSupport: "enableDnsSupport";
|
|
11221
|
-
readonly enableNetworkAddressUsageMetrics: "enableNetworkAddressUsageMetrics";
|
|
11222
|
-
};
|
|
11223
|
-
/**
|
|
11224
|
-
* @public
|
|
11225
|
-
*/
|
|
11226
|
-
export type VpcAttributeName = (typeof VpcAttributeName)[keyof typeof VpcAttributeName];
|
|
11227
11232
|
/**
|
|
11228
11233
|
* @internal
|
|
11229
11234
|
*/
|
|
@@ -1,9 +1,38 @@
|
|
|
1
1
|
import { ActiveVpnTunnelStatus, AddressTransfer, AllowedImagesSettingsDisabledState, AllowedImagesSettingsEnabledState, AllowedPrincipal, AsnAssociation, AssociationStatus, CurrencyCodeValues, DeviceTrustProviderType, IamInstanceProfileAssociation, InstanceEventWindow, IpamPoolAllocation, IpamResourceDiscoveryAssociation, NatGatewayAddress, RouteServerAssociation, SecurityGroupVpcAssociationState, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TransitGatewayAssociation, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPolicyTableAssociation, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
|
|
2
|
-
import { CapacityReservationState, DiskImageFormat, InstanceRequirementsRequest, IpAddressType, IpamResourceTag, RequestIpamResourceTag, Vpc } from "./models_1";
|
|
3
|
-
import { ResponseLaunchTemplateData,
|
|
2
|
+
import { CapacityReservationState, DiskImageFormat, InstanceRequirementsRequest, IpAddressType, IpamResourceTag, RequestIpamResourceTag, SSEType, Vpc } from "./models_1";
|
|
3
|
+
import { ResponseLaunchTemplateData, VpcBlockPublicAccessExclusion } from "./models_2";
|
|
4
4
|
import { ConnectionNotification, DnsEntry, DnsNameState, Filter, IpamPoolCidr, MetricType, PayerResponsibility, PeriodType, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, State, StatisticType, VpcEndpoint, VpnConnection, VpnGateway } from "./models_3";
|
|
5
5
|
import { AttributeBooleanValue, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, HttpTokensState, InstanceMetadataEndpointState, InstanceMetadataTagsState, PaymentOption, VirtualizationType } from "./models_4";
|
|
6
|
-
import { ArchitectureType,
|
|
6
|
+
import { ArchitectureType, VolumeStatusItem } from "./models_5";
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
export interface DescribeVolumeStatusResult {
|
|
11
|
+
/**
|
|
12
|
+
* <p>The token to include in another request to get the next page of items.
|
|
13
|
+
* This value is <code>null</code> when there are no more items to return.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
NextToken?: string | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* <p>Information about the status of the volumes.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
VolumeStatuses?: VolumeStatusItem[] | undefined;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
* @enum
|
|
26
|
+
*/
|
|
27
|
+
export declare const VpcAttributeName: {
|
|
28
|
+
readonly enableDnsHostnames: "enableDnsHostnames";
|
|
29
|
+
readonly enableDnsSupport: "enableDnsSupport";
|
|
30
|
+
readonly enableNetworkAddressUsageMetrics: "enableNetworkAddressUsageMetrics";
|
|
31
|
+
};
|
|
32
|
+
/**
|
|
33
|
+
* @public
|
|
34
|
+
*/
|
|
35
|
+
export type VpcAttributeName = (typeof VpcAttributeName)[keyof typeof VpcAttributeName];
|
|
7
36
|
/**
|
|
8
37
|
* @public
|
|
9
38
|
*/
|
|
@@ -7191,49 +7220,6 @@ export interface PrefixListEntry {
|
|
|
7191
7220
|
*/
|
|
7192
7221
|
Description?: string | undefined;
|
|
7193
7222
|
}
|
|
7194
|
-
/**
|
|
7195
|
-
* @public
|
|
7196
|
-
*/
|
|
7197
|
-
export interface GetManagedPrefixListEntriesResult {
|
|
7198
|
-
/**
|
|
7199
|
-
* <p>Information about the prefix list entries.</p>
|
|
7200
|
-
* @public
|
|
7201
|
-
*/
|
|
7202
|
-
Entries?: PrefixListEntry[] | undefined;
|
|
7203
|
-
/**
|
|
7204
|
-
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
7205
|
-
* @public
|
|
7206
|
-
*/
|
|
7207
|
-
NextToken?: string | undefined;
|
|
7208
|
-
}
|
|
7209
|
-
/**
|
|
7210
|
-
* @public
|
|
7211
|
-
*/
|
|
7212
|
-
export interface GetNetworkInsightsAccessScopeAnalysisFindingsRequest {
|
|
7213
|
-
/**
|
|
7214
|
-
* <p>The ID of the Network Access Scope analysis.</p>
|
|
7215
|
-
* @public
|
|
7216
|
-
*/
|
|
7217
|
-
NetworkInsightsAccessScopeAnalysisId: string | undefined;
|
|
7218
|
-
/**
|
|
7219
|
-
* <p>The maximum number of results to return with a single call.
|
|
7220
|
-
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
7221
|
-
* @public
|
|
7222
|
-
*/
|
|
7223
|
-
MaxResults?: number | undefined;
|
|
7224
|
-
/**
|
|
7225
|
-
* <p>The token for the next page of results.</p>
|
|
7226
|
-
* @public
|
|
7227
|
-
*/
|
|
7228
|
-
NextToken?: string | undefined;
|
|
7229
|
-
/**
|
|
7230
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7231
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7232
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7233
|
-
* @public
|
|
7234
|
-
*/
|
|
7235
|
-
DryRun?: boolean | undefined;
|
|
7236
|
-
}
|
|
7237
7223
|
/**
|
|
7238
7224
|
* @internal
|
|
7239
7225
|
*/
|
|
@@ -1,10 +1,53 @@
|
|
|
1
1
|
import { AccessScopeAnalysisFinding, AddedPrincipal, AddIpamOperatingRegion, AddIpamOrganizationalUnitExclusion, AddPrefixListEntry, AddressAttribute, Affinity, ApplianceModeSupportValue, AutoPlacement, ByoipCidr, DnsSupportValue, EnaSrdSpecification, HostMaintenance, HostRecovery, InstanceEventWindow, Ipv6SupportValue, RouteServerAssociation, SecurityGroupReferencingSupportValue, SubnetAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider } from "./models_0";
|
|
2
2
|
import { _InstanceType, AttributeValue, CapacityReservation, CapacityReservationPreference, CapacityReservationTarget, ClientConnectOptions, ClientLoginBannerOptions, ClientRouteEnforcementOptions, ConnectionLogOptions, ConnectionTrackingSpecificationRequest, DiskImageFormat, EndDateType, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, HostnameType, InstanceBandwidthWeighting, InstanceEventWindowTimeRangeRequest, InstanceMatchCriteria, InstanceRequirementsRequest, IpAddressType, Ipam, IpamMeteredAccount, IpamPool, IpamResourceDiscovery, IpamScope, IpamTier, LaunchTemplate, Placement, PlatformValues, RequestIpamResourceTag, SelfServicePortal, ShutdownBehavior, TargetCapacitySpecificationRequest, TargetCapacityUnitType, VolumeType } from "./models_1";
|
|
3
|
-
import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, InternetGatewayExclusionMode, LocalGatewayRoute, ManagedPrefixList, NetworkInsightsAccessScopeContent, RouteServer, RouteServerPersistRoutesAction, SubnetCidrReservation,
|
|
4
|
-
import {
|
|
3
|
+
import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, InternetGatewayExclusionMode, LocalGatewayRoute, ManagedPrefixList, NetworkInsightsAccessScopeContent, RouteServer, RouteServerPersistRoutesAction, SubnetCidrReservation, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest, VpcBlockPublicAccessExclusion, VpnEcmpSupportValue } from "./models_2";
|
|
4
|
+
import { Filter, IKEVersionsRequestListValue, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SubnetConfiguration, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_3";
|
|
5
5
|
import { ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, InstanceStatusEvent, LaunchPermission, Monitoring, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, VirtualizationType } from "./models_4";
|
|
6
6
|
import { AnalysisStatus, ArchitectureType, CreateVolumePermission, ExcessCapacityTerminationPolicy, LaunchTemplateConfig, LockState, ReservedInstancesConfiguration, SnapshotAttributeName, VerifiedAccessInstanceLoggingConfiguration, VolumeModification } from "./models_5";
|
|
7
|
-
import { InstanceFamilyCreditSpecification, InternetGatewayBlockMode, IpamResourceCidr, ManagedBy, RouteServerPropagation, SnapshotBlockPublicAccessState, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, VpcBlockPublicAccessOptions } from "./models_6";
|
|
7
|
+
import { InstanceFamilyCreditSpecification, InternetGatewayBlockMode, IpamResourceCidr, ManagedBy, PrefixListEntry, RouteServerPropagation, SnapshotBlockPublicAccessState, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, VpcBlockPublicAccessOptions } from "./models_6";
|
|
8
|
+
/**
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
export interface GetManagedPrefixListEntriesResult {
|
|
12
|
+
/**
|
|
13
|
+
* <p>Information about the prefix list entries.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
Entries?: PrefixListEntry[] | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
NextToken?: string | undefined;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
export interface GetNetworkInsightsAccessScopeAnalysisFindingsRequest {
|
|
27
|
+
/**
|
|
28
|
+
* <p>The ID of the Network Access Scope analysis.</p>
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
NetworkInsightsAccessScopeAnalysisId: string | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* <p>The maximum number of results to return with a single call.
|
|
34
|
+
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
MaxResults?: number | undefined;
|
|
38
|
+
/**
|
|
39
|
+
* <p>The token for the next page of results.</p>
|
|
40
|
+
* @public
|
|
41
|
+
*/
|
|
42
|
+
NextToken?: string | undefined;
|
|
43
|
+
/**
|
|
44
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
45
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
46
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
DryRun?: boolean | undefined;
|
|
50
|
+
}
|
|
8
51
|
/**
|
|
9
52
|
* @public
|
|
10
53
|
*/
|
|
@@ -7158,9 +7201,12 @@ export interface ModifyVolumeRequest {
|
|
|
7158
7201
|
* <code>io2</code>: 100 - 256,000 IOPS</p>
|
|
7159
7202
|
* </li>
|
|
7160
7203
|
* </ul>
|
|
7161
|
-
* <
|
|
7162
|
-
*
|
|
7163
|
-
*
|
|
7204
|
+
* <note>
|
|
7205
|
+
* <p>
|
|
7206
|
+
* <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html">
|
|
7207
|
+
* Instances built on the Nitro System</a> can support up to 256,000 IOPS. Other instances can support up to 32,000
|
|
7208
|
+
* IOPS.</p>
|
|
7209
|
+
* </note>
|
|
7164
7210
|
* <p>Default: The existing value is retained if you keep the same volume type. If you change
|
|
7165
7211
|
* the volume type to <code>io1</code>, <code>io2</code>, or <code>gp3</code>, the default is 3,000.</p>
|
|
7166
7212
|
* @public
|
|
@@ -8437,43 +8483,6 @@ export interface AsnAuthorizationContext {
|
|
|
8437
8483
|
*/
|
|
8438
8484
|
Signature: string | undefined;
|
|
8439
8485
|
}
|
|
8440
|
-
/**
|
|
8441
|
-
* @public
|
|
8442
|
-
*/
|
|
8443
|
-
export interface ProvisionIpamByoasnRequest {
|
|
8444
|
-
/**
|
|
8445
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8446
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8447
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8448
|
-
* @public
|
|
8449
|
-
*/
|
|
8450
|
-
DryRun?: boolean | undefined;
|
|
8451
|
-
/**
|
|
8452
|
-
* <p>An IPAM ID.</p>
|
|
8453
|
-
* @public
|
|
8454
|
-
*/
|
|
8455
|
-
IpamId: string | undefined;
|
|
8456
|
-
/**
|
|
8457
|
-
* <p>A public 2-byte or 4-byte ASN.</p>
|
|
8458
|
-
* @public
|
|
8459
|
-
*/
|
|
8460
|
-
Asn: string | undefined;
|
|
8461
|
-
/**
|
|
8462
|
-
* <p>An ASN authorization context.</p>
|
|
8463
|
-
* @public
|
|
8464
|
-
*/
|
|
8465
|
-
AsnAuthorizationContext: AsnAuthorizationContext | undefined;
|
|
8466
|
-
}
|
|
8467
|
-
/**
|
|
8468
|
-
* @public
|
|
8469
|
-
*/
|
|
8470
|
-
export interface ProvisionIpamByoasnResult {
|
|
8471
|
-
/**
|
|
8472
|
-
* <p>An ASN and BYOIP CIDR association.</p>
|
|
8473
|
-
* @public
|
|
8474
|
-
*/
|
|
8475
|
-
Byoasn?: Byoasn | undefined;
|
|
8476
|
-
}
|
|
8477
8486
|
/**
|
|
8478
8487
|
* @internal
|
|
8479
8488
|
*/
|
|
@@ -1,11 +1,48 @@
|
|
|
1
1
|
import { AddressAttribute, AddressAttributeName, ByoipCidr, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem } from "./models_0";
|
|
2
|
-
import { _InstanceType, AmdSevSnpSpecification, BlockDeviceMapping, CapacityReservation, CapacityReservationInstancePlatform, CreditSpecificationRequest, ElasticGpuSpecification, HostnameType, InstanceBandwidthWeighting, InstanceInterruptionBehavior, MarketType, OperatorRequest, Placement, ShutdownBehavior, SpotInstanceType } from "./models_1";
|
|
3
|
-
import { IcmpTypeCode, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, RuleAction, SnapshotState,
|
|
4
|
-
import { CapacityBlock, CapacityBlockExtension, Filter, InstanceTagNotificationAttribute, IpamPoolCidr } from "./models_3";
|
|
2
|
+
import { _InstanceType, AmdSevSnpSpecification, BlockDeviceMapping, CapacityReservation, CapacityReservationInstancePlatform, CreditSpecificationRequest, ElasticGpuSpecification, HostnameType, InstanceBandwidthWeighting, InstanceInterruptionBehavior, MarketType, OperatorRequest, Placement, ShutdownBehavior, SpotInstanceType, SSEType } from "./models_1";
|
|
3
|
+
import { IcmpTypeCode, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, RuleAction, SnapshotState, TransitGatewayRoute } from "./models_2";
|
|
4
|
+
import { Byoasn, CapacityBlock, CapacityBlockExtension, Filter, InstanceTagNotificationAttribute, IpamPoolCidr } from "./models_3";
|
|
5
5
|
import { ArchitectureValues, BootModeValues, ClientVpnConnectionStatus, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, TpmSupportValues } from "./models_4";
|
|
6
6
|
import { InstanceNetworkInterfaceSpecification, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_5";
|
|
7
7
|
import { Purchase } from "./models_6";
|
|
8
|
-
import { CapacityReservationSpecification, InstanceMonitoring, Status } from "./models_7";
|
|
8
|
+
import { AsnAuthorizationContext, CapacityReservationSpecification, InstanceMonitoring, Status } from "./models_7";
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
export interface ProvisionIpamByoasnRequest {
|
|
13
|
+
/**
|
|
14
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
15
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
16
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
DryRun?: boolean | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* <p>An IPAM ID.</p>
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
IpamId: string | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* <p>A public 2-byte or 4-byte ASN.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
Asn: string | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* <p>An ASN authorization context.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
AsnAuthorizationContext: AsnAuthorizationContext | undefined;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
export interface ProvisionIpamByoasnResult {
|
|
40
|
+
/**
|
|
41
|
+
* <p>An ASN and BYOIP CIDR association.</p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
Byoasn?: Byoasn | undefined;
|
|
45
|
+
}
|
|
9
46
|
/**
|
|
10
47
|
* <p>A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.</p>
|
|
11
48
|
* @public
|
|
@@ -1614,7 +1651,7 @@ export interface ReportInstanceStatusRequest {
|
|
|
1614
1651
|
/**
|
|
1615
1652
|
* <p>Descriptive text about the health state of your instance.</p>
|
|
1616
1653
|
*
|
|
1617
|
-
* @deprecated
|
|
1654
|
+
* @deprecated This member has been deprecated
|
|
1618
1655
|
* @public
|
|
1619
1656
|
*/
|
|
1620
1657
|
Description?: string | undefined;
|
|
@@ -3092,7 +3129,7 @@ export interface RunInstancesRequest {
|
|
|
3092
3129
|
* <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p>
|
|
3093
3130
|
* </note>
|
|
3094
3131
|
*
|
|
3095
|
-
* @deprecated
|
|
3132
|
+
* @deprecated Specifying Elastic Graphics accelerators is no longer supported on the RunInstances API.
|
|
3096
3133
|
* @public
|
|
3097
3134
|
*/
|
|
3098
3135
|
ElasticGpuSpecification?: ElasticGpuSpecification[] | undefined;
|
|
@@ -3102,7 +3139,7 @@ export interface RunInstancesRequest {
|
|
|
3102
3139
|
* <p>Amazon Elastic Inference is no longer available.</p>
|
|
3103
3140
|
* </note>
|
|
3104
3141
|
*
|
|
3105
|
-
* @deprecated
|
|
3142
|
+
* @deprecated Specifying Elastic Inference accelerators is no longer supported on the RunInstances API.
|
|
3106
3143
|
* @public
|
|
3107
3144
|
*/
|
|
3108
3145
|
ElasticInferenceAccelerators?: ElasticInferenceAccelerator[] | undefined;
|
|
@@ -60,6 +60,7 @@ import { ConfirmProductInstanceCommandInput, ConfirmProductInstanceCommandOutput
|
|
|
60
60
|
import { CopyFpgaImageCommandInput, CopyFpgaImageCommandOutput } from "../commands/CopyFpgaImageCommand";
|
|
61
61
|
import { CopyImageCommandInput, CopyImageCommandOutput } from "../commands/CopyImageCommand";
|
|
62
62
|
import { CopySnapshotCommandInput, CopySnapshotCommandOutput } from "../commands/CopySnapshotCommand";
|
|
63
|
+
import { CopyVolumesCommandInput, CopyVolumesCommandOutput } from "../commands/CopyVolumesCommand";
|
|
63
64
|
import { CreateCapacityReservationBySplittingCommandInput, CreateCapacityReservationBySplittingCommandOutput } from "../commands/CreateCapacityReservationBySplittingCommand";
|
|
64
65
|
import { CreateCapacityReservationCommandInput, CreateCapacityReservationCommandOutput } from "../commands/CreateCapacityReservationCommand";
|
|
65
66
|
import { CreateCapacityReservationFleetCommandInput, CreateCapacityReservationFleetCommandOutput } from "../commands/CreateCapacityReservationFleetCommand";
|
|
@@ -934,6 +935,10 @@ export declare const se_CopyImageCommand: (input: CopyImageCommandInput, context
|
|
|
934
935
|
* serializeAws_ec2CopySnapshotCommand
|
|
935
936
|
*/
|
|
936
937
|
export declare const se_CopySnapshotCommand: (input: CopySnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
938
|
+
/**
|
|
939
|
+
* serializeAws_ec2CopyVolumesCommand
|
|
940
|
+
*/
|
|
941
|
+
export declare const se_CopyVolumesCommand: (input: CopyVolumesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
937
942
|
/**
|
|
938
943
|
* serializeAws_ec2CreateCapacityReservationCommand
|
|
939
944
|
*/
|
|
@@ -3710,6 +3715,10 @@ export declare const de_CopyImageCommand: (output: __HttpResponse, context: __Se
|
|
|
3710
3715
|
* deserializeAws_ec2CopySnapshotCommand
|
|
3711
3716
|
*/
|
|
3712
3717
|
export declare const de_CopySnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopySnapshotCommandOutput>;
|
|
3718
|
+
/**
|
|
3719
|
+
* deserializeAws_ec2CopyVolumesCommand
|
|
3720
|
+
*/
|
|
3721
|
+
export declare const de_CopyVolumesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyVolumesCommandOutput>;
|
|
3713
3722
|
/**
|
|
3714
3723
|
* deserializeAws_ec2CreateCapacityReservationCommand
|
|
3715
3724
|
*/
|
|
@@ -239,6 +239,10 @@ import {
|
|
|
239
239
|
CopySnapshotCommandInput,
|
|
240
240
|
CopySnapshotCommandOutput,
|
|
241
241
|
} from "./commands/CopySnapshotCommand";
|
|
242
|
+
import {
|
|
243
|
+
CopyVolumesCommandInput,
|
|
244
|
+
CopyVolumesCommandOutput,
|
|
245
|
+
} from "./commands/CopyVolumesCommand";
|
|
242
246
|
import {
|
|
243
247
|
CreateCapacityReservationBySplittingCommandInput,
|
|
244
248
|
CreateCapacityReservationBySplittingCommandOutput,
|
|
@@ -3635,6 +3639,19 @@ export interface EC2 {
|
|
|
3635
3639
|
options: __HttpHandlerOptions,
|
|
3636
3640
|
cb: (err: any, data?: CopySnapshotCommandOutput) => void
|
|
3637
3641
|
): void;
|
|
3642
|
+
copyVolumes(
|
|
3643
|
+
args: CopyVolumesCommandInput,
|
|
3644
|
+
options?: __HttpHandlerOptions
|
|
3645
|
+
): Promise<CopyVolumesCommandOutput>;
|
|
3646
|
+
copyVolumes(
|
|
3647
|
+
args: CopyVolumesCommandInput,
|
|
3648
|
+
cb: (err: any, data?: CopyVolumesCommandOutput) => void
|
|
3649
|
+
): void;
|
|
3650
|
+
copyVolumes(
|
|
3651
|
+
args: CopyVolumesCommandInput,
|
|
3652
|
+
options: __HttpHandlerOptions,
|
|
3653
|
+
cb: (err: any, data?: CopyVolumesCommandOutput) => void
|
|
3654
|
+
): void;
|
|
3638
3655
|
createCapacityReservation(
|
|
3639
3656
|
args: CreateCapacityReservationCommandInput,
|
|
3640
3657
|
options?: __HttpHandlerOptions
|
|
@@ -285,6 +285,10 @@ import {
|
|
|
285
285
|
CopySnapshotCommandInput,
|
|
286
286
|
CopySnapshotCommandOutput,
|
|
287
287
|
} from "./commands/CopySnapshotCommand";
|
|
288
|
+
import {
|
|
289
|
+
CopyVolumesCommandInput,
|
|
290
|
+
CopyVolumesCommandOutput,
|
|
291
|
+
} from "./commands/CopyVolumesCommand";
|
|
288
292
|
import {
|
|
289
293
|
CreateCapacityReservationBySplittingCommandInput,
|
|
290
294
|
CreateCapacityReservationBySplittingCommandOutput,
|
|
@@ -2889,6 +2893,7 @@ export type ServiceInputTypes =
|
|
|
2889
2893
|
| CopyFpgaImageCommandInput
|
|
2890
2894
|
| CopyImageCommandInput
|
|
2891
2895
|
| CopySnapshotCommandInput
|
|
2896
|
+
| CopyVolumesCommandInput
|
|
2892
2897
|
| CreateCapacityReservationBySplittingCommandInput
|
|
2893
2898
|
| CreateCapacityReservationCommandInput
|
|
2894
2899
|
| CreateCapacityReservationFleetCommandInput
|
|
@@ -3584,6 +3589,7 @@ export type ServiceOutputTypes =
|
|
|
3584
3589
|
| CopyFpgaImageCommandOutput
|
|
3585
3590
|
| CopyImageCommandOutput
|
|
3586
3591
|
| CopySnapshotCommandOutput
|
|
3592
|
+
| CopyVolumesCommandOutput
|
|
3587
3593
|
| CreateCapacityReservationBySplittingCommandOutput
|
|
3588
3594
|
| CreateCapacityReservationCommandOutput
|
|
3589
3595
|
| CreateCapacityReservationFleetCommandOutput
|
|
@@ -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
|
+
}
|
|
@@ -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,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
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
GetManagedPrefixListEntriesResult,
|
|
11
|
-
} from "../models/models_6";
|
|
8
|
+
import { GetManagedPrefixListEntriesRequest } from "../models/models_6";
|
|
9
|
+
import { GetManagedPrefixListEntriesResult } from "../models/models_7";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
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
|
|
@@ -58,6 +58,7 @@ export * from "./ConfirmProductInstanceCommand";
|
|
|
58
58
|
export * from "./CopyFpgaImageCommand";
|
|
59
59
|
export * from "./CopyImageCommand";
|
|
60
60
|
export * from "./CopySnapshotCommand";
|
|
61
|
+
export * from "./CopyVolumesCommand";
|
|
61
62
|
export * from "./CreateCapacityReservationBySplittingCommand";
|
|
62
63
|
export * from "./CreateCapacityReservationCommand";
|
|
63
64
|
export * from "./CreateCapacityReservationFleetCommand";
|