@aws-sdk/client-ec2 3.908.0 → 3.910.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/index.js +217 -78
- package/dist-es/EC2.js +2 -0
- package/dist-es/commands/CopyVolumesCommand.js +22 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_1.js +64 -9
- package/dist-es/models/models_2.js +0 -20
- package/dist-es/models/models_3.js +7 -4
- package/dist-es/models/models_4.js +4 -4
- package/dist-es/models/models_5.js +5 -5
- package/dist-es/models/models_6.js +5 -0
- package/dist-es/protocols/Aws_ec2.js +113 -36
- package/dist-types/EC2.d.ts +7 -0
- package/dist-types/EC2Client.d.ts +3 -2
- package/dist-types/commands/CopyVolumesCommand.d.ts +137 -0
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
- package/dist-types/commands/CreateFleetCommand.d.ts +4 -4
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateVolumeCommand.d.ts +3 -1
- package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +3 -2
- package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -0
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +2 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -2
- package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +351 -115
- package/dist-types/models/models_2.d.ts +104 -227
- package/dist-types/models/models_3.d.ts +45 -83
- package/dist-types/models/models_4.d.ts +83 -30
- package/dist-types/models/models_5.d.ts +37 -32
- package/dist-types/models/models_6.d.ts +32 -46
- package/dist-types/models/models_7.d.ts +52 -43
- package/dist-types/models/models_8.d.ts +44 -7
- package/dist-types/protocols/Aws_ec2.d.ts +9 -0
- package/dist-types/ts3.4/EC2.d.ts +17 -0
- package/dist-types/ts3.4/EC2Client.d.ts +6 -0
- package/dist-types/ts3.4/commands/CopyVolumesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +109 -31
- package/dist-types/ts3.4/models/models_2.d.ts +18 -57
- package/dist-types/ts3.4/models/models_3.d.ts +14 -15
- package/dist-types/ts3.4/models/models_4.d.ts +13 -10
- package/dist-types/ts3.4/models/models_5.d.ts +13 -14
- package/dist-types/ts3.4/models/models_6.d.ts +13 -12
- package/dist-types/ts3.4/models/models_7.d.ts +12 -11
- package/dist-types/ts3.4/models/models_8.d.ts +12 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
- package/package.json +35 -35
|
@@ -1,5 +1,82 @@
|
|
|
1
|
-
import { AccessScopePath, AccessScopePathRequest, AddPrefixListEntry, ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, Ipv4PrefixSpecification, Ipv6SupportValue, NatGatewayAddress, PortRange, Protocol, ReservedInstancesListing, ResourceType, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider
|
|
2
|
-
import { _InstanceType, ConnectionTrackingSpecificationRequest, CreditSpecification,
|
|
1
|
+
import { AccessScopePath, AccessScopePathRequest, AddPrefixListEntry, ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, Ipv4PrefixSpecification, Ipv6SupportValue, NatGatewayAddress, PortRange, Protocol, ReservedInstancesListing, ResourceType, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider } from "./models_0";
|
|
2
|
+
import { _InstanceType, ConnectionTrackingSpecificationRequest, CreditSpecification, HostnameType, InstanceBandwidthWeighting, InstanceInterruptionBehavior, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, LaunchTemplateAutoRecoveryState, LaunchTemplateBlockDeviceMapping, LaunchTemplateCapacityReservationSpecificationResponse, LaunchTemplateCpuOptions, LaunchTemplateHttpTokensState, LaunchTemplateInstanceMetadataEndpointState, LaunchTemplateInstanceMetadataProtocolIpv6, LaunchTemplateInstanceMetadataTagsState, MacModificationTask, MacSystemIntegrityProtectionSettingStatus, MarketType, OperatorRequest, OperatorResponse, PrivateIpAddressSpecification, ShutdownBehavior, SnapshotLocationEnum, SpotInstanceType, SSEType, Subnet, Tenancy, ValidationWarning, VolumeType, Vpc } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* <p>Deprecated.</p>
|
|
5
|
+
* <note>
|
|
6
|
+
* <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p>
|
|
7
|
+
* </note>
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
export interface ElasticGpuSpecificationResponse {
|
|
11
|
+
/**
|
|
12
|
+
* <p>Deprecated.</p>
|
|
13
|
+
* <note>
|
|
14
|
+
* <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p>
|
|
15
|
+
* </note>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
Type?: string | undefined;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* <note>
|
|
22
|
+
* <p>Amazon Elastic Inference is no longer available.</p>
|
|
23
|
+
* </note>
|
|
24
|
+
* <p> Describes an elastic inference accelerator. </p>
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
export interface LaunchTemplateElasticInferenceAcceleratorResponse {
|
|
28
|
+
/**
|
|
29
|
+
* <p>The type of elastic inference accelerator. The possible values are eia1.medium,
|
|
30
|
+
* eia1.large, and eia1.xlarge. </p>
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
Type?: string | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* <p>The number of elastic inference accelerators to attach to the instance. </p>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
Count?: number | undefined;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* <p>Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.</p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
export interface LaunchTemplateEnclaveOptions {
|
|
45
|
+
/**
|
|
46
|
+
* <p>If this parameter is set to <code>true</code>, the instance is enabled for Amazon Web Services Nitro
|
|
47
|
+
* Enclaves; otherwise, it is not enabled for Amazon Web Services Nitro Enclaves.</p>
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
Enabled?: boolean | undefined;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* <p>Indicates whether an instance is configured for hibernation.</p>
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
56
|
+
export interface LaunchTemplateHibernationOptions {
|
|
57
|
+
/**
|
|
58
|
+
* <p>If this parameter is set to <code>true</code>, the instance is enabled for
|
|
59
|
+
* hibernation; otherwise, it is not enabled for hibernation.</p>
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
Configured?: boolean | undefined;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* <p>Describes an IAM instance profile.</p>
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
68
|
+
export interface LaunchTemplateIamInstanceProfileSpecification {
|
|
69
|
+
/**
|
|
70
|
+
* <p>The Amazon Resource Name (ARN) of the instance profile.</p>
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
73
|
+
Arn?: string | undefined;
|
|
74
|
+
/**
|
|
75
|
+
* <p>The name of the instance profile.</p>
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
78
|
+
Name?: string | undefined;
|
|
79
|
+
}
|
|
3
80
|
/**
|
|
4
81
|
* <p>The options for Spot Instances.</p>
|
|
5
82
|
* @public
|
|
@@ -5029,19 +5106,6 @@ export interface CreateSnapshotRequest {
|
|
|
5029
5106
|
*/
|
|
5030
5107
|
DryRun?: boolean | undefined;
|
|
5031
5108
|
}
|
|
5032
|
-
/**
|
|
5033
|
-
* @public
|
|
5034
|
-
* @enum
|
|
5035
|
-
*/
|
|
5036
|
-
export declare const SSEType: {
|
|
5037
|
-
readonly none: "none";
|
|
5038
|
-
readonly sse_ebs: "sse-ebs";
|
|
5039
|
-
readonly sse_kms: "sse-kms";
|
|
5040
|
-
};
|
|
5041
|
-
/**
|
|
5042
|
-
* @public
|
|
5043
|
-
*/
|
|
5044
|
-
export type SSEType = (typeof SSEType)[keyof typeof SSEType];
|
|
5045
5109
|
/**
|
|
5046
5110
|
* @public
|
|
5047
5111
|
* @enum
|
|
@@ -8789,29 +8853,27 @@ export interface CreateVolumeRequest {
|
|
|
8789
8853
|
*/
|
|
8790
8854
|
Encrypted?: boolean | undefined;
|
|
8791
8855
|
/**
|
|
8792
|
-
* <p>The number of I/O operations per second (IOPS)
|
|
8793
|
-
*
|
|
8794
|
-
*
|
|
8795
|
-
* <p>
|
|
8856
|
+
* <p>The number of I/O operations per second (IOPS) to provision for the volume.
|
|
8857
|
+
* Required for <code>io1</code> and <code>io2</code> volumes. Optional for <code>gp3</code>
|
|
8858
|
+
* volumes. Omit for all other volume types. </p>
|
|
8859
|
+
* <p>Valid ranges:</p>
|
|
8796
8860
|
* <ul>
|
|
8797
8861
|
* <li>
|
|
8798
|
-
* <p>
|
|
8799
|
-
* <code>gp3</code>: 3,000 - 80,000 IOPS</p>
|
|
8862
|
+
* <p>gp3: <code>3,000 </code>(<i>default</i>)<code> - 80,000</code> IOPS</p>
|
|
8800
8863
|
* </li>
|
|
8801
8864
|
* <li>
|
|
8802
|
-
* <p>
|
|
8803
|
-
* <code>io1</code>: 100 - 64,000 IOPS</p>
|
|
8865
|
+
* <p>io1: <code>100 - 64,000</code> IOPS</p>
|
|
8804
8866
|
* </li>
|
|
8805
8867
|
* <li>
|
|
8806
|
-
* <p>
|
|
8807
|
-
* <code>io2</code>: 100 - 256,000 IOPS</p>
|
|
8868
|
+
* <p>io2: <code>100 - 256,000</code> IOPS</p>
|
|
8808
8869
|
* </li>
|
|
8809
8870
|
* </ul>
|
|
8810
|
-
* <
|
|
8811
|
-
*
|
|
8812
|
-
*
|
|
8813
|
-
*
|
|
8814
|
-
*
|
|
8871
|
+
* <note>
|
|
8872
|
+
* <p>
|
|
8873
|
+
* <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html">
|
|
8874
|
+
* Instances built on the Nitro System</a> can support up to 256,000 IOPS. Other instances can support up to 32,000
|
|
8875
|
+
* IOPS.</p>
|
|
8876
|
+
* </note>
|
|
8815
8877
|
* @public
|
|
8816
8878
|
*/
|
|
8817
8879
|
Iops?: number | undefined;
|
|
@@ -8849,33 +8911,27 @@ export interface CreateVolumeRequest {
|
|
|
8849
8911
|
OutpostArn?: string | undefined;
|
|
8850
8912
|
/**
|
|
8851
8913
|
* <p>The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size.
|
|
8852
|
-
* If you specify a snapshot, the default is the snapshot size
|
|
8853
|
-
*
|
|
8854
|
-
* <p>
|
|
8914
|
+
* If you specify a snapshot, the default is the snapshot size, and you can specify a volume size
|
|
8915
|
+
* that is equal to or larger than the snapshot size.</p>
|
|
8916
|
+
* <p>Valid sizes:</p>
|
|
8855
8917
|
* <ul>
|
|
8856
8918
|
* <li>
|
|
8857
|
-
* <p>
|
|
8858
|
-
* <code>gp2</code>: 1 - 16,384 GiB</p>
|
|
8919
|
+
* <p>gp2: <code>1 - 16,384</code> GiB</p>
|
|
8859
8920
|
* </li>
|
|
8860
8921
|
* <li>
|
|
8861
|
-
* <p>
|
|
8862
|
-
* <code>gp3</code>: 1 - 65,536 GiB</p>
|
|
8922
|
+
* <p>gp3: <code>1 - 65,536</code> GiB</p>
|
|
8863
8923
|
* </li>
|
|
8864
8924
|
* <li>
|
|
8865
|
-
* <p>
|
|
8866
|
-
* <code>io1</code>: 4 - 16,384 GiB</p>
|
|
8925
|
+
* <p>io1: <code>4 - 16,384</code> GiB</p>
|
|
8867
8926
|
* </li>
|
|
8868
8927
|
* <li>
|
|
8869
|
-
* <p>
|
|
8870
|
-
* <code>io2</code>: 4 - 65,536 GiB</p>
|
|
8928
|
+
* <p>io2: <code>4 - 65,536</code> GiB</p>
|
|
8871
8929
|
* </li>
|
|
8872
8930
|
* <li>
|
|
8873
|
-
* <p>
|
|
8874
|
-
* <code>st1</code> and <code>sc1</code>: 125 - 16,384 GiB</p>
|
|
8931
|
+
* <p>st1 and sc1: <code>125 - 16,384</code> GiB</p>
|
|
8875
8932
|
* </li>
|
|
8876
8933
|
* <li>
|
|
8877
|
-
* <p>
|
|
8878
|
-
* <code>standard</code>: 1 - 1024 GiB</p>
|
|
8934
|
+
* <p>standard: <code>1 - 1024</code> GiB</p>
|
|
8879
8935
|
* </li>
|
|
8880
8936
|
* </ul>
|
|
8881
8937
|
* @public
|
|
@@ -8935,9 +8991,9 @@ export interface CreateVolumeRequest {
|
|
|
8935
8991
|
*/
|
|
8936
8992
|
MultiAttachEnabled?: boolean | undefined;
|
|
8937
8993
|
/**
|
|
8938
|
-
* <p>The throughput to provision for
|
|
8939
|
-
*
|
|
8940
|
-
* <p>Valid Range:
|
|
8994
|
+
* <p>The throughput to provision for the volume, in MiB/s. Supported for <code>gp3</code>
|
|
8995
|
+
* volumes only. Omit for all other volume types.</p>
|
|
8996
|
+
* <p>Valid Range: <code>125 - 2000</code> MiB/s</p>
|
|
8941
8997
|
* @public
|
|
8942
8998
|
*/
|
|
8943
8999
|
Throughput?: number | undefined;
|
|
@@ -8988,141 +9044,6 @@ export interface CreateVolumeRequest {
|
|
|
8988
9044
|
*/
|
|
8989
9045
|
DryRun?: boolean | undefined;
|
|
8990
9046
|
}
|
|
8991
|
-
/**
|
|
8992
|
-
* @public
|
|
8993
|
-
* @enum
|
|
8994
|
-
*/
|
|
8995
|
-
export declare const VolumeState: {
|
|
8996
|
-
readonly available: "available";
|
|
8997
|
-
readonly creating: "creating";
|
|
8998
|
-
readonly deleted: "deleted";
|
|
8999
|
-
readonly deleting: "deleting";
|
|
9000
|
-
readonly error: "error";
|
|
9001
|
-
readonly in_use: "in-use";
|
|
9002
|
-
};
|
|
9003
|
-
/**
|
|
9004
|
-
* @public
|
|
9005
|
-
*/
|
|
9006
|
-
export type VolumeState = (typeof VolumeState)[keyof typeof VolumeState];
|
|
9007
|
-
/**
|
|
9008
|
-
* <p>Describes a volume.</p>
|
|
9009
|
-
* @public
|
|
9010
|
-
*/
|
|
9011
|
-
export interface Volume {
|
|
9012
|
-
/**
|
|
9013
|
-
* <p>The ID of the Availability Zone for the volume.</p>
|
|
9014
|
-
* @public
|
|
9015
|
-
*/
|
|
9016
|
-
AvailabilityZoneId?: string | undefined;
|
|
9017
|
-
/**
|
|
9018
|
-
* <p>The Amazon Resource Name (ARN) of the Outpost.</p>
|
|
9019
|
-
* @public
|
|
9020
|
-
*/
|
|
9021
|
-
OutpostArn?: string | undefined;
|
|
9022
|
-
/**
|
|
9023
|
-
* <p>The number of I/O operations per second (IOPS). For <code>gp3</code>, <code>io1</code>, and <code>io2</code> volumes, this represents
|
|
9024
|
-
* the number of IOPS that are provisioned for the volume. For <code>gp2</code> volumes, this represents the baseline
|
|
9025
|
-
* performance of the volume and the rate at which the volume accumulates I/O credits for bursting.</p>
|
|
9026
|
-
* @public
|
|
9027
|
-
*/
|
|
9028
|
-
Iops?: number | undefined;
|
|
9029
|
-
/**
|
|
9030
|
-
* <p>Any tags assigned to the volume.</p>
|
|
9031
|
-
* @public
|
|
9032
|
-
*/
|
|
9033
|
-
Tags?: Tag[] | undefined;
|
|
9034
|
-
/**
|
|
9035
|
-
* <p>The volume type.</p>
|
|
9036
|
-
* @public
|
|
9037
|
-
*/
|
|
9038
|
-
VolumeType?: VolumeType | undefined;
|
|
9039
|
-
/**
|
|
9040
|
-
* <note>
|
|
9041
|
-
* <p>This parameter is not returned by CreateVolume.</p>
|
|
9042
|
-
* </note>
|
|
9043
|
-
* <p>Indicates whether the volume was created using fast snapshot restore.</p>
|
|
9044
|
-
* @public
|
|
9045
|
-
*/
|
|
9046
|
-
FastRestored?: boolean | undefined;
|
|
9047
|
-
/**
|
|
9048
|
-
* <p>Indicates whether Amazon EBS Multi-Attach is enabled.</p>
|
|
9049
|
-
* @public
|
|
9050
|
-
*/
|
|
9051
|
-
MultiAttachEnabled?: boolean | undefined;
|
|
9052
|
-
/**
|
|
9053
|
-
* <p>The throughput that the volume supports, in MiB/s.</p>
|
|
9054
|
-
* @public
|
|
9055
|
-
*/
|
|
9056
|
-
Throughput?: number | undefined;
|
|
9057
|
-
/**
|
|
9058
|
-
* <note>
|
|
9059
|
-
* <p>This parameter is not returned by CreateVolume.</p>
|
|
9060
|
-
* </note>
|
|
9061
|
-
* <p>Reserved for future use.</p>
|
|
9062
|
-
* @public
|
|
9063
|
-
*/
|
|
9064
|
-
SseType?: SSEType | undefined;
|
|
9065
|
-
/**
|
|
9066
|
-
* <p>The service provider that manages the volume.</p>
|
|
9067
|
-
* @public
|
|
9068
|
-
*/
|
|
9069
|
-
Operator?: OperatorResponse | undefined;
|
|
9070
|
-
/**
|
|
9071
|
-
* <p>The Amazon EBS Provisioned Rate for Volume Initialization (volume initialization rate) specified for the volume during creation,
|
|
9072
|
-
* in MiB/s. If no volume initialization rate was specified, the value is <code>null</code>.</p>
|
|
9073
|
-
* @public
|
|
9074
|
-
*/
|
|
9075
|
-
VolumeInitializationRate?: number | undefined;
|
|
9076
|
-
/**
|
|
9077
|
-
* <p>The ID of the volume.</p>
|
|
9078
|
-
* @public
|
|
9079
|
-
*/
|
|
9080
|
-
VolumeId?: string | undefined;
|
|
9081
|
-
/**
|
|
9082
|
-
* <p>The size of the volume, in GiBs.</p>
|
|
9083
|
-
* @public
|
|
9084
|
-
*/
|
|
9085
|
-
Size?: number | undefined;
|
|
9086
|
-
/**
|
|
9087
|
-
* <p>The snapshot from which the volume was created, if applicable.</p>
|
|
9088
|
-
* @public
|
|
9089
|
-
*/
|
|
9090
|
-
SnapshotId?: string | undefined;
|
|
9091
|
-
/**
|
|
9092
|
-
* <p>The Availability Zone for the volume.</p>
|
|
9093
|
-
* @public
|
|
9094
|
-
*/
|
|
9095
|
-
AvailabilityZone?: string | undefined;
|
|
9096
|
-
/**
|
|
9097
|
-
* <p>The volume state.</p>
|
|
9098
|
-
* @public
|
|
9099
|
-
*/
|
|
9100
|
-
State?: VolumeState | undefined;
|
|
9101
|
-
/**
|
|
9102
|
-
* <p>The time stamp when volume creation was initiated.</p>
|
|
9103
|
-
* @public
|
|
9104
|
-
*/
|
|
9105
|
-
CreateTime?: Date | undefined;
|
|
9106
|
-
/**
|
|
9107
|
-
* <note>
|
|
9108
|
-
* <p>This parameter is not returned by CreateVolume.</p>
|
|
9109
|
-
* </note>
|
|
9110
|
-
* <p>Information about the volume attachments.</p>
|
|
9111
|
-
* @public
|
|
9112
|
-
*/
|
|
9113
|
-
Attachments?: VolumeAttachment[] | undefined;
|
|
9114
|
-
/**
|
|
9115
|
-
* <p>Indicates whether the volume is encrypted.</p>
|
|
9116
|
-
* @public
|
|
9117
|
-
*/
|
|
9118
|
-
Encrypted?: boolean | undefined;
|
|
9119
|
-
/**
|
|
9120
|
-
* <p>The Amazon Resource Name (ARN) of the KMS key that was used to protect the
|
|
9121
|
-
* volume encryption key for the volume.</p>
|
|
9122
|
-
* @public
|
|
9123
|
-
*/
|
|
9124
|
-
KmsKeyId?: string | undefined;
|
|
9125
|
-
}
|
|
9126
9047
|
/**
|
|
9127
9048
|
* @public
|
|
9128
9049
|
*/
|
|
@@ -9396,50 +9317,6 @@ export interface DnsOptionsSpecification {
|
|
|
9396
9317
|
*/
|
|
9397
9318
|
PrivateDnsOnlyForInboundResolverEndpoint?: boolean | undefined;
|
|
9398
9319
|
}
|
|
9399
|
-
/**
|
|
9400
|
-
* <p>Describes the configuration of a subnet for a VPC endpoint.</p>
|
|
9401
|
-
* @public
|
|
9402
|
-
*/
|
|
9403
|
-
export interface SubnetConfiguration {
|
|
9404
|
-
/**
|
|
9405
|
-
* <p>The ID of the subnet.</p>
|
|
9406
|
-
* @public
|
|
9407
|
-
*/
|
|
9408
|
-
SubnetId?: string | undefined;
|
|
9409
|
-
/**
|
|
9410
|
-
* <p>The IPv4 address to assign to the endpoint network interface in the subnet. You must provide
|
|
9411
|
-
* an IPv4 address if the VPC endpoint supports IPv4.</p>
|
|
9412
|
-
* <p>If you specify an IPv4 address when modifying a VPC endpoint, we replace the existing
|
|
9413
|
-
* endpoint network interface with a new endpoint network interface with this IP address.
|
|
9414
|
-
* This process temporarily disconnects the subnet and the VPC endpoint.</p>
|
|
9415
|
-
* @public
|
|
9416
|
-
*/
|
|
9417
|
-
Ipv4?: string | undefined;
|
|
9418
|
-
/**
|
|
9419
|
-
* <p>The IPv6 address to assign to the endpoint network interface in the subnet. You must provide
|
|
9420
|
-
* an IPv6 address if the VPC endpoint supports IPv6.</p>
|
|
9421
|
-
* <p>If you specify an IPv6 address when modifying a VPC endpoint, we replace the existing
|
|
9422
|
-
* endpoint network interface with a new endpoint network interface with this IP address.
|
|
9423
|
-
* This process temporarily disconnects the subnet and the VPC endpoint.</p>
|
|
9424
|
-
* @public
|
|
9425
|
-
*/
|
|
9426
|
-
Ipv6?: string | undefined;
|
|
9427
|
-
}
|
|
9428
|
-
/**
|
|
9429
|
-
* @public
|
|
9430
|
-
* @enum
|
|
9431
|
-
*/
|
|
9432
|
-
export declare const VpcEndpointType: {
|
|
9433
|
-
readonly Gateway: "Gateway";
|
|
9434
|
-
readonly GatewayLoadBalancer: "GatewayLoadBalancer";
|
|
9435
|
-
readonly Interface: "Interface";
|
|
9436
|
-
readonly Resource: "Resource";
|
|
9437
|
-
readonly ServiceNetwork: "ServiceNetwork";
|
|
9438
|
-
};
|
|
9439
|
-
/**
|
|
9440
|
-
* @public
|
|
9441
|
-
*/
|
|
9442
|
-
export type VpcEndpointType = (typeof VpcEndpointType)[keyof typeof VpcEndpointType];
|
|
9443
9320
|
/**
|
|
9444
9321
|
* @internal
|
|
9445
9322
|
*/
|
|
@@ -1,6 +1,50 @@
|
|
|
1
1
|
import { AccountAttribute, AccountAttributeName, Address, AddressAttribute, AddressAttributeName, AddressTransfer, BundleTask, ByoipCidr, InstanceEventWindowState, Tag, TagSpecification, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcAttachment, VpcPeeringConnection } from "./models_0";
|
|
2
2
|
import { CapacityReservationTenancy, CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, Ec2InstanceConnectEndpoint, GatewayType, IpAddressType, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate } from "./models_1";
|
|
3
|
-
import { DnsOptionsSpecification, DnsRecordIpType, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, RouteServer, RouteServerEndpoint, RouteServerPeer, SubnetCidrReservation,
|
|
3
|
+
import { DnsOptionsSpecification, DnsRecordIpType, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, RouteServer, RouteServerEndpoint, RouteServerPeer, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion } from "./models_2";
|
|
4
|
+
/**
|
|
5
|
+
* <p>Describes the configuration of a subnet for a VPC endpoint.</p>
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface SubnetConfiguration {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The ID of the subnet.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
SubnetId?: string | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* <p>The IPv4 address to assign to the endpoint network interface in the subnet. You must provide
|
|
16
|
+
* an IPv4 address if the VPC endpoint supports IPv4.</p>
|
|
17
|
+
* <p>If you specify an IPv4 address when modifying a VPC endpoint, we replace the existing
|
|
18
|
+
* endpoint network interface with a new endpoint network interface with this IP address.
|
|
19
|
+
* This process temporarily disconnects the subnet and the VPC endpoint.</p>
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
Ipv4?: string | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* <p>The IPv6 address to assign to the endpoint network interface in the subnet. You must provide
|
|
25
|
+
* an IPv6 address if the VPC endpoint supports IPv6.</p>
|
|
26
|
+
* <p>If you specify an IPv6 address when modifying a VPC endpoint, we replace the existing
|
|
27
|
+
* endpoint network interface with a new endpoint network interface with this IP address.
|
|
28
|
+
* This process temporarily disconnects the subnet and the VPC endpoint.</p>
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
Ipv6?: string | undefined;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* @public
|
|
35
|
+
* @enum
|
|
36
|
+
*/
|
|
37
|
+
export declare const VpcEndpointType: {
|
|
38
|
+
readonly Gateway: "Gateway";
|
|
39
|
+
readonly GatewayLoadBalancer: "GatewayLoadBalancer";
|
|
40
|
+
readonly Interface: "Interface";
|
|
41
|
+
readonly Resource: "Resource";
|
|
42
|
+
readonly ServiceNetwork: "ServiceNetwork";
|
|
43
|
+
};
|
|
44
|
+
/**
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
47
|
+
export type VpcEndpointType = (typeof VpcEndpointType)[keyof typeof VpcEndpointType];
|
|
4
48
|
/**
|
|
5
49
|
* @public
|
|
6
50
|
*/
|
|
@@ -6471,88 +6515,6 @@ export interface DescribeCapacityBlockStatusResult {
|
|
|
6471
6515
|
*/
|
|
6472
6516
|
NextToken?: string | undefined;
|
|
6473
6517
|
}
|
|
6474
|
-
/**
|
|
6475
|
-
* @public
|
|
6476
|
-
* @enum
|
|
6477
|
-
*/
|
|
6478
|
-
export declare const CallerRole: {
|
|
6479
|
-
readonly odcr_owner: "odcr-owner";
|
|
6480
|
-
readonly unused_reservation_billing_owner: "unused-reservation-billing-owner";
|
|
6481
|
-
};
|
|
6482
|
-
/**
|
|
6483
|
-
* @public
|
|
6484
|
-
*/
|
|
6485
|
-
export type CallerRole = (typeof CallerRole)[keyof typeof CallerRole];
|
|
6486
|
-
/**
|
|
6487
|
-
* @public
|
|
6488
|
-
*/
|
|
6489
|
-
export interface DescribeCapacityReservationBillingRequestsRequest {
|
|
6490
|
-
/**
|
|
6491
|
-
* <p>The ID of the Capacity Reservation.</p>
|
|
6492
|
-
* @public
|
|
6493
|
-
*/
|
|
6494
|
-
CapacityReservationIds?: string[] | undefined;
|
|
6495
|
-
/**
|
|
6496
|
-
* <p>Specify one of the following:</p>
|
|
6497
|
-
* <ul>
|
|
6498
|
-
* <li>
|
|
6499
|
-
* <p>
|
|
6500
|
-
* <code>odcr-owner</code> - If you are the Capacity Reservation owner, specify
|
|
6501
|
-
* this value to view requests that you have initiated. Not supported with the
|
|
6502
|
-
* <code>requested-by</code> filter.</p>
|
|
6503
|
-
* </li>
|
|
6504
|
-
* <li>
|
|
6505
|
-
* <p>
|
|
6506
|
-
* <code>unused-reservation-billing-owner</code> - If you are the consumer
|
|
6507
|
-
* account, specify this value to view requests that have been sent to you. Not
|
|
6508
|
-
* supported with the <code>unused-reservation-billing-owner</code> filter.</p>
|
|
6509
|
-
* </li>
|
|
6510
|
-
* </ul>
|
|
6511
|
-
* @public
|
|
6512
|
-
*/
|
|
6513
|
-
Role: CallerRole | undefined;
|
|
6514
|
-
/**
|
|
6515
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
6516
|
-
* @public
|
|
6517
|
-
*/
|
|
6518
|
-
NextToken?: string | undefined;
|
|
6519
|
-
/**
|
|
6520
|
-
* <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information,
|
|
6521
|
-
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
6522
|
-
* @public
|
|
6523
|
-
*/
|
|
6524
|
-
MaxResults?: number | undefined;
|
|
6525
|
-
/**
|
|
6526
|
-
* <p>One or more filters.</p>
|
|
6527
|
-
* <ul>
|
|
6528
|
-
* <li>
|
|
6529
|
-
* <p>
|
|
6530
|
-
* <code>status</code> - The state of the request (<code>pending</code> |
|
|
6531
|
-
* <code>accepted</code> | <code>rejected</code> | <code>cancelled</code> |
|
|
6532
|
-
* <code>revoked</code> | <code>expired</code>).</p>
|
|
6533
|
-
* </li>
|
|
6534
|
-
* <li>
|
|
6535
|
-
* <p>
|
|
6536
|
-
* <code>requested-by</code> - The account ID of the Capacity Reservation owner
|
|
6537
|
-
* that initiated the request. Not supported if you specify
|
|
6538
|
-
* <code>requested-by</code> for <b>Role</b>.</p>
|
|
6539
|
-
* </li>
|
|
6540
|
-
* <li>
|
|
6541
|
-
* <p>
|
|
6542
|
-
* <code>unused-reservation-billing-owner</code> - The ID of the consumer account
|
|
6543
|
-
* to which the request was sent. Not supported if you specify
|
|
6544
|
-
* <code>unused-reservation-billing-owner</code> for <b>Role</b>.</p>
|
|
6545
|
-
* </li>
|
|
6546
|
-
* </ul>
|
|
6547
|
-
* @public
|
|
6548
|
-
*/
|
|
6549
|
-
Filters?: Filter[] | undefined;
|
|
6550
|
-
/**
|
|
6551
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6552
|
-
* @public
|
|
6553
|
-
*/
|
|
6554
|
-
DryRun?: boolean | undefined;
|
|
6555
|
-
}
|
|
6556
6518
|
/**
|
|
6557
6519
|
* @internal
|
|
6558
6520
|
*/
|
|
@@ -2,6 +2,88 @@ import { ActiveInstance, AllocationState, AllowsMultipleInstanceTypes, Associati
|
|
|
2
2
|
import { _InstanceType, AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservation, CapacityReservationPreference, CapacityReservationTargetResponse, CapacityReservationTenancy, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, EndpointIpAddressType, ExportTask, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetInstanceMatchCriteria, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, HostnameType, InstanceBandwidthWeighting, InstanceLifecycle, LaunchTemplateAndOverridesResponse, LogDestinationType, OperatorResponse, Placement, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficIpAddressType, TrafficType, TransportProtocol } from "./models_1";
|
|
3
3
|
import { GroupIdentifier, InstanceIpv6Address, NetworkInterfaceStatus, StateReason } from "./models_2";
|
|
4
4
|
import { Filter, FleetStateCode, IdFormat, InstanceTagNotificationAttribute } from "./models_3";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
* @enum
|
|
8
|
+
*/
|
|
9
|
+
export declare const CallerRole: {
|
|
10
|
+
readonly odcr_owner: "odcr-owner";
|
|
11
|
+
readonly unused_reservation_billing_owner: "unused-reservation-billing-owner";
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
export type CallerRole = (typeof CallerRole)[keyof typeof CallerRole];
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
export interface DescribeCapacityReservationBillingRequestsRequest {
|
|
21
|
+
/**
|
|
22
|
+
* <p>The ID of the Capacity Reservation.</p>
|
|
23
|
+
* @public
|
|
24
|
+
*/
|
|
25
|
+
CapacityReservationIds?: string[] | undefined;
|
|
26
|
+
/**
|
|
27
|
+
* <p>Specify one of the following:</p>
|
|
28
|
+
* <ul>
|
|
29
|
+
* <li>
|
|
30
|
+
* <p>
|
|
31
|
+
* <code>odcr-owner</code> - If you are the Capacity Reservation owner, specify
|
|
32
|
+
* this value to view requests that you have initiated. Not supported with the
|
|
33
|
+
* <code>requested-by</code> filter.</p>
|
|
34
|
+
* </li>
|
|
35
|
+
* <li>
|
|
36
|
+
* <p>
|
|
37
|
+
* <code>unused-reservation-billing-owner</code> - If you are the consumer
|
|
38
|
+
* account, specify this value to view requests that have been sent to you. Not
|
|
39
|
+
* supported with the <code>unused-reservation-billing-owner</code> filter.</p>
|
|
40
|
+
* </li>
|
|
41
|
+
* </ul>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
Role: CallerRole | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* <p>The token to use to retrieve the next page of results.</p>
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
NextToken?: string | undefined;
|
|
50
|
+
/**
|
|
51
|
+
* <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information,
|
|
52
|
+
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
55
|
+
MaxResults?: number | undefined;
|
|
56
|
+
/**
|
|
57
|
+
* <p>One or more filters.</p>
|
|
58
|
+
* <ul>
|
|
59
|
+
* <li>
|
|
60
|
+
* <p>
|
|
61
|
+
* <code>status</code> - The state of the request (<code>pending</code> |
|
|
62
|
+
* <code>accepted</code> | <code>rejected</code> | <code>cancelled</code> |
|
|
63
|
+
* <code>revoked</code> | <code>expired</code>).</p>
|
|
64
|
+
* </li>
|
|
65
|
+
* <li>
|
|
66
|
+
* <p>
|
|
67
|
+
* <code>requested-by</code> - The account ID of the Capacity Reservation owner
|
|
68
|
+
* that initiated the request. Not supported if you specify
|
|
69
|
+
* <code>requested-by</code> for <b>Role</b>.</p>
|
|
70
|
+
* </li>
|
|
71
|
+
* <li>
|
|
72
|
+
* <p>
|
|
73
|
+
* <code>unused-reservation-billing-owner</code> - The ID of the consumer account
|
|
74
|
+
* to which the request was sent. Not supported if you specify
|
|
75
|
+
* <code>unused-reservation-billing-owner</code> for <b>Role</b>.</p>
|
|
76
|
+
* </li>
|
|
77
|
+
* </ul>
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
Filters?: Filter[] | undefined;
|
|
81
|
+
/**
|
|
82
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
DryRun?: boolean | undefined;
|
|
86
|
+
}
|
|
5
87
|
/**
|
|
6
88
|
* <p>Information about a Capacity Reservation.</p>
|
|
7
89
|
* @public
|
|
@@ -1263,7 +1345,7 @@ export interface ClientVpnEndpoint {
|
|
|
1263
1345
|
/**
|
|
1264
1346
|
* <p>Information about the associated target networks. A target network is a subnet in a VPC.</p>
|
|
1265
1347
|
*
|
|
1266
|
-
* @deprecated
|
|
1348
|
+
* @deprecated This property is deprecated. To view the target networks associated with a Client VPN endpoint, call DescribeClientVpnTargetNetworks and inspect the clientVpnTargetNetworks response element.
|
|
1267
1349
|
* @public
|
|
1268
1350
|
*/
|
|
1269
1351
|
AssociatedTargetNetworks?: AssociatedTargetNetwork[] | undefined;
|
|
@@ -11089,35 +11171,6 @@ export interface NeuronDeviceInfo {
|
|
|
11089
11171
|
*/
|
|
11090
11172
|
MemoryInfo?: NeuronDeviceMemoryInfo | undefined;
|
|
11091
11173
|
}
|
|
11092
|
-
/**
|
|
11093
|
-
* <p>Describes the neuron accelerators for the instance type.</p>
|
|
11094
|
-
* @public
|
|
11095
|
-
*/
|
|
11096
|
-
export interface NeuronInfo {
|
|
11097
|
-
/**
|
|
11098
|
-
* <p>Describes the neuron accelerators for the instance type.</p>
|
|
11099
|
-
* @public
|
|
11100
|
-
*/
|
|
11101
|
-
NeuronDevices?: NeuronDeviceInfo[] | undefined;
|
|
11102
|
-
/**
|
|
11103
|
-
* <p>The total size of the memory for the neuron accelerators for the instance type, in
|
|
11104
|
-
* MiB.</p>
|
|
11105
|
-
* @public
|
|
11106
|
-
*/
|
|
11107
|
-
TotalNeuronDeviceMemoryInMiB?: number | undefined;
|
|
11108
|
-
}
|
|
11109
|
-
/**
|
|
11110
|
-
* @public
|
|
11111
|
-
* @enum
|
|
11112
|
-
*/
|
|
11113
|
-
export declare const NitroEnclavesSupport: {
|
|
11114
|
-
readonly SUPPORTED: "supported";
|
|
11115
|
-
readonly UNSUPPORTED: "unsupported";
|
|
11116
|
-
};
|
|
11117
|
-
/**
|
|
11118
|
-
* @public
|
|
11119
|
-
*/
|
|
11120
|
-
export type NitroEnclavesSupport = (typeof NitroEnclavesSupport)[keyof typeof NitroEnclavesSupport];
|
|
11121
11174
|
/**
|
|
11122
11175
|
* @internal
|
|
11123
11176
|
*/
|