@aws-sdk/client-ec2 3.799.0 → 3.800.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 +29 -12
- package/dist-es/commands/DescribeConversionTasksCommand.js +1 -1
- package/dist-es/models/models_1.js +4 -6
- package/dist-es/models/models_2.js +7 -1
- package/dist-es/models/models_4.js +1 -1
- package/dist-es/models/models_6.js +0 -4
- package/dist-es/models/models_7.js +4 -1
- package/dist-es/protocols/Aws_ec2.js +11 -0
- package/dist-types/commands/CreateIpamCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIpamCommand.d.ts +1 -0
- package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -13
- package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -2
- package/dist-types/commands/DescribeIpamsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +2 -1
- package/dist-types/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -2
- package/dist-types/commands/ModifyIpamCommand.d.ts +2 -0
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +2 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +23 -27
- package/dist-types/commands/TerminateInstancesCommand.d.ts +6 -6
- package/dist-types/models/models_1.d.ts +66 -66
- package/dist-types/models/models_2.d.ts +54 -26
- package/dist-types/models/models_3.d.ts +36 -23
- package/dist-types/models/models_4.d.ts +19 -17
- package/dist-types/models/models_5.d.ts +16 -18
- package/dist-types/models/models_6.d.ts +17 -29
- package/dist-types/models/models_7.d.ts +46 -16
- package/dist-types/models/models_8.d.ts +24 -5
- package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisableImageDeregistrationProtectionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/models_1.d.ts +8 -14
- package/dist-types/ts3.4/models/models_2.d.ts +15 -6
- package/dist-types/ts3.4/models/models_3.d.ts +5 -5
- package/dist-types/ts3.4/models/models_4.d.ts +5 -6
- package/dist-types/ts3.4/models/models_5.d.ts +5 -4
- package/dist-types/ts3.4/models/models_6.d.ts +4 -8
- package/dist-types/ts3.4/models/models_7.d.ts +11 -5
- package/dist-types/ts3.4/models/models_8.d.ts +5 -0
- package/package.json +1 -1
|
@@ -2364,15 +2364,20 @@ export interface ClientLoginBannerOptions {
|
|
|
2364
2364
|
BannerText?: string | undefined;
|
|
2365
2365
|
}
|
|
2366
2366
|
/**
|
|
2367
|
-
* <p>Client
|
|
2368
|
-
*
|
|
2369
|
-
*
|
|
2367
|
+
* <p>Client Route Enforcement is a feature of Client VPN that helps enforce administrator defined
|
|
2368
|
+
* routes on devices connected through the VPN. This feature helps improve your security
|
|
2369
|
+
* posture by ensuring that network traffic originating from a connected client is not
|
|
2370
|
+
* inadvertently sent outside the VPN tunnel.</p>
|
|
2371
|
+
* <p>Client Route Enforcement works by monitoring the route table of a connected device for
|
|
2372
|
+
* routing policy changes to the VPN connection. If the feature detects any VPN routing
|
|
2373
|
+
* policy modifications, it will automatically force an update to the route table,
|
|
2370
2374
|
* reverting it back to the expected route configurations.</p>
|
|
2371
2375
|
* @public
|
|
2372
2376
|
*/
|
|
2373
2377
|
export interface ClientRouteEnforcementOptions {
|
|
2374
2378
|
/**
|
|
2375
|
-
* <p>Enable or disable
|
|
2379
|
+
* <p>Enable or disable Client Route Enforcement. The state can either be <code>true</code>
|
|
2380
|
+
* (enabled) or <code>false</code> (disabled). The default is <code>false</code>.</p>
|
|
2376
2381
|
* <p>Valid values: <code>true | false</code>
|
|
2377
2382
|
* </p>
|
|
2378
2383
|
* <p>Default value: <code>false</code>
|
|
@@ -2565,7 +2570,7 @@ export interface CreateClientVpnEndpointRequest {
|
|
|
2565
2570
|
ClientRouteEnforcementOptions?: ClientRouteEnforcementOptions | undefined;
|
|
2566
2571
|
/**
|
|
2567
2572
|
* <p>Indicates whether the client VPN session is disconnected after the maximum timeout specified in <code>SessionTimeoutHours</code> is reached. If <code>true</code>, users are prompted to reconnect client VPN. If <code>false</code>, client VPN attempts to reconnect automatically.
|
|
2568
|
-
* The default value is <code>
|
|
2573
|
+
* The default value is <code>true</code>.</p>
|
|
2569
2574
|
* @public
|
|
2570
2575
|
*/
|
|
2571
2576
|
DisconnectOnSessionTimeout?: boolean | undefined;
|
|
@@ -3707,10 +3712,10 @@ export interface FleetEbsBlockDeviceRequest {
|
|
|
3707
3712
|
* <p>In no case can you remove encryption from an encrypted volume.</p>
|
|
3708
3713
|
* <p>Encrypted volumes can only be attached to instances that support Amazon EBS encryption. For
|
|
3709
3714
|
* more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption-requirements.html#ebs-encryption_supported_instances">Supported instance types</a>.</p>
|
|
3710
|
-
* <p>This parameter is not returned by
|
|
3711
|
-
* <p>For
|
|
3712
|
-
*
|
|
3713
|
-
*
|
|
3715
|
+
* <p>This parameter is not returned by <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImageAttribute">DescribeImageAttribute</a>.</p>
|
|
3716
|
+
* <p>For <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateImage">CreateImage</a> and <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RegisterImage">RegisterImage</a>, whether you
|
|
3717
|
+
* can include this parameter, and the allowed values differ depending on the type of block
|
|
3718
|
+
* device mapping you are creating.</p>
|
|
3714
3719
|
* <ul>
|
|
3715
3720
|
* <li>
|
|
3716
3721
|
* <p>If you are creating a block device mapping for a <b>new (empty)
|
|
@@ -4001,7 +4006,7 @@ export interface PerformanceFactorReferenceRequest {
|
|
|
4001
4006
|
* <p>If you enable performance protection by specifying a supported instance family, the
|
|
4002
4007
|
* returned instance types will exclude the above unsupported instance families.</p>
|
|
4003
4008
|
* <p>If you specify an unsupported instance family as a value for baseline performance, the
|
|
4004
|
-
* API returns an empty response for
|
|
4009
|
+
* API returns an empty response for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceTypesFromInstanceRequirements">GetInstanceTypesFromInstanceRequirements</a> and an exception for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet">CreateFleet</a>, <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotFleet">RequestSpotFleet</a>, <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyFleet">ModifyFleet</a>, and <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifySpotFleetRequest">ModifySpotFleetRequest</a>.</p>
|
|
4005
4010
|
* @public
|
|
4006
4011
|
*/
|
|
4007
4012
|
InstanceFamily?: string | undefined;
|
|
@@ -4485,6 +4490,9 @@ export interface InstanceRequirementsRequest {
|
|
|
4485
4490
|
* <li>
|
|
4486
4491
|
* <p>For instance types with GPU accelerators, specify <code>gpu</code>.</p>
|
|
4487
4492
|
* </li>
|
|
4493
|
+
* <li>
|
|
4494
|
+
* <p>For instance types with Inference accelerators, specify <code>inference</code>.</p>
|
|
4495
|
+
* </li>
|
|
4488
4496
|
* </ul>
|
|
4489
4497
|
* <p>Default: Any accelerator type</p>
|
|
4490
4498
|
* @public
|
|
@@ -5618,7 +5626,7 @@ export interface PerformanceFactorReference {
|
|
|
5618
5626
|
* <p>If you enable performance protection by specifying a supported instance family, the
|
|
5619
5627
|
* returned instance types will exclude the above unsupported instance families.</p>
|
|
5620
5628
|
* <p>If you specify an unsupported instance family as a value for baseline performance, the
|
|
5621
|
-
* API returns an empty response for
|
|
5629
|
+
* API returns an empty response for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceTypesFromInstanceRequirements">GetInstanceTypesFromInstanceRequirements</a> and an exception for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet">CreateFleet</a>, <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotFleet">RequestSpotFleet</a>, <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyFleet">ModifyFleet</a>, and <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifySpotFleetRequest">ModifySpotFleetRequest</a>.</p>
|
|
5622
5630
|
* @public
|
|
5623
5631
|
*/
|
|
5624
5632
|
InstanceFamily?: string | undefined;
|
|
@@ -6041,6 +6049,9 @@ export interface InstanceRequirements {
|
|
|
6041
6049
|
* <li>
|
|
6042
6050
|
* <p>For instance types with GPU accelerators, specify <code>gpu</code>.</p>
|
|
6043
6051
|
* </li>
|
|
6052
|
+
* <li>
|
|
6053
|
+
* <p>For instance types with Inference accelerators, specify <code>inference</code>.</p>
|
|
6054
|
+
* </li>
|
|
6044
6055
|
* </ul>
|
|
6045
6056
|
* <p>Default: Any accelerator type</p>
|
|
6046
6057
|
* @public
|
|
@@ -7602,6 +7613,18 @@ export interface CreateInternetGatewayResult {
|
|
|
7602
7613
|
*/
|
|
7603
7614
|
InternetGateway?: InternetGateway | undefined;
|
|
7604
7615
|
}
|
|
7616
|
+
/**
|
|
7617
|
+
* @public
|
|
7618
|
+
* @enum
|
|
7619
|
+
*/
|
|
7620
|
+
export declare const IpamMeteredAccount: {
|
|
7621
|
+
readonly ipam_owner: "ipam-owner";
|
|
7622
|
+
readonly resource_owner: "resource-owner";
|
|
7623
|
+
};
|
|
7624
|
+
/**
|
|
7625
|
+
* @public
|
|
7626
|
+
*/
|
|
7627
|
+
export type IpamMeteredAccount = (typeof IpamMeteredAccount)[keyof typeof IpamMeteredAccount];
|
|
7605
7628
|
/**
|
|
7606
7629
|
* @public
|
|
7607
7630
|
* @enum
|
|
@@ -7658,6 +7681,22 @@ export interface CreateIpamRequest {
|
|
|
7658
7681
|
* @public
|
|
7659
7682
|
*/
|
|
7660
7683
|
EnablePrivateGua?: boolean | undefined;
|
|
7684
|
+
/**
|
|
7685
|
+
* <p>A metered account is an Amazon Web Services account that is charged for active IP addresses managed in IPAM. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/ipam-enable-cost-distro.html">Enable cost distribution</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
|
|
7686
|
+
* <p>Possible values:</p>
|
|
7687
|
+
* <ul>
|
|
7688
|
+
* <li>
|
|
7689
|
+
* <p>
|
|
7690
|
+
* <code>ipam-owner</code> (default): The Amazon Web Services account which owns the IPAM is charged for all active IP addresses managed in IPAM.</p>
|
|
7691
|
+
* </li>
|
|
7692
|
+
* <li>
|
|
7693
|
+
* <p>
|
|
7694
|
+
* <code>resource-owner</code>: The Amazon Web Services account that owns the IP address is charged for the active IP address.</p>
|
|
7695
|
+
* </li>
|
|
7696
|
+
* </ul>
|
|
7697
|
+
* @public
|
|
7698
|
+
*/
|
|
7699
|
+
MeteredAccount?: IpamMeteredAccount | undefined;
|
|
7661
7700
|
}
|
|
7662
7701
|
/**
|
|
7663
7702
|
* <p>The operating Regions for an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.</p>
|
|
@@ -7786,6 +7825,22 @@ export interface Ipam {
|
|
|
7786
7825
|
* @public
|
|
7787
7826
|
*/
|
|
7788
7827
|
EnablePrivateGua?: boolean | undefined;
|
|
7828
|
+
/**
|
|
7829
|
+
* <p>A metered account is an Amazon Web Services account that is charged for active IP addresses managed in IPAM. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/ipam-enable-cost-distro.html">Enable cost distribution</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
|
|
7830
|
+
* <p>Possible values:</p>
|
|
7831
|
+
* <ul>
|
|
7832
|
+
* <li>
|
|
7833
|
+
* <p>
|
|
7834
|
+
* <code>ipam-owner</code> (default): The Amazon Web Services account which owns the IPAM is charged for all active IP addresses managed in IPAM.</p>
|
|
7835
|
+
* </li>
|
|
7836
|
+
* <li>
|
|
7837
|
+
* <p>
|
|
7838
|
+
* <code>resource-owner</code>: The Amazon Web Services account that owns the IP address is charged for the active IP address.</p>
|
|
7839
|
+
* </li>
|
|
7840
|
+
* </ul>
|
|
7841
|
+
* @public
|
|
7842
|
+
*/
|
|
7843
|
+
MeteredAccount?: IpamMeteredAccount | undefined;
|
|
7789
7844
|
}
|
|
7790
7845
|
/**
|
|
7791
7846
|
* @public
|
|
@@ -11330,57 +11385,6 @@ export interface ResponseLaunchTemplateData {
|
|
|
11330
11385
|
*/
|
|
11331
11386
|
NetworkPerformanceOptions?: LaunchTemplateNetworkPerformanceOptions | undefined;
|
|
11332
11387
|
}
|
|
11333
|
-
/**
|
|
11334
|
-
* <p>Describes a launch template version.</p>
|
|
11335
|
-
* @public
|
|
11336
|
-
*/
|
|
11337
|
-
export interface LaunchTemplateVersion {
|
|
11338
|
-
/**
|
|
11339
|
-
* <p>The ID of the launch template.</p>
|
|
11340
|
-
* @public
|
|
11341
|
-
*/
|
|
11342
|
-
LaunchTemplateId?: string | undefined;
|
|
11343
|
-
/**
|
|
11344
|
-
* <p>The name of the launch template.</p>
|
|
11345
|
-
* @public
|
|
11346
|
-
*/
|
|
11347
|
-
LaunchTemplateName?: string | undefined;
|
|
11348
|
-
/**
|
|
11349
|
-
* <p>The version number.</p>
|
|
11350
|
-
* @public
|
|
11351
|
-
*/
|
|
11352
|
-
VersionNumber?: number | undefined;
|
|
11353
|
-
/**
|
|
11354
|
-
* <p>The description for the version.</p>
|
|
11355
|
-
* @public
|
|
11356
|
-
*/
|
|
11357
|
-
VersionDescription?: string | undefined;
|
|
11358
|
-
/**
|
|
11359
|
-
* <p>The time the version was created.</p>
|
|
11360
|
-
* @public
|
|
11361
|
-
*/
|
|
11362
|
-
CreateTime?: Date | undefined;
|
|
11363
|
-
/**
|
|
11364
|
-
* <p>The principal that created the version.</p>
|
|
11365
|
-
* @public
|
|
11366
|
-
*/
|
|
11367
|
-
CreatedBy?: string | undefined;
|
|
11368
|
-
/**
|
|
11369
|
-
* <p>Indicates whether the version is the default version.</p>
|
|
11370
|
-
* @public
|
|
11371
|
-
*/
|
|
11372
|
-
DefaultVersion?: boolean | undefined;
|
|
11373
|
-
/**
|
|
11374
|
-
* <p>Information about the launch template.</p>
|
|
11375
|
-
* @public
|
|
11376
|
-
*/
|
|
11377
|
-
LaunchTemplateData?: ResponseLaunchTemplateData | undefined;
|
|
11378
|
-
/**
|
|
11379
|
-
* <p>The entity that manages the launch template.</p>
|
|
11380
|
-
* @public
|
|
11381
|
-
*/
|
|
11382
|
-
Operator?: OperatorResponse | undefined;
|
|
11383
|
-
}
|
|
11384
11388
|
/**
|
|
11385
11389
|
* @internal
|
|
11386
11390
|
*/
|
|
@@ -11405,7 +11409,3 @@ export declare const CreateLaunchTemplateVersionRequestFilterSensitiveLog: (obj:
|
|
|
11405
11409
|
* @internal
|
|
11406
11410
|
*/
|
|
11407
11411
|
export declare const ResponseLaunchTemplateDataFilterSensitiveLog: (obj: ResponseLaunchTemplateData) => any;
|
|
11408
|
-
/**
|
|
11409
|
-
* @internal
|
|
11410
|
-
*/
|
|
11411
|
-
export declare const LaunchTemplateVersionFilterSensitiveLog: (obj: LaunchTemplateVersion) => any;
|
|
@@ -1,5 +1,56 @@
|
|
|
1
1
|
import { AccessScopePath, AccessScopePathRequest, AddPrefixListEntry, ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, Ipv4PrefixSpecification, Ipv6SupportValue, NatGatewayAddress, PortRange, Protocol, ReservedInstancesListing, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment, VpcPeeringConnection } from "./models_0";
|
|
2
|
-
import { ConnectionTrackingSpecificationRequest, InstanceIpv6Address, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest,
|
|
2
|
+
import { ConnectionTrackingSpecificationRequest, InstanceIpv6Address, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, OperatorRequest, OperatorResponse, PrivateIpAddressSpecification, ResponseLaunchTemplateData, Subnet, Tenancy, ValidationWarning, VolumeType, Vpc } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* <p>Describes a launch template version.</p>
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface LaunchTemplateVersion {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The ID of the launch template.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
LaunchTemplateId?: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The name of the launch template.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
LaunchTemplateName?: string | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* <p>The version number.</p>
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
VersionNumber?: number | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* <p>The description for the version.</p>
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
VersionDescription?: string | undefined;
|
|
28
|
+
/**
|
|
29
|
+
* <p>The time the version was created.</p>
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
CreateTime?: Date | undefined;
|
|
33
|
+
/**
|
|
34
|
+
* <p>The principal that created the version.</p>
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
CreatedBy?: string | undefined;
|
|
38
|
+
/**
|
|
39
|
+
* <p>Indicates whether the version is the default version.</p>
|
|
40
|
+
* @public
|
|
41
|
+
*/
|
|
42
|
+
DefaultVersion?: boolean | undefined;
|
|
43
|
+
/**
|
|
44
|
+
* <p>Information about the launch template.</p>
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
47
|
+
LaunchTemplateData?: ResponseLaunchTemplateData | undefined;
|
|
48
|
+
/**
|
|
49
|
+
* <p>The entity that manages the launch template.</p>
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
Operator?: OperatorResponse | undefined;
|
|
53
|
+
}
|
|
3
54
|
/**
|
|
4
55
|
* @public
|
|
5
56
|
*/
|
|
@@ -8156,8 +8207,6 @@ export interface CreateVpcEndpointRequest {
|
|
|
8156
8207
|
* <code>true</code>: <code>enableDnsHostnames</code> and
|
|
8157
8208
|
* <code>enableDnsSupport</code>. Use <a>ModifyVpcAttribute</a> to set the VPC
|
|
8158
8209
|
* attributes.</p>
|
|
8159
|
-
* <p>Default: <code>true</code>
|
|
8160
|
-
* </p>
|
|
8161
8210
|
* @public
|
|
8162
8211
|
*/
|
|
8163
8212
|
PrivateDnsEnabled?: boolean | undefined;
|
|
@@ -8925,30 +8974,9 @@ export interface IKEVersionsRequestListValue {
|
|
|
8925
8974
|
Value?: string | undefined;
|
|
8926
8975
|
}
|
|
8927
8976
|
/**
|
|
8928
|
-
*
|
|
8929
|
-
* @public
|
|
8977
|
+
* @internal
|
|
8930
8978
|
*/
|
|
8931
|
-
export
|
|
8932
|
-
/**
|
|
8933
|
-
* <p>Enable or disable VPN tunnel logging feature. Default value is <code>False</code>.</p>
|
|
8934
|
-
* <p>Valid values: <code>True</code> | <code>False</code>
|
|
8935
|
-
* </p>
|
|
8936
|
-
* @public
|
|
8937
|
-
*/
|
|
8938
|
-
LogEnabled?: boolean | undefined;
|
|
8939
|
-
/**
|
|
8940
|
-
* <p>The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.</p>
|
|
8941
|
-
* @public
|
|
8942
|
-
*/
|
|
8943
|
-
LogGroupArn?: string | undefined;
|
|
8944
|
-
/**
|
|
8945
|
-
* <p>Set log format. Default format is <code>json</code>.</p>
|
|
8946
|
-
* <p>Valid values: <code>json</code> | <code>text</code>
|
|
8947
|
-
* </p>
|
|
8948
|
-
* @public
|
|
8949
|
-
*/
|
|
8950
|
-
LogOutputFormat?: string | undefined;
|
|
8951
|
-
}
|
|
8979
|
+
export declare const LaunchTemplateVersionFilterSensitiveLog: (obj: LaunchTemplateVersion) => any;
|
|
8952
8980
|
/**
|
|
8953
8981
|
* @internal
|
|
8954
8982
|
*/
|
|
@@ -1,6 +1,31 @@
|
|
|
1
1
|
import { AccountAttribute, AccountAttributeName, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AssociationStatus, BundleTask, ByoipCidr, CapacityReservationFleetState, ClientVpnAuthorizationRuleStatus, InstanceEventWindowState, Tag, TagSpecification, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcAttachment } from "./models_0";
|
|
2
2
|
import { CapacityReservation, CapacityReservationTenancy, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, Ec2InstanceConnectEndpoint, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, GatewayType, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, TransportProtocol } from "./models_1";
|
|
3
|
-
import {
|
|
3
|
+
import { GroupIdentifier, IKEVersionsRequestListValue, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, RouteServer, RouteServerEndpoint, RouteServerPeer, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, TunnelInsideIpVersion, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion } from "./models_2";
|
|
4
|
+
/**
|
|
5
|
+
* <p>Options for sending VPN tunnel logs to CloudWatch.</p>
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface CloudWatchLogOptionsSpecification {
|
|
9
|
+
/**
|
|
10
|
+
* <p>Enable or disable VPN tunnel logging feature. Default value is <code>False</code>.</p>
|
|
11
|
+
* <p>Valid values: <code>True</code> | <code>False</code>
|
|
12
|
+
* </p>
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
LogEnabled?: boolean | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* <p>The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.</p>
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
LogGroupArn?: string | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* <p>Set log format. Default format is <code>json</code>.</p>
|
|
23
|
+
* <p>Valid values: <code>json</code> | <code>text</code>
|
|
24
|
+
* </p>
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
LogOutputFormat?: string | undefined;
|
|
28
|
+
}
|
|
4
29
|
/**
|
|
5
30
|
* <p>Options for logging VPN tunnel activity.</p>
|
|
6
31
|
* @public
|
|
@@ -4977,7 +5002,9 @@ export interface DescribeCapacityBlockOfferingsRequest {
|
|
|
4977
5002
|
*/
|
|
4978
5003
|
InstanceType?: string | undefined;
|
|
4979
5004
|
/**
|
|
4980
|
-
* <p>The number of instances for which to reserve capacity
|
|
5005
|
+
* <p>The number of instances for which to reserve capacity. Each Capacity Block
|
|
5006
|
+
* can have up to 64 instances, and you can have up to 256 instances across Capacity
|
|
5007
|
+
* Blocks.</p>
|
|
4981
5008
|
* @public
|
|
4982
5009
|
*/
|
|
4983
5010
|
InstanceCount?: number | undefined;
|
|
@@ -4992,7 +5019,9 @@ export interface DescribeCapacityBlockOfferingsRequest {
|
|
|
4992
5019
|
*/
|
|
4993
5020
|
EndDateRange?: Date | undefined;
|
|
4994
5021
|
/**
|
|
4995
|
-
* <p>The
|
|
5022
|
+
* <p>The reservation duration for the Capacity Block, in hours. You must specify
|
|
5023
|
+
* the duration in 1-day increments up 14 days, and in 7-day increments up to
|
|
5024
|
+
* 182 days.</p>
|
|
4996
5025
|
* @public
|
|
4997
5026
|
*/
|
|
4998
5027
|
CapacityDurationHours: number | undefined;
|
|
@@ -6306,12 +6335,13 @@ export interface ClientLoginBannerResponseOptions {
|
|
|
6306
6335
|
BannerText?: string | undefined;
|
|
6307
6336
|
}
|
|
6308
6337
|
/**
|
|
6309
|
-
* <p>The current status of
|
|
6338
|
+
* <p>The current status of Client Route Enforcement. </p>
|
|
6310
6339
|
* @public
|
|
6311
6340
|
*/
|
|
6312
6341
|
export interface ClientRouteEnforcementResponseOptions {
|
|
6313
6342
|
/**
|
|
6314
|
-
* <p>Status of the client route enforcement feature
|
|
6343
|
+
* <p>Status of the client route enforcement feature, indicating whether Client Route Enforcement
|
|
6344
|
+
* is <code>true</code> (enabled) or <code>false</code> (disabled).</p>
|
|
6315
6345
|
* <p>Valid values: <code>true | false</code>
|
|
6316
6346
|
* </p>
|
|
6317
6347
|
* <p>Default value: <code>false</code>
|
|
@@ -6490,7 +6520,7 @@ export interface ClientVpnEndpoint {
|
|
|
6490
6520
|
*/
|
|
6491
6521
|
ClientRouteEnforcementOptions?: ClientRouteEnforcementResponseOptions | undefined;
|
|
6492
6522
|
/**
|
|
6493
|
-
* <p>Indicates whether the client VPN session is disconnected after the maximum <code>sessionTimeoutHours</code> is reached. If <code>true</code>, users are prompted to reconnect client VPN. If <code>false</code>, client VPN attempts to reconnect automatically. The default value is <code>
|
|
6523
|
+
* <p>Indicates whether the client VPN session is disconnected after the maximum <code>sessionTimeoutHours</code> is reached. If <code>true</code>, users are prompted to reconnect client VPN. If <code>false</code>, client VPN attempts to reconnect automatically. The default value is <code>true</code>.</p>
|
|
6494
6524
|
* @public
|
|
6495
6525
|
*/
|
|
6496
6526
|
DisconnectOnSessionTimeout?: boolean | undefined;
|
|
@@ -6771,23 +6801,6 @@ export interface DescribeCoipPoolsResult {
|
|
|
6771
6801
|
*/
|
|
6772
6802
|
NextToken?: string | undefined;
|
|
6773
6803
|
}
|
|
6774
|
-
/**
|
|
6775
|
-
* @public
|
|
6776
|
-
*/
|
|
6777
|
-
export interface DescribeConversionTasksRequest {
|
|
6778
|
-
/**
|
|
6779
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6780
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6781
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6782
|
-
* @public
|
|
6783
|
-
*/
|
|
6784
|
-
DryRun?: boolean | undefined;
|
|
6785
|
-
/**
|
|
6786
|
-
* <p>The conversion task IDs.</p>
|
|
6787
|
-
* @public
|
|
6788
|
-
*/
|
|
6789
|
-
ConversionTaskIds?: string[] | undefined;
|
|
6790
|
-
}
|
|
6791
6804
|
/**
|
|
6792
6805
|
* @internal
|
|
6793
6806
|
*/
|
|
@@ -1,7 +1,24 @@
|
|
|
1
1
|
import { ActiveInstance, AllocationState, AllowsMultipleInstanceTypes, AttachmentStatus, AutoPlacement, CurrencyCodeValues, HostMaintenance, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, IpamResourceDiscoveryAssociation, Tag } from "./models_0";
|
|
2
|
-
import { _InstanceType, AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, HostnameType, InstanceBandwidthWeighting, InstanceIpv6Address, InstanceLifecycle, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, KeyType, LaunchTemplate, LaunchTemplateAndOverridesResponse,
|
|
3
|
-
import { GroupIdentifier, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation,
|
|
2
|
+
import { _InstanceType, AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, HostnameType, InstanceBandwidthWeighting, InstanceIpv6Address, InstanceLifecycle, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, KeyType, LaunchTemplate, LaunchTemplateAndOverridesResponse, LogDestinationType, OperatorResponse, Placement, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficType } from "./models_1";
|
|
3
|
+
import { GroupIdentifier, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, NetworkInterfaceStatus, StateReason } from "./models_2";
|
|
4
4
|
import { Byoasn, Filter, FleetStateCode, IdFormat, InstanceTagNotificationAttribute } from "./models_3";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface DescribeConversionTasksRequest {
|
|
9
|
+
/**
|
|
10
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
11
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
12
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
DryRun?: boolean | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* <p>The conversion task IDs.</p>
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
ConversionTaskIds?: string[] | undefined;
|
|
21
|
+
}
|
|
5
22
|
/**
|
|
6
23
|
* <p>Describes a disk image.</p>
|
|
7
24
|
* @public
|
|
@@ -10937,21 +10954,6 @@ export interface DescribeManagedPrefixListsRequest {
|
|
|
10937
10954
|
*/
|
|
10938
10955
|
PrefixListIds?: string[] | undefined;
|
|
10939
10956
|
}
|
|
10940
|
-
/**
|
|
10941
|
-
* @public
|
|
10942
|
-
*/
|
|
10943
|
-
export interface DescribeManagedPrefixListsResult {
|
|
10944
|
-
/**
|
|
10945
|
-
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
10946
|
-
* @public
|
|
10947
|
-
*/
|
|
10948
|
-
NextToken?: string | undefined;
|
|
10949
|
-
/**
|
|
10950
|
-
* <p>Information about the prefix lists.</p>
|
|
10951
|
-
* @public
|
|
10952
|
-
*/
|
|
10953
|
-
PrefixLists?: ManagedPrefixList[] | undefined;
|
|
10954
|
-
}
|
|
10955
10957
|
/**
|
|
10956
10958
|
* @internal
|
|
10957
10959
|
*/
|
|
@@ -1,8 +1,23 @@
|
|
|
1
1
|
import { ActiveInstance, ActivityStatus, AddressTransfer, AllocationStrategy, AllowedImagesSettingsDisabledState, AllowedPrincipal, AlternatePathHint, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfileSpecification, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, SecurityGroupVpcAssociationState, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcPeeringConnection } from "./models_0";
|
|
2
2
|
import { _InstanceType, AttributeValue, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, FleetType, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, PrivateIpAddressSpecification, SpotInstanceType, Subnet, TargetCapacityUnitType, Tenancy, VolumeType, Vpc } from "./models_1";
|
|
3
|
-
import { ConnectionNotification, DnsEntry, DnsNameState, GroupIdentifier, IpAddressType, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PayerResponsibility, PlacementGroup, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, State, StorageTier, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume, VpcBlockPublicAccessExclusion, VpcEndpoint } from "./models_2";
|
|
3
|
+
import { ConnectionNotification, DnsEntry, DnsNameState, GroupIdentifier, IpAddressType, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PayerResponsibility, PlacementGroup, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, State, StorageTier, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume, VpcBlockPublicAccessExclusion, VpcEndpoint } from "./models_2";
|
|
4
4
|
import { Filter, IdFormat, MetricType, StatisticType, VpnConnection, VpnGateway } from "./models_3";
|
|
5
5
|
import { AttributeBooleanValue, EventInformation, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, PermissionGroup, ProductCode } from "./models_4";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface DescribeManagedPrefixListsResult {
|
|
10
|
+
/**
|
|
11
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
NextToken?: string | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* <p>Information about the prefix lists.</p>
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
PrefixLists?: ManagedPrefixList[] | undefined;
|
|
20
|
+
}
|
|
6
21
|
/**
|
|
7
22
|
* @public
|
|
8
23
|
*/
|
|
@@ -10794,23 +10809,6 @@ export interface DisableImageDeprecationResult {
|
|
|
10794
10809
|
*/
|
|
10795
10810
|
Return?: boolean | undefined;
|
|
10796
10811
|
}
|
|
10797
|
-
/**
|
|
10798
|
-
* @public
|
|
10799
|
-
*/
|
|
10800
|
-
export interface DisableImageDeregistrationProtectionRequest {
|
|
10801
|
-
/**
|
|
10802
|
-
* <p>The ID of the AMI.</p>
|
|
10803
|
-
* @public
|
|
10804
|
-
*/
|
|
10805
|
-
ImageId: string | undefined;
|
|
10806
|
-
/**
|
|
10807
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
10808
|
-
* and provides an error response. If you have the required permissions, the error response is
|
|
10809
|
-
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
10810
|
-
* @public
|
|
10811
|
-
*/
|
|
10812
|
-
DryRun?: boolean | undefined;
|
|
10813
|
-
}
|
|
10814
10812
|
/**
|
|
10815
10813
|
* @internal
|
|
10816
10814
|
*/
|
|
@@ -4,6 +4,23 @@ import { NetworkInsightsAccessScopeContent, SSEType, SubnetCidrReservation, Tran
|
|
|
4
4
|
import { Filter, IpamPoolCidr, MetricType, PeriodType, StatisticType } from "./models_3";
|
|
5
5
|
import { ArchitectureType, BootModeValues, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceMetadataEndpointState, InstanceMetadataTagsState, PaymentOption, SnapshotDetail, VirtualizationType } from "./models_4";
|
|
6
6
|
import { AnalysisStatus, ManagedBy } from "./models_5";
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
export interface DisableImageDeregistrationProtectionRequest {
|
|
11
|
+
/**
|
|
12
|
+
* <p>The ID of the AMI.</p>
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
ImageId: string | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
18
|
+
* and provides an error response. If you have the required permissions, the error response is
|
|
19
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
DryRun?: boolean | undefined;
|
|
23
|
+
}
|
|
7
24
|
/**
|
|
8
25
|
* @public
|
|
9
26
|
*/
|
|
@@ -6989,31 +7006,6 @@ export interface ImportImageResult {
|
|
|
6989
7006
|
*/
|
|
6990
7007
|
UsageOperation?: string | undefined;
|
|
6991
7008
|
}
|
|
6992
|
-
/**
|
|
6993
|
-
* <p>Describes a disk image.</p>
|
|
6994
|
-
* @public
|
|
6995
|
-
*/
|
|
6996
|
-
export interface DiskImageDetail {
|
|
6997
|
-
/**
|
|
6998
|
-
* <p>The disk image format.</p>
|
|
6999
|
-
* @public
|
|
7000
|
-
*/
|
|
7001
|
-
Format: DiskImageFormat | undefined;
|
|
7002
|
-
/**
|
|
7003
|
-
* <p>The size of the disk image, in GiB.</p>
|
|
7004
|
-
* @public
|
|
7005
|
-
*/
|
|
7006
|
-
Bytes: number | undefined;
|
|
7007
|
-
/**
|
|
7008
|
-
* <p>A presigned URL for the import manifest stored in Amazon S3 and presented here as an Amazon S3 presigned URL.
|
|
7009
|
-
* For information about creating a presigned URL for an Amazon S3 object, read the "Query String Request Authentication
|
|
7010
|
-
* Alternative" section of the <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html">Authenticating REST Requests</a> topic in the <i>Amazon Simple Storage Service Developer
|
|
7011
|
-
* Guide</i>.</p>
|
|
7012
|
-
* <p>For information about the import manifest referenced by this API action, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html">VM Import Manifest</a>.</p>
|
|
7013
|
-
* @public
|
|
7014
|
-
*/
|
|
7015
|
-
ImportManifestUrl: string | undefined;
|
|
7016
|
-
}
|
|
7017
7009
|
/**
|
|
7018
7010
|
* @internal
|
|
7019
7011
|
*/
|
|
@@ -7050,7 +7042,3 @@ export declare const ImportImageRequestFilterSensitiveLog: (obj: ImportImageRequ
|
|
|
7050
7042
|
* @internal
|
|
7051
7043
|
*/
|
|
7052
7044
|
export declare const ImportImageResultFilterSensitiveLog: (obj: ImportImageResult) => any;
|
|
7053
|
-
/**
|
|
7054
|
-
* @internal
|
|
7055
|
-
*/
|
|
7056
|
-
export declare const DiskImageDetailFilterSensitiveLog: (obj: DiskImageDetail) => any;
|