@aws-sdk/client-ec2 3.799.0 → 3.803.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 +48 -0
- package/dist-cjs/index.js +856 -208
- package/dist-es/EC2.js +12 -0
- package/dist-es/commands/CreateLocalGatewayVirtualInterfaceCommand.js +22 -0
- package/dist-es/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.js +22 -0
- package/dist-es/commands/DeleteLocalGatewayVirtualInterfaceCommand.js +22 -0
- package/dist-es/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.js +22 -0
- package/dist-es/commands/DescribeConversionTasksCommand.js +1 -1
- package/dist-es/commands/DescribeOutpostLagsCommand.js +22 -0
- package/dist-es/commands/DescribeServiceLinkVirtualInterfacesCommand.js +22 -0
- package/dist-es/commands/GetVpnConnectionDeviceSampleConfigurationCommand.js +1 -1
- package/dist-es/commands/ImportImageCommand.js +1 -1
- package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
- package/dist-es/commands/RequestSpotInstancesCommand.js +1 -1
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +2 -0
- package/dist-es/models/models_1.js +4 -6
- package/dist-es/models/models_2.js +20 -9
- package/dist-es/models/models_3.js +8 -3
- package/dist-es/models/models_4.js +4 -7
- package/dist-es/models/models_5.js +12 -3
- package/dist-es/models/models_6.js +3 -25
- package/dist-es/models/models_7.js +26 -25
- package/dist-es/models/models_8.js +23 -0
- package/dist-es/protocols/Aws_ec2.js +548 -29
- package/dist-types/EC2.d.ts +44 -0
- package/dist-types/EC2Client.d.ts +8 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- 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/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/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/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 +3 -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 +110 -0
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +103 -0
- 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 +1 -1
- 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 +3 -2
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamCommand.d.ts +1 -0
- package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +93 -0
- package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +90 -0
- package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -13
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -2
- package/dist-types/commands/DescribeIpamsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +6 -1
- package/dist-types/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMacHostsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +105 -0
- package/dist-types/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +106 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +1 -1
- package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -2
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
- package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/commands/ImportImageCommand.d.ts +2 -2
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamCommand.d.ts +2 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.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 +4 -3
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
- package/dist-types/commands/ResetAddressAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAddressToClassicCommand.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/StopInstancesCommand.d.ts +23 -27
- package/dist-types/commands/TerminateInstancesCommand.d.ts +6 -6
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +2 -0
- package/dist-types/models/models_1.d.ts +65 -65
- package/dist-types/models/models_2.d.ts +317 -240
- package/dist-types/models/models_3.d.ts +304 -475
- package/dist-types/models/models_4.d.ts +6882 -6870
- package/dist-types/models/models_5.d.ts +1250 -944
- package/dist-types/models/models_6.d.ts +3471 -3708
- package/dist-types/models/models_7.d.ts +4525 -4392
- package/dist-types/models/models_8.d.ts +495 -8
- package/dist-types/protocols/Aws_ec2.d.ts +54 -0
- package/dist-types/ts3.4/EC2.d.ts +134 -0
- package/dist-types/ts3.4/EC2Client.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMacHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeOutpostLagsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageDeregistrationProtectionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/dist-types/ts3.4/models/models_1.d.ts +8 -14
- package/dist-types/ts3.4/models/models_2.d.ts +89 -60
- package/dist-types/ts3.4/models/models_3.d.ts +81 -102
- package/dist-types/ts3.4/models/models_4.d.ts +109 -85
- package/dist-types/ts3.4/models/models_5.d.ts +124 -94
- package/dist-types/ts3.4/models/models_6.d.ts +87 -134
- package/dist-types/ts3.4/models/models_7.d.ts +138 -120
- package/dist-types/ts3.4/models/models_8.d.ts +115 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
- package/package.json +4 -4
|
@@ -1,10 +1,481 @@
|
|
|
1
|
-
import { ByoipCidr, ClientVpnAuthorizationRuleStatus, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, TagSpecification, TransitGatewayAttachmentResourceType } from "./models_0";
|
|
1
|
+
import { AddressAttribute, AddressAttributeName, ByoipCidr, ClientVpnAuthorizationRuleStatus, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, TagSpecification, TransitGatewayAttachmentResourceType } from "./models_0";
|
|
2
2
|
import { _InstanceType, AmdSevSnpSpecification, BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, HostnameType, InstanceBandwidthWeighting, InstanceInterruptionBehavior, InstanceIpv6Address, MarketType, OperatorRequest, Placement, ShutdownBehavior, SpotInstanceType } from "./models_1";
|
|
3
3
|
import { LocalGatewayRoute, ManagedPrefixList, SnapshotState, SSEType, TransitGatewayRoute } from "./models_2";
|
|
4
4
|
import { ClientVpnConnectionStatus, Filter } from "./models_3";
|
|
5
|
-
import { HttpTokensState, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState } from "./models_4";
|
|
6
|
-
import { InstanceNetworkInterfaceSpecification, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, RunInstancesMonitoringEnabled } from "./models_5";
|
|
7
|
-
import { CapacityReservationSpecification, InstanceMonitoring } from "./models_7";
|
|
5
|
+
import { HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState } from "./models_4";
|
|
6
|
+
import { InstanceNetworkInterfaceSpecification, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, RunInstancesMonitoringEnabled, SnapshotAttributeName, SpotInstanceRequest, SpotPlacement } from "./models_5";
|
|
7
|
+
import { CapacityReservationSpecification, InstanceMonitoring, Status } from "./models_7";
|
|
8
|
+
/**
|
|
9
|
+
* <p>Contains the output of RequestSpotFleet.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
export interface RequestSpotFleetResponse {
|
|
13
|
+
/**
|
|
14
|
+
* <p>The ID of the Spot Fleet request.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
SpotFleetRequestId?: string | undefined;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* <p>Describes the launch specification for an instance.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
export interface RequestSpotLaunchSpecification {
|
|
24
|
+
/**
|
|
25
|
+
* <p>The IDs of the security groups.</p>
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
SecurityGroupIds?: string[] | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* <p>Not supported.</p>
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
SecurityGroups?: string[] | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* <p>Deprecated.</p>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
AddressingType?: string | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* <p>The block device mapping entries. You can't specify both a snapshot ID and an encryption value.
|
|
41
|
+
* This is because only blank volumes can be encrypted on creation. If a snapshot is the basis for a volume,
|
|
42
|
+
* it is not blank and its encryption status is used for the volume encryption status.</p>
|
|
43
|
+
* @public
|
|
44
|
+
*/
|
|
45
|
+
BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
|
|
46
|
+
/**
|
|
47
|
+
* <p>Indicates whether the instance is optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance.</p>
|
|
48
|
+
* <p>Default: <code>false</code>
|
|
49
|
+
* </p>
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
EbsOptimized?: boolean | undefined;
|
|
53
|
+
/**
|
|
54
|
+
* <p>The IAM instance profile.</p>
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
IamInstanceProfile?: IamInstanceProfileSpecification | undefined;
|
|
58
|
+
/**
|
|
59
|
+
* <p>The ID of the AMI.</p>
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
ImageId?: string | undefined;
|
|
63
|
+
/**
|
|
64
|
+
* <p>The instance type. Only one instance type can be specified.</p>
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
InstanceType?: _InstanceType | undefined;
|
|
68
|
+
/**
|
|
69
|
+
* <p>The ID of the kernel.</p>
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
KernelId?: string | undefined;
|
|
73
|
+
/**
|
|
74
|
+
* <p>The name of the key pair.</p>
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
KeyName?: string | undefined;
|
|
78
|
+
/**
|
|
79
|
+
* <p>Indicates whether basic or detailed monitoring is enabled for the instance.</p>
|
|
80
|
+
* <p>Default: Disabled</p>
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
83
|
+
Monitoring?: RunInstancesMonitoringEnabled | undefined;
|
|
84
|
+
/**
|
|
85
|
+
* <p>The network interfaces. If you specify a network interface, you must specify
|
|
86
|
+
* subnet IDs and security group IDs using the network interface.</p>
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
NetworkInterfaces?: InstanceNetworkInterfaceSpecification[] | undefined;
|
|
90
|
+
/**
|
|
91
|
+
* <p>The placement information for the instance.</p>
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
Placement?: SpotPlacement | undefined;
|
|
95
|
+
/**
|
|
96
|
+
* <p>The ID of the RAM disk.</p>
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
RamdiskId?: string | undefined;
|
|
100
|
+
/**
|
|
101
|
+
* <p>The ID of the subnet in which to launch the instance.</p>
|
|
102
|
+
* @public
|
|
103
|
+
*/
|
|
104
|
+
SubnetId?: string | undefined;
|
|
105
|
+
/**
|
|
106
|
+
* <p>The base64-encoded user data that instances use when starting up. User data is limited to 16 KB.</p>
|
|
107
|
+
* @public
|
|
108
|
+
*/
|
|
109
|
+
UserData?: string | undefined;
|
|
110
|
+
}
|
|
111
|
+
/**
|
|
112
|
+
* <p>Contains the parameters for RequestSpotInstances.</p>
|
|
113
|
+
* @public
|
|
114
|
+
*/
|
|
115
|
+
export interface RequestSpotInstancesRequest {
|
|
116
|
+
/**
|
|
117
|
+
* <p>The launch specification.</p>
|
|
118
|
+
* @public
|
|
119
|
+
*/
|
|
120
|
+
LaunchSpecification?: RequestSpotLaunchSpecification | undefined;
|
|
121
|
+
/**
|
|
122
|
+
* <p>The key-value pair for tagging the Spot Instance request on creation. The value for
|
|
123
|
+
* <code>ResourceType</code> must be <code>spot-instances-request</code>, otherwise the
|
|
124
|
+
* Spot Instance request fails. To tag the Spot Instance request after it has been created,
|
|
125
|
+
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>. </p>
|
|
126
|
+
* @public
|
|
127
|
+
*/
|
|
128
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
129
|
+
/**
|
|
130
|
+
* <p>The behavior when a Spot Instance is interrupted. The default is <code>terminate</code>.</p>
|
|
131
|
+
* @public
|
|
132
|
+
*/
|
|
133
|
+
InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
|
|
134
|
+
/**
|
|
135
|
+
* <p>Checks whether you have the required permissions for the action, without actually
|
|
136
|
+
* making the request, and provides an error response. If you have the required
|
|
137
|
+
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
138
|
+
* <code>UnauthorizedOperation</code>.</p>
|
|
139
|
+
* @public
|
|
140
|
+
*/
|
|
141
|
+
DryRun?: boolean | undefined;
|
|
142
|
+
/**
|
|
143
|
+
* <p>The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend
|
|
144
|
+
* using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.</p>
|
|
145
|
+
* <important>
|
|
146
|
+
* <p>If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.</p>
|
|
147
|
+
* </important>
|
|
148
|
+
* @public
|
|
149
|
+
*/
|
|
150
|
+
SpotPrice?: string | undefined;
|
|
151
|
+
/**
|
|
152
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
153
|
+
* request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html">Ensuring idempotency in
|
|
154
|
+
* Amazon EC2 API requests</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
155
|
+
* @public
|
|
156
|
+
*/
|
|
157
|
+
ClientToken?: string | undefined;
|
|
158
|
+
/**
|
|
159
|
+
* <p>The maximum number of Spot Instances to launch.</p>
|
|
160
|
+
* <p>Default: 1</p>
|
|
161
|
+
* @public
|
|
162
|
+
*/
|
|
163
|
+
InstanceCount?: number | undefined;
|
|
164
|
+
/**
|
|
165
|
+
* <p>The Spot Instance request type.</p>
|
|
166
|
+
* <p>Default: <code>one-time</code>
|
|
167
|
+
* </p>
|
|
168
|
+
* @public
|
|
169
|
+
*/
|
|
170
|
+
Type?: SpotInstanceType | undefined;
|
|
171
|
+
/**
|
|
172
|
+
* <p>The start date of the request. If this is a one-time request, the request becomes
|
|
173
|
+
* active at this date and time and remains active until all instances launch, the request
|
|
174
|
+
* expires, or the request is canceled. If the request is persistent, the request becomes
|
|
175
|
+
* active at this date and time and remains active until it expires or is canceled.</p>
|
|
176
|
+
* <p>The specified start date and time cannot be equal to the current date and time. You
|
|
177
|
+
* must specify a start date and time that occurs after the current date and time.</p>
|
|
178
|
+
* @public
|
|
179
|
+
*/
|
|
180
|
+
ValidFrom?: Date | undefined;
|
|
181
|
+
/**
|
|
182
|
+
* <p>The end date of the request, in UTC format
|
|
183
|
+
* (<i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>
|
|
184
|
+
* <ul>
|
|
185
|
+
* <li>
|
|
186
|
+
* <p>For a persistent request, the request remains active until the
|
|
187
|
+
* <code>ValidUntil</code> date and time is reached. Otherwise, the request
|
|
188
|
+
* remains active until you cancel it. </p>
|
|
189
|
+
* </li>
|
|
190
|
+
* <li>
|
|
191
|
+
* <p>For a one-time request, the request remains active until all instances launch,
|
|
192
|
+
* the request is canceled, or the <code>ValidUntil</code> date and time is
|
|
193
|
+
* reached. By default, the request is valid for 7 days from the date the request
|
|
194
|
+
* was created.</p>
|
|
195
|
+
* </li>
|
|
196
|
+
* </ul>
|
|
197
|
+
* @public
|
|
198
|
+
*/
|
|
199
|
+
ValidUntil?: Date | undefined;
|
|
200
|
+
/**
|
|
201
|
+
* <p>The instance launch group. Launch groups are Spot Instances that launch together and
|
|
202
|
+
* terminate together.</p>
|
|
203
|
+
* <p>Default: Instances are launched and terminated individually</p>
|
|
204
|
+
* @public
|
|
205
|
+
*/
|
|
206
|
+
LaunchGroup?: string | undefined;
|
|
207
|
+
/**
|
|
208
|
+
* <p>The user-specified name for a logical grouping of requests.</p>
|
|
209
|
+
* <p>When you specify an Availability Zone group in a Spot Instance request, all Spot
|
|
210
|
+
* Instances in the request are launched in the same Availability Zone. Instance proximity
|
|
211
|
+
* is maintained with this parameter, but the choice of Availability Zone is not. The group
|
|
212
|
+
* applies only to requests for Spot Instances of the same instance type. Any additional
|
|
213
|
+
* Spot Instance requests that are specified with the same Availability Zone group name are
|
|
214
|
+
* launched in that same Availability Zone, as long as at least one instance from the group
|
|
215
|
+
* is still active.</p>
|
|
216
|
+
* <p>If there is no active instance running in the Availability Zone group that you specify
|
|
217
|
+
* for a new Spot Instance request (all instances are terminated, the request is expired,
|
|
218
|
+
* or the maximum price you specified falls below current Spot price), then Amazon EC2 launches
|
|
219
|
+
* the instance in any Availability Zone where the constraint can be met. Consequently, the
|
|
220
|
+
* subsequent set of Spot Instances could be placed in a different zone from the original
|
|
221
|
+
* request, even if you specified the same Availability Zone group.</p>
|
|
222
|
+
* <p>Default: Instances are launched in any available Availability Zone.</p>
|
|
223
|
+
* @public
|
|
224
|
+
*/
|
|
225
|
+
AvailabilityZoneGroup?: string | undefined;
|
|
226
|
+
/**
|
|
227
|
+
* <p>Deprecated.</p>
|
|
228
|
+
* @public
|
|
229
|
+
*/
|
|
230
|
+
BlockDurationMinutes?: number | undefined;
|
|
231
|
+
}
|
|
232
|
+
/**
|
|
233
|
+
* <p>Contains the output of RequestSpotInstances.</p>
|
|
234
|
+
* @public
|
|
235
|
+
*/
|
|
236
|
+
export interface RequestSpotInstancesResult {
|
|
237
|
+
/**
|
|
238
|
+
* <p>The Spot Instance requests.</p>
|
|
239
|
+
* @public
|
|
240
|
+
*/
|
|
241
|
+
SpotInstanceRequests?: SpotInstanceRequest[] | undefined;
|
|
242
|
+
}
|
|
243
|
+
/**
|
|
244
|
+
* @public
|
|
245
|
+
*/
|
|
246
|
+
export interface ResetAddressAttributeRequest {
|
|
247
|
+
/**
|
|
248
|
+
* <p>[EC2-VPC] The allocation ID.</p>
|
|
249
|
+
* @public
|
|
250
|
+
*/
|
|
251
|
+
AllocationId: string | undefined;
|
|
252
|
+
/**
|
|
253
|
+
* <p>The attribute of the IP address.</p>
|
|
254
|
+
* @public
|
|
255
|
+
*/
|
|
256
|
+
Attribute: AddressAttributeName | undefined;
|
|
257
|
+
/**
|
|
258
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
259
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
260
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
261
|
+
* @public
|
|
262
|
+
*/
|
|
263
|
+
DryRun?: boolean | undefined;
|
|
264
|
+
}
|
|
265
|
+
/**
|
|
266
|
+
* @public
|
|
267
|
+
*/
|
|
268
|
+
export interface ResetAddressAttributeResult {
|
|
269
|
+
/**
|
|
270
|
+
* <p>Information about the IP address.</p>
|
|
271
|
+
* @public
|
|
272
|
+
*/
|
|
273
|
+
Address?: AddressAttribute | undefined;
|
|
274
|
+
}
|
|
275
|
+
/**
|
|
276
|
+
* @public
|
|
277
|
+
*/
|
|
278
|
+
export interface ResetEbsDefaultKmsKeyIdRequest {
|
|
279
|
+
/**
|
|
280
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
281
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
282
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
283
|
+
* @public
|
|
284
|
+
*/
|
|
285
|
+
DryRun?: boolean | undefined;
|
|
286
|
+
}
|
|
287
|
+
/**
|
|
288
|
+
* @public
|
|
289
|
+
*/
|
|
290
|
+
export interface ResetEbsDefaultKmsKeyIdResult {
|
|
291
|
+
/**
|
|
292
|
+
* <p>The Amazon Resource Name (ARN) of the default KMS key for EBS encryption by default.</p>
|
|
293
|
+
* @public
|
|
294
|
+
*/
|
|
295
|
+
KmsKeyId?: string | undefined;
|
|
296
|
+
}
|
|
297
|
+
/**
|
|
298
|
+
* @public
|
|
299
|
+
* @enum
|
|
300
|
+
*/
|
|
301
|
+
export declare const ResetFpgaImageAttributeName: {
|
|
302
|
+
readonly loadPermission: "loadPermission";
|
|
303
|
+
};
|
|
304
|
+
/**
|
|
305
|
+
* @public
|
|
306
|
+
*/
|
|
307
|
+
export type ResetFpgaImageAttributeName = (typeof ResetFpgaImageAttributeName)[keyof typeof ResetFpgaImageAttributeName];
|
|
308
|
+
/**
|
|
309
|
+
* @public
|
|
310
|
+
*/
|
|
311
|
+
export interface ResetFpgaImageAttributeRequest {
|
|
312
|
+
/**
|
|
313
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
314
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
315
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
316
|
+
* @public
|
|
317
|
+
*/
|
|
318
|
+
DryRun?: boolean | undefined;
|
|
319
|
+
/**
|
|
320
|
+
* <p>The ID of the AFI.</p>
|
|
321
|
+
* @public
|
|
322
|
+
*/
|
|
323
|
+
FpgaImageId: string | undefined;
|
|
324
|
+
/**
|
|
325
|
+
* <p>The attribute.</p>
|
|
326
|
+
* @public
|
|
327
|
+
*/
|
|
328
|
+
Attribute?: ResetFpgaImageAttributeName | undefined;
|
|
329
|
+
}
|
|
330
|
+
/**
|
|
331
|
+
* @public
|
|
332
|
+
*/
|
|
333
|
+
export interface ResetFpgaImageAttributeResult {
|
|
334
|
+
/**
|
|
335
|
+
* <p>Is <code>true</code> if the request succeeds, and an error otherwise.</p>
|
|
336
|
+
* @public
|
|
337
|
+
*/
|
|
338
|
+
Return?: boolean | undefined;
|
|
339
|
+
}
|
|
340
|
+
/**
|
|
341
|
+
* @public
|
|
342
|
+
* @enum
|
|
343
|
+
*/
|
|
344
|
+
export declare const ResetImageAttributeName: {
|
|
345
|
+
readonly launchPermission: "launchPermission";
|
|
346
|
+
};
|
|
347
|
+
/**
|
|
348
|
+
* @public
|
|
349
|
+
*/
|
|
350
|
+
export type ResetImageAttributeName = (typeof ResetImageAttributeName)[keyof typeof ResetImageAttributeName];
|
|
351
|
+
/**
|
|
352
|
+
* <p>Contains the parameters for ResetImageAttribute.</p>
|
|
353
|
+
* @public
|
|
354
|
+
*/
|
|
355
|
+
export interface ResetImageAttributeRequest {
|
|
356
|
+
/**
|
|
357
|
+
* <p>The attribute to reset (currently you can only reset the launch permission
|
|
358
|
+
* attribute).</p>
|
|
359
|
+
* @public
|
|
360
|
+
*/
|
|
361
|
+
Attribute: ResetImageAttributeName | undefined;
|
|
362
|
+
/**
|
|
363
|
+
* <p>The ID of the AMI.</p>
|
|
364
|
+
* @public
|
|
365
|
+
*/
|
|
366
|
+
ImageId: string | undefined;
|
|
367
|
+
/**
|
|
368
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
369
|
+
* and provides an error response. If you have the required permissions, the error response is
|
|
370
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
371
|
+
* @public
|
|
372
|
+
*/
|
|
373
|
+
DryRun?: boolean | undefined;
|
|
374
|
+
}
|
|
375
|
+
/**
|
|
376
|
+
* @public
|
|
377
|
+
*/
|
|
378
|
+
export interface ResetInstanceAttributeRequest {
|
|
379
|
+
/**
|
|
380
|
+
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
381
|
+
* request, and provides an error response. If you have the required permissions, the error response is
|
|
382
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
383
|
+
* @public
|
|
384
|
+
*/
|
|
385
|
+
DryRun?: boolean | undefined;
|
|
386
|
+
/**
|
|
387
|
+
* <p>The ID of the instance.</p>
|
|
388
|
+
* @public
|
|
389
|
+
*/
|
|
390
|
+
InstanceId: string | undefined;
|
|
391
|
+
/**
|
|
392
|
+
* <p>The attribute to reset.</p>
|
|
393
|
+
* <important>
|
|
394
|
+
* <p>You can only reset the following attributes: <code>kernel</code> |
|
|
395
|
+
* <code>ramdisk</code> | <code>sourceDestCheck</code>.</p>
|
|
396
|
+
* </important>
|
|
397
|
+
* @public
|
|
398
|
+
*/
|
|
399
|
+
Attribute: InstanceAttributeName | undefined;
|
|
400
|
+
}
|
|
401
|
+
/**
|
|
402
|
+
* <p>Contains the parameters for ResetNetworkInterfaceAttribute.</p>
|
|
403
|
+
* @public
|
|
404
|
+
*/
|
|
405
|
+
export interface ResetNetworkInterfaceAttributeRequest {
|
|
406
|
+
/**
|
|
407
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
408
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
409
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
410
|
+
* @public
|
|
411
|
+
*/
|
|
412
|
+
DryRun?: boolean | undefined;
|
|
413
|
+
/**
|
|
414
|
+
* <p>The ID of the network interface.</p>
|
|
415
|
+
* @public
|
|
416
|
+
*/
|
|
417
|
+
NetworkInterfaceId: string | undefined;
|
|
418
|
+
/**
|
|
419
|
+
* <p>The source/destination checking attribute. Resets the value to <code>true</code>.</p>
|
|
420
|
+
* @public
|
|
421
|
+
*/
|
|
422
|
+
SourceDestCheck?: string | undefined;
|
|
423
|
+
}
|
|
424
|
+
/**
|
|
425
|
+
* @public
|
|
426
|
+
*/
|
|
427
|
+
export interface ResetSnapshotAttributeRequest {
|
|
428
|
+
/**
|
|
429
|
+
* <p>The attribute to reset. Currently, only the attribute for permission to create volumes can
|
|
430
|
+
* be reset.</p>
|
|
431
|
+
* @public
|
|
432
|
+
*/
|
|
433
|
+
Attribute: SnapshotAttributeName | undefined;
|
|
434
|
+
/**
|
|
435
|
+
* <p>The ID of the snapshot.</p>
|
|
436
|
+
* @public
|
|
437
|
+
*/
|
|
438
|
+
SnapshotId: string | undefined;
|
|
439
|
+
/**
|
|
440
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
441
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
442
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
443
|
+
* @public
|
|
444
|
+
*/
|
|
445
|
+
DryRun?: boolean | undefined;
|
|
446
|
+
}
|
|
447
|
+
/**
|
|
448
|
+
* @public
|
|
449
|
+
*/
|
|
450
|
+
export interface RestoreAddressToClassicRequest {
|
|
451
|
+
/**
|
|
452
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
453
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
454
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
455
|
+
* @public
|
|
456
|
+
*/
|
|
457
|
+
DryRun?: boolean | undefined;
|
|
458
|
+
/**
|
|
459
|
+
* <p>The Elastic IP address.</p>
|
|
460
|
+
* @public
|
|
461
|
+
*/
|
|
462
|
+
PublicIp: string | undefined;
|
|
463
|
+
}
|
|
464
|
+
/**
|
|
465
|
+
* @public
|
|
466
|
+
*/
|
|
467
|
+
export interface RestoreAddressToClassicResult {
|
|
468
|
+
/**
|
|
469
|
+
* <p>The Elastic IP address.</p>
|
|
470
|
+
* @public
|
|
471
|
+
*/
|
|
472
|
+
PublicIp?: string | undefined;
|
|
473
|
+
/**
|
|
474
|
+
* <p>The move status for the IP address.</p>
|
|
475
|
+
* @public
|
|
476
|
+
*/
|
|
477
|
+
Status?: Status | undefined;
|
|
478
|
+
}
|
|
8
479
|
/**
|
|
9
480
|
* @public
|
|
10
481
|
*/
|
|
@@ -2146,10 +2617,14 @@ export interface StopInstancesRequest {
|
|
|
2146
2617
|
*/
|
|
2147
2618
|
DryRun?: boolean | undefined;
|
|
2148
2619
|
/**
|
|
2149
|
-
* <p>Forces the
|
|
2150
|
-
*
|
|
2151
|
-
*
|
|
2152
|
-
*
|
|
2620
|
+
* <p>Forces the instance to stop. The instance will first attempt a graceful shutdown,
|
|
2621
|
+
* which includes flushing file system caches and metadata. If the graceful shutdown fails
|
|
2622
|
+
* to complete within the timeout period, the instance shuts down forcibly without flushing
|
|
2623
|
+
* the file system caches and metadata.</p>
|
|
2624
|
+
* <p>After using this option, you must perform file system check and repair procedures.
|
|
2625
|
+
* This option is not recommended for Windows instances. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesStopping.html">Troubleshoot
|
|
2626
|
+
* Amazon EC2 instance stop issues</a> in the
|
|
2627
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
2153
2628
|
* <p>Default: <code>false</code>
|
|
2154
2629
|
* </p>
|
|
2155
2630
|
* @public
|
|
@@ -2559,6 +3034,18 @@ export interface WithdrawByoipCidrResult {
|
|
|
2559
3034
|
*/
|
|
2560
3035
|
ByoipCidr?: ByoipCidr | undefined;
|
|
2561
3036
|
}
|
|
3037
|
+
/**
|
|
3038
|
+
* @internal
|
|
3039
|
+
*/
|
|
3040
|
+
export declare const RequestSpotLaunchSpecificationFilterSensitiveLog: (obj: RequestSpotLaunchSpecification) => any;
|
|
3041
|
+
/**
|
|
3042
|
+
* @internal
|
|
3043
|
+
*/
|
|
3044
|
+
export declare const RequestSpotInstancesRequestFilterSensitiveLog: (obj: RequestSpotInstancesRequest) => any;
|
|
3045
|
+
/**
|
|
3046
|
+
* @internal
|
|
3047
|
+
*/
|
|
3048
|
+
export declare const RequestSpotInstancesResultFilterSensitiveLog: (obj: RequestSpotInstancesResult) => any;
|
|
2562
3049
|
/**
|
|
2563
3050
|
* @internal
|
|
2564
3051
|
*/
|
|
@@ -93,6 +93,8 @@ import { CreateLocalGatewayRouteCommandInput, CreateLocalGatewayRouteCommandOutp
|
|
|
93
93
|
import { CreateLocalGatewayRouteTableCommandInput, CreateLocalGatewayRouteTableCommandOutput } from "../commands/CreateLocalGatewayRouteTableCommand";
|
|
94
94
|
import { CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput, CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput } from "../commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand";
|
|
95
95
|
import { CreateLocalGatewayRouteTableVpcAssociationCommandInput, CreateLocalGatewayRouteTableVpcAssociationCommandOutput } from "../commands/CreateLocalGatewayRouteTableVpcAssociationCommand";
|
|
96
|
+
import { CreateLocalGatewayVirtualInterfaceCommandInput, CreateLocalGatewayVirtualInterfaceCommandOutput } from "../commands/CreateLocalGatewayVirtualInterfaceCommand";
|
|
97
|
+
import { CreateLocalGatewayVirtualInterfaceGroupCommandInput, CreateLocalGatewayVirtualInterfaceGroupCommandOutput } from "../commands/CreateLocalGatewayVirtualInterfaceGroupCommand";
|
|
96
98
|
import { CreateManagedPrefixListCommandInput, CreateManagedPrefixListCommandOutput } from "../commands/CreateManagedPrefixListCommand";
|
|
97
99
|
import { CreateNatGatewayCommandInput, CreateNatGatewayCommandOutput } from "../commands/CreateNatGatewayCommand";
|
|
98
100
|
import { CreateNetworkAclCommandInput, CreateNetworkAclCommandOutput } from "../commands/CreateNetworkAclCommand";
|
|
@@ -174,6 +176,8 @@ import { DeleteLocalGatewayRouteCommandInput, DeleteLocalGatewayRouteCommandOutp
|
|
|
174
176
|
import { DeleteLocalGatewayRouteTableCommandInput, DeleteLocalGatewayRouteTableCommandOutput } from "../commands/DeleteLocalGatewayRouteTableCommand";
|
|
175
177
|
import { DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput, DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput } from "../commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand";
|
|
176
178
|
import { DeleteLocalGatewayRouteTableVpcAssociationCommandInput, DeleteLocalGatewayRouteTableVpcAssociationCommandOutput } from "../commands/DeleteLocalGatewayRouteTableVpcAssociationCommand";
|
|
179
|
+
import { DeleteLocalGatewayVirtualInterfaceCommandInput, DeleteLocalGatewayVirtualInterfaceCommandOutput } from "../commands/DeleteLocalGatewayVirtualInterfaceCommand";
|
|
180
|
+
import { DeleteLocalGatewayVirtualInterfaceGroupCommandInput, DeleteLocalGatewayVirtualInterfaceGroupCommandOutput } from "../commands/DeleteLocalGatewayVirtualInterfaceGroupCommand";
|
|
177
181
|
import { DeleteManagedPrefixListCommandInput, DeleteManagedPrefixListCommandOutput } from "../commands/DeleteManagedPrefixListCommand";
|
|
178
182
|
import { DeleteNatGatewayCommandInput, DeleteNatGatewayCommandOutput } from "../commands/DeleteNatGatewayCommand";
|
|
179
183
|
import { DeleteNetworkAclCommandInput, DeleteNetworkAclCommandOutput } from "../commands/DeleteNetworkAclCommand";
|
|
@@ -326,6 +330,7 @@ import { DescribeNetworkInsightsPathsCommandInput, DescribeNetworkInsightsPathsC
|
|
|
326
330
|
import { DescribeNetworkInterfaceAttributeCommandInput, DescribeNetworkInterfaceAttributeCommandOutput } from "../commands/DescribeNetworkInterfaceAttributeCommand";
|
|
327
331
|
import { DescribeNetworkInterfacePermissionsCommandInput, DescribeNetworkInterfacePermissionsCommandOutput } from "../commands/DescribeNetworkInterfacePermissionsCommand";
|
|
328
332
|
import { DescribeNetworkInterfacesCommandInput, DescribeNetworkInterfacesCommandOutput } from "../commands/DescribeNetworkInterfacesCommand";
|
|
333
|
+
import { DescribeOutpostLagsCommandInput, DescribeOutpostLagsCommandOutput } from "../commands/DescribeOutpostLagsCommand";
|
|
329
334
|
import { DescribePlacementGroupsCommandInput, DescribePlacementGroupsCommandOutput } from "../commands/DescribePlacementGroupsCommand";
|
|
330
335
|
import { DescribePrefixListsCommandInput, DescribePrefixListsCommandOutput } from "../commands/DescribePrefixListsCommand";
|
|
331
336
|
import { DescribePrincipalIdFormatCommandInput, DescribePrincipalIdFormatCommandOutput } from "../commands/DescribePrincipalIdFormatCommand";
|
|
@@ -346,6 +351,7 @@ import { DescribeSecurityGroupReferencesCommandInput, DescribeSecurityGroupRefer
|
|
|
346
351
|
import { DescribeSecurityGroupRulesCommandInput, DescribeSecurityGroupRulesCommandOutput } from "../commands/DescribeSecurityGroupRulesCommand";
|
|
347
352
|
import { DescribeSecurityGroupsCommandInput, DescribeSecurityGroupsCommandOutput } from "../commands/DescribeSecurityGroupsCommand";
|
|
348
353
|
import { DescribeSecurityGroupVpcAssociationsCommandInput, DescribeSecurityGroupVpcAssociationsCommandOutput } from "../commands/DescribeSecurityGroupVpcAssociationsCommand";
|
|
354
|
+
import { DescribeServiceLinkVirtualInterfacesCommandInput, DescribeServiceLinkVirtualInterfacesCommandOutput } from "../commands/DescribeServiceLinkVirtualInterfacesCommand";
|
|
349
355
|
import { DescribeSnapshotAttributeCommandInput, DescribeSnapshotAttributeCommandOutput } from "../commands/DescribeSnapshotAttributeCommand";
|
|
350
356
|
import { DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput } from "../commands/DescribeSnapshotsCommand";
|
|
351
357
|
import { DescribeSnapshotTierStatusCommandInput, DescribeSnapshotTierStatusCommandOutput } from "../commands/DescribeSnapshotTierStatusCommand";
|
|
@@ -1047,6 +1053,14 @@ export declare const se_CreateLocalGatewayRouteTableVirtualInterfaceGroupAssocia
|
|
|
1047
1053
|
* serializeAws_ec2CreateLocalGatewayRouteTableVpcAssociationCommand
|
|
1048
1054
|
*/
|
|
1049
1055
|
export declare const se_CreateLocalGatewayRouteTableVpcAssociationCommand: (input: CreateLocalGatewayRouteTableVpcAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1056
|
+
/**
|
|
1057
|
+
* serializeAws_ec2CreateLocalGatewayVirtualInterfaceCommand
|
|
1058
|
+
*/
|
|
1059
|
+
export declare const se_CreateLocalGatewayVirtualInterfaceCommand: (input: CreateLocalGatewayVirtualInterfaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1060
|
+
/**
|
|
1061
|
+
* serializeAws_ec2CreateLocalGatewayVirtualInterfaceGroupCommand
|
|
1062
|
+
*/
|
|
1063
|
+
export declare const se_CreateLocalGatewayVirtualInterfaceGroupCommand: (input: CreateLocalGatewayVirtualInterfaceGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1050
1064
|
/**
|
|
1051
1065
|
* serializeAws_ec2CreateManagedPrefixListCommand
|
|
1052
1066
|
*/
|
|
@@ -1371,6 +1385,14 @@ export declare const se_DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssocia
|
|
|
1371
1385
|
* serializeAws_ec2DeleteLocalGatewayRouteTableVpcAssociationCommand
|
|
1372
1386
|
*/
|
|
1373
1387
|
export declare const se_DeleteLocalGatewayRouteTableVpcAssociationCommand: (input: DeleteLocalGatewayRouteTableVpcAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1388
|
+
/**
|
|
1389
|
+
* serializeAws_ec2DeleteLocalGatewayVirtualInterfaceCommand
|
|
1390
|
+
*/
|
|
1391
|
+
export declare const se_DeleteLocalGatewayVirtualInterfaceCommand: (input: DeleteLocalGatewayVirtualInterfaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1392
|
+
/**
|
|
1393
|
+
* serializeAws_ec2DeleteLocalGatewayVirtualInterfaceGroupCommand
|
|
1394
|
+
*/
|
|
1395
|
+
export declare const se_DeleteLocalGatewayVirtualInterfaceGroupCommand: (input: DeleteLocalGatewayVirtualInterfaceGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1374
1396
|
/**
|
|
1375
1397
|
* serializeAws_ec2DeleteManagedPrefixListCommand
|
|
1376
1398
|
*/
|
|
@@ -1979,6 +2001,10 @@ export declare const se_DescribeNetworkInterfacePermissionsCommand: (input: Desc
|
|
|
1979
2001
|
* serializeAws_ec2DescribeNetworkInterfacesCommand
|
|
1980
2002
|
*/
|
|
1981
2003
|
export declare const se_DescribeNetworkInterfacesCommand: (input: DescribeNetworkInterfacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
2004
|
+
/**
|
|
2005
|
+
* serializeAws_ec2DescribeOutpostLagsCommand
|
|
2006
|
+
*/
|
|
2007
|
+
export declare const se_DescribeOutpostLagsCommand: (input: DescribeOutpostLagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1982
2008
|
/**
|
|
1983
2009
|
* serializeAws_ec2DescribePlacementGroupsCommand
|
|
1984
2010
|
*/
|
|
@@ -2059,6 +2085,10 @@ export declare const se_DescribeSecurityGroupsCommand: (input: DescribeSecurityG
|
|
|
2059
2085
|
* serializeAws_ec2DescribeSecurityGroupVpcAssociationsCommand
|
|
2060
2086
|
*/
|
|
2061
2087
|
export declare const se_DescribeSecurityGroupVpcAssociationsCommand: (input: DescribeSecurityGroupVpcAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
2088
|
+
/**
|
|
2089
|
+
* serializeAws_ec2DescribeServiceLinkVirtualInterfacesCommand
|
|
2090
|
+
*/
|
|
2091
|
+
export declare const se_DescribeServiceLinkVirtualInterfacesCommand: (input: DescribeServiceLinkVirtualInterfacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
2062
2092
|
/**
|
|
2063
2093
|
* serializeAws_ec2DescribeSnapshotAttributeCommand
|
|
2064
2094
|
*/
|
|
@@ -3747,6 +3777,14 @@ export declare const de_CreateLocalGatewayRouteTableVirtualInterfaceGroupAssocia
|
|
|
3747
3777
|
* deserializeAws_ec2CreateLocalGatewayRouteTableVpcAssociationCommand
|
|
3748
3778
|
*/
|
|
3749
3779
|
export declare const de_CreateLocalGatewayRouteTableVpcAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocalGatewayRouteTableVpcAssociationCommandOutput>;
|
|
3780
|
+
/**
|
|
3781
|
+
* deserializeAws_ec2CreateLocalGatewayVirtualInterfaceCommand
|
|
3782
|
+
*/
|
|
3783
|
+
export declare const de_CreateLocalGatewayVirtualInterfaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocalGatewayVirtualInterfaceCommandOutput>;
|
|
3784
|
+
/**
|
|
3785
|
+
* deserializeAws_ec2CreateLocalGatewayVirtualInterfaceGroupCommand
|
|
3786
|
+
*/
|
|
3787
|
+
export declare const de_CreateLocalGatewayVirtualInterfaceGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocalGatewayVirtualInterfaceGroupCommandOutput>;
|
|
3750
3788
|
/**
|
|
3751
3789
|
* deserializeAws_ec2CreateManagedPrefixListCommand
|
|
3752
3790
|
*/
|
|
@@ -4071,6 +4109,14 @@ export declare const de_DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssocia
|
|
|
4071
4109
|
* deserializeAws_ec2DeleteLocalGatewayRouteTableVpcAssociationCommand
|
|
4072
4110
|
*/
|
|
4073
4111
|
export declare const de_DeleteLocalGatewayRouteTableVpcAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLocalGatewayRouteTableVpcAssociationCommandOutput>;
|
|
4112
|
+
/**
|
|
4113
|
+
* deserializeAws_ec2DeleteLocalGatewayVirtualInterfaceCommand
|
|
4114
|
+
*/
|
|
4115
|
+
export declare const de_DeleteLocalGatewayVirtualInterfaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLocalGatewayVirtualInterfaceCommandOutput>;
|
|
4116
|
+
/**
|
|
4117
|
+
* deserializeAws_ec2DeleteLocalGatewayVirtualInterfaceGroupCommand
|
|
4118
|
+
*/
|
|
4119
|
+
export declare const de_DeleteLocalGatewayVirtualInterfaceGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLocalGatewayVirtualInterfaceGroupCommandOutput>;
|
|
4074
4120
|
/**
|
|
4075
4121
|
* deserializeAws_ec2DeleteManagedPrefixListCommand
|
|
4076
4122
|
*/
|
|
@@ -4679,6 +4725,10 @@ export declare const de_DescribeNetworkInterfacePermissionsCommand: (output: __H
|
|
|
4679
4725
|
* deserializeAws_ec2DescribeNetworkInterfacesCommand
|
|
4680
4726
|
*/
|
|
4681
4727
|
export declare const de_DescribeNetworkInterfacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNetworkInterfacesCommandOutput>;
|
|
4728
|
+
/**
|
|
4729
|
+
* deserializeAws_ec2DescribeOutpostLagsCommand
|
|
4730
|
+
*/
|
|
4731
|
+
export declare const de_DescribeOutpostLagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOutpostLagsCommandOutput>;
|
|
4682
4732
|
/**
|
|
4683
4733
|
* deserializeAws_ec2DescribePlacementGroupsCommand
|
|
4684
4734
|
*/
|
|
@@ -4759,6 +4809,10 @@ export declare const de_DescribeSecurityGroupsCommand: (output: __HttpResponse,
|
|
|
4759
4809
|
* deserializeAws_ec2DescribeSecurityGroupVpcAssociationsCommand
|
|
4760
4810
|
*/
|
|
4761
4811
|
export declare const de_DescribeSecurityGroupVpcAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSecurityGroupVpcAssociationsCommandOutput>;
|
|
4812
|
+
/**
|
|
4813
|
+
* deserializeAws_ec2DescribeServiceLinkVirtualInterfacesCommand
|
|
4814
|
+
*/
|
|
4815
|
+
export declare const de_DescribeServiceLinkVirtualInterfacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeServiceLinkVirtualInterfacesCommandOutput>;
|
|
4762
4816
|
/**
|
|
4763
4817
|
* deserializeAws_ec2DescribeSnapshotAttributeCommand
|
|
4764
4818
|
*/
|