@aws-sdk/client-ec2 3.624.0 → 3.629.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 +16 -0
- package/dist-cjs/index.js +371 -152
- package/dist-es/EC2.js +4 -0
- package/dist-es/commands/CreateCapacityReservationBySplittingCommand.js +24 -0
- package/dist-es/commands/GetInstanceTpmEkPubCommand.js +1 -1
- package/dist-es/commands/ModifyVpnTunnelCertificateCommand.js +1 -1
- package/dist-es/commands/ModifyVpnTunnelOptionsCommand.js +1 -1
- package/dist-es/commands/MoveCapacityReservationInstancesCommand.js +24 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +9 -3
- package/dist-es/models/models_1.js +3 -5
- package/dist-es/models/models_2.js +5 -0
- package/dist-es/models/models_3.js +0 -17
- package/dist-es/models/models_4.js +17 -10
- package/dist-es/models/models_5.js +11 -9
- package/dist-es/models/models_6.js +13 -16
- package/dist-es/models/models_7.js +18 -2
- package/dist-es/protocols/Aws_ec2.js +169 -8
- package/dist-types/EC2.d.ts +14 -0
- package/dist-types/EC2Client.d.ts +4 -2
- package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +2 -0
- package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +2 -0
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +148 -0
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +2 -0
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +2 -0
- package/dist-types/commands/CreateIpamCommand.d.ts +2 -0
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -2
- package/dist-types/commands/CreateSubnetCommand.d.ts +2 -0
- package/dist-types/commands/CreateVpcCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIpamCommand.d.ts +1 -0
- package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -2
- package/dist-types/commands/DescribeAddressTransfersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVpcsCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +2 -0
- package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +2 -1
- package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -2
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -0
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +5 -5
- package/dist-types/commands/ModifyIpamCommand.d.ts +2 -0
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -2
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +157 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +108 -226
- package/dist-types/models/models_1.d.ts +236 -211
- package/dist-types/models/models_2.d.ts +214 -78
- package/dist-types/models/models_3.d.ts +77 -244
- package/dist-types/models/models_4.d.ts +248 -365
- package/dist-types/models/models_5.d.ts +359 -64
- package/dist-types/models/models_6.d.ts +101 -309
- package/dist-types/models/models_7.d.ts +370 -5
- package/dist-types/protocols/Aws_ec2.d.ts +18 -0
- package/dist-types/ts3.4/EC2.d.ts +40 -0
- package/dist-types/ts3.4/EC2Client.d.ts +12 -0
- package/dist-types/ts3.4/commands/CreateCapacityReservationBySplittingCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetInstanceMetadataDefaultsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/MoveCapacityReservationInstancesCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +28 -44
- package/dist-types/ts3.4/models/models_1.d.ts +50 -39
- package/dist-types/ts3.4/models/models_2.d.ts +44 -20
- package/dist-types/ts3.4/models/models_3.d.ts +22 -60
- package/dist-types/ts3.4/models/models_4.d.ts +59 -51
- package/dist-types/ts3.4/models/models_5.d.ts +52 -21
- package/dist-types/ts3.4/models/models_6.d.ts +33 -62
- package/dist-types/ts3.4/models/models_7.d.ts +79 -3
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +24 -0
- package/package.json +5 -5
|
@@ -1,9 +1,72 @@
|
|
|
1
|
-
import { _InstanceType, AccessScopeAnalysisFinding, AddedPrincipal, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, Affinity, ApplianceModeSupportValue, AutoPlacement, DnsSupportValue, EnaSrdSpecification, EndDateType, HostMaintenance, HostRecovery, InstanceEventWindow, IpamPoolAllocation, Ipv6SupportValue, SecurityGroupReferencingSupportValue, SubnetAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider } from "./models_0";
|
|
1
|
+
import { _InstanceType, AccessScopeAnalysisFinding, AddedPrincipal, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, Affinity, ApplianceModeSupportValue, AutoPlacement, DnsSupportValue, EnaSrdSpecification, EndDateType, HostMaintenance, HostRecovery, InstanceEventWindow, InstanceMatchCriteria, IpamPoolAllocation, Ipv6SupportValue, SecurityGroupReferencingSupportValue, SubnetAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider } from "./models_0";
|
|
2
2
|
import { AttributeValue, CapacityReservationPreference, CapacityReservationTarget, ClientConnectOptions, ClientLoginBannerOptions, ConnectionLogOptions, ConnectionTrackingSpecificationRequest, DiskImageFormat, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, HostnameType, InstanceEventWindowTimeRangeRequest, InstanceRequirementsRequest, Ipam, IpamPool, IpamResourceDiscovery, IpamResourceTag, IpamScope, IpamTier, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, NetworkInsightsAccessScopeContent, Placement, PlatformValues, RequestIpamResourceTag, ResponseLaunchTemplateData, SelfServicePortal, ShutdownBehavior, TargetCapacitySpecificationRequest, TargetCapacityUnitType, VolumeType } from "./models_1";
|
|
3
|
-
import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification,
|
|
4
|
-
import { ArchitectureValues, BootModeValues, ConversionTask, Filter, FpgaImageAttribute, FpgaImageAttributeName, IpamPoolCidr, LaunchPermission, PermissionGroup
|
|
5
|
-
import { AnalysisStatus, ArchitectureType, AttributeBooleanValue, CreateVolumePermission, ExcessCapacityTerminationPolicy, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceStatusEvent, LaunchTemplateConfig, LockState, ReservedInstancesConfiguration, SnapshotAttributeName, SnapshotDetail, SnapshotTaskDetail } from "./models_4";
|
|
6
|
-
import {
|
|
3
|
+
import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, IpAddressType, PayerResponsibility, SubnetCidrReservation, SubnetConfiguration, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest, VpnConnection, VpnEcmpSupportValue } from "./models_2";
|
|
4
|
+
import { ArchitectureValues, BootModeValues, ConversionTask, Filter, FpgaImageAttribute, FpgaImageAttributeName, IpamPoolCidr, LaunchPermission, PermissionGroup } from "./models_3";
|
|
5
|
+
import { AnalysisStatus, ArchitectureType, AttributeBooleanValue, CreateVolumePermission, ExcessCapacityTerminationPolicy, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceStatusEvent, LaunchTemplateConfig, LockState, ReservedInstancesConfiguration, SnapshotAttributeName, SnapshotDetail, SnapshotTaskDetail, VirtualizationType } from "./models_4";
|
|
6
|
+
import { InstanceFamilyCreditSpecification, InstanceMetadataDefaultsResponse, SnapshotBlockPublicAccessState, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, VerifiedAccessInstanceLoggingConfiguration, VolumeModification } from "./models_5";
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
export interface GetInstanceMetadataDefaultsResult {
|
|
11
|
+
/**
|
|
12
|
+
* <p>The account-level default IMDS settings.</p>
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
AccountLevel?: InstanceMetadataDefaultsResponse;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
* @enum
|
|
20
|
+
*/
|
|
21
|
+
export declare const EkPubKeyFormat: {
|
|
22
|
+
readonly der: "der";
|
|
23
|
+
readonly tpmt: "tpmt";
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
export type EkPubKeyFormat = (typeof EkPubKeyFormat)[keyof typeof EkPubKeyFormat];
|
|
29
|
+
/**
|
|
30
|
+
* @public
|
|
31
|
+
* @enum
|
|
32
|
+
*/
|
|
33
|
+
export declare const EkPubKeyType: {
|
|
34
|
+
readonly ECC_SEC_P384: "ecc-sec-p384";
|
|
35
|
+
readonly RSA_2048: "rsa-2048";
|
|
36
|
+
};
|
|
37
|
+
/**
|
|
38
|
+
* @public
|
|
39
|
+
*/
|
|
40
|
+
export type EkPubKeyType = (typeof EkPubKeyType)[keyof typeof EkPubKeyType];
|
|
41
|
+
/**
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
export interface GetInstanceTpmEkPubRequest {
|
|
45
|
+
/**
|
|
46
|
+
* <p>The ID of the instance for which to get the public endorsement key.</p>
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
InstanceId: string | undefined;
|
|
50
|
+
/**
|
|
51
|
+
* <p>The required public endorsement key type.</p>
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
KeyType: EkPubKeyType | undefined;
|
|
55
|
+
/**
|
|
56
|
+
* <p>The required public endorsement key format. Specify <code>der</code> for a DER-encoded public
|
|
57
|
+
* key that is compatible with OpenSSL. Specify <code>tpmt</code> for a TPM 2.0 format that is
|
|
58
|
+
* compatible with tpm2-tools. The returned key is base64 encoded.</p>
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
61
|
+
KeyFormat: EkPubKeyFormat | undefined;
|
|
62
|
+
/**
|
|
63
|
+
* <p>Specify this parameter to verify whether the request will succeed, without actually making the
|
|
64
|
+
* request. If the request will succeed, the response is <code>DryRunOperation</code>. Otherwise,
|
|
65
|
+
* the response is <code>UnauthorizedOperation</code>.</p>
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
68
|
+
DryRun?: boolean;
|
|
69
|
+
}
|
|
7
70
|
/**
|
|
8
71
|
* @public
|
|
9
72
|
*/
|
|
@@ -716,6 +779,19 @@ export interface GetIpamDiscoveredResourceCidrsRequest {
|
|
|
716
779
|
*/
|
|
717
780
|
MaxResults?: number;
|
|
718
781
|
}
|
|
782
|
+
/**
|
|
783
|
+
* @public
|
|
784
|
+
* @enum
|
|
785
|
+
*/
|
|
786
|
+
export declare const IpamResourceCidrIpSource: {
|
|
787
|
+
readonly amazon: "amazon";
|
|
788
|
+
readonly byoip: "byoip";
|
|
789
|
+
readonly none: "none";
|
|
790
|
+
};
|
|
791
|
+
/**
|
|
792
|
+
* @public
|
|
793
|
+
*/
|
|
794
|
+
export type IpamResourceCidrIpSource = (typeof IpamResourceCidrIpSource)[keyof typeof IpamResourceCidrIpSource];
|
|
719
795
|
/**
|
|
720
796
|
* @public
|
|
721
797
|
* @enum
|
|
@@ -774,6 +850,11 @@ export interface IpamDiscoveredResourceCidr {
|
|
|
774
850
|
* @public
|
|
775
851
|
*/
|
|
776
852
|
ResourceCidr?: string;
|
|
853
|
+
/**
|
|
854
|
+
* <p>The source that allocated the IP address space. <code>byoip</code> or <code>amazon</code> indicates public IP address space allocated by Amazon or space that you have allocated with Bring your own IP (BYOIP). <code>none</code> indicates private space.</p>
|
|
855
|
+
* @public
|
|
856
|
+
*/
|
|
857
|
+
IpSource?: IpamResourceCidrIpSource;
|
|
777
858
|
/**
|
|
778
859
|
* <p>The resource type.</p>
|
|
779
860
|
* @public
|
|
@@ -4009,6 +4090,16 @@ export interface ModifyCapacityReservationRequest {
|
|
|
4009
4090
|
* @public
|
|
4010
4091
|
*/
|
|
4011
4092
|
AdditionalInfo?: string;
|
|
4093
|
+
/**
|
|
4094
|
+
* <p>
|
|
4095
|
+
* The matching criteria (instance eligibility) that you want to use in the modified Capacity Reservation. If you change the instance eligibility of an existing Capacity Reservation from <code>targeted</code> to <code>open</code>,
|
|
4096
|
+
* any running instances that match the attributes of the Capacity Reservation, have the <code>CapacityReservationPreference</code> set to <code>open</code>, and
|
|
4097
|
+
* are not yet running in the Capacity Reservation, will automatically use the modified Capacity Reservation.
|
|
4098
|
+
* </p>
|
|
4099
|
+
* <p>To modify the instance eligibility, the Capacity Reservation must be completely idle (zero usage).</p>
|
|
4100
|
+
* @public
|
|
4101
|
+
*/
|
|
4102
|
+
InstanceMatchCriteria?: InstanceMatchCriteria;
|
|
4012
4103
|
}
|
|
4013
4104
|
/**
|
|
4014
4105
|
* @public
|
|
@@ -5538,6 +5629,11 @@ export interface ModifyIpamRequest {
|
|
|
5538
5629
|
* @public
|
|
5539
5630
|
*/
|
|
5540
5631
|
Tier?: IpamTier;
|
|
5632
|
+
/**
|
|
5633
|
+
* <p>Enable this option to use your own GUA ranges as private IPv6 addresses. This option is disabled by default.</p>
|
|
5634
|
+
* @public
|
|
5635
|
+
*/
|
|
5636
|
+
EnablePrivateGua?: boolean;
|
|
5541
5637
|
}
|
|
5542
5638
|
/**
|
|
5543
5639
|
* @public
|
|
@@ -8102,294 +8198,6 @@ export interface ModifyVpnTunnelCertificateRequest {
|
|
|
8102
8198
|
*/
|
|
8103
8199
|
DryRun?: boolean;
|
|
8104
8200
|
}
|
|
8105
|
-
/**
|
|
8106
|
-
* @public
|
|
8107
|
-
*/
|
|
8108
|
-
export interface ModifyVpnTunnelCertificateResult {
|
|
8109
|
-
/**
|
|
8110
|
-
* <p>Information about the VPN connection.</p>
|
|
8111
|
-
* @public
|
|
8112
|
-
*/
|
|
8113
|
-
VpnConnection?: VpnConnection;
|
|
8114
|
-
}
|
|
8115
|
-
/**
|
|
8116
|
-
* <p>The Amazon Web Services Site-to-Site VPN tunnel options to modify.</p>
|
|
8117
|
-
* @public
|
|
8118
|
-
*/
|
|
8119
|
-
export interface ModifyVpnTunnelOptionsSpecification {
|
|
8120
|
-
/**
|
|
8121
|
-
* <p>The range of inside IPv4 addresses for the tunnel. Any specified CIDR blocks must be
|
|
8122
|
-
* unique across all VPN connections that use the same virtual private gateway. </p>
|
|
8123
|
-
* <p>Constraints: A size /30 CIDR block from the <code>169.254.0.0/16</code> range. The
|
|
8124
|
-
* following CIDR blocks are reserved and cannot be used:</p>
|
|
8125
|
-
* <ul>
|
|
8126
|
-
* <li>
|
|
8127
|
-
* <p>
|
|
8128
|
-
* <code>169.254.0.0/30</code>
|
|
8129
|
-
* </p>
|
|
8130
|
-
* </li>
|
|
8131
|
-
* <li>
|
|
8132
|
-
* <p>
|
|
8133
|
-
* <code>169.254.1.0/30</code>
|
|
8134
|
-
* </p>
|
|
8135
|
-
* </li>
|
|
8136
|
-
* <li>
|
|
8137
|
-
* <p>
|
|
8138
|
-
* <code>169.254.2.0/30</code>
|
|
8139
|
-
* </p>
|
|
8140
|
-
* </li>
|
|
8141
|
-
* <li>
|
|
8142
|
-
* <p>
|
|
8143
|
-
* <code>169.254.3.0/30</code>
|
|
8144
|
-
* </p>
|
|
8145
|
-
* </li>
|
|
8146
|
-
* <li>
|
|
8147
|
-
* <p>
|
|
8148
|
-
* <code>169.254.4.0/30</code>
|
|
8149
|
-
* </p>
|
|
8150
|
-
* </li>
|
|
8151
|
-
* <li>
|
|
8152
|
-
* <p>
|
|
8153
|
-
* <code>169.254.5.0/30</code>
|
|
8154
|
-
* </p>
|
|
8155
|
-
* </li>
|
|
8156
|
-
* <li>
|
|
8157
|
-
* <p>
|
|
8158
|
-
* <code>169.254.169.252/30</code>
|
|
8159
|
-
* </p>
|
|
8160
|
-
* </li>
|
|
8161
|
-
* </ul>
|
|
8162
|
-
* @public
|
|
8163
|
-
*/
|
|
8164
|
-
TunnelInsideCidr?: string;
|
|
8165
|
-
/**
|
|
8166
|
-
* <p>The range of inside IPv6 addresses for the tunnel. Any specified CIDR blocks must be
|
|
8167
|
-
* unique across all VPN connections that use the same transit gateway.</p>
|
|
8168
|
-
* <p>Constraints: A size /126 CIDR block from the local <code>fd00::/8</code> range.</p>
|
|
8169
|
-
* @public
|
|
8170
|
-
*/
|
|
8171
|
-
TunnelInsideIpv6Cidr?: string;
|
|
8172
|
-
/**
|
|
8173
|
-
* <p>The pre-shared key (PSK) to establish initial authentication between the virtual
|
|
8174
|
-
* private gateway and the customer gateway.</p>
|
|
8175
|
-
* <p>Constraints: Allowed characters are alphanumeric characters, periods (.), and
|
|
8176
|
-
* underscores (_). Must be between 8 and 64 characters in length and cannot start with
|
|
8177
|
-
* zero (0).</p>
|
|
8178
|
-
* @public
|
|
8179
|
-
*/
|
|
8180
|
-
PreSharedKey?: string;
|
|
8181
|
-
/**
|
|
8182
|
-
* <p>The lifetime for phase 1 of the IKE negotiation, in seconds.</p>
|
|
8183
|
-
* <p>Constraints: A value between 900 and 28,800.</p>
|
|
8184
|
-
* <p>Default: <code>28800</code>
|
|
8185
|
-
* </p>
|
|
8186
|
-
* @public
|
|
8187
|
-
*/
|
|
8188
|
-
Phase1LifetimeSeconds?: number;
|
|
8189
|
-
/**
|
|
8190
|
-
* <p>The lifetime for phase 2 of the IKE negotiation, in seconds.</p>
|
|
8191
|
-
* <p>Constraints: A value between 900 and 3,600. The value must be less than the value for
|
|
8192
|
-
* <code>Phase1LifetimeSeconds</code>.</p>
|
|
8193
|
-
* <p>Default: <code>3600</code>
|
|
8194
|
-
* </p>
|
|
8195
|
-
* @public
|
|
8196
|
-
*/
|
|
8197
|
-
Phase2LifetimeSeconds?: number;
|
|
8198
|
-
/**
|
|
8199
|
-
* <p>The margin time, in seconds, before the phase 2 lifetime expires, during which the
|
|
8200
|
-
* Amazon Web Services side of the VPN connection performs an IKE rekey. The exact time
|
|
8201
|
-
* of the rekey is randomly selected based on the value for
|
|
8202
|
-
* <code>RekeyFuzzPercentage</code>.</p>
|
|
8203
|
-
* <p>Constraints: A value between 60 and half of <code>Phase2LifetimeSeconds</code>.</p>
|
|
8204
|
-
* <p>Default: <code>270</code>
|
|
8205
|
-
* </p>
|
|
8206
|
-
* @public
|
|
8207
|
-
*/
|
|
8208
|
-
RekeyMarginTimeSeconds?: number;
|
|
8209
|
-
/**
|
|
8210
|
-
* <p>The percentage of the rekey window (determined by <code>RekeyMarginTimeSeconds</code>)
|
|
8211
|
-
* during which the rekey time is randomly selected.</p>
|
|
8212
|
-
* <p>Constraints: A value between 0 and 100.</p>
|
|
8213
|
-
* <p>Default: <code>100</code>
|
|
8214
|
-
* </p>
|
|
8215
|
-
* @public
|
|
8216
|
-
*/
|
|
8217
|
-
RekeyFuzzPercentage?: number;
|
|
8218
|
-
/**
|
|
8219
|
-
* <p>The number of packets in an IKE replay window.</p>
|
|
8220
|
-
* <p>Constraints: A value between 64 and 2048.</p>
|
|
8221
|
-
* <p>Default: <code>1024</code>
|
|
8222
|
-
* </p>
|
|
8223
|
-
* @public
|
|
8224
|
-
*/
|
|
8225
|
-
ReplayWindowSize?: number;
|
|
8226
|
-
/**
|
|
8227
|
-
* <p>The number of seconds after which a DPD timeout occurs. A DPD timeout of 40 seconds means that the VPN endpoint will consider the peer dead 30 seconds after the first failed keep-alive.</p>
|
|
8228
|
-
* <p>Constraints: A value greater than or equal to 30.</p>
|
|
8229
|
-
* <p>Default: <code>40</code>
|
|
8230
|
-
* </p>
|
|
8231
|
-
* @public
|
|
8232
|
-
*/
|
|
8233
|
-
DPDTimeoutSeconds?: number;
|
|
8234
|
-
/**
|
|
8235
|
-
* <p>The action to take after DPD timeout occurs. Specify <code>restart</code> to restart
|
|
8236
|
-
* the IKE initiation. Specify <code>clear</code> to end the IKE session.</p>
|
|
8237
|
-
* <p>Valid Values: <code>clear</code> | <code>none</code> | <code>restart</code>
|
|
8238
|
-
* </p>
|
|
8239
|
-
* <p>Default: <code>clear</code>
|
|
8240
|
-
* </p>
|
|
8241
|
-
* @public
|
|
8242
|
-
*/
|
|
8243
|
-
DPDTimeoutAction?: string;
|
|
8244
|
-
/**
|
|
8245
|
-
* <p>One or more encryption algorithms that are permitted for the VPN tunnel for phase 1
|
|
8246
|
-
* IKE negotiations.</p>
|
|
8247
|
-
* <p>Valid values: <code>AES128</code> | <code>AES256</code> | <code>AES128-GCM-16</code> |
|
|
8248
|
-
* <code>AES256-GCM-16</code>
|
|
8249
|
-
* </p>
|
|
8250
|
-
* @public
|
|
8251
|
-
*/
|
|
8252
|
-
Phase1EncryptionAlgorithms?: Phase1EncryptionAlgorithmsRequestListValue[];
|
|
8253
|
-
/**
|
|
8254
|
-
* <p>One or more encryption algorithms that are permitted for the VPN tunnel for phase 2
|
|
8255
|
-
* IKE negotiations.</p>
|
|
8256
|
-
* <p>Valid values: <code>AES128</code> | <code>AES256</code> | <code>AES128-GCM-16</code> |
|
|
8257
|
-
* <code>AES256-GCM-16</code>
|
|
8258
|
-
* </p>
|
|
8259
|
-
* @public
|
|
8260
|
-
*/
|
|
8261
|
-
Phase2EncryptionAlgorithms?: Phase2EncryptionAlgorithmsRequestListValue[];
|
|
8262
|
-
/**
|
|
8263
|
-
* <p>One or more integrity algorithms that are permitted for the VPN tunnel for phase 1 IKE
|
|
8264
|
-
* negotiations.</p>
|
|
8265
|
-
* <p>Valid values: <code>SHA1</code> | <code>SHA2-256</code> | <code>SHA2-384</code> |
|
|
8266
|
-
* <code>SHA2-512</code>
|
|
8267
|
-
* </p>
|
|
8268
|
-
* @public
|
|
8269
|
-
*/
|
|
8270
|
-
Phase1IntegrityAlgorithms?: Phase1IntegrityAlgorithmsRequestListValue[];
|
|
8271
|
-
/**
|
|
8272
|
-
* <p>One or more integrity algorithms that are permitted for the VPN tunnel for phase 2 IKE
|
|
8273
|
-
* negotiations.</p>
|
|
8274
|
-
* <p>Valid values: <code>SHA1</code> | <code>SHA2-256</code> | <code>SHA2-384</code> |
|
|
8275
|
-
* <code>SHA2-512</code>
|
|
8276
|
-
* </p>
|
|
8277
|
-
* @public
|
|
8278
|
-
*/
|
|
8279
|
-
Phase2IntegrityAlgorithms?: Phase2IntegrityAlgorithmsRequestListValue[];
|
|
8280
|
-
/**
|
|
8281
|
-
* <p>One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for
|
|
8282
|
-
* phase 1 IKE negotiations.</p>
|
|
8283
|
-
* <p>Valid values: <code>2</code> | <code>14</code> | <code>15</code> | <code>16</code> |
|
|
8284
|
-
* <code>17</code> | <code>18</code> | <code>19</code> | <code>20</code> |
|
|
8285
|
-
* <code>21</code> | <code>22</code> | <code>23</code> | <code>24</code>
|
|
8286
|
-
* </p>
|
|
8287
|
-
* @public
|
|
8288
|
-
*/
|
|
8289
|
-
Phase1DHGroupNumbers?: Phase1DHGroupNumbersRequestListValue[];
|
|
8290
|
-
/**
|
|
8291
|
-
* <p>One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for
|
|
8292
|
-
* phase 2 IKE negotiations.</p>
|
|
8293
|
-
* <p>Valid values: <code>2</code> | <code>5</code> | <code>14</code> | <code>15</code> |
|
|
8294
|
-
* <code>16</code> | <code>17</code> | <code>18</code> | <code>19</code> |
|
|
8295
|
-
* <code>20</code> | <code>21</code> | <code>22</code> | <code>23</code> |
|
|
8296
|
-
* <code>24</code>
|
|
8297
|
-
* </p>
|
|
8298
|
-
* @public
|
|
8299
|
-
*/
|
|
8300
|
-
Phase2DHGroupNumbers?: Phase2DHGroupNumbersRequestListValue[];
|
|
8301
|
-
/**
|
|
8302
|
-
* <p>The IKE versions that are permitted for the VPN tunnel.</p>
|
|
8303
|
-
* <p>Valid values: <code>ikev1</code> | <code>ikev2</code>
|
|
8304
|
-
* </p>
|
|
8305
|
-
* @public
|
|
8306
|
-
*/
|
|
8307
|
-
IKEVersions?: IKEVersionsRequestListValue[];
|
|
8308
|
-
/**
|
|
8309
|
-
* <p>The action to take when the establishing the tunnel for the VPN connection. By
|
|
8310
|
-
* default, your customer gateway device must initiate the IKE negotiation and bring up the
|
|
8311
|
-
* tunnel. Specify <code>start</code> for Amazon Web Services to initiate the IKE
|
|
8312
|
-
* negotiation.</p>
|
|
8313
|
-
* <p>Valid Values: <code>add</code> | <code>start</code>
|
|
8314
|
-
* </p>
|
|
8315
|
-
* <p>Default: <code>add</code>
|
|
8316
|
-
* </p>
|
|
8317
|
-
* @public
|
|
8318
|
-
*/
|
|
8319
|
-
StartupAction?: string;
|
|
8320
|
-
/**
|
|
8321
|
-
* <p>Options for logging VPN tunnel activity.</p>
|
|
8322
|
-
* @public
|
|
8323
|
-
*/
|
|
8324
|
-
LogOptions?: VpnTunnelLogOptionsSpecification;
|
|
8325
|
-
/**
|
|
8326
|
-
* <p>Turn on or off tunnel endpoint lifecycle control feature.</p>
|
|
8327
|
-
* @public
|
|
8328
|
-
*/
|
|
8329
|
-
EnableTunnelLifecycleControl?: boolean;
|
|
8330
|
-
}
|
|
8331
|
-
/**
|
|
8332
|
-
* @public
|
|
8333
|
-
*/
|
|
8334
|
-
export interface ModifyVpnTunnelOptionsRequest {
|
|
8335
|
-
/**
|
|
8336
|
-
* <p>The ID of the Amazon Web Services Site-to-Site VPN connection.</p>
|
|
8337
|
-
* @public
|
|
8338
|
-
*/
|
|
8339
|
-
VpnConnectionId: string | undefined;
|
|
8340
|
-
/**
|
|
8341
|
-
* <p>The external IP address of the VPN tunnel.</p>
|
|
8342
|
-
* @public
|
|
8343
|
-
*/
|
|
8344
|
-
VpnTunnelOutsideIpAddress: string | undefined;
|
|
8345
|
-
/**
|
|
8346
|
-
* <p>The tunnel options to modify.</p>
|
|
8347
|
-
* @public
|
|
8348
|
-
*/
|
|
8349
|
-
TunnelOptions: ModifyVpnTunnelOptionsSpecification | undefined;
|
|
8350
|
-
/**
|
|
8351
|
-
* <p>Checks whether you have the required permissions for the action, without actually
|
|
8352
|
-
* making the request, and provides an error response. If you have the required
|
|
8353
|
-
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
8354
|
-
* <code>UnauthorizedOperation</code>.</p>
|
|
8355
|
-
* @public
|
|
8356
|
-
*/
|
|
8357
|
-
DryRun?: boolean;
|
|
8358
|
-
/**
|
|
8359
|
-
* <p>Choose whether or not to trigger immediate tunnel replacement. This is only applicable when turning on or off <code>EnableTunnelLifecycleControl</code>.</p>
|
|
8360
|
-
* <p>Valid values: <code>True</code> | <code>False</code>
|
|
8361
|
-
* </p>
|
|
8362
|
-
* @public
|
|
8363
|
-
*/
|
|
8364
|
-
SkipTunnelReplacement?: boolean;
|
|
8365
|
-
}
|
|
8366
|
-
/**
|
|
8367
|
-
* @public
|
|
8368
|
-
*/
|
|
8369
|
-
export interface ModifyVpnTunnelOptionsResult {
|
|
8370
|
-
/**
|
|
8371
|
-
* <p>Information about the VPN connection.</p>
|
|
8372
|
-
* @public
|
|
8373
|
-
*/
|
|
8374
|
-
VpnConnection?: VpnConnection;
|
|
8375
|
-
}
|
|
8376
|
-
/**
|
|
8377
|
-
* @public
|
|
8378
|
-
*/
|
|
8379
|
-
export interface MonitorInstancesRequest {
|
|
8380
|
-
/**
|
|
8381
|
-
* <p>The IDs of the instances.</p>
|
|
8382
|
-
* @public
|
|
8383
|
-
*/
|
|
8384
|
-
InstanceIds: string[] | undefined;
|
|
8385
|
-
/**
|
|
8386
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8387
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8388
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8389
|
-
* @public
|
|
8390
|
-
*/
|
|
8391
|
-
DryRun?: boolean;
|
|
8392
|
-
}
|
|
8393
8201
|
/**
|
|
8394
8202
|
* @internal
|
|
8395
8203
|
*/
|
|
@@ -8482,19 +8290,3 @@ export declare const ModifyVpnConnectionResultFilterSensitiveLog: (obj: ModifyVp
|
|
|
8482
8290
|
* @internal
|
|
8483
8291
|
*/
|
|
8484
8292
|
export declare const ModifyVpnConnectionOptionsResultFilterSensitiveLog: (obj: ModifyVpnConnectionOptionsResult) => any;
|
|
8485
|
-
/**
|
|
8486
|
-
* @internal
|
|
8487
|
-
*/
|
|
8488
|
-
export declare const ModifyVpnTunnelCertificateResultFilterSensitiveLog: (obj: ModifyVpnTunnelCertificateResult) => any;
|
|
8489
|
-
/**
|
|
8490
|
-
* @internal
|
|
8491
|
-
*/
|
|
8492
|
-
export declare const ModifyVpnTunnelOptionsSpecificationFilterSensitiveLog: (obj: ModifyVpnTunnelOptionsSpecification) => any;
|
|
8493
|
-
/**
|
|
8494
|
-
* @internal
|
|
8495
|
-
*/
|
|
8496
|
-
export declare const ModifyVpnTunnelOptionsRequestFilterSensitiveLog: (obj: ModifyVpnTunnelOptionsRequest) => any;
|
|
8497
|
-
/**
|
|
8498
|
-
* @internal
|
|
8499
|
-
*/
|
|
8500
|
-
export declare const ModifyVpnTunnelOptionsResultFilterSensitiveLog: (obj: ModifyVpnTunnelOptionsResult) => any;
|