@aws-sdk/client-ec2 3.873.0 → 3.875.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +40 -5
- package/dist-es/models/models_1.js +10 -4
- package/dist-es/models/models_2.js +4 -0
- package/dist-es/protocols/Aws_ec2.js +21 -0
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +3 -1
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -2
- package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -2
- package/dist-types/models/models_1.d.ts +40 -89
- package/dist-types/models/models_2.d.ts +89 -33
- package/dist-types/models/models_3.d.ts +33 -184
- package/dist-types/models/models_4.d.ts +200 -49
- package/dist-types/models/models_5.d.ts +49 -130
- package/dist-types/models/models_6.d.ts +132 -42
- package/dist-types/models/models_7.d.ts +38 -48
- package/dist-types/models/models_8.d.ts +49 -1
- package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_1.d.ts +17 -15
- package/dist-types/ts3.4/models/models_2.d.ts +18 -9
- package/dist-types/ts3.4/models/models_3.d.ts +8 -13
- package/dist-types/ts3.4/models/models_4.d.ts +17 -12
- package/dist-types/ts3.4/models/models_5.d.ts +13 -22
- package/dist-types/ts3.4/models/models_6.d.ts +24 -8
- package/dist-types/ts3.4/models/models_7.d.ts +7 -11
- package/dist-types/ts3.4/models/models_8.d.ts +11 -1
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -626,6 +626,7 @@ __export(index_exports, {
|
|
|
626
626
|
EnableVpcClassicLinkCommand: () => EnableVpcClassicLinkCommand,
|
|
627
627
|
EnableVpcClassicLinkDnsSupportCommand: () => EnableVpcClassicLinkDnsSupportCommand,
|
|
628
628
|
EndDateType: () => EndDateType,
|
|
629
|
+
EndpointIpAddressType: () => EndpointIpAddressType,
|
|
629
630
|
EphemeralNvmeSupport: () => EphemeralNvmeSupport,
|
|
630
631
|
EventCode: () => EventCode,
|
|
631
632
|
EventType: () => EventType,
|
|
@@ -1117,6 +1118,7 @@ __export(index_exports, {
|
|
|
1117
1118
|
TokenState: () => TokenState,
|
|
1118
1119
|
TpmSupportValues: () => TpmSupportValues,
|
|
1119
1120
|
TrafficDirection: () => TrafficDirection,
|
|
1121
|
+
TrafficIpAddressType: () => TrafficIpAddressType,
|
|
1120
1122
|
TrafficMirrorFilterRuleField: () => TrafficMirrorFilterRuleField,
|
|
1121
1123
|
TrafficMirrorNetworkService: () => TrafficMirrorNetworkService,
|
|
1122
1124
|
TrafficMirrorRuleAction: () => TrafficMirrorRuleAction,
|
|
@@ -19566,6 +19568,12 @@ var se_CreateClientVpnEndpointRequest = /* @__PURE__ */ __name((input, context)
|
|
|
19566
19568
|
if (input[_DOST] != null) {
|
|
19567
19569
|
entries[_DOST] = input[_DOST];
|
|
19568
19570
|
}
|
|
19571
|
+
if (input[_EIAT] != null) {
|
|
19572
|
+
entries[_EIAT] = input[_EIAT];
|
|
19573
|
+
}
|
|
19574
|
+
if (input[_TIAT] != null) {
|
|
19575
|
+
entries[_TIAT] = input[_TIAT];
|
|
19576
|
+
}
|
|
19569
19577
|
return entries;
|
|
19570
19578
|
}, "se_CreateClientVpnEndpointRequest");
|
|
19571
19579
|
var se_CreateClientVpnRouteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -43113,6 +43121,9 @@ var de_ClientVpnConnection = /* @__PURE__ */ __name((output, context) => {
|
|
|
43113
43121
|
if (output[_cIl] != null) {
|
|
43114
43122
|
contents[_CIli] = (0, import_smithy_client.expectString)(output[_cIl]);
|
|
43115
43123
|
}
|
|
43124
|
+
if (output[_cIA] != null) {
|
|
43125
|
+
contents[_CIA] = (0, import_smithy_client.expectString)(output[_cIA]);
|
|
43126
|
+
}
|
|
43116
43127
|
if (output[_cN] != null) {
|
|
43117
43128
|
contents[_CN] = (0, import_smithy_client.expectString)(output[_cN]);
|
|
43118
43129
|
}
|
|
@@ -43231,6 +43242,12 @@ var de_ClientVpnEndpoint = /* @__PURE__ */ __name((output, context) => {
|
|
|
43231
43242
|
if (output[_dOST] != null) {
|
|
43232
43243
|
contents[_DOST] = (0, import_smithy_client.parseBoolean)(output[_dOST]);
|
|
43233
43244
|
}
|
|
43245
|
+
if (output[_eIAT] != null) {
|
|
43246
|
+
contents[_EIAT] = (0, import_smithy_client.expectString)(output[_eIAT]);
|
|
43247
|
+
}
|
|
43248
|
+
if (output[_tIAT] != null) {
|
|
43249
|
+
contents[_TIAT] = (0, import_smithy_client.expectString)(output[_tIAT]);
|
|
43250
|
+
}
|
|
43234
43251
|
return contents;
|
|
43235
43252
|
}, "de_ClientVpnEndpoint");
|
|
43236
43253
|
var de_ClientVpnEndpointAttributeStatus = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -63765,6 +63782,7 @@ var _CGu = "CustomerGateway";
|
|
|
63765
63782
|
var _CGur = "CurrentGeneration";
|
|
63766
63783
|
var _CGus = "CustomerGateways";
|
|
63767
63784
|
var _CI = "CopyImage";
|
|
63785
|
+
var _CIA = "ClientIpv6Address";
|
|
63768
63786
|
var _CIBM = "CurrentInstanceBootMode";
|
|
63769
63787
|
var _CIC = "CommittedInstanceCount";
|
|
63770
63788
|
var _CICE = "CreateInstanceConnectEndpoint";
|
|
@@ -64442,6 +64460,7 @@ var _EIAAI = "ElasticInferenceAcceleratorAssociationId";
|
|
|
64442
64460
|
var _EIAAS = "ElasticInferenceAcceleratorAssociationState";
|
|
64443
64461
|
var _EIAAT = "ElasticInferenceAcceleratorAssociationTime";
|
|
64444
64462
|
var _EIAAl = "ElasticInferenceAcceleratorAssociations";
|
|
64463
|
+
var _EIAT = "EndpointIpAddressType";
|
|
64445
64464
|
var _EIBPA = "EnableImageBlockPublicAccess";
|
|
64446
64465
|
var _EID = "EnableImageDeprecation";
|
|
64447
64466
|
var _EIDP = "EnableImageDeregistrationProtection";
|
|
@@ -66040,6 +66059,7 @@ var _TGr = "TransitGateway";
|
|
|
66040
66059
|
var _TGra = "TransitGateways";
|
|
66041
66060
|
var _THP = "TotalHourlyPrice";
|
|
66042
66061
|
var _TI = "TerminateInstances";
|
|
66062
|
+
var _TIAT = "TrafficIpAddressType";
|
|
66043
66063
|
var _TIC = "TunnelInsideCidr";
|
|
66044
66064
|
var _TICo = "TotalInstanceCount";
|
|
66045
66065
|
var _TII = "TrunkInterfaceId";
|
|
@@ -66517,6 +66537,7 @@ var _cGSu = "customerGatewaySet";
|
|
|
66517
66537
|
var _cGu = "customerGateway";
|
|
66518
66538
|
var _cGur = "currentGeneration";
|
|
66519
66539
|
var _cI = "carrierIp";
|
|
66540
|
+
var _cIA = "clientIpv6Address";
|
|
66520
66541
|
var _cIBM = "currentInstanceBootMode";
|
|
66521
66542
|
var _cIC = "committedInstanceCount";
|
|
66522
66543
|
var _cIi = "cidrIp";
|
|
@@ -66761,6 +66782,7 @@ var _eIAAS = "elasticInferenceAcceleratorAssociationState";
|
|
|
66761
66782
|
var _eIAASl = "elasticInferenceAcceleratorAssociationSet";
|
|
66762
66783
|
var _eIAAT = "elasticInferenceAcceleratorAssociationTime";
|
|
66763
66784
|
var _eIAS = "elasticInferenceAcceleratorSet";
|
|
66785
|
+
var _eIAT = "endpointIpAddressType";
|
|
66764
66786
|
var _eITI = "exportImageTaskId";
|
|
66765
66787
|
var _eITS = "exportImageTaskSet";
|
|
66766
66788
|
var _eITSn = "encryptionInTransitSupported";
|
|
@@ -67945,6 +67967,7 @@ var _tGVAr = "transitGatewayVpcAttachments";
|
|
|
67945
67967
|
var _tGa = "targetGroups";
|
|
67946
67968
|
var _tHP = "totalHourlyPrice";
|
|
67947
67969
|
var _tI = "targetId";
|
|
67970
|
+
var _tIAT = "trafficIpAddressType";
|
|
67948
67971
|
var _tIC = "totalInstanceCount";
|
|
67949
67972
|
var _tICu = "tunnelInsideCidr";
|
|
67950
67973
|
var _tII = "trunkInterfaceId";
|
|
@@ -70625,10 +70648,20 @@ var ClientVpnAuthenticationType = {
|
|
|
70625
70648
|
directory_service_authentication: "directory-service-authentication",
|
|
70626
70649
|
federated_authentication: "federated-authentication"
|
|
70627
70650
|
};
|
|
70651
|
+
var EndpointIpAddressType = {
|
|
70652
|
+
dual_stack: "dual-stack",
|
|
70653
|
+
ipv4: "ipv4",
|
|
70654
|
+
ipv6: "ipv6"
|
|
70655
|
+
};
|
|
70628
70656
|
var SelfServicePortal = {
|
|
70629
70657
|
disabled: "disabled",
|
|
70630
70658
|
enabled: "enabled"
|
|
70631
70659
|
};
|
|
70660
|
+
var TrafficIpAddressType = {
|
|
70661
|
+
dual_stack: "dual-stack",
|
|
70662
|
+
ipv4: "ipv4",
|
|
70663
|
+
ipv6: "ipv6"
|
|
70664
|
+
};
|
|
70632
70665
|
var TransportProtocol = {
|
|
70633
70666
|
tcp: "tcp",
|
|
70634
70667
|
udp: "udp"
|
|
@@ -71004,10 +71037,6 @@ var InstanceBandwidthWeighting = {
|
|
|
71004
71037
|
EBS_1: "ebs-1",
|
|
71005
71038
|
VPC_1: "vpc-1"
|
|
71006
71039
|
};
|
|
71007
|
-
var LaunchTemplateInstanceMetadataOptionsState = {
|
|
71008
|
-
applied: "applied",
|
|
71009
|
-
pending: "pending"
|
|
71010
|
-
};
|
|
71011
71040
|
var CopySnapshotRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
71012
71041
|
...obj,
|
|
71013
71042
|
...obj.PresignedUrl && { PresignedUrl: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -71492,6 +71521,10 @@ var CreateLaunchTemplateCommand = class extends import_smithy_client.Command.cla
|
|
|
71492
71521
|
|
|
71493
71522
|
// src/models/models_2.ts
|
|
71494
71523
|
|
|
71524
|
+
var LaunchTemplateInstanceMetadataOptionsState = {
|
|
71525
|
+
applied: "applied",
|
|
71526
|
+
pending: "pending"
|
|
71527
|
+
};
|
|
71495
71528
|
var LocalGatewayRouteState = {
|
|
71496
71529
|
active: "active",
|
|
71497
71530
|
blackhole: "blackhole",
|
|
@@ -86529,7 +86562,9 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
86529
86562
|
FleetCapacityReservationTenancy,
|
|
86530
86563
|
CarrierGatewayState,
|
|
86531
86564
|
ClientVpnAuthenticationType,
|
|
86565
|
+
EndpointIpAddressType,
|
|
86532
86566
|
SelfServicePortal,
|
|
86567
|
+
TrafficIpAddressType,
|
|
86533
86568
|
TransportProtocol,
|
|
86534
86569
|
ClientVpnEndpointStatusCode,
|
|
86535
86570
|
ClientVpnRouteStatusCode,
|
|
@@ -86600,13 +86635,13 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
86600
86635
|
LaunchTemplateHttpTokensState,
|
|
86601
86636
|
LaunchTemplateInstanceMetadataTagsState,
|
|
86602
86637
|
InstanceBandwidthWeighting,
|
|
86603
|
-
LaunchTemplateInstanceMetadataOptionsState,
|
|
86604
86638
|
CopySnapshotRequestFilterSensitiveLog,
|
|
86605
86639
|
CreateDelegateMacVolumeOwnershipTaskRequestFilterSensitiveLog,
|
|
86606
86640
|
KeyPairFilterSensitiveLog,
|
|
86607
86641
|
RequestLaunchTemplateDataFilterSensitiveLog,
|
|
86608
86642
|
CreateLaunchTemplateRequestFilterSensitiveLog,
|
|
86609
86643
|
CreateLaunchTemplateVersionRequestFilterSensitiveLog,
|
|
86644
|
+
LaunchTemplateInstanceMetadataOptionsState,
|
|
86610
86645
|
LocalGatewayRouteState,
|
|
86611
86646
|
LocalGatewayRouteType,
|
|
86612
86647
|
LocalGatewayRouteTableMode,
|
|
@@ -1031,10 +1031,20 @@ export const ClientVpnAuthenticationType = {
|
|
|
1031
1031
|
directory_service_authentication: "directory-service-authentication",
|
|
1032
1032
|
federated_authentication: "federated-authentication",
|
|
1033
1033
|
};
|
|
1034
|
+
export const EndpointIpAddressType = {
|
|
1035
|
+
dual_stack: "dual-stack",
|
|
1036
|
+
ipv4: "ipv4",
|
|
1037
|
+
ipv6: "ipv6",
|
|
1038
|
+
};
|
|
1034
1039
|
export const SelfServicePortal = {
|
|
1035
1040
|
disabled: "disabled",
|
|
1036
1041
|
enabled: "enabled",
|
|
1037
1042
|
};
|
|
1043
|
+
export const TrafficIpAddressType = {
|
|
1044
|
+
dual_stack: "dual-stack",
|
|
1045
|
+
ipv4: "ipv4",
|
|
1046
|
+
ipv6: "ipv6",
|
|
1047
|
+
};
|
|
1038
1048
|
export const TransportProtocol = {
|
|
1039
1049
|
tcp: "tcp",
|
|
1040
1050
|
udp: "udp",
|
|
@@ -1410,10 +1420,6 @@ export const InstanceBandwidthWeighting = {
|
|
|
1410
1420
|
EBS_1: "ebs-1",
|
|
1411
1421
|
VPC_1: "vpc-1",
|
|
1412
1422
|
};
|
|
1413
|
-
export const LaunchTemplateInstanceMetadataOptionsState = {
|
|
1414
|
-
applied: "applied",
|
|
1415
|
-
pending: "pending",
|
|
1416
|
-
};
|
|
1417
1423
|
export const CopySnapshotRequestFilterSensitiveLog = (obj) => ({
|
|
1418
1424
|
...obj,
|
|
1419
1425
|
...(obj.PresignedUrl && { PresignedUrl: SENSITIVE_STRING }),
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { VerifiedAccessTrustProviderFilterSensitiveLog, } from "./models_0";
|
|
3
|
+
export const LaunchTemplateInstanceMetadataOptionsState = {
|
|
4
|
+
applied: "applied",
|
|
5
|
+
pending: "pending",
|
|
6
|
+
};
|
|
3
7
|
export const LocalGatewayRouteState = {
|
|
4
8
|
active: "active",
|
|
5
9
|
blackhole: "blackhole",
|
|
@@ -17972,6 +17972,12 @@ const se_CreateClientVpnEndpointRequest = (input, context) => {
|
|
|
17972
17972
|
if (input[_DOST] != null) {
|
|
17973
17973
|
entries[_DOST] = input[_DOST];
|
|
17974
17974
|
}
|
|
17975
|
+
if (input[_EIAT] != null) {
|
|
17976
|
+
entries[_EIAT] = input[_EIAT];
|
|
17977
|
+
}
|
|
17978
|
+
if (input[_TIAT] != null) {
|
|
17979
|
+
entries[_TIAT] = input[_TIAT];
|
|
17980
|
+
}
|
|
17975
17981
|
return entries;
|
|
17976
17982
|
};
|
|
17977
17983
|
const se_CreateClientVpnRouteRequest = (input, context) => {
|
|
@@ -41676,6 +41682,9 @@ const de_ClientVpnConnection = (output, context) => {
|
|
|
41676
41682
|
if (output[_cIl] != null) {
|
|
41677
41683
|
contents[_CIli] = __expectString(output[_cIl]);
|
|
41678
41684
|
}
|
|
41685
|
+
if (output[_cIA] != null) {
|
|
41686
|
+
contents[_CIA] = __expectString(output[_cIA]);
|
|
41687
|
+
}
|
|
41679
41688
|
if (output[_cN] != null) {
|
|
41680
41689
|
contents[_CN] = __expectString(output[_cN]);
|
|
41681
41690
|
}
|
|
@@ -41802,6 +41811,12 @@ const de_ClientVpnEndpoint = (output, context) => {
|
|
|
41802
41811
|
if (output[_dOST] != null) {
|
|
41803
41812
|
contents[_DOST] = __parseBoolean(output[_dOST]);
|
|
41804
41813
|
}
|
|
41814
|
+
if (output[_eIAT] != null) {
|
|
41815
|
+
contents[_EIAT] = __expectString(output[_eIAT]);
|
|
41816
|
+
}
|
|
41817
|
+
if (output[_tIAT] != null) {
|
|
41818
|
+
contents[_TIAT] = __expectString(output[_tIAT]);
|
|
41819
|
+
}
|
|
41805
41820
|
return contents;
|
|
41806
41821
|
};
|
|
41807
41822
|
const de_ClientVpnEndpointAttributeStatus = (output, context) => {
|
|
@@ -63698,6 +63713,7 @@ const _CGu = "CustomerGateway";
|
|
|
63698
63713
|
const _CGur = "CurrentGeneration";
|
|
63699
63714
|
const _CGus = "CustomerGateways";
|
|
63700
63715
|
const _CI = "CopyImage";
|
|
63716
|
+
const _CIA = "ClientIpv6Address";
|
|
63701
63717
|
const _CIBM = "CurrentInstanceBootMode";
|
|
63702
63718
|
const _CIC = "CommittedInstanceCount";
|
|
63703
63719
|
const _CICE = "CreateInstanceConnectEndpoint";
|
|
@@ -64375,6 +64391,7 @@ const _EIAAI = "ElasticInferenceAcceleratorAssociationId";
|
|
|
64375
64391
|
const _EIAAS = "ElasticInferenceAcceleratorAssociationState";
|
|
64376
64392
|
const _EIAAT = "ElasticInferenceAcceleratorAssociationTime";
|
|
64377
64393
|
const _EIAAl = "ElasticInferenceAcceleratorAssociations";
|
|
64394
|
+
const _EIAT = "EndpointIpAddressType";
|
|
64378
64395
|
const _EIBPA = "EnableImageBlockPublicAccess";
|
|
64379
64396
|
const _EID = "EnableImageDeprecation";
|
|
64380
64397
|
const _EIDP = "EnableImageDeregistrationProtection";
|
|
@@ -65973,6 +65990,7 @@ const _TGr = "TransitGateway";
|
|
|
65973
65990
|
const _TGra = "TransitGateways";
|
|
65974
65991
|
const _THP = "TotalHourlyPrice";
|
|
65975
65992
|
const _TI = "TerminateInstances";
|
|
65993
|
+
const _TIAT = "TrafficIpAddressType";
|
|
65976
65994
|
const _TIC = "TunnelInsideCidr";
|
|
65977
65995
|
const _TICo = "TotalInstanceCount";
|
|
65978
65996
|
const _TII = "TrunkInterfaceId";
|
|
@@ -66450,6 +66468,7 @@ const _cGSu = "customerGatewaySet";
|
|
|
66450
66468
|
const _cGu = "customerGateway";
|
|
66451
66469
|
const _cGur = "currentGeneration";
|
|
66452
66470
|
const _cI = "carrierIp";
|
|
66471
|
+
const _cIA = "clientIpv6Address";
|
|
66453
66472
|
const _cIBM = "currentInstanceBootMode";
|
|
66454
66473
|
const _cIC = "committedInstanceCount";
|
|
66455
66474
|
const _cIi = "cidrIp";
|
|
@@ -66694,6 +66713,7 @@ const _eIAAS = "elasticInferenceAcceleratorAssociationState";
|
|
|
66694
66713
|
const _eIAASl = "elasticInferenceAcceleratorAssociationSet";
|
|
66695
66714
|
const _eIAAT = "elasticInferenceAcceleratorAssociationTime";
|
|
66696
66715
|
const _eIAS = "elasticInferenceAcceleratorSet";
|
|
66716
|
+
const _eIAT = "endpointIpAddressType";
|
|
66697
66717
|
const _eITI = "exportImageTaskId";
|
|
66698
66718
|
const _eITS = "exportImageTaskSet";
|
|
66699
66719
|
const _eITSn = "encryptionInTransitSupported";
|
|
@@ -67878,6 +67898,7 @@ const _tGVAr = "transitGatewayVpcAttachments";
|
|
|
67878
67898
|
const _tGa = "targetGroups";
|
|
67879
67899
|
const _tHP = "totalHourlyPrice";
|
|
67880
67900
|
const _tI = "targetId";
|
|
67901
|
+
const _tIAT = "trafficIpAddressType";
|
|
67881
67902
|
const _tIC = "totalInstanceCount";
|
|
67882
67903
|
const _tICu = "tunnelInsideCidr";
|
|
67883
67904
|
const _tII = "trunkInterfaceId";
|
|
@@ -37,7 +37,7 @@ declare const CreateClientVpnEndpointCommand_base: {
|
|
|
37
37
|
* // const { EC2Client, CreateClientVpnEndpointCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
|
|
38
38
|
* const client = new EC2Client(config);
|
|
39
39
|
* const input = { // CreateClientVpnEndpointRequest
|
|
40
|
-
* ClientCidrBlock: "STRING_VALUE",
|
|
40
|
+
* ClientCidrBlock: "STRING_VALUE",
|
|
41
41
|
* ServerCertificateArn: "STRING_VALUE", // required
|
|
42
42
|
* AuthenticationOptions: [ // ClientVpnAuthenticationRequestList // required
|
|
43
43
|
* { // ClientVpnAuthenticationRequest
|
|
@@ -97,6 +97,8 @@ declare const CreateClientVpnEndpointCommand_base: {
|
|
|
97
97
|
* Enforced: true || false,
|
|
98
98
|
* },
|
|
99
99
|
* DisconnectOnSessionTimeout: true || false,
|
|
100
|
+
* EndpointIpAddressType: "ipv4" || "ipv6" || "dual-stack",
|
|
101
|
+
* TrafficIpAddressType: "ipv4" || "ipv6" || "dual-stack",
|
|
100
102
|
* };
|
|
101
103
|
* const command = new CreateClientVpnEndpointCommand(input);
|
|
102
104
|
* const response = await client.send(command);
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DescribeCapacityReservationFleetsRequest
|
|
4
|
+
import { DescribeCapacityReservationFleetsRequest } from "../models/models_3";
|
|
5
|
+
import { DescribeCapacityReservationFleetsResult } from "../models/models_4";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DescribeCapacityReservationsRequest } from "../models/
|
|
5
|
-
import { DescribeCapacityReservationsResult } from "../models/models_4";
|
|
4
|
+
import { DescribeCapacityReservationsRequest, DescribeCapacityReservationsResult } from "../models/models_4";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -64,6 +64,7 @@ declare const DescribeClientVpnConnectionsCommand_base: {
|
|
|
64
64
|
* // IngressPackets: "STRING_VALUE",
|
|
65
65
|
* // EgressPackets: "STRING_VALUE",
|
|
66
66
|
* // ClientIp: "STRING_VALUE",
|
|
67
|
+
* // ClientIpv6Address: "STRING_VALUE",
|
|
67
68
|
* // CommonName: "STRING_VALUE",
|
|
68
69
|
* // Status: { // ClientVpnConnectionStatus
|
|
69
70
|
* // Code: "active" || "failed-to-terminate" || "terminating" || "terminated",
|
|
@@ -127,6 +127,8 @@ declare const DescribeClientVpnEndpointsCommand_base: {
|
|
|
127
127
|
* // Enforced: true || false,
|
|
128
128
|
* // },
|
|
129
129
|
* // DisconnectOnSessionTimeout: true || false,
|
|
130
|
+
* // EndpointIpAddressType: "ipv4" || "ipv6" || "dual-stack",
|
|
131
|
+
* // TrafficIpAddressType: "ipv4" || "ipv6" || "dual-stack",
|
|
130
132
|
* // },
|
|
131
133
|
* // ],
|
|
132
134
|
* // NextToken: "STRING_VALUE",
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DescribeIpamPoolsRequest
|
|
4
|
+
import { DescribeIpamPoolsRequest } from "../models/models_4";
|
|
5
|
+
import { DescribeIpamPoolsResult } from "../models/models_5";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DescribeIpamResourceDiscoveriesRequest } from "../models/
|
|
5
|
-
import { DescribeIpamResourceDiscoveriesResult } from "../models/models_5";
|
|
4
|
+
import { DescribeIpamResourceDiscoveriesRequest, DescribeIpamResourceDiscoveriesResult } from "../models/models_5";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DescribeVpcEndpointConnectionsRequest } from "../models/
|
|
5
|
-
import { DescribeVpcEndpointConnectionsResult } from "../models/models_6";
|
|
4
|
+
import { DescribeVpcEndpointConnectionsRequest, DescribeVpcEndpointConnectionsResult } from "../models/models_6";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { GetSerialConsoleAccessStatusRequest, GetSerialConsoleAccessStatusResult } from "../models/
|
|
4
|
+
import { GetSerialConsoleAccessStatusRequest, GetSerialConsoleAccessStatusResult } from "../models/models_7";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { RegisterTransitGatewayMulticastGroupMembersRequest } from "../models/
|
|
5
|
-
import { RegisterTransitGatewayMulticastGroupMembersResult } from "../models/models_8";
|
|
4
|
+
import { RegisterTransitGatewayMulticastGroupMembersRequest, RegisterTransitGatewayMulticastGroupMembersResult } from "../models/models_8";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -2534,6 +2534,19 @@ export interface ConnectionLogOptions {
|
|
|
2534
2534
|
*/
|
|
2535
2535
|
CloudwatchLogStream?: string | undefined;
|
|
2536
2536
|
}
|
|
2537
|
+
/**
|
|
2538
|
+
* @public
|
|
2539
|
+
* @enum
|
|
2540
|
+
*/
|
|
2541
|
+
export declare const EndpointIpAddressType: {
|
|
2542
|
+
readonly dual_stack: "dual-stack";
|
|
2543
|
+
readonly ipv4: "ipv4";
|
|
2544
|
+
readonly ipv6: "ipv6";
|
|
2545
|
+
};
|
|
2546
|
+
/**
|
|
2547
|
+
* @public
|
|
2548
|
+
*/
|
|
2549
|
+
export type EndpointIpAddressType = (typeof EndpointIpAddressType)[keyof typeof EndpointIpAddressType];
|
|
2537
2550
|
/**
|
|
2538
2551
|
* @public
|
|
2539
2552
|
* @enum
|
|
@@ -2546,6 +2559,19 @@ export declare const SelfServicePortal: {
|
|
|
2546
2559
|
* @public
|
|
2547
2560
|
*/
|
|
2548
2561
|
export type SelfServicePortal = (typeof SelfServicePortal)[keyof typeof SelfServicePortal];
|
|
2562
|
+
/**
|
|
2563
|
+
* @public
|
|
2564
|
+
* @enum
|
|
2565
|
+
*/
|
|
2566
|
+
export declare const TrafficIpAddressType: {
|
|
2567
|
+
readonly dual_stack: "dual-stack";
|
|
2568
|
+
readonly ipv4: "ipv4";
|
|
2569
|
+
readonly ipv6: "ipv6";
|
|
2570
|
+
};
|
|
2571
|
+
/**
|
|
2572
|
+
* @public
|
|
2573
|
+
*/
|
|
2574
|
+
export type TrafficIpAddressType = (typeof TrafficIpAddressType)[keyof typeof TrafficIpAddressType];
|
|
2549
2575
|
/**
|
|
2550
2576
|
* @public
|
|
2551
2577
|
* @enum
|
|
@@ -2566,7 +2592,7 @@ export interface CreateClientVpnEndpointRequest {
|
|
|
2566
2592
|
* <p>The IPv4 address range, in CIDR notation, from which to assign client IP addresses. The address range cannot overlap with the local CIDR of the VPC in which the associated subnet is located, or the routes that you add manually. The address range cannot be changed after the Client VPN endpoint has been created. Client CIDR range must have a size of at least /22 and must not be greater than /12.</p>
|
|
2567
2593
|
* @public
|
|
2568
2594
|
*/
|
|
2569
|
-
ClientCidrBlock
|
|
2595
|
+
ClientCidrBlock?: string | undefined;
|
|
2570
2596
|
/**
|
|
2571
2597
|
* <p>The ARN of the server certificate. For more information, see
|
|
2572
2598
|
* the <a href="https://docs.aws.amazon.com/acm/latest/userguide/">Certificate Manager User Guide</a>.</p>
|
|
@@ -2701,6 +2727,19 @@ export interface CreateClientVpnEndpointRequest {
|
|
|
2701
2727
|
* @public
|
|
2702
2728
|
*/
|
|
2703
2729
|
DisconnectOnSessionTimeout?: boolean | undefined;
|
|
2730
|
+
/**
|
|
2731
|
+
* <p>The IP address type for the Client VPN endpoint. Valid values are <code>ipv4</code>
|
|
2732
|
+
* (default) for IPv4 addressing only, <code>ipv6</code> for IPv6 addressing only, or <code>dual-stack</code> for both IPv4 and IPv6
|
|
2733
|
+
* addressing. When set to <code>dual-stack,</code> clients can connect to the endpoint
|
|
2734
|
+
* using either IPv4 or IPv6 addresses..</p>
|
|
2735
|
+
* @public
|
|
2736
|
+
*/
|
|
2737
|
+
EndpointIpAddressType?: EndpointIpAddressType | undefined;
|
|
2738
|
+
/**
|
|
2739
|
+
* <p>The IP address type for traffic within the Client VPN tunnel. Valid values are <code>ipv4</code> (default) for IPv4 traffic only, <code>ipv6</code> for IPv6 addressing only, or <code>dual-stack</code> for both IPv4 and IPv6 traffic. When set to <code>dual-stack</code>, clients can access both IPv4 and IPv6 resources through the VPN .</p>
|
|
2740
|
+
* @public
|
|
2741
|
+
*/
|
|
2742
|
+
TrafficIpAddressType?: TrafficIpAddressType | undefined;
|
|
2704
2743
|
}
|
|
2705
2744
|
/**
|
|
2706
2745
|
* @public
|
|
@@ -11360,94 +11399,6 @@ export interface LaunchTemplateInstanceMaintenanceOptions {
|
|
|
11360
11399
|
*/
|
|
11361
11400
|
AutoRecovery?: LaunchTemplateAutoRecoveryState | undefined;
|
|
11362
11401
|
}
|
|
11363
|
-
/**
|
|
11364
|
-
* @public
|
|
11365
|
-
* @enum
|
|
11366
|
-
*/
|
|
11367
|
-
export declare const LaunchTemplateInstanceMetadataOptionsState: {
|
|
11368
|
-
readonly applied: "applied";
|
|
11369
|
-
readonly pending: "pending";
|
|
11370
|
-
};
|
|
11371
|
-
/**
|
|
11372
|
-
* @public
|
|
11373
|
-
*/
|
|
11374
|
-
export type LaunchTemplateInstanceMetadataOptionsState = (typeof LaunchTemplateInstanceMetadataOptionsState)[keyof typeof LaunchTemplateInstanceMetadataOptionsState];
|
|
11375
|
-
/**
|
|
11376
|
-
* <p>The metadata options for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html">Use
|
|
11377
|
-
* instance metadata to manage your EC2 instance</a> in the
|
|
11378
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
11379
|
-
* @public
|
|
11380
|
-
*/
|
|
11381
|
-
export interface LaunchTemplateInstanceMetadataOptions {
|
|
11382
|
-
/**
|
|
11383
|
-
* <p>The state of the metadata option changes.</p>
|
|
11384
|
-
* <p>
|
|
11385
|
-
* <code>pending</code> - The metadata options are being updated and the instance is not
|
|
11386
|
-
* ready to process metadata traffic with the new selection.</p>
|
|
11387
|
-
* <p>
|
|
11388
|
-
* <code>applied</code> - The metadata options have been successfully applied on the
|
|
11389
|
-
* instance.</p>
|
|
11390
|
-
* @public
|
|
11391
|
-
*/
|
|
11392
|
-
State?: LaunchTemplateInstanceMetadataOptionsState | undefined;
|
|
11393
|
-
/**
|
|
11394
|
-
* <p>Indicates whether IMDSv2 is required.</p>
|
|
11395
|
-
* <ul>
|
|
11396
|
-
* <li>
|
|
11397
|
-
* <p>
|
|
11398
|
-
* <code>optional</code> - IMDSv2 is optional. You can choose whether to send a
|
|
11399
|
-
* session token in your instance metadata retrieval requests. If you retrieve IAM
|
|
11400
|
-
* role credentials without a session token, you receive the IMDSv1 role
|
|
11401
|
-
* credentials. If you retrieve IAM role credentials using a valid session token,
|
|
11402
|
-
* you receive the IMDSv2 role credentials.</p>
|
|
11403
|
-
* </li>
|
|
11404
|
-
* <li>
|
|
11405
|
-
* <p>
|
|
11406
|
-
* <code>required</code> - IMDSv2 is required. You must send a session token in
|
|
11407
|
-
* your instance metadata retrieval requests. With this option, retrieving the IAM
|
|
11408
|
-
* role credentials always returns IMDSv2 credentials; IMDSv1 credentials are not
|
|
11409
|
-
* available.</p>
|
|
11410
|
-
* </li>
|
|
11411
|
-
* </ul>
|
|
11412
|
-
* @public
|
|
11413
|
-
*/
|
|
11414
|
-
HttpTokens?: LaunchTemplateHttpTokensState | undefined;
|
|
11415
|
-
/**
|
|
11416
|
-
* <p>The desired HTTP PUT response hop limit for instance metadata requests. The larger the
|
|
11417
|
-
* number, the further instance metadata requests can travel.</p>
|
|
11418
|
-
* <p>Default: 1</p>
|
|
11419
|
-
* <p>Possible values: Integers from 1 to 64</p>
|
|
11420
|
-
* @public
|
|
11421
|
-
*/
|
|
11422
|
-
HttpPutResponseHopLimit?: number | undefined;
|
|
11423
|
-
/**
|
|
11424
|
-
* <p>Enables or disables the HTTP metadata endpoint on your instances. If the parameter is
|
|
11425
|
-
* not specified, the default state is <code>enabled</code>.</p>
|
|
11426
|
-
* <note>
|
|
11427
|
-
* <p>If you specify a value of <code>disabled</code>, you will not be able to access
|
|
11428
|
-
* your instance metadata. </p>
|
|
11429
|
-
* </note>
|
|
11430
|
-
* @public
|
|
11431
|
-
*/
|
|
11432
|
-
HttpEndpoint?: LaunchTemplateInstanceMetadataEndpointState | undefined;
|
|
11433
|
-
/**
|
|
11434
|
-
* <p>Enables or disables the IPv6 endpoint for the instance metadata service.</p>
|
|
11435
|
-
* <p>Default: <code>disabled</code>
|
|
11436
|
-
* </p>
|
|
11437
|
-
* @public
|
|
11438
|
-
*/
|
|
11439
|
-
HttpProtocolIpv6?: LaunchTemplateInstanceMetadataProtocolIpv6 | undefined;
|
|
11440
|
-
/**
|
|
11441
|
-
* <p>Set to <code>enabled</code> to allow access to instance tags from the instance
|
|
11442
|
-
* metadata. Set to <code>disabled</code> to turn off access to instance tags from the
|
|
11443
|
-
* instance metadata. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/work-with-tags-in-IMDS.html">View tags for your EC2
|
|
11444
|
-
* instances using instance metadata</a>.</p>
|
|
11445
|
-
* <p>Default: <code>disabled</code>
|
|
11446
|
-
* </p>
|
|
11447
|
-
* @public
|
|
11448
|
-
*/
|
|
11449
|
-
InstanceMetadataTags?: LaunchTemplateInstanceMetadataTagsState | undefined;
|
|
11450
|
-
}
|
|
11451
11402
|
/**
|
|
11452
11403
|
* @internal
|
|
11453
11404
|
*/
|