@aws-sdk/client-ec2 3.664.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/dist-cjs/index.js +1546 -1537
- package/dist-es/commands/ReportInstanceStatusCommand.js +2 -1
- package/dist-es/models/models_2.js +1 -1
- package/dist-es/models/models_6.js +1 -1
- package/dist-es/models/models_7.js +4 -0
- package/dist-es/protocols/Aws_ec2.js +1548 -1545
- 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/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 +6 -6
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +6 -6
- 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/models/models_0.d.ts +264 -265
- package/dist-types/models/models_1.d.ts +230 -230
- package/dist-types/models/models_2.d.ts +378 -381
- package/dist-types/models/models_3.d.ts +217 -217
- package/dist-types/models/models_4.d.ts +851 -851
- package/dist-types/models/models_5.d.ts +203 -203
- package/dist-types/models/models_6.d.ts +228 -220
- package/dist-types/models/models_7.d.ts +340 -334
- 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 +42 -41
- package/dist-types/ts3.4/models/models_7.d.ts +64 -61
- package/package.json +5 -5
|
@@ -946,6 +946,11 @@ export interface IpamDiscoveredResourceCidr {
|
|
|
946
946
|
* @public
|
|
947
947
|
*/
|
|
948
948
|
VpcId?: string;
|
|
949
|
+
/**
|
|
950
|
+
* <p>The subnet ID.</p>
|
|
951
|
+
* @public
|
|
952
|
+
*/
|
|
953
|
+
SubnetId?: string;
|
|
949
954
|
/**
|
|
950
955
|
* <p>For elastic network interfaces, this is the status of whether or not the elastic network interface is attached.</p>
|
|
951
956
|
* @public
|
|
@@ -1519,16 +1524,16 @@ export interface GetPasswordDataResult {
|
|
|
1519
1524
|
*/
|
|
1520
1525
|
InstanceId?: string;
|
|
1521
1526
|
/**
|
|
1522
|
-
* <p>The
|
|
1523
|
-
* available.</p>
|
|
1527
|
+
* <p>The time the data was last updated.</p>
|
|
1524
1528
|
* @public
|
|
1525
1529
|
*/
|
|
1526
|
-
|
|
1530
|
+
Timestamp?: Date;
|
|
1527
1531
|
/**
|
|
1528
|
-
* <p>The
|
|
1532
|
+
* <p>The password of the instance. Returns an empty string if the password is not
|
|
1533
|
+
* available.</p>
|
|
1529
1534
|
* @public
|
|
1530
1535
|
*/
|
|
1531
|
-
|
|
1536
|
+
PasswordData?: string;
|
|
1532
1537
|
}
|
|
1533
1538
|
/**
|
|
1534
1539
|
* <p>Contains the parameters for GetReservedInstanceExchangeQuote.</p>
|
|
@@ -3283,15 +3288,15 @@ export interface ImportImageResult {
|
|
|
3283
3288
|
*/
|
|
3284
3289
|
export interface DiskImageDetail {
|
|
3285
3290
|
/**
|
|
3286
|
-
* <p>The
|
|
3291
|
+
* <p>The disk image format.</p>
|
|
3287
3292
|
* @public
|
|
3288
3293
|
*/
|
|
3289
|
-
|
|
3294
|
+
Format: DiskImageFormat | undefined;
|
|
3290
3295
|
/**
|
|
3291
|
-
* <p>The disk image
|
|
3296
|
+
* <p>The size of the disk image, in GiB.</p>
|
|
3292
3297
|
* @public
|
|
3293
3298
|
*/
|
|
3294
|
-
|
|
3299
|
+
Bytes: number | undefined;
|
|
3295
3300
|
/**
|
|
3296
3301
|
* <p>A presigned URL for the import manifest stored in Amazon S3 and presented here as an Amazon S3 presigned URL.
|
|
3297
3302
|
* For information about creating a presigned URL for an Amazon S3 object, read the "Query String Request Authentication
|
|
@@ -3352,77 +3357,67 @@ export interface UserData {
|
|
|
3352
3357
|
*/
|
|
3353
3358
|
export interface ImportInstanceLaunchSpecification {
|
|
3354
3359
|
/**
|
|
3355
|
-
* <p>
|
|
3360
|
+
* <p>The architecture of the instance.</p>
|
|
3356
3361
|
* @public
|
|
3357
3362
|
*/
|
|
3358
|
-
|
|
3363
|
+
Architecture?: ArchitectureValues;
|
|
3359
3364
|
/**
|
|
3360
|
-
* <p>The
|
|
3365
|
+
* <p>The security group names.</p>
|
|
3361
3366
|
* @public
|
|
3362
3367
|
*/
|
|
3363
|
-
|
|
3368
|
+
GroupNames?: string[];
|
|
3364
3369
|
/**
|
|
3365
3370
|
* <p>The security group IDs.</p>
|
|
3366
3371
|
* @public
|
|
3367
3372
|
*/
|
|
3368
3373
|
GroupIds?: string[];
|
|
3369
3374
|
/**
|
|
3370
|
-
* <p>
|
|
3375
|
+
* <p>Reserved.</p>
|
|
3371
3376
|
* @public
|
|
3372
3377
|
*/
|
|
3373
|
-
|
|
3378
|
+
AdditionalInfo?: string;
|
|
3374
3379
|
/**
|
|
3375
|
-
* <p>
|
|
3376
|
-
* operating system command for system shutdown).</p>
|
|
3380
|
+
* <p>The Base64-encoded user data to make available to the instance.</p>
|
|
3377
3381
|
* @public
|
|
3378
3382
|
*/
|
|
3379
|
-
|
|
3383
|
+
UserData?: UserData;
|
|
3380
3384
|
/**
|
|
3381
3385
|
* <p>The instance type. For more information about the instance types that you can import, see <a href="https://docs.aws.amazon.com/vm-import/latest/userguide/vmie_prereqs.html#vmimport-instance-types">Instance Types</a> in the
|
|
3382
3386
|
* VM Import/Export User Guide.</p>
|
|
3383
3387
|
* @public
|
|
3384
3388
|
*/
|
|
3385
3389
|
InstanceType?: _InstanceType;
|
|
3386
|
-
/**
|
|
3387
|
-
* <p>Indicates whether monitoring is enabled.</p>
|
|
3388
|
-
* @public
|
|
3389
|
-
*/
|
|
3390
|
-
Monitoring?: boolean;
|
|
3391
3390
|
/**
|
|
3392
3391
|
* <p>The placement information for the instance.</p>
|
|
3393
3392
|
* @public
|
|
3394
3393
|
*/
|
|
3395
3394
|
Placement?: Placement;
|
|
3396
3395
|
/**
|
|
3397
|
-
* <p>
|
|
3396
|
+
* <p>Indicates whether monitoring is enabled.</p>
|
|
3398
3397
|
* @public
|
|
3399
3398
|
*/
|
|
3400
|
-
|
|
3399
|
+
Monitoring?: boolean;
|
|
3401
3400
|
/**
|
|
3402
3401
|
* <p>[EC2-VPC] The ID of the subnet in which to launch the instance.</p>
|
|
3403
3402
|
* @public
|
|
3404
3403
|
*/
|
|
3405
3404
|
SubnetId?: string;
|
|
3406
3405
|
/**
|
|
3407
|
-
* <p>
|
|
3406
|
+
* <p>Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the
|
|
3407
|
+
* operating system command for system shutdown).</p>
|
|
3408
3408
|
* @public
|
|
3409
3409
|
*/
|
|
3410
|
-
|
|
3410
|
+
InstanceInitiatedShutdownBehavior?: ShutdownBehavior;
|
|
3411
|
+
/**
|
|
3412
|
+
* <p>[EC2-VPC] An available IP address from the IP address range of the subnet.</p>
|
|
3413
|
+
* @public
|
|
3414
|
+
*/
|
|
3415
|
+
PrivateIpAddress?: string;
|
|
3411
3416
|
}
|
|
3412
3417
|
/**
|
|
3413
3418
|
* @public
|
|
3414
3419
|
*/
|
|
3415
3420
|
export interface ImportInstanceRequest {
|
|
3416
|
-
/**
|
|
3417
|
-
* <p>A description for the instance being imported.</p>
|
|
3418
|
-
* @public
|
|
3419
|
-
*/
|
|
3420
|
-
Description?: string;
|
|
3421
|
-
/**
|
|
3422
|
-
* <p>The disk image.</p>
|
|
3423
|
-
* @public
|
|
3424
|
-
*/
|
|
3425
|
-
DiskImages?: DiskImage[];
|
|
3426
3421
|
/**
|
|
3427
3422
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
3428
3423
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -3430,11 +3425,21 @@ export interface ImportInstanceRequest {
|
|
|
3430
3425
|
* @public
|
|
3431
3426
|
*/
|
|
3432
3427
|
DryRun?: boolean;
|
|
3428
|
+
/**
|
|
3429
|
+
* <p>A description for the instance being imported.</p>
|
|
3430
|
+
* @public
|
|
3431
|
+
*/
|
|
3432
|
+
Description?: string;
|
|
3433
3433
|
/**
|
|
3434
3434
|
* <p>The launch specification.</p>
|
|
3435
3435
|
* @public
|
|
3436
3436
|
*/
|
|
3437
3437
|
LaunchSpecification?: ImportInstanceLaunchSpecification;
|
|
3438
|
+
/**
|
|
3439
|
+
* <p>The disk image.</p>
|
|
3440
|
+
* @public
|
|
3441
|
+
*/
|
|
3442
|
+
DiskImages?: DiskImage[];
|
|
3438
3443
|
/**
|
|
3439
3444
|
* <p>The instance operating system.</p>
|
|
3440
3445
|
* @public
|
|
@@ -3455,6 +3460,11 @@ export interface ImportInstanceResult {
|
|
|
3455
3460
|
* @public
|
|
3456
3461
|
*/
|
|
3457
3462
|
export interface ImportKeyPairRequest {
|
|
3463
|
+
/**
|
|
3464
|
+
* <p>The tags to apply to the imported key pair.</p>
|
|
3465
|
+
* @public
|
|
3466
|
+
*/
|
|
3467
|
+
TagSpecifications?: TagSpecification[];
|
|
3458
3468
|
/**
|
|
3459
3469
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
3460
3470
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -3472,11 +3482,6 @@ export interface ImportKeyPairRequest {
|
|
|
3472
3482
|
* @public
|
|
3473
3483
|
*/
|
|
3474
3484
|
PublicKeyMaterial: Uint8Array | undefined;
|
|
3475
|
-
/**
|
|
3476
|
-
* <p>The tags to apply to the imported key pair.</p>
|
|
3477
|
-
* @public
|
|
3478
|
-
*/
|
|
3479
|
-
TagSpecifications?: TagSpecification[];
|
|
3480
3485
|
}
|
|
3481
3486
|
/**
|
|
3482
3487
|
* @public
|
|
@@ -3644,16 +3649,6 @@ export interface ImportSnapshotResult {
|
|
|
3644
3649
|
* @public
|
|
3645
3650
|
*/
|
|
3646
3651
|
export interface ImportVolumeRequest {
|
|
3647
|
-
/**
|
|
3648
|
-
* <p>The Availability Zone for the resulting EBS volume.</p>
|
|
3649
|
-
* @public
|
|
3650
|
-
*/
|
|
3651
|
-
AvailabilityZone: string | undefined;
|
|
3652
|
-
/**
|
|
3653
|
-
* <p>A description of the volume.</p>
|
|
3654
|
-
* @public
|
|
3655
|
-
*/
|
|
3656
|
-
Description?: string;
|
|
3657
3652
|
/**
|
|
3658
3653
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
3659
3654
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -3661,11 +3656,21 @@ export interface ImportVolumeRequest {
|
|
|
3661
3656
|
* @public
|
|
3662
3657
|
*/
|
|
3663
3658
|
DryRun?: boolean;
|
|
3659
|
+
/**
|
|
3660
|
+
* <p>The Availability Zone for the resulting EBS volume.</p>
|
|
3661
|
+
* @public
|
|
3662
|
+
*/
|
|
3663
|
+
AvailabilityZone: string | undefined;
|
|
3664
3664
|
/**
|
|
3665
3665
|
* <p>The disk image.</p>
|
|
3666
3666
|
* @public
|
|
3667
3667
|
*/
|
|
3668
3668
|
Image: DiskImageDetail | undefined;
|
|
3669
|
+
/**
|
|
3670
|
+
* <p>A description of the volume.</p>
|
|
3671
|
+
* @public
|
|
3672
|
+
*/
|
|
3673
|
+
Description?: string;
|
|
3669
3674
|
/**
|
|
3670
3675
|
* <p>The volume size.</p>
|
|
3671
3676
|
* @public
|
|
@@ -4604,16 +4609,6 @@ export interface ModifyFpgaImageAttributeResult {
|
|
|
4604
4609
|
* @public
|
|
4605
4610
|
*/
|
|
4606
4611
|
export interface ModifyHostsRequest {
|
|
4607
|
-
/**
|
|
4608
|
-
* <p>Specify whether to enable or disable auto-placement.</p>
|
|
4609
|
-
* @public
|
|
4610
|
-
*/
|
|
4611
|
-
AutoPlacement?: AutoPlacement;
|
|
4612
|
-
/**
|
|
4613
|
-
* <p>The IDs of the Dedicated Hosts to modify.</p>
|
|
4614
|
-
* @public
|
|
4615
|
-
*/
|
|
4616
|
-
HostIds: string[] | undefined;
|
|
4617
4612
|
/**
|
|
4618
4613
|
* <p>Indicates whether to enable or disable host recovery for the Dedicated Host. For more
|
|
4619
4614
|
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-recovery.html">Host recovery</a> in
|
|
@@ -4647,6 +4642,16 @@ export interface ModifyHostsRequest {
|
|
|
4647
4642
|
* @public
|
|
4648
4643
|
*/
|
|
4649
4644
|
HostMaintenance?: HostMaintenance;
|
|
4645
|
+
/**
|
|
4646
|
+
* <p>The IDs of the Dedicated Hosts to modify.</p>
|
|
4647
|
+
* @public
|
|
4648
|
+
*/
|
|
4649
|
+
HostIds: string[] | undefined;
|
|
4650
|
+
/**
|
|
4651
|
+
* <p>Specify whether to enable or disable auto-placement.</p>
|
|
4652
|
+
* @public
|
|
4653
|
+
*/
|
|
4654
|
+
AutoPlacement?: AutoPlacement;
|
|
4650
4655
|
}
|
|
4651
4656
|
/**
|
|
4652
4657
|
* @public
|
|
@@ -4668,13 +4673,6 @@ export interface ModifyHostsResult {
|
|
|
4668
4673
|
* @public
|
|
4669
4674
|
*/
|
|
4670
4675
|
export interface ModifyIdentityIdFormatRequest {
|
|
4671
|
-
/**
|
|
4672
|
-
* <p>The ARN of the principal, which can be an IAM user, IAM role, or the root user. Specify
|
|
4673
|
-
* <code>all</code> to modify the ID format for all IAM users, IAM roles, and the root user of
|
|
4674
|
-
* the account.</p>
|
|
4675
|
-
* @public
|
|
4676
|
-
*/
|
|
4677
|
-
PrincipalArn: string | undefined;
|
|
4678
4676
|
/**
|
|
4679
4677
|
* <p>The type of resource: <code>bundle</code> | <code>conversion-task</code> | <code>customer-gateway</code> | <code>dhcp-options</code> |
|
|
4680
4678
|
* <code>elastic-ip-allocation</code> | <code>elastic-ip-association</code> |
|
|
@@ -4696,6 +4694,13 @@ export interface ModifyIdentityIdFormatRequest {
|
|
|
4696
4694
|
* @public
|
|
4697
4695
|
*/
|
|
4698
4696
|
UseLongIds: boolean | undefined;
|
|
4697
|
+
/**
|
|
4698
|
+
* <p>The ARN of the principal, which can be an IAM user, IAM role, or the root user. Specify
|
|
4699
|
+
* <code>all</code> to modify the ID format for all IAM users, IAM roles, and the root user of
|
|
4700
|
+
* the account.</p>
|
|
4701
|
+
* @public
|
|
4702
|
+
*/
|
|
4703
|
+
PrincipalArn: string | undefined;
|
|
4699
4704
|
}
|
|
4700
4705
|
/**
|
|
4701
4706
|
* @public
|
|
@@ -4795,13 +4800,6 @@ export interface ModifyImageAttributeRequest {
|
|
|
4795
4800
|
* @public
|
|
4796
4801
|
*/
|
|
4797
4802
|
Value?: string;
|
|
4798
|
-
/**
|
|
4799
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
4800
|
-
* and provides an error response. If you have the required permissions, the error response is
|
|
4801
|
-
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
4802
|
-
* @public
|
|
4803
|
-
*/
|
|
4804
|
-
DryRun?: boolean;
|
|
4805
4803
|
/**
|
|
4806
4804
|
* <p>The Amazon Resource Name (ARN) of an organization. This parameter can be used only when the <code>Attribute</code> parameter is <code>launchPermission</code>.</p>
|
|
4807
4805
|
* @public
|
|
@@ -4826,6 +4824,13 @@ export interface ModifyImageAttributeRequest {
|
|
|
4826
4824
|
* @public
|
|
4827
4825
|
*/
|
|
4828
4826
|
ImdsSupport?: AttributeValue;
|
|
4827
|
+
/**
|
|
4828
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
4829
|
+
* and provides an error response. If you have the required permissions, the error response is
|
|
4830
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
4831
|
+
* @public
|
|
4832
|
+
*/
|
|
4833
|
+
DryRun?: boolean;
|
|
4829
4834
|
}
|
|
4830
4835
|
/**
|
|
4831
4836
|
* <p>Describes information used to set up an EBS volume specified in a block device
|
|
@@ -4834,15 +4839,15 @@ export interface ModifyImageAttributeRequest {
|
|
|
4834
4839
|
*/
|
|
4835
4840
|
export interface EbsInstanceBlockDeviceSpecification {
|
|
4836
4841
|
/**
|
|
4837
|
-
* <p>
|
|
4842
|
+
* <p>The ID of the EBS volume.</p>
|
|
4838
4843
|
* @public
|
|
4839
4844
|
*/
|
|
4840
|
-
|
|
4845
|
+
VolumeId?: string;
|
|
4841
4846
|
/**
|
|
4842
|
-
* <p>
|
|
4847
|
+
* <p>Indicates whether the volume is deleted on instance termination.</p>
|
|
4843
4848
|
* @public
|
|
4844
4849
|
*/
|
|
4845
|
-
|
|
4850
|
+
DeleteOnTermination?: boolean;
|
|
4846
4851
|
}
|
|
4847
4852
|
/**
|
|
4848
4853
|
* <p>Describes a block device mapping entry.</p>
|
|
@@ -4861,15 +4866,15 @@ export interface InstanceBlockDeviceMappingSpecification {
|
|
|
4861
4866
|
*/
|
|
4862
4867
|
Ebs?: EbsInstanceBlockDeviceSpecification;
|
|
4863
4868
|
/**
|
|
4864
|
-
* <p>
|
|
4869
|
+
* <p>The virtual device name.</p>
|
|
4865
4870
|
* @public
|
|
4866
4871
|
*/
|
|
4867
|
-
|
|
4872
|
+
VirtualName?: string;
|
|
4868
4873
|
/**
|
|
4869
|
-
* <p>
|
|
4874
|
+
* <p>suppress the specified device included in the block device mapping.</p>
|
|
4870
4875
|
* @public
|
|
4871
4876
|
*/
|
|
4872
|
-
|
|
4877
|
+
NoDevice?: string;
|
|
4873
4878
|
}
|
|
4874
4879
|
/**
|
|
4875
4880
|
* @public
|
|
@@ -4891,6 +4896,26 @@ export interface ModifyInstanceAttributeRequest {
|
|
|
4891
4896
|
* @public
|
|
4892
4897
|
*/
|
|
4893
4898
|
SourceDestCheck?: AttributeBooleanValue;
|
|
4899
|
+
/**
|
|
4900
|
+
* <p>Indicates whether an instance is enabled for stop protection. For more information,
|
|
4901
|
+
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-stop-protection.html">Enable stop
|
|
4902
|
+
* protection for your instance</a>.</p>
|
|
4903
|
+
* <p></p>
|
|
4904
|
+
* @public
|
|
4905
|
+
*/
|
|
4906
|
+
DisableApiStop?: AttributeBooleanValue;
|
|
4907
|
+
/**
|
|
4908
|
+
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
4909
|
+
* request, and provides an error response. If you have the required permissions, the error response is
|
|
4910
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
4911
|
+
* @public
|
|
4912
|
+
*/
|
|
4913
|
+
DryRun?: boolean;
|
|
4914
|
+
/**
|
|
4915
|
+
* <p>The ID of the instance.</p>
|
|
4916
|
+
* @public
|
|
4917
|
+
*/
|
|
4918
|
+
InstanceId: string | undefined;
|
|
4894
4919
|
/**
|
|
4895
4920
|
* <p>The name of the attribute to modify.</p>
|
|
4896
4921
|
* <important>
|
|
@@ -4906,6 +4931,13 @@ export interface ModifyInstanceAttributeRequest {
|
|
|
4906
4931
|
* @public
|
|
4907
4932
|
*/
|
|
4908
4933
|
Attribute?: InstanceAttributeName;
|
|
4934
|
+
/**
|
|
4935
|
+
* <p>A new value for the attribute. Use only with the <code>kernel</code>,
|
|
4936
|
+
* <code>ramdisk</code>, <code>userData</code>, <code>disableApiTermination</code>, or
|
|
4937
|
+
* <code>instanceInitiatedShutdownBehavior</code> attribute.</p>
|
|
4938
|
+
* @public
|
|
4939
|
+
*/
|
|
4940
|
+
Value?: string;
|
|
4909
4941
|
/**
|
|
4910
4942
|
* <p>Modifies the <code>DeleteOnTermination</code> attribute for volumes that are currently
|
|
4911
4943
|
* attached. The volume must be owned by the caller. If no value is specified for
|
|
@@ -4926,40 +4958,31 @@ export interface ModifyInstanceAttributeRequest {
|
|
|
4926
4958
|
*/
|
|
4927
4959
|
DisableApiTermination?: AttributeBooleanValue;
|
|
4928
4960
|
/**
|
|
4929
|
-
* <p>
|
|
4930
|
-
*
|
|
4931
|
-
*
|
|
4932
|
-
* @public
|
|
4933
|
-
*/
|
|
4934
|
-
DryRun?: boolean;
|
|
4935
|
-
/**
|
|
4936
|
-
* <p>Specifies whether the instance is optimized for Amazon EBS I/O. This optimization
|
|
4937
|
-
* provides dedicated throughput to Amazon EBS and an optimized configuration stack to
|
|
4938
|
-
* provide optimal EBS I/O performance. This optimization isn't available with all instance
|
|
4939
|
-
* types. Additional usage charges apply when using an EBS Optimized instance.</p>
|
|
4961
|
+
* <p>Changes the instance type to the specified value. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance
|
|
4962
|
+
* types</a> in the <i>Amazon EC2 User Guide</i>. If the instance type is
|
|
4963
|
+
* not valid, the error returned is <code>InvalidInstanceAttributeValue</code>.</p>
|
|
4940
4964
|
* @public
|
|
4941
4965
|
*/
|
|
4942
|
-
|
|
4966
|
+
InstanceType?: AttributeValue;
|
|
4943
4967
|
/**
|
|
4944
|
-
* <p>
|
|
4945
|
-
*
|
|
4946
|
-
* <p>This option is supported only for HVM instances. Specifying this option with a PV
|
|
4947
|
-
* instance can make it unreachable.</p>
|
|
4968
|
+
* <p>Changes the instance's kernel to the specified value. We recommend that you use
|
|
4969
|
+
* PV-GRUB instead of kernels and RAM disks. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedKernels.html">PV-GRUB</a>.</p>
|
|
4948
4970
|
* @public
|
|
4949
4971
|
*/
|
|
4950
|
-
|
|
4972
|
+
Kernel?: AttributeValue;
|
|
4951
4973
|
/**
|
|
4952
|
-
* <p>
|
|
4953
|
-
*
|
|
4954
|
-
* security group for the VPC.</p>
|
|
4974
|
+
* <p>Changes the instance's RAM disk to the specified value. We recommend that you use
|
|
4975
|
+
* PV-GRUB instead of kernels and RAM disks. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedKernels.html">PV-GRUB</a>.</p>
|
|
4955
4976
|
* @public
|
|
4956
4977
|
*/
|
|
4957
|
-
|
|
4978
|
+
Ramdisk?: AttributeValue;
|
|
4958
4979
|
/**
|
|
4959
|
-
* <p>
|
|
4980
|
+
* <p>Changes the instance's user data to the specified value. User data must be base64-encoded.
|
|
4981
|
+
* Depending on the tool or SDK that you're using, the base64-encoding might be performed for you.
|
|
4982
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-add-user-data.html">Work with instance user data</a>.</p>
|
|
4960
4983
|
* @public
|
|
4961
4984
|
*/
|
|
4962
|
-
|
|
4985
|
+
UserData?: BlobAttributeValue;
|
|
4963
4986
|
/**
|
|
4964
4987
|
* <p>Specifies whether an instance stops or terminates when you initiate shutdown from the
|
|
4965
4988
|
* instance (using the operating system command for system shutdown).</p>
|
|
@@ -4967,24 +4990,20 @@ export interface ModifyInstanceAttributeRequest {
|
|
|
4967
4990
|
*/
|
|
4968
4991
|
InstanceInitiatedShutdownBehavior?: AttributeValue;
|
|
4969
4992
|
/**
|
|
4970
|
-
* <p>
|
|
4971
|
-
*
|
|
4972
|
-
*
|
|
4973
|
-
* @public
|
|
4974
|
-
*/
|
|
4975
|
-
InstanceType?: AttributeValue;
|
|
4976
|
-
/**
|
|
4977
|
-
* <p>Changes the instance's kernel to the specified value. We recommend that you use
|
|
4978
|
-
* PV-GRUB instead of kernels and RAM disks. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedKernels.html">PV-GRUB</a>.</p>
|
|
4993
|
+
* <p>Replaces the security groups of the instance with the specified security groups.
|
|
4994
|
+
* You must specify the ID of at least one security group, even if it's just the default
|
|
4995
|
+
* security group for the VPC.</p>
|
|
4979
4996
|
* @public
|
|
4980
4997
|
*/
|
|
4981
|
-
|
|
4998
|
+
Groups?: string[];
|
|
4982
4999
|
/**
|
|
4983
|
-
* <p>
|
|
4984
|
-
*
|
|
5000
|
+
* <p>Specifies whether the instance is optimized for Amazon EBS I/O. This optimization
|
|
5001
|
+
* provides dedicated throughput to Amazon EBS and an optimized configuration stack to
|
|
5002
|
+
* provide optimal EBS I/O performance. This optimization isn't available with all instance
|
|
5003
|
+
* types. Additional usage charges apply when using an EBS Optimized instance.</p>
|
|
4985
5004
|
* @public
|
|
4986
5005
|
*/
|
|
4987
|
-
|
|
5006
|
+
EbsOptimized?: AttributeBooleanValue;
|
|
4988
5007
|
/**
|
|
4989
5008
|
* <p>Set to <code>simple</code> to enable enhanced networking with the Intel 82599 Virtual
|
|
4990
5009
|
* Function interface for the instance.</p>
|
|
@@ -4996,27 +5015,13 @@ export interface ModifyInstanceAttributeRequest {
|
|
|
4996
5015
|
*/
|
|
4997
5016
|
SriovNetSupport?: AttributeValue;
|
|
4998
5017
|
/**
|
|
4999
|
-
* <p>
|
|
5000
|
-
*
|
|
5001
|
-
*
|
|
5002
|
-
*
|
|
5003
|
-
*/
|
|
5004
|
-
UserData?: BlobAttributeValue;
|
|
5005
|
-
/**
|
|
5006
|
-
* <p>A new value for the attribute. Use only with the <code>kernel</code>,
|
|
5007
|
-
* <code>ramdisk</code>, <code>userData</code>, <code>disableApiTermination</code>, or
|
|
5008
|
-
* <code>instanceInitiatedShutdownBehavior</code> attribute.</p>
|
|
5009
|
-
* @public
|
|
5010
|
-
*/
|
|
5011
|
-
Value?: string;
|
|
5012
|
-
/**
|
|
5013
|
-
* <p>Indicates whether an instance is enabled for stop protection. For more information,
|
|
5014
|
-
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-stop-protection.html">Enable stop
|
|
5015
|
-
* protection for your instance</a>.</p>
|
|
5016
|
-
* <p></p>
|
|
5018
|
+
* <p>Set to <code>true</code> to enable enhanced networking with ENA for the
|
|
5019
|
+
* instance.</p>
|
|
5020
|
+
* <p>This option is supported only for HVM instances. Specifying this option with a PV
|
|
5021
|
+
* instance can make it unreachable.</p>
|
|
5017
5022
|
* @public
|
|
5018
5023
|
*/
|
|
5019
|
-
|
|
5024
|
+
EnaSupport?: AttributeBooleanValue;
|
|
5020
5025
|
}
|
|
5021
5026
|
/**
|
|
5022
5027
|
* <p>Describes an instance's Capacity Reservation targeting option. You can specify only one parameter
|
|
@@ -5620,11 +5625,6 @@ export type HostTenancy = (typeof HostTenancy)[keyof typeof HostTenancy];
|
|
|
5620
5625
|
* @public
|
|
5621
5626
|
*/
|
|
5622
5627
|
export interface ModifyInstancePlacementRequest {
|
|
5623
|
-
/**
|
|
5624
|
-
* <p>The affinity setting for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/how-dedicated-hosts-work.html#dedicated-hosts-affinity">Host affinity</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
5625
|
-
* @public
|
|
5626
|
-
*/
|
|
5627
|
-
Affinity?: Affinity;
|
|
5628
5628
|
/**
|
|
5629
5629
|
* <p>The name of the placement group in which to place the instance. For spread placement
|
|
5630
5630
|
* groups, the instance must have a tenancy of <code>default</code>. For cluster and
|
|
@@ -5635,10 +5635,23 @@ export interface ModifyInstancePlacementRequest {
|
|
|
5635
5635
|
*/
|
|
5636
5636
|
GroupName?: string;
|
|
5637
5637
|
/**
|
|
5638
|
-
* <p>The
|
|
5638
|
+
* <p>The number of the partition in which to place the instance. Valid only if the
|
|
5639
|
+
* placement group strategy is set to <code>partition</code>.</p>
|
|
5639
5640
|
* @public
|
|
5640
5641
|
*/
|
|
5641
|
-
|
|
5642
|
+
PartitionNumber?: number;
|
|
5643
|
+
/**
|
|
5644
|
+
* <p>The ARN of the host resource group in which to place the instance. The instance must
|
|
5645
|
+
* have a tenancy of <code>host</code> to specify this parameter.</p>
|
|
5646
|
+
* @public
|
|
5647
|
+
*/
|
|
5648
|
+
HostResourceGroupArn?: string;
|
|
5649
|
+
/**
|
|
5650
|
+
* <p>The Group Id of a placement group. You must specify the Placement Group <b>Group Id</b> to launch an instance in a shared placement
|
|
5651
|
+
* group.</p>
|
|
5652
|
+
* @public
|
|
5653
|
+
*/
|
|
5654
|
+
GroupId?: string;
|
|
5642
5655
|
/**
|
|
5643
5656
|
* <p>The ID of the instance that you are modifying.</p>
|
|
5644
5657
|
* @public
|
|
@@ -5657,23 +5670,15 @@ export interface ModifyInstancePlacementRequest {
|
|
|
5657
5670
|
*/
|
|
5658
5671
|
Tenancy?: HostTenancy;
|
|
5659
5672
|
/**
|
|
5660
|
-
* <p>The
|
|
5661
|
-
* placement group strategy is set to <code>partition</code>.</p>
|
|
5662
|
-
* @public
|
|
5663
|
-
*/
|
|
5664
|
-
PartitionNumber?: number;
|
|
5665
|
-
/**
|
|
5666
|
-
* <p>The ARN of the host resource group in which to place the instance. The instance must
|
|
5667
|
-
* have a tenancy of <code>host</code> to specify this parameter.</p>
|
|
5673
|
+
* <p>The affinity setting for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/how-dedicated-hosts-work.html#dedicated-hosts-affinity">Host affinity</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
5668
5674
|
* @public
|
|
5669
5675
|
*/
|
|
5670
|
-
|
|
5676
|
+
Affinity?: Affinity;
|
|
5671
5677
|
/**
|
|
5672
|
-
* <p>The
|
|
5673
|
-
* group.</p>
|
|
5678
|
+
* <p>The ID of the Dedicated Host with which to associate the instance.</p>
|
|
5674
5679
|
* @public
|
|
5675
5680
|
*/
|
|
5676
|
-
|
|
5681
|
+
HostId?: string;
|
|
5677
5682
|
}
|
|
5678
5683
|
/**
|
|
5679
5684
|
* @public
|
|
@@ -6146,17 +6151,38 @@ export interface NetworkInterfaceAttachmentChanges {
|
|
|
6146
6151
|
*/
|
|
6147
6152
|
export interface ModifyNetworkInterfaceAttributeRequest {
|
|
6148
6153
|
/**
|
|
6149
|
-
* <p>
|
|
6150
|
-
*
|
|
6151
|
-
* attachment.</p>
|
|
6154
|
+
* <p>Updates the ENA Express configuration for the network interface that’s attached to the
|
|
6155
|
+
* instance.</p>
|
|
6152
6156
|
* @public
|
|
6153
6157
|
*/
|
|
6154
|
-
|
|
6158
|
+
EnaSrdSpecification?: EnaSrdSpecification;
|
|
6155
6159
|
/**
|
|
6156
|
-
* <p>
|
|
6160
|
+
* <p>If you’re modifying a network interface in a dual-stack or IPv6-only subnet, you have
|
|
6161
|
+
* the option to assign a primary IPv6 IP address. A primary IPv6 address is an IPv6 GUA
|
|
6162
|
+
* address associated with an ENI that you have enabled to use a primary IPv6 address. Use
|
|
6163
|
+
* this option if the instance that this ENI will be attached to relies on its IPv6 address
|
|
6164
|
+
* not changing. Amazon Web Services will automatically assign an IPv6 address associated
|
|
6165
|
+
* with the ENI attached to your instance to be the primary IPv6 address. Once you enable
|
|
6166
|
+
* an IPv6 GUA address to be a primary IPv6, you cannot disable it. When you enable an IPv6
|
|
6167
|
+
* GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6
|
|
6168
|
+
* address until the instance is terminated or the network interface is detached. If you
|
|
6169
|
+
* have multiple IPv6 addresses associated with an ENI attached to your instance and you
|
|
6170
|
+
* enable a primary IPv6 address, the first IPv6 GUA address associated with the ENI
|
|
6171
|
+
* becomes the primary IPv6 address.</p>
|
|
6157
6172
|
* @public
|
|
6158
6173
|
*/
|
|
6159
|
-
|
|
6174
|
+
EnablePrimaryIpv6?: boolean;
|
|
6175
|
+
/**
|
|
6176
|
+
* <p>A connection tracking specification.</p>
|
|
6177
|
+
* @public
|
|
6178
|
+
*/
|
|
6179
|
+
ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest;
|
|
6180
|
+
/**
|
|
6181
|
+
* <p>Indicates whether to assign a public IPv4 address to a network interface.
|
|
6182
|
+
* This option can be enabled for any network interface but will only apply to the primary network interface (eth0).</p>
|
|
6183
|
+
* @public
|
|
6184
|
+
*/
|
|
6185
|
+
AssociatePublicIpAddress?: boolean;
|
|
6160
6186
|
/**
|
|
6161
6187
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6162
6188
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -6165,15 +6191,15 @@ export interface ModifyNetworkInterfaceAttributeRequest {
|
|
|
6165
6191
|
*/
|
|
6166
6192
|
DryRun?: boolean;
|
|
6167
6193
|
/**
|
|
6168
|
-
* <p>
|
|
6194
|
+
* <p>The ID of the network interface.</p>
|
|
6169
6195
|
* @public
|
|
6170
6196
|
*/
|
|
6171
|
-
|
|
6197
|
+
NetworkInterfaceId: string | undefined;
|
|
6172
6198
|
/**
|
|
6173
|
-
* <p>
|
|
6199
|
+
* <p>A description for the network interface.</p>
|
|
6174
6200
|
* @public
|
|
6175
6201
|
*/
|
|
6176
|
-
|
|
6202
|
+
Description?: AttributeValue;
|
|
6177
6203
|
/**
|
|
6178
6204
|
* <p>Enable or disable source/destination checks, which ensure that the instance
|
|
6179
6205
|
* is either the source or the destination of any traffic that it receives.
|
|
@@ -6185,38 +6211,17 @@ export interface ModifyNetworkInterfaceAttributeRequest {
|
|
|
6185
6211
|
*/
|
|
6186
6212
|
SourceDestCheck?: AttributeBooleanValue;
|
|
6187
6213
|
/**
|
|
6188
|
-
* <p>
|
|
6189
|
-
* instance.</p>
|
|
6190
|
-
* @public
|
|
6191
|
-
*/
|
|
6192
|
-
EnaSrdSpecification?: EnaSrdSpecification;
|
|
6193
|
-
/**
|
|
6194
|
-
* <p>If you’re modifying a network interface in a dual-stack or IPv6-only subnet, you have
|
|
6195
|
-
* the option to assign a primary IPv6 IP address. A primary IPv6 address is an IPv6 GUA
|
|
6196
|
-
* address associated with an ENI that you have enabled to use a primary IPv6 address. Use
|
|
6197
|
-
* this option if the instance that this ENI will be attached to relies on its IPv6 address
|
|
6198
|
-
* not changing. Amazon Web Services will automatically assign an IPv6 address associated
|
|
6199
|
-
* with the ENI attached to your instance to be the primary IPv6 address. Once you enable
|
|
6200
|
-
* an IPv6 GUA address to be a primary IPv6, you cannot disable it. When you enable an IPv6
|
|
6201
|
-
* GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6
|
|
6202
|
-
* address until the instance is terminated or the network interface is detached. If you
|
|
6203
|
-
* have multiple IPv6 addresses associated with an ENI attached to your instance and you
|
|
6204
|
-
* enable a primary IPv6 address, the first IPv6 GUA address associated with the ENI
|
|
6205
|
-
* becomes the primary IPv6 address.</p>
|
|
6206
|
-
* @public
|
|
6207
|
-
*/
|
|
6208
|
-
EnablePrimaryIpv6?: boolean;
|
|
6209
|
-
/**
|
|
6210
|
-
* <p>A connection tracking specification.</p>
|
|
6214
|
+
* <p>Changes the security groups for the network interface. The new set of groups you specify replaces the current set. You must specify at least one group, even if it's just the default security group in the VPC. You must specify the ID of the security group, not the name.</p>
|
|
6211
6215
|
* @public
|
|
6212
6216
|
*/
|
|
6213
|
-
|
|
6217
|
+
Groups?: string[];
|
|
6214
6218
|
/**
|
|
6215
|
-
* <p>
|
|
6216
|
-
*
|
|
6219
|
+
* <p>Information about the interface attachment. If modifying the <code>delete on
|
|
6220
|
+
* termination</code> attribute, you must specify the ID of the interface
|
|
6221
|
+
* attachment.</p>
|
|
6217
6222
|
* @public
|
|
6218
6223
|
*/
|
|
6219
|
-
|
|
6224
|
+
Attachment?: NetworkInterfaceAttachmentChanges;
|
|
6220
6225
|
}
|
|
6221
6226
|
/**
|
|
6222
6227
|
* @public
|
|
@@ -6528,13 +6533,6 @@ export interface ModifySnapshotTierResult {
|
|
|
6528
6533
|
* @public
|
|
6529
6534
|
*/
|
|
6530
6535
|
export interface ModifySpotFleetRequestRequest {
|
|
6531
|
-
/**
|
|
6532
|
-
* <p>Indicates whether running instances should be terminated if the target capacity
|
|
6533
|
-
* of the Spot Fleet request is decreased below the current size of the Spot Fleet.</p>
|
|
6534
|
-
* <p>Supported only for fleets of type <code>maintain</code>.</p>
|
|
6535
|
-
* @public
|
|
6536
|
-
*/
|
|
6537
|
-
ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy;
|
|
6538
6536
|
/**
|
|
6539
6537
|
* <p>The launch template and overrides. You can only use this parameter if you specified a
|
|
6540
6538
|
* launch template (<code>LaunchTemplateConfigs</code>) in your Spot Fleet request. If you
|
|
@@ -6543,6 +6541,16 @@ export interface ModifySpotFleetRequestRequest {
|
|
|
6543
6541
|
* @public
|
|
6544
6542
|
*/
|
|
6545
6543
|
LaunchTemplateConfigs?: LaunchTemplateConfig[];
|
|
6544
|
+
/**
|
|
6545
|
+
* <p>The number of On-Demand Instances in the fleet.</p>
|
|
6546
|
+
* @public
|
|
6547
|
+
*/
|
|
6548
|
+
OnDemandTargetCapacity?: number;
|
|
6549
|
+
/**
|
|
6550
|
+
* <p>Reserved.</p>
|
|
6551
|
+
* @public
|
|
6552
|
+
*/
|
|
6553
|
+
Context?: string;
|
|
6546
6554
|
/**
|
|
6547
6555
|
* <p>The ID of the Spot Fleet request.</p>
|
|
6548
6556
|
* @public
|
|
@@ -6554,15 +6562,12 @@ export interface ModifySpotFleetRequestRequest {
|
|
|
6554
6562
|
*/
|
|
6555
6563
|
TargetCapacity?: number;
|
|
6556
6564
|
/**
|
|
6557
|
-
* <p>
|
|
6558
|
-
*
|
|
6559
|
-
|
|
6560
|
-
OnDemandTargetCapacity?: number;
|
|
6561
|
-
/**
|
|
6562
|
-
* <p>Reserved.</p>
|
|
6565
|
+
* <p>Indicates whether running instances should be terminated if the target capacity
|
|
6566
|
+
* of the Spot Fleet request is decreased below the current size of the Spot Fleet.</p>
|
|
6567
|
+
* <p>Supported only for fleets of type <code>maintain</code>.</p>
|
|
6563
6568
|
* @public
|
|
6564
6569
|
*/
|
|
6565
|
-
|
|
6570
|
+
ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy;
|
|
6566
6571
|
}
|
|
6567
6572
|
/**
|
|
6568
6573
|
* <p>Contains the output of ModifySpotFleetRequest.</p>
|
|
@@ -6620,9 +6625,10 @@ export interface ModifySubnetAttributeRequest {
|
|
|
6620
6625
|
/**
|
|
6621
6626
|
* <p>Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet
|
|
6622
6627
|
* should return synthetic IPv6 addresses for IPv4-only destinations.</p>
|
|
6623
|
-
* <
|
|
6624
|
-
*
|
|
6625
|
-
*
|
|
6628
|
+
* <p>You must first configure a NAT gateway in a public subnet (separate from the subnet
|
|
6629
|
+
* containing the IPv6-only workloads). For example, the subnet containing the NAT gateway
|
|
6630
|
+
* should have a <code>0.0.0.0/0</code> route pointing to the internet gateway. For more
|
|
6631
|
+
* information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-nat64-dns64.html#nat-gateway-nat64-dns64-walkthrough">Configure DNS64 and NAT64</a> in the <i>Amazon VPC User Guide</i>.</p>
|
|
6626
6632
|
* @public
|
|
6627
6633
|
*/
|
|
6628
6634
|
EnableDns64?: AttributeBooleanValue;
|
|
@@ -6899,10 +6905,11 @@ export interface ModifyTransitGatewayOptions {
|
|
|
6899
6905
|
*/
|
|
6900
6906
|
DnsSupport?: DnsSupportValue;
|
|
6901
6907
|
/**
|
|
6902
|
-
* <
|
|
6903
|
-
*
|
|
6904
|
-
*
|
|
6905
|
-
* <p>
|
|
6908
|
+
* <p>Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.
|
|
6909
|
+
*
|
|
6910
|
+
* </p>
|
|
6911
|
+
* <p>This option is disabled by default.</p>
|
|
6912
|
+
* <p>For more information about security group referencing, see <a href="https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#vpc-attachment-security">Security group referencing</a> in the <i>Amazon Web Services Transit Gateways Guide</i>.</p>
|
|
6906
6913
|
* @public
|
|
6907
6914
|
*/
|
|
6908
6915
|
SecurityGroupReferencingSupport?: SecurityGroupReferencingSupportValue;
|
|
@@ -7045,10 +7052,11 @@ export interface ModifyTransitGatewayVpcAttachmentRequestOptions {
|
|
|
7045
7052
|
*/
|
|
7046
7053
|
DnsSupport?: DnsSupportValue;
|
|
7047
7054
|
/**
|
|
7048
|
-
* <
|
|
7049
|
-
*
|
|
7050
|
-
*
|
|
7051
|
-
* <p>
|
|
7055
|
+
* <p>Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.
|
|
7056
|
+
*
|
|
7057
|
+
* </p>
|
|
7058
|
+
* <p>This option is disabled by default.</p>
|
|
7059
|
+
* <p>For more information about security group referencing, see <a href="https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#vpc-attachment-security">Security group referencing</a> in the <i>Amazon Web Services Transit Gateways Guide</i>.</p>
|
|
7052
7060
|
* @public
|
|
7053
7061
|
*/
|
|
7054
7062
|
SecurityGroupReferencingSupport?: SecurityGroupReferencingSupportValue;
|