@aws-sdk/client-ec2 3.817.0 → 3.818.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/dist-cjs/index.js +262 -126
- package/dist-es/EC2.js +2 -0
- package/dist-es/commands/DescribeVpnConnectionsCommand.js +1 -1
- package/dist-es/commands/GetActiveVpnTunnelStatusCommand.js +22 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +5 -0
- package/dist-es/models/models_5.js +0 -7
- package/dist-es/models/models_6.js +7 -0
- package/dist-es/protocols/Aws_ec2.js +155 -44
- package/dist-types/EC2.d.ts +7 -0
- package/dist-types/EC2Client.d.ts +3 -2
- package/dist-types/commands/CopyFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -1
- package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -2
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/GetActiveVpnTunnelStatusCommand.d.ts +84 -0
- package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -2
- package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -0
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -0
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -0
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +2 -0
- package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +64 -48
- package/dist-types/models/models_1.d.ts +48 -28
- package/dist-types/models/models_2.d.ts +29 -58
- package/dist-types/models/models_3.d.ts +68 -57
- package/dist-types/models/models_4.d.ts +59 -72
- package/dist-types/models/models_5.d.ts +73 -106
- package/dist-types/models/models_6.d.ts +132 -100
- package/dist-types/models/models_7.d.ts +112 -65
- package/dist-types/models/models_8.d.ts +66 -3
- package/dist-types/protocols/Aws_ec2.d.ts +9 -0
- package/dist-types/ts3.4/EC2.d.ts +17 -0
- package/dist-types/ts3.4/EC2Client.d.ts +6 -0
- package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetActiveVpnTunnelStatusCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +18 -11
- package/dist-types/ts3.4/models/models_1.d.ts +11 -7
- package/dist-types/ts3.4/models/models_2.d.ts +7 -14
- package/dist-types/ts3.4/models/models_3.d.ts +15 -11
- package/dist-types/ts3.4/models/models_4.d.ts +13 -12
- package/dist-types/ts3.4/models/models_5.d.ts +13 -13
- package/dist-types/ts3.4/models/models_6.d.ts +21 -23
- package/dist-types/ts3.4/models/models_7.d.ts +26 -17
- package/dist-types/ts3.4/models/models_8.d.ts +18 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -654,6 +654,7 @@ __export(index_exports, {
|
|
|
654
654
|
FpgaImageStateCode: () => FpgaImageStateCode,
|
|
655
655
|
GatewayAssociationState: () => GatewayAssociationState,
|
|
656
656
|
GatewayType: () => GatewayType,
|
|
657
|
+
GetActiveVpnTunnelStatusCommand: () => GetActiveVpnTunnelStatusCommand,
|
|
657
658
|
GetAllowedImagesSettingsCommand: () => GetAllowedImagesSettingsCommand,
|
|
658
659
|
GetAssociatedEnclaveCertificateIamRolesCommand: () => GetAssociatedEnclaveCertificateIamRolesCommand,
|
|
659
660
|
GetAssociatedIpv6PoolCidrsCommand: () => GetAssociatedIpv6PoolCidrsCommand,
|
|
@@ -1183,6 +1184,7 @@ __export(index_exports, {
|
|
|
1183
1184
|
VpnState: () => VpnState,
|
|
1184
1185
|
VpnStaticRouteSource: () => VpnStaticRouteSource,
|
|
1185
1186
|
VpnTunnelOptionsSpecificationFilterSensitiveLog: () => VpnTunnelOptionsSpecificationFilterSensitiveLog,
|
|
1187
|
+
VpnTunnelProvisioningStatus: () => VpnTunnelProvisioningStatus,
|
|
1186
1188
|
WeekDay: () => WeekDay,
|
|
1187
1189
|
WithdrawByoipCidrCommand: () => WithdrawByoipCidrCommand,
|
|
1188
1190
|
_InstanceType: () => _InstanceType,
|
|
@@ -6332,6 +6334,16 @@ var se_ExportVerifiedAccessInstanceClientConfigurationCommand = /* @__PURE__ */
|
|
|
6332
6334
|
});
|
|
6333
6335
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
6334
6336
|
}, "se_ExportVerifiedAccessInstanceClientConfigurationCommand");
|
|
6337
|
+
var se_GetActiveVpnTunnelStatusCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
6338
|
+
const headers = SHARED_HEADERS;
|
|
6339
|
+
let body;
|
|
6340
|
+
body = buildFormUrlencodedString({
|
|
6341
|
+
...se_GetActiveVpnTunnelStatusRequest(input, context),
|
|
6342
|
+
[_A]: _GAVTS,
|
|
6343
|
+
[_V]: _
|
|
6344
|
+
});
|
|
6345
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
6346
|
+
}, "se_GetActiveVpnTunnelStatusCommand");
|
|
6335
6347
|
var se_GetAllowedImagesSettingsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
6336
6348
|
const headers = SHARED_HEADERS;
|
|
6337
6349
|
let body;
|
|
@@ -14508,6 +14520,19 @@ var de_ExportVerifiedAccessInstanceClientConfigurationCommand = /* @__PURE__ */
|
|
|
14508
14520
|
};
|
|
14509
14521
|
return response;
|
|
14510
14522
|
}, "de_ExportVerifiedAccessInstanceClientConfigurationCommand");
|
|
14523
|
+
var de_GetActiveVpnTunnelStatusCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
14524
|
+
if (output.statusCode >= 300) {
|
|
14525
|
+
return de_CommandError(output, context);
|
|
14526
|
+
}
|
|
14527
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
14528
|
+
let contents = {};
|
|
14529
|
+
contents = de_GetActiveVpnTunnelStatusResult(data, context);
|
|
14530
|
+
const response = {
|
|
14531
|
+
$metadata: deserializeMetadata(output),
|
|
14532
|
+
...contents
|
|
14533
|
+
};
|
|
14534
|
+
return response;
|
|
14535
|
+
}, "de_GetActiveVpnTunnelStatusCommand");
|
|
14511
14536
|
var de_GetAllowedImagesSettingsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
14512
14537
|
if (output.statusCode >= 300) {
|
|
14513
14538
|
return de_CommandError(output, context);
|
|
@@ -22476,6 +22501,9 @@ var se_CreateVpnConnectionRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
22476
22501
|
entries[loc] = value;
|
|
22477
22502
|
});
|
|
22478
22503
|
}
|
|
22504
|
+
if (input[_PSKS] != null) {
|
|
22505
|
+
entries[_PSKS] = input[_PSKS];
|
|
22506
|
+
}
|
|
22479
22507
|
if (input[_DRr] != null) {
|
|
22480
22508
|
entries[_DRr] = input[_DRr];
|
|
22481
22509
|
}
|
|
@@ -29441,6 +29469,19 @@ var se_FpgaImageIdList = /* @__PURE__ */ __name((input, context) => {
|
|
|
29441
29469
|
}
|
|
29442
29470
|
return entries;
|
|
29443
29471
|
}, "se_FpgaImageIdList");
|
|
29472
|
+
var se_GetActiveVpnTunnelStatusRequest = /* @__PURE__ */ __name((input, context) => {
|
|
29473
|
+
const entries = {};
|
|
29474
|
+
if (input[_VCI] != null) {
|
|
29475
|
+
entries[_VCI] = input[_VCI];
|
|
29476
|
+
}
|
|
29477
|
+
if (input[_VTOIA] != null) {
|
|
29478
|
+
entries[_VTOIA] = input[_VTOIA];
|
|
29479
|
+
}
|
|
29480
|
+
if (input[_DRr] != null) {
|
|
29481
|
+
entries[_DRr] = input[_DRr];
|
|
29482
|
+
}
|
|
29483
|
+
return entries;
|
|
29484
|
+
}, "se_GetActiveVpnTunnelStatusRequest");
|
|
29444
29485
|
var se_GetAllowedImagesSettingsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
29445
29486
|
const entries = {};
|
|
29446
29487
|
if (input[_DRr] != null) {
|
|
@@ -30379,6 +30420,9 @@ var se_GetVpnConnectionDeviceSampleConfigurationRequest = /* @__PURE__ */ __name
|
|
|
30379
30420
|
if (input[_IKEV] != null) {
|
|
30380
30421
|
entries[_IKEV] = input[_IKEV];
|
|
30381
30422
|
}
|
|
30423
|
+
if (input[_STa] != null) {
|
|
30424
|
+
entries[_STa] = input[_STa];
|
|
30425
|
+
}
|
|
30382
30426
|
if (input[_DRr] != null) {
|
|
30383
30427
|
entries[_DRr] = input[_DRr];
|
|
30384
30428
|
}
|
|
@@ -35168,6 +35212,9 @@ var se_ModifyVpnTunnelOptionsRequest = /* @__PURE__ */ __name((input, context) =
|
|
|
35168
35212
|
if (input[_STR] != null) {
|
|
35169
35213
|
entries[_STR] = input[_STR];
|
|
35170
35214
|
}
|
|
35215
|
+
if (input[_PSKS] != null) {
|
|
35216
|
+
entries[_PSKS] = input[_PSKS];
|
|
35217
|
+
}
|
|
35171
35218
|
return entries;
|
|
35172
35219
|
}, "se_ModifyVpnTunnelOptionsRequest");
|
|
35173
35220
|
var se_ModifyVpnTunnelOptionsSpecification = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -40759,6 +40806,37 @@ var de_ActiveInstanceSet = /* @__PURE__ */ __name((output, context) => {
|
|
|
40759
40806
|
return de_ActiveInstance(entry, context);
|
|
40760
40807
|
});
|
|
40761
40808
|
}, "de_ActiveInstanceSet");
|
|
40809
|
+
var de_ActiveVpnTunnelStatus = /* @__PURE__ */ __name((output, context) => {
|
|
40810
|
+
const contents = {};
|
|
40811
|
+
if (output[_pEA] != null) {
|
|
40812
|
+
contents[_PEAha] = (0, import_smithy_client.expectString)(output[_pEA]);
|
|
40813
|
+
}
|
|
40814
|
+
if (output[_pEAh] != null) {
|
|
40815
|
+
contents[_PEAhas] = (0, import_smithy_client.expectString)(output[_pEAh]);
|
|
40816
|
+
}
|
|
40817
|
+
if (output[_pIA] != null) {
|
|
40818
|
+
contents[_PIAhas] = (0, import_smithy_client.expectString)(output[_pIA]);
|
|
40819
|
+
}
|
|
40820
|
+
if (output[_pIAh] != null) {
|
|
40821
|
+
contents[_PIAhase] = (0, import_smithy_client.expectString)(output[_pIAh]);
|
|
40822
|
+
}
|
|
40823
|
+
if (output[_pDHG] != null) {
|
|
40824
|
+
contents[_PDHG] = (0, import_smithy_client.strictParseInt32)(output[_pDHG]);
|
|
40825
|
+
}
|
|
40826
|
+
if (output[_pDHGh] != null) {
|
|
40827
|
+
contents[_PDHGh] = (0, import_smithy_client.strictParseInt32)(output[_pDHGh]);
|
|
40828
|
+
}
|
|
40829
|
+
if (output[_iV] != null) {
|
|
40830
|
+
contents[_IVk] = (0, import_smithy_client.expectString)(output[_iV]);
|
|
40831
|
+
}
|
|
40832
|
+
if (output[_pS] != null) {
|
|
40833
|
+
contents[_PSr] = (0, import_smithy_client.expectString)(output[_pS]);
|
|
40834
|
+
}
|
|
40835
|
+
if (output[_pSR] != null) {
|
|
40836
|
+
contents[_PSR] = (0, import_smithy_client.expectString)(output[_pSR]);
|
|
40837
|
+
}
|
|
40838
|
+
return contents;
|
|
40839
|
+
}, "de_ActiveVpnTunnelStatus");
|
|
40762
40840
|
var de_AddedPrincipal = /* @__PURE__ */ __name((output, context) => {
|
|
40763
40841
|
const contents = {};
|
|
40764
40842
|
if (output[_pT] != null) {
|
|
@@ -40838,8 +40916,8 @@ var de_Address = /* @__PURE__ */ __name((output, context) => {
|
|
|
40838
40916
|
if (output[_nIOI] != null) {
|
|
40839
40917
|
contents[_NIOI] = (0, import_smithy_client.expectString)(output[_nIOI]);
|
|
40840
40918
|
}
|
|
40841
|
-
if (output[
|
|
40842
|
-
contents[_PIAr] = (0, import_smithy_client.expectString)(output[
|
|
40919
|
+
if (output[_pIAr] != null) {
|
|
40920
|
+
contents[_PIAr] = (0, import_smithy_client.expectString)(output[_pIAr]);
|
|
40843
40921
|
}
|
|
40844
40922
|
if (output.tagSet === "") {
|
|
40845
40923
|
contents[_Ta] = [];
|
|
@@ -41233,8 +41311,8 @@ var de_AsPath = /* @__PURE__ */ __name((output, context) => {
|
|
|
41233
41311
|
}, "de_AsPath");
|
|
41234
41312
|
var de_AssignedPrivateIpAddress = /* @__PURE__ */ __name((output, context) => {
|
|
41235
41313
|
const contents = {};
|
|
41236
|
-
if (output[
|
|
41237
|
-
contents[_PIAr] = (0, import_smithy_client.expectString)(output[
|
|
41314
|
+
if (output[_pIAr] != null) {
|
|
41315
|
+
contents[_PIAr] = (0, import_smithy_client.expectString)(output[_pIAr]);
|
|
41238
41316
|
}
|
|
41239
41317
|
return contents;
|
|
41240
41318
|
}, "de_AssignedPrivateIpAddress");
|
|
@@ -41954,8 +42032,8 @@ var de_CancelImportTaskResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
41954
42032
|
if (output[_iTI] != null) {
|
|
41955
42033
|
contents[_ITI] = (0, import_smithy_client.expectString)(output[_iTI]);
|
|
41956
42034
|
}
|
|
41957
|
-
if (output[
|
|
41958
|
-
contents[
|
|
42035
|
+
if (output[_pSr] != null) {
|
|
42036
|
+
contents[_PSre] = (0, import_smithy_client.expectString)(output[_pSr]);
|
|
41959
42037
|
}
|
|
41960
42038
|
if (output[_st] != null) {
|
|
41961
42039
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
@@ -43051,8 +43129,8 @@ var de_ConversionTask = /* @__PURE__ */ __name((output, context) => {
|
|
|
43051
43129
|
if (output[_iIm] != null) {
|
|
43052
43130
|
contents[_IIm] = de_ImportInstanceTaskDetails(output[_iIm], context);
|
|
43053
43131
|
}
|
|
43054
|
-
if (output[
|
|
43055
|
-
contents[_IV] = de_ImportVolumeTaskDetails(output[
|
|
43132
|
+
if (output[_iVm] != null) {
|
|
43133
|
+
contents[_IV] = de_ImportVolumeTaskDetails(output[_iVm], context);
|
|
43056
43134
|
}
|
|
43057
43135
|
if (output[_st] != null) {
|
|
43058
43136
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
@@ -45915,8 +45993,8 @@ var de_DescribePrincipalIdFormatResult = /* @__PURE__ */ __name((output, context
|
|
|
45915
45993
|
const contents = {};
|
|
45916
45994
|
if (output.principalSet === "") {
|
|
45917
45995
|
contents[_Princ] = [];
|
|
45918
|
-
} else if (output[
|
|
45919
|
-
contents[_Princ] = de_PrincipalIdFormatList((0, import_smithy_client.getArrayIfSingleItem)(output[
|
|
45996
|
+
} else if (output[_pSri] != null && output[_pSri][_i] != null) {
|
|
45997
|
+
contents[_Princ] = de_PrincipalIdFormatList((0, import_smithy_client.getArrayIfSingleItem)(output[_pSri][_i]), context);
|
|
45920
45998
|
}
|
|
45921
45999
|
if (output[_nTe] != null) {
|
|
45922
46000
|
contents[_NT] = (0, import_smithy_client.expectString)(output[_nTe]);
|
|
@@ -48856,6 +48934,13 @@ var de_FpgaInfo = /* @__PURE__ */ __name((output, context) => {
|
|
|
48856
48934
|
}
|
|
48857
48935
|
return contents;
|
|
48858
48936
|
}, "de_FpgaInfo");
|
|
48937
|
+
var de_GetActiveVpnTunnelStatusResult = /* @__PURE__ */ __name((output, context) => {
|
|
48938
|
+
const contents = {};
|
|
48939
|
+
if (output[_aVTS] != null) {
|
|
48940
|
+
contents[_AVTS] = de_ActiveVpnTunnelStatus(output[_aVTS], context);
|
|
48941
|
+
}
|
|
48942
|
+
return contents;
|
|
48943
|
+
}, "de_GetActiveVpnTunnelStatusResult");
|
|
48859
48944
|
var de_GetAllowedImagesSettingsResult = /* @__PURE__ */ __name((output, context) => {
|
|
48860
48945
|
const contents = {};
|
|
48861
48946
|
if (output[_st] != null) {
|
|
@@ -50719,8 +50804,8 @@ var de_Instance = /* @__PURE__ */ __name((output, context) => {
|
|
|
50719
50804
|
if (output[_vI] != null) {
|
|
50720
50805
|
contents[_VI] = (0, import_smithy_client.expectString)(output[_vI]);
|
|
50721
50806
|
}
|
|
50722
|
-
if (output[
|
|
50723
|
-
contents[_PIAr] = (0, import_smithy_client.expectString)(output[
|
|
50807
|
+
if (output[_pIAr] != null) {
|
|
50808
|
+
contents[_PIAr] = (0, import_smithy_client.expectString)(output[_pIAr]);
|
|
50724
50809
|
}
|
|
50725
50810
|
if (output[_iAp] != null) {
|
|
50726
50811
|
contents[_PIAu] = (0, import_smithy_client.expectString)(output[_iAp]);
|
|
@@ -51179,8 +51264,8 @@ var de_InstanceNetworkInterface = /* @__PURE__ */ __name((output, context) => {
|
|
|
51179
51264
|
if (output[_pDN] != null) {
|
|
51180
51265
|
contents[_PDN] = (0, import_smithy_client.expectString)(output[_pDN]);
|
|
51181
51266
|
}
|
|
51182
|
-
if (output[
|
|
51183
|
-
contents[_PIAr] = (0, import_smithy_client.expectString)(output[
|
|
51267
|
+
if (output[_pIAr] != null) {
|
|
51268
|
+
contents[_PIAr] = (0, import_smithy_client.expectString)(output[_pIAr]);
|
|
51184
51269
|
}
|
|
51185
51270
|
if (output.privateIpAddressesSet === "") {
|
|
51186
51271
|
contents[_PIA] = [];
|
|
@@ -51302,8 +51387,8 @@ var de_InstanceNetworkInterfaceSpecification = /* @__PURE__ */ __name((output, c
|
|
|
51302
51387
|
if (output[_nII] != null) {
|
|
51303
51388
|
contents[_NII] = (0, import_smithy_client.expectString)(output[_nII]);
|
|
51304
51389
|
}
|
|
51305
|
-
if (output[
|
|
51306
|
-
contents[_PIAr] = (0, import_smithy_client.expectString)(output[
|
|
51390
|
+
if (output[_pIAr] != null) {
|
|
51391
|
+
contents[_PIAr] = (0, import_smithy_client.expectString)(output[_pIAr]);
|
|
51307
51392
|
}
|
|
51308
51393
|
if (output.privateIpAddressesSet === "") {
|
|
51309
51394
|
contents[_PIA] = [];
|
|
@@ -51378,8 +51463,8 @@ var de_InstancePrivateIpAddress = /* @__PURE__ */ __name((output, context) => {
|
|
|
51378
51463
|
if (output[_pDN] != null) {
|
|
51379
51464
|
contents[_PDN] = (0, import_smithy_client.expectString)(output[_pDN]);
|
|
51380
51465
|
}
|
|
51381
|
-
if (output[
|
|
51382
|
-
contents[_PIAr] = (0, import_smithy_client.expectString)(output[
|
|
51466
|
+
if (output[_pIAr] != null) {
|
|
51467
|
+
contents[_PIAr] = (0, import_smithy_client.expectString)(output[_pIAr]);
|
|
51383
51468
|
}
|
|
51384
51469
|
return contents;
|
|
51385
51470
|
}, "de_InstancePrivateIpAddress");
|
|
@@ -51506,8 +51591,8 @@ var de_InstanceStateChange = /* @__PURE__ */ __name((output, context) => {
|
|
|
51506
51591
|
if (output[_cSu] != null) {
|
|
51507
51592
|
contents[_CSu] = de_InstanceState(output[_cSu], context);
|
|
51508
51593
|
}
|
|
51509
|
-
if (output[
|
|
51510
|
-
contents[
|
|
51594
|
+
if (output[_pSr] != null) {
|
|
51595
|
+
contents[_PSre] = de_InstanceState(output[_pSr], context);
|
|
51511
51596
|
}
|
|
51512
51597
|
return contents;
|
|
51513
51598
|
}, "de_InstanceStateChange");
|
|
@@ -52065,7 +52150,7 @@ var de_IpamDiscoveredPublicAddress = /* @__PURE__ */ __name((output, context) =>
|
|
|
52065
52150
|
contents[_SG] = de_IpamPublicAddressSecurityGroupList((0, import_smithy_client.getArrayIfSingleItem)(output[_sGS][_i]), context);
|
|
52066
52151
|
}
|
|
52067
52152
|
if (output[_sTa] != null) {
|
|
52068
|
-
contents[
|
|
52153
|
+
contents[_STam] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_sTa]));
|
|
52069
52154
|
}
|
|
52070
52155
|
return contents;
|
|
52071
52156
|
}, "de_IpamDiscoveredPublicAddress");
|
|
@@ -52115,7 +52200,7 @@ var de_IpamDiscoveredResourceCidr = /* @__PURE__ */ __name((output, context) =>
|
|
|
52115
52200
|
contents[_NIASet] = (0, import_smithy_client.expectString)(output[_nIASet]);
|
|
52116
52201
|
}
|
|
52117
52202
|
if (output[_sTa] != null) {
|
|
52118
|
-
contents[
|
|
52203
|
+
contents[_STam] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_sTa]));
|
|
52119
52204
|
}
|
|
52120
52205
|
if (output[_aZI] != null) {
|
|
52121
52206
|
contents[_AZI] = (0, import_smithy_client.expectString)(output[_aZI]);
|
|
@@ -53235,8 +53320,8 @@ var de_LaunchTemplateInstanceNetworkInterfaceSpecification = /* @__PURE__ */ __n
|
|
|
53235
53320
|
if (output[_nII] != null) {
|
|
53236
53321
|
contents[_NII] = (0, import_smithy_client.expectString)(output[_nII]);
|
|
53237
53322
|
}
|
|
53238
|
-
if (output[
|
|
53239
|
-
contents[_PIAr] = (0, import_smithy_client.expectString)(output[
|
|
53323
|
+
if (output[_pIAr] != null) {
|
|
53324
|
+
contents[_PIAr] = (0, import_smithy_client.expectString)(output[_pIAr]);
|
|
53240
53325
|
}
|
|
53241
53326
|
if (output.privateIpAddressesSet === "") {
|
|
53242
53327
|
contents[_PIA] = [];
|
|
@@ -55204,8 +55289,8 @@ var de_NetworkInterface = /* @__PURE__ */ __name((output, context) => {
|
|
|
55204
55289
|
if (output[_pIDNO] != null) {
|
|
55205
55290
|
contents[_PIDNO] = de_PublicIpDnsNameOptions(output[_pIDNO], context);
|
|
55206
55291
|
}
|
|
55207
|
-
if (output[
|
|
55208
|
-
contents[_PIAr] = (0, import_smithy_client.expectString)(output[
|
|
55292
|
+
if (output[_pIAr] != null) {
|
|
55293
|
+
contents[_PIAr] = (0, import_smithy_client.expectString)(output[_pIAr]);
|
|
55209
55294
|
}
|
|
55210
55295
|
if (output.privateIpAddressesSet === "") {
|
|
55211
55296
|
contents[_PIA] = [];
|
|
@@ -55404,8 +55489,8 @@ var de_NetworkInterfacePrivateIpAddress = /* @__PURE__ */ __name((output, contex
|
|
|
55404
55489
|
if (output[_pDN] != null) {
|
|
55405
55490
|
contents[_PDN] = (0, import_smithy_client.expectString)(output[_pDN]);
|
|
55406
55491
|
}
|
|
55407
|
-
if (output[
|
|
55408
|
-
contents[_PIAr] = (0, import_smithy_client.expectString)(output[
|
|
55492
|
+
if (output[_pIAr] != null) {
|
|
55493
|
+
contents[_PIAr] = (0, import_smithy_client.expectString)(output[_pIAr]);
|
|
55409
55494
|
}
|
|
55410
55495
|
return contents;
|
|
55411
55496
|
}, "de_NetworkInterfacePrivateIpAddress");
|
|
@@ -56154,8 +56239,8 @@ var de_PrivateIpAddressSpecification = /* @__PURE__ */ __name((output, context)
|
|
|
56154
56239
|
if (output[_prim] != null) {
|
|
56155
56240
|
contents[_Prim] = (0, import_smithy_client.parseBoolean)(output[_prim]);
|
|
56156
56241
|
}
|
|
56157
|
-
if (output[
|
|
56158
|
-
contents[_PIAr] = (0, import_smithy_client.expectString)(output[
|
|
56242
|
+
if (output[_pIAr] != null) {
|
|
56243
|
+
contents[_PIAr] = (0, import_smithy_client.expectString)(output[_pIAr]);
|
|
56159
56244
|
}
|
|
56160
56245
|
return contents;
|
|
56161
56246
|
}, "de_PrivateIpAddressSpecification");
|
|
@@ -56880,8 +56965,8 @@ var de_ReservedInstancesListing = /* @__PURE__ */ __name((output, context) => {
|
|
|
56880
56965
|
}
|
|
56881
56966
|
if (output.priceSchedules === "") {
|
|
56882
56967
|
contents[_PS] = [];
|
|
56883
|
-
} else if (output[
|
|
56884
|
-
contents[_PS] = de_PriceScheduleList((0, import_smithy_client.getArrayIfSingleItem)(output[
|
|
56968
|
+
} else if (output[_pSric] != null && output[_pSric][_i] != null) {
|
|
56969
|
+
contents[_PS] = de_PriceScheduleList((0, import_smithy_client.getArrayIfSingleItem)(output[_pSric][_i]), context);
|
|
56885
56970
|
}
|
|
56886
56971
|
if (output[_rII] != null) {
|
|
56887
56972
|
contents[_RIIe] = (0, import_smithy_client.expectString)(output[_rII]);
|
|
@@ -59672,7 +59757,7 @@ var de_TerminateConnectionStatus = /* @__PURE__ */ __name((output, context) => {
|
|
|
59672
59757
|
contents[_CIo] = (0, import_smithy_client.expectString)(output[_cIon]);
|
|
59673
59758
|
}
|
|
59674
59759
|
if (output[_pSre] != null) {
|
|
59675
|
-
contents[
|
|
59760
|
+
contents[_PSrev] = de_ClientVpnConnectionStatus(output[_pSre], context);
|
|
59676
59761
|
}
|
|
59677
59762
|
if (output[_cSur] != null) {
|
|
59678
59763
|
contents[_CSur] = de_ClientVpnConnectionStatus(output[_cSur], context);
|
|
@@ -60924,9 +61009,9 @@ var de_TunnelOption = /* @__PURE__ */ __name((output, context) => {
|
|
|
60924
61009
|
contents[_PDHGNh] = de_Phase2DHGroupNumbersList((0, import_smithy_client.getArrayIfSingleItem)(output[_pDHGNSh][_i]), context);
|
|
60925
61010
|
}
|
|
60926
61011
|
if (output.ikeVersionSet === "") {
|
|
60927
|
-
contents[
|
|
61012
|
+
contents[_IVke] = [];
|
|
60928
61013
|
} else if (output[_iVS] != null && output[_iVS][_i] != null) {
|
|
60929
|
-
contents[
|
|
61014
|
+
contents[_IVke] = de_IKEVersionsList((0, import_smithy_client.getArrayIfSingleItem)(output[_iVS][_i]), context);
|
|
60930
61015
|
}
|
|
60931
61016
|
if (output[_sAt] != null) {
|
|
60932
61017
|
contents[_SA] = (0, import_smithy_client.expectString)(output[_sAt]);
|
|
@@ -62609,6 +62694,9 @@ var de_VpnConnection = /* @__PURE__ */ __name((output, context) => {
|
|
|
62609
62694
|
} else if (output[_vTg] != null && output[_vTg][_i] != null) {
|
|
62610
62695
|
contents[_VTg] = de_VgwTelemetryList((0, import_smithy_client.getArrayIfSingleItem)(output[_vTg][_i]), context);
|
|
62611
62696
|
}
|
|
62697
|
+
if (output[_pSKA] != null) {
|
|
62698
|
+
contents[_PSKA] = (0, import_smithy_client.expectString)(output[_pSKA]);
|
|
62699
|
+
}
|
|
62612
62700
|
if (output[_vCI] != null) {
|
|
62613
62701
|
contents[_VCI] = (0, import_smithy_client.expectString)(output[_vCI]);
|
|
62614
62702
|
}
|
|
@@ -62980,6 +63068,7 @@ var _AVEC = "AcceptVpcEndpointConnections";
|
|
|
62980
63068
|
var _AVG = "AttachVpnGateway";
|
|
62981
63069
|
var _AVI = "AccepterVpcInfo";
|
|
62982
63070
|
var _AVPC = "AcceptVpcPeeringConnection";
|
|
63071
|
+
var _AVTS = "ActiveVpnTunnelStatus";
|
|
62983
63072
|
var _AVt = "AttributeValues";
|
|
62984
63073
|
var _AVtt = "AttributeValue";
|
|
62985
63074
|
var _AWSAKI = "AWSAccessKeyId";
|
|
@@ -63961,6 +64050,7 @@ var _GAIPC = "GetAssociatedIpv6PoolCidrs";
|
|
|
63961
64050
|
var _GAIS = "GetAllowedImagesSettings";
|
|
63962
64051
|
var _GANPD = "GetAwsNetworkPerformanceData";
|
|
63963
64052
|
var _GAS = "GatewayAssociationState";
|
|
64053
|
+
var _GAVTS = "GetActiveVpnTunnelStatus";
|
|
63964
64054
|
var _GCO = "GetConsoleOutput";
|
|
63965
64055
|
var _GCPU = "GetCoipPoolUsage";
|
|
63966
64056
|
var _GCRU = "GetCapacityReservationUsage";
|
|
@@ -64258,7 +64348,8 @@ var _IU = "InstanceUsages";
|
|
|
64258
64348
|
var _IUp = "IpUsage";
|
|
64259
64349
|
var _IV = "ImportVolume";
|
|
64260
64350
|
var _IVE = "IsValidExchange";
|
|
64261
|
-
var _IVk = "
|
|
64351
|
+
var _IVk = "IkeVersion";
|
|
64352
|
+
var _IVke = "IkeVersions";
|
|
64262
64353
|
var _Id = "Id";
|
|
64263
64354
|
var _Im = "Image";
|
|
64264
64355
|
var _Ima = "Images";
|
|
@@ -64733,8 +64824,10 @@ var _PCr = "ProductCodes";
|
|
|
64733
64824
|
var _PD = "PolicyDocument";
|
|
64734
64825
|
var _PDE = "PrivateDnsEnabled";
|
|
64735
64826
|
var _PDEr = "PrivateDnsEntry";
|
|
64827
|
+
var _PDHG = "Phase1DHGroup";
|
|
64736
64828
|
var _PDHGN = "Phase1DHGroupNumbers";
|
|
64737
64829
|
var _PDHGNh = "Phase2DHGroupNumbers";
|
|
64830
|
+
var _PDHGh = "Phase2DHGroup";
|
|
64738
64831
|
var _PDHT = "PrivateDnsHostnameType";
|
|
64739
64832
|
var _PDHTOL = "PrivateDnsHostnameTypeOnLaunch";
|
|
64740
64833
|
var _PDN = "PrivateDnsName";
|
|
@@ -64759,6 +64852,8 @@ var _PDro = "ProductDescriptions";
|
|
|
64759
64852
|
var _PE = "PolicyEnabled";
|
|
64760
64853
|
var _PEA = "Phase1EncryptionAlgorithms";
|
|
64761
64854
|
var _PEAh = "Phase2EncryptionAlgorithms";
|
|
64855
|
+
var _PEAha = "Phase1EncryptionAlgorithm";
|
|
64856
|
+
var _PEAhas = "Phase2EncryptionAlgorithm";
|
|
64762
64857
|
var _PED = "PartitionEndDate";
|
|
64763
64858
|
var _PEk = "PkceEnabled";
|
|
64764
64859
|
var _PF = "PacketField";
|
|
@@ -64776,6 +64871,8 @@ var _PIAC = "PrivateIpAddressCount";
|
|
|
64776
64871
|
var _PIACr = "PrivateIpAddressConfigs";
|
|
64777
64872
|
var _PIAh = "Phase1IntegrityAlgorithms";
|
|
64778
64873
|
var _PIAha = "Phase2IntegrityAlgorithms";
|
|
64874
|
+
var _PIAhas = "Phase1IntegrityAlgorithm";
|
|
64875
|
+
var _PIAhase = "Phase2IntegrityAlgorithm";
|
|
64779
64876
|
var _PIAr = "PrivateIpAddress";
|
|
64780
64877
|
var _PIAu = "PublicIpAddress";
|
|
64781
64878
|
var _PIB = "ProvisionIpamByoasn";
|
|
@@ -64838,13 +64935,17 @@ var _PSET = "PreviousSlotEndTime";
|
|
|
64838
64935
|
var _PSFRS = "PreviousSpotFleetRequestState";
|
|
64839
64936
|
var _PSI = "PurchaseScheduledInstances";
|
|
64840
64937
|
var _PSK = "PreSharedKey";
|
|
64938
|
+
var _PSKA = "PreSharedKeyArn";
|
|
64841
64939
|
var _PSKE = "PublicSigningKeyEndpoint";
|
|
64940
|
+
var _PSKS = "PreSharedKeyStorage";
|
|
64842
64941
|
var _PSKU = "PublicSigningKeyUrl";
|
|
64942
|
+
var _PSR = "ProvisioningStatusReason";
|
|
64843
64943
|
var _PSe = "PeeringStatus";
|
|
64844
64944
|
var _PSer = "PermissionState";
|
|
64845
64945
|
var _PSh = "PhcSupport";
|
|
64846
|
-
var _PSr = "
|
|
64847
|
-
var _PSre = "
|
|
64946
|
+
var _PSr = "ProvisioningStatus";
|
|
64947
|
+
var _PSre = "PreviousState";
|
|
64948
|
+
var _PSrev = "PreviousStatus";
|
|
64848
64949
|
var _PT = "PurchaseToken";
|
|
64849
64950
|
var _PTGI = "PeerTransitGatewayId";
|
|
64850
64951
|
var _PTS = "PoolTagSpecifications";
|
|
@@ -65269,7 +65370,8 @@ var _STRt = "StateTransitionReason";
|
|
|
65269
65370
|
var _STS = "SnapshotTierStatuses";
|
|
65270
65371
|
var _STSt = "StoreTaskState";
|
|
65271
65372
|
var _STT = "StateTransitionTime";
|
|
65272
|
-
var _STa = "
|
|
65373
|
+
var _STa = "SampleType";
|
|
65374
|
+
var _STam = "SampleTime";
|
|
65273
65375
|
var _STe = "ServiceType";
|
|
65274
65376
|
var _STo = "SourceType";
|
|
65275
65377
|
var _STs = "SseType";
|
|
@@ -65739,6 +65841,7 @@ var _aV = "attributeValue";
|
|
|
65739
65841
|
var _aVC = "availableVCpus";
|
|
65740
65842
|
var _aVI = "accepterVpcInfo";
|
|
65741
65843
|
var _aVS = "attributeValueSet";
|
|
65844
|
+
var _aVTS = "activeVpnTunnelStatus";
|
|
65742
65845
|
var _aZ = "availabilityZone";
|
|
65743
65846
|
var _aZG = "availabilityZoneGroup";
|
|
65744
65847
|
var _aZI = "availabilityZoneId";
|
|
@@ -66419,9 +66522,10 @@ var _iTns = "instanceTenancy";
|
|
|
66419
66522
|
var _iTnt = "interfaceType";
|
|
66420
66523
|
var _iU = "ipUsage";
|
|
66421
66524
|
var _iUS = "instanceUsageSet";
|
|
66422
|
-
var _iV = "
|
|
66525
|
+
var _iV = "ikeVersion";
|
|
66423
66526
|
var _iVE = "isValidExchange";
|
|
66424
66527
|
var _iVS = "ikeVersionSet";
|
|
66528
|
+
var _iVm = "importVolume";
|
|
66425
66529
|
var _id = "id";
|
|
66426
66530
|
var _im = "image";
|
|
66427
66531
|
var _in = "instance";
|
|
@@ -66762,8 +66866,10 @@ var _pCr = "productCode";
|
|
|
66762
66866
|
var _pD = "passwordData";
|
|
66763
66867
|
var _pDE = "privateDnsEnabled";
|
|
66764
66868
|
var _pDEr = "privateDnsEntry";
|
|
66869
|
+
var _pDHG = "phase1DHGroup";
|
|
66765
66870
|
var _pDHGNS = "phase1DHGroupNumberSet";
|
|
66766
66871
|
var _pDHGNSh = "phase2DHGroupNumberSet";
|
|
66872
|
+
var _pDHGh = "phase2DHGroup";
|
|
66767
66873
|
var _pDN = "privateDnsName";
|
|
66768
66874
|
var _pDNC = "privateDnsNameConfiguration";
|
|
66769
66875
|
var _pDNO = "privateDnsNameOptions";
|
|
@@ -66783,8 +66889,10 @@ var _pDo = "policyDocument";
|
|
|
66783
66889
|
var _pDoo = "poolDepth";
|
|
66784
66890
|
var _pDr = "productDescription";
|
|
66785
66891
|
var _pE = "policyEnabled";
|
|
66892
|
+
var _pEA = "phase1EncryptionAlgorithm";
|
|
66786
66893
|
var _pEAS = "phase1EncryptionAlgorithmSet";
|
|
66787
66894
|
var _pEASh = "phase2EncryptionAlgorithmSet";
|
|
66895
|
+
var _pEAh = "phase2EncryptionAlgorithm";
|
|
66788
66896
|
var _pEk = "pkceEnabled";
|
|
66789
66897
|
var _pF = "packetField";
|
|
66790
66898
|
var _pFS = "previousFleetState";
|
|
@@ -66795,10 +66903,12 @@ var _pGS = "placementGroupSet";
|
|
|
66795
66903
|
var _pHP = "perHourPartition";
|
|
66796
66904
|
var _pHS = "packetHeaderStatement";
|
|
66797
66905
|
var _pI = "publicIp";
|
|
66798
|
-
var _pIA = "
|
|
66906
|
+
var _pIA = "phase1IntegrityAlgorithm";
|
|
66799
66907
|
var _pIAS = "privateIpAddressesSet";
|
|
66800
66908
|
var _pIASh = "phase1IntegrityAlgorithmSet";
|
|
66801
66909
|
var _pIASha = "phase2IntegrityAlgorithmSet";
|
|
66910
|
+
var _pIAh = "phase2IntegrityAlgorithm";
|
|
66911
|
+
var _pIAr = "privateIpAddress";
|
|
66802
66912
|
var _pIDN = "publicIpv6DnsName";
|
|
66803
66913
|
var _pIDNO = "publicIpDnsNameOptions";
|
|
66804
66914
|
var _pIDNu = "publicIpv4DnsName";
|
|
@@ -66839,18 +66949,21 @@ var _pRU = "ptrRecordUpdate";
|
|
|
66839
66949
|
var _pRa = "payerResponsibility";
|
|
66840
66950
|
var _pRo = "portRange";
|
|
66841
66951
|
var _pRol = "policyRule";
|
|
66842
|
-
var _pS = "
|
|
66952
|
+
var _pS = "provisioningStatus";
|
|
66843
66953
|
var _pSET = "previousSlotEndTime";
|
|
66844
66954
|
var _pSFRS = "previousSpotFleetRequestState";
|
|
66845
66955
|
var _pSK = "preSharedKey";
|
|
66956
|
+
var _pSKA = "preSharedKeyArn";
|
|
66846
66957
|
var _pSKE = "publicSigningKeyEndpoint";
|
|
66847
66958
|
var _pSKU = "publicSigningKeyUrl";
|
|
66959
|
+
var _pSR = "provisioningStatusReason";
|
|
66848
66960
|
var _pSe = "permissionState";
|
|
66849
66961
|
var _pSee = "peeringStatus";
|
|
66850
66962
|
var _pSh = "phcSupport";
|
|
66851
|
-
var _pSr = "
|
|
66963
|
+
var _pSr = "previousState";
|
|
66852
66964
|
var _pSre = "previousStatus";
|
|
66853
|
-
var _pSri = "
|
|
66965
|
+
var _pSri = "principalSet";
|
|
66966
|
+
var _pSric = "priceSchedules";
|
|
66854
66967
|
var _pSro = "protocolSet";
|
|
66855
66968
|
var _pT = "principalType";
|
|
66856
66969
|
var _pTGI = "peerTransitGatewayId";
|
|
@@ -68236,6 +68349,11 @@ var InstanceHealthStatus = {
|
|
|
68236
68349
|
HEALTHY_STATUS: "healthy",
|
|
68237
68350
|
UNHEALTHY_STATUS: "unhealthy"
|
|
68238
68351
|
};
|
|
68352
|
+
var VpnTunnelProvisioningStatus = {
|
|
68353
|
+
available: "available",
|
|
68354
|
+
failed: "failed",
|
|
68355
|
+
pending: "pending"
|
|
68356
|
+
};
|
|
68239
68357
|
var ActivityStatus = {
|
|
68240
68358
|
ERROR: "error",
|
|
68241
68359
|
FULFILLED: "fulfilled",
|
|
@@ -75360,12 +75478,6 @@ var DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog = /* @__PURE__
|
|
|
75360
75478
|
)
|
|
75361
75479
|
}
|
|
75362
75480
|
}), "DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog");
|
|
75363
|
-
var DescribeVpnConnectionsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
75364
|
-
...obj,
|
|
75365
|
-
...obj.VpnConnections && {
|
|
75366
|
-
VpnConnections: obj.VpnConnections.map((item) => VpnConnectionFilterSensitiveLog(item))
|
|
75367
|
-
}
|
|
75368
|
-
}), "DescribeVpnConnectionsResultFilterSensitiveLog");
|
|
75369
75481
|
|
|
75370
75482
|
// src/commands/DescribeLaunchTemplateVersionsCommand.ts
|
|
75371
75483
|
var DescribeLaunchTemplateVersionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
@@ -76778,81 +76890,6 @@ var DescribeVpcsCommand = class extends import_smithy_client.Command.classBuilde
|
|
|
76778
76890
|
|
|
76779
76891
|
|
|
76780
76892
|
|
|
76781
|
-
var DescribeVpnConnectionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
76782
|
-
return [
|
|
76783
|
-
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
76784
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
76785
|
-
];
|
|
76786
|
-
}).s("AmazonEC2", "DescribeVpnConnections", {}).n("EC2Client", "DescribeVpnConnectionsCommand").f(void 0, DescribeVpnConnectionsResultFilterSensitiveLog).ser(se_DescribeVpnConnectionsCommand).de(de_DescribeVpnConnectionsCommand).build() {
|
|
76787
|
-
static {
|
|
76788
|
-
__name(this, "DescribeVpnConnectionsCommand");
|
|
76789
|
-
}
|
|
76790
|
-
};
|
|
76791
|
-
|
|
76792
|
-
// src/commands/DescribeVpnGatewaysCommand.ts
|
|
76793
|
-
|
|
76794
|
-
|
|
76795
|
-
|
|
76796
|
-
var DescribeVpnGatewaysCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
76797
|
-
return [
|
|
76798
|
-
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
76799
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
76800
|
-
];
|
|
76801
|
-
}).s("AmazonEC2", "DescribeVpnGateways", {}).n("EC2Client", "DescribeVpnGatewaysCommand").f(void 0, void 0).ser(se_DescribeVpnGatewaysCommand).de(de_DescribeVpnGatewaysCommand).build() {
|
|
76802
|
-
static {
|
|
76803
|
-
__name(this, "DescribeVpnGatewaysCommand");
|
|
76804
|
-
}
|
|
76805
|
-
};
|
|
76806
|
-
|
|
76807
|
-
// src/commands/DetachClassicLinkVpcCommand.ts
|
|
76808
|
-
|
|
76809
|
-
|
|
76810
|
-
|
|
76811
|
-
var DetachClassicLinkVpcCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
76812
|
-
return [
|
|
76813
|
-
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
76814
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
76815
|
-
];
|
|
76816
|
-
}).s("AmazonEC2", "DetachClassicLinkVpc", {}).n("EC2Client", "DetachClassicLinkVpcCommand").f(void 0, void 0).ser(se_DetachClassicLinkVpcCommand).de(de_DetachClassicLinkVpcCommand).build() {
|
|
76817
|
-
static {
|
|
76818
|
-
__name(this, "DetachClassicLinkVpcCommand");
|
|
76819
|
-
}
|
|
76820
|
-
};
|
|
76821
|
-
|
|
76822
|
-
// src/commands/DetachInternetGatewayCommand.ts
|
|
76823
|
-
|
|
76824
|
-
|
|
76825
|
-
|
|
76826
|
-
var DetachInternetGatewayCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
76827
|
-
return [
|
|
76828
|
-
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
76829
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
76830
|
-
];
|
|
76831
|
-
}).s("AmazonEC2", "DetachInternetGateway", {}).n("EC2Client", "DetachInternetGatewayCommand").f(void 0, void 0).ser(se_DetachInternetGatewayCommand).de(de_DetachInternetGatewayCommand).build() {
|
|
76832
|
-
static {
|
|
76833
|
-
__name(this, "DetachInternetGatewayCommand");
|
|
76834
|
-
}
|
|
76835
|
-
};
|
|
76836
|
-
|
|
76837
|
-
// src/commands/DetachNetworkInterfaceCommand.ts
|
|
76838
|
-
|
|
76839
|
-
|
|
76840
|
-
|
|
76841
|
-
var DetachNetworkInterfaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
76842
|
-
return [
|
|
76843
|
-
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
76844
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
76845
|
-
];
|
|
76846
|
-
}).s("AmazonEC2", "DetachNetworkInterface", {}).n("EC2Client", "DetachNetworkInterfaceCommand").f(void 0, void 0).ser(se_DetachNetworkInterfaceCommand).de(de_DetachNetworkInterfaceCommand).build() {
|
|
76847
|
-
static {
|
|
76848
|
-
__name(this, "DetachNetworkInterfaceCommand");
|
|
76849
|
-
}
|
|
76850
|
-
};
|
|
76851
|
-
|
|
76852
|
-
// src/commands/DetachVerifiedAccessTrustProviderCommand.ts
|
|
76853
|
-
|
|
76854
|
-
|
|
76855
|
-
|
|
76856
76893
|
|
|
76857
76894
|
// src/models/models_6.ts
|
|
76858
76895
|
|
|
@@ -76978,6 +77015,12 @@ var RouteServerRouteStatus = {
|
|
|
76978
77015
|
IN_FIB: "in-fib",
|
|
76979
77016
|
IN_RIB: "in-rib"
|
|
76980
77017
|
};
|
|
77018
|
+
var DescribeVpnConnectionsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
77019
|
+
...obj,
|
|
77020
|
+
...obj.VpnConnections && {
|
|
77021
|
+
VpnConnections: obj.VpnConnections.map((item) => VpnConnectionFilterSensitiveLog(item))
|
|
77022
|
+
}
|
|
77023
|
+
}), "DescribeVpnConnectionsResultFilterSensitiveLog");
|
|
76981
77024
|
var DetachVerifiedAccessTrustProviderResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
76982
77025
|
...obj,
|
|
76983
77026
|
...obj.VerifiedAccessTrustProvider && {
|
|
@@ -77011,7 +77054,82 @@ var GetPasswordDataResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
77011
77054
|
...obj.PasswordData && { PasswordData: import_smithy_client.SENSITIVE_STRING }
|
|
77012
77055
|
}), "GetPasswordDataResultFilterSensitiveLog");
|
|
77013
77056
|
|
|
77057
|
+
// src/commands/DescribeVpnConnectionsCommand.ts
|
|
77058
|
+
var DescribeVpnConnectionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
77059
|
+
return [
|
|
77060
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
77061
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
77062
|
+
];
|
|
77063
|
+
}).s("AmazonEC2", "DescribeVpnConnections", {}).n("EC2Client", "DescribeVpnConnectionsCommand").f(void 0, DescribeVpnConnectionsResultFilterSensitiveLog).ser(se_DescribeVpnConnectionsCommand).de(de_DescribeVpnConnectionsCommand).build() {
|
|
77064
|
+
static {
|
|
77065
|
+
__name(this, "DescribeVpnConnectionsCommand");
|
|
77066
|
+
}
|
|
77067
|
+
};
|
|
77068
|
+
|
|
77069
|
+
// src/commands/DescribeVpnGatewaysCommand.ts
|
|
77070
|
+
|
|
77071
|
+
|
|
77072
|
+
|
|
77073
|
+
var DescribeVpnGatewaysCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
77074
|
+
return [
|
|
77075
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
77076
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
77077
|
+
];
|
|
77078
|
+
}).s("AmazonEC2", "DescribeVpnGateways", {}).n("EC2Client", "DescribeVpnGatewaysCommand").f(void 0, void 0).ser(se_DescribeVpnGatewaysCommand).de(de_DescribeVpnGatewaysCommand).build() {
|
|
77079
|
+
static {
|
|
77080
|
+
__name(this, "DescribeVpnGatewaysCommand");
|
|
77081
|
+
}
|
|
77082
|
+
};
|
|
77083
|
+
|
|
77084
|
+
// src/commands/DetachClassicLinkVpcCommand.ts
|
|
77085
|
+
|
|
77086
|
+
|
|
77087
|
+
|
|
77088
|
+
var DetachClassicLinkVpcCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
77089
|
+
return [
|
|
77090
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
77091
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
77092
|
+
];
|
|
77093
|
+
}).s("AmazonEC2", "DetachClassicLinkVpc", {}).n("EC2Client", "DetachClassicLinkVpcCommand").f(void 0, void 0).ser(se_DetachClassicLinkVpcCommand).de(de_DetachClassicLinkVpcCommand).build() {
|
|
77094
|
+
static {
|
|
77095
|
+
__name(this, "DetachClassicLinkVpcCommand");
|
|
77096
|
+
}
|
|
77097
|
+
};
|
|
77098
|
+
|
|
77099
|
+
// src/commands/DetachInternetGatewayCommand.ts
|
|
77100
|
+
|
|
77101
|
+
|
|
77102
|
+
|
|
77103
|
+
var DetachInternetGatewayCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
77104
|
+
return [
|
|
77105
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
77106
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
77107
|
+
];
|
|
77108
|
+
}).s("AmazonEC2", "DetachInternetGateway", {}).n("EC2Client", "DetachInternetGatewayCommand").f(void 0, void 0).ser(se_DetachInternetGatewayCommand).de(de_DetachInternetGatewayCommand).build() {
|
|
77109
|
+
static {
|
|
77110
|
+
__name(this, "DetachInternetGatewayCommand");
|
|
77111
|
+
}
|
|
77112
|
+
};
|
|
77113
|
+
|
|
77114
|
+
// src/commands/DetachNetworkInterfaceCommand.ts
|
|
77115
|
+
|
|
77116
|
+
|
|
77117
|
+
|
|
77118
|
+
var DetachNetworkInterfaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
77119
|
+
return [
|
|
77120
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
77121
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
77122
|
+
];
|
|
77123
|
+
}).s("AmazonEC2", "DetachNetworkInterface", {}).n("EC2Client", "DetachNetworkInterfaceCommand").f(void 0, void 0).ser(se_DetachNetworkInterfaceCommand).de(de_DetachNetworkInterfaceCommand).build() {
|
|
77124
|
+
static {
|
|
77125
|
+
__name(this, "DetachNetworkInterfaceCommand");
|
|
77126
|
+
}
|
|
77127
|
+
};
|
|
77128
|
+
|
|
77014
77129
|
// src/commands/DetachVerifiedAccessTrustProviderCommand.ts
|
|
77130
|
+
|
|
77131
|
+
|
|
77132
|
+
|
|
77015
77133
|
var DetachVerifiedAccessTrustProviderCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
77016
77134
|
return [
|
|
77017
77135
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -77968,6 +78086,21 @@ var ExportVerifiedAccessInstanceClientConfigurationCommand = class extends impor
|
|
|
77968
78086
|
}
|
|
77969
78087
|
};
|
|
77970
78088
|
|
|
78089
|
+
// src/commands/GetActiveVpnTunnelStatusCommand.ts
|
|
78090
|
+
|
|
78091
|
+
|
|
78092
|
+
|
|
78093
|
+
var GetActiveVpnTunnelStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
78094
|
+
return [
|
|
78095
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
78096
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
78097
|
+
];
|
|
78098
|
+
}).s("AmazonEC2", "GetActiveVpnTunnelStatus", {}).n("EC2Client", "GetActiveVpnTunnelStatusCommand").f(void 0, void 0).ser(se_GetActiveVpnTunnelStatusCommand).de(de_GetActiveVpnTunnelStatusCommand).build() {
|
|
78099
|
+
static {
|
|
78100
|
+
__name(this, "GetActiveVpnTunnelStatusCommand");
|
|
78101
|
+
}
|
|
78102
|
+
};
|
|
78103
|
+
|
|
77971
78104
|
// src/commands/GetAllowedImagesSettingsCommand.ts
|
|
77972
78105
|
|
|
77973
78106
|
|
|
@@ -81854,6 +81987,7 @@ var commands = {
|
|
|
81854
81987
|
ExportImageCommand,
|
|
81855
81988
|
ExportTransitGatewayRoutesCommand,
|
|
81856
81989
|
ExportVerifiedAccessInstanceClientConfigurationCommand,
|
|
81990
|
+
GetActiveVpnTunnelStatusCommand,
|
|
81857
81991
|
GetAllowedImagesSettingsCommand,
|
|
81858
81992
|
GetAssociatedEnclaveCertificateIamRolesCommand,
|
|
81859
81993
|
GetAssociatedIpv6PoolCidrsCommand,
|
|
@@ -85031,6 +85165,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85031
85165
|
ExportImageCommand,
|
|
85032
85166
|
ExportTransitGatewayRoutesCommand,
|
|
85033
85167
|
ExportVerifiedAccessInstanceClientConfigurationCommand,
|
|
85168
|
+
GetActiveVpnTunnelStatusCommand,
|
|
85034
85169
|
GetAllowedImagesSettingsCommand,
|
|
85035
85170
|
GetAssociatedEnclaveCertificateIamRolesCommand,
|
|
85036
85171
|
GetAssociatedIpv6PoolCidrsCommand,
|
|
@@ -85479,6 +85614,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85479
85614
|
Protocol,
|
|
85480
85615
|
AccountAttributeName,
|
|
85481
85616
|
InstanceHealthStatus,
|
|
85617
|
+
VpnTunnelProvisioningStatus,
|
|
85482
85618
|
ActivityStatus,
|
|
85483
85619
|
PrincipalType,
|
|
85484
85620
|
DomainType,
|
|
@@ -85856,7 +85992,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85856
85992
|
SpotInstanceRequestFilterSensitiveLog,
|
|
85857
85993
|
DescribeSpotInstanceRequestsResultFilterSensitiveLog,
|
|
85858
85994
|
DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog,
|
|
85859
|
-
DescribeVpnConnectionsResultFilterSensitiveLog,
|
|
85860
85995
|
ImageBlockPublicAccessDisabledState,
|
|
85861
85996
|
RouteServerPropagationState,
|
|
85862
85997
|
SnapshotBlockPublicAccessState,
|
|
@@ -85880,6 +86015,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85880
86015
|
IpamManagementState,
|
|
85881
86016
|
RouteServerRouteInstallationStatus,
|
|
85882
86017
|
RouteServerRouteStatus,
|
|
86018
|
+
DescribeVpnConnectionsResultFilterSensitiveLog,
|
|
85883
86019
|
DetachVerifiedAccessTrustProviderResultFilterSensitiveLog,
|
|
85884
86020
|
VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog,
|
|
85885
86021
|
ExportVerifiedAccessInstanceClientConfigurationResultFilterSensitiveLog,
|