@aws-sdk/client-ec2 3.816.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 +317 -126
- package/dist-cjs/runtimeConfig.js +4 -1
- 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_1.js +55 -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-es/runtimeConfig.js +4 -1
- 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/CreateCapacityReservationFleetCommand.d.ts +2 -2
- package/dist-types/commands/CreateFleetCommand.d.ts +4 -4
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- 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/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeFleetsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/GetActiveVpnTunnelStatusCommand.d.ts +84 -0
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- 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/ImportInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- 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/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
- 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 +103 -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 +66 -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 +2 -2
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",
|
|
@@ -69121,6 +69239,8 @@ var _InstanceType = {
|
|
|
69121
69239
|
c7i_48xlarge: "c7i.48xlarge",
|
|
69122
69240
|
c7i_4xlarge: "c7i.4xlarge",
|
|
69123
69241
|
c7i_8xlarge: "c7i.8xlarge",
|
|
69242
|
+
c7i_flex_12xlarge: "c7i-flex.12xlarge",
|
|
69243
|
+
c7i_flex_16xlarge: "c7i-flex.16xlarge",
|
|
69124
69244
|
c7i_flex_2xlarge: "c7i-flex.2xlarge",
|
|
69125
69245
|
c7i_flex_4xlarge: "c7i-flex.4xlarge",
|
|
69126
69246
|
c7i_flex_8xlarge: "c7i-flex.8xlarge",
|
|
@@ -69142,6 +69262,18 @@ var _InstanceType = {
|
|
|
69142
69262
|
c8g_metal_24xl: "c8g.metal-24xl",
|
|
69143
69263
|
c8g_metal_48xl: "c8g.metal-48xl",
|
|
69144
69264
|
c8g_xlarge: "c8g.xlarge",
|
|
69265
|
+
c8gd_12xlarge: "c8gd.12xlarge",
|
|
69266
|
+
c8gd_16xlarge: "c8gd.16xlarge",
|
|
69267
|
+
c8gd_24xlarge: "c8gd.24xlarge",
|
|
69268
|
+
c8gd_2xlarge: "c8gd.2xlarge",
|
|
69269
|
+
c8gd_48xlarge: "c8gd.48xlarge",
|
|
69270
|
+
c8gd_4xlarge: "c8gd.4xlarge",
|
|
69271
|
+
c8gd_8xlarge: "c8gd.8xlarge",
|
|
69272
|
+
c8gd_large: "c8gd.large",
|
|
69273
|
+
c8gd_medium: "c8gd.medium",
|
|
69274
|
+
c8gd_metal_24xl: "c8gd.metal-24xl",
|
|
69275
|
+
c8gd_metal_48xl: "c8gd.metal-48xl",
|
|
69276
|
+
c8gd_xlarge: "c8gd.xlarge",
|
|
69145
69277
|
cc1_4xlarge: "cc1.4xlarge",
|
|
69146
69278
|
cc2_8xlarge: "cc2.8xlarge",
|
|
69147
69279
|
cg1_4xlarge: "cg1.4xlarge",
|
|
@@ -69267,6 +69399,17 @@ var _InstanceType = {
|
|
|
69267
69399
|
i4i_large: "i4i.large",
|
|
69268
69400
|
i4i_metal: "i4i.metal",
|
|
69269
69401
|
i4i_xlarge: "i4i.xlarge",
|
|
69402
|
+
i7i_12xlarge: "i7i.12xlarge",
|
|
69403
|
+
i7i_16xlarge: "i7i.16xlarge",
|
|
69404
|
+
i7i_24xlarge: "i7i.24xlarge",
|
|
69405
|
+
i7i_2xlarge: "i7i.2xlarge",
|
|
69406
|
+
i7i_48xlarge: "i7i.48xlarge",
|
|
69407
|
+
i7i_4xlarge: "i7i.4xlarge",
|
|
69408
|
+
i7i_8xlarge: "i7i.8xlarge",
|
|
69409
|
+
i7i_large: "i7i.large",
|
|
69410
|
+
i7i_metal_24xl: "i7i.metal-24xl",
|
|
69411
|
+
i7i_metal_48xl: "i7i.metal-48xl",
|
|
69412
|
+
i7i_xlarge: "i7i.xlarge",
|
|
69270
69413
|
i7ie_12xlarge: "i7ie.12xlarge",
|
|
69271
69414
|
i7ie_18xlarge: "i7ie.18xlarge",
|
|
69272
69415
|
i7ie_24xlarge: "i7ie.24xlarge",
|
|
@@ -69275,11 +69418,14 @@ var _InstanceType = {
|
|
|
69275
69418
|
i7ie_48xlarge: "i7ie.48xlarge",
|
|
69276
69419
|
i7ie_6xlarge: "i7ie.6xlarge",
|
|
69277
69420
|
i7ie_large: "i7ie.large",
|
|
69421
|
+
i7ie_metal_24xl: "i7ie.metal-24xl",
|
|
69422
|
+
i7ie_metal_48xl: "i7ie.metal-48xl",
|
|
69278
69423
|
i7ie_xlarge: "i7ie.xlarge",
|
|
69279
69424
|
i8g_12xlarge: "i8g.12xlarge",
|
|
69280
69425
|
i8g_16xlarge: "i8g.16xlarge",
|
|
69281
69426
|
i8g_24xlarge: "i8g.24xlarge",
|
|
69282
69427
|
i8g_2xlarge: "i8g.2xlarge",
|
|
69428
|
+
i8g_48xlarge: "i8g.48xlarge",
|
|
69283
69429
|
i8g_4xlarge: "i8g.4xlarge",
|
|
69284
69430
|
i8g_8xlarge: "i8g.8xlarge",
|
|
69285
69431
|
i8g_large: "i8g.large",
|
|
@@ -69487,6 +69633,8 @@ var _InstanceType = {
|
|
|
69487
69633
|
m7i_48xlarge: "m7i.48xlarge",
|
|
69488
69634
|
m7i_4xlarge: "m7i.4xlarge",
|
|
69489
69635
|
m7i_8xlarge: "m7i.8xlarge",
|
|
69636
|
+
m7i_flex_12xlarge: "m7i-flex.12xlarge",
|
|
69637
|
+
m7i_flex_16xlarge: "m7i-flex.16xlarge",
|
|
69490
69638
|
m7i_flex_2xlarge: "m7i-flex.2xlarge",
|
|
69491
69639
|
m7i_flex_4xlarge: "m7i-flex.4xlarge",
|
|
69492
69640
|
m7i_flex_8xlarge: "m7i-flex.8xlarge",
|
|
@@ -69508,6 +69656,18 @@ var _InstanceType = {
|
|
|
69508
69656
|
m8g_metal_24xl: "m8g.metal-24xl",
|
|
69509
69657
|
m8g_metal_48xl: "m8g.metal-48xl",
|
|
69510
69658
|
m8g_xlarge: "m8g.xlarge",
|
|
69659
|
+
m8gd_12xlarge: "m8gd.12xlarge",
|
|
69660
|
+
m8gd_16xlarge: "m8gd.16xlarge",
|
|
69661
|
+
m8gd_24xlarge: "m8gd.24xlarge",
|
|
69662
|
+
m8gd_2xlarge: "m8gd.2xlarge",
|
|
69663
|
+
m8gd_48xlarge: "m8gd.48xlarge",
|
|
69664
|
+
m8gd_4xlarge: "m8gd.4xlarge",
|
|
69665
|
+
m8gd_8xlarge: "m8gd.8xlarge",
|
|
69666
|
+
m8gd_large: "m8gd.large",
|
|
69667
|
+
m8gd_medium: "m8gd.medium",
|
|
69668
|
+
m8gd_metal_24xl: "m8gd.metal-24xl",
|
|
69669
|
+
m8gd_metal_48xl: "m8gd.metal-48xl",
|
|
69670
|
+
m8gd_xlarge: "m8gd.xlarge",
|
|
69511
69671
|
mac1_metal: "mac1.metal",
|
|
69512
69672
|
mac2_m1ultra_metal: "mac2-m1ultra.metal",
|
|
69513
69673
|
mac2_m2_metal: "mac2-m2.metal",
|
|
@@ -69525,6 +69685,7 @@ var _InstanceType = {
|
|
|
69525
69685
|
p5_48xlarge: "p5.48xlarge",
|
|
69526
69686
|
p5e_48xlarge: "p5e.48xlarge",
|
|
69527
69687
|
p5en_48xlarge: "p5en.48xlarge",
|
|
69688
|
+
p6_b200_48xlarge: "p6-b200.48xlarge",
|
|
69528
69689
|
r3_2xlarge: "r3.2xlarge",
|
|
69529
69690
|
r3_4xlarge: "r3.4xlarge",
|
|
69530
69691
|
r3_8xlarge: "r3.8xlarge",
|
|
@@ -69729,6 +69890,18 @@ var _InstanceType = {
|
|
|
69729
69890
|
r8g_metal_24xl: "r8g.metal-24xl",
|
|
69730
69891
|
r8g_metal_48xl: "r8g.metal-48xl",
|
|
69731
69892
|
r8g_xlarge: "r8g.xlarge",
|
|
69893
|
+
r8gd_12xlarge: "r8gd.12xlarge",
|
|
69894
|
+
r8gd_16xlarge: "r8gd.16xlarge",
|
|
69895
|
+
r8gd_24xlarge: "r8gd.24xlarge",
|
|
69896
|
+
r8gd_2xlarge: "r8gd.2xlarge",
|
|
69897
|
+
r8gd_48xlarge: "r8gd.48xlarge",
|
|
69898
|
+
r8gd_4xlarge: "r8gd.4xlarge",
|
|
69899
|
+
r8gd_8xlarge: "r8gd.8xlarge",
|
|
69900
|
+
r8gd_large: "r8gd.large",
|
|
69901
|
+
r8gd_medium: "r8gd.medium",
|
|
69902
|
+
r8gd_metal_24xl: "r8gd.metal-24xl",
|
|
69903
|
+
r8gd_metal_48xl: "r8gd.metal-48xl",
|
|
69904
|
+
r8gd_xlarge: "r8gd.xlarge",
|
|
69732
69905
|
t1_micro: "t1.micro",
|
|
69733
69906
|
t2_2xlarge: "t2.2xlarge",
|
|
69734
69907
|
t2_large: "t2.large",
|
|
@@ -75305,12 +75478,6 @@ var DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog = /* @__PURE__
|
|
|
75305
75478
|
)
|
|
75306
75479
|
}
|
|
75307
75480
|
}), "DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog");
|
|
75308
|
-
var DescribeVpnConnectionsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
75309
|
-
...obj,
|
|
75310
|
-
...obj.VpnConnections && {
|
|
75311
|
-
VpnConnections: obj.VpnConnections.map((item) => VpnConnectionFilterSensitiveLog(item))
|
|
75312
|
-
}
|
|
75313
|
-
}), "DescribeVpnConnectionsResultFilterSensitiveLog");
|
|
75314
75481
|
|
|
75315
75482
|
// src/commands/DescribeLaunchTemplateVersionsCommand.ts
|
|
75316
75483
|
var DescribeLaunchTemplateVersionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
@@ -76723,81 +76890,6 @@ var DescribeVpcsCommand = class extends import_smithy_client.Command.classBuilde
|
|
|
76723
76890
|
|
|
76724
76891
|
|
|
76725
76892
|
|
|
76726
|
-
var DescribeVpnConnectionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
76727
|
-
return [
|
|
76728
|
-
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
76729
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
76730
|
-
];
|
|
76731
|
-
}).s("AmazonEC2", "DescribeVpnConnections", {}).n("EC2Client", "DescribeVpnConnectionsCommand").f(void 0, DescribeVpnConnectionsResultFilterSensitiveLog).ser(se_DescribeVpnConnectionsCommand).de(de_DescribeVpnConnectionsCommand).build() {
|
|
76732
|
-
static {
|
|
76733
|
-
__name(this, "DescribeVpnConnectionsCommand");
|
|
76734
|
-
}
|
|
76735
|
-
};
|
|
76736
|
-
|
|
76737
|
-
// src/commands/DescribeVpnGatewaysCommand.ts
|
|
76738
|
-
|
|
76739
|
-
|
|
76740
|
-
|
|
76741
|
-
var DescribeVpnGatewaysCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
76742
|
-
return [
|
|
76743
|
-
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
76744
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
76745
|
-
];
|
|
76746
|
-
}).s("AmazonEC2", "DescribeVpnGateways", {}).n("EC2Client", "DescribeVpnGatewaysCommand").f(void 0, void 0).ser(se_DescribeVpnGatewaysCommand).de(de_DescribeVpnGatewaysCommand).build() {
|
|
76747
|
-
static {
|
|
76748
|
-
__name(this, "DescribeVpnGatewaysCommand");
|
|
76749
|
-
}
|
|
76750
|
-
};
|
|
76751
|
-
|
|
76752
|
-
// src/commands/DetachClassicLinkVpcCommand.ts
|
|
76753
|
-
|
|
76754
|
-
|
|
76755
|
-
|
|
76756
|
-
var DetachClassicLinkVpcCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
76757
|
-
return [
|
|
76758
|
-
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
76759
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
76760
|
-
];
|
|
76761
|
-
}).s("AmazonEC2", "DetachClassicLinkVpc", {}).n("EC2Client", "DetachClassicLinkVpcCommand").f(void 0, void 0).ser(se_DetachClassicLinkVpcCommand).de(de_DetachClassicLinkVpcCommand).build() {
|
|
76762
|
-
static {
|
|
76763
|
-
__name(this, "DetachClassicLinkVpcCommand");
|
|
76764
|
-
}
|
|
76765
|
-
};
|
|
76766
|
-
|
|
76767
|
-
// src/commands/DetachInternetGatewayCommand.ts
|
|
76768
|
-
|
|
76769
|
-
|
|
76770
|
-
|
|
76771
|
-
var DetachInternetGatewayCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
76772
|
-
return [
|
|
76773
|
-
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
76774
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
76775
|
-
];
|
|
76776
|
-
}).s("AmazonEC2", "DetachInternetGateway", {}).n("EC2Client", "DetachInternetGatewayCommand").f(void 0, void 0).ser(se_DetachInternetGatewayCommand).de(de_DetachInternetGatewayCommand).build() {
|
|
76777
|
-
static {
|
|
76778
|
-
__name(this, "DetachInternetGatewayCommand");
|
|
76779
|
-
}
|
|
76780
|
-
};
|
|
76781
|
-
|
|
76782
|
-
// src/commands/DetachNetworkInterfaceCommand.ts
|
|
76783
|
-
|
|
76784
|
-
|
|
76785
|
-
|
|
76786
|
-
var DetachNetworkInterfaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
76787
|
-
return [
|
|
76788
|
-
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
76789
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
76790
|
-
];
|
|
76791
|
-
}).s("AmazonEC2", "DetachNetworkInterface", {}).n("EC2Client", "DetachNetworkInterfaceCommand").f(void 0, void 0).ser(se_DetachNetworkInterfaceCommand).de(de_DetachNetworkInterfaceCommand).build() {
|
|
76792
|
-
static {
|
|
76793
|
-
__name(this, "DetachNetworkInterfaceCommand");
|
|
76794
|
-
}
|
|
76795
|
-
};
|
|
76796
|
-
|
|
76797
|
-
// src/commands/DetachVerifiedAccessTrustProviderCommand.ts
|
|
76798
|
-
|
|
76799
|
-
|
|
76800
|
-
|
|
76801
76893
|
|
|
76802
76894
|
// src/models/models_6.ts
|
|
76803
76895
|
|
|
@@ -76923,6 +77015,12 @@ var RouteServerRouteStatus = {
|
|
|
76923
77015
|
IN_FIB: "in-fib",
|
|
76924
77016
|
IN_RIB: "in-rib"
|
|
76925
77017
|
};
|
|
77018
|
+
var DescribeVpnConnectionsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
77019
|
+
...obj,
|
|
77020
|
+
...obj.VpnConnections && {
|
|
77021
|
+
VpnConnections: obj.VpnConnections.map((item) => VpnConnectionFilterSensitiveLog(item))
|
|
77022
|
+
}
|
|
77023
|
+
}), "DescribeVpnConnectionsResultFilterSensitiveLog");
|
|
76926
77024
|
var DetachVerifiedAccessTrustProviderResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
76927
77025
|
...obj,
|
|
76928
77026
|
...obj.VerifiedAccessTrustProvider && {
|
|
@@ -76956,7 +77054,82 @@ var GetPasswordDataResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
76956
77054
|
...obj.PasswordData && { PasswordData: import_smithy_client.SENSITIVE_STRING }
|
|
76957
77055
|
}), "GetPasswordDataResultFilterSensitiveLog");
|
|
76958
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
|
+
|
|
76959
77129
|
// src/commands/DetachVerifiedAccessTrustProviderCommand.ts
|
|
77130
|
+
|
|
77131
|
+
|
|
77132
|
+
|
|
76960
77133
|
var DetachVerifiedAccessTrustProviderCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
76961
77134
|
return [
|
|
76962
77135
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -77913,6 +78086,21 @@ var ExportVerifiedAccessInstanceClientConfigurationCommand = class extends impor
|
|
|
77913
78086
|
}
|
|
77914
78087
|
};
|
|
77915
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
|
+
|
|
77916
78104
|
// src/commands/GetAllowedImagesSettingsCommand.ts
|
|
77917
78105
|
|
|
77918
78106
|
|
|
@@ -81799,6 +81987,7 @@ var commands = {
|
|
|
81799
81987
|
ExportImageCommand,
|
|
81800
81988
|
ExportTransitGatewayRoutesCommand,
|
|
81801
81989
|
ExportVerifiedAccessInstanceClientConfigurationCommand,
|
|
81990
|
+
GetActiveVpnTunnelStatusCommand,
|
|
81802
81991
|
GetAllowedImagesSettingsCommand,
|
|
81803
81992
|
GetAssociatedEnclaveCertificateIamRolesCommand,
|
|
81804
81993
|
GetAssociatedIpv6PoolCidrsCommand,
|
|
@@ -84976,6 +85165,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
84976
85165
|
ExportImageCommand,
|
|
84977
85166
|
ExportTransitGatewayRoutesCommand,
|
|
84978
85167
|
ExportVerifiedAccessInstanceClientConfigurationCommand,
|
|
85168
|
+
GetActiveVpnTunnelStatusCommand,
|
|
84979
85169
|
GetAllowedImagesSettingsCommand,
|
|
84980
85170
|
GetAssociatedEnclaveCertificateIamRolesCommand,
|
|
84981
85171
|
GetAssociatedIpv6PoolCidrsCommand,
|
|
@@ -85424,6 +85614,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85424
85614
|
Protocol,
|
|
85425
85615
|
AccountAttributeName,
|
|
85426
85616
|
InstanceHealthStatus,
|
|
85617
|
+
VpnTunnelProvisioningStatus,
|
|
85427
85618
|
ActivityStatus,
|
|
85428
85619
|
PrincipalType,
|
|
85429
85620
|
DomainType,
|
|
@@ -85801,7 +85992,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85801
85992
|
SpotInstanceRequestFilterSensitiveLog,
|
|
85802
85993
|
DescribeSpotInstanceRequestsResultFilterSensitiveLog,
|
|
85803
85994
|
DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog,
|
|
85804
|
-
DescribeVpnConnectionsResultFilterSensitiveLog,
|
|
85805
85995
|
ImageBlockPublicAccessDisabledState,
|
|
85806
85996
|
RouteServerPropagationState,
|
|
85807
85997
|
SnapshotBlockPublicAccessState,
|
|
@@ -85825,6 +86015,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85825
86015
|
IpamManagementState,
|
|
85826
86016
|
RouteServerRouteInstallationStatus,
|
|
85827
86017
|
RouteServerRouteStatus,
|
|
86018
|
+
DescribeVpnConnectionsResultFilterSensitiveLog,
|
|
85828
86019
|
DetachVerifiedAccessTrustProviderResultFilterSensitiveLog,
|
|
85829
86020
|
VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog,
|
|
85830
86021
|
ExportVerifiedAccessInstanceClientConfigurationResultFilterSensitiveLog,
|