@aws-sdk/client-ec2 3.87.0 → 3.90.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/CHANGELOG.md +33 -0
- package/dist-cjs/EC2.js +15 -0
- package/dist-cjs/commands/DescribeClientVpnRoutesCommand.js +2 -1
- package/dist-cjs/commands/DescribeClientVpnTargetNetworksCommand.js +3 -3
- package/dist-cjs/commands/DescribePublicIpv4PoolsCommand.js +3 -3
- package/dist-cjs/commands/DescribeRegionsCommand.js +1 -2
- package/dist-cjs/commands/GetEbsEncryptionByDefaultCommand.js +3 -3
- package/dist-cjs/commands/GetFlowLogsIntegrationTemplateCommand.js +1 -2
- package/dist-cjs/commands/GetInstanceUefiDataCommand.js +36 -0
- package/dist-cjs/commands/ReplaceTransitGatewayRouteCommand.js +2 -1
- package/dist-cjs/commands/ReportInstanceStatusCommand.js +2 -2
- package/dist-cjs/commands/RequestSpotFleetCommand.js +3 -3
- package/dist-cjs/commands/RequestSpotInstancesCommand.js +1 -2
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_2.js +36 -36
- package/dist-cjs/models/models_3.js +40 -42
- package/dist-cjs/models/models_4.js +42 -43
- package/dist-cjs/models/models_5.js +55 -42
- package/dist-cjs/models/models_6.js +38 -2
- package/dist-cjs/protocols/Aws_ec2.js +212 -21
- package/dist-es/EC2.js +15 -0
- package/dist-es/commands/DescribeClientVpnRoutesCommand.js +2 -1
- package/dist-es/commands/DescribeClientVpnTargetNetworksCommand.js +1 -1
- package/dist-es/commands/DescribePublicIpv4PoolsCommand.js +1 -1
- package/dist-es/commands/DescribeRegionsCommand.js +1 -2
- package/dist-es/commands/GetEbsEncryptionByDefaultCommand.js +1 -1
- package/dist-es/commands/GetFlowLogsIntegrationTemplateCommand.js +1 -2
- package/dist-es/commands/GetInstanceUefiDataCommand.js +39 -0
- package/dist-es/commands/ReplaceTransitGatewayRouteCommand.js +2 -1
- package/dist-es/commands/ReportInstanceStatusCommand.js +1 -1
- package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
- package/dist-es/commands/RequestSpotInstancesCommand.js +1 -2
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_2.js +26 -20
- package/dist-es/models/models_3.js +24 -24
- package/dist-es/models/models_4.js +24 -27
- package/dist-es/models/models_5.js +35 -24
- package/dist-es/models/models_6.js +24 -0
- package/dist-es/protocols/Aws_ec2.js +213 -8
- package/dist-types/EC2.d.ts +17 -1
- package/dist-types/EC2Client.d.ts +3 -2
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
- package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRegionsCommand.d.ts +1 -2
- package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -2
- package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +44 -0
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +2 -1
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +13 -5
- package/dist-types/models/models_2.d.ts +78 -164
- package/dist-types/models/models_3.d.ts +184 -187
- package/dist-types/models/models_4.d.ts +211 -102
- package/dist-types/models/models_5.d.ts +167 -328
- package/dist-types/models/models_6.d.ts +325 -1
- package/dist-types/protocols/Aws_ec2.d.ts +3 -0
- package/dist-types/ts3.4/EC2.d.ts +5 -0
- package/dist-types/ts3.4/EC2Client.d.ts +3 -2
- package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +7 -3
- package/dist-types/ts3.4/models/models_2.d.ts +46 -79
- package/dist-types/ts3.4/models/models_3.d.ts +91 -89
- package/dist-types/ts3.4/models/models_4.d.ts +93 -62
- package/dist-types/ts3.4/models/models_5.d.ts +96 -126
- package/dist-types/ts3.4/models/models_6.d.ts +123 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +3 -0
- package/package.json +1 -1
|
@@ -1,7 +1,94 @@
|
|
|
1
1
|
import { _InstanceType, ActiveInstance, ActivityStatus, AllocationStrategy, AllowedPrincipal, AssociationStatus, BatchState, CapacityReservationState, CurrencyCodeValues, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpPermission, ReservedInstancesListing, ResourceType, SecurityGroupRule, Subnet, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, Tenancy, TransitGatewayAssociation, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, Vpc, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
|
|
2
2
|
import { BlockDeviceMapping, DiskImageFormat, FleetLaunchTemplateSpecification, FleetType, GroupIdentifier, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, PrivateIpAddressSpecification, ReplaceRootVolumeTask, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, SpotInstanceType, StorageTier, TargetCapacityUnitType, TrafficMirrorFilter, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, VolumeType } from "./models_1";
|
|
3
|
-
import { ConnectionNotification, DnsEntry, DnsNameState, Filter, PayerResponsibility, ServiceConfiguration, ServiceTypeDetail, State, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayRouteTable, Volume, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
|
|
4
|
-
import { AttributeBooleanValue, EventInformation, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, PermissionGroup, ProductCode
|
|
3
|
+
import { ConnectionNotification, DnsEntry, DnsNameState, Filter, IpAddressType, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, State, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayRouteTable, Volume, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
|
|
4
|
+
import { AttributeBooleanValue, EventInformation, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, PermissionGroup, ProductCode } from "./models_3";
|
|
5
|
+
export interface DescribePublicIpv4PoolsRequest {
|
|
6
|
+
|
|
7
|
+
PoolIds?: string[];
|
|
8
|
+
|
|
9
|
+
NextToken?: string;
|
|
10
|
+
|
|
11
|
+
MaxResults?: number;
|
|
12
|
+
|
|
13
|
+
Filters?: Filter[];
|
|
14
|
+
}
|
|
15
|
+
export declare namespace DescribePublicIpv4PoolsRequest {
|
|
16
|
+
|
|
17
|
+
const filterSensitiveLog: (obj: DescribePublicIpv4PoolsRequest) => any;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export interface PublicIpv4PoolRange {
|
|
21
|
+
|
|
22
|
+
FirstAddress?: string;
|
|
23
|
+
|
|
24
|
+
LastAddress?: string;
|
|
25
|
+
|
|
26
|
+
AddressCount?: number;
|
|
27
|
+
|
|
28
|
+
AvailableAddressCount?: number;
|
|
29
|
+
}
|
|
30
|
+
export declare namespace PublicIpv4PoolRange {
|
|
31
|
+
|
|
32
|
+
const filterSensitiveLog: (obj: PublicIpv4PoolRange) => any;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export interface PublicIpv4Pool {
|
|
36
|
+
|
|
37
|
+
PoolId?: string;
|
|
38
|
+
|
|
39
|
+
Description?: string;
|
|
40
|
+
|
|
41
|
+
PoolAddressRanges?: PublicIpv4PoolRange[];
|
|
42
|
+
|
|
43
|
+
TotalAddressCount?: number;
|
|
44
|
+
|
|
45
|
+
TotalAvailableAddressCount?: number;
|
|
46
|
+
|
|
47
|
+
NetworkBorderGroup?: string;
|
|
48
|
+
|
|
49
|
+
Tags?: Tag[];
|
|
50
|
+
}
|
|
51
|
+
export declare namespace PublicIpv4Pool {
|
|
52
|
+
|
|
53
|
+
const filterSensitiveLog: (obj: PublicIpv4Pool) => any;
|
|
54
|
+
}
|
|
55
|
+
export interface DescribePublicIpv4PoolsResult {
|
|
56
|
+
|
|
57
|
+
PublicIpv4Pools?: PublicIpv4Pool[];
|
|
58
|
+
|
|
59
|
+
NextToken?: string;
|
|
60
|
+
}
|
|
61
|
+
export declare namespace DescribePublicIpv4PoolsResult {
|
|
62
|
+
|
|
63
|
+
const filterSensitiveLog: (obj: DescribePublicIpv4PoolsResult) => any;
|
|
64
|
+
}
|
|
65
|
+
export interface DescribeRegionsRequest {
|
|
66
|
+
|
|
67
|
+
Filters?: Filter[];
|
|
68
|
+
|
|
69
|
+
RegionNames?: string[];
|
|
70
|
+
|
|
71
|
+
DryRun?: boolean;
|
|
72
|
+
|
|
73
|
+
AllRegions?: boolean;
|
|
74
|
+
}
|
|
75
|
+
export declare namespace DescribeRegionsRequest {
|
|
76
|
+
|
|
77
|
+
const filterSensitiveLog: (obj: DescribeRegionsRequest) => any;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
export interface Region {
|
|
81
|
+
|
|
82
|
+
Endpoint?: string;
|
|
83
|
+
|
|
84
|
+
RegionName?: string;
|
|
85
|
+
|
|
86
|
+
OptInStatus?: string;
|
|
87
|
+
}
|
|
88
|
+
export declare namespace Region {
|
|
89
|
+
|
|
90
|
+
const filterSensitiveLog: (obj: Region) => any;
|
|
91
|
+
}
|
|
5
92
|
export interface DescribeRegionsResult {
|
|
6
93
|
|
|
7
94
|
Regions?: Region[];
|
|
@@ -2320,6 +2407,8 @@ export interface VpcEndpointConnection {
|
|
|
2320
2407
|
NetworkLoadBalancerArns?: string[];
|
|
2321
2408
|
|
|
2322
2409
|
GatewayLoadBalancerArns?: string[];
|
|
2410
|
+
|
|
2411
|
+
IpAddressType?: IpAddressType | string;
|
|
2323
2412
|
}
|
|
2324
2413
|
export declare namespace VpcEndpointConnection {
|
|
2325
2414
|
|
|
@@ -2471,6 +2560,8 @@ export interface ServiceDetail {
|
|
|
2471
2560
|
Tags?: Tag[];
|
|
2472
2561
|
|
|
2473
2562
|
PrivateDnsNameVerificationState?: DnsNameState | string;
|
|
2563
|
+
|
|
2564
|
+
SupportedIpAddressTypes?: (ServiceConnectivityType | string)[];
|
|
2474
2565
|
}
|
|
2475
2566
|
export declare namespace ServiceDetail {
|
|
2476
2567
|
|
|
@@ -3821,63 +3912,3 @@ export declare namespace GetEbsDefaultKmsKeyIdResult {
|
|
|
3821
3912
|
|
|
3822
3913
|
const filterSensitiveLog: (obj: GetEbsDefaultKmsKeyIdResult) => any;
|
|
3823
3914
|
}
|
|
3824
|
-
export interface GetEbsEncryptionByDefaultRequest {
|
|
3825
|
-
|
|
3826
|
-
DryRun?: boolean;
|
|
3827
|
-
}
|
|
3828
|
-
export declare namespace GetEbsEncryptionByDefaultRequest {
|
|
3829
|
-
|
|
3830
|
-
const filterSensitiveLog: (obj: GetEbsEncryptionByDefaultRequest) => any;
|
|
3831
|
-
}
|
|
3832
|
-
export interface GetEbsEncryptionByDefaultResult {
|
|
3833
|
-
|
|
3834
|
-
EbsEncryptionByDefault?: boolean;
|
|
3835
|
-
}
|
|
3836
|
-
export declare namespace GetEbsEncryptionByDefaultResult {
|
|
3837
|
-
|
|
3838
|
-
const filterSensitiveLog: (obj: GetEbsEncryptionByDefaultResult) => any;
|
|
3839
|
-
}
|
|
3840
|
-
export declare enum PartitionLoadFrequency {
|
|
3841
|
-
DAILY = "daily",
|
|
3842
|
-
MONTHLY = "monthly",
|
|
3843
|
-
NONE = "none",
|
|
3844
|
-
WEEKLY = "weekly"
|
|
3845
|
-
}
|
|
3846
|
-
|
|
3847
|
-
export interface AthenaIntegration {
|
|
3848
|
-
|
|
3849
|
-
IntegrationResultS3DestinationArn: string | undefined;
|
|
3850
|
-
|
|
3851
|
-
PartitionLoadFrequency: PartitionLoadFrequency | string | undefined;
|
|
3852
|
-
|
|
3853
|
-
PartitionStartDate?: Date;
|
|
3854
|
-
|
|
3855
|
-
PartitionEndDate?: Date;
|
|
3856
|
-
}
|
|
3857
|
-
export declare namespace AthenaIntegration {
|
|
3858
|
-
|
|
3859
|
-
const filterSensitiveLog: (obj: AthenaIntegration) => any;
|
|
3860
|
-
}
|
|
3861
|
-
|
|
3862
|
-
export interface IntegrateServices {
|
|
3863
|
-
|
|
3864
|
-
AthenaIntegrations?: AthenaIntegration[];
|
|
3865
|
-
}
|
|
3866
|
-
export declare namespace IntegrateServices {
|
|
3867
|
-
|
|
3868
|
-
const filterSensitiveLog: (obj: IntegrateServices) => any;
|
|
3869
|
-
}
|
|
3870
|
-
export interface GetFlowLogsIntegrationTemplateRequest {
|
|
3871
|
-
|
|
3872
|
-
DryRun?: boolean;
|
|
3873
|
-
|
|
3874
|
-
FlowLogId: string | undefined;
|
|
3875
|
-
|
|
3876
|
-
ConfigDeliveryS3DestinationArn: string | undefined;
|
|
3877
|
-
|
|
3878
|
-
IntegrateServices: IntegrateServices | undefined;
|
|
3879
|
-
}
|
|
3880
|
-
export declare namespace GetFlowLogsIntegrationTemplateRequest {
|
|
3881
|
-
|
|
3882
|
-
const filterSensitiveLog: (obj: GetFlowLogsIntegrationTemplateRequest) => any;
|
|
3883
|
-
}
|
|
@@ -1,8 +1,68 @@
|
|
|
1
1
|
import { _InstanceType, AccessScopeAnalysisFinding, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, Affinity, ApplianceModeSupportValue, AttributeValue, AutoPlacement, ByoipCidr, ClientConnectOptions, ClientLoginBannerOptions, ConnectionLogOptions, CurrencyCodeValues, DnsSupportValue, EndDateType, FleetExcessCapacityTerminationPolicy, HostnameType, HostRecovery, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpamPoolAllocation, Ipv6SupportValue, PortRange, RouteTableAssociationState, SelfServicePortal, SubnetAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem } from "./models_0";
|
|
2
|
-
import { AutoAcceptSharedAttachmentsValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTarget, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DiskImageFormat, FleetLaunchTemplateConfigRequest, IcmpTypeCode, InstanceEventWindowTimeRangeRequest,
|
|
3
|
-
import { Filter, IKEVersionsRequestListValue, InstanceTagNotificationAttribute, IpamPoolCidr, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, TransitGatewayPrefixListReference,
|
|
4
|
-
import { AnalysisStatus, ArchitectureType, ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceStatusEvent, LaunchPermission, Monitoring, PaymentOption, PermissionGroup,
|
|
5
|
-
import { CreateVolumePermission, ExcessCapacityTerminationPolicy, InstanceFamilyCreditSpecification,
|
|
2
|
+
import { AutoAcceptSharedAttachmentsValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTarget, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DiskImageFormat, FleetLaunchTemplateConfigRequest, IcmpTypeCode, InstanceEventWindowTimeRangeRequest, InstanceRequirementsRequest, Ipam, IpamPool, IpamResourceTag, IpamScope, LaunchTemplate, ManagedPrefixList, NetworkInsightsAccessScopeContent, Placement, PlatformValues, RequestIpamResourceTag, ResponseLaunchTemplateData, RuleAction, ShutdownBehavior, SubnetCidrReservation, TargetCapacitySpecificationRequest, TargetCapacityUnitType, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, VolumeType, VpnEcmpSupportValue } from "./models_1";
|
|
3
|
+
import { DnsOptionsSpecification, Filter, IKEVersionsRequestListValue, InstanceTagNotificationAttribute, IpAddressType, IpamPoolCidr, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, TransitGatewayPrefixListReference, VpnConnection } from "./models_2";
|
|
4
|
+
import { AnalysisStatus, ArchitectureType, ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceStatusEvent, LaunchPermission, Monitoring, PaymentOption, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, TpmSupportValues, VirtualizationType } from "./models_3";
|
|
5
|
+
import { CreateVolumePermission, ExcessCapacityTerminationPolicy, InstanceFamilyCreditSpecification, LaunchTemplateConfig, PublicIpv4PoolRange, ReservedInstancesConfiguration, ScheduledInstance, SnapshotAttributeName, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, VolumeModification } from "./models_4";
|
|
6
|
+
export interface GetEbsEncryptionByDefaultRequest {
|
|
7
|
+
|
|
8
|
+
DryRun?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export declare namespace GetEbsEncryptionByDefaultRequest {
|
|
11
|
+
|
|
12
|
+
const filterSensitiveLog: (obj: GetEbsEncryptionByDefaultRequest) => any;
|
|
13
|
+
}
|
|
14
|
+
export interface GetEbsEncryptionByDefaultResult {
|
|
15
|
+
|
|
16
|
+
EbsEncryptionByDefault?: boolean;
|
|
17
|
+
}
|
|
18
|
+
export declare namespace GetEbsEncryptionByDefaultResult {
|
|
19
|
+
|
|
20
|
+
const filterSensitiveLog: (obj: GetEbsEncryptionByDefaultResult) => any;
|
|
21
|
+
}
|
|
22
|
+
export declare enum PartitionLoadFrequency {
|
|
23
|
+
DAILY = "daily",
|
|
24
|
+
MONTHLY = "monthly",
|
|
25
|
+
NONE = "none",
|
|
26
|
+
WEEKLY = "weekly"
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export interface AthenaIntegration {
|
|
30
|
+
|
|
31
|
+
IntegrationResultS3DestinationArn: string | undefined;
|
|
32
|
+
|
|
33
|
+
PartitionLoadFrequency: PartitionLoadFrequency | string | undefined;
|
|
34
|
+
|
|
35
|
+
PartitionStartDate?: Date;
|
|
36
|
+
|
|
37
|
+
PartitionEndDate?: Date;
|
|
38
|
+
}
|
|
39
|
+
export declare namespace AthenaIntegration {
|
|
40
|
+
|
|
41
|
+
const filterSensitiveLog: (obj: AthenaIntegration) => any;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export interface IntegrateServices {
|
|
45
|
+
|
|
46
|
+
AthenaIntegrations?: AthenaIntegration[];
|
|
47
|
+
}
|
|
48
|
+
export declare namespace IntegrateServices {
|
|
49
|
+
|
|
50
|
+
const filterSensitiveLog: (obj: IntegrateServices) => any;
|
|
51
|
+
}
|
|
52
|
+
export interface GetFlowLogsIntegrationTemplateRequest {
|
|
53
|
+
|
|
54
|
+
DryRun?: boolean;
|
|
55
|
+
|
|
56
|
+
FlowLogId: string | undefined;
|
|
57
|
+
|
|
58
|
+
ConfigDeliveryS3DestinationArn: string | undefined;
|
|
59
|
+
|
|
60
|
+
IntegrateServices: IntegrateServices | undefined;
|
|
61
|
+
}
|
|
62
|
+
export declare namespace GetFlowLogsIntegrationTemplateRequest {
|
|
63
|
+
|
|
64
|
+
const filterSensitiveLog: (obj: GetFlowLogsIntegrationTemplateRequest) => any;
|
|
65
|
+
}
|
|
6
66
|
export interface GetFlowLogsIntegrationTemplateResult {
|
|
7
67
|
|
|
8
68
|
Result?: string;
|
|
@@ -130,6 +190,26 @@ export declare namespace GetInstanceTypesFromInstanceRequirementsResult {
|
|
|
130
190
|
|
|
131
191
|
const filterSensitiveLog: (obj: GetInstanceTypesFromInstanceRequirementsResult) => any;
|
|
132
192
|
}
|
|
193
|
+
export interface GetInstanceUefiDataRequest {
|
|
194
|
+
|
|
195
|
+
InstanceId: string | undefined;
|
|
196
|
+
|
|
197
|
+
DryRun?: boolean;
|
|
198
|
+
}
|
|
199
|
+
export declare namespace GetInstanceUefiDataRequest {
|
|
200
|
+
|
|
201
|
+
const filterSensitiveLog: (obj: GetInstanceUefiDataRequest) => any;
|
|
202
|
+
}
|
|
203
|
+
export interface GetInstanceUefiDataResult {
|
|
204
|
+
|
|
205
|
+
InstanceId?: string;
|
|
206
|
+
|
|
207
|
+
UefiData?: string;
|
|
208
|
+
}
|
|
209
|
+
export declare namespace GetInstanceUefiDataResult {
|
|
210
|
+
|
|
211
|
+
const filterSensitiveLog: (obj: GetInstanceUefiDataResult) => any;
|
|
212
|
+
}
|
|
133
213
|
export interface GetIpamAddressHistoryRequest {
|
|
134
214
|
|
|
135
215
|
DryRun?: boolean;
|
|
@@ -2726,6 +2806,10 @@ export interface ModifyVpcEndpointRequest {
|
|
|
2726
2806
|
|
|
2727
2807
|
RemoveSecurityGroupIds?: string[];
|
|
2728
2808
|
|
|
2809
|
+
IpAddressType?: IpAddressType | string;
|
|
2810
|
+
|
|
2811
|
+
DnsOptions?: DnsOptionsSpecification;
|
|
2812
|
+
|
|
2729
2813
|
PrivateDnsEnabled?: boolean;
|
|
2730
2814
|
}
|
|
2731
2815
|
export declare namespace ModifyVpcEndpointRequest {
|
|
@@ -2781,6 +2865,10 @@ export interface ModifyVpcEndpointServiceConfigurationRequest {
|
|
|
2781
2865
|
AddGatewayLoadBalancerArns?: string[];
|
|
2782
2866
|
|
|
2783
2867
|
RemoveGatewayLoadBalancerArns?: string[];
|
|
2868
|
+
|
|
2869
|
+
AddSupportedIpAddressTypes?: string[];
|
|
2870
|
+
|
|
2871
|
+
RemoveSupportedIpAddressTypes?: string[];
|
|
2784
2872
|
}
|
|
2785
2873
|
export declare namespace ModifyVpcEndpointServiceConfigurationRequest {
|
|
2786
2874
|
|
|
@@ -3358,6 +3446,10 @@ export interface RegisterImageRequest {
|
|
|
3358
3446
|
VirtualizationType?: string;
|
|
3359
3447
|
|
|
3360
3448
|
BootMode?: BootModeValues | string;
|
|
3449
|
+
|
|
3450
|
+
TpmSupport?: TpmSupportValues | string;
|
|
3451
|
+
|
|
3452
|
+
UefiData?: string;
|
|
3361
3453
|
}
|
|
3362
3454
|
export declare namespace RegisterImageRequest {
|
|
3363
3455
|
|
|
@@ -3763,125 +3855,3 @@ export declare namespace ReplaceTransitGatewayRouteRequest {
|
|
|
3763
3855
|
|
|
3764
3856
|
const filterSensitiveLog: (obj: ReplaceTransitGatewayRouteRequest) => any;
|
|
3765
3857
|
}
|
|
3766
|
-
export interface ReplaceTransitGatewayRouteResult {
|
|
3767
|
-
|
|
3768
|
-
Route?: TransitGatewayRoute;
|
|
3769
|
-
}
|
|
3770
|
-
export declare namespace ReplaceTransitGatewayRouteResult {
|
|
3771
|
-
|
|
3772
|
-
const filterSensitiveLog: (obj: ReplaceTransitGatewayRouteResult) => any;
|
|
3773
|
-
}
|
|
3774
|
-
export declare type ReportInstanceReasonCodes = "instance-stuck-in-state" | "not-accepting-credentials" | "other" | "password-not-available" | "performance-ebs-volume" | "performance-instance-store" | "performance-network" | "performance-other" | "unresponsive";
|
|
3775
|
-
export declare type ReportStatusType = "impaired" | "ok";
|
|
3776
|
-
export interface ReportInstanceStatusRequest {
|
|
3777
|
-
|
|
3778
|
-
Description?: string;
|
|
3779
|
-
|
|
3780
|
-
DryRun?: boolean;
|
|
3781
|
-
|
|
3782
|
-
EndTime?: Date;
|
|
3783
|
-
|
|
3784
|
-
Instances: string[] | undefined;
|
|
3785
|
-
|
|
3786
|
-
ReasonCodes: (ReportInstanceReasonCodes | string)[] | undefined;
|
|
3787
|
-
|
|
3788
|
-
StartTime?: Date;
|
|
3789
|
-
|
|
3790
|
-
Status: ReportStatusType | string | undefined;
|
|
3791
|
-
}
|
|
3792
|
-
export declare namespace ReportInstanceStatusRequest {
|
|
3793
|
-
|
|
3794
|
-
const filterSensitiveLog: (obj: ReportInstanceStatusRequest) => any;
|
|
3795
|
-
}
|
|
3796
|
-
|
|
3797
|
-
export interface RequestSpotFleetRequest {
|
|
3798
|
-
|
|
3799
|
-
DryRun?: boolean;
|
|
3800
|
-
|
|
3801
|
-
SpotFleetRequestConfig: SpotFleetRequestConfigData | undefined;
|
|
3802
|
-
}
|
|
3803
|
-
export declare namespace RequestSpotFleetRequest {
|
|
3804
|
-
|
|
3805
|
-
const filterSensitiveLog: (obj: RequestSpotFleetRequest) => any;
|
|
3806
|
-
}
|
|
3807
|
-
|
|
3808
|
-
export interface RequestSpotFleetResponse {
|
|
3809
|
-
|
|
3810
|
-
SpotFleetRequestId?: string;
|
|
3811
|
-
}
|
|
3812
|
-
export declare namespace RequestSpotFleetResponse {
|
|
3813
|
-
|
|
3814
|
-
const filterSensitiveLog: (obj: RequestSpotFleetResponse) => any;
|
|
3815
|
-
}
|
|
3816
|
-
|
|
3817
|
-
export interface RequestSpotLaunchSpecification {
|
|
3818
|
-
|
|
3819
|
-
SecurityGroupIds?: string[];
|
|
3820
|
-
|
|
3821
|
-
SecurityGroups?: string[];
|
|
3822
|
-
|
|
3823
|
-
AddressingType?: string;
|
|
3824
|
-
|
|
3825
|
-
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
3826
|
-
|
|
3827
|
-
EbsOptimized?: boolean;
|
|
3828
|
-
|
|
3829
|
-
IamInstanceProfile?: IamInstanceProfileSpecification;
|
|
3830
|
-
|
|
3831
|
-
ImageId?: string;
|
|
3832
|
-
|
|
3833
|
-
InstanceType?: _InstanceType | string;
|
|
3834
|
-
|
|
3835
|
-
KernelId?: string;
|
|
3836
|
-
|
|
3837
|
-
KeyName?: string;
|
|
3838
|
-
|
|
3839
|
-
Monitoring?: RunInstancesMonitoringEnabled;
|
|
3840
|
-
|
|
3841
|
-
NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
|
|
3842
|
-
|
|
3843
|
-
Placement?: SpotPlacement;
|
|
3844
|
-
|
|
3845
|
-
RamdiskId?: string;
|
|
3846
|
-
|
|
3847
|
-
SubnetId?: string;
|
|
3848
|
-
|
|
3849
|
-
UserData?: string;
|
|
3850
|
-
}
|
|
3851
|
-
export declare namespace RequestSpotLaunchSpecification {
|
|
3852
|
-
|
|
3853
|
-
const filterSensitiveLog: (obj: RequestSpotLaunchSpecification) => any;
|
|
3854
|
-
}
|
|
3855
|
-
|
|
3856
|
-
export interface RequestSpotInstancesRequest {
|
|
3857
|
-
|
|
3858
|
-
AvailabilityZoneGroup?: string;
|
|
3859
|
-
|
|
3860
|
-
BlockDurationMinutes?: number;
|
|
3861
|
-
|
|
3862
|
-
ClientToken?: string;
|
|
3863
|
-
|
|
3864
|
-
DryRun?: boolean;
|
|
3865
|
-
|
|
3866
|
-
InstanceCount?: number;
|
|
3867
|
-
|
|
3868
|
-
LaunchGroup?: string;
|
|
3869
|
-
|
|
3870
|
-
LaunchSpecification?: RequestSpotLaunchSpecification;
|
|
3871
|
-
|
|
3872
|
-
SpotPrice?: string;
|
|
3873
|
-
|
|
3874
|
-
Type?: SpotInstanceType | string;
|
|
3875
|
-
|
|
3876
|
-
ValidFrom?: Date;
|
|
3877
|
-
|
|
3878
|
-
ValidUntil?: Date;
|
|
3879
|
-
|
|
3880
|
-
TagSpecifications?: TagSpecification[];
|
|
3881
|
-
|
|
3882
|
-
InstanceInterruptionBehavior?: InstanceInterruptionBehavior | string;
|
|
3883
|
-
}
|
|
3884
|
-
export declare namespace RequestSpotInstancesRequest {
|
|
3885
|
-
|
|
3886
|
-
const filterSensitiveLog: (obj: RequestSpotInstancesRequest) => any;
|
|
3887
|
-
}
|
|
@@ -2,8 +2,130 @@ import { _InstanceType, AddressAttribute, AddressAttributeName, ByoipCidr, Clien
|
|
|
2
2
|
import { BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, InstanceInterruptionBehavior, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, MarketType, Placement, ShutdownBehavior, SnapshotState, SpotInstanceType } from "./models_1";
|
|
3
3
|
import { ClientVpnConnectionStatus, Filter, TransitGatewayRoute } from "./models_2";
|
|
4
4
|
import { HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis } from "./models_3";
|
|
5
|
-
import { InstanceNetworkInterfaceSpecification, RunInstancesMonitoringEnabled, SnapshotAttributeName, SpotInstanceRequest } from "./models_4";
|
|
5
|
+
import { InstanceNetworkInterfaceSpecification, RunInstancesMonitoringEnabled, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_4";
|
|
6
6
|
import { CapacityReservationSpecification, InstanceMonitoring, Status } from "./models_5";
|
|
7
|
+
export interface ReplaceTransitGatewayRouteResult {
|
|
8
|
+
|
|
9
|
+
Route?: TransitGatewayRoute;
|
|
10
|
+
}
|
|
11
|
+
export declare namespace ReplaceTransitGatewayRouteResult {
|
|
12
|
+
|
|
13
|
+
const filterSensitiveLog: (obj: ReplaceTransitGatewayRouteResult) => any;
|
|
14
|
+
}
|
|
15
|
+
export declare type ReportInstanceReasonCodes = "instance-stuck-in-state" | "not-accepting-credentials" | "other" | "password-not-available" | "performance-ebs-volume" | "performance-instance-store" | "performance-network" | "performance-other" | "unresponsive";
|
|
16
|
+
export declare type ReportStatusType = "impaired" | "ok";
|
|
17
|
+
export interface ReportInstanceStatusRequest {
|
|
18
|
+
|
|
19
|
+
Description?: string;
|
|
20
|
+
|
|
21
|
+
DryRun?: boolean;
|
|
22
|
+
|
|
23
|
+
EndTime?: Date;
|
|
24
|
+
|
|
25
|
+
Instances: string[] | undefined;
|
|
26
|
+
|
|
27
|
+
ReasonCodes: (ReportInstanceReasonCodes | string)[] | undefined;
|
|
28
|
+
|
|
29
|
+
StartTime?: Date;
|
|
30
|
+
|
|
31
|
+
Status: ReportStatusType | string | undefined;
|
|
32
|
+
}
|
|
33
|
+
export declare namespace ReportInstanceStatusRequest {
|
|
34
|
+
|
|
35
|
+
const filterSensitiveLog: (obj: ReportInstanceStatusRequest) => any;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export interface RequestSpotFleetRequest {
|
|
39
|
+
|
|
40
|
+
DryRun?: boolean;
|
|
41
|
+
|
|
42
|
+
SpotFleetRequestConfig: SpotFleetRequestConfigData | undefined;
|
|
43
|
+
}
|
|
44
|
+
export declare namespace RequestSpotFleetRequest {
|
|
45
|
+
|
|
46
|
+
const filterSensitiveLog: (obj: RequestSpotFleetRequest) => any;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export interface RequestSpotFleetResponse {
|
|
50
|
+
|
|
51
|
+
SpotFleetRequestId?: string;
|
|
52
|
+
}
|
|
53
|
+
export declare namespace RequestSpotFleetResponse {
|
|
54
|
+
|
|
55
|
+
const filterSensitiveLog: (obj: RequestSpotFleetResponse) => any;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
export interface RequestSpotLaunchSpecification {
|
|
59
|
+
|
|
60
|
+
SecurityGroupIds?: string[];
|
|
61
|
+
|
|
62
|
+
SecurityGroups?: string[];
|
|
63
|
+
|
|
64
|
+
AddressingType?: string;
|
|
65
|
+
|
|
66
|
+
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
67
|
+
|
|
68
|
+
EbsOptimized?: boolean;
|
|
69
|
+
|
|
70
|
+
IamInstanceProfile?: IamInstanceProfileSpecification;
|
|
71
|
+
|
|
72
|
+
ImageId?: string;
|
|
73
|
+
|
|
74
|
+
InstanceType?: _InstanceType | string;
|
|
75
|
+
|
|
76
|
+
KernelId?: string;
|
|
77
|
+
|
|
78
|
+
KeyName?: string;
|
|
79
|
+
|
|
80
|
+
Monitoring?: RunInstancesMonitoringEnabled;
|
|
81
|
+
|
|
82
|
+
NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
|
|
83
|
+
|
|
84
|
+
Placement?: SpotPlacement;
|
|
85
|
+
|
|
86
|
+
RamdiskId?: string;
|
|
87
|
+
|
|
88
|
+
SubnetId?: string;
|
|
89
|
+
|
|
90
|
+
UserData?: string;
|
|
91
|
+
}
|
|
92
|
+
export declare namespace RequestSpotLaunchSpecification {
|
|
93
|
+
|
|
94
|
+
const filterSensitiveLog: (obj: RequestSpotLaunchSpecification) => any;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
export interface RequestSpotInstancesRequest {
|
|
98
|
+
|
|
99
|
+
AvailabilityZoneGroup?: string;
|
|
100
|
+
|
|
101
|
+
BlockDurationMinutes?: number;
|
|
102
|
+
|
|
103
|
+
ClientToken?: string;
|
|
104
|
+
|
|
105
|
+
DryRun?: boolean;
|
|
106
|
+
|
|
107
|
+
InstanceCount?: number;
|
|
108
|
+
|
|
109
|
+
LaunchGroup?: string;
|
|
110
|
+
|
|
111
|
+
LaunchSpecification?: RequestSpotLaunchSpecification;
|
|
112
|
+
|
|
113
|
+
SpotPrice?: string;
|
|
114
|
+
|
|
115
|
+
Type?: SpotInstanceType | string;
|
|
116
|
+
|
|
117
|
+
ValidFrom?: Date;
|
|
118
|
+
|
|
119
|
+
ValidUntil?: Date;
|
|
120
|
+
|
|
121
|
+
TagSpecifications?: TagSpecification[];
|
|
122
|
+
|
|
123
|
+
InstanceInterruptionBehavior?: InstanceInterruptionBehavior | string;
|
|
124
|
+
}
|
|
125
|
+
export declare namespace RequestSpotInstancesRequest {
|
|
126
|
+
|
|
127
|
+
const filterSensitiveLog: (obj: RequestSpotInstancesRequest) => any;
|
|
128
|
+
}
|
|
7
129
|
|
|
8
130
|
export interface RequestSpotInstancesResult {
|
|
9
131
|
|
|
@@ -373,6 +373,7 @@ import { GetFlowLogsIntegrationTemplateCommandInput, GetFlowLogsIntegrationTempl
|
|
|
373
373
|
import { GetGroupsForCapacityReservationCommandInput, GetGroupsForCapacityReservationCommandOutput } from "../commands/GetGroupsForCapacityReservationCommand";
|
|
374
374
|
import { GetHostReservationPurchasePreviewCommandInput, GetHostReservationPurchasePreviewCommandOutput } from "../commands/GetHostReservationPurchasePreviewCommand";
|
|
375
375
|
import { GetInstanceTypesFromInstanceRequirementsCommandInput, GetInstanceTypesFromInstanceRequirementsCommandOutput } from "../commands/GetInstanceTypesFromInstanceRequirementsCommand";
|
|
376
|
+
import { GetInstanceUefiDataCommandInput, GetInstanceUefiDataCommandOutput } from "../commands/GetInstanceUefiDataCommand";
|
|
376
377
|
import { GetIpamAddressHistoryCommandInput, GetIpamAddressHistoryCommandOutput } from "../commands/GetIpamAddressHistoryCommand";
|
|
377
378
|
import { GetIpamPoolAllocationsCommandInput, GetIpamPoolAllocationsCommandOutput } from "../commands/GetIpamPoolAllocationsCommand";
|
|
378
379
|
import { GetIpamPoolCidrsCommandInput, GetIpamPoolCidrsCommandOutput } from "../commands/GetIpamPoolCidrsCommand";
|
|
@@ -895,6 +896,7 @@ export declare const serializeAws_ec2GetFlowLogsIntegrationTemplateCommand: (inp
|
|
|
895
896
|
export declare const serializeAws_ec2GetGroupsForCapacityReservationCommand: (input: GetGroupsForCapacityReservationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
896
897
|
export declare const serializeAws_ec2GetHostReservationPurchasePreviewCommand: (input: GetHostReservationPurchasePreviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
897
898
|
export declare const serializeAws_ec2GetInstanceTypesFromInstanceRequirementsCommand: (input: GetInstanceTypesFromInstanceRequirementsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
899
|
+
export declare const serializeAws_ec2GetInstanceUefiDataCommand: (input: GetInstanceUefiDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
898
900
|
export declare const serializeAws_ec2GetIpamAddressHistoryCommand: (input: GetIpamAddressHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
899
901
|
export declare const serializeAws_ec2GetIpamPoolAllocationsCommand: (input: GetIpamPoolAllocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
900
902
|
export declare const serializeAws_ec2GetIpamPoolCidrsCommand: (input: GetIpamPoolCidrsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -1417,6 +1419,7 @@ export declare const deserializeAws_ec2GetFlowLogsIntegrationTemplateCommand: (o
|
|
|
1417
1419
|
export declare const deserializeAws_ec2GetGroupsForCapacityReservationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupsForCapacityReservationCommandOutput>;
|
|
1418
1420
|
export declare const deserializeAws_ec2GetHostReservationPurchasePreviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetHostReservationPurchasePreviewCommandOutput>;
|
|
1419
1421
|
export declare const deserializeAws_ec2GetInstanceTypesFromInstanceRequirementsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInstanceTypesFromInstanceRequirementsCommandOutput>;
|
|
1422
|
+
export declare const deserializeAws_ec2GetInstanceUefiDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInstanceUefiDataCommandOutput>;
|
|
1420
1423
|
export declare const deserializeAws_ec2GetIpamAddressHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIpamAddressHistoryCommandOutput>;
|
|
1421
1424
|
export declare const deserializeAws_ec2GetIpamPoolAllocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIpamPoolAllocationsCommandOutput>;
|
|
1422
1425
|
export declare const deserializeAws_ec2GetIpamPoolCidrsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIpamPoolCidrsCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ec2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.90.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|