@aws-sdk/client-ec2 3.218.0 → 3.219.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/EC2.js +75 -0
- package/dist-cjs/commands/CreateSubnetCidrReservationCommand.js +1 -2
- package/dist-cjs/commands/CreateSubnetCommand.js +3 -3
- package/dist-cjs/commands/DeregisterInstanceEventNotificationAttributesCommand.js +3 -3
- package/dist-cjs/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.js +46 -0
- package/dist-cjs/commands/DescribeIpamScopesCommand.js +3 -3
- package/dist-cjs/commands/DescribeIpamsCommand.js +2 -1
- package/dist-cjs/commands/DescribeIpv6PoolsCommand.js +3 -3
- package/dist-cjs/commands/DescribeKeyPairsCommand.js +3 -3
- package/dist-cjs/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.js +46 -0
- package/dist-cjs/commands/DisassociateIamInstanceProfileCommand.js +2 -1
- package/dist-cjs/commands/DisassociateInstanceEventWindowCommand.js +3 -3
- package/dist-cjs/commands/DisassociateRouteTableCommand.js +2 -2
- package/dist-cjs/commands/DisassociateSubnetCidrBlockCommand.js +3 -3
- package/dist-cjs/commands/DisassociateTransitGatewayMulticastDomainCommand.js +3 -3
- package/dist-cjs/commands/DisassociateTransitGatewayPolicyTableCommand.js +3 -3
- package/dist-cjs/commands/DisassociateTransitGatewayRouteTableCommand.js +1 -2
- package/dist-cjs/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.js +46 -0
- package/dist-cjs/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.js +46 -0
- package/dist-cjs/commands/GetAwsNetworkPerformanceDataCommand.js +46 -0
- package/dist-cjs/commands/ModifyTransitGatewayCommand.js +2 -1
- package/dist-cjs/commands/ModifyTransitGatewayPrefixListReferenceCommand.js +3 -3
- package/dist-cjs/commands/ModifyTransitGatewayVpcAttachmentCommand.js +3 -3
- package/dist-cjs/commands/ModifyVolumeAttributeCommand.js +2 -2
- package/dist-cjs/commands/ModifyVolumeCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpcAttributeCommand.js +2 -2
- package/dist-cjs/commands/ModifyVpcEndpointCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpcEndpointConnectionNotificationCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpcEndpointServiceConfigurationCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpcEndpointServicePermissionsCommand.js +3 -3
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/models_0.js +13 -14
- package/dist-cjs/models/models_1.js +23 -23
- package/dist-cjs/models/models_2.js +23 -22
- package/dist-cjs/models/models_3.js +51 -46
- package/dist-cjs/models/models_4.js +54 -54
- package/dist-cjs/models/models_5.js +90 -90
- package/dist-cjs/models/models_6.js +88 -4
- package/dist-cjs/pagination/DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator.js +36 -0
- package/dist-cjs/pagination/GetAwsNetworkPerformanceDataPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +3 -1
- package/dist-cjs/protocols/Aws_ec2.js +617 -18
- package/dist-es/EC2.js +75 -0
- package/dist-es/commands/CreateSubnetCidrReservationCommand.js +1 -2
- package/dist-es/commands/CreateSubnetCommand.js +1 -1
- package/dist-es/commands/DeregisterInstanceEventNotificationAttributesCommand.js +1 -1
- package/dist-es/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.js +42 -0
- package/dist-es/commands/DescribeIpamScopesCommand.js +1 -1
- package/dist-es/commands/DescribeIpamsCommand.js +2 -1
- package/dist-es/commands/DescribeIpv6PoolsCommand.js +1 -1
- package/dist-es/commands/DescribeKeyPairsCommand.js +1 -1
- package/dist-es/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.js +42 -0
- package/dist-es/commands/DisassociateIamInstanceProfileCommand.js +2 -1
- package/dist-es/commands/DisassociateInstanceEventWindowCommand.js +1 -1
- package/dist-es/commands/DisassociateRouteTableCommand.js +1 -1
- package/dist-es/commands/DisassociateSubnetCidrBlockCommand.js +1 -1
- package/dist-es/commands/DisassociateTransitGatewayMulticastDomainCommand.js +1 -1
- package/dist-es/commands/DisassociateTransitGatewayPolicyTableCommand.js +1 -1
- package/dist-es/commands/DisassociateTransitGatewayRouteTableCommand.js +1 -2
- package/dist-es/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.js +42 -0
- package/dist-es/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.js +42 -0
- package/dist-es/commands/GetAwsNetworkPerformanceDataCommand.js +42 -0
- package/dist-es/commands/ModifyTransitGatewayCommand.js +2 -1
- package/dist-es/commands/ModifyTransitGatewayPrefixListReferenceCommand.js +1 -1
- package/dist-es/commands/ModifyTransitGatewayVpcAttachmentCommand.js +1 -1
- package/dist-es/commands/ModifyVolumeAttributeCommand.js +1 -1
- package/dist-es/commands/ModifyVolumeCommand.js +1 -1
- package/dist-es/commands/ModifyVpcAttributeCommand.js +1 -1
- package/dist-es/commands/ModifyVpcEndpointCommand.js +1 -1
- package/dist-es/commands/ModifyVpcEndpointConnectionNotificationCommand.js +1 -1
- package/dist-es/commands/ModifyVpcEndpointServiceConfigurationCommand.js +1 -1
- package/dist-es/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.js +1 -1
- package/dist-es/commands/ModifyVpcEndpointServicePermissionsCommand.js +1 -1
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +6 -8
- package/dist-es/models/models_1.js +14 -14
- package/dist-es/models/models_2.js +14 -12
- package/dist-es/models/models_3.js +38 -30
- package/dist-es/models/models_4.js +36 -36
- package/dist-es/models/models_5.js +63 -63
- package/dist-es/models/models_6.js +63 -0
- package/dist-es/pagination/DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator.js +32 -0
- package/dist-es/pagination/GetAwsNetworkPerformanceDataPaginator.js +32 -0
- package/dist-es/pagination/index.js +3 -1
- package/dist-es/protocols/Aws_ec2.js +588 -0
- package/dist-types/EC2.d.ts +36 -3
- package/dist-types/EC2Client.d.ts +7 -2
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -2
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +37 -0
- package/dist-types/commands/DescribeIpamScopesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
- package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +37 -0
- package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -2
- package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +37 -0
- package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +20 -0
- package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +37 -0
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +2 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +47 -32
- package/dist-types/models/models_1.d.ts +135 -175
- package/dist-types/models/models_2.d.ts +124 -64
- package/dist-types/models/models_3.d.ts +191 -292
- package/dist-types/models/models_4.d.ts +373 -221
- package/dist-types/models/models_5.d.ts +396 -526
- package/dist-types/models/models_6.d.ts +539 -12
- package/dist-types/pagination/DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetAwsNetworkPerformanceDataPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +3 -1
- package/dist-types/protocols/Aws_ec2.d.ts +15 -0
- package/dist-types/ts3.4/EC2.d.ts +109 -0
- package/dist-types/ts3.4/EC2Client.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +14 -12
- package/dist-types/ts3.4/models/models_1.d.ts +28 -37
- package/dist-types/ts3.4/models/models_2.d.ts +36 -28
- package/dist-types/ts3.4/models/models_3.d.ts +67 -84
- package/dist-types/ts3.4/models/models_4.d.ts +103 -90
- package/dist-types/ts3.4/models/models_5.d.ts +165 -190
- package/dist-types/ts3.4/models/models_6.d.ts +195 -6
- package/dist-types/ts3.4/pagination/DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetAwsNetworkPerformanceDataPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +60 -0
- package/package.json +1 -1
|
@@ -1,4 +1,30 @@
|
|
|
1
|
-
import { _InstanceType, AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, AddressFamily, AttachmentStatus, CurrencyCodeValues, HostnameType, InstanceEventWindow, Ipv4PrefixSpecification, PortRange,
|
|
1
|
+
import { _InstanceType, AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, AddressFamily, AttachmentStatus, CurrencyCodeValues, HostnameType, InstanceEventWindow, Ipv4PrefixSpecification, PortRange, Protocol, ReservedInstancesListing, ResourceType, RouteTableAssociationState, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, UnsuccessfulItem, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, WeekDay } from "./models_0";
|
|
2
|
+
/**
|
|
3
|
+
* <p>Describes the options for instance hostnames.</p>
|
|
4
|
+
*/
|
|
5
|
+
export interface PrivateDnsNameOptionsOnLaunch {
|
|
6
|
+
/**
|
|
7
|
+
* <p>The type of hostname for EC2 instances. For IPv4 only subnets, an instance DNS name
|
|
8
|
+
* must be based on the instance IPv4 address. For IPv6 only subnets, an instance DNS name
|
|
9
|
+
* must be based on the instance ID. For dual-stack subnets, you can specify whether DNS
|
|
10
|
+
* names use the instance IPv4 address or the instance ID.</p>
|
|
11
|
+
*/
|
|
12
|
+
HostnameType?: HostnameType | string;
|
|
13
|
+
/**
|
|
14
|
+
* <p>Indicates whether to respond to DNS queries for instance hostnames with DNS A
|
|
15
|
+
* records.</p>
|
|
16
|
+
*/
|
|
17
|
+
EnableResourceNameDnsARecord?: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* <p>Indicates whether to respond to DNS queries for instance hostname with DNS AAAA
|
|
20
|
+
* records.</p>
|
|
21
|
+
*/
|
|
22
|
+
EnableResourceNameDnsAAAARecord?: boolean;
|
|
23
|
+
}
|
|
24
|
+
export declare enum SubnetState {
|
|
25
|
+
available = "available",
|
|
26
|
+
pending = "pending"
|
|
27
|
+
}
|
|
2
28
|
/**
|
|
3
29
|
* <p>Describes a subnet.</p>
|
|
4
30
|
*/
|
|
@@ -815,57 +841,52 @@ export interface Placement {
|
|
|
815
841
|
* <p>The Availability Zone of the instance.</p>
|
|
816
842
|
* <p>If not specified, an Availability Zone will be automatically chosen for you based on
|
|
817
843
|
* the load balancing criteria for the Region.</p>
|
|
818
|
-
* <p>This parameter is not supported
|
|
844
|
+
* <p>This parameter is not supported for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet">CreateFleet</a>.</p>
|
|
819
845
|
*/
|
|
820
846
|
AvailabilityZone?: string;
|
|
821
847
|
/**
|
|
822
|
-
* <p>The affinity setting for the instance on the Dedicated Host
|
|
823
|
-
*
|
|
824
|
-
* command.</p>
|
|
825
|
-
* <p>This parameter is not supported by <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet">CreateFleet</a>.</p>
|
|
848
|
+
* <p>The affinity setting for the instance on the Dedicated Host.</p>
|
|
849
|
+
* <p>This parameter is not supported for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet">CreateFleet</a> or <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportInstance.html">ImportInstance</a>.</p>
|
|
826
850
|
*/
|
|
827
851
|
Affinity?: string;
|
|
828
852
|
/**
|
|
829
|
-
* <p>The name of the placement group the instance is in
|
|
853
|
+
* <p>The name of the placement group that the instance is in. If you specify
|
|
854
|
+
* <code>GroupName</code>, you can't specify <code>GroupId</code>.</p>
|
|
830
855
|
*/
|
|
831
856
|
GroupName?: string;
|
|
832
857
|
/**
|
|
833
858
|
* <p>The number of the partition that the instance is in. Valid only if the placement group
|
|
834
859
|
* strategy is set to <code>partition</code>.</p>
|
|
835
|
-
* <p>This parameter is not supported
|
|
860
|
+
* <p>This parameter is not supported for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet">CreateFleet</a>.</p>
|
|
836
861
|
*/
|
|
837
862
|
PartitionNumber?: number;
|
|
838
863
|
/**
|
|
839
|
-
* <p>The ID of the Dedicated Host on which the instance resides
|
|
840
|
-
*
|
|
841
|
-
* command.</p>
|
|
842
|
-
* <p>This parameter is not supported by <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet">CreateFleet</a>.</p>
|
|
864
|
+
* <p>The ID of the Dedicated Host on which the instance resides.</p>
|
|
865
|
+
* <p>This parameter is not supported for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet">CreateFleet</a> or <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportInstance.html">ImportInstance</a>.</p>
|
|
843
866
|
*/
|
|
844
867
|
HostId?: string;
|
|
845
868
|
/**
|
|
846
869
|
* <p>The tenancy of the instance (if the instance is running in a VPC). An instance with a
|
|
847
|
-
* tenancy of <code>dedicated</code> runs on single-tenant hardware
|
|
848
|
-
*
|
|
849
|
-
*
|
|
850
|
-
*
|
|
851
|
-
*
|
|
852
|
-
* <code>host</code> tenancy.</p>
|
|
870
|
+
* tenancy of <code>dedicated</code> runs on single-tenant hardware.</p>
|
|
871
|
+
* <p>This parameter is not supported for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet">CreateFleet</a>. The
|
|
872
|
+
* <code>host</code> tenancy is not supported for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportInstance.html">ImportInstance</a> or
|
|
873
|
+
* for T3 instances that are configured for the <code>unlimited</code> CPU credit
|
|
874
|
+
* option.</p>
|
|
853
875
|
*/
|
|
854
876
|
Tenancy?: Tenancy | string;
|
|
855
877
|
/**
|
|
856
878
|
* <p>Reserved for future use.</p>
|
|
857
|
-
* <p>This parameter is not supported by <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet">CreateFleet</a>.</p>
|
|
858
879
|
*/
|
|
859
880
|
SpreadDomain?: string;
|
|
860
881
|
/**
|
|
861
|
-
* <p>The ARN of the host resource group in which to launch the instances
|
|
862
|
-
*
|
|
863
|
-
*
|
|
864
|
-
* <p>This parameter is not supported by <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet">CreateFleet</a>.</p>
|
|
882
|
+
* <p>The ARN of the host resource group in which to launch the instances.</p>
|
|
883
|
+
* <p>If you specify this parameter, either omit the <b>Tenancy</b> parameter or set it to <code>host</code>.</p>
|
|
884
|
+
* <p>This parameter is not supported for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet">CreateFleet</a>.</p>
|
|
865
885
|
*/
|
|
866
886
|
HostResourceGroupArn?: string;
|
|
867
887
|
/**
|
|
868
|
-
* <p>The
|
|
888
|
+
* <p>The ID of the placement group that the instance is in. If you specify
|
|
889
|
+
* <code>GroupId</code>, you can't specify <code>GroupName</code>.</p>
|
|
869
890
|
*/
|
|
870
891
|
GroupId?: string;
|
|
871
892
|
}
|
|
@@ -1097,28 +1118,48 @@ export interface SpotOptionsRequest {
|
|
|
1097
1118
|
* <p>The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance
|
|
1098
1119
|
* pools specified by the EC2 Fleet launch configuration. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-allocation-strategy.html">Allocation strategies for Spot Instances</a> in the
|
|
1099
1120
|
* <i>Amazon EC2 User Guide</i>.</p>
|
|
1100
|
-
*
|
|
1101
|
-
*
|
|
1102
|
-
*
|
|
1103
|
-
*
|
|
1104
|
-
*
|
|
1105
|
-
*
|
|
1106
|
-
*
|
|
1107
|
-
*
|
|
1108
|
-
*
|
|
1109
|
-
*
|
|
1110
|
-
*
|
|
1111
|
-
*
|
|
1112
|
-
*
|
|
1113
|
-
*
|
|
1114
|
-
*
|
|
1115
|
-
*
|
|
1116
|
-
*
|
|
1117
|
-
*
|
|
1118
|
-
*
|
|
1119
|
-
*
|
|
1120
|
-
*
|
|
1121
|
-
*
|
|
1121
|
+
*
|
|
1122
|
+
* <dl>
|
|
1123
|
+
* <dt>price-capacity-optimized (recommended)</dt>
|
|
1124
|
+
* <dd>
|
|
1125
|
+
* <p>EC2 Fleet identifies the pools with
|
|
1126
|
+
* the highest capacity availability for the number of instances that are launching. This means
|
|
1127
|
+
* that we will request Spot Instances from the pools that we believe have the lowest chance of interruption
|
|
1128
|
+
* in the near term. EC2 Fleet then requests Spot Instances from the lowest priced of these pools.</p>
|
|
1129
|
+
* </dd>
|
|
1130
|
+
* <dt>capacity-optimized</dt>
|
|
1131
|
+
* <dd>
|
|
1132
|
+
* <p>EC2 Fleet identifies the pools with
|
|
1133
|
+
* the highest capacity availability for the number of instances that are launching. This means
|
|
1134
|
+
* that we will request Spot Instances from the pools that we believe have the lowest chance of interruption
|
|
1135
|
+
* in the near term. To give certain
|
|
1136
|
+
* instance types a higher chance of launching first, use
|
|
1137
|
+
* <code>capacity-optimized-prioritized</code>. Set a priority for each instance type by
|
|
1138
|
+
* using the <code>Priority</code> parameter for <code>LaunchTemplateOverrides</code>. You can
|
|
1139
|
+
* assign the same priority to different <code>LaunchTemplateOverrides</code>. EC2 implements
|
|
1140
|
+
* the priorities on a best-effort basis, but optimizes for capacity first.
|
|
1141
|
+
* <code>capacity-optimized-prioritized</code> is supported only if your EC2 Fleet uses a
|
|
1142
|
+
* launch template. Note that if the On-Demand <code>AllocationStrategy</code> is set to
|
|
1143
|
+
* <code>prioritized</code>, the same priority is applied when fulfilling On-Demand
|
|
1144
|
+
* capacity.</p>
|
|
1145
|
+
* </dd>
|
|
1146
|
+
* <dt>diversified</dt>
|
|
1147
|
+
* <dd>
|
|
1148
|
+
* <p>EC2 Fleet requests instances from all of the Spot Instance pools that you
|
|
1149
|
+
* specify.</p>
|
|
1150
|
+
* </dd>
|
|
1151
|
+
* <dt>lowest-price</dt>
|
|
1152
|
+
* <dd>
|
|
1153
|
+
* <p>EC2 Fleet requests instances from the lowest priced Spot Instance pool that
|
|
1154
|
+
* has available capacity. If the lowest priced pool doesn't have available capacity, the Spot Instances
|
|
1155
|
+
* come from the next lowest priced pool that has available capacity. If a pool runs out of
|
|
1156
|
+
* capacity before fulfilling your desired capacity, EC2 Fleet will continue to fulfill your
|
|
1157
|
+
* request by drawing from the next lowest priced pool. To ensure that your desired capacity is
|
|
1158
|
+
* met, you might receive Spot Instances from several pools. Because this strategy only considers instance
|
|
1159
|
+
* price and not capacity availability, it might lead to high interruption rates.</p>
|
|
1160
|
+
* </dd>
|
|
1161
|
+
* </dl>
|
|
1162
|
+
*
|
|
1122
1163
|
* <p>Default: <code>lowest-price</code>
|
|
1123
1164
|
* </p>
|
|
1124
1165
|
*/
|
|
@@ -5129,13 +5170,13 @@ export interface LocalGatewayRouteTable {
|
|
|
5129
5170
|
*/
|
|
5130
5171
|
Mode?: LocalGatewayRouteTableMode | string;
|
|
5131
5172
|
/**
|
|
5132
|
-
* <p>
|
|
5173
|
+
* <p>Information about the state change.</p>
|
|
5133
5174
|
*/
|
|
5134
5175
|
StateReason?: StateReason;
|
|
5135
5176
|
}
|
|
5136
5177
|
export interface CreateLocalGatewayRouteTableResult {
|
|
5137
5178
|
/**
|
|
5138
|
-
* <p>
|
|
5179
|
+
* <p>Information about the local gateway route table.</p>
|
|
5139
5180
|
*/
|
|
5140
5181
|
LocalGatewayRouteTable?: LocalGatewayRouteTable;
|
|
5141
5182
|
}
|
|
@@ -5204,7 +5245,7 @@ export interface LocalGatewayRouteTableVirtualInterfaceGroupAssociation {
|
|
|
5204
5245
|
}
|
|
5205
5246
|
export interface CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult {
|
|
5206
5247
|
/**
|
|
5207
|
-
* <p>
|
|
5248
|
+
* <p>Information about the local gateway route table virtual interface group association.</p>
|
|
5208
5249
|
*/
|
|
5209
5250
|
LocalGatewayRouteTableVirtualInterfaceGroupAssociation?: LocalGatewayRouteTableVirtualInterfaceGroupAssociation;
|
|
5210
5251
|
}
|
|
@@ -5905,6 +5946,8 @@ export interface NetworkInsightsPath {
|
|
|
5905
5946
|
* <p>The Amazon Web Services resource that is the destination of the path.</p>
|
|
5906
5947
|
*/
|
|
5907
5948
|
Destination?: string;
|
|
5949
|
+
SourceArn?: string;
|
|
5950
|
+
DestinationArn?: string;
|
|
5908
5951
|
/**
|
|
5909
5952
|
* <p>The IP address of the Amazon Web Services resource that is the source of the path.</p>
|
|
5910
5953
|
*/
|
|
@@ -6070,6 +6113,31 @@ export interface NetworkInterfaceAssociation {
|
|
|
6070
6113
|
*/
|
|
6071
6114
|
CarrierIp?: string;
|
|
6072
6115
|
}
|
|
6116
|
+
/**
|
|
6117
|
+
* <p>Describes the ENA Express configuration for UDP traffic on the network interface that's attached to
|
|
6118
|
+
* the instance.</p>
|
|
6119
|
+
*/
|
|
6120
|
+
export interface AttachmentEnaSrdUdpSpecification {
|
|
6121
|
+
/**
|
|
6122
|
+
* <p>Indicates whether UDP traffic to and from the instance uses ENA Express. To specify this setting,
|
|
6123
|
+
* you must first enable ENA Express.</p>
|
|
6124
|
+
*/
|
|
6125
|
+
EnaSrdUdpEnabled?: boolean;
|
|
6126
|
+
}
|
|
6127
|
+
/**
|
|
6128
|
+
* <p>Describes the ENA Express configuration for the network interface that's attached to the instance.</p>
|
|
6129
|
+
*/
|
|
6130
|
+
export interface AttachmentEnaSrdSpecification {
|
|
6131
|
+
/**
|
|
6132
|
+
* <p>Indicates whether ENA Express is enabled for the network interface that's attached to the
|
|
6133
|
+
* instance.</p>
|
|
6134
|
+
*/
|
|
6135
|
+
EnaSrdEnabled?: boolean;
|
|
6136
|
+
/**
|
|
6137
|
+
* <p>ENA Express configuration for UDP network traffic.</p>
|
|
6138
|
+
*/
|
|
6139
|
+
EnaSrdUdpSpecification?: AttachmentEnaSrdUdpSpecification;
|
|
6140
|
+
}
|
|
6073
6141
|
/**
|
|
6074
6142
|
* <p>Describes a network interface attachment.</p>
|
|
6075
6143
|
*/
|
|
@@ -6106,6 +6174,10 @@ export interface NetworkInterfaceAttachment {
|
|
|
6106
6174
|
* <p>The attachment state.</p>
|
|
6107
6175
|
*/
|
|
6108
6176
|
Status?: AttachmentStatus | string;
|
|
6177
|
+
/**
|
|
6178
|
+
* <p>Configures ENA Express for the network interface that this action attaches to the instance.</p>
|
|
6179
|
+
*/
|
|
6180
|
+
EnaSrdSpecification?: AttachmentEnaSrdSpecification;
|
|
6109
6181
|
}
|
|
6110
6182
|
/**
|
|
6111
6183
|
* <p>Describes a security group.</p>
|
|
@@ -6485,8 +6557,8 @@ export interface PlacementGroup {
|
|
|
6485
6557
|
*/
|
|
6486
6558
|
GroupArn?: string;
|
|
6487
6559
|
/**
|
|
6488
|
-
* <p>
|
|
6489
|
-
* groups can be spread across hosts
|
|
6560
|
+
* <p>The spread level for the placement group. <i>Only</i> Outpost placement
|
|
6561
|
+
* groups can be spread across hosts.</p>
|
|
6490
6562
|
*/
|
|
6491
6563
|
SpreadLevel?: SpreadLevel | string;
|
|
6492
6564
|
}
|
|
@@ -7440,118 +7512,10 @@ export interface CreateStoreImageTaskResult {
|
|
|
7440
7512
|
*/
|
|
7441
7513
|
ObjectKey?: string;
|
|
7442
7514
|
}
|
|
7443
|
-
|
|
7444
|
-
|
|
7445
|
-
|
|
7446
|
-
|
|
7447
|
-
TagSpecifications?: TagSpecification[];
|
|
7448
|
-
/**
|
|
7449
|
-
* <p>The Availability Zone or Local Zone for the subnet.</p>
|
|
7450
|
-
* <p>Default: Amazon Web Services selects one for you. If you create more than one subnet in your VPC, we
|
|
7451
|
-
* do not necessarily select a different zone for each subnet.</p>
|
|
7452
|
-
* <p>To create a subnet in a Local Zone, set this value to the Local Zone ID, for example
|
|
7453
|
-
* <code>us-west-2-lax-1a</code>. For information about the Regions that support Local Zones,
|
|
7454
|
-
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions">Available Regions</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
7455
|
-
* <p>To create a subnet in an Outpost, set this value to the Availability Zone for the
|
|
7456
|
-
* Outpost and specify the Outpost ARN.</p>
|
|
7457
|
-
*/
|
|
7458
|
-
AvailabilityZone?: string;
|
|
7459
|
-
/**
|
|
7460
|
-
* <p>The AZ ID or the Local Zone ID of the subnet.</p>
|
|
7461
|
-
*/
|
|
7462
|
-
AvailabilityZoneId?: string;
|
|
7463
|
-
/**
|
|
7464
|
-
* <p>The IPv4 network range for the subnet, in CIDR notation. For example, <code>10.0.0.0/24</code>.
|
|
7465
|
-
* We modify the specified CIDR block to its canonical form; for example, if you specify
|
|
7466
|
-
* <code>100.68.0.18/18</code>, we modify it to <code>100.68.0.0/18</code>.</p>
|
|
7467
|
-
* <p>This parameter is not supported for an IPv6 only subnet.</p>
|
|
7468
|
-
*/
|
|
7469
|
-
CidrBlock?: string;
|
|
7470
|
-
/**
|
|
7471
|
-
* <p>The IPv6 network range for the subnet, in CIDR notation. The subnet size must use a
|
|
7472
|
-
* /64 prefix length.</p>
|
|
7473
|
-
* <p>This parameter is required for an IPv6 only subnet.</p>
|
|
7474
|
-
*/
|
|
7475
|
-
Ipv6CidrBlock?: string;
|
|
7476
|
-
/**
|
|
7477
|
-
* <p>The Amazon Resource Name (ARN) of the Outpost. If you specify an Outpost ARN, you must also
|
|
7478
|
-
* specify the Availability Zone of the Outpost subnet.</p>
|
|
7479
|
-
*/
|
|
7480
|
-
OutpostArn?: string;
|
|
7481
|
-
/**
|
|
7482
|
-
* <p>The ID of the VPC.</p>
|
|
7483
|
-
*/
|
|
7484
|
-
VpcId: string | undefined;
|
|
7485
|
-
/**
|
|
7486
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7487
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7488
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7489
|
-
*/
|
|
7490
|
-
DryRun?: boolean;
|
|
7491
|
-
/**
|
|
7492
|
-
* <p>Indicates whether to create an IPv6 only subnet.</p>
|
|
7493
|
-
*/
|
|
7494
|
-
Ipv6Native?: boolean;
|
|
7495
|
-
}
|
|
7496
|
-
export interface CreateSubnetResult {
|
|
7497
|
-
/**
|
|
7498
|
-
* <p>Information about the subnet.</p>
|
|
7499
|
-
*/
|
|
7500
|
-
Subnet?: Subnet;
|
|
7501
|
-
}
|
|
7502
|
-
export declare enum SubnetCidrReservationType {
|
|
7503
|
-
explicit = "explicit",
|
|
7504
|
-
prefix = "prefix"
|
|
7505
|
-
}
|
|
7506
|
-
export interface CreateSubnetCidrReservationRequest {
|
|
7507
|
-
/**
|
|
7508
|
-
* <p>The ID of the subnet.</p>
|
|
7509
|
-
*/
|
|
7510
|
-
SubnetId: string | undefined;
|
|
7511
|
-
/**
|
|
7512
|
-
* <p>The IPv4 or IPV6 CIDR range to reserve.</p>
|
|
7513
|
-
*/
|
|
7514
|
-
Cidr: string | undefined;
|
|
7515
|
-
/**
|
|
7516
|
-
* <p>The type of reservation.</p>
|
|
7517
|
-
* <p>The following are valid values:</p>
|
|
7518
|
-
* <ul>
|
|
7519
|
-
* <li>
|
|
7520
|
-
* <p>
|
|
7521
|
-
* <code>prefix</code>: The Amazon EC2
|
|
7522
|
-
* Prefix
|
|
7523
|
-
* Delegation feature assigns the IP addresses to network interfaces that are
|
|
7524
|
-
* associated with an instance. For information about Prefix
|
|
7525
|
-
* Delegation,
|
|
7526
|
-
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-delegation.html">Prefix Delegation
|
|
7527
|
-
* for Amazon EC2 network interfaces</a> in the
|
|
7528
|
-
* <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
7529
|
-
* </li>
|
|
7530
|
-
* <li>
|
|
7531
|
-
* <p>
|
|
7532
|
-
* <code>explicit</code>: You manually assign the IP addresses to resources that
|
|
7533
|
-
* reside in your subnet. </p>
|
|
7534
|
-
* </li>
|
|
7535
|
-
* </ul>
|
|
7536
|
-
*/
|
|
7537
|
-
ReservationType: SubnetCidrReservationType | string | undefined;
|
|
7538
|
-
/**
|
|
7539
|
-
* <p>The
|
|
7540
|
-
* description
|
|
7541
|
-
* to assign to the subnet CIDR reservation.</p>
|
|
7542
|
-
*/
|
|
7543
|
-
Description?: string;
|
|
7544
|
-
/**
|
|
7545
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7546
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7547
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7548
|
-
*/
|
|
7549
|
-
DryRun?: boolean;
|
|
7550
|
-
/**
|
|
7551
|
-
* <p>The tags to assign to the subnet CIDR reservation.</p>
|
|
7552
|
-
*/
|
|
7553
|
-
TagSpecifications?: TagSpecification[];
|
|
7554
|
-
}
|
|
7515
|
+
/**
|
|
7516
|
+
* @internal
|
|
7517
|
+
*/
|
|
7518
|
+
export declare const PrivateDnsNameOptionsOnLaunchFilterSensitiveLog: (obj: PrivateDnsNameOptionsOnLaunch) => any;
|
|
7555
7519
|
/**
|
|
7556
7520
|
* @internal
|
|
7557
7521
|
*/
|
|
@@ -8276,6 +8240,14 @@ export declare const CreateNetworkInterfaceRequestFilterSensitiveLog: (obj: Crea
|
|
|
8276
8240
|
* @internal
|
|
8277
8241
|
*/
|
|
8278
8242
|
export declare const NetworkInterfaceAssociationFilterSensitiveLog: (obj: NetworkInterfaceAssociation) => any;
|
|
8243
|
+
/**
|
|
8244
|
+
* @internal
|
|
8245
|
+
*/
|
|
8246
|
+
export declare const AttachmentEnaSrdUdpSpecificationFilterSensitiveLog: (obj: AttachmentEnaSrdUdpSpecification) => any;
|
|
8247
|
+
/**
|
|
8248
|
+
* @internal
|
|
8249
|
+
*/
|
|
8250
|
+
export declare const AttachmentEnaSrdSpecificationFilterSensitiveLog: (obj: AttachmentEnaSrdSpecification) => any;
|
|
8279
8251
|
/**
|
|
8280
8252
|
* @internal
|
|
8281
8253
|
*/
|
|
@@ -8464,15 +8436,3 @@ export declare const CreateStoreImageTaskRequestFilterSensitiveLog: (obj: Create
|
|
|
8464
8436
|
* @internal
|
|
8465
8437
|
*/
|
|
8466
8438
|
export declare const CreateStoreImageTaskResultFilterSensitiveLog: (obj: CreateStoreImageTaskResult) => any;
|
|
8467
|
-
/**
|
|
8468
|
-
* @internal
|
|
8469
|
-
*/
|
|
8470
|
-
export declare const CreateSubnetRequestFilterSensitiveLog: (obj: CreateSubnetRequest) => any;
|
|
8471
|
-
/**
|
|
8472
|
-
* @internal
|
|
8473
|
-
*/
|
|
8474
|
-
export declare const CreateSubnetResultFilterSensitiveLog: (obj: CreateSubnetResult) => any;
|
|
8475
|
-
/**
|
|
8476
|
-
* @internal
|
|
8477
|
-
*/
|
|
8478
|
-
export declare const CreateSubnetCidrReservationRequestFilterSensitiveLog: (obj: CreateSubnetCidrReservationRequest) => any;
|
|
@@ -1,5 +1,117 @@
|
|
|
1
1
|
import { ApplianceModeSupportValue, ByoipCidr, CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, DnsSupportValue, DynamicRoutingValue, GatewayType, InstanceEventWindowState, Ipv6SupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VolumeAttachment, VpcAttachment, VpcPeeringConnection } from "./models_0";
|
|
2
|
-
import { Ipam, IpamPool, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList,
|
|
2
|
+
import { Ipam, IpamPool, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
|
|
3
|
+
export interface CreateSubnetRequest {
|
|
4
|
+
/**
|
|
5
|
+
* <p>The tags to assign to the subnet.</p>
|
|
6
|
+
*/
|
|
7
|
+
TagSpecifications?: TagSpecification[];
|
|
8
|
+
/**
|
|
9
|
+
* <p>The Availability Zone or Local Zone for the subnet.</p>
|
|
10
|
+
* <p>Default: Amazon Web Services selects one for you. If you create more than one subnet in your VPC, we
|
|
11
|
+
* do not necessarily select a different zone for each subnet.</p>
|
|
12
|
+
* <p>To create a subnet in a Local Zone, set this value to the Local Zone ID, for example
|
|
13
|
+
* <code>us-west-2-lax-1a</code>. For information about the Regions that support Local Zones,
|
|
14
|
+
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions">Available Regions</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
15
|
+
* <p>To create a subnet in an Outpost, set this value to the Availability Zone for the
|
|
16
|
+
* Outpost and specify the Outpost ARN.</p>
|
|
17
|
+
*/
|
|
18
|
+
AvailabilityZone?: string;
|
|
19
|
+
/**
|
|
20
|
+
* <p>The AZ ID or the Local Zone ID of the subnet.</p>
|
|
21
|
+
*/
|
|
22
|
+
AvailabilityZoneId?: string;
|
|
23
|
+
/**
|
|
24
|
+
* <p>The IPv4 network range for the subnet, in CIDR notation. For example, <code>10.0.0.0/24</code>.
|
|
25
|
+
* We modify the specified CIDR block to its canonical form; for example, if you specify
|
|
26
|
+
* <code>100.68.0.18/18</code>, we modify it to <code>100.68.0.0/18</code>.</p>
|
|
27
|
+
* <p>This parameter is not supported for an IPv6 only subnet.</p>
|
|
28
|
+
*/
|
|
29
|
+
CidrBlock?: string;
|
|
30
|
+
/**
|
|
31
|
+
* <p>The IPv6 network range for the subnet, in CIDR notation. The subnet size must use a
|
|
32
|
+
* /64 prefix length.</p>
|
|
33
|
+
* <p>This parameter is required for an IPv6 only subnet.</p>
|
|
34
|
+
*/
|
|
35
|
+
Ipv6CidrBlock?: string;
|
|
36
|
+
/**
|
|
37
|
+
* <p>The Amazon Resource Name (ARN) of the Outpost. If you specify an Outpost ARN, you must also
|
|
38
|
+
* specify the Availability Zone of the Outpost subnet.</p>
|
|
39
|
+
*/
|
|
40
|
+
OutpostArn?: string;
|
|
41
|
+
/**
|
|
42
|
+
* <p>The ID of the VPC.</p>
|
|
43
|
+
*/
|
|
44
|
+
VpcId: string | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
47
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
48
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
49
|
+
*/
|
|
50
|
+
DryRun?: boolean;
|
|
51
|
+
/**
|
|
52
|
+
* <p>Indicates whether to create an IPv6 only subnet.</p>
|
|
53
|
+
*/
|
|
54
|
+
Ipv6Native?: boolean;
|
|
55
|
+
}
|
|
56
|
+
export interface CreateSubnetResult {
|
|
57
|
+
/**
|
|
58
|
+
* <p>Information about the subnet.</p>
|
|
59
|
+
*/
|
|
60
|
+
Subnet?: Subnet;
|
|
61
|
+
}
|
|
62
|
+
export declare enum SubnetCidrReservationType {
|
|
63
|
+
explicit = "explicit",
|
|
64
|
+
prefix = "prefix"
|
|
65
|
+
}
|
|
66
|
+
export interface CreateSubnetCidrReservationRequest {
|
|
67
|
+
/**
|
|
68
|
+
* <p>The ID of the subnet.</p>
|
|
69
|
+
*/
|
|
70
|
+
SubnetId: string | undefined;
|
|
71
|
+
/**
|
|
72
|
+
* <p>The IPv4 or IPV6 CIDR range to reserve.</p>
|
|
73
|
+
*/
|
|
74
|
+
Cidr: string | undefined;
|
|
75
|
+
/**
|
|
76
|
+
* <p>The type of reservation.</p>
|
|
77
|
+
* <p>The following are valid values:</p>
|
|
78
|
+
* <ul>
|
|
79
|
+
* <li>
|
|
80
|
+
* <p>
|
|
81
|
+
* <code>prefix</code>: The Amazon EC2
|
|
82
|
+
* Prefix
|
|
83
|
+
* Delegation feature assigns the IP addresses to network interfaces that are
|
|
84
|
+
* associated with an instance. For information about Prefix
|
|
85
|
+
* Delegation,
|
|
86
|
+
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-delegation.html">Prefix Delegation
|
|
87
|
+
* for Amazon EC2 network interfaces</a> in the
|
|
88
|
+
* <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
89
|
+
* </li>
|
|
90
|
+
* <li>
|
|
91
|
+
* <p>
|
|
92
|
+
* <code>explicit</code>: You manually assign the IP addresses to resources that
|
|
93
|
+
* reside in your subnet. </p>
|
|
94
|
+
* </li>
|
|
95
|
+
* </ul>
|
|
96
|
+
*/
|
|
97
|
+
ReservationType: SubnetCidrReservationType | string | undefined;
|
|
98
|
+
/**
|
|
99
|
+
* <p>The
|
|
100
|
+
* description
|
|
101
|
+
* to assign to the subnet CIDR reservation.</p>
|
|
102
|
+
*/
|
|
103
|
+
Description?: string;
|
|
104
|
+
/**
|
|
105
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
106
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
107
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
108
|
+
*/
|
|
109
|
+
DryRun?: boolean;
|
|
110
|
+
/**
|
|
111
|
+
* <p>The tags to assign to the subnet CIDR reservation.</p>
|
|
112
|
+
*/
|
|
113
|
+
TagSpecifications?: TagSpecification[];
|
|
114
|
+
}
|
|
3
115
|
/**
|
|
4
116
|
* <p>Describes a subnet CIDR reservation.</p>
|
|
5
117
|
*/
|
|
@@ -3279,7 +3391,7 @@ export interface DeleteCoipPoolRequest {
|
|
|
3279
3391
|
}
|
|
3280
3392
|
export interface DeleteCoipPoolResult {
|
|
3281
3393
|
/**
|
|
3282
|
-
* <p>
|
|
3394
|
+
* <p>Information about the CoIP address pool.</p>
|
|
3283
3395
|
*/
|
|
3284
3396
|
CoipPool?: CoipPool;
|
|
3285
3397
|
}
|
|
@@ -3759,7 +3871,7 @@ export interface DeleteLocalGatewayRouteTableRequest {
|
|
|
3759
3871
|
}
|
|
3760
3872
|
export interface DeleteLocalGatewayRouteTableResult {
|
|
3761
3873
|
/**
|
|
3762
|
-
* <p>
|
|
3874
|
+
* <p>Information about the local gateway route table.</p>
|
|
3763
3875
|
*/
|
|
3764
3876
|
LocalGatewayRouteTable?: LocalGatewayRouteTable;
|
|
3765
3877
|
}
|
|
@@ -3779,7 +3891,7 @@ export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationReq
|
|
|
3779
3891
|
}
|
|
3780
3892
|
export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult {
|
|
3781
3893
|
/**
|
|
3782
|
-
* <p>
|
|
3894
|
+
* <p>Information about the association.</p>
|
|
3783
3895
|
*/
|
|
3784
3896
|
LocalGatewayRouteTableVirtualInterfaceGroupAssociation?: LocalGatewayRouteTableVirtualInterfaceGroupAssociation;
|
|
3785
3897
|
}
|
|
@@ -4763,53 +4875,17 @@ export interface DeregisterImageRequest {
|
|
|
4763
4875
|
DryRun?: boolean;
|
|
4764
4876
|
}
|
|
4765
4877
|
/**
|
|
4766
|
-
*
|
|
4767
|
-
* individual tag keys or deregister all tag keys in the current Region. You must specify either
|
|
4768
|
-
* <code>IncludeAllTagsOfInstance</code> or <code>InstanceTagKeys</code> in the request</p>
|
|
4878
|
+
* @internal
|
|
4769
4879
|
*/
|
|
4770
|
-
export
|
|
4771
|
-
/**
|
|
4772
|
-
* <p>Indicates whether to deregister all tag keys in the current Region. Specify <code>false</code>
|
|
4773
|
-
* to deregister all tag keys.</p>
|
|
4774
|
-
*/
|
|
4775
|
-
IncludeAllTagsOfInstance?: boolean;
|
|
4776
|
-
/**
|
|
4777
|
-
* <p>Information about the tag keys to deregister.</p>
|
|
4778
|
-
*/
|
|
4779
|
-
InstanceTagKeys?: string[];
|
|
4780
|
-
}
|
|
4781
|
-
export interface DeregisterInstanceEventNotificationAttributesRequest {
|
|
4782
|
-
/**
|
|
4783
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
4784
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
4785
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
4786
|
-
*/
|
|
4787
|
-
DryRun?: boolean;
|
|
4788
|
-
/**
|
|
4789
|
-
* <p>Information about the tag keys to deregister.</p>
|
|
4790
|
-
*/
|
|
4791
|
-
InstanceTagAttribute?: DeregisterInstanceTagAttributeRequest;
|
|
4792
|
-
}
|
|
4880
|
+
export declare const CreateSubnetRequestFilterSensitiveLog: (obj: CreateSubnetRequest) => any;
|
|
4793
4881
|
/**
|
|
4794
|
-
*
|
|
4882
|
+
* @internal
|
|
4795
4883
|
*/
|
|
4796
|
-
export
|
|
4797
|
-
|
|
4798
|
-
|
|
4799
|
-
|
|
4800
|
-
|
|
4801
|
-
/**
|
|
4802
|
-
* <p>Indicates wheter all tag keys in the current Region are registered to appear in scheduled event notifications.
|
|
4803
|
-
* <code>true</code> indicates that all tag keys in the current Region are registered.</p>
|
|
4804
|
-
*/
|
|
4805
|
-
IncludeAllTagsOfInstance?: boolean;
|
|
4806
|
-
}
|
|
4807
|
-
export interface DeregisterInstanceEventNotificationAttributesResult {
|
|
4808
|
-
/**
|
|
4809
|
-
* <p>The resulting set of tag keys.</p>
|
|
4810
|
-
*/
|
|
4811
|
-
InstanceTagAttribute?: InstanceTagNotificationAttribute;
|
|
4812
|
-
}
|
|
4884
|
+
export declare const CreateSubnetResultFilterSensitiveLog: (obj: CreateSubnetResult) => any;
|
|
4885
|
+
/**
|
|
4886
|
+
* @internal
|
|
4887
|
+
*/
|
|
4888
|
+
export declare const CreateSubnetCidrReservationRequestFilterSensitiveLog: (obj: CreateSubnetCidrReservationRequest) => any;
|
|
4813
4889
|
/**
|
|
4814
4890
|
* @internal
|
|
4815
4891
|
*/
|
|
@@ -5806,19 +5882,3 @@ export declare const DeprovisionPublicIpv4PoolCidrResultFilterSensitiveLog: (obj
|
|
|
5806
5882
|
* @internal
|
|
5807
5883
|
*/
|
|
5808
5884
|
export declare const DeregisterImageRequestFilterSensitiveLog: (obj: DeregisterImageRequest) => any;
|
|
5809
|
-
/**
|
|
5810
|
-
* @internal
|
|
5811
|
-
*/
|
|
5812
|
-
export declare const DeregisterInstanceTagAttributeRequestFilterSensitiveLog: (obj: DeregisterInstanceTagAttributeRequest) => any;
|
|
5813
|
-
/**
|
|
5814
|
-
* @internal
|
|
5815
|
-
*/
|
|
5816
|
-
export declare const DeregisterInstanceEventNotificationAttributesRequestFilterSensitiveLog: (obj: DeregisterInstanceEventNotificationAttributesRequest) => any;
|
|
5817
|
-
/**
|
|
5818
|
-
* @internal
|
|
5819
|
-
*/
|
|
5820
|
-
export declare const InstanceTagNotificationAttributeFilterSensitiveLog: (obj: InstanceTagNotificationAttribute) => any;
|
|
5821
|
-
/**
|
|
5822
|
-
* @internal
|
|
5823
|
-
*/
|
|
5824
|
-
export declare const DeregisterInstanceEventNotificationAttributesResultFilterSensitiveLog: (obj: DeregisterInstanceEventNotificationAttributesResult) => any;
|