@aws-sdk/client-ec2 3.395.0 → 3.398.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/commands/BundleInstanceCommand.js +3 -2
- package/dist-cjs/commands/CancelBundleTaskCommand.js +2 -1
- package/dist-cjs/commands/DescribeBundleTasksCommand.js +2 -1
- package/dist-cjs/commands/GetPasswordDataCommand.js +2 -1
- package/dist-cjs/models/models_0.js +31 -1
- package/dist-cjs/models/models_2.js +1 -6
- package/dist-cjs/models/models_3.js +12 -1
- package/dist-cjs/models/models_5.js +6 -1
- package/dist-cjs/protocols/Aws_ec2.js +14 -1
- package/dist-cjs/runtimeExtensions.js +5 -5
- package/dist-es/commands/BundleInstanceCommand.js +3 -2
- package/dist-es/commands/CancelBundleTaskCommand.js +2 -1
- package/dist-es/commands/DescribeBundleTasksCommand.js +2 -1
- package/dist-es/commands/GetPasswordDataCommand.js +2 -1
- package/dist-es/models/models_0.js +24 -0
- package/dist-es/models/models_2.js +0 -5
- package/dist-es/models/models_3.js +10 -1
- package/dist-es/models/models_5.js +4 -0
- package/dist-es/protocols/Aws_ec2.js +14 -1
- package/dist-es/runtimeExtensions.js +5 -5
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +6 -3
- package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -2
- package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -2
- package/dist-types/extensionConfiguration.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +24 -0
- package/dist-types/models/models_2.d.ts +15 -13
- package/dist-types/models/models_3.d.ts +17 -15
- package/dist-types/models/models_4.d.ts +16 -34
- package/dist-types/models/models_5.d.ts +37 -21
- package/dist-types/models/models_6.d.ts +21 -11
- package/dist-types/models/models_7.d.ts +12 -1
- package/dist-types/runtimeExtensions.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +4 -2
- package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +12 -0
- package/dist-types/ts3.4/models/models_2.d.ts +4 -7
- package/dist-types/ts3.4/models/models_3.d.ts +10 -4
- package/dist-types/ts3.4/models/models_4.d.ts +3 -8
- package/dist-types/ts3.4/models/models_5.d.ts +10 -5
- package/dist-types/ts3.4/models/models_6.d.ts +5 -3
- package/dist-types/ts3.4/models/models_7.d.ts +3 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -2
- package/package.json +31 -31
- package/dist-types/clientConfiguration.d.ts +0 -6
- package/dist-types/ts3.4/clientConfiguration.d.ts +0 -2
- /package/dist-cjs/{clientConfiguration.js → extensionConfiguration.js} +0 -0
- /package/dist-es/{clientConfiguration.js → extensionConfiguration.js} +0 -0
|
@@ -1,6 +1,19 @@
|
|
|
1
1
|
import { _InstanceType, AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AttachmentStatus, AutoPlacement, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CarrierGateway, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, HostMaintenance, HostRecovery, IamInstanceProfileAssociation, InstanceEventWindow, Tag, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
|
|
2
2
|
import { AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GroupIdentifier, InstanceLifecycle, LaunchTemplateAndOverridesResponse, LogDestinationType, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, StateReason, TargetCapacityUnitType, TrafficType, TransportProtocol } from "./models_1";
|
|
3
|
-
import {
|
|
3
|
+
import { FleetStateCode, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup } from "./models_2";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
* @enum
|
|
7
|
+
*/
|
|
8
|
+
export declare const DeleteQueuedReservedInstancesErrorCode: {
|
|
9
|
+
readonly RESERVED_INSTANCES_ID_INVALID: "reserved-instances-id-invalid";
|
|
10
|
+
readonly RESERVED_INSTANCES_NOT_IN_QUEUED_STATE: "reserved-instances-not-in-queued-state";
|
|
11
|
+
readonly UNEXPECTED_ERROR: "unexpected-error";
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
export type DeleteQueuedReservedInstancesErrorCode = (typeof DeleteQueuedReservedInstancesErrorCode)[keyof typeof DeleteQueuedReservedInstancesErrorCode];
|
|
4
17
|
/**
|
|
5
18
|
* @public
|
|
6
19
|
* <p>Describes the error for a Reserved Instance whose queued purchase could not be deleted.</p>
|
|
@@ -9141,24 +9154,13 @@ export interface ElasticInferenceAcceleratorAssociation {
|
|
|
9141
9154
|
ElasticInferenceAcceleratorAssociationTime?: Date;
|
|
9142
9155
|
}
|
|
9143
9156
|
/**
|
|
9144
|
-
* @
|
|
9145
|
-
* <p>Indicates whether your instance is configured for hibernation. This parameter is valid
|
|
9146
|
-
* only if the instance meets the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html">hibernation
|
|
9147
|
-
* prerequisites</a>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html">Hibernate your instance</a> in the
|
|
9148
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
9157
|
+
* @internal
|
|
9149
9158
|
*/
|
|
9150
|
-
export
|
|
9151
|
-
/**
|
|
9152
|
-
* @public
|
|
9153
|
-
* <p>If <code>true</code>, your instance is enabled for hibernation; otherwise, it is not
|
|
9154
|
-
* enabled for hibernation.</p>
|
|
9155
|
-
*/
|
|
9156
|
-
Configured?: boolean;
|
|
9157
|
-
}
|
|
9159
|
+
export declare const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog: (obj: DeleteVerifiedAccessTrustProviderResult) => any;
|
|
9158
9160
|
/**
|
|
9159
9161
|
* @internal
|
|
9160
9162
|
*/
|
|
9161
|
-
export declare const
|
|
9163
|
+
export declare const DescribeBundleTasksResultFilterSensitiveLog: (obj: DescribeBundleTasksResult) => any;
|
|
9162
9164
|
/**
|
|
9163
9165
|
* @internal
|
|
9164
9166
|
*/
|
|
@@ -1,7 +1,22 @@
|
|
|
1
1
|
import { _InstanceType, ActiveInstance, ActivityStatus, AllocationStrategy, AlternatePathHint, AttachmentStatus, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfile, IamInstanceProfileSpecification, IpamResourceDiscoveryAssociation, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair } from "./models_0";
|
|
2
2
|
import { AttributeValue, BlockDeviceMapping, FleetLaunchTemplateSpecification, FleetType, GroupIdentifier, HostnameType, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, InternetGateway, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, KeyType, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, NetworkInterfaceStatus, Placement, PlacementGroup, PlatformValues, PrivateIpAddressSpecification, SpotInstanceType, StateReason, Subnet, TargetCapacityUnitType, Tenancy } from "./models_1";
|
|
3
3
|
import { ReplaceRootVolumeTask, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, StorageTier, TrafficMirrorFilter, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup } from "./models_2";
|
|
4
|
-
import { ArchitectureValues, AttributeBooleanValue, BootModeValues, CapacityReservationSpecificationResponse, CpuOptions, DeviceType, ElasticGpuAssociation, ElasticInferenceAcceleratorAssociation, EnclaveOptions, EventInformation, Filter,
|
|
4
|
+
import { ArchitectureValues, AttributeBooleanValue, BootModeValues, CapacityReservationSpecificationResponse, CpuOptions, DeviceType, ElasticGpuAssociation, ElasticInferenceAcceleratorAssociation, EnclaveOptions, EventInformation, Filter, HypervisorType, IdFormat, InstanceBlockDeviceMapping, InstanceBootModeValues, PermissionGroup, ProductCode, VirtualizationType } from "./models_3";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
* <p>Indicates whether your instance is configured for hibernation. This parameter is valid
|
|
8
|
+
* only if the instance meets the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html">hibernation
|
|
9
|
+
* prerequisites</a>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html">Hibernate your instance</a> in the
|
|
10
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
11
|
+
*/
|
|
12
|
+
export interface HibernationOptions {
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
* <p>If <code>true</code>, your instance is enabled for hibernation; otherwise, it is not
|
|
16
|
+
* enabled for hibernation.</p>
|
|
17
|
+
*/
|
|
18
|
+
Configured?: boolean;
|
|
19
|
+
}
|
|
5
20
|
/**
|
|
6
21
|
* @public
|
|
7
22
|
* @enum
|
|
@@ -10910,39 +10925,6 @@ export interface DescribeVerifiedAccessGroupsResult {
|
|
|
10910
10925
|
*/
|
|
10911
10926
|
NextToken?: string;
|
|
10912
10927
|
}
|
|
10913
|
-
/**
|
|
10914
|
-
* @public
|
|
10915
|
-
*/
|
|
10916
|
-
export interface DescribeVerifiedAccessInstanceLoggingConfigurationsRequest {
|
|
10917
|
-
/**
|
|
10918
|
-
* @public
|
|
10919
|
-
* <p>The IDs of the Verified Access instances.</p>
|
|
10920
|
-
*/
|
|
10921
|
-
VerifiedAccessInstanceIds?: string[];
|
|
10922
|
-
/**
|
|
10923
|
-
* @public
|
|
10924
|
-
* <p>The maximum number of results to return with a single call.
|
|
10925
|
-
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
10926
|
-
*/
|
|
10927
|
-
MaxResults?: number;
|
|
10928
|
-
/**
|
|
10929
|
-
* @public
|
|
10930
|
-
* <p>The token for the next page of results.</p>
|
|
10931
|
-
*/
|
|
10932
|
-
NextToken?: string;
|
|
10933
|
-
/**
|
|
10934
|
-
* @public
|
|
10935
|
-
* <p>One or more filters. Filter names and values are case-sensitive.</p>
|
|
10936
|
-
*/
|
|
10937
|
-
Filters?: Filter[];
|
|
10938
|
-
/**
|
|
10939
|
-
* @public
|
|
10940
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
10941
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
10942
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
10943
|
-
*/
|
|
10944
|
-
DryRun?: boolean;
|
|
10945
|
-
}
|
|
10946
10928
|
/**
|
|
10947
10929
|
* @internal
|
|
10948
10930
|
*/
|
|
@@ -3,6 +3,39 @@ import { DiskImageFormat, InstanceRequirementsRequest, IpamResourceTag, NetworkI
|
|
|
3
3
|
import { ConnectionNotification, DnsEntry, DnsNameState, IpAddressType, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, SSEType, State, SubnetCidrReservation, TransitGatewayPrefixListReference, Volume, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
|
|
4
4
|
import { AttributeBooleanValue, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, Filter, IpamPoolCidr, MetricType, PaymentOption, PeriodType, ProductCode, StatisticType, VirtualizationType } from "./models_3";
|
|
5
5
|
import { AnalysisStatus, ArchitectureType } from "./models_4";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface DescribeVerifiedAccessInstanceLoggingConfigurationsRequest {
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
* <p>The IDs of the Verified Access instances.</p>
|
|
13
|
+
*/
|
|
14
|
+
VerifiedAccessInstanceIds?: string[];
|
|
15
|
+
/**
|
|
16
|
+
* @public
|
|
17
|
+
* <p>The maximum number of results to return with a single call.
|
|
18
|
+
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
19
|
+
*/
|
|
20
|
+
MaxResults?: number;
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
* <p>The token for the next page of results.</p>
|
|
24
|
+
*/
|
|
25
|
+
NextToken?: string;
|
|
26
|
+
/**
|
|
27
|
+
* @public
|
|
28
|
+
* <p>One or more filters. Filter names and values are case-sensitive.</p>
|
|
29
|
+
*/
|
|
30
|
+
Filters?: Filter[];
|
|
31
|
+
/**
|
|
32
|
+
* @public
|
|
33
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
34
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
35
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
36
|
+
*/
|
|
37
|
+
DryRun?: boolean;
|
|
38
|
+
}
|
|
6
39
|
/**
|
|
7
40
|
* @public
|
|
8
41
|
* @enum
|
|
@@ -7522,27 +7555,6 @@ export interface GetVpnTunnelReplacementStatusResult {
|
|
|
7522
7555
|
*/
|
|
7523
7556
|
MaintenanceDetails?: MaintenanceDetails;
|
|
7524
7557
|
}
|
|
7525
|
-
/**
|
|
7526
|
-
* @public
|
|
7527
|
-
*/
|
|
7528
|
-
export interface ImportClientVpnClientCertificateRevocationListRequest {
|
|
7529
|
-
/**
|
|
7530
|
-
* @public
|
|
7531
|
-
* <p>The ID of the Client VPN endpoint to which the client certificate revocation list applies.</p>
|
|
7532
|
-
*/
|
|
7533
|
-
ClientVpnEndpointId: string | undefined;
|
|
7534
|
-
/**
|
|
7535
|
-
* @public
|
|
7536
|
-
* <p>The client certificate revocation list file. For more information, see <a href="https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/cvpn-working-certificates.html#cvpn-working-certificates-generate">Generate a Client Certificate Revocation List</a> in the
|
|
7537
|
-
* <i>Client VPN Administrator Guide</i>.</p>
|
|
7538
|
-
*/
|
|
7539
|
-
CertificateRevocationList: string | undefined;
|
|
7540
|
-
/**
|
|
7541
|
-
* @public
|
|
7542
|
-
* <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>
|
|
7543
|
-
*/
|
|
7544
|
-
DryRun?: boolean;
|
|
7545
|
-
}
|
|
7546
7558
|
/**
|
|
7547
7559
|
* @internal
|
|
7548
7560
|
*/
|
|
@@ -7559,6 +7571,10 @@ export declare const DetachVerifiedAccessTrustProviderResultFilterSensitiveLog:
|
|
|
7559
7571
|
* @internal
|
|
7560
7572
|
*/
|
|
7561
7573
|
export declare const GetLaunchTemplateDataResultFilterSensitiveLog: (obj: GetLaunchTemplateDataResult) => any;
|
|
7574
|
+
/**
|
|
7575
|
+
* @internal
|
|
7576
|
+
*/
|
|
7577
|
+
export declare const GetPasswordDataResultFilterSensitiveLog: (obj: GetPasswordDataResult) => any;
|
|
7562
7578
|
/**
|
|
7563
7579
|
* @internal
|
|
7564
7580
|
*/
|
|
@@ -4,6 +4,27 @@ import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, De
|
|
|
4
4
|
import { ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, FpgaImageAttribute, FpgaImageAttributeName, ImdsSupportValues, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceTagNotificationAttribute, IpamPoolCidr, LaunchPermission, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, TpmSupportValues } from "./models_3";
|
|
5
5
|
import { CreateVolumePermission, ExcessCapacityTerminationPolicy, HttpTokensState, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceNetworkInterfaceSpecification, InstanceStatusEvent, LaunchTemplateConfig, Monitoring, PublicIpv4PoolRange, ReservedInstancesConfiguration, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_4";
|
|
6
6
|
import { InstanceFamilyCreditSpecification, IpamResourceCidr, Purchase, UnlimitedSupportedInstanceFamily, VerifiedAccessInstanceLoggingConfiguration, VolumeModification } from "./models_5";
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
export interface ImportClientVpnClientCertificateRevocationListRequest {
|
|
11
|
+
/**
|
|
12
|
+
* @public
|
|
13
|
+
* <p>The ID of the Client VPN endpoint to which the client certificate revocation list applies.</p>
|
|
14
|
+
*/
|
|
15
|
+
ClientVpnEndpointId: string | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
* <p>The client certificate revocation list file. For more information, see <a href="https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/cvpn-working-certificates.html#cvpn-working-certificates-generate">Generate a Client Certificate Revocation List</a> in the
|
|
19
|
+
* <i>Client VPN Administrator Guide</i>.</p>
|
|
20
|
+
*/
|
|
21
|
+
CertificateRevocationList: string | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* @public
|
|
24
|
+
* <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>
|
|
25
|
+
*/
|
|
26
|
+
DryRun?: boolean;
|
|
27
|
+
}
|
|
7
28
|
/**
|
|
8
29
|
* @public
|
|
9
30
|
*/
|
|
@@ -8363,17 +8384,6 @@ export interface ScheduledInstancesMonitoring {
|
|
|
8363
8384
|
*/
|
|
8364
8385
|
Enabled?: boolean;
|
|
8365
8386
|
}
|
|
8366
|
-
/**
|
|
8367
|
-
* @public
|
|
8368
|
-
* <p>Describes an IPv6 address.</p>
|
|
8369
|
-
*/
|
|
8370
|
-
export interface ScheduledInstancesIpv6Address {
|
|
8371
|
-
/**
|
|
8372
|
-
* @public
|
|
8373
|
-
* <p>The IPv6 address.</p>
|
|
8374
|
-
*/
|
|
8375
|
-
Ipv6Address?: string;
|
|
8376
|
-
}
|
|
8377
8387
|
/**
|
|
8378
8388
|
* @internal
|
|
8379
8389
|
*/
|
|
@@ -3,7 +3,18 @@ import { LocalGatewayRoute } from "./models_1";
|
|
|
3
3
|
import { TransitGatewayRoute } from "./models_2";
|
|
4
4
|
import { ClientVpnConnectionStatus, Filter } from "./models_3";
|
|
5
5
|
import { InstanceState, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis } from "./models_4";
|
|
6
|
-
import { InstanceMonitoring, ScheduledInstancesBlockDeviceMapping, ScheduledInstancesIamInstanceProfile,
|
|
6
|
+
import { InstanceMonitoring, ScheduledInstancesBlockDeviceMapping, ScheduledInstancesIamInstanceProfile, ScheduledInstancesMonitoring } from "./models_6";
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
* <p>Describes an IPv6 address.</p>
|
|
10
|
+
*/
|
|
11
|
+
export interface ScheduledInstancesIpv6Address {
|
|
12
|
+
/**
|
|
13
|
+
* @public
|
|
14
|
+
* <p>The IPv6 address.</p>
|
|
15
|
+
*/
|
|
16
|
+
Ipv6Address?: string;
|
|
17
|
+
}
|
|
7
18
|
/**
|
|
8
19
|
* @public
|
|
9
20
|
* <p>Describes a private IPv4 address for a Scheduled Instance.</p>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EC2ExtensionConfiguration } from "./extensionConfiguration";
|
|
2
2
|
/**
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
5
5
|
export interface RuntimeExtension {
|
|
6
|
-
|
|
6
|
+
configure(clientConfiguration: EC2ExtensionConfiguration): void;
|
|
7
7
|
}
|
|
8
8
|
/**
|
|
9
9
|
* @public
|
|
@@ -11,10 +11,12 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import { DeleteKeyPairRequest } from "../models/models_2";
|
|
14
|
+
import { DeleteKeyPairRequest, DeleteKeyPairResult } from "../models/models_2";
|
|
15
15
|
export { __MetadataBearer, $Command };
|
|
16
16
|
export interface DeleteKeyPairCommandInput extends DeleteKeyPairRequest {}
|
|
17
|
-
export interface DeleteKeyPairCommandOutput
|
|
17
|
+
export interface DeleteKeyPairCommandOutput
|
|
18
|
+
extends DeleteKeyPairResult,
|
|
19
|
+
__MetadataBearer {}
|
|
18
20
|
export declare class DeleteKeyPairCommand extends $Command<
|
|
19
21
|
DeleteKeyPairCommandInput,
|
|
20
22
|
DeleteKeyPairCommandOutput,
|
package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts
CHANGED
|
@@ -11,8 +11,10 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
14
|
+
import {
|
|
15
|
+
DescribeVerifiedAccessInstanceLoggingConfigurationsRequest,
|
|
16
|
+
DescribeVerifiedAccessInstanceLoggingConfigurationsResult,
|
|
17
|
+
} from "../models/models_5";
|
|
16
18
|
export { __MetadataBearer, $Command };
|
|
17
19
|
export interface DescribeVerifiedAccessInstanceLoggingConfigurationsCommandInput
|
|
18
20
|
extends DescribeVerifiedAccessInstanceLoggingConfigurationsRequest {}
|
package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts
CHANGED
|
@@ -11,8 +11,10 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
14
|
+
import {
|
|
15
|
+
ImportClientVpnClientCertificateRevocationListRequest,
|
|
16
|
+
ImportClientVpnClientCertificateRevocationListResult,
|
|
17
|
+
} from "../models/models_6";
|
|
16
18
|
export { __MetadataBearer, $Command };
|
|
17
19
|
export interface ImportClientVpnClientCertificateRevocationListCommandInput
|
|
18
20
|
extends ImportClientVpnClientCertificateRevocationListRequest {}
|
|
@@ -2701,6 +2701,18 @@ export declare const VerifiedAccessTrustProviderFilterSensitiveLog: (
|
|
|
2701
2701
|
export declare const AttachVerifiedAccessTrustProviderResultFilterSensitiveLog: (
|
|
2702
2702
|
obj: AttachVerifiedAccessTrustProviderResult
|
|
2703
2703
|
) => any;
|
|
2704
|
+
export declare const S3StorageFilterSensitiveLog: (obj: S3Storage) => any;
|
|
2705
|
+
export declare const StorageFilterSensitiveLog: (obj: Storage) => any;
|
|
2706
|
+
export declare const BundleInstanceRequestFilterSensitiveLog: (
|
|
2707
|
+
obj: BundleInstanceRequest
|
|
2708
|
+
) => any;
|
|
2709
|
+
export declare const BundleTaskFilterSensitiveLog: (obj: BundleTask) => any;
|
|
2710
|
+
export declare const BundleInstanceResultFilterSensitiveLog: (
|
|
2711
|
+
obj: BundleInstanceResult
|
|
2712
|
+
) => any;
|
|
2713
|
+
export declare const CancelBundleTaskResultFilterSensitiveLog: (
|
|
2714
|
+
obj: CancelBundleTaskResult
|
|
2715
|
+
) => any;
|
|
2704
2716
|
export declare const CopySnapshotRequestFilterSensitiveLog: (
|
|
2705
2717
|
obj: CopySnapshotRequest
|
|
2706
2718
|
) => any;
|
|
@@ -1706,6 +1706,10 @@ export interface DeleteKeyPairRequest {
|
|
|
1706
1706
|
KeyPairId?: string;
|
|
1707
1707
|
DryRun?: boolean;
|
|
1708
1708
|
}
|
|
1709
|
+
export interface DeleteKeyPairResult {
|
|
1710
|
+
Return?: boolean;
|
|
1711
|
+
KeyPairId?: string;
|
|
1712
|
+
}
|
|
1709
1713
|
export interface DeleteLaunchTemplateRequest {
|
|
1710
1714
|
DryRun?: boolean;
|
|
1711
1715
|
LaunchTemplateId?: string;
|
|
@@ -1858,13 +1862,6 @@ export interface DeleteQueuedReservedInstancesRequest {
|
|
|
1858
1862
|
DryRun?: boolean;
|
|
1859
1863
|
ReservedInstancesIds: string[] | undefined;
|
|
1860
1864
|
}
|
|
1861
|
-
export declare const DeleteQueuedReservedInstancesErrorCode: {
|
|
1862
|
-
readonly RESERVED_INSTANCES_ID_INVALID: "reserved-instances-id-invalid";
|
|
1863
|
-
readonly RESERVED_INSTANCES_NOT_IN_QUEUED_STATE: "reserved-instances-not-in-queued-state";
|
|
1864
|
-
readonly UNEXPECTED_ERROR: "unexpected-error";
|
|
1865
|
-
};
|
|
1866
|
-
export type DeleteQueuedReservedInstancesErrorCode =
|
|
1867
|
-
(typeof DeleteQueuedReservedInstancesErrorCode)[keyof typeof DeleteQueuedReservedInstancesErrorCode];
|
|
1868
1865
|
export declare const CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (
|
|
1869
1866
|
obj: CreateVerifiedAccessTrustProviderOidcOptions
|
|
1870
1867
|
) => any;
|
|
@@ -71,7 +71,6 @@ import {
|
|
|
71
71
|
TransportProtocol,
|
|
72
72
|
} from "./models_1";
|
|
73
73
|
import {
|
|
74
|
-
DeleteQueuedReservedInstancesErrorCode,
|
|
75
74
|
FleetStateCode,
|
|
76
75
|
SubnetCidrReservation,
|
|
77
76
|
TransitGateway,
|
|
@@ -86,6 +85,13 @@ import {
|
|
|
86
85
|
VerifiedAccessEndpoint,
|
|
87
86
|
VerifiedAccessGroup,
|
|
88
87
|
} from "./models_2";
|
|
88
|
+
export declare const DeleteQueuedReservedInstancesErrorCode: {
|
|
89
|
+
readonly RESERVED_INSTANCES_ID_INVALID: "reserved-instances-id-invalid";
|
|
90
|
+
readonly RESERVED_INSTANCES_NOT_IN_QUEUED_STATE: "reserved-instances-not-in-queued-state";
|
|
91
|
+
readonly UNEXPECTED_ERROR: "unexpected-error";
|
|
92
|
+
};
|
|
93
|
+
export type DeleteQueuedReservedInstancesErrorCode =
|
|
94
|
+
(typeof DeleteQueuedReservedInstancesErrorCode)[keyof typeof DeleteQueuedReservedInstancesErrorCode];
|
|
89
95
|
export interface DeleteQueuedReservedInstancesError {
|
|
90
96
|
Code?: DeleteQueuedReservedInstancesErrorCode | string;
|
|
91
97
|
Message?: string;
|
|
@@ -1829,12 +1835,12 @@ export interface ElasticInferenceAcceleratorAssociation {
|
|
|
1829
1835
|
ElasticInferenceAcceleratorAssociationState?: string;
|
|
1830
1836
|
ElasticInferenceAcceleratorAssociationTime?: Date;
|
|
1831
1837
|
}
|
|
1832
|
-
export interface HibernationOptions {
|
|
1833
|
-
Configured?: boolean;
|
|
1834
|
-
}
|
|
1835
1838
|
export declare const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog: (
|
|
1836
1839
|
obj: DeleteVerifiedAccessTrustProviderResult
|
|
1837
1840
|
) => any;
|
|
1841
|
+
export declare const DescribeBundleTasksResultFilterSensitiveLog: (
|
|
1842
|
+
obj: DescribeBundleTasksResult
|
|
1843
|
+
) => any;
|
|
1838
1844
|
export declare const DiskImageDescriptionFilterSensitiveLog: (
|
|
1839
1845
|
obj: DiskImageDescription
|
|
1840
1846
|
) => any;
|
|
@@ -101,7 +101,6 @@ import {
|
|
|
101
101
|
EnclaveOptions,
|
|
102
102
|
EventInformation,
|
|
103
103
|
Filter,
|
|
104
|
-
HibernationOptions,
|
|
105
104
|
HypervisorType,
|
|
106
105
|
IdFormat,
|
|
107
106
|
InstanceBlockDeviceMapping,
|
|
@@ -110,6 +109,9 @@ import {
|
|
|
110
109
|
ProductCode,
|
|
111
110
|
VirtualizationType,
|
|
112
111
|
} from "./models_3";
|
|
112
|
+
export interface HibernationOptions {
|
|
113
|
+
Configured?: boolean;
|
|
114
|
+
}
|
|
113
115
|
export declare const InstanceLifecycleType: {
|
|
114
116
|
readonly scheduled: "scheduled";
|
|
115
117
|
readonly spot: "spot";
|
|
@@ -2075,13 +2077,6 @@ export interface DescribeVerifiedAccessGroupsResult {
|
|
|
2075
2077
|
VerifiedAccessGroups?: VerifiedAccessGroup[];
|
|
2076
2078
|
NextToken?: string;
|
|
2077
2079
|
}
|
|
2078
|
-
export interface DescribeVerifiedAccessInstanceLoggingConfigurationsRequest {
|
|
2079
|
-
VerifiedAccessInstanceIds?: string[];
|
|
2080
|
-
MaxResults?: number;
|
|
2081
|
-
NextToken?: string;
|
|
2082
|
-
Filters?: Filter[];
|
|
2083
|
-
DryRun?: boolean;
|
|
2084
|
-
}
|
|
2085
2080
|
export declare const DescribeLaunchTemplateVersionsResultFilterSensitiveLog: (
|
|
2086
2081
|
obj: DescribeLaunchTemplateVersionsResult
|
|
2087
2082
|
) => any;
|
|
@@ -73,6 +73,13 @@ import {
|
|
|
73
73
|
VirtualizationType,
|
|
74
74
|
} from "./models_3";
|
|
75
75
|
import { AnalysisStatus, ArchitectureType } from "./models_4";
|
|
76
|
+
export interface DescribeVerifiedAccessInstanceLoggingConfigurationsRequest {
|
|
77
|
+
VerifiedAccessInstanceIds?: string[];
|
|
78
|
+
MaxResults?: number;
|
|
79
|
+
NextToken?: string;
|
|
80
|
+
Filters?: Filter[];
|
|
81
|
+
DryRun?: boolean;
|
|
82
|
+
}
|
|
76
83
|
export declare const VerifiedAccessLogDeliveryStatusCode: {
|
|
77
84
|
readonly FAILED: "failed";
|
|
78
85
|
readonly SUCCESS: "success";
|
|
@@ -1656,11 +1663,6 @@ export interface GetVpnTunnelReplacementStatusResult {
|
|
|
1656
1663
|
VpnTunnelOutsideIpAddress?: string;
|
|
1657
1664
|
MaintenanceDetails?: MaintenanceDetails;
|
|
1658
1665
|
}
|
|
1659
|
-
export interface ImportClientVpnClientCertificateRevocationListRequest {
|
|
1660
|
-
ClientVpnEndpointId: string | undefined;
|
|
1661
|
-
CertificateRevocationList: string | undefined;
|
|
1662
|
-
DryRun?: boolean;
|
|
1663
|
-
}
|
|
1664
1666
|
export declare const DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog: (
|
|
1665
1667
|
obj: DescribeVerifiedAccessTrustProvidersResult
|
|
1666
1668
|
) => any;
|
|
@@ -1673,6 +1675,9 @@ export declare const DetachVerifiedAccessTrustProviderResultFilterSensitiveLog:
|
|
|
1673
1675
|
export declare const GetLaunchTemplateDataResultFilterSensitiveLog: (
|
|
1674
1676
|
obj: GetLaunchTemplateDataResult
|
|
1675
1677
|
) => any;
|
|
1678
|
+
export declare const GetPasswordDataResultFilterSensitiveLog: (
|
|
1679
|
+
obj: GetPasswordDataResult
|
|
1680
|
+
) => any;
|
|
1676
1681
|
export declare const GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog: (
|
|
1677
1682
|
obj: GetVpnConnectionDeviceSampleConfigurationResult
|
|
1678
1683
|
) => any;
|
|
@@ -151,6 +151,11 @@ import {
|
|
|
151
151
|
VerifiedAccessInstanceLoggingConfiguration,
|
|
152
152
|
VolumeModification,
|
|
153
153
|
} from "./models_5";
|
|
154
|
+
export interface ImportClientVpnClientCertificateRevocationListRequest {
|
|
155
|
+
ClientVpnEndpointId: string | undefined;
|
|
156
|
+
CertificateRevocationList: string | undefined;
|
|
157
|
+
DryRun?: boolean;
|
|
158
|
+
}
|
|
154
159
|
export interface ImportClientVpnClientCertificateRevocationListResult {
|
|
155
160
|
Return?: boolean;
|
|
156
161
|
}
|
|
@@ -1867,9 +1872,6 @@ export interface ScheduledInstancesIamInstanceProfile {
|
|
|
1867
1872
|
export interface ScheduledInstancesMonitoring {
|
|
1868
1873
|
Enabled?: boolean;
|
|
1869
1874
|
}
|
|
1870
|
-
export interface ScheduledInstancesIpv6Address {
|
|
1871
|
-
Ipv6Address?: string;
|
|
1872
|
-
}
|
|
1873
1875
|
export declare const ImageDiskContainerFilterSensitiveLog: (
|
|
1874
1876
|
obj: ImageDiskContainer
|
|
1875
1877
|
) => any;
|
|
@@ -17,9 +17,11 @@ import {
|
|
|
17
17
|
InstanceMonitoring,
|
|
18
18
|
ScheduledInstancesBlockDeviceMapping,
|
|
19
19
|
ScheduledInstancesIamInstanceProfile,
|
|
20
|
-
ScheduledInstancesIpv6Address,
|
|
21
20
|
ScheduledInstancesMonitoring,
|
|
22
21
|
} from "./models_6";
|
|
22
|
+
export interface ScheduledInstancesIpv6Address {
|
|
23
|
+
Ipv6Address?: string;
|
|
24
|
+
}
|
|
23
25
|
export interface ScheduledInstancesPrivateIpAddressConfig {
|
|
24
26
|
Primary?: boolean;
|
|
25
27
|
PrivateIpAddress?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EC2ExtensionConfiguration } from "./extensionConfiguration";
|
|
2
2
|
export interface RuntimeExtension {
|
|
3
|
-
|
|
3
|
+
configure(clientConfiguration: EC2ExtensionConfiguration): void;
|
|
4
4
|
}
|
|
5
5
|
export interface RuntimeExtensionsConfig {
|
|
6
6
|
extensions: RuntimeExtension[];
|
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.398.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",
|
|
@@ -21,41 +21,41 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-sdk-ec2": "3.
|
|
30
|
-
"@aws-sdk/middleware-signing": "3.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.0.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.0.
|
|
38
|
-
"@smithy/hash-node": "^2.0.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.0.
|
|
42
|
-
"@smithy/middleware-retry": "^2.0.
|
|
43
|
-
"@smithy/middleware-serde": "^2.0.
|
|
24
|
+
"@aws-sdk/client-sts": "3.398.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.398.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.398.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.398.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.398.0",
|
|
29
|
+
"@aws-sdk/middleware-sdk-ec2": "3.398.0",
|
|
30
|
+
"@aws-sdk/middleware-signing": "3.398.0",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.398.0",
|
|
32
|
+
"@aws-sdk/types": "3.398.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.398.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.398.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.398.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.0.5",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.0.5",
|
|
38
|
+
"@smithy/hash-node": "^2.0.5",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.0.5",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.0.5",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.0.5",
|
|
42
|
+
"@smithy/middleware-retry": "^2.0.5",
|
|
43
|
+
"@smithy/middleware-serde": "^2.0.5",
|
|
44
44
|
"@smithy/middleware-stack": "^2.0.0",
|
|
45
|
-
"@smithy/node-config-provider": "^2.0.
|
|
46
|
-
"@smithy/node-http-handler": "^2.0.
|
|
47
|
-
"@smithy/protocol-http": "^2.0.
|
|
48
|
-
"@smithy/smithy-client": "^2.0.
|
|
49
|
-
"@smithy/types": "^2.2.
|
|
50
|
-
"@smithy/url-parser": "^2.0.
|
|
45
|
+
"@smithy/node-config-provider": "^2.0.5",
|
|
46
|
+
"@smithy/node-http-handler": "^2.0.5",
|
|
47
|
+
"@smithy/protocol-http": "^2.0.5",
|
|
48
|
+
"@smithy/smithy-client": "^2.0.5",
|
|
49
|
+
"@smithy/types": "^2.2.2",
|
|
50
|
+
"@smithy/url-parser": "^2.0.5",
|
|
51
51
|
"@smithy/util-base64": "^2.0.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
53
|
-
"@smithy/util-body-length-node": "^2.
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
53
|
+
"@smithy/util-body-length-node": "^2.1.0",
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.0.5",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.0.5",
|
|
56
56
|
"@smithy/util-retry": "^2.0.0",
|
|
57
57
|
"@smithy/util-utf8": "^2.0.0",
|
|
58
|
-
"@smithy/util-waiter": "^2.0.
|
|
58
|
+
"@smithy/util-waiter": "^2.0.5",
|
|
59
59
|
"fast-xml-parser": "4.2.5",
|
|
60
60
|
"tslib": "^2.5.0",
|
|
61
61
|
"uuid": "^8.3.2"
|
|
File without changes
|
|
File without changes
|