@aws-sdk/client-ec2 3.662.0 → 3.665.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/index.js +1635 -1556
- package/dist-cjs/runtimeConfig.js +1 -0
- package/dist-es/EC2.js +2 -0
- package/dist-es/commands/ModifyInstanceCpuOptionsCommand.js +22 -0
- package/dist-es/commands/ModifyVpnConnectionCommand.js +1 -1
- package/dist-es/commands/ReportInstanceStatusCommand.js +2 -1
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_2.js +1 -1
- package/dist-es/models/models_6.js +1 -6
- package/dist-es/models/models_7.js +8 -0
- package/dist-es/protocols/Aws_ec2.js +1601 -1545
- package/dist-es/runtimeConfig.js +2 -1
- package/dist-types/EC2.d.ts +7 -0
- package/dist-types/EC2Client.d.ts +3 -2
- package/dist-types/commands/AllocateAddressCommand.d.ts +2 -2
- package/dist-types/commands/AllocateHostsCommand.d.ts +5 -5
- package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +4 -4
- package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +5 -5
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +6 -2
- package/dist-types/commands/AssociateRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +2 -2
- package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +2 -2
- package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +2 -2
- package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +4 -4
- package/dist-types/commands/AttachVolumeCommand.d.ts +5 -5
- package/dist-types/commands/AttachVpnGatewayCommand.d.ts +2 -2
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +32 -32
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +16 -16
- package/dist-types/commands/BundleInstanceCommand.d.ts +8 -8
- package/dist-types/commands/CancelBundleTaskCommand.d.ts +8 -8
- package/dist-types/commands/CancelConversionTaskCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmProductInstanceCommand.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/CreateCustomerGatewayCommand.d.ts +6 -6
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +9 -9
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +4 -4
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +8 -8
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +18 -18
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +9 -9
- package/dist-types/commands/CreateKeyPairCommand.d.ts +4 -4
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +7 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +6 -6
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +22 -22
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +4 -4
- package/dist-types/commands/CreateRouteCommand.d.ts +9 -9
- package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotCommand.d.ts +12 -12
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +2 -2
- package/dist-types/commands/CreateSubnetCommand.d.ts +9 -9
- package/dist-types/commands/CreateVolumeCommand.d.ts +21 -21
- package/dist-types/commands/CreateVpcCommand.d.ts +8 -8
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +4 -4
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +18 -18
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +10 -10
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteCommand.d.ts +2 -2
- package/dist-types/commands/DeleteVpcCommand.d.ts +7 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +9 -9
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +9 -9
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +5 -5
- package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +12 -12
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +3 -3
- package/dist-types/commands/DescribeHostsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +33 -33
- package/dist-types/commands/DescribeImagesCommand.d.ts +29 -29
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +7 -7
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +6 -6
- package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +51 -51
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +6 -6
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +10 -10
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +2 -2
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +7 -7
- package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +7 -7
- package/dist-types/commands/DescribeRegionsCommand.d.ts +7 -7
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +16 -16
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +18 -18
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +50 -50
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +6 -6
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +21 -21
- package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +3 -3
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +10 -10
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +14 -14
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +9 -9
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +10 -10
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +6 -6
- package/dist-types/commands/DescribeVolumesCommand.d.ts +26 -26
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +4 -4
- package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +2 -2
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeVpcsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +10 -10
- package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DetachVolumeCommand.d.ts +5 -5
- package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +2 -2
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -0
- package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/commands/ImportInstanceCommand.d.ts +24 -24
- package/dist-types/commands/ImportKeyPairCommand.d.ts +3 -3
- package/dist-types/commands/ImportVolumeCommand.d.ts +3 -3
- package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyHostsCommand.d.ts +4 -4
- package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +5 -5
- package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +22 -22
- package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +85 -0
- package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +4 -4
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +15 -15
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +2 -2
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +3 -3
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +8 -7
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +7 -8
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +6 -6
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +6 -6
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +28 -28
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +6 -6
- package/dist-types/commands/ReplaceRouteCommand.d.ts +9 -9
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +4 -4
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +8 -8
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +20 -20
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +39 -39
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +31 -31
- package/dist-types/commands/RunInstancesCommand.d.ts +114 -114
- package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +3 -3
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +3 -3
- package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +3 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +15 -15
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +15 -15
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +266 -268
- package/dist-types/models/models_1.d.ts +231 -231
- package/dist-types/models/models_2.d.ts +372 -376
- package/dist-types/models/models_3.d.ts +221 -221
- package/dist-types/models/models_4.d.ts +858 -858
- package/dist-types/models/models_5.d.ts +210 -210
- package/dist-types/models/models_6.d.ts +289 -291
- package/dist-types/models/models_7.d.ts +424 -361
- package/dist-types/protocols/Aws_ec2.d.ts +9 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/dist-types/runtimeConfig.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -1
- 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/ModifyInstanceCpuOptionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +56 -56
- package/dist-types/ts3.4/models/models_1.d.ts +41 -41
- package/dist-types/ts3.4/models/models_2.d.ts +71 -71
- package/dist-types/ts3.4/models/models_3.d.ts +27 -27
- package/dist-types/ts3.4/models/models_4.d.ts +112 -112
- package/dist-types/ts3.4/models/models_5.d.ts +27 -27
- package/dist-types/ts3.4/models/models_6.d.ts +53 -56
- package/dist-types/ts3.4/models/models_7.d.ts +78 -61
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +7 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +7 -3
- package/package.json +15 -15
|
@@ -5,6 +5,59 @@ import { ArchitectureValues, BootModeValues, Byoasn, ClientVpnConnectionStatus,
|
|
|
5
5
|
import { HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceNetworkInterfaceSpecification, InstanceState, Monitoring, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, ScheduledInstance, SnapshotAttributeName, SpotPlacement, TpmSupportValues } from "./models_4";
|
|
6
6
|
import { Purchase, RunInstancesMonitoringEnabled, SpotFleetRequestConfigData, SpotInstanceRequest } from "./models_5";
|
|
7
7
|
import { CapacityReservationSpecification } from "./models_6";
|
|
8
|
+
/**
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
export interface ModifyVpnConnectionResult {
|
|
12
|
+
/**
|
|
13
|
+
* <p>Information about the VPN connection.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
VpnConnection?: VpnConnection;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
export interface ModifyVpnConnectionOptionsRequest {
|
|
22
|
+
/**
|
|
23
|
+
* <p>The ID of the Site-to-Site VPN connection. </p>
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
VpnConnectionId: string | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* <p>The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.</p>
|
|
29
|
+
* <p>Default: <code>0.0.0.0/0</code>
|
|
30
|
+
* </p>
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
LocalIpv4NetworkCidr?: string;
|
|
34
|
+
/**
|
|
35
|
+
* <p>The IPv4 CIDR on the Amazon Web Services side of the VPN connection.</p>
|
|
36
|
+
* <p>Default: <code>0.0.0.0/0</code>
|
|
37
|
+
* </p>
|
|
38
|
+
* @public
|
|
39
|
+
*/
|
|
40
|
+
RemoteIpv4NetworkCidr?: string;
|
|
41
|
+
/**
|
|
42
|
+
* <p>The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.</p>
|
|
43
|
+
* <p>Default: <code>::/0</code>
|
|
44
|
+
* </p>
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
47
|
+
LocalIpv6NetworkCidr?: string;
|
|
48
|
+
/**
|
|
49
|
+
* <p>The IPv6 CIDR on the Amazon Web Services side of the VPN connection.</p>
|
|
50
|
+
* <p>Default: <code>::/0</code>
|
|
51
|
+
* </p>
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
RemoteIpv6NetworkCidr?: string;
|
|
55
|
+
/**
|
|
56
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
59
|
+
DryRun?: boolean;
|
|
60
|
+
}
|
|
8
61
|
/**
|
|
9
62
|
* @public
|
|
10
63
|
*/
|
|
@@ -319,9 +372,9 @@ export interface MonitorInstancesRequest {
|
|
|
319
372
|
*/
|
|
320
373
|
InstanceIds: string[] | undefined;
|
|
321
374
|
/**
|
|
322
|
-
* <p>Checks whether you have the required permissions for the
|
|
323
|
-
*
|
|
324
|
-
*
|
|
375
|
+
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
376
|
+
* request, and provides an error response. If you have the required permissions, the error response is
|
|
377
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
325
378
|
* @public
|
|
326
379
|
*/
|
|
327
380
|
DryRun?: boolean;
|
|
@@ -916,6 +969,11 @@ export interface PurchaseReservedInstancesOfferingRequest {
|
|
|
916
969
|
* @public
|
|
917
970
|
*/
|
|
918
971
|
ReservedInstancesOfferingId: string | undefined;
|
|
972
|
+
/**
|
|
973
|
+
* <p>The time at which to purchase the Reserved Instance, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>
|
|
974
|
+
* @public
|
|
975
|
+
*/
|
|
976
|
+
PurchaseTime?: Date;
|
|
919
977
|
/**
|
|
920
978
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
921
979
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -928,11 +986,6 @@ export interface PurchaseReservedInstancesOfferingRequest {
|
|
|
928
986
|
* @public
|
|
929
987
|
*/
|
|
930
988
|
LimitPrice?: ReservedInstanceLimitPrice;
|
|
931
|
-
/**
|
|
932
|
-
* <p>The time at which to purchase the Reserved Instance, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>
|
|
933
|
-
* @public
|
|
934
|
-
*/
|
|
935
|
-
PurchaseTime?: Date;
|
|
936
989
|
}
|
|
937
990
|
/**
|
|
938
991
|
* <p>Contains the output of PurchaseReservedInstancesOffering.</p>
|
|
@@ -1008,9 +1061,9 @@ export interface RebootInstancesRequest {
|
|
|
1008
1061
|
*/
|
|
1009
1062
|
InstanceIds: string[] | undefined;
|
|
1010
1063
|
/**
|
|
1011
|
-
* <p>Checks whether you have the required permissions for the
|
|
1012
|
-
*
|
|
1013
|
-
*
|
|
1064
|
+
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
1065
|
+
* request, and provides an error response. If you have the required permissions, the error response is
|
|
1066
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1014
1067
|
* @public
|
|
1015
1068
|
*/
|
|
1016
1069
|
DryRun?: boolean;
|
|
@@ -1028,52 +1081,6 @@ export interface RegisterImageRequest {
|
|
|
1028
1081
|
* @public
|
|
1029
1082
|
*/
|
|
1030
1083
|
ImageLocation?: string;
|
|
1031
|
-
/**
|
|
1032
|
-
* <p>The architecture of the AMI.</p>
|
|
1033
|
-
* <p>Default: For Amazon EBS-backed AMIs, <code>i386</code>.
|
|
1034
|
-
* For instance store-backed AMIs, the architecture specified in the manifest file.</p>
|
|
1035
|
-
* @public
|
|
1036
|
-
*/
|
|
1037
|
-
Architecture?: ArchitectureValues;
|
|
1038
|
-
/**
|
|
1039
|
-
* <p>The block device mapping entries.</p>
|
|
1040
|
-
* <p>If you specify an Amazon EBS volume using the ID of an Amazon EBS snapshot, you can't specify the encryption state of the volume.</p>
|
|
1041
|
-
* <p>If you create an AMI on an Outpost, then all backing snapshots must be on the same
|
|
1042
|
-
* Outpost or in the Region of that Outpost. AMIs on an Outpost that include local snapshots can
|
|
1043
|
-
* be used to launch instances on the same Outpost only. For more information, <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#ami">Amazon EBS local
|
|
1044
|
-
* snapshots on Outposts</a> in the <i>Amazon EBS User Guide</i>.</p>
|
|
1045
|
-
* @public
|
|
1046
|
-
*/
|
|
1047
|
-
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
1048
|
-
/**
|
|
1049
|
-
* <p>A description for your AMI.</p>
|
|
1050
|
-
* @public
|
|
1051
|
-
*/
|
|
1052
|
-
Description?: string;
|
|
1053
|
-
/**
|
|
1054
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
1055
|
-
* and provides an error response. If you have the required permissions, the error response is
|
|
1056
|
-
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1057
|
-
* @public
|
|
1058
|
-
*/
|
|
1059
|
-
DryRun?: boolean;
|
|
1060
|
-
/**
|
|
1061
|
-
* <p>Set to <code>true</code> to enable enhanced networking with ENA for the AMI and any instances that you launch from the AMI.</p>
|
|
1062
|
-
* <p>This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make instances launched from the AMI unreachable.</p>
|
|
1063
|
-
* @public
|
|
1064
|
-
*/
|
|
1065
|
-
EnaSupport?: boolean;
|
|
1066
|
-
/**
|
|
1067
|
-
* <p>The ID of the kernel.</p>
|
|
1068
|
-
* @public
|
|
1069
|
-
*/
|
|
1070
|
-
KernelId?: string;
|
|
1071
|
-
/**
|
|
1072
|
-
* <p>A name for your AMI.</p>
|
|
1073
|
-
* <p>Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs (@), or underscores(_)</p>
|
|
1074
|
-
* @public
|
|
1075
|
-
*/
|
|
1076
|
-
Name: string | undefined;
|
|
1077
1084
|
/**
|
|
1078
1085
|
* <p>The billing product codes. Your account must be authorized to specify billing product codes.</p>
|
|
1079
1086
|
* <p>If your account is not authorized to specify billing product codes, you can publish AMIs
|
|
@@ -1084,30 +1091,6 @@ export interface RegisterImageRequest {
|
|
|
1084
1091
|
* @public
|
|
1085
1092
|
*/
|
|
1086
1093
|
BillingProducts?: string[];
|
|
1087
|
-
/**
|
|
1088
|
-
* <p>The ID of the RAM disk.</p>
|
|
1089
|
-
* @public
|
|
1090
|
-
*/
|
|
1091
|
-
RamdiskId?: string;
|
|
1092
|
-
/**
|
|
1093
|
-
* <p>The device name of the root device volume (for example, <code>/dev/sda1</code>).</p>
|
|
1094
|
-
* @public
|
|
1095
|
-
*/
|
|
1096
|
-
RootDeviceName?: string;
|
|
1097
|
-
/**
|
|
1098
|
-
* <p>Set to <code>simple</code> to enable enhanced networking with the Intel 82599 Virtual Function interface for the AMI and any instances that you launch from the AMI.</p>
|
|
1099
|
-
* <p>There is no way to disable <code>sriovNetSupport</code> at this time.</p>
|
|
1100
|
-
* <p>This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make instances launched from the AMI unreachable.</p>
|
|
1101
|
-
* @public
|
|
1102
|
-
*/
|
|
1103
|
-
SriovNetSupport?: string;
|
|
1104
|
-
/**
|
|
1105
|
-
* <p>The type of virtualization (<code>hvm</code> | <code>paravirtual</code>).</p>
|
|
1106
|
-
* <p>Default: <code>paravirtual</code>
|
|
1107
|
-
* </p>
|
|
1108
|
-
* @public
|
|
1109
|
-
*/
|
|
1110
|
-
VirtualizationType?: string;
|
|
1111
1094
|
/**
|
|
1112
1095
|
* <p>The boot mode of the AMI. A value of <code>uefi-preferred</code> indicates that the AMI supports both UEFI and Legacy BIOS.</p>
|
|
1113
1096
|
* <note>
|
|
@@ -1154,6 +1137,76 @@ export interface RegisterImageRequest {
|
|
|
1154
1137
|
* @public
|
|
1155
1138
|
*/
|
|
1156
1139
|
TagSpecifications?: TagSpecification[];
|
|
1140
|
+
/**
|
|
1141
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
1142
|
+
* and provides an error response. If you have the required permissions, the error response is
|
|
1143
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1144
|
+
* @public
|
|
1145
|
+
*/
|
|
1146
|
+
DryRun?: boolean;
|
|
1147
|
+
/**
|
|
1148
|
+
* <p>A name for your AMI.</p>
|
|
1149
|
+
* <p>Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs (@), or underscores(_)</p>
|
|
1150
|
+
* @public
|
|
1151
|
+
*/
|
|
1152
|
+
Name: string | undefined;
|
|
1153
|
+
/**
|
|
1154
|
+
* <p>A description for your AMI.</p>
|
|
1155
|
+
* @public
|
|
1156
|
+
*/
|
|
1157
|
+
Description?: string;
|
|
1158
|
+
/**
|
|
1159
|
+
* <p>The architecture of the AMI.</p>
|
|
1160
|
+
* <p>Default: For Amazon EBS-backed AMIs, <code>i386</code>.
|
|
1161
|
+
* For instance store-backed AMIs, the architecture specified in the manifest file.</p>
|
|
1162
|
+
* @public
|
|
1163
|
+
*/
|
|
1164
|
+
Architecture?: ArchitectureValues;
|
|
1165
|
+
/**
|
|
1166
|
+
* <p>The ID of the kernel.</p>
|
|
1167
|
+
* @public
|
|
1168
|
+
*/
|
|
1169
|
+
KernelId?: string;
|
|
1170
|
+
/**
|
|
1171
|
+
* <p>The ID of the RAM disk.</p>
|
|
1172
|
+
* @public
|
|
1173
|
+
*/
|
|
1174
|
+
RamdiskId?: string;
|
|
1175
|
+
/**
|
|
1176
|
+
* <p>The device name of the root device volume (for example, <code>/dev/sda1</code>).</p>
|
|
1177
|
+
* @public
|
|
1178
|
+
*/
|
|
1179
|
+
RootDeviceName?: string;
|
|
1180
|
+
/**
|
|
1181
|
+
* <p>The block device mapping entries.</p>
|
|
1182
|
+
* <p>If you specify an Amazon EBS volume using the ID of an Amazon EBS snapshot, you can't specify the encryption state of the volume.</p>
|
|
1183
|
+
* <p>If you create an AMI on an Outpost, then all backing snapshots must be on the same
|
|
1184
|
+
* Outpost or in the Region of that Outpost. AMIs on an Outpost that include local snapshots can
|
|
1185
|
+
* be used to launch instances on the same Outpost only. For more information, <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#ami">Amazon EBS local
|
|
1186
|
+
* snapshots on Outposts</a> in the <i>Amazon EBS User Guide</i>.</p>
|
|
1187
|
+
* @public
|
|
1188
|
+
*/
|
|
1189
|
+
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
1190
|
+
/**
|
|
1191
|
+
* <p>The type of virtualization (<code>hvm</code> | <code>paravirtual</code>).</p>
|
|
1192
|
+
* <p>Default: <code>paravirtual</code>
|
|
1193
|
+
* </p>
|
|
1194
|
+
* @public
|
|
1195
|
+
*/
|
|
1196
|
+
VirtualizationType?: string;
|
|
1197
|
+
/**
|
|
1198
|
+
* <p>Set to <code>simple</code> to enable enhanced networking with the Intel 82599 Virtual Function interface for the AMI and any instances that you launch from the AMI.</p>
|
|
1199
|
+
* <p>There is no way to disable <code>sriovNetSupport</code> at this time.</p>
|
|
1200
|
+
* <p>This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make instances launched from the AMI unreachable.</p>
|
|
1201
|
+
* @public
|
|
1202
|
+
*/
|
|
1203
|
+
SriovNetSupport?: string;
|
|
1204
|
+
/**
|
|
1205
|
+
* <p>Set to <code>true</code> to enable enhanced networking with ENA for the AMI and any instances that you launch from the AMI.</p>
|
|
1206
|
+
* <p>This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make instances launched from the AMI unreachable.</p>
|
|
1207
|
+
* @public
|
|
1208
|
+
*/
|
|
1209
|
+
EnaSupport?: boolean;
|
|
1157
1210
|
}
|
|
1158
1211
|
/**
|
|
1159
1212
|
* <p>Contains the output of RegisterImage.</p>
|
|
@@ -1599,11 +1652,6 @@ export interface ReplaceIamInstanceProfileAssociationResult {
|
|
|
1599
1652
|
* @public
|
|
1600
1653
|
*/
|
|
1601
1654
|
export interface ReplaceNetworkAclAssociationRequest {
|
|
1602
|
-
/**
|
|
1603
|
-
* <p>The ID of the current association between the original network ACL and the subnet.</p>
|
|
1604
|
-
* @public
|
|
1605
|
-
*/
|
|
1606
|
-
AssociationId: string | undefined;
|
|
1607
1655
|
/**
|
|
1608
1656
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
1609
1657
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -1611,6 +1659,11 @@ export interface ReplaceNetworkAclAssociationRequest {
|
|
|
1611
1659
|
* @public
|
|
1612
1660
|
*/
|
|
1613
1661
|
DryRun?: boolean;
|
|
1662
|
+
/**
|
|
1663
|
+
* <p>The ID of the current association between the original network ACL and the subnet.</p>
|
|
1664
|
+
* @public
|
|
1665
|
+
*/
|
|
1666
|
+
AssociationId: string | undefined;
|
|
1614
1667
|
/**
|
|
1615
1668
|
* <p>The ID of the new network ACL to associate with the subnet.</p>
|
|
1616
1669
|
* @public
|
|
@@ -1631,12 +1684,6 @@ export interface ReplaceNetworkAclAssociationResult {
|
|
|
1631
1684
|
* @public
|
|
1632
1685
|
*/
|
|
1633
1686
|
export interface ReplaceNetworkAclEntryRequest {
|
|
1634
|
-
/**
|
|
1635
|
-
* <p>The IPv4 network range to allow or deny, in CIDR notation (for example
|
|
1636
|
-
* <code>172.16.0.0/24</code>).</p>
|
|
1637
|
-
* @public
|
|
1638
|
-
*/
|
|
1639
|
-
CidrBlock?: string;
|
|
1640
1687
|
/**
|
|
1641
1688
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
1642
1689
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -1644,35 +1691,16 @@ export interface ReplaceNetworkAclEntryRequest {
|
|
|
1644
1691
|
* @public
|
|
1645
1692
|
*/
|
|
1646
1693
|
DryRun?: boolean;
|
|
1647
|
-
/**
|
|
1648
|
-
* <p>Indicates whether to replace the egress rule.</p>
|
|
1649
|
-
* <p>Default: If no value is specified, we replace the ingress rule.</p>
|
|
1650
|
-
* @public
|
|
1651
|
-
*/
|
|
1652
|
-
Egress: boolean | undefined;
|
|
1653
|
-
/**
|
|
1654
|
-
* <p>ICMP protocol: The ICMP or ICMPv6 type and code. Required if specifying protocol
|
|
1655
|
-
* 1 (ICMP) or protocol 58 (ICMPv6) with an IPv6 CIDR block.</p>
|
|
1656
|
-
* @public
|
|
1657
|
-
*/
|
|
1658
|
-
IcmpTypeCode?: IcmpTypeCode;
|
|
1659
|
-
/**
|
|
1660
|
-
* <p>The IPv6 network range to allow or deny, in CIDR notation (for example
|
|
1661
|
-
* <code>2001:bd8:1234:1a00::/64</code>).</p>
|
|
1662
|
-
* @public
|
|
1663
|
-
*/
|
|
1664
|
-
Ipv6CidrBlock?: string;
|
|
1665
1694
|
/**
|
|
1666
1695
|
* <p>The ID of the ACL.</p>
|
|
1667
1696
|
* @public
|
|
1668
1697
|
*/
|
|
1669
1698
|
NetworkAclId: string | undefined;
|
|
1670
1699
|
/**
|
|
1671
|
-
* <p>
|
|
1672
|
-
* Required if specifying protocol 6 (TCP) or 17 (UDP).</p>
|
|
1700
|
+
* <p>The rule number of the entry to replace.</p>
|
|
1673
1701
|
* @public
|
|
1674
1702
|
*/
|
|
1675
|
-
|
|
1703
|
+
RuleNumber: number | undefined;
|
|
1676
1704
|
/**
|
|
1677
1705
|
* <p>The protocol number. A value of "-1" means all protocols. If you specify "-1" or a
|
|
1678
1706
|
* protocol number other than "6" (TCP), "17" (UDP), or "1" (ICMP), traffic on all ports is
|
|
@@ -1689,114 +1717,134 @@ export interface ReplaceNetworkAclEntryRequest {
|
|
|
1689
1717
|
*/
|
|
1690
1718
|
RuleAction: RuleAction | undefined;
|
|
1691
1719
|
/**
|
|
1692
|
-
* <p>
|
|
1720
|
+
* <p>Indicates whether to replace the egress rule.</p>
|
|
1721
|
+
* <p>Default: If no value is specified, we replace the ingress rule.</p>
|
|
1693
1722
|
* @public
|
|
1694
1723
|
*/
|
|
1695
|
-
|
|
1724
|
+
Egress: boolean | undefined;
|
|
1725
|
+
/**
|
|
1726
|
+
* <p>The IPv4 network range to allow or deny, in CIDR notation (for example
|
|
1727
|
+
* <code>172.16.0.0/24</code>).</p>
|
|
1728
|
+
* @public
|
|
1729
|
+
*/
|
|
1730
|
+
CidrBlock?: string;
|
|
1731
|
+
/**
|
|
1732
|
+
* <p>The IPv6 network range to allow or deny, in CIDR notation (for example
|
|
1733
|
+
* <code>2001:bd8:1234:1a00::/64</code>).</p>
|
|
1734
|
+
* @public
|
|
1735
|
+
*/
|
|
1736
|
+
Ipv6CidrBlock?: string;
|
|
1737
|
+
/**
|
|
1738
|
+
* <p>ICMP protocol: The ICMP or ICMPv6 type and code. Required if specifying protocol
|
|
1739
|
+
* 1 (ICMP) or protocol 58 (ICMPv6) with an IPv6 CIDR block.</p>
|
|
1740
|
+
* @public
|
|
1741
|
+
*/
|
|
1742
|
+
IcmpTypeCode?: IcmpTypeCode;
|
|
1743
|
+
/**
|
|
1744
|
+
* <p>TCP or UDP protocols: The range of ports the rule applies to.
|
|
1745
|
+
* Required if specifying protocol 6 (TCP) or 17 (UDP).</p>
|
|
1746
|
+
* @public
|
|
1747
|
+
*/
|
|
1748
|
+
PortRange?: PortRange;
|
|
1696
1749
|
}
|
|
1697
1750
|
/**
|
|
1698
1751
|
* @public
|
|
1699
1752
|
*/
|
|
1700
1753
|
export interface ReplaceRouteRequest {
|
|
1701
1754
|
/**
|
|
1702
|
-
* <p>The
|
|
1703
|
-
* provide must match the CIDR of an existing route in the table.</p>
|
|
1755
|
+
* <p>The ID of the prefix list for the route.</p>
|
|
1704
1756
|
* @public
|
|
1705
1757
|
*/
|
|
1706
|
-
|
|
1758
|
+
DestinationPrefixListId?: string;
|
|
1707
1759
|
/**
|
|
1708
|
-
* <p>The
|
|
1709
|
-
* provide must match the CIDR of an existing route in the table.</p>
|
|
1760
|
+
* <p>The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.</p>
|
|
1710
1761
|
* @public
|
|
1711
1762
|
*/
|
|
1712
|
-
|
|
1763
|
+
VpcEndpointId?: string;
|
|
1713
1764
|
/**
|
|
1714
|
-
* <p>
|
|
1765
|
+
* <p>Specifies whether to reset the local route to its default target (<code>local</code>).</p>
|
|
1715
1766
|
* @public
|
|
1716
1767
|
*/
|
|
1717
|
-
|
|
1768
|
+
LocalTarget?: boolean;
|
|
1718
1769
|
/**
|
|
1719
|
-
* <p>
|
|
1720
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
1721
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1770
|
+
* <p>The ID of a transit gateway.</p>
|
|
1722
1771
|
* @public
|
|
1723
1772
|
*/
|
|
1724
|
-
|
|
1773
|
+
TransitGatewayId?: string;
|
|
1725
1774
|
/**
|
|
1726
|
-
* <p>The ID of
|
|
1775
|
+
* <p>The ID of the local gateway.</p>
|
|
1727
1776
|
* @public
|
|
1728
1777
|
*/
|
|
1729
|
-
|
|
1778
|
+
LocalGatewayId?: string;
|
|
1730
1779
|
/**
|
|
1731
|
-
* <p>[
|
|
1780
|
+
* <p>[IPv4 traffic only] The ID of a carrier gateway.</p>
|
|
1732
1781
|
* @public
|
|
1733
1782
|
*/
|
|
1734
|
-
|
|
1783
|
+
CarrierGatewayId?: string;
|
|
1735
1784
|
/**
|
|
1736
|
-
* <p>The
|
|
1785
|
+
* <p>The Amazon Resource Name (ARN) of the core network.</p>
|
|
1737
1786
|
* @public
|
|
1738
1787
|
*/
|
|
1739
|
-
|
|
1788
|
+
CoreNetworkArn?: string;
|
|
1740
1789
|
/**
|
|
1741
|
-
* <p>
|
|
1790
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
1791
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
1792
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1742
1793
|
* @public
|
|
1743
1794
|
*/
|
|
1744
|
-
|
|
1795
|
+
DryRun?: boolean;
|
|
1745
1796
|
/**
|
|
1746
|
-
* <p>
|
|
1797
|
+
* <p>The ID of the route table.</p>
|
|
1747
1798
|
* @public
|
|
1748
1799
|
*/
|
|
1749
|
-
|
|
1800
|
+
RouteTableId: string | undefined;
|
|
1750
1801
|
/**
|
|
1751
|
-
* <p>
|
|
1802
|
+
* <p>The IPv4 CIDR address block used for the destination match. The value that you
|
|
1803
|
+
* provide must match the CIDR of an existing route in the table.</p>
|
|
1752
1804
|
* @public
|
|
1753
1805
|
*/
|
|
1754
|
-
|
|
1806
|
+
DestinationCidrBlock?: string;
|
|
1755
1807
|
/**
|
|
1756
|
-
* <p>The ID of
|
|
1808
|
+
* <p>The ID of an internet gateway or virtual private gateway.</p>
|
|
1757
1809
|
* @public
|
|
1758
1810
|
*/
|
|
1759
|
-
|
|
1811
|
+
GatewayId?: string;
|
|
1760
1812
|
/**
|
|
1761
|
-
* <p>The
|
|
1813
|
+
* <p>The IPv6 CIDR address block used for the destination match. The value that you
|
|
1814
|
+
* provide must match the CIDR of an existing route in the table.</p>
|
|
1762
1815
|
* @public
|
|
1763
1816
|
*/
|
|
1764
|
-
|
|
1817
|
+
DestinationIpv6CidrBlock?: string;
|
|
1765
1818
|
/**
|
|
1766
|
-
* <p>[
|
|
1819
|
+
* <p>[IPv6 traffic only] The ID of an egress-only internet gateway.</p>
|
|
1767
1820
|
* @public
|
|
1768
1821
|
*/
|
|
1769
|
-
|
|
1822
|
+
EgressOnlyInternetGatewayId?: string;
|
|
1770
1823
|
/**
|
|
1771
|
-
* <p>The ID of a
|
|
1824
|
+
* <p>The ID of a NAT instance in your VPC.</p>
|
|
1772
1825
|
* @public
|
|
1773
1826
|
*/
|
|
1774
|
-
|
|
1827
|
+
InstanceId?: string;
|
|
1775
1828
|
/**
|
|
1776
|
-
* <p>The ID of
|
|
1829
|
+
* <p>The ID of a network interface.</p>
|
|
1777
1830
|
* @public
|
|
1778
1831
|
*/
|
|
1779
|
-
|
|
1832
|
+
NetworkInterfaceId?: string;
|
|
1780
1833
|
/**
|
|
1781
1834
|
* <p>The ID of a VPC peering connection.</p>
|
|
1782
1835
|
* @public
|
|
1783
1836
|
*/
|
|
1784
1837
|
VpcPeeringConnectionId?: string;
|
|
1785
1838
|
/**
|
|
1786
|
-
* <p>
|
|
1839
|
+
* <p>[IPv4 traffic only] The ID of a NAT gateway.</p>
|
|
1787
1840
|
* @public
|
|
1788
1841
|
*/
|
|
1789
|
-
|
|
1842
|
+
NatGatewayId?: string;
|
|
1790
1843
|
}
|
|
1791
1844
|
/**
|
|
1792
1845
|
* @public
|
|
1793
1846
|
*/
|
|
1794
1847
|
export interface ReplaceRouteTableAssociationRequest {
|
|
1795
|
-
/**
|
|
1796
|
-
* <p>The association ID.</p>
|
|
1797
|
-
* @public
|
|
1798
|
-
*/
|
|
1799
|
-
AssociationId: string | undefined;
|
|
1800
1848
|
/**
|
|
1801
1849
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
1802
1850
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -1804,6 +1852,11 @@ export interface ReplaceRouteTableAssociationRequest {
|
|
|
1804
1852
|
* @public
|
|
1805
1853
|
*/
|
|
1806
1854
|
DryRun?: boolean;
|
|
1855
|
+
/**
|
|
1856
|
+
* <p>The association ID.</p>
|
|
1857
|
+
* @public
|
|
1858
|
+
*/
|
|
1859
|
+
AssociationId: string | undefined;
|
|
1807
1860
|
/**
|
|
1808
1861
|
* <p>The ID of the new route table to associate with the subnet.</p>
|
|
1809
1862
|
* @public
|
|
@@ -1938,27 +1991,32 @@ export type ReportStatusType = (typeof ReportStatusType)[keyof typeof ReportStat
|
|
|
1938
1991
|
*/
|
|
1939
1992
|
export interface ReportInstanceStatusRequest {
|
|
1940
1993
|
/**
|
|
1941
|
-
* <p>
|
|
1994
|
+
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
1995
|
+
* request, and provides an error response. If you have the required permissions, the error response is
|
|
1996
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1942
1997
|
* @public
|
|
1943
1998
|
*/
|
|
1944
|
-
|
|
1999
|
+
DryRun?: boolean;
|
|
1945
2000
|
/**
|
|
1946
|
-
* <p>
|
|
1947
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
1948
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
2001
|
+
* <p>The instances.</p>
|
|
1949
2002
|
* @public
|
|
1950
2003
|
*/
|
|
1951
|
-
|
|
2004
|
+
Instances: string[] | undefined;
|
|
1952
2005
|
/**
|
|
1953
|
-
* <p>The
|
|
2006
|
+
* <p>The status of all instances listed.</p>
|
|
1954
2007
|
* @public
|
|
1955
2008
|
*/
|
|
1956
|
-
|
|
2009
|
+
Status: ReportStatusType | undefined;
|
|
1957
2010
|
/**
|
|
1958
|
-
* <p>The
|
|
2011
|
+
* <p>The time at which the reported instance health state began.</p>
|
|
1959
2012
|
* @public
|
|
1960
2013
|
*/
|
|
1961
|
-
|
|
2014
|
+
StartTime?: Date;
|
|
2015
|
+
/**
|
|
2016
|
+
* <p>The time at which the reported instance health state ended.</p>
|
|
2017
|
+
* @public
|
|
2018
|
+
*/
|
|
2019
|
+
EndTime?: Date;
|
|
1962
2020
|
/**
|
|
1963
2021
|
* <p>The reason codes that describe the health state of your instance.</p>
|
|
1964
2022
|
* <ul>
|
|
@@ -2009,15 +2067,12 @@ export interface ReportInstanceStatusRequest {
|
|
|
2009
2067
|
*/
|
|
2010
2068
|
ReasonCodes: ReportInstanceReasonCodes[] | undefined;
|
|
2011
2069
|
/**
|
|
2012
|
-
*
|
|
2013
|
-
*
|
|
2014
|
-
|
|
2015
|
-
StartTime?: Date;
|
|
2016
|
-
/**
|
|
2017
|
-
* <p>The status of all instances listed.</p>
|
|
2070
|
+
* @deprecated
|
|
2071
|
+
*
|
|
2072
|
+
* <p>Descriptive text about the health state of your instance.</p>
|
|
2018
2073
|
* @public
|
|
2019
2074
|
*/
|
|
2020
|
-
|
|
2075
|
+
Description?: string;
|
|
2021
2076
|
}
|
|
2022
2077
|
/**
|
|
2023
2078
|
* <p>Contains the parameters for RequestSpotFleet.</p>
|
|
@@ -2147,36 +2202,23 @@ export interface RequestSpotLaunchSpecification {
|
|
|
2147
2202
|
*/
|
|
2148
2203
|
export interface RequestSpotInstancesRequest {
|
|
2149
2204
|
/**
|
|
2150
|
-
* <p>The
|
|
2151
|
-
* <p>When you specify an Availability Zone group in a Spot Instance request, all Spot
|
|
2152
|
-
* Instances in the request are launched in the same Availability Zone. Instance proximity
|
|
2153
|
-
* is maintained with this parameter, but the choice of Availability Zone is not. The group
|
|
2154
|
-
* applies only to requests for Spot Instances of the same instance type. Any additional
|
|
2155
|
-
* Spot Instance requests that are specified with the same Availability Zone group name are
|
|
2156
|
-
* launched in that same Availability Zone, as long as at least one instance from the group
|
|
2157
|
-
* is still active.</p>
|
|
2158
|
-
* <p>If there is no active instance running in the Availability Zone group that you specify
|
|
2159
|
-
* for a new Spot Instance request (all instances are terminated, the request is expired,
|
|
2160
|
-
* or the maximum price you specified falls below current Spot price), then Amazon EC2 launches
|
|
2161
|
-
* the instance in any Availability Zone where the constraint can be met. Consequently, the
|
|
2162
|
-
* subsequent set of Spot Instances could be placed in a different zone from the original
|
|
2163
|
-
* request, even if you specified the same Availability Zone group.</p>
|
|
2164
|
-
* <p>Default: Instances are launched in any available Availability Zone.</p>
|
|
2205
|
+
* <p>The launch specification.</p>
|
|
2165
2206
|
* @public
|
|
2166
2207
|
*/
|
|
2167
|
-
|
|
2208
|
+
LaunchSpecification?: RequestSpotLaunchSpecification;
|
|
2168
2209
|
/**
|
|
2169
|
-
* <p>
|
|
2210
|
+
* <p>The key-value pair for tagging the Spot Instance request on creation. The value for
|
|
2211
|
+
* <code>ResourceType</code> must be <code>spot-instances-request</code>, otherwise the
|
|
2212
|
+
* Spot Instance request fails. To tag the Spot Instance request after it has been created,
|
|
2213
|
+
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>. </p>
|
|
2170
2214
|
* @public
|
|
2171
2215
|
*/
|
|
2172
|
-
|
|
2216
|
+
TagSpecifications?: TagSpecification[];
|
|
2173
2217
|
/**
|
|
2174
|
-
* <p>
|
|
2175
|
-
* request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html">Ensuring idempotency in
|
|
2176
|
-
* Amazon EC2 API requests</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
2218
|
+
* <p>The behavior when a Spot Instance is interrupted. The default is <code>terminate</code>.</p>
|
|
2177
2219
|
* @public
|
|
2178
2220
|
*/
|
|
2179
|
-
|
|
2221
|
+
InstanceInterruptionBehavior?: InstanceInterruptionBehavior;
|
|
2180
2222
|
/**
|
|
2181
2223
|
* <p>Checks whether you have the required permissions for the action, without actually
|
|
2182
2224
|
* making the request, and provides an error response. If you have the required
|
|
@@ -2185,24 +2227,6 @@ export interface RequestSpotInstancesRequest {
|
|
|
2185
2227
|
* @public
|
|
2186
2228
|
*/
|
|
2187
2229
|
DryRun?: boolean;
|
|
2188
|
-
/**
|
|
2189
|
-
* <p>The maximum number of Spot Instances to launch.</p>
|
|
2190
|
-
* <p>Default: 1</p>
|
|
2191
|
-
* @public
|
|
2192
|
-
*/
|
|
2193
|
-
InstanceCount?: number;
|
|
2194
|
-
/**
|
|
2195
|
-
* <p>The instance launch group. Launch groups are Spot Instances that launch together and
|
|
2196
|
-
* terminate together.</p>
|
|
2197
|
-
* <p>Default: Instances are launched and terminated individually</p>
|
|
2198
|
-
* @public
|
|
2199
|
-
*/
|
|
2200
|
-
LaunchGroup?: string;
|
|
2201
|
-
/**
|
|
2202
|
-
* <p>The launch specification.</p>
|
|
2203
|
-
* @public
|
|
2204
|
-
*/
|
|
2205
|
-
LaunchSpecification?: RequestSpotLaunchSpecification;
|
|
2206
2230
|
/**
|
|
2207
2231
|
* <p>The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend
|
|
2208
2232
|
* 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>
|
|
@@ -2212,6 +2236,19 @@ export interface RequestSpotInstancesRequest {
|
|
|
2212
2236
|
* @public
|
|
2213
2237
|
*/
|
|
2214
2238
|
SpotPrice?: string;
|
|
2239
|
+
/**
|
|
2240
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
2241
|
+
* request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html">Ensuring idempotency in
|
|
2242
|
+
* Amazon EC2 API requests</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
2243
|
+
* @public
|
|
2244
|
+
*/
|
|
2245
|
+
ClientToken?: string;
|
|
2246
|
+
/**
|
|
2247
|
+
* <p>The maximum number of Spot Instances to launch.</p>
|
|
2248
|
+
* <p>Default: 1</p>
|
|
2249
|
+
* @public
|
|
2250
|
+
*/
|
|
2251
|
+
InstanceCount?: number;
|
|
2215
2252
|
/**
|
|
2216
2253
|
* <p>The Spot Instance request type.</p>
|
|
2217
2254
|
* <p>Default: <code>one-time</code>
|
|
@@ -2249,18 +2286,36 @@ export interface RequestSpotInstancesRequest {
|
|
|
2249
2286
|
*/
|
|
2250
2287
|
ValidUntil?: Date;
|
|
2251
2288
|
/**
|
|
2252
|
-
* <p>The
|
|
2253
|
-
*
|
|
2254
|
-
*
|
|
2255
|
-
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>. </p>
|
|
2289
|
+
* <p>The instance launch group. Launch groups are Spot Instances that launch together and
|
|
2290
|
+
* terminate together.</p>
|
|
2291
|
+
* <p>Default: Instances are launched and terminated individually</p>
|
|
2256
2292
|
* @public
|
|
2257
2293
|
*/
|
|
2258
|
-
|
|
2294
|
+
LaunchGroup?: string;
|
|
2259
2295
|
/**
|
|
2260
|
-
* <p>The
|
|
2296
|
+
* <p>The user-specified name for a logical grouping of requests.</p>
|
|
2297
|
+
* <p>When you specify an Availability Zone group in a Spot Instance request, all Spot
|
|
2298
|
+
* Instances in the request are launched in the same Availability Zone. Instance proximity
|
|
2299
|
+
* is maintained with this parameter, but the choice of Availability Zone is not. The group
|
|
2300
|
+
* applies only to requests for Spot Instances of the same instance type. Any additional
|
|
2301
|
+
* Spot Instance requests that are specified with the same Availability Zone group name are
|
|
2302
|
+
* launched in that same Availability Zone, as long as at least one instance from the group
|
|
2303
|
+
* is still active.</p>
|
|
2304
|
+
* <p>If there is no active instance running in the Availability Zone group that you specify
|
|
2305
|
+
* for a new Spot Instance request (all instances are terminated, the request is expired,
|
|
2306
|
+
* or the maximum price you specified falls below current Spot price), then Amazon EC2 launches
|
|
2307
|
+
* the instance in any Availability Zone where the constraint can be met. Consequently, the
|
|
2308
|
+
* subsequent set of Spot Instances could be placed in a different zone from the original
|
|
2309
|
+
* request, even if you specified the same Availability Zone group.</p>
|
|
2310
|
+
* <p>Default: Instances are launched in any available Availability Zone.</p>
|
|
2261
2311
|
* @public
|
|
2262
2312
|
*/
|
|
2263
|
-
|
|
2313
|
+
AvailabilityZoneGroup?: string;
|
|
2314
|
+
/**
|
|
2315
|
+
* <p>Deprecated.</p>
|
|
2316
|
+
* @public
|
|
2317
|
+
*/
|
|
2318
|
+
BlockDurationMinutes?: number;
|
|
2264
2319
|
}
|
|
2265
2320
|
/**
|
|
2266
2321
|
* <p>Contains the output of RequestSpotInstances.</p>
|
|
@@ -2406,21 +2461,12 @@ export interface ResetImageAttributeRequest {
|
|
|
2406
2461
|
}
|
|
2407
2462
|
/**
|
|
2408
2463
|
* @public
|
|
2409
|
-
*/
|
|
2410
|
-
export interface ResetInstanceAttributeRequest {
|
|
2411
|
-
/**
|
|
2412
|
-
* <p>The attribute to reset.</p>
|
|
2413
|
-
* <important>
|
|
2414
|
-
* <p>You can only reset the following attributes: <code>kernel</code> |
|
|
2415
|
-
* <code>ramdisk</code> | <code>sourceDestCheck</code>.</p>
|
|
2416
|
-
* </important>
|
|
2417
|
-
* @public
|
|
2418
|
-
*/
|
|
2419
|
-
Attribute: InstanceAttributeName | undefined;
|
|
2464
|
+
*/
|
|
2465
|
+
export interface ResetInstanceAttributeRequest {
|
|
2420
2466
|
/**
|
|
2421
|
-
* <p>Checks whether you have the required permissions for the
|
|
2422
|
-
*
|
|
2423
|
-
*
|
|
2467
|
+
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
2468
|
+
* request, and provides an error response. If you have the required permissions, the error response is
|
|
2469
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
2424
2470
|
* @public
|
|
2425
2471
|
*/
|
|
2426
2472
|
DryRun?: boolean;
|
|
@@ -2429,6 +2475,15 @@ export interface ResetInstanceAttributeRequest {
|
|
|
2429
2475
|
* @public
|
|
2430
2476
|
*/
|
|
2431
2477
|
InstanceId: string | undefined;
|
|
2478
|
+
/**
|
|
2479
|
+
* <p>The attribute to reset.</p>
|
|
2480
|
+
* <important>
|
|
2481
|
+
* <p>You can only reset the following attributes: <code>kernel</code> |
|
|
2482
|
+
* <code>ramdisk</code> | <code>sourceDestCheck</code>.</p>
|
|
2483
|
+
* </important>
|
|
2484
|
+
* @public
|
|
2485
|
+
*/
|
|
2486
|
+
Attribute: InstanceAttributeName | undefined;
|
|
2432
2487
|
}
|
|
2433
2488
|
/**
|
|
2434
2489
|
* <p>Contains the parameters for ResetNetworkInterfaceAttribute.</p>
|
|
@@ -2755,6 +2810,11 @@ export interface RevokeClientVpnIngressResult {
|
|
|
2755
2810
|
* @public
|
|
2756
2811
|
*/
|
|
2757
2812
|
export interface RevokeSecurityGroupEgressRequest {
|
|
2813
|
+
/**
|
|
2814
|
+
* <p>The IDs of the security group rules.</p>
|
|
2815
|
+
* @public
|
|
2816
|
+
*/
|
|
2817
|
+
SecurityGroupRuleIds?: string[];
|
|
2758
2818
|
/**
|
|
2759
2819
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
2760
2820
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -2768,48 +2828,43 @@ export interface RevokeSecurityGroupEgressRequest {
|
|
|
2768
2828
|
*/
|
|
2769
2829
|
GroupId: string | undefined;
|
|
2770
2830
|
/**
|
|
2771
|
-
* <p>
|
|
2831
|
+
* <p>Not supported. Use a set of IP permissions to specify a
|
|
2832
|
+
* destination security group.</p>
|
|
2772
2833
|
* @public
|
|
2773
2834
|
*/
|
|
2774
|
-
|
|
2835
|
+
SourceSecurityGroupName?: string;
|
|
2775
2836
|
/**
|
|
2776
|
-
* <p>
|
|
2837
|
+
* <p>Not supported. Use a set of IP permissions to specify a destination security
|
|
2838
|
+
* group.</p>
|
|
2777
2839
|
* @public
|
|
2778
2840
|
*/
|
|
2779
|
-
|
|
2841
|
+
SourceSecurityGroupOwnerId?: string;
|
|
2780
2842
|
/**
|
|
2781
|
-
* <p>Not supported. Use a set of IP permissions to specify the
|
|
2843
|
+
* <p>Not supported. Use a set of IP permissions to specify the protocol name or
|
|
2844
|
+
* number.</p>
|
|
2782
2845
|
* @public
|
|
2783
2846
|
*/
|
|
2784
|
-
|
|
2847
|
+
IpProtocol?: string;
|
|
2785
2848
|
/**
|
|
2786
2849
|
* <p>Not supported. Use a set of IP permissions to specify the port.</p>
|
|
2787
2850
|
* @public
|
|
2788
2851
|
*/
|
|
2789
2852
|
FromPort?: number;
|
|
2790
|
-
/**
|
|
2791
|
-
* <p>Not supported. Use a set of IP permissions to specify the protocol name or
|
|
2792
|
-
* number.</p>
|
|
2793
|
-
* @public
|
|
2794
|
-
*/
|
|
2795
|
-
IpProtocol?: string;
|
|
2796
2853
|
/**
|
|
2797
2854
|
* <p>Not supported. Use a set of IP permissions to specify the port.</p>
|
|
2798
2855
|
* @public
|
|
2799
2856
|
*/
|
|
2800
2857
|
ToPort?: number;
|
|
2801
2858
|
/**
|
|
2802
|
-
* <p>Not supported. Use a set of IP permissions to specify
|
|
2803
|
-
* destination security group.</p>
|
|
2859
|
+
* <p>Not supported. Use a set of IP permissions to specify the CIDR.</p>
|
|
2804
2860
|
* @public
|
|
2805
2861
|
*/
|
|
2806
|
-
|
|
2862
|
+
CidrIp?: string;
|
|
2807
2863
|
/**
|
|
2808
|
-
* <p>
|
|
2809
|
-
* group.</p>
|
|
2864
|
+
* <p>The sets of IP permissions. You can't specify a destination security group and a CIDR IP address range in the same set of permissions.</p>
|
|
2810
2865
|
* @public
|
|
2811
2866
|
*/
|
|
2812
|
-
|
|
2867
|
+
IpPermissions?: IpPermission[];
|
|
2813
2868
|
}
|
|
2814
2869
|
/**
|
|
2815
2870
|
* @public
|
|
@@ -2886,6 +2941,11 @@ export interface RevokeSecurityGroupIngressRequest {
|
|
|
2886
2941
|
* @public
|
|
2887
2942
|
*/
|
|
2888
2943
|
ToPort?: number;
|
|
2944
|
+
/**
|
|
2945
|
+
* <p>The IDs of the security group rules.</p>
|
|
2946
|
+
* @public
|
|
2947
|
+
*/
|
|
2948
|
+
SecurityGroupRuleIds?: string[];
|
|
2889
2949
|
/**
|
|
2890
2950
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
2891
2951
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -2893,11 +2953,6 @@ export interface RevokeSecurityGroupIngressRequest {
|
|
|
2893
2953
|
* @public
|
|
2894
2954
|
*/
|
|
2895
2955
|
DryRun?: boolean;
|
|
2896
|
-
/**
|
|
2897
|
-
* <p>The IDs of the security group rules.</p>
|
|
2898
|
-
* @public
|
|
2899
|
-
*/
|
|
2900
|
-
SecurityGroupRuleIds?: string[];
|
|
2901
2956
|
}
|
|
2902
2957
|
/**
|
|
2903
2958
|
* @public
|
|
@@ -3377,81 +3432,6 @@ export interface RunInstancesRequest {
|
|
|
3377
3432
|
* @public
|
|
3378
3433
|
*/
|
|
3379
3434
|
UserData?: string;
|
|
3380
|
-
/**
|
|
3381
|
-
* <p>Reserved.</p>
|
|
3382
|
-
* @public
|
|
3383
|
-
*/
|
|
3384
|
-
AdditionalInfo?: string;
|
|
3385
|
-
/**
|
|
3386
|
-
* <p>Unique, case-sensitive identifier you provide to ensure the idempotency of the
|
|
3387
|
-
* request. If you do not specify a client token, a randomly generated token is used for
|
|
3388
|
-
* the request to ensure idempotency.</p>
|
|
3389
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
|
|
3390
|
-
* Idempotency</a>.</p>
|
|
3391
|
-
* <p>Constraints: Maximum 64 ASCII characters</p>
|
|
3392
|
-
* @public
|
|
3393
|
-
*/
|
|
3394
|
-
ClientToken?: string;
|
|
3395
|
-
/**
|
|
3396
|
-
* <p>If you set this parameter to <code>true</code>, you can't terminate the instance using
|
|
3397
|
-
* the Amazon EC2 console, CLI, or API; otherwise, you can. To change this attribute after
|
|
3398
|
-
* launch, use <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyInstanceAttribute.html">ModifyInstanceAttribute</a>. Alternatively, if you set
|
|
3399
|
-
* <code>InstanceInitiatedShutdownBehavior</code> to <code>terminate</code>, you can
|
|
3400
|
-
* terminate the instance by running the shutdown command from the instance.</p>
|
|
3401
|
-
* <p>Default: <code>false</code>
|
|
3402
|
-
* </p>
|
|
3403
|
-
* @public
|
|
3404
|
-
*/
|
|
3405
|
-
DisableApiTermination?: boolean;
|
|
3406
|
-
/**
|
|
3407
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
3408
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
3409
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
3410
|
-
* @public
|
|
3411
|
-
*/
|
|
3412
|
-
DryRun?: boolean;
|
|
3413
|
-
/**
|
|
3414
|
-
* <p>Indicates whether the instance is optimized for Amazon EBS I/O. This optimization
|
|
3415
|
-
* provides dedicated throughput to Amazon EBS and an optimized configuration stack to
|
|
3416
|
-
* provide optimal Amazon EBS I/O performance. This optimization isn't available with all
|
|
3417
|
-
* instance types. Additional usage charges apply when using an EBS-optimized
|
|
3418
|
-
* instance.</p>
|
|
3419
|
-
* <p>Default: <code>false</code>
|
|
3420
|
-
* </p>
|
|
3421
|
-
* @public
|
|
3422
|
-
*/
|
|
3423
|
-
EbsOptimized?: boolean;
|
|
3424
|
-
/**
|
|
3425
|
-
* <p>The name or Amazon Resource Name (ARN) of an IAM instance
|
|
3426
|
-
* profile.</p>
|
|
3427
|
-
* @public
|
|
3428
|
-
*/
|
|
3429
|
-
IamInstanceProfile?: IamInstanceProfileSpecification;
|
|
3430
|
-
/**
|
|
3431
|
-
* <p>Indicates whether an instance stops or terminates when you initiate shutdown from the
|
|
3432
|
-
* instance (using the operating system command for system shutdown).</p>
|
|
3433
|
-
* <p>Default: <code>stop</code>
|
|
3434
|
-
* </p>
|
|
3435
|
-
* @public
|
|
3436
|
-
*/
|
|
3437
|
-
InstanceInitiatedShutdownBehavior?: ShutdownBehavior;
|
|
3438
|
-
/**
|
|
3439
|
-
* <p>The network interfaces to associate with the instance.</p>
|
|
3440
|
-
* @public
|
|
3441
|
-
*/
|
|
3442
|
-
NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
|
|
3443
|
-
/**
|
|
3444
|
-
* <p>The primary IPv4 address. You must specify a value from the IPv4 address
|
|
3445
|
-
* range of the subnet.</p>
|
|
3446
|
-
* <p>Only one private IP address can be designated as primary. You can't specify this
|
|
3447
|
-
* option if you've specified the option to designate a private IP address as the primary
|
|
3448
|
-
* IP address in a network interface specification. You cannot specify this option if
|
|
3449
|
-
* you're launching more than one instance in the request.</p>
|
|
3450
|
-
* <p>You cannot specify this option and the network interfaces option in the same
|
|
3451
|
-
* request.</p>
|
|
3452
|
-
* @public
|
|
3453
|
-
*/
|
|
3454
|
-
PrivateIpAddress?: string;
|
|
3455
3435
|
/**
|
|
3456
3436
|
* <p>An elastic GPU to associate with the instance.</p>
|
|
3457
3437
|
* <note>
|
|
@@ -3595,6 +3575,81 @@ export interface RunInstancesRequest {
|
|
|
3595
3575
|
* @public
|
|
3596
3576
|
*/
|
|
3597
3577
|
EnablePrimaryIpv6?: boolean;
|
|
3578
|
+
/**
|
|
3579
|
+
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
3580
|
+
* request, and provides an error response. If you have the required permissions, the error response is
|
|
3581
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
3582
|
+
* @public
|
|
3583
|
+
*/
|
|
3584
|
+
DryRun?: boolean;
|
|
3585
|
+
/**
|
|
3586
|
+
* <p>If you set this parameter to <code>true</code>, you can't terminate the instance using
|
|
3587
|
+
* the Amazon EC2 console, CLI, or API; otherwise, you can. To change this attribute after
|
|
3588
|
+
* launch, use <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyInstanceAttribute.html">ModifyInstanceAttribute</a>. Alternatively, if you set
|
|
3589
|
+
* <code>InstanceInitiatedShutdownBehavior</code> to <code>terminate</code>, you can
|
|
3590
|
+
* terminate the instance by running the shutdown command from the instance.</p>
|
|
3591
|
+
* <p>Default: <code>false</code>
|
|
3592
|
+
* </p>
|
|
3593
|
+
* @public
|
|
3594
|
+
*/
|
|
3595
|
+
DisableApiTermination?: boolean;
|
|
3596
|
+
/**
|
|
3597
|
+
* <p>Indicates whether an instance stops or terminates when you initiate shutdown from the
|
|
3598
|
+
* instance (using the operating system command for system shutdown).</p>
|
|
3599
|
+
* <p>Default: <code>stop</code>
|
|
3600
|
+
* </p>
|
|
3601
|
+
* @public
|
|
3602
|
+
*/
|
|
3603
|
+
InstanceInitiatedShutdownBehavior?: ShutdownBehavior;
|
|
3604
|
+
/**
|
|
3605
|
+
* <p>The primary IPv4 address. You must specify a value from the IPv4 address
|
|
3606
|
+
* range of the subnet.</p>
|
|
3607
|
+
* <p>Only one private IP address can be designated as primary. You can't specify this
|
|
3608
|
+
* option if you've specified the option to designate a private IP address as the primary
|
|
3609
|
+
* IP address in a network interface specification. You cannot specify this option if
|
|
3610
|
+
* you're launching more than one instance in the request.</p>
|
|
3611
|
+
* <p>You cannot specify this option and the network interfaces option in the same
|
|
3612
|
+
* request.</p>
|
|
3613
|
+
* @public
|
|
3614
|
+
*/
|
|
3615
|
+
PrivateIpAddress?: string;
|
|
3616
|
+
/**
|
|
3617
|
+
* <p>Unique, case-sensitive identifier you provide to ensure the idempotency of the
|
|
3618
|
+
* request. If you do not specify a client token, a randomly generated token is used for
|
|
3619
|
+
* the request to ensure idempotency.</p>
|
|
3620
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
|
|
3621
|
+
* Idempotency</a>.</p>
|
|
3622
|
+
* <p>Constraints: Maximum 64 ASCII characters</p>
|
|
3623
|
+
* @public
|
|
3624
|
+
*/
|
|
3625
|
+
ClientToken?: string;
|
|
3626
|
+
/**
|
|
3627
|
+
* <p>Reserved.</p>
|
|
3628
|
+
* @public
|
|
3629
|
+
*/
|
|
3630
|
+
AdditionalInfo?: string;
|
|
3631
|
+
/**
|
|
3632
|
+
* <p>The network interfaces to associate with the instance.</p>
|
|
3633
|
+
* @public
|
|
3634
|
+
*/
|
|
3635
|
+
NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
|
|
3636
|
+
/**
|
|
3637
|
+
* <p>The name or Amazon Resource Name (ARN) of an IAM instance
|
|
3638
|
+
* profile.</p>
|
|
3639
|
+
* @public
|
|
3640
|
+
*/
|
|
3641
|
+
IamInstanceProfile?: IamInstanceProfileSpecification;
|
|
3642
|
+
/**
|
|
3643
|
+
* <p>Indicates whether the instance is optimized for Amazon EBS I/O. This optimization
|
|
3644
|
+
* provides dedicated throughput to Amazon EBS and an optimized configuration stack to
|
|
3645
|
+
* provide optimal Amazon EBS I/O performance. This optimization isn't available with all
|
|
3646
|
+
* instance types. Additional usage charges apply when using an EBS-optimized
|
|
3647
|
+
* instance.</p>
|
|
3648
|
+
* <p>Default: <code>false</code>
|
|
3649
|
+
* </p>
|
|
3650
|
+
* @public
|
|
3651
|
+
*/
|
|
3652
|
+
EbsOptimized?: boolean;
|
|
3598
3653
|
}
|
|
3599
3654
|
/**
|
|
3600
3655
|
* <p>Describes an EBS volume for a Scheduled Instance.</p>
|
|
@@ -4277,9 +4332,9 @@ export interface SendDiagnosticInterruptRequest {
|
|
|
4277
4332
|
*/
|
|
4278
4333
|
InstanceId: string | undefined;
|
|
4279
4334
|
/**
|
|
4280
|
-
* <p>Checks whether you have the required permissions for the
|
|
4281
|
-
*
|
|
4282
|
-
*
|
|
4335
|
+
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
4336
|
+
* request, and provides an error response. If you have the required permissions, the error response is
|
|
4337
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
4283
4338
|
* @public
|
|
4284
4339
|
*/
|
|
4285
4340
|
DryRun?: boolean;
|
|
@@ -4299,9 +4354,9 @@ export interface StartInstancesRequest {
|
|
|
4299
4354
|
*/
|
|
4300
4355
|
AdditionalInfo?: string;
|
|
4301
4356
|
/**
|
|
4302
|
-
* <p>Checks whether you have the required permissions for the
|
|
4303
|
-
*
|
|
4304
|
-
*
|
|
4357
|
+
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
4358
|
+
* request, and provides an error response. If you have the required permissions, the error response is
|
|
4359
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
4305
4360
|
* @public
|
|
4306
4361
|
*/
|
|
4307
4362
|
DryRun?: boolean;
|
|
@@ -4312,15 +4367,15 @@ export interface StartInstancesRequest {
|
|
|
4312
4367
|
*/
|
|
4313
4368
|
export interface InstanceStateChange {
|
|
4314
4369
|
/**
|
|
4315
|
-
* <p>The
|
|
4370
|
+
* <p>The ID of the instance.</p>
|
|
4316
4371
|
* @public
|
|
4317
4372
|
*/
|
|
4318
|
-
|
|
4373
|
+
InstanceId?: string;
|
|
4319
4374
|
/**
|
|
4320
|
-
* <p>The
|
|
4375
|
+
* <p>The current state of the instance.</p>
|
|
4321
4376
|
* @public
|
|
4322
4377
|
*/
|
|
4323
|
-
|
|
4378
|
+
CurrentState?: InstanceState;
|
|
4324
4379
|
/**
|
|
4325
4380
|
* <p>The previous state of the instance.</p>
|
|
4326
4381
|
* @public
|
|
@@ -4470,9 +4525,9 @@ export interface StopInstancesRequest {
|
|
|
4470
4525
|
*/
|
|
4471
4526
|
Hibernate?: boolean;
|
|
4472
4527
|
/**
|
|
4473
|
-
* <p>Checks whether you have the required permissions for the
|
|
4474
|
-
*
|
|
4475
|
-
*
|
|
4528
|
+
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
4529
|
+
* request, and provides an error response. If you have the required permissions, the error response is
|
|
4530
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
4476
4531
|
* @public
|
|
4477
4532
|
*/
|
|
4478
4533
|
DryRun?: boolean;
|
|
@@ -4576,9 +4631,9 @@ export interface TerminateInstancesRequest {
|
|
|
4576
4631
|
*/
|
|
4577
4632
|
InstanceIds: string[] | undefined;
|
|
4578
4633
|
/**
|
|
4579
|
-
* <p>Checks whether you have the required permissions for the
|
|
4580
|
-
*
|
|
4581
|
-
*
|
|
4634
|
+
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
4635
|
+
* request, and provides an error response. If you have the required permissions, the error response is
|
|
4636
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
4582
4637
|
* @public
|
|
4583
4638
|
*/
|
|
4584
4639
|
DryRun?: boolean;
|
|
@@ -4597,11 +4652,6 @@ export interface TerminateInstancesResult {
|
|
|
4597
4652
|
* @public
|
|
4598
4653
|
*/
|
|
4599
4654
|
export interface UnassignIpv6AddressesRequest {
|
|
4600
|
-
/**
|
|
4601
|
-
* <p>The IPv6 addresses to unassign from the network interface.</p>
|
|
4602
|
-
* @public
|
|
4603
|
-
*/
|
|
4604
|
-
Ipv6Addresses?: string[];
|
|
4605
4655
|
/**
|
|
4606
4656
|
* <p>The IPv6 prefixes to unassign from the network interface.</p>
|
|
4607
4657
|
* @public
|
|
@@ -4612,6 +4662,11 @@ export interface UnassignIpv6AddressesRequest {
|
|
|
4612
4662
|
* @public
|
|
4613
4663
|
*/
|
|
4614
4664
|
NetworkInterfaceId: string | undefined;
|
|
4665
|
+
/**
|
|
4666
|
+
* <p>The IPv6 addresses to unassign from the network interface.</p>
|
|
4667
|
+
* @public
|
|
4668
|
+
*/
|
|
4669
|
+
Ipv6Addresses?: string[];
|
|
4615
4670
|
}
|
|
4616
4671
|
/**
|
|
4617
4672
|
* @public
|
|
@@ -4638,6 +4693,11 @@ export interface UnassignIpv6AddressesResult {
|
|
|
4638
4693
|
* @public
|
|
4639
4694
|
*/
|
|
4640
4695
|
export interface UnassignPrivateIpAddressesRequest {
|
|
4696
|
+
/**
|
|
4697
|
+
* <p>The IPv4 prefixes to unassign from the network interface.</p>
|
|
4698
|
+
* @public
|
|
4699
|
+
*/
|
|
4700
|
+
Ipv4Prefixes?: string[];
|
|
4641
4701
|
/**
|
|
4642
4702
|
* <p>The ID of the network interface.</p>
|
|
4643
4703
|
* @public
|
|
@@ -4649,11 +4709,6 @@ export interface UnassignPrivateIpAddressesRequest {
|
|
|
4649
4709
|
* @public
|
|
4650
4710
|
*/
|
|
4651
4711
|
PrivateIpAddresses?: string[];
|
|
4652
|
-
/**
|
|
4653
|
-
* <p>The IPv4 prefixes to unassign from the network interface.</p>
|
|
4654
|
-
* @public
|
|
4655
|
-
*/
|
|
4656
|
-
Ipv4Prefixes?: string[];
|
|
4657
4712
|
}
|
|
4658
4713
|
/**
|
|
4659
4714
|
* @public
|
|
@@ -4734,9 +4789,9 @@ export interface UnmonitorInstancesRequest {
|
|
|
4734
4789
|
*/
|
|
4735
4790
|
InstanceIds: string[] | undefined;
|
|
4736
4791
|
/**
|
|
4737
|
-
* <p>Checks whether you have the required permissions for the
|
|
4738
|
-
*
|
|
4739
|
-
*
|
|
4792
|
+
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
4793
|
+
* request, and provides an error response. If you have the required permissions, the error response is
|
|
4794
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
4740
4795
|
* @public
|
|
4741
4796
|
*/
|
|
4742
4797
|
DryRun?: boolean;
|
|
@@ -4890,6 +4945,10 @@ export interface WithdrawByoipCidrResult {
|
|
|
4890
4945
|
*/
|
|
4891
4946
|
ByoipCidr?: ByoipCidr;
|
|
4892
4947
|
}
|
|
4948
|
+
/**
|
|
4949
|
+
* @internal
|
|
4950
|
+
*/
|
|
4951
|
+
export declare const ModifyVpnConnectionResultFilterSensitiveLog: (obj: ModifyVpnConnectionResult) => any;
|
|
4893
4952
|
/**
|
|
4894
4953
|
* @internal
|
|
4895
4954
|
*/
|
|
@@ -4910,6 +4969,10 @@ export declare const ModifyVpnTunnelOptionsRequestFilterSensitiveLog: (obj: Modi
|
|
|
4910
4969
|
* @internal
|
|
4911
4970
|
*/
|
|
4912
4971
|
export declare const ModifyVpnTunnelOptionsResultFilterSensitiveLog: (obj: ModifyVpnTunnelOptionsResult) => any;
|
|
4972
|
+
/**
|
|
4973
|
+
* @internal
|
|
4974
|
+
*/
|
|
4975
|
+
export declare const ReportInstanceStatusRequestFilterSensitiveLog: (obj: ReportInstanceStatusRequest) => any;
|
|
4913
4976
|
/**
|
|
4914
4977
|
* @internal
|
|
4915
4978
|
*/
|