@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
|
@@ -765,10 +765,9 @@ export interface TransitGatewayVpcAttachmentOptions {
|
|
|
765
765
|
*/
|
|
766
766
|
DnsSupport?: DnsSupportValue;
|
|
767
767
|
/**
|
|
768
|
-
* <
|
|
769
|
-
*
|
|
770
|
-
* </
|
|
771
|
-
* <p>Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.</p>
|
|
768
|
+
* <p>Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.</p>
|
|
769
|
+
* <p>This option is enabled by default.</p>
|
|
770
|
+
* <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>
|
|
772
771
|
* @public
|
|
773
772
|
*/
|
|
774
773
|
SecurityGroupReferencingSupport?: SecurityGroupReferencingSupportValue;
|
|
@@ -2431,16 +2430,6 @@ export type DomainType = (typeof DomainType)[keyof typeof DomainType];
|
|
|
2431
2430
|
* @public
|
|
2432
2431
|
*/
|
|
2433
2432
|
export interface Address {
|
|
2434
|
-
/**
|
|
2435
|
-
* <p>The ID of the instance that the address is associated with (if any).</p>
|
|
2436
|
-
* @public
|
|
2437
|
-
*/
|
|
2438
|
-
InstanceId?: string;
|
|
2439
|
-
/**
|
|
2440
|
-
* <p>The Elastic IP address.</p>
|
|
2441
|
-
* @public
|
|
2442
|
-
*/
|
|
2443
|
-
PublicIp?: string;
|
|
2444
2433
|
/**
|
|
2445
2434
|
* <p>The ID representing the allocation of the address.</p>
|
|
2446
2435
|
* @public
|
|
@@ -2503,6 +2492,16 @@ export interface Address {
|
|
|
2503
2492
|
* @public
|
|
2504
2493
|
*/
|
|
2505
2494
|
CarrierIp?: string;
|
|
2495
|
+
/**
|
|
2496
|
+
* <p>The ID of the instance that the address is associated with (if any).</p>
|
|
2497
|
+
* @public
|
|
2498
|
+
*/
|
|
2499
|
+
InstanceId?: string;
|
|
2500
|
+
/**
|
|
2501
|
+
* <p>The Elastic IP address.</p>
|
|
2502
|
+
* @public
|
|
2503
|
+
*/
|
|
2504
|
+
PublicIp?: string;
|
|
2506
2505
|
}
|
|
2507
2506
|
/**
|
|
2508
2507
|
* <p>The status of an updated pointer (PTR) record for an Elastic IP address.</p>
|
|
@@ -2819,33 +2818,28 @@ export interface AllocateAddressRequest {
|
|
|
2819
2818
|
* @public
|
|
2820
2819
|
*/
|
|
2821
2820
|
CustomerOwnedIpv4Pool?: string;
|
|
2822
|
-
/**
|
|
2823
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
2824
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
2825
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
2826
|
-
* @public
|
|
2827
|
-
*/
|
|
2828
|
-
DryRun?: boolean;
|
|
2829
2821
|
/**
|
|
2830
2822
|
* <p>The tags to assign to the Elastic IP address.</p>
|
|
2831
2823
|
* @public
|
|
2832
2824
|
*/
|
|
2833
2825
|
TagSpecifications?: TagSpecification[];
|
|
2834
2826
|
/**
|
|
2835
|
-
* <p>The ID of an IPAM pool
|
|
2827
|
+
* <p>The ID of an IPAM pool which has an Amazon-provided or BYOIP public IPv4 CIDR provisioned to it. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/tutorials-eip-pool.html">Allocate sequential Elastic IP addresses from an IPAM pool</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
|
|
2836
2828
|
* @public
|
|
2837
2829
|
*/
|
|
2838
2830
|
IpamPoolId?: string;
|
|
2831
|
+
/**
|
|
2832
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
2833
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
2834
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
2835
|
+
* @public
|
|
2836
|
+
*/
|
|
2837
|
+
DryRun?: boolean;
|
|
2839
2838
|
}
|
|
2840
2839
|
/**
|
|
2841
2840
|
* @public
|
|
2842
2841
|
*/
|
|
2843
2842
|
export interface AllocateAddressResult {
|
|
2844
|
-
/**
|
|
2845
|
-
* <p>The Elastic IP address.</p>
|
|
2846
|
-
* @public
|
|
2847
|
-
*/
|
|
2848
|
-
PublicIp?: string;
|
|
2849
2843
|
/**
|
|
2850
2844
|
* <p>The ID that represents the allocation of the Elastic IP address.</p>
|
|
2851
2845
|
* @public
|
|
@@ -2883,6 +2877,11 @@ export interface AllocateAddressResult {
|
|
|
2883
2877
|
* @public
|
|
2884
2878
|
*/
|
|
2885
2879
|
CarrierIp?: string;
|
|
2880
|
+
/**
|
|
2881
|
+
* <p>The Elastic IP address.</p>
|
|
2882
|
+
* @public
|
|
2883
|
+
*/
|
|
2884
|
+
PublicIp?: string;
|
|
2886
2885
|
}
|
|
2887
2886
|
/**
|
|
2888
2887
|
* @public
|
|
@@ -2924,36 +2923,6 @@ export type HostRecovery = (typeof HostRecovery)[keyof typeof HostRecovery];
|
|
|
2924
2923
|
* @public
|
|
2925
2924
|
*/
|
|
2926
2925
|
export interface AllocateHostsRequest {
|
|
2927
|
-
/**
|
|
2928
|
-
* <p>Indicates whether the host accepts any untargeted instance launches that match its
|
|
2929
|
-
* instance type configuration, or if it only accepts Host tenancy instance launches that
|
|
2930
|
-
* specify its unique host ID. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/how-dedicated-hosts-work.html#dedicated-hosts-understanding"> Understanding auto-placement and affinity</a> in the
|
|
2931
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
2932
|
-
* <p>Default: <code>off</code>
|
|
2933
|
-
* </p>
|
|
2934
|
-
* @public
|
|
2935
|
-
*/
|
|
2936
|
-
AutoPlacement?: AutoPlacement;
|
|
2937
|
-
/**
|
|
2938
|
-
* <p>The Availability Zone in which to allocate the Dedicated Host.</p>
|
|
2939
|
-
* @public
|
|
2940
|
-
*/
|
|
2941
|
-
AvailabilityZone: string | undefined;
|
|
2942
|
-
/**
|
|
2943
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
|
|
2944
|
-
* @public
|
|
2945
|
-
*/
|
|
2946
|
-
ClientToken?: string;
|
|
2947
|
-
/**
|
|
2948
|
-
* <p>Specifies the instance type to be supported by the Dedicated Hosts. If you specify an
|
|
2949
|
-
* instance type, the Dedicated Hosts support instances of the specified instance type
|
|
2950
|
-
* only.</p>
|
|
2951
|
-
* <p>If you want the Dedicated Hosts to support multiple instance types in a specific
|
|
2952
|
-
* instance family, omit this parameter and specify <b>InstanceFamily</b> instead. You cannot specify <b>InstanceType</b> and <b>InstanceFamily</b> in the
|
|
2953
|
-
* same request.</p>
|
|
2954
|
-
* @public
|
|
2955
|
-
*/
|
|
2956
|
-
InstanceType?: string;
|
|
2957
2926
|
/**
|
|
2958
2927
|
* <p>Specifies the instance family to be supported by the Dedicated Hosts. If you specify
|
|
2959
2928
|
* an instance family, the Dedicated Hosts support multiple instance types within that
|
|
@@ -2964,16 +2933,6 @@ export interface AllocateHostsRequest {
|
|
|
2964
2933
|
* @public
|
|
2965
2934
|
*/
|
|
2966
2935
|
InstanceFamily?: string;
|
|
2967
|
-
/**
|
|
2968
|
-
* <p>The number of Dedicated Hosts to allocate to your account with these parameters. If you are
|
|
2969
|
-
* allocating the Dedicated Hosts on an Outpost, and you specify <b>AssetIds</b>,
|
|
2970
|
-
* you can omit this parameter. In this case, Amazon EC2 allocates a Dedicated Host on each
|
|
2971
|
-
* specified hardware asset. If you specify both <b>AssetIds</b> and
|
|
2972
|
-
* <b>Quantity</b>, then the value that you specify for
|
|
2973
|
-
* <b>Quantity</b> must be equal to the number of asset IDs specified.</p>
|
|
2974
|
-
* @public
|
|
2975
|
-
*/
|
|
2976
|
-
Quantity?: number;
|
|
2977
2936
|
/**
|
|
2978
2937
|
* <p>The tags to apply to the Dedicated Host during creation.</p>
|
|
2979
2938
|
* @public
|
|
@@ -3024,6 +2983,46 @@ export interface AllocateHostsRequest {
|
|
|
3024
2983
|
* @public
|
|
3025
2984
|
*/
|
|
3026
2985
|
AssetIds?: string[];
|
|
2986
|
+
/**
|
|
2987
|
+
* <p>Indicates whether the host accepts any untargeted instance launches that match its
|
|
2988
|
+
* instance type configuration, or if it only accepts Host tenancy instance launches that
|
|
2989
|
+
* specify its unique host ID. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/how-dedicated-hosts-work.html#dedicated-hosts-understanding"> Understanding auto-placement and affinity</a> in the
|
|
2990
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
2991
|
+
* <p>Default: <code>off</code>
|
|
2992
|
+
* </p>
|
|
2993
|
+
* @public
|
|
2994
|
+
*/
|
|
2995
|
+
AutoPlacement?: AutoPlacement;
|
|
2996
|
+
/**
|
|
2997
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
|
|
2998
|
+
* @public
|
|
2999
|
+
*/
|
|
3000
|
+
ClientToken?: string;
|
|
3001
|
+
/**
|
|
3002
|
+
* <p>Specifies the instance type to be supported by the Dedicated Hosts. If you specify an
|
|
3003
|
+
* instance type, the Dedicated Hosts support instances of the specified instance type
|
|
3004
|
+
* only.</p>
|
|
3005
|
+
* <p>If you want the Dedicated Hosts to support multiple instance types in a specific
|
|
3006
|
+
* instance family, omit this parameter and specify <b>InstanceFamily</b> instead. You cannot specify <b>InstanceType</b> and <b>InstanceFamily</b> in the
|
|
3007
|
+
* same request.</p>
|
|
3008
|
+
* @public
|
|
3009
|
+
*/
|
|
3010
|
+
InstanceType?: string;
|
|
3011
|
+
/**
|
|
3012
|
+
* <p>The number of Dedicated Hosts to allocate to your account with these parameters. If you are
|
|
3013
|
+
* allocating the Dedicated Hosts on an Outpost, and you specify <b>AssetIds</b>,
|
|
3014
|
+
* you can omit this parameter. In this case, Amazon EC2 allocates a Dedicated Host on each
|
|
3015
|
+
* specified hardware asset. If you specify both <b>AssetIds</b> and
|
|
3016
|
+
* <b>Quantity</b>, then the value that you specify for
|
|
3017
|
+
* <b>Quantity</b> must be equal to the number of asset IDs specified.</p>
|
|
3018
|
+
* @public
|
|
3019
|
+
*/
|
|
3020
|
+
Quantity?: number;
|
|
3021
|
+
/**
|
|
3022
|
+
* <p>The Availability Zone in which to allocate the Dedicated Host.</p>
|
|
3023
|
+
* @public
|
|
3024
|
+
*/
|
|
3025
|
+
AvailabilityZone: string | undefined;
|
|
3027
3026
|
}
|
|
3028
3027
|
/**
|
|
3029
3028
|
* <p>Contains the output of AllocateHosts.</p>
|
|
@@ -3316,20 +3315,6 @@ export interface ApplySecurityGroupsToClientVpnTargetNetworkResult {
|
|
|
3316
3315
|
* @public
|
|
3317
3316
|
*/
|
|
3318
3317
|
export interface AssignIpv6AddressesRequest {
|
|
3319
|
-
/**
|
|
3320
|
-
* <p>The number of additional IPv6 addresses to assign to the network interface.
|
|
3321
|
-
* The specified number of IPv6 addresses are assigned in addition to the
|
|
3322
|
-
* existing IPv6 addresses that are already assigned to the network interface.
|
|
3323
|
-
* Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You
|
|
3324
|
-
* can't use this option if specifying specific IPv6 addresses.</p>
|
|
3325
|
-
* @public
|
|
3326
|
-
*/
|
|
3327
|
-
Ipv6AddressCount?: number;
|
|
3328
|
-
/**
|
|
3329
|
-
* <p>The IPv6 addresses to be assigned to the network interface. You can't use this option if you're specifying a number of IPv6 addresses.</p>
|
|
3330
|
-
* @public
|
|
3331
|
-
*/
|
|
3332
|
-
Ipv6Addresses?: string[];
|
|
3333
3318
|
/**
|
|
3334
3319
|
* <p>The number of IPv6 prefixes that Amazon Web Services automatically assigns to the
|
|
3335
3320
|
* network interface. You cannot use this option if you use the <code>Ipv6Prefixes</code>
|
|
@@ -3347,6 +3332,20 @@ export interface AssignIpv6AddressesRequest {
|
|
|
3347
3332
|
* @public
|
|
3348
3333
|
*/
|
|
3349
3334
|
NetworkInterfaceId: string | undefined;
|
|
3335
|
+
/**
|
|
3336
|
+
* <p>The IPv6 addresses to be assigned to the network interface. You can't use this option if you're specifying a number of IPv6 addresses.</p>
|
|
3337
|
+
* @public
|
|
3338
|
+
*/
|
|
3339
|
+
Ipv6Addresses?: string[];
|
|
3340
|
+
/**
|
|
3341
|
+
* <p>The number of additional IPv6 addresses to assign to the network interface.
|
|
3342
|
+
* The specified number of IPv6 addresses are assigned in addition to the
|
|
3343
|
+
* existing IPv6 addresses that are already assigned to the network interface.
|
|
3344
|
+
* Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You
|
|
3345
|
+
* can't use this option if specifying specific IPv6 addresses.</p>
|
|
3346
|
+
* @public
|
|
3347
|
+
*/
|
|
3348
|
+
Ipv6AddressCount?: number;
|
|
3350
3349
|
}
|
|
3351
3350
|
/**
|
|
3352
3351
|
* @public
|
|
@@ -3375,10 +3374,15 @@ export interface AssignIpv6AddressesResult {
|
|
|
3375
3374
|
*/
|
|
3376
3375
|
export interface AssignPrivateIpAddressesRequest {
|
|
3377
3376
|
/**
|
|
3378
|
-
* <p>
|
|
3377
|
+
* <p>One or more IPv4 prefixes assigned to the network interface. You cannot use this option if you use the <code>Ipv4PrefixCount</code> option.</p>
|
|
3379
3378
|
* @public
|
|
3380
3379
|
*/
|
|
3381
|
-
|
|
3380
|
+
Ipv4Prefixes?: string[];
|
|
3381
|
+
/**
|
|
3382
|
+
* <p>The number of IPv4 prefixes that Amazon Web Services automatically assigns to the network interface. You cannot use this option if you use the <code>Ipv4 Prefixes</code> option.</p>
|
|
3383
|
+
* @public
|
|
3384
|
+
*/
|
|
3385
|
+
Ipv4PrefixCount?: number;
|
|
3382
3386
|
/**
|
|
3383
3387
|
* <p>The ID of the network interface.</p>
|
|
3384
3388
|
* @public
|
|
@@ -3396,15 +3400,10 @@ export interface AssignPrivateIpAddressesRequest {
|
|
|
3396
3400
|
*/
|
|
3397
3401
|
SecondaryPrivateIpAddressCount?: number;
|
|
3398
3402
|
/**
|
|
3399
|
-
* <p>
|
|
3400
|
-
* @public
|
|
3401
|
-
*/
|
|
3402
|
-
Ipv4Prefixes?: string[];
|
|
3403
|
-
/**
|
|
3404
|
-
* <p>The number of IPv4 prefixes that Amazon Web Services automatically assigns to the network interface. You cannot use this option if you use the <code>Ipv4 Prefixes</code> option.</p>
|
|
3403
|
+
* <p>Indicates whether to allow an IP address that is already assigned to another network interface or instance to be reassigned to the specified network interface.</p>
|
|
3405
3404
|
* @public
|
|
3406
3405
|
*/
|
|
3407
|
-
|
|
3406
|
+
AllowReassignment?: boolean;
|
|
3408
3407
|
}
|
|
3409
3408
|
/**
|
|
3410
3409
|
* <p>Describes an IPv4 prefix.</p>
|
|
@@ -3574,11 +3573,6 @@ export interface AssociateAddressRequest {
|
|
|
3574
3573
|
* @public
|
|
3575
3574
|
*/
|
|
3576
3575
|
PublicIp?: string;
|
|
3577
|
-
/**
|
|
3578
|
-
* <p>Reassociation is automatic, but you can specify false to ensure the operation fails if the Elastic IP address is already associated with another resource.</p>
|
|
3579
|
-
* @public
|
|
3580
|
-
*/
|
|
3581
|
-
AllowReassociation?: boolean;
|
|
3582
3576
|
/**
|
|
3583
3577
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
3584
3578
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -3597,6 +3591,11 @@ export interface AssociateAddressRequest {
|
|
|
3597
3591
|
* @public
|
|
3598
3592
|
*/
|
|
3599
3593
|
PrivateIpAddress?: string;
|
|
3594
|
+
/**
|
|
3595
|
+
* <p>Reassociation is automatic, but you can specify false to ensure the operation fails if the Elastic IP address is already associated with another resource.</p>
|
|
3596
|
+
* @public
|
|
3597
|
+
*/
|
|
3598
|
+
AllowReassociation?: boolean;
|
|
3600
3599
|
}
|
|
3601
3600
|
/**
|
|
3602
3601
|
* @public
|
|
@@ -4287,6 +4286,11 @@ export interface AssociateNatGatewayAddressResult {
|
|
|
4287
4286
|
* @public
|
|
4288
4287
|
*/
|
|
4289
4288
|
export interface AssociateRouteTableRequest {
|
|
4289
|
+
/**
|
|
4290
|
+
* <p>The ID of the internet gateway or virtual private gateway.</p>
|
|
4291
|
+
* @public
|
|
4292
|
+
*/
|
|
4293
|
+
GatewayId?: string;
|
|
4290
4294
|
/**
|
|
4291
4295
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
4292
4296
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -4294,21 +4298,16 @@ export interface AssociateRouteTableRequest {
|
|
|
4294
4298
|
* @public
|
|
4295
4299
|
*/
|
|
4296
4300
|
DryRun?: boolean;
|
|
4297
|
-
/**
|
|
4298
|
-
* <p>The ID of the route table.</p>
|
|
4299
|
-
* @public
|
|
4300
|
-
*/
|
|
4301
|
-
RouteTableId: string | undefined;
|
|
4302
4301
|
/**
|
|
4303
4302
|
* <p>The ID of the subnet.</p>
|
|
4304
4303
|
* @public
|
|
4305
4304
|
*/
|
|
4306
4305
|
SubnetId?: string;
|
|
4307
4306
|
/**
|
|
4308
|
-
* <p>The ID of the
|
|
4307
|
+
* <p>The ID of the route table.</p>
|
|
4309
4308
|
* @public
|
|
4310
4309
|
*/
|
|
4311
|
-
|
|
4310
|
+
RouteTableId: string | undefined;
|
|
4312
4311
|
}
|
|
4313
4312
|
/**
|
|
4314
4313
|
* @public
|
|
@@ -4362,25 +4361,25 @@ export interface AssociateRouteTableResult {
|
|
|
4362
4361
|
*/
|
|
4363
4362
|
export interface AssociateSubnetCidrBlockRequest {
|
|
4364
4363
|
/**
|
|
4365
|
-
* <p>
|
|
4364
|
+
* <p>An IPv6 IPAM pool ID.</p>
|
|
4366
4365
|
* @public
|
|
4367
4366
|
*/
|
|
4368
|
-
|
|
4367
|
+
Ipv6IpamPoolId?: string;
|
|
4369
4368
|
/**
|
|
4370
|
-
* <p>
|
|
4369
|
+
* <p>An IPv6 netmask length.</p>
|
|
4371
4370
|
* @public
|
|
4372
4371
|
*/
|
|
4373
|
-
|
|
4372
|
+
Ipv6NetmaskLength?: number;
|
|
4374
4373
|
/**
|
|
4375
|
-
* <p>
|
|
4374
|
+
* <p>The ID of your subnet.</p>
|
|
4376
4375
|
* @public
|
|
4377
4376
|
*/
|
|
4378
|
-
|
|
4377
|
+
SubnetId: string | undefined;
|
|
4379
4378
|
/**
|
|
4380
|
-
* <p>
|
|
4379
|
+
* <p>The IPv6 CIDR block for your subnet.</p>
|
|
4381
4380
|
* @public
|
|
4382
4381
|
*/
|
|
4383
|
-
|
|
4382
|
+
Ipv6CidrBlock?: string;
|
|
4384
4383
|
}
|
|
4385
4384
|
/**
|
|
4386
4385
|
* @public
|
|
@@ -4775,22 +4774,11 @@ export interface AssociateTrunkInterfaceResult {
|
|
|
4775
4774
|
* @public
|
|
4776
4775
|
*/
|
|
4777
4776
|
export interface AssociateVpcCidrBlockRequest {
|
|
4778
|
-
/**
|
|
4779
|
-
* <p>Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You
|
|
4780
|
-
* cannot specify the range of IPv6 addresses or the size of the CIDR block.</p>
|
|
4781
|
-
* @public
|
|
4782
|
-
*/
|
|
4783
|
-
AmazonProvidedIpv6CidrBlock?: boolean;
|
|
4784
4777
|
/**
|
|
4785
4778
|
* <p>An IPv4 CIDR block to associate with the VPC.</p>
|
|
4786
4779
|
* @public
|
|
4787
4780
|
*/
|
|
4788
4781
|
CidrBlock?: string;
|
|
4789
|
-
/**
|
|
4790
|
-
* <p>The ID of the VPC.</p>
|
|
4791
|
-
* @public
|
|
4792
|
-
*/
|
|
4793
|
-
VpcId: string | undefined;
|
|
4794
4782
|
/**
|
|
4795
4783
|
* <p>The name of the location from which we advertise the IPV6 CIDR block. Use this parameter
|
|
4796
4784
|
* to limit the CIDR block to this location.</p>
|
|
@@ -4831,6 +4819,17 @@ export interface AssociateVpcCidrBlockRequest {
|
|
|
4831
4819
|
* @public
|
|
4832
4820
|
*/
|
|
4833
4821
|
Ipv6NetmaskLength?: number;
|
|
4822
|
+
/**
|
|
4823
|
+
* <p>The ID of the VPC.</p>
|
|
4824
|
+
* @public
|
|
4825
|
+
*/
|
|
4826
|
+
VpcId: string | undefined;
|
|
4827
|
+
/**
|
|
4828
|
+
* <p>Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You
|
|
4829
|
+
* cannot specify the range of IPv6 addresses or the size of the CIDR block.</p>
|
|
4830
|
+
* @public
|
|
4831
|
+
*/
|
|
4832
|
+
AmazonProvidedIpv6CidrBlock?: boolean;
|
|
4834
4833
|
}
|
|
4835
4834
|
/**
|
|
4836
4835
|
* @public
|
|
@@ -4958,11 +4957,6 @@ export interface AttachClassicLinkVpcRequest {
|
|
|
4958
4957
|
* @public
|
|
4959
4958
|
*/
|
|
4960
4959
|
DryRun?: boolean;
|
|
4961
|
-
/**
|
|
4962
|
-
* <p>The IDs of the security groups. You cannot specify security groups from a different VPC.</p>
|
|
4963
|
-
* @public
|
|
4964
|
-
*/
|
|
4965
|
-
Groups: string[] | undefined;
|
|
4966
4960
|
/**
|
|
4967
4961
|
* <p>The ID of the EC2-Classic instance.</p>
|
|
4968
4962
|
* @public
|
|
@@ -4973,6 +4967,11 @@ export interface AttachClassicLinkVpcRequest {
|
|
|
4973
4967
|
* @public
|
|
4974
4968
|
*/
|
|
4975
4969
|
VpcId: string | undefined;
|
|
4970
|
+
/**
|
|
4971
|
+
* <p>The IDs of the security groups. You cannot specify security groups from a different VPC.</p>
|
|
4972
|
+
* @public
|
|
4973
|
+
*/
|
|
4974
|
+
Groups: string[] | undefined;
|
|
4976
4975
|
}
|
|
4977
4976
|
/**
|
|
4978
4977
|
* @public
|
|
@@ -5051,10 +5050,17 @@ export interface EnaSrdSpecification {
|
|
|
5051
5050
|
*/
|
|
5052
5051
|
export interface AttachNetworkInterfaceRequest {
|
|
5053
5052
|
/**
|
|
5054
|
-
* <p>The index of the
|
|
5053
|
+
* <p>The index of the network card. Some instance types support multiple network cards.
|
|
5054
|
+
* The primary network interface must be assigned to network card index 0.
|
|
5055
|
+
* The default is network card index 0.</p>
|
|
5055
5056
|
* @public
|
|
5056
5057
|
*/
|
|
5057
|
-
|
|
5058
|
+
NetworkCardIndex?: number;
|
|
5059
|
+
/**
|
|
5060
|
+
* <p>Configures ENA Express for the network interface that this action attaches to the instance.</p>
|
|
5061
|
+
* @public
|
|
5062
|
+
*/
|
|
5063
|
+
EnaSrdSpecification?: EnaSrdSpecification;
|
|
5058
5064
|
/**
|
|
5059
5065
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5060
5066
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -5063,27 +5069,20 @@ export interface AttachNetworkInterfaceRequest {
|
|
|
5063
5069
|
*/
|
|
5064
5070
|
DryRun?: boolean;
|
|
5065
5071
|
/**
|
|
5066
|
-
* <p>The ID of the
|
|
5067
|
-
* @public
|
|
5068
|
-
*/
|
|
5069
|
-
InstanceId: string | undefined;
|
|
5070
|
-
/**
|
|
5071
|
-
* <p>The ID of the network interface.</p>
|
|
5072
|
+
* <p>The ID of the network interface.</p>
|
|
5072
5073
|
* @public
|
|
5073
5074
|
*/
|
|
5074
5075
|
NetworkInterfaceId: string | undefined;
|
|
5075
5076
|
/**
|
|
5076
|
-
* <p>The
|
|
5077
|
-
* The primary network interface must be assigned to network card index 0.
|
|
5078
|
-
* The default is network card index 0.</p>
|
|
5077
|
+
* <p>The ID of the instance.</p>
|
|
5079
5078
|
* @public
|
|
5080
5079
|
*/
|
|
5081
|
-
|
|
5080
|
+
InstanceId: string | undefined;
|
|
5082
5081
|
/**
|
|
5083
|
-
* <p>
|
|
5082
|
+
* <p>The index of the device for the network interface attachment.</p>
|
|
5084
5083
|
* @public
|
|
5085
5084
|
*/
|
|
5086
|
-
|
|
5085
|
+
DeviceIndex: number | undefined;
|
|
5087
5086
|
}
|
|
5088
5087
|
/**
|
|
5089
5088
|
* <p>Contains the output of AttachNetworkInterface.</p>
|
|
@@ -5446,53 +5445,53 @@ export type VolumeAttachmentState = (typeof VolumeAttachmentState)[keyof typeof
|
|
|
5446
5445
|
*/
|
|
5447
5446
|
export interface VolumeAttachment {
|
|
5448
5447
|
/**
|
|
5449
|
-
* <p>
|
|
5448
|
+
* <p>Indicates whether the EBS volume is deleted on instance termination.</p>
|
|
5450
5449
|
* @public
|
|
5451
5450
|
*/
|
|
5452
|
-
|
|
5451
|
+
DeleteOnTermination?: boolean;
|
|
5453
5452
|
/**
|
|
5454
|
-
* <p>The
|
|
5455
|
-
*
|
|
5456
|
-
* returns <code>null</code>.</p>
|
|
5453
|
+
* <p>The ARN of the Amazon ECS or Fargate task
|
|
5454
|
+
* to which the volume is attached.</p>
|
|
5457
5455
|
* @public
|
|
5458
5456
|
*/
|
|
5459
|
-
|
|
5457
|
+
AssociatedResource?: string;
|
|
5460
5458
|
/**
|
|
5461
|
-
* <p>The
|
|
5462
|
-
*
|
|
5463
|
-
*
|
|
5459
|
+
* <p>The service principal of Amazon Web Services service that owns the underlying
|
|
5460
|
+
* instance to which the volume is attached.</p>
|
|
5461
|
+
* <p>This parameter is returned only for volumes that are attached to
|
|
5462
|
+
* Fargate tasks.</p>
|
|
5464
5463
|
* @public
|
|
5465
5464
|
*/
|
|
5466
|
-
|
|
5465
|
+
InstanceOwningService?: string;
|
|
5467
5466
|
/**
|
|
5468
|
-
* <p>The
|
|
5467
|
+
* <p>The ID of the volume.</p>
|
|
5469
5468
|
* @public
|
|
5470
5469
|
*/
|
|
5471
|
-
|
|
5470
|
+
VolumeId?: string;
|
|
5472
5471
|
/**
|
|
5473
|
-
* <p>The ID of the
|
|
5472
|
+
* <p>The ID of the instance.</p>
|
|
5473
|
+
* <p>If the volume is attached to a Fargate task, this parameter
|
|
5474
|
+
* returns <code>null</code>.</p>
|
|
5474
5475
|
* @public
|
|
5475
5476
|
*/
|
|
5476
|
-
|
|
5477
|
+
InstanceId?: string;
|
|
5477
5478
|
/**
|
|
5478
|
-
* <p>
|
|
5479
|
+
* <p>The device name.</p>
|
|
5480
|
+
* <p>If the volume is attached to a Fargate task, this parameter
|
|
5481
|
+
* returns <code>null</code>.</p>
|
|
5479
5482
|
* @public
|
|
5480
5483
|
*/
|
|
5481
|
-
|
|
5484
|
+
Device?: string;
|
|
5482
5485
|
/**
|
|
5483
|
-
* <p>The
|
|
5484
|
-
* to which the volume is attached.</p>
|
|
5486
|
+
* <p>The attachment state of the volume.</p>
|
|
5485
5487
|
* @public
|
|
5486
5488
|
*/
|
|
5487
|
-
|
|
5489
|
+
State?: VolumeAttachmentState;
|
|
5488
5490
|
/**
|
|
5489
|
-
* <p>The
|
|
5490
|
-
* instance to which the volume is attached.</p>
|
|
5491
|
-
* <p>This parameter is returned only for volumes that are attached to
|
|
5492
|
-
* Fargate tasks.</p>
|
|
5491
|
+
* <p>The time stamp when the attachment initiated.</p>
|
|
5493
5492
|
* @public
|
|
5494
5493
|
*/
|
|
5495
|
-
|
|
5494
|
+
AttachTime?: Date;
|
|
5496
5495
|
}
|
|
5497
5496
|
/**
|
|
5498
5497
|
* <p>Contains the parameters for AttachVpnGateway.</p>
|
|
@@ -5538,15 +5537,15 @@ export type AttachmentStatus = (typeof AttachmentStatus)[keyof typeof Attachment
|
|
|
5538
5537
|
*/
|
|
5539
5538
|
export interface VpcAttachment {
|
|
5540
5539
|
/**
|
|
5541
|
-
* <p>The
|
|
5540
|
+
* <p>The ID of the VPC.</p>
|
|
5542
5541
|
* @public
|
|
5543
5542
|
*/
|
|
5544
|
-
|
|
5543
|
+
VpcId?: string;
|
|
5545
5544
|
/**
|
|
5546
|
-
* <p>The
|
|
5545
|
+
* <p>The current state of the attachment.</p>
|
|
5547
5546
|
* @public
|
|
5548
5547
|
*/
|
|
5549
|
-
|
|
5548
|
+
State?: AttachmentStatus;
|
|
5550
5549
|
}
|
|
5551
5550
|
/**
|
|
5552
5551
|
* <p>Contains the output of AttachVpnGateway.</p>
|
|
@@ -5647,12 +5646,6 @@ export interface AuthorizeClientVpnIngressResult {
|
|
|
5647
5646
|
* @public
|
|
5648
5647
|
*/
|
|
5649
5648
|
export interface IpRange {
|
|
5650
|
-
/**
|
|
5651
|
-
* <p>The IPv4 address range. You can either specify a CIDR block or a source security group,
|
|
5652
|
-
* not both. To specify a single IPv4 address, use the /32 prefix length.</p>
|
|
5653
|
-
* @public
|
|
5654
|
-
*/
|
|
5655
|
-
CidrIp?: string;
|
|
5656
5649
|
/**
|
|
5657
5650
|
* <p>A description for the security group rule that references this IPv4 address range.</p>
|
|
5658
5651
|
* <p>Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9,
|
|
@@ -5660,18 +5653,18 @@ export interface IpRange {
|
|
|
5660
5653
|
* @public
|
|
5661
5654
|
*/
|
|
5662
5655
|
Description?: string;
|
|
5656
|
+
/**
|
|
5657
|
+
* <p>The IPv4 address range. You can either specify a CIDR block or a source security group,
|
|
5658
|
+
* not both. To specify a single IPv4 address, use the /32 prefix length.</p>
|
|
5659
|
+
* @public
|
|
5660
|
+
*/
|
|
5661
|
+
CidrIp?: string;
|
|
5663
5662
|
}
|
|
5664
5663
|
/**
|
|
5665
5664
|
* <p>Describes an IPv6 address range.</p>
|
|
5666
5665
|
* @public
|
|
5667
5666
|
*/
|
|
5668
5667
|
export interface Ipv6Range {
|
|
5669
|
-
/**
|
|
5670
|
-
* <p>The IPv6 address range. You can either specify a CIDR block or a source security group,
|
|
5671
|
-
* not both. To specify a single IPv6 address, use the /128 prefix length.</p>
|
|
5672
|
-
* @public
|
|
5673
|
-
*/
|
|
5674
|
-
CidrIpv6?: string;
|
|
5675
5668
|
/**
|
|
5676
5669
|
* <p>A description for the security group rule that references this IPv6 address range.</p>
|
|
5677
5670
|
* <p>Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9,
|
|
@@ -5679,6 +5672,12 @@ export interface Ipv6Range {
|
|
|
5679
5672
|
* @public
|
|
5680
5673
|
*/
|
|
5681
5674
|
Description?: string;
|
|
5675
|
+
/**
|
|
5676
|
+
* <p>The IPv6 address range. You can either specify a CIDR block or a source security group,
|
|
5677
|
+
* not both. To specify a single IPv6 address, use the /128 prefix length.</p>
|
|
5678
|
+
* @public
|
|
5679
|
+
*/
|
|
5680
|
+
CidrIpv6?: string;
|
|
5682
5681
|
}
|
|
5683
5682
|
/**
|
|
5684
5683
|
* <p>Describes a prefix list ID.</p>
|
|
@@ -5712,10 +5711,13 @@ export interface UserIdGroupPair {
|
|
|
5712
5711
|
*/
|
|
5713
5712
|
Description?: string;
|
|
5714
5713
|
/**
|
|
5715
|
-
* <p>The ID of
|
|
5714
|
+
* <p>The ID of an Amazon Web Services account.</p>
|
|
5715
|
+
* <p>For a referenced security group in another VPC, the account ID of the referenced
|
|
5716
|
+
* security group is returned in the response. If the referenced security group is deleted,
|
|
5717
|
+
* this value is not returned.</p>
|
|
5716
5718
|
* @public
|
|
5717
5719
|
*/
|
|
5718
|
-
|
|
5720
|
+
UserId?: string;
|
|
5719
5721
|
/**
|
|
5720
5722
|
* <p>[Default VPC] The name of the security group. For a security group in a nondefault VPC,
|
|
5721
5723
|
* use the security group ID. </p>
|
|
@@ -5725,18 +5727,10 @@ export interface UserIdGroupPair {
|
|
|
5725
5727
|
*/
|
|
5726
5728
|
GroupName?: string;
|
|
5727
5729
|
/**
|
|
5728
|
-
* <p>The
|
|
5729
|
-
* @public
|
|
5730
|
-
*/
|
|
5731
|
-
PeeringStatus?: string;
|
|
5732
|
-
/**
|
|
5733
|
-
* <p>The ID of an Amazon Web Services account.</p>
|
|
5734
|
-
* <p>For a referenced security group in another VPC, the account ID of the referenced
|
|
5735
|
-
* security group is returned in the response. If the referenced security group is deleted,
|
|
5736
|
-
* this value is not returned.</p>
|
|
5730
|
+
* <p>The ID of the security group.</p>
|
|
5737
5731
|
* @public
|
|
5738
5732
|
*/
|
|
5739
|
-
|
|
5733
|
+
GroupId?: string;
|
|
5740
5734
|
/**
|
|
5741
5735
|
* <p>The ID of the VPC for the referenced security group, if applicable.</p>
|
|
5742
5736
|
* @public
|
|
@@ -5747,18 +5741,17 @@ export interface UserIdGroupPair {
|
|
|
5747
5741
|
* @public
|
|
5748
5742
|
*/
|
|
5749
5743
|
VpcPeeringConnectionId?: string;
|
|
5744
|
+
/**
|
|
5745
|
+
* <p>The status of a VPC peering connection, if applicable.</p>
|
|
5746
|
+
* @public
|
|
5747
|
+
*/
|
|
5748
|
+
PeeringStatus?: string;
|
|
5750
5749
|
}
|
|
5751
5750
|
/**
|
|
5752
5751
|
* <p>Describes the permissions for a security group rule.</p>
|
|
5753
5752
|
* @public
|
|
5754
5753
|
*/
|
|
5755
5754
|
export interface IpPermission {
|
|
5756
|
-
/**
|
|
5757
|
-
* <p>If the protocol is TCP or UDP, this is the start of the port range.
|
|
5758
|
-
* If the protocol is ICMP or ICMPv6, this is the ICMP type or -1 (all ICMP types).</p>
|
|
5759
|
-
* @public
|
|
5760
|
-
*/
|
|
5761
|
-
FromPort?: number;
|
|
5762
5755
|
/**
|
|
5763
5756
|
* <p>The IP protocol name (<code>tcp</code>, <code>udp</code>, <code>icmp</code>, <code>icmpv6</code>)
|
|
5764
5757
|
* or number (see <a href="http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml">Protocol Numbers</a>).</p>
|
|
@@ -5772,20 +5765,11 @@ export interface IpPermission {
|
|
|
5772
5765
|
*/
|
|
5773
5766
|
IpProtocol?: string;
|
|
5774
5767
|
/**
|
|
5775
|
-
* <p>
|
|
5776
|
-
*
|
|
5777
|
-
*/
|
|
5778
|
-
IpRanges?: IpRange[];
|
|
5779
|
-
/**
|
|
5780
|
-
* <p>The IPv6 address ranges.</p>
|
|
5781
|
-
* @public
|
|
5782
|
-
*/
|
|
5783
|
-
Ipv6Ranges?: Ipv6Range[];
|
|
5784
|
-
/**
|
|
5785
|
-
* <p>The prefix list IDs.</p>
|
|
5768
|
+
* <p>If the protocol is TCP or UDP, this is the start of the port range.
|
|
5769
|
+
* If the protocol is ICMP or ICMPv6, this is the ICMP type or -1 (all ICMP types).</p>
|
|
5786
5770
|
* @public
|
|
5787
5771
|
*/
|
|
5788
|
-
|
|
5772
|
+
FromPort?: number;
|
|
5789
5773
|
/**
|
|
5790
5774
|
* <p>If the protocol is TCP or UDP, this is the end of the port range.
|
|
5791
5775
|
* If the protocol is ICMP or ICMPv6, this is the ICMP code or -1 (all ICMP codes).
|
|
@@ -5798,11 +5782,31 @@ export interface IpPermission {
|
|
|
5798
5782
|
* @public
|
|
5799
5783
|
*/
|
|
5800
5784
|
UserIdGroupPairs?: UserIdGroupPair[];
|
|
5785
|
+
/**
|
|
5786
|
+
* <p>The IPv4 address ranges.</p>
|
|
5787
|
+
* @public
|
|
5788
|
+
*/
|
|
5789
|
+
IpRanges?: IpRange[];
|
|
5790
|
+
/**
|
|
5791
|
+
* <p>The IPv6 address ranges.</p>
|
|
5792
|
+
* @public
|
|
5793
|
+
*/
|
|
5794
|
+
Ipv6Ranges?: Ipv6Range[];
|
|
5795
|
+
/**
|
|
5796
|
+
* <p>The prefix list IDs.</p>
|
|
5797
|
+
* @public
|
|
5798
|
+
*/
|
|
5799
|
+
PrefixListIds?: PrefixListId[];
|
|
5801
5800
|
}
|
|
5802
5801
|
/**
|
|
5803
5802
|
* @public
|
|
5804
5803
|
*/
|
|
5805
5804
|
export interface AuthorizeSecurityGroupEgressRequest {
|
|
5805
|
+
/**
|
|
5806
|
+
* <p>The tags applied to the security group rule.</p>
|
|
5807
|
+
* @public
|
|
5808
|
+
*/
|
|
5809
|
+
TagSpecifications?: TagSpecification[];
|
|
5806
5810
|
/**
|
|
5807
5811
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5808
5812
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -5816,30 +5820,25 @@ export interface AuthorizeSecurityGroupEgressRequest {
|
|
|
5816
5820
|
*/
|
|
5817
5821
|
GroupId: string | undefined;
|
|
5818
5822
|
/**
|
|
5819
|
-
* <p>
|
|
5820
|
-
* @public
|
|
5821
|
-
*/
|
|
5822
|
-
IpPermissions?: IpPermission[];
|
|
5823
|
-
/**
|
|
5824
|
-
* <p>The tags applied to the security group rule.</p>
|
|
5823
|
+
* <p>Not supported. Use IP permissions instead.</p>
|
|
5825
5824
|
* @public
|
|
5826
5825
|
*/
|
|
5827
|
-
|
|
5826
|
+
SourceSecurityGroupName?: string;
|
|
5828
5827
|
/**
|
|
5829
5828
|
* <p>Not supported. Use IP permissions instead.</p>
|
|
5830
5829
|
* @public
|
|
5831
5830
|
*/
|
|
5832
|
-
|
|
5831
|
+
SourceSecurityGroupOwnerId?: string;
|
|
5833
5832
|
/**
|
|
5834
5833
|
* <p>Not supported. Use IP permissions instead.</p>
|
|
5835
5834
|
* @public
|
|
5836
5835
|
*/
|
|
5837
|
-
|
|
5836
|
+
IpProtocol?: string;
|
|
5838
5837
|
/**
|
|
5839
5838
|
* <p>Not supported. Use IP permissions instead.</p>
|
|
5840
5839
|
* @public
|
|
5841
5840
|
*/
|
|
5842
|
-
|
|
5841
|
+
FromPort?: number;
|
|
5843
5842
|
/**
|
|
5844
5843
|
* <p>Not supported. Use IP permissions instead.</p>
|
|
5845
5844
|
* @public
|
|
@@ -5849,12 +5848,12 @@ export interface AuthorizeSecurityGroupEgressRequest {
|
|
|
5849
5848
|
* <p>Not supported. Use IP permissions instead.</p>
|
|
5850
5849
|
* @public
|
|
5851
5850
|
*/
|
|
5852
|
-
|
|
5851
|
+
CidrIp?: string;
|
|
5853
5852
|
/**
|
|
5854
|
-
* <p>
|
|
5853
|
+
* <p>The permissions for the security group rules.</p>
|
|
5855
5854
|
* @public
|
|
5856
5855
|
*/
|
|
5857
|
-
|
|
5856
|
+
IpPermissions?: IpPermission[];
|
|
5858
5857
|
}
|
|
5859
5858
|
/**
|
|
5860
5859
|
* <p> Describes the security group that is referenced in the security group rule.</p>
|
|
@@ -6046,6 +6045,11 @@ export interface AuthorizeSecurityGroupIngressRequest {
|
|
|
6046
6045
|
* @public
|
|
6047
6046
|
*/
|
|
6048
6047
|
ToPort?: number;
|
|
6048
|
+
/**
|
|
6049
|
+
* <p>The tags applied to the security group rule.</p>
|
|
6050
|
+
* @public
|
|
6051
|
+
*/
|
|
6052
|
+
TagSpecifications?: TagSpecification[];
|
|
6049
6053
|
/**
|
|
6050
6054
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6051
6055
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -6053,11 +6057,6 @@ export interface AuthorizeSecurityGroupIngressRequest {
|
|
|
6053
6057
|
* @public
|
|
6054
6058
|
*/
|
|
6055
6059
|
DryRun?: boolean;
|
|
6056
|
-
/**
|
|
6057
|
-
* <p>The tags applied to the security group rule.</p>
|
|
6058
|
-
* @public
|
|
6059
|
-
*/
|
|
6060
|
-
TagSpecifications?: TagSpecification[];
|
|
6061
6060
|
}
|
|
6062
6061
|
/**
|
|
6063
6062
|
* @public
|
|
@@ -6182,45 +6181,45 @@ export type BundleTaskState = (typeof BundleTaskState)[keyof typeof BundleTaskSt
|
|
|
6182
6181
|
*/
|
|
6183
6182
|
export interface BundleTask {
|
|
6184
6183
|
/**
|
|
6185
|
-
* <p>The ID of the bundle task.</p>
|
|
6186
|
-
* @public
|
|
6187
|
-
*/
|
|
6188
|
-
BundleId?: string;
|
|
6189
|
-
/**
|
|
6190
|
-
* <p>If the task fails, a description of the error.</p>
|
|
6184
|
+
* <p>The ID of the instance associated with this bundle task.</p>
|
|
6191
6185
|
* @public
|
|
6192
6186
|
*/
|
|
6193
|
-
|
|
6187
|
+
InstanceId?: string;
|
|
6194
6188
|
/**
|
|
6195
|
-
* <p>The ID of the
|
|
6189
|
+
* <p>The ID of the bundle task.</p>
|
|
6196
6190
|
* @public
|
|
6197
6191
|
*/
|
|
6198
|
-
|
|
6192
|
+
BundleId?: string;
|
|
6199
6193
|
/**
|
|
6200
|
-
* <p>The
|
|
6194
|
+
* <p>The state of the task.</p>
|
|
6201
6195
|
* @public
|
|
6202
6196
|
*/
|
|
6203
|
-
|
|
6197
|
+
State?: BundleTaskState;
|
|
6204
6198
|
/**
|
|
6205
6199
|
* <p>The time this task started.</p>
|
|
6206
6200
|
* @public
|
|
6207
6201
|
*/
|
|
6208
6202
|
StartTime?: Date;
|
|
6209
6203
|
/**
|
|
6210
|
-
* <p>The
|
|
6204
|
+
* <p>The time of the most recent update for the task.</p>
|
|
6211
6205
|
* @public
|
|
6212
6206
|
*/
|
|
6213
|
-
|
|
6207
|
+
UpdateTime?: Date;
|
|
6214
6208
|
/**
|
|
6215
6209
|
* <p>The Amazon S3 storage locations.</p>
|
|
6216
6210
|
* @public
|
|
6217
6211
|
*/
|
|
6218
6212
|
Storage?: Storage;
|
|
6219
6213
|
/**
|
|
6220
|
-
* <p>The
|
|
6214
|
+
* <p>The level of task completion, as a percent (for example, 20%).</p>
|
|
6221
6215
|
* @public
|
|
6222
6216
|
*/
|
|
6223
|
-
|
|
6217
|
+
Progress?: string;
|
|
6218
|
+
/**
|
|
6219
|
+
* <p>If the task fails, a description of the error.</p>
|
|
6220
|
+
* @public
|
|
6221
|
+
*/
|
|
6222
|
+
BundleTaskError?: BundleTaskError;
|
|
6224
6223
|
}
|
|
6225
6224
|
/**
|
|
6226
6225
|
* <p>Contains the output of BundleInstance.</p>
|
|
@@ -6393,11 +6392,6 @@ export interface CancelCapacityReservationFleetsResult {
|
|
|
6393
6392
|
* @public
|
|
6394
6393
|
*/
|
|
6395
6394
|
export interface CancelConversionRequest {
|
|
6396
|
-
/**
|
|
6397
|
-
* <p>The ID of the conversion task.</p>
|
|
6398
|
-
* @public
|
|
6399
|
-
*/
|
|
6400
|
-
ConversionTaskId: string | undefined;
|
|
6401
6395
|
/**
|
|
6402
6396
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6403
6397
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -6405,6 +6399,11 @@ export interface CancelConversionRequest {
|
|
|
6405
6399
|
* @public
|
|
6406
6400
|
*/
|
|
6407
6401
|
DryRun?: boolean;
|
|
6402
|
+
/**
|
|
6403
|
+
* <p>The ID of the conversion task.</p>
|
|
6404
|
+
* @public
|
|
6405
|
+
*/
|
|
6406
|
+
ConversionTaskId: string | undefined;
|
|
6408
6407
|
/**
|
|
6409
6408
|
* <p>The reason for canceling the conversion task.</p>
|
|
6410
6409
|
* @public
|
|
@@ -6867,18 +6866,18 @@ export interface ConfirmProductInstanceRequest {
|
|
|
6867
6866
|
* @public
|
|
6868
6867
|
*/
|
|
6869
6868
|
export interface ConfirmProductInstanceResult {
|
|
6870
|
-
/**
|
|
6871
|
-
* <p>The Amazon Web Services account ID of the instance owner. This is only present if the
|
|
6872
|
-
* product code is attached to the instance.</p>
|
|
6873
|
-
* @public
|
|
6874
|
-
*/
|
|
6875
|
-
OwnerId?: string;
|
|
6876
6869
|
/**
|
|
6877
6870
|
* <p>The return value of the request. Returns <code>true</code> if the specified product
|
|
6878
6871
|
* code is owned by the requester and associated with the specified instance.</p>
|
|
6879
6872
|
* @public
|
|
6880
6873
|
*/
|
|
6881
6874
|
Return?: boolean;
|
|
6875
|
+
/**
|
|
6876
|
+
* <p>The Amazon Web Services account ID of the instance owner. This is only present if the
|
|
6877
|
+
* product code is attached to the instance.</p>
|
|
6878
|
+
* @public
|
|
6879
|
+
*/
|
|
6880
|
+
OwnerId?: string;
|
|
6882
6881
|
}
|
|
6883
6882
|
/**
|
|
6884
6883
|
* @public
|
|
@@ -7006,13 +7005,6 @@ export interface CopyImageRequest {
|
|
|
7006
7005
|
* @public
|
|
7007
7006
|
*/
|
|
7008
7007
|
DestinationOutpostArn?: string;
|
|
7009
|
-
/**
|
|
7010
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7011
|
-
* and provides an error response. If you have the required permissions, the error response is
|
|
7012
|
-
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7013
|
-
* @public
|
|
7014
|
-
*/
|
|
7015
|
-
DryRun?: boolean;
|
|
7016
7008
|
/**
|
|
7017
7009
|
* <p>Indicates whether to include your user-defined AMI tags when copying the AMI.</p>
|
|
7018
7010
|
* <p>The following tags will not be copied:</p>
|
|
@@ -7047,6 +7039,13 @@ export interface CopyImageRequest {
|
|
|
7047
7039
|
* @public
|
|
7048
7040
|
*/
|
|
7049
7041
|
TagSpecifications?: TagSpecification[];
|
|
7042
|
+
/**
|
|
7043
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7044
|
+
* and provides an error response. If you have the required permissions, the error response is
|
|
7045
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7046
|
+
* @public
|
|
7047
|
+
*/
|
|
7048
|
+
DryRun?: boolean;
|
|
7050
7049
|
}
|
|
7051
7050
|
/**
|
|
7052
7051
|
* <p>Contains the output of CopyImage.</p>
|
|
@@ -7169,15 +7168,15 @@ export interface CopySnapshotRequest {
|
|
|
7169
7168
|
*/
|
|
7170
7169
|
export interface CopySnapshotResult {
|
|
7171
7170
|
/**
|
|
7172
|
-
* <p>
|
|
7171
|
+
* <p>Any tags applied to the new snapshot.</p>
|
|
7173
7172
|
* @public
|
|
7174
7173
|
*/
|
|
7175
|
-
|
|
7174
|
+
Tags?: Tag[];
|
|
7176
7175
|
/**
|
|
7177
|
-
* <p>
|
|
7176
|
+
* <p>The ID of the new snapshot.</p>
|
|
7178
7177
|
* @public
|
|
7179
7178
|
*/
|
|
7180
|
-
|
|
7179
|
+
SnapshotId?: string;
|
|
7181
7180
|
}
|
|
7182
7181
|
/**
|
|
7183
7182
|
* @public
|