@aws-sdk/client-ec2 3.817.0 → 3.819.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 +309 -135
- 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_3.js +7 -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 +196 -53
- package/dist-types/EC2.d.ts +7 -0
- package/dist-types/EC2Client.d.ts +3 -2
- package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +1 -1
- package/dist-types/commands/CopyFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +2 -2
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +2 -2
- package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +3 -3
- 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/DeregisterImageCommand.d.ts +19 -6
- 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 +1 -1
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +3 -3
- package/dist-types/commands/DescribeVpcsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageDeregistrationProtectionCommand.d.ts +2 -2
- package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageCommand.d.ts +2 -2
- package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +2 -2
- package/dist-types/commands/GetActiveVpnTunnelStatusCommand.d.ts +84 -0
- package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -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/RegisterImageCommand.d.ts +2 -2
- package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +2 -1
- package/dist-types/commands/ReleaseAddressCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +3 -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 +53 -32
- package/dist-types/models/models_2.d.ts +29 -58
- package/dist-types/models/models_3.d.ts +150 -151
- package/dist-types/models/models_4.d.ts +161 -203
- package/dist-types/models/models_5.d.ts +195 -226
- package/dist-types/models/models_6.d.ts +254 -149
- package/dist-types/models/models_7.d.ts +168 -114
- package/dist-types/models/models_8.d.ts +107 -5
- 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/DeregisterImageCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +1 -1
- 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/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +1 -1
- 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 +33 -32
- package/dist-types/ts3.4/models/models_4.d.ts +33 -29
- package/dist-types/ts3.4/models/models_5.d.ts +29 -25
- package/dist-types/ts3.4/models/models_6.d.ts +33 -36
- package/dist-types/ts3.4/models/models_7.d.ts +40 -26
- package/dist-types/ts3.4/models/models_8.d.ts +29 -2
- 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,
|
|
@@ -1069,6 +1070,7 @@ __export(index_exports, {
|
|
|
1069
1070
|
SnapshotDetailFilterSensitiveLog: () => SnapshotDetailFilterSensitiveLog,
|
|
1070
1071
|
SnapshotDiskContainerFilterSensitiveLog: () => SnapshotDiskContainerFilterSensitiveLog,
|
|
1071
1072
|
SnapshotLocationEnum: () => SnapshotLocationEnum,
|
|
1073
|
+
SnapshotReturnCodes: () => SnapshotReturnCodes,
|
|
1072
1074
|
SnapshotState: () => SnapshotState,
|
|
1073
1075
|
SnapshotTaskDetailFilterSensitiveLog: () => SnapshotTaskDetailFilterSensitiveLog,
|
|
1074
1076
|
SpotAllocationStrategy: () => SpotAllocationStrategy,
|
|
@@ -1183,6 +1185,7 @@ __export(index_exports, {
|
|
|
1183
1185
|
VpnState: () => VpnState,
|
|
1184
1186
|
VpnStaticRouteSource: () => VpnStaticRouteSource,
|
|
1185
1187
|
VpnTunnelOptionsSpecificationFilterSensitiveLog: () => VpnTunnelOptionsSpecificationFilterSensitiveLog,
|
|
1188
|
+
VpnTunnelProvisioningStatus: () => VpnTunnelProvisioningStatus,
|
|
1186
1189
|
WeekDay: () => WeekDay,
|
|
1187
1190
|
WithdrawByoipCidrCommand: () => WithdrawByoipCidrCommand,
|
|
1188
1191
|
_InstanceType: () => _InstanceType,
|
|
@@ -6332,6 +6335,16 @@ var se_ExportVerifiedAccessInstanceClientConfigurationCommand = /* @__PURE__ */
|
|
|
6332
6335
|
});
|
|
6333
6336
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
6334
6337
|
}, "se_ExportVerifiedAccessInstanceClientConfigurationCommand");
|
|
6338
|
+
var se_GetActiveVpnTunnelStatusCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
6339
|
+
const headers = SHARED_HEADERS;
|
|
6340
|
+
let body;
|
|
6341
|
+
body = buildFormUrlencodedString({
|
|
6342
|
+
...se_GetActiveVpnTunnelStatusRequest(input, context),
|
|
6343
|
+
[_A]: _GAVTS,
|
|
6344
|
+
[_V]: _
|
|
6345
|
+
});
|
|
6346
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
6347
|
+
}, "se_GetActiveVpnTunnelStatusCommand");
|
|
6335
6348
|
var se_GetAllowedImagesSettingsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
6336
6349
|
const headers = SHARED_HEADERS;
|
|
6337
6350
|
let body;
|
|
@@ -14508,6 +14521,19 @@ var de_ExportVerifiedAccessInstanceClientConfigurationCommand = /* @__PURE__ */
|
|
|
14508
14521
|
};
|
|
14509
14522
|
return response;
|
|
14510
14523
|
}, "de_ExportVerifiedAccessInstanceClientConfigurationCommand");
|
|
14524
|
+
var de_GetActiveVpnTunnelStatusCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
14525
|
+
if (output.statusCode >= 300) {
|
|
14526
|
+
return de_CommandError(output, context);
|
|
14527
|
+
}
|
|
14528
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
14529
|
+
let contents = {};
|
|
14530
|
+
contents = de_GetActiveVpnTunnelStatusResult(data, context);
|
|
14531
|
+
const response = {
|
|
14532
|
+
$metadata: deserializeMetadata(output),
|
|
14533
|
+
...contents
|
|
14534
|
+
};
|
|
14535
|
+
return response;
|
|
14536
|
+
}, "de_GetActiveVpnTunnelStatusCommand");
|
|
14511
14537
|
var de_GetAllowedImagesSettingsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
14512
14538
|
if (output.statusCode >= 300) {
|
|
14513
14539
|
return de_CommandError(output, context);
|
|
@@ -22476,6 +22502,9 @@ var se_CreateVpnConnectionRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
22476
22502
|
entries[loc] = value;
|
|
22477
22503
|
});
|
|
22478
22504
|
}
|
|
22505
|
+
if (input[_PSKS] != null) {
|
|
22506
|
+
entries[_PSKS] = input[_PSKS];
|
|
22507
|
+
}
|
|
22479
22508
|
if (input[_DRr] != null) {
|
|
22480
22509
|
entries[_DRr] = input[_DRr];
|
|
22481
22510
|
}
|
|
@@ -23594,6 +23623,9 @@ var se_DeregisterImageRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
23594
23623
|
if (input[_IIma] != null) {
|
|
23595
23624
|
entries[_IIma] = input[_IIma];
|
|
23596
23625
|
}
|
|
23626
|
+
if (input[_DAS] != null) {
|
|
23627
|
+
entries[_DAS] = input[_DAS];
|
|
23628
|
+
}
|
|
23597
23629
|
if (input[_DRr] != null) {
|
|
23598
23630
|
entries[_DRr] = input[_DRr];
|
|
23599
23631
|
}
|
|
@@ -29441,6 +29473,19 @@ var se_FpgaImageIdList = /* @__PURE__ */ __name((input, context) => {
|
|
|
29441
29473
|
}
|
|
29442
29474
|
return entries;
|
|
29443
29475
|
}, "se_FpgaImageIdList");
|
|
29476
|
+
var se_GetActiveVpnTunnelStatusRequest = /* @__PURE__ */ __name((input, context) => {
|
|
29477
|
+
const entries = {};
|
|
29478
|
+
if (input[_VCI] != null) {
|
|
29479
|
+
entries[_VCI] = input[_VCI];
|
|
29480
|
+
}
|
|
29481
|
+
if (input[_VTOIA] != null) {
|
|
29482
|
+
entries[_VTOIA] = input[_VTOIA];
|
|
29483
|
+
}
|
|
29484
|
+
if (input[_DRr] != null) {
|
|
29485
|
+
entries[_DRr] = input[_DRr];
|
|
29486
|
+
}
|
|
29487
|
+
return entries;
|
|
29488
|
+
}, "se_GetActiveVpnTunnelStatusRequest");
|
|
29444
29489
|
var se_GetAllowedImagesSettingsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
29445
29490
|
const entries = {};
|
|
29446
29491
|
if (input[_DRr] != null) {
|
|
@@ -30379,6 +30424,9 @@ var se_GetVpnConnectionDeviceSampleConfigurationRequest = /* @__PURE__ */ __name
|
|
|
30379
30424
|
if (input[_IKEV] != null) {
|
|
30380
30425
|
entries[_IKEV] = input[_IKEV];
|
|
30381
30426
|
}
|
|
30427
|
+
if (input[_STa] != null) {
|
|
30428
|
+
entries[_STa] = input[_STa];
|
|
30429
|
+
}
|
|
30382
30430
|
if (input[_DRr] != null) {
|
|
30383
30431
|
entries[_DRr] = input[_DRr];
|
|
30384
30432
|
}
|
|
@@ -33313,8 +33361,8 @@ var se_ModifyInstanceAttributeRequest = /* @__PURE__ */ __name((input, context)
|
|
|
33313
33361
|
entries[loc] = value;
|
|
33314
33362
|
});
|
|
33315
33363
|
}
|
|
33316
|
-
if (input[
|
|
33317
|
-
const memberEntries = se_AttributeBooleanValue(input[
|
|
33364
|
+
if (input[_DASi] != null) {
|
|
33365
|
+
const memberEntries = se_AttributeBooleanValue(input[_DASi], context);
|
|
33318
33366
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
33319
33367
|
const loc = `DisableApiStop.${key}`;
|
|
33320
33368
|
entries[loc] = value;
|
|
@@ -35168,6 +35216,9 @@ var se_ModifyVpnTunnelOptionsRequest = /* @__PURE__ */ __name((input, context) =
|
|
|
35168
35216
|
if (input[_STR] != null) {
|
|
35169
35217
|
entries[_STR] = input[_STR];
|
|
35170
35218
|
}
|
|
35219
|
+
if (input[_PSKS] != null) {
|
|
35220
|
+
entries[_PSKS] = input[_PSKS];
|
|
35221
|
+
}
|
|
35171
35222
|
return entries;
|
|
35172
35223
|
}, "se_ModifyVpnTunnelOptionsRequest");
|
|
35173
35224
|
var se_ModifyVpnTunnelOptionsSpecification = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -37234,8 +37285,8 @@ var se_RequestLaunchTemplateData = /* @__PURE__ */ __name((input, context) => {
|
|
|
37234
37285
|
entries[loc] = value;
|
|
37235
37286
|
});
|
|
37236
37287
|
}
|
|
37237
|
-
if (input[
|
|
37238
|
-
entries[
|
|
37288
|
+
if (input[_DASi] != null) {
|
|
37289
|
+
entries[_DASi] = input[_DASi];
|
|
37239
37290
|
}
|
|
37240
37291
|
if (input[_O] != null) {
|
|
37241
37292
|
const memberEntries = se_OperatorRequest(input[_O], context);
|
|
@@ -38101,8 +38152,8 @@ var se_RunInstancesRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
38101
38152
|
entries[loc] = value;
|
|
38102
38153
|
});
|
|
38103
38154
|
}
|
|
38104
|
-
if (input[
|
|
38105
|
-
entries[
|
|
38155
|
+
if (input[_DASi] != null) {
|
|
38156
|
+
entries[_DASi] = input[_DASi];
|
|
38106
38157
|
}
|
|
38107
38158
|
if (input[_EPI] != null) {
|
|
38108
38159
|
entries[_EPI] = input[_EPI];
|
|
@@ -40759,6 +40810,37 @@ var de_ActiveInstanceSet = /* @__PURE__ */ __name((output, context) => {
|
|
|
40759
40810
|
return de_ActiveInstance(entry, context);
|
|
40760
40811
|
});
|
|
40761
40812
|
}, "de_ActiveInstanceSet");
|
|
40813
|
+
var de_ActiveVpnTunnelStatus = /* @__PURE__ */ __name((output, context) => {
|
|
40814
|
+
const contents = {};
|
|
40815
|
+
if (output[_pEA] != null) {
|
|
40816
|
+
contents[_PEAha] = (0, import_smithy_client.expectString)(output[_pEA]);
|
|
40817
|
+
}
|
|
40818
|
+
if (output[_pEAh] != null) {
|
|
40819
|
+
contents[_PEAhas] = (0, import_smithy_client.expectString)(output[_pEAh]);
|
|
40820
|
+
}
|
|
40821
|
+
if (output[_pIA] != null) {
|
|
40822
|
+
contents[_PIAhas] = (0, import_smithy_client.expectString)(output[_pIA]);
|
|
40823
|
+
}
|
|
40824
|
+
if (output[_pIAh] != null) {
|
|
40825
|
+
contents[_PIAhase] = (0, import_smithy_client.expectString)(output[_pIAh]);
|
|
40826
|
+
}
|
|
40827
|
+
if (output[_pDHG] != null) {
|
|
40828
|
+
contents[_PDHG] = (0, import_smithy_client.strictParseInt32)(output[_pDHG]);
|
|
40829
|
+
}
|
|
40830
|
+
if (output[_pDHGh] != null) {
|
|
40831
|
+
contents[_PDHGh] = (0, import_smithy_client.strictParseInt32)(output[_pDHGh]);
|
|
40832
|
+
}
|
|
40833
|
+
if (output[_iV] != null) {
|
|
40834
|
+
contents[_IVk] = (0, import_smithy_client.expectString)(output[_iV]);
|
|
40835
|
+
}
|
|
40836
|
+
if (output[_pS] != null) {
|
|
40837
|
+
contents[_PSr] = (0, import_smithy_client.expectString)(output[_pS]);
|
|
40838
|
+
}
|
|
40839
|
+
if (output[_pSR] != null) {
|
|
40840
|
+
contents[_PSR] = (0, import_smithy_client.expectString)(output[_pSR]);
|
|
40841
|
+
}
|
|
40842
|
+
return contents;
|
|
40843
|
+
}, "de_ActiveVpnTunnelStatus");
|
|
40762
40844
|
var de_AddedPrincipal = /* @__PURE__ */ __name((output, context) => {
|
|
40763
40845
|
const contents = {};
|
|
40764
40846
|
if (output[_pT] != null) {
|
|
@@ -40838,8 +40920,8 @@ var de_Address = /* @__PURE__ */ __name((output, context) => {
|
|
|
40838
40920
|
if (output[_nIOI] != null) {
|
|
40839
40921
|
contents[_NIOI] = (0, import_smithy_client.expectString)(output[_nIOI]);
|
|
40840
40922
|
}
|
|
40841
|
-
if (output[
|
|
40842
|
-
contents[_PIAr] = (0, import_smithy_client.expectString)(output[
|
|
40923
|
+
if (output[_pIAr] != null) {
|
|
40924
|
+
contents[_PIAr] = (0, import_smithy_client.expectString)(output[_pIAr]);
|
|
40843
40925
|
}
|
|
40844
40926
|
if (output.tagSet === "") {
|
|
40845
40927
|
contents[_Ta] = [];
|
|
@@ -41233,8 +41315,8 @@ var de_AsPath = /* @__PURE__ */ __name((output, context) => {
|
|
|
41233
41315
|
}, "de_AsPath");
|
|
41234
41316
|
var de_AssignedPrivateIpAddress = /* @__PURE__ */ __name((output, context) => {
|
|
41235
41317
|
const contents = {};
|
|
41236
|
-
if (output[
|
|
41237
|
-
contents[_PIAr] = (0, import_smithy_client.expectString)(output[
|
|
41318
|
+
if (output[_pIAr] != null) {
|
|
41319
|
+
contents[_PIAr] = (0, import_smithy_client.expectString)(output[_pIAr]);
|
|
41238
41320
|
}
|
|
41239
41321
|
return contents;
|
|
41240
41322
|
}, "de_AssignedPrivateIpAddress");
|
|
@@ -41954,8 +42036,8 @@ var de_CancelImportTaskResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
41954
42036
|
if (output[_iTI] != null) {
|
|
41955
42037
|
contents[_ITI] = (0, import_smithy_client.expectString)(output[_iTI]);
|
|
41956
42038
|
}
|
|
41957
|
-
if (output[
|
|
41958
|
-
contents[
|
|
42039
|
+
if (output[_pSr] != null) {
|
|
42040
|
+
contents[_PSre] = (0, import_smithy_client.expectString)(output[_pSr]);
|
|
41959
42041
|
}
|
|
41960
42042
|
if (output[_st] != null) {
|
|
41961
42043
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
@@ -43051,8 +43133,8 @@ var de_ConversionTask = /* @__PURE__ */ __name((output, context) => {
|
|
|
43051
43133
|
if (output[_iIm] != null) {
|
|
43052
43134
|
contents[_IIm] = de_ImportInstanceTaskDetails(output[_iIm], context);
|
|
43053
43135
|
}
|
|
43054
|
-
if (output[
|
|
43055
|
-
contents[_IV] = de_ImportVolumeTaskDetails(output[
|
|
43136
|
+
if (output[_iVm] != null) {
|
|
43137
|
+
contents[_IV] = de_ImportVolumeTaskDetails(output[_iVm], context);
|
|
43056
43138
|
}
|
|
43057
43139
|
if (output[_st] != null) {
|
|
43058
43140
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
@@ -44428,6 +44510,21 @@ var de_DeleteSecurityGroupResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
44428
44510
|
}
|
|
44429
44511
|
return contents;
|
|
44430
44512
|
}, "de_DeleteSecurityGroupResult");
|
|
44513
|
+
var de_DeleteSnapshotResultSet = /* @__PURE__ */ __name((output, context) => {
|
|
44514
|
+
return (output || []).filter((e) => e != null).map((entry) => {
|
|
44515
|
+
return de_DeleteSnapshotReturnCode(entry, context);
|
|
44516
|
+
});
|
|
44517
|
+
}, "de_DeleteSnapshotResultSet");
|
|
44518
|
+
var de_DeleteSnapshotReturnCode = /* @__PURE__ */ __name((output, context) => {
|
|
44519
|
+
const contents = {};
|
|
44520
|
+
if (output[_sIn] != null) {
|
|
44521
|
+
contents[_SIn] = (0, import_smithy_client.expectString)(output[_sIn]);
|
|
44522
|
+
}
|
|
44523
|
+
if (output[_rC] != null) {
|
|
44524
|
+
contents[_RCet] = (0, import_smithy_client.expectString)(output[_rC]);
|
|
44525
|
+
}
|
|
44526
|
+
return contents;
|
|
44527
|
+
}, "de_DeleteSnapshotReturnCode");
|
|
44431
44528
|
var de_DeleteSubnetCidrReservationResult = /* @__PURE__ */ __name((output, context) => {
|
|
44432
44529
|
const contents = {};
|
|
44433
44530
|
if (output[_dSCR] != null) {
|
|
@@ -44649,6 +44746,14 @@ var de_DeprovisionPublicIpv4PoolCidrResult = /* @__PURE__ */ __name((output, con
|
|
|
44649
44746
|
}, "de_DeprovisionPublicIpv4PoolCidrResult");
|
|
44650
44747
|
var de_DeregisterImageResult = /* @__PURE__ */ __name((output, context) => {
|
|
44651
44748
|
const contents = {};
|
|
44749
|
+
if (output[_r] != null) {
|
|
44750
|
+
contents[_Ret] = (0, import_smithy_client.parseBoolean)(output[_r]);
|
|
44751
|
+
}
|
|
44752
|
+
if (output.deleteSnapshotResultSet === "") {
|
|
44753
|
+
contents[_DSR] = [];
|
|
44754
|
+
} else if (output[_dSRS] != null && output[_dSRS][_i] != null) {
|
|
44755
|
+
contents[_DSR] = de_DeleteSnapshotResultSet((0, import_smithy_client.getArrayIfSingleItem)(output[_dSRS][_i]), context);
|
|
44756
|
+
}
|
|
44652
44757
|
return contents;
|
|
44653
44758
|
}, "de_DeregisterImageResult");
|
|
44654
44759
|
var de_DeregisterInstanceEventNotificationAttributesResult = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -45915,8 +46020,8 @@ var de_DescribePrincipalIdFormatResult = /* @__PURE__ */ __name((output, context
|
|
|
45915
46020
|
const contents = {};
|
|
45916
46021
|
if (output.principalSet === "") {
|
|
45917
46022
|
contents[_Princ] = [];
|
|
45918
|
-
} else if (output[
|
|
45919
|
-
contents[_Princ] = de_PrincipalIdFormatList((0, import_smithy_client.getArrayIfSingleItem)(output[
|
|
46023
|
+
} else if (output[_pSri] != null && output[_pSri][_i] != null) {
|
|
46024
|
+
contents[_Princ] = de_PrincipalIdFormatList((0, import_smithy_client.getArrayIfSingleItem)(output[_pSri][_i]), context);
|
|
45920
46025
|
}
|
|
45921
46026
|
if (output[_nTe] != null) {
|
|
45922
46027
|
contents[_NT] = (0, import_smithy_client.expectString)(output[_nTe]);
|
|
@@ -48856,6 +48961,13 @@ var de_FpgaInfo = /* @__PURE__ */ __name((output, context) => {
|
|
|
48856
48961
|
}
|
|
48857
48962
|
return contents;
|
|
48858
48963
|
}, "de_FpgaInfo");
|
|
48964
|
+
var de_GetActiveVpnTunnelStatusResult = /* @__PURE__ */ __name((output, context) => {
|
|
48965
|
+
const contents = {};
|
|
48966
|
+
if (output[_aVTS] != null) {
|
|
48967
|
+
contents[_AVTS] = de_ActiveVpnTunnelStatus(output[_aVTS], context);
|
|
48968
|
+
}
|
|
48969
|
+
return contents;
|
|
48970
|
+
}, "de_GetActiveVpnTunnelStatusResult");
|
|
48859
48971
|
var de_GetAllowedImagesSettingsResult = /* @__PURE__ */ __name((output, context) => {
|
|
48860
48972
|
const contents = {};
|
|
48861
48973
|
if (output[_st] != null) {
|
|
@@ -50719,8 +50831,8 @@ var de_Instance = /* @__PURE__ */ __name((output, context) => {
|
|
|
50719
50831
|
if (output[_vI] != null) {
|
|
50720
50832
|
contents[_VI] = (0, import_smithy_client.expectString)(output[_vI]);
|
|
50721
50833
|
}
|
|
50722
|
-
if (output[
|
|
50723
|
-
contents[_PIAr] = (0, import_smithy_client.expectString)(output[
|
|
50834
|
+
if (output[_pIAr] != null) {
|
|
50835
|
+
contents[_PIAr] = (0, import_smithy_client.expectString)(output[_pIAr]);
|
|
50724
50836
|
}
|
|
50725
50837
|
if (output[_iAp] != null) {
|
|
50726
50838
|
contents[_PIAu] = (0, import_smithy_client.expectString)(output[_iAp]);
|
|
@@ -50796,7 +50908,7 @@ var de_InstanceAttribute = /* @__PURE__ */ __name((output, context) => {
|
|
|
50796
50908
|
contents[_UD] = de_AttributeValue(output[_uDs], context);
|
|
50797
50909
|
}
|
|
50798
50910
|
if (output[_dASi] != null) {
|
|
50799
|
-
contents[
|
|
50911
|
+
contents[_DASi] = de_AttributeBooleanValue(output[_dASi], context);
|
|
50800
50912
|
}
|
|
50801
50913
|
if (output.groupSet === "") {
|
|
50802
50914
|
contents[_G] = [];
|
|
@@ -51179,8 +51291,8 @@ var de_InstanceNetworkInterface = /* @__PURE__ */ __name((output, context) => {
|
|
|
51179
51291
|
if (output[_pDN] != null) {
|
|
51180
51292
|
contents[_PDN] = (0, import_smithy_client.expectString)(output[_pDN]);
|
|
51181
51293
|
}
|
|
51182
|
-
if (output[
|
|
51183
|
-
contents[_PIAr] = (0, import_smithy_client.expectString)(output[
|
|
51294
|
+
if (output[_pIAr] != null) {
|
|
51295
|
+
contents[_PIAr] = (0, import_smithy_client.expectString)(output[_pIAr]);
|
|
51184
51296
|
}
|
|
51185
51297
|
if (output.privateIpAddressesSet === "") {
|
|
51186
51298
|
contents[_PIA] = [];
|
|
@@ -51302,8 +51414,8 @@ var de_InstanceNetworkInterfaceSpecification = /* @__PURE__ */ __name((output, c
|
|
|
51302
51414
|
if (output[_nII] != null) {
|
|
51303
51415
|
contents[_NII] = (0, import_smithy_client.expectString)(output[_nII]);
|
|
51304
51416
|
}
|
|
51305
|
-
if (output[
|
|
51306
|
-
contents[_PIAr] = (0, import_smithy_client.expectString)(output[
|
|
51417
|
+
if (output[_pIAr] != null) {
|
|
51418
|
+
contents[_PIAr] = (0, import_smithy_client.expectString)(output[_pIAr]);
|
|
51307
51419
|
}
|
|
51308
51420
|
if (output.privateIpAddressesSet === "") {
|
|
51309
51421
|
contents[_PIA] = [];
|
|
@@ -51378,8 +51490,8 @@ var de_InstancePrivateIpAddress = /* @__PURE__ */ __name((output, context) => {
|
|
|
51378
51490
|
if (output[_pDN] != null) {
|
|
51379
51491
|
contents[_PDN] = (0, import_smithy_client.expectString)(output[_pDN]);
|
|
51380
51492
|
}
|
|
51381
|
-
if (output[
|
|
51382
|
-
contents[_PIAr] = (0, import_smithy_client.expectString)(output[
|
|
51493
|
+
if (output[_pIAr] != null) {
|
|
51494
|
+
contents[_PIAr] = (0, import_smithy_client.expectString)(output[_pIAr]);
|
|
51383
51495
|
}
|
|
51384
51496
|
return contents;
|
|
51385
51497
|
}, "de_InstancePrivateIpAddress");
|
|
@@ -51506,8 +51618,8 @@ var de_InstanceStateChange = /* @__PURE__ */ __name((output, context) => {
|
|
|
51506
51618
|
if (output[_cSu] != null) {
|
|
51507
51619
|
contents[_CSu] = de_InstanceState(output[_cSu], context);
|
|
51508
51620
|
}
|
|
51509
|
-
if (output[
|
|
51510
|
-
contents[
|
|
51621
|
+
if (output[_pSr] != null) {
|
|
51622
|
+
contents[_PSre] = de_InstanceState(output[_pSr], context);
|
|
51511
51623
|
}
|
|
51512
51624
|
return contents;
|
|
51513
51625
|
}, "de_InstanceStateChange");
|
|
@@ -52065,7 +52177,7 @@ var de_IpamDiscoveredPublicAddress = /* @__PURE__ */ __name((output, context) =>
|
|
|
52065
52177
|
contents[_SG] = de_IpamPublicAddressSecurityGroupList((0, import_smithy_client.getArrayIfSingleItem)(output[_sGS][_i]), context);
|
|
52066
52178
|
}
|
|
52067
52179
|
if (output[_sTa] != null) {
|
|
52068
|
-
contents[
|
|
52180
|
+
contents[_STam] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_sTa]));
|
|
52069
52181
|
}
|
|
52070
52182
|
return contents;
|
|
52071
52183
|
}, "de_IpamDiscoveredPublicAddress");
|
|
@@ -52115,7 +52227,7 @@ var de_IpamDiscoveredResourceCidr = /* @__PURE__ */ __name((output, context) =>
|
|
|
52115
52227
|
contents[_NIASet] = (0, import_smithy_client.expectString)(output[_nIASet]);
|
|
52116
52228
|
}
|
|
52117
52229
|
if (output[_sTa] != null) {
|
|
52118
|
-
contents[
|
|
52230
|
+
contents[_STam] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_sTa]));
|
|
52119
52231
|
}
|
|
52120
52232
|
if (output[_aZI] != null) {
|
|
52121
52233
|
contents[_AZI] = (0, import_smithy_client.expectString)(output[_aZI]);
|
|
@@ -53235,8 +53347,8 @@ var de_LaunchTemplateInstanceNetworkInterfaceSpecification = /* @__PURE__ */ __n
|
|
|
53235
53347
|
if (output[_nII] != null) {
|
|
53236
53348
|
contents[_NII] = (0, import_smithy_client.expectString)(output[_nII]);
|
|
53237
53349
|
}
|
|
53238
|
-
if (output[
|
|
53239
|
-
contents[_PIAr] = (0, import_smithy_client.expectString)(output[
|
|
53350
|
+
if (output[_pIAr] != null) {
|
|
53351
|
+
contents[_PIAr] = (0, import_smithy_client.expectString)(output[_pIAr]);
|
|
53240
53352
|
}
|
|
53241
53353
|
if (output.privateIpAddressesSet === "") {
|
|
53242
53354
|
contents[_PIA] = [];
|
|
@@ -55204,8 +55316,8 @@ var de_NetworkInterface = /* @__PURE__ */ __name((output, context) => {
|
|
|
55204
55316
|
if (output[_pIDNO] != null) {
|
|
55205
55317
|
contents[_PIDNO] = de_PublicIpDnsNameOptions(output[_pIDNO], context);
|
|
55206
55318
|
}
|
|
55207
|
-
if (output[
|
|
55208
|
-
contents[_PIAr] = (0, import_smithy_client.expectString)(output[
|
|
55319
|
+
if (output[_pIAr] != null) {
|
|
55320
|
+
contents[_PIAr] = (0, import_smithy_client.expectString)(output[_pIAr]);
|
|
55209
55321
|
}
|
|
55210
55322
|
if (output.privateIpAddressesSet === "") {
|
|
55211
55323
|
contents[_PIA] = [];
|
|
@@ -55404,8 +55516,8 @@ var de_NetworkInterfacePrivateIpAddress = /* @__PURE__ */ __name((output, contex
|
|
|
55404
55516
|
if (output[_pDN] != null) {
|
|
55405
55517
|
contents[_PDN] = (0, import_smithy_client.expectString)(output[_pDN]);
|
|
55406
55518
|
}
|
|
55407
|
-
if (output[
|
|
55408
|
-
contents[_PIAr] = (0, import_smithy_client.expectString)(output[
|
|
55519
|
+
if (output[_pIAr] != null) {
|
|
55520
|
+
contents[_PIAr] = (0, import_smithy_client.expectString)(output[_pIAr]);
|
|
55409
55521
|
}
|
|
55410
55522
|
return contents;
|
|
55411
55523
|
}, "de_NetworkInterfacePrivateIpAddress");
|
|
@@ -56154,8 +56266,8 @@ var de_PrivateIpAddressSpecification = /* @__PURE__ */ __name((output, context)
|
|
|
56154
56266
|
if (output[_prim] != null) {
|
|
56155
56267
|
contents[_Prim] = (0, import_smithy_client.parseBoolean)(output[_prim]);
|
|
56156
56268
|
}
|
|
56157
|
-
if (output[
|
|
56158
|
-
contents[_PIAr] = (0, import_smithy_client.expectString)(output[
|
|
56269
|
+
if (output[_pIAr] != null) {
|
|
56270
|
+
contents[_PIAr] = (0, import_smithy_client.expectString)(output[_pIAr]);
|
|
56159
56271
|
}
|
|
56160
56272
|
return contents;
|
|
56161
56273
|
}, "de_PrivateIpAddressSpecification");
|
|
@@ -56880,8 +56992,8 @@ var de_ReservedInstancesListing = /* @__PURE__ */ __name((output, context) => {
|
|
|
56880
56992
|
}
|
|
56881
56993
|
if (output.priceSchedules === "") {
|
|
56882
56994
|
contents[_PS] = [];
|
|
56883
|
-
} else if (output[
|
|
56884
|
-
contents[_PS] = de_PriceScheduleList((0, import_smithy_client.getArrayIfSingleItem)(output[
|
|
56995
|
+
} else if (output[_pSric] != null && output[_pSric][_i] != null) {
|
|
56996
|
+
contents[_PS] = de_PriceScheduleList((0, import_smithy_client.getArrayIfSingleItem)(output[_pSric][_i]), context);
|
|
56885
56997
|
}
|
|
56886
56998
|
if (output[_rII] != null) {
|
|
56887
56999
|
contents[_RIIe] = (0, import_smithy_client.expectString)(output[_rII]);
|
|
@@ -57201,7 +57313,7 @@ var de_ResponseLaunchTemplateData = /* @__PURE__ */ __name((output, context) =>
|
|
|
57201
57313
|
contents[_MOa] = de_LaunchTemplateInstanceMaintenanceOptions(output[_mOa], context);
|
|
57202
57314
|
}
|
|
57203
57315
|
if (output[_dASi] != null) {
|
|
57204
|
-
contents[
|
|
57316
|
+
contents[_DASi] = (0, import_smithy_client.parseBoolean)(output[_dASi]);
|
|
57205
57317
|
}
|
|
57206
57318
|
if (output[_op] != null) {
|
|
57207
57319
|
contents[_O] = de_OperatorResponse(output[_op], context);
|
|
@@ -59672,7 +59784,7 @@ var de_TerminateConnectionStatus = /* @__PURE__ */ __name((output, context) => {
|
|
|
59672
59784
|
contents[_CIo] = (0, import_smithy_client.expectString)(output[_cIon]);
|
|
59673
59785
|
}
|
|
59674
59786
|
if (output[_pSre] != null) {
|
|
59675
|
-
contents[
|
|
59787
|
+
contents[_PSrev] = de_ClientVpnConnectionStatus(output[_pSre], context);
|
|
59676
59788
|
}
|
|
59677
59789
|
if (output[_cSur] != null) {
|
|
59678
59790
|
contents[_CSur] = de_ClientVpnConnectionStatus(output[_cSur], context);
|
|
@@ -60924,9 +61036,9 @@ var de_TunnelOption = /* @__PURE__ */ __name((output, context) => {
|
|
|
60924
61036
|
contents[_PDHGNh] = de_Phase2DHGroupNumbersList((0, import_smithy_client.getArrayIfSingleItem)(output[_pDHGNSh][_i]), context);
|
|
60925
61037
|
}
|
|
60926
61038
|
if (output.ikeVersionSet === "") {
|
|
60927
|
-
contents[
|
|
61039
|
+
contents[_IVke] = [];
|
|
60928
61040
|
} else if (output[_iVS] != null && output[_iVS][_i] != null) {
|
|
60929
|
-
contents[
|
|
61041
|
+
contents[_IVke] = de_IKEVersionsList((0, import_smithy_client.getArrayIfSingleItem)(output[_iVS][_i]), context);
|
|
60930
61042
|
}
|
|
60931
61043
|
if (output[_sAt] != null) {
|
|
60932
61044
|
contents[_SA] = (0, import_smithy_client.expectString)(output[_sAt]);
|
|
@@ -62609,6 +62721,9 @@ var de_VpnConnection = /* @__PURE__ */ __name((output, context) => {
|
|
|
62609
62721
|
} else if (output[_vTg] != null && output[_vTg][_i] != null) {
|
|
62610
62722
|
contents[_VTg] = de_VgwTelemetryList((0, import_smithy_client.getArrayIfSingleItem)(output[_vTg][_i]), context);
|
|
62611
62723
|
}
|
|
62724
|
+
if (output[_pSKA] != null) {
|
|
62725
|
+
contents[_PSKA] = (0, import_smithy_client.expectString)(output[_pSKA]);
|
|
62726
|
+
}
|
|
62612
62727
|
if (output[_vCI] != null) {
|
|
62613
62728
|
contents[_VCI] = (0, import_smithy_client.expectString)(output[_vCI]);
|
|
62614
62729
|
}
|
|
@@ -62980,6 +63095,7 @@ var _AVEC = "AcceptVpcEndpointConnections";
|
|
|
62980
63095
|
var _AVG = "AttachVpnGateway";
|
|
62981
63096
|
var _AVI = "AccepterVpcInfo";
|
|
62982
63097
|
var _AVPC = "AcceptVpcPeeringConnection";
|
|
63098
|
+
var _AVTS = "ActiveVpnTunnelStatus";
|
|
62983
63099
|
var _AVt = "AttributeValues";
|
|
62984
63100
|
var _AVtt = "AttributeValue";
|
|
62985
63101
|
var _AWSAKI = "AWSAccessKeyId";
|
|
@@ -63347,7 +63463,8 @@ var _DAIT = "DenyAllIgwTraffic";
|
|
|
63347
63463
|
var _DANPMS = "DescribeAwsNetworkPerformanceMetricSubscriptions";
|
|
63348
63464
|
var _DANPMSi = "DisableAwsNetworkPerformanceMetricSubscription";
|
|
63349
63465
|
var _DART = "DefaultAssociationRouteTable";
|
|
63350
|
-
var _DAS = "
|
|
63466
|
+
var _DAS = "DeleteAssociatedSnapshots";
|
|
63467
|
+
var _DASi = "DisableApiStop";
|
|
63351
63468
|
var _DAT = "DescribeAddressTransfers";
|
|
63352
63469
|
var _DATi = "DisableAddressTransfer";
|
|
63353
63470
|
var _DATis = "DisableApiTermination";
|
|
@@ -63630,6 +63747,7 @@ var _DSIR = "DescribeSpotInstanceRequests";
|
|
|
63630
63747
|
var _DSIT = "DescribeStoreImageTasks";
|
|
63631
63748
|
var _DSLVI = "DescribeServiceLinkVirtualInterfaces";
|
|
63632
63749
|
var _DSPH = "DescribeSpotPriceHistory";
|
|
63750
|
+
var _DSR = "DeleteSnapshotResults";
|
|
63633
63751
|
var _DSSG = "DescribeStaleSecurityGroups";
|
|
63634
63752
|
var _DSTS = "DescribeSnapshotTierStatus";
|
|
63635
63753
|
var _DSe = "DeleteSubnet";
|
|
@@ -63961,6 +64079,7 @@ var _GAIPC = "GetAssociatedIpv6PoolCidrs";
|
|
|
63961
64079
|
var _GAIS = "GetAllowedImagesSettings";
|
|
63962
64080
|
var _GANPD = "GetAwsNetworkPerformanceData";
|
|
63963
64081
|
var _GAS = "GatewayAssociationState";
|
|
64082
|
+
var _GAVTS = "GetActiveVpnTunnelStatus";
|
|
63964
64083
|
var _GCO = "GetConsoleOutput";
|
|
63965
64084
|
var _GCPU = "GetCoipPoolUsage";
|
|
63966
64085
|
var _GCRU = "GetCapacityReservationUsage";
|
|
@@ -64258,7 +64377,8 @@ var _IU = "InstanceUsages";
|
|
|
64258
64377
|
var _IUp = "IpUsage";
|
|
64259
64378
|
var _IV = "ImportVolume";
|
|
64260
64379
|
var _IVE = "IsValidExchange";
|
|
64261
|
-
var _IVk = "
|
|
64380
|
+
var _IVk = "IkeVersion";
|
|
64381
|
+
var _IVke = "IkeVersions";
|
|
64262
64382
|
var _Id = "Id";
|
|
64263
64383
|
var _Im = "Image";
|
|
64264
64384
|
var _Ima = "Images";
|
|
@@ -64733,8 +64853,10 @@ var _PCr = "ProductCodes";
|
|
|
64733
64853
|
var _PD = "PolicyDocument";
|
|
64734
64854
|
var _PDE = "PrivateDnsEnabled";
|
|
64735
64855
|
var _PDEr = "PrivateDnsEntry";
|
|
64856
|
+
var _PDHG = "Phase1DHGroup";
|
|
64736
64857
|
var _PDHGN = "Phase1DHGroupNumbers";
|
|
64737
64858
|
var _PDHGNh = "Phase2DHGroupNumbers";
|
|
64859
|
+
var _PDHGh = "Phase2DHGroup";
|
|
64738
64860
|
var _PDHT = "PrivateDnsHostnameType";
|
|
64739
64861
|
var _PDHTOL = "PrivateDnsHostnameTypeOnLaunch";
|
|
64740
64862
|
var _PDN = "PrivateDnsName";
|
|
@@ -64759,6 +64881,8 @@ var _PDro = "ProductDescriptions";
|
|
|
64759
64881
|
var _PE = "PolicyEnabled";
|
|
64760
64882
|
var _PEA = "Phase1EncryptionAlgorithms";
|
|
64761
64883
|
var _PEAh = "Phase2EncryptionAlgorithms";
|
|
64884
|
+
var _PEAha = "Phase1EncryptionAlgorithm";
|
|
64885
|
+
var _PEAhas = "Phase2EncryptionAlgorithm";
|
|
64762
64886
|
var _PED = "PartitionEndDate";
|
|
64763
64887
|
var _PEk = "PkceEnabled";
|
|
64764
64888
|
var _PF = "PacketField";
|
|
@@ -64776,6 +64900,8 @@ var _PIAC = "PrivateIpAddressCount";
|
|
|
64776
64900
|
var _PIACr = "PrivateIpAddressConfigs";
|
|
64777
64901
|
var _PIAh = "Phase1IntegrityAlgorithms";
|
|
64778
64902
|
var _PIAha = "Phase2IntegrityAlgorithms";
|
|
64903
|
+
var _PIAhas = "Phase1IntegrityAlgorithm";
|
|
64904
|
+
var _PIAhase = "Phase2IntegrityAlgorithm";
|
|
64779
64905
|
var _PIAr = "PrivateIpAddress";
|
|
64780
64906
|
var _PIAu = "PublicIpAddress";
|
|
64781
64907
|
var _PIB = "ProvisionIpamByoasn";
|
|
@@ -64838,13 +64964,17 @@ var _PSET = "PreviousSlotEndTime";
|
|
|
64838
64964
|
var _PSFRS = "PreviousSpotFleetRequestState";
|
|
64839
64965
|
var _PSI = "PurchaseScheduledInstances";
|
|
64840
64966
|
var _PSK = "PreSharedKey";
|
|
64967
|
+
var _PSKA = "PreSharedKeyArn";
|
|
64841
64968
|
var _PSKE = "PublicSigningKeyEndpoint";
|
|
64969
|
+
var _PSKS = "PreSharedKeyStorage";
|
|
64842
64970
|
var _PSKU = "PublicSigningKeyUrl";
|
|
64971
|
+
var _PSR = "ProvisioningStatusReason";
|
|
64843
64972
|
var _PSe = "PeeringStatus";
|
|
64844
64973
|
var _PSer = "PermissionState";
|
|
64845
64974
|
var _PSh = "PhcSupport";
|
|
64846
|
-
var _PSr = "
|
|
64847
|
-
var _PSre = "
|
|
64975
|
+
var _PSr = "ProvisioningStatus";
|
|
64976
|
+
var _PSre = "PreviousState";
|
|
64977
|
+
var _PSrev = "PreviousStatus";
|
|
64848
64978
|
var _PT = "PurchaseToken";
|
|
64849
64979
|
var _PTGI = "PeerTransitGatewayId";
|
|
64850
64980
|
var _PTS = "PoolTagSpecifications";
|
|
@@ -65269,7 +65399,8 @@ var _STRt = "StateTransitionReason";
|
|
|
65269
65399
|
var _STS = "SnapshotTierStatuses";
|
|
65270
65400
|
var _STSt = "StoreTaskState";
|
|
65271
65401
|
var _STT = "StateTransitionTime";
|
|
65272
|
-
var _STa = "
|
|
65402
|
+
var _STa = "SampleType";
|
|
65403
|
+
var _STam = "SampleTime";
|
|
65273
65404
|
var _STe = "ServiceType";
|
|
65274
65405
|
var _STo = "SourceType";
|
|
65275
65406
|
var _STs = "SseType";
|
|
@@ -65739,6 +65870,7 @@ var _aV = "attributeValue";
|
|
|
65739
65870
|
var _aVC = "availableVCpus";
|
|
65740
65871
|
var _aVI = "accepterVpcInfo";
|
|
65741
65872
|
var _aVS = "attributeValueSet";
|
|
65873
|
+
var _aVTS = "activeVpnTunnelStatus";
|
|
65742
65874
|
var _aZ = "availabilityZone";
|
|
65743
65875
|
var _aZG = "availabilityZoneGroup";
|
|
65744
65876
|
var _aZI = "availabilityZoneId";
|
|
@@ -66019,6 +66151,7 @@ var _dRe = "debuggingRestrictions";
|
|
|
66019
66151
|
var _dRy = "dynamicRouting";
|
|
66020
66152
|
var _dS = "dnsServer";
|
|
66021
66153
|
var _dSCR = "deletedSubnetCidrReservation";
|
|
66154
|
+
var _dSRS = "deleteSnapshotResultSet";
|
|
66022
66155
|
var _dSe = "destinationSet";
|
|
66023
66156
|
var _dSel = "deliveryStatus";
|
|
66024
66157
|
var _dSeli = "deliveryStream";
|
|
@@ -66419,9 +66552,10 @@ var _iTns = "instanceTenancy";
|
|
|
66419
66552
|
var _iTnt = "interfaceType";
|
|
66420
66553
|
var _iU = "ipUsage";
|
|
66421
66554
|
var _iUS = "instanceUsageSet";
|
|
66422
|
-
var _iV = "
|
|
66555
|
+
var _iV = "ikeVersion";
|
|
66423
66556
|
var _iVE = "isValidExchange";
|
|
66424
66557
|
var _iVS = "ikeVersionSet";
|
|
66558
|
+
var _iVm = "importVolume";
|
|
66425
66559
|
var _id = "id";
|
|
66426
66560
|
var _im = "image";
|
|
66427
66561
|
var _in = "instance";
|
|
@@ -66762,8 +66896,10 @@ var _pCr = "productCode";
|
|
|
66762
66896
|
var _pD = "passwordData";
|
|
66763
66897
|
var _pDE = "privateDnsEnabled";
|
|
66764
66898
|
var _pDEr = "privateDnsEntry";
|
|
66899
|
+
var _pDHG = "phase1DHGroup";
|
|
66765
66900
|
var _pDHGNS = "phase1DHGroupNumberSet";
|
|
66766
66901
|
var _pDHGNSh = "phase2DHGroupNumberSet";
|
|
66902
|
+
var _pDHGh = "phase2DHGroup";
|
|
66767
66903
|
var _pDN = "privateDnsName";
|
|
66768
66904
|
var _pDNC = "privateDnsNameConfiguration";
|
|
66769
66905
|
var _pDNO = "privateDnsNameOptions";
|
|
@@ -66783,8 +66919,10 @@ var _pDo = "policyDocument";
|
|
|
66783
66919
|
var _pDoo = "poolDepth";
|
|
66784
66920
|
var _pDr = "productDescription";
|
|
66785
66921
|
var _pE = "policyEnabled";
|
|
66922
|
+
var _pEA = "phase1EncryptionAlgorithm";
|
|
66786
66923
|
var _pEAS = "phase1EncryptionAlgorithmSet";
|
|
66787
66924
|
var _pEASh = "phase2EncryptionAlgorithmSet";
|
|
66925
|
+
var _pEAh = "phase2EncryptionAlgorithm";
|
|
66788
66926
|
var _pEk = "pkceEnabled";
|
|
66789
66927
|
var _pF = "packetField";
|
|
66790
66928
|
var _pFS = "previousFleetState";
|
|
@@ -66795,10 +66933,12 @@ var _pGS = "placementGroupSet";
|
|
|
66795
66933
|
var _pHP = "perHourPartition";
|
|
66796
66934
|
var _pHS = "packetHeaderStatement";
|
|
66797
66935
|
var _pI = "publicIp";
|
|
66798
|
-
var _pIA = "
|
|
66936
|
+
var _pIA = "phase1IntegrityAlgorithm";
|
|
66799
66937
|
var _pIAS = "privateIpAddressesSet";
|
|
66800
66938
|
var _pIASh = "phase1IntegrityAlgorithmSet";
|
|
66801
66939
|
var _pIASha = "phase2IntegrityAlgorithmSet";
|
|
66940
|
+
var _pIAh = "phase2IntegrityAlgorithm";
|
|
66941
|
+
var _pIAr = "privateIpAddress";
|
|
66802
66942
|
var _pIDN = "publicIpv6DnsName";
|
|
66803
66943
|
var _pIDNO = "publicIpDnsNameOptions";
|
|
66804
66944
|
var _pIDNu = "publicIpv4DnsName";
|
|
@@ -66839,18 +66979,21 @@ var _pRU = "ptrRecordUpdate";
|
|
|
66839
66979
|
var _pRa = "payerResponsibility";
|
|
66840
66980
|
var _pRo = "portRange";
|
|
66841
66981
|
var _pRol = "policyRule";
|
|
66842
|
-
var _pS = "
|
|
66982
|
+
var _pS = "provisioningStatus";
|
|
66843
66983
|
var _pSET = "previousSlotEndTime";
|
|
66844
66984
|
var _pSFRS = "previousSpotFleetRequestState";
|
|
66845
66985
|
var _pSK = "preSharedKey";
|
|
66986
|
+
var _pSKA = "preSharedKeyArn";
|
|
66846
66987
|
var _pSKE = "publicSigningKeyEndpoint";
|
|
66847
66988
|
var _pSKU = "publicSigningKeyUrl";
|
|
66989
|
+
var _pSR = "provisioningStatusReason";
|
|
66848
66990
|
var _pSe = "permissionState";
|
|
66849
66991
|
var _pSee = "peeringStatus";
|
|
66850
66992
|
var _pSh = "phcSupport";
|
|
66851
|
-
var _pSr = "
|
|
66993
|
+
var _pSr = "previousState";
|
|
66852
66994
|
var _pSre = "previousStatus";
|
|
66853
|
-
var _pSri = "
|
|
66995
|
+
var _pSri = "principalSet";
|
|
66996
|
+
var _pSric = "priceSchedules";
|
|
66854
66997
|
var _pSro = "protocolSet";
|
|
66855
66998
|
var _pT = "principalType";
|
|
66856
66999
|
var _pTGI = "peerTransitGatewayId";
|
|
@@ -68236,6 +68379,11 @@ var InstanceHealthStatus = {
|
|
|
68236
68379
|
HEALTHY_STATUS: "healthy",
|
|
68237
68380
|
UNHEALTHY_STATUS: "unhealthy"
|
|
68238
68381
|
};
|
|
68382
|
+
var VpnTunnelProvisioningStatus = {
|
|
68383
|
+
available: "available",
|
|
68384
|
+
failed: "failed",
|
|
68385
|
+
pending: "pending"
|
|
68386
|
+
};
|
|
68239
68387
|
var ActivityStatus = {
|
|
68240
68388
|
ERROR: "error",
|
|
68241
68389
|
FULFILLED: "fulfilled",
|
|
@@ -72224,6 +72372,13 @@ var IpamPoolCidrState = {
|
|
|
72224
72372
|
pending_provision: "pending-provision",
|
|
72225
72373
|
provisioned: "provisioned"
|
|
72226
72374
|
};
|
|
72375
|
+
var SnapshotReturnCodes = {
|
|
72376
|
+
ERROR_CODE_CLIENT_ERROR: "client-error",
|
|
72377
|
+
ERROR_CODE_INTERNAL_ERROR: "internal-error",
|
|
72378
|
+
ERROR_MISSING_PERMISSIONS: "missing-permissions",
|
|
72379
|
+
SUCCESS: "success",
|
|
72380
|
+
WARN_SKIPPED: "skipped"
|
|
72381
|
+
};
|
|
72227
72382
|
var AvailabilityZoneOptInStatus = {
|
|
72228
72383
|
not_opted_in: "not-opted-in",
|
|
72229
72384
|
opt_in_not_required: "opt-in-not-required",
|
|
@@ -75360,12 +75515,6 @@ var DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog = /* @__PURE__
|
|
|
75360
75515
|
)
|
|
75361
75516
|
}
|
|
75362
75517
|
}), "DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog");
|
|
75363
|
-
var DescribeVpnConnectionsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
75364
|
-
...obj,
|
|
75365
|
-
...obj.VpnConnections && {
|
|
75366
|
-
VpnConnections: obj.VpnConnections.map((item) => VpnConnectionFilterSensitiveLog(item))
|
|
75367
|
-
}
|
|
75368
|
-
}), "DescribeVpnConnectionsResultFilterSensitiveLog");
|
|
75369
75518
|
|
|
75370
75519
|
// src/commands/DescribeLaunchTemplateVersionsCommand.ts
|
|
75371
75520
|
var DescribeLaunchTemplateVersionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
@@ -76778,81 +76927,6 @@ var DescribeVpcsCommand = class extends import_smithy_client.Command.classBuilde
|
|
|
76778
76927
|
|
|
76779
76928
|
|
|
76780
76929
|
|
|
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
76930
|
|
|
76857
76931
|
// src/models/models_6.ts
|
|
76858
76932
|
|
|
@@ -76978,6 +77052,12 @@ var RouteServerRouteStatus = {
|
|
|
76978
77052
|
IN_FIB: "in-fib",
|
|
76979
77053
|
IN_RIB: "in-rib"
|
|
76980
77054
|
};
|
|
77055
|
+
var DescribeVpnConnectionsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
77056
|
+
...obj,
|
|
77057
|
+
...obj.VpnConnections && {
|
|
77058
|
+
VpnConnections: obj.VpnConnections.map((item) => VpnConnectionFilterSensitiveLog(item))
|
|
77059
|
+
}
|
|
77060
|
+
}), "DescribeVpnConnectionsResultFilterSensitiveLog");
|
|
76981
77061
|
var DetachVerifiedAccessTrustProviderResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
76982
77062
|
...obj,
|
|
76983
77063
|
...obj.VerifiedAccessTrustProvider && {
|
|
@@ -77011,7 +77091,82 @@ var GetPasswordDataResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
77011
77091
|
...obj.PasswordData && { PasswordData: import_smithy_client.SENSITIVE_STRING }
|
|
77012
77092
|
}), "GetPasswordDataResultFilterSensitiveLog");
|
|
77013
77093
|
|
|
77094
|
+
// src/commands/DescribeVpnConnectionsCommand.ts
|
|
77095
|
+
var DescribeVpnConnectionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
77096
|
+
return [
|
|
77097
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
77098
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
77099
|
+
];
|
|
77100
|
+
}).s("AmazonEC2", "DescribeVpnConnections", {}).n("EC2Client", "DescribeVpnConnectionsCommand").f(void 0, DescribeVpnConnectionsResultFilterSensitiveLog).ser(se_DescribeVpnConnectionsCommand).de(de_DescribeVpnConnectionsCommand).build() {
|
|
77101
|
+
static {
|
|
77102
|
+
__name(this, "DescribeVpnConnectionsCommand");
|
|
77103
|
+
}
|
|
77104
|
+
};
|
|
77105
|
+
|
|
77106
|
+
// src/commands/DescribeVpnGatewaysCommand.ts
|
|
77107
|
+
|
|
77108
|
+
|
|
77109
|
+
|
|
77110
|
+
var DescribeVpnGatewaysCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
77111
|
+
return [
|
|
77112
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
77113
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
77114
|
+
];
|
|
77115
|
+
}).s("AmazonEC2", "DescribeVpnGateways", {}).n("EC2Client", "DescribeVpnGatewaysCommand").f(void 0, void 0).ser(se_DescribeVpnGatewaysCommand).de(de_DescribeVpnGatewaysCommand).build() {
|
|
77116
|
+
static {
|
|
77117
|
+
__name(this, "DescribeVpnGatewaysCommand");
|
|
77118
|
+
}
|
|
77119
|
+
};
|
|
77120
|
+
|
|
77121
|
+
// src/commands/DetachClassicLinkVpcCommand.ts
|
|
77122
|
+
|
|
77123
|
+
|
|
77124
|
+
|
|
77125
|
+
var DetachClassicLinkVpcCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
77126
|
+
return [
|
|
77127
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
77128
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
77129
|
+
];
|
|
77130
|
+
}).s("AmazonEC2", "DetachClassicLinkVpc", {}).n("EC2Client", "DetachClassicLinkVpcCommand").f(void 0, void 0).ser(se_DetachClassicLinkVpcCommand).de(de_DetachClassicLinkVpcCommand).build() {
|
|
77131
|
+
static {
|
|
77132
|
+
__name(this, "DetachClassicLinkVpcCommand");
|
|
77133
|
+
}
|
|
77134
|
+
};
|
|
77135
|
+
|
|
77136
|
+
// src/commands/DetachInternetGatewayCommand.ts
|
|
77137
|
+
|
|
77138
|
+
|
|
77139
|
+
|
|
77140
|
+
var DetachInternetGatewayCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
77141
|
+
return [
|
|
77142
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
77143
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
77144
|
+
];
|
|
77145
|
+
}).s("AmazonEC2", "DetachInternetGateway", {}).n("EC2Client", "DetachInternetGatewayCommand").f(void 0, void 0).ser(se_DetachInternetGatewayCommand).de(de_DetachInternetGatewayCommand).build() {
|
|
77146
|
+
static {
|
|
77147
|
+
__name(this, "DetachInternetGatewayCommand");
|
|
77148
|
+
}
|
|
77149
|
+
};
|
|
77150
|
+
|
|
77151
|
+
// src/commands/DetachNetworkInterfaceCommand.ts
|
|
77152
|
+
|
|
77153
|
+
|
|
77154
|
+
|
|
77155
|
+
var DetachNetworkInterfaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
77156
|
+
return [
|
|
77157
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
77158
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
77159
|
+
];
|
|
77160
|
+
}).s("AmazonEC2", "DetachNetworkInterface", {}).n("EC2Client", "DetachNetworkInterfaceCommand").f(void 0, void 0).ser(se_DetachNetworkInterfaceCommand).de(de_DetachNetworkInterfaceCommand).build() {
|
|
77161
|
+
static {
|
|
77162
|
+
__name(this, "DetachNetworkInterfaceCommand");
|
|
77163
|
+
}
|
|
77164
|
+
};
|
|
77165
|
+
|
|
77014
77166
|
// src/commands/DetachVerifiedAccessTrustProviderCommand.ts
|
|
77167
|
+
|
|
77168
|
+
|
|
77169
|
+
|
|
77015
77170
|
var DetachVerifiedAccessTrustProviderCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
77016
77171
|
return [
|
|
77017
77172
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -77968,6 +78123,21 @@ var ExportVerifiedAccessInstanceClientConfigurationCommand = class extends impor
|
|
|
77968
78123
|
}
|
|
77969
78124
|
};
|
|
77970
78125
|
|
|
78126
|
+
// src/commands/GetActiveVpnTunnelStatusCommand.ts
|
|
78127
|
+
|
|
78128
|
+
|
|
78129
|
+
|
|
78130
|
+
var GetActiveVpnTunnelStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
78131
|
+
return [
|
|
78132
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
78133
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
78134
|
+
];
|
|
78135
|
+
}).s("AmazonEC2", "GetActiveVpnTunnelStatus", {}).n("EC2Client", "GetActiveVpnTunnelStatusCommand").f(void 0, void 0).ser(se_GetActiveVpnTunnelStatusCommand).de(de_GetActiveVpnTunnelStatusCommand).build() {
|
|
78136
|
+
static {
|
|
78137
|
+
__name(this, "GetActiveVpnTunnelStatusCommand");
|
|
78138
|
+
}
|
|
78139
|
+
};
|
|
78140
|
+
|
|
77971
78141
|
// src/commands/GetAllowedImagesSettingsCommand.ts
|
|
77972
78142
|
|
|
77973
78143
|
|
|
@@ -81854,6 +82024,7 @@ var commands = {
|
|
|
81854
82024
|
ExportImageCommand,
|
|
81855
82025
|
ExportTransitGatewayRoutesCommand,
|
|
81856
82026
|
ExportVerifiedAccessInstanceClientConfigurationCommand,
|
|
82027
|
+
GetActiveVpnTunnelStatusCommand,
|
|
81857
82028
|
GetAllowedImagesSettingsCommand,
|
|
81858
82029
|
GetAssociatedEnclaveCertificateIamRolesCommand,
|
|
81859
82030
|
GetAssociatedIpv6PoolCidrsCommand,
|
|
@@ -85031,6 +85202,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85031
85202
|
ExportImageCommand,
|
|
85032
85203
|
ExportTransitGatewayRoutesCommand,
|
|
85033
85204
|
ExportVerifiedAccessInstanceClientConfigurationCommand,
|
|
85205
|
+
GetActiveVpnTunnelStatusCommand,
|
|
85034
85206
|
GetAllowedImagesSettingsCommand,
|
|
85035
85207
|
GetAssociatedEnclaveCertificateIamRolesCommand,
|
|
85036
85208
|
GetAssociatedIpv6PoolCidrsCommand,
|
|
@@ -85479,6 +85651,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85479
85651
|
Protocol,
|
|
85480
85652
|
AccountAttributeName,
|
|
85481
85653
|
InstanceHealthStatus,
|
|
85654
|
+
VpnTunnelProvisioningStatus,
|
|
85482
85655
|
ActivityStatus,
|
|
85483
85656
|
PrincipalType,
|
|
85484
85657
|
DomainType,
|
|
@@ -85723,6 +85896,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85723
85896
|
AsnState,
|
|
85724
85897
|
IpamPoolCidrFailureCode,
|
|
85725
85898
|
IpamPoolCidrState,
|
|
85899
|
+
SnapshotReturnCodes,
|
|
85726
85900
|
AvailabilityZoneOptInStatus,
|
|
85727
85901
|
AvailabilityZoneState,
|
|
85728
85902
|
MetricType,
|
|
@@ -85856,7 +86030,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85856
86030
|
SpotInstanceRequestFilterSensitiveLog,
|
|
85857
86031
|
DescribeSpotInstanceRequestsResultFilterSensitiveLog,
|
|
85858
86032
|
DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog,
|
|
85859
|
-
DescribeVpnConnectionsResultFilterSensitiveLog,
|
|
85860
86033
|
ImageBlockPublicAccessDisabledState,
|
|
85861
86034
|
RouteServerPropagationState,
|
|
85862
86035
|
SnapshotBlockPublicAccessState,
|
|
@@ -85880,6 +86053,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85880
86053
|
IpamManagementState,
|
|
85881
86054
|
RouteServerRouteInstallationStatus,
|
|
85882
86055
|
RouteServerRouteStatus,
|
|
86056
|
+
DescribeVpnConnectionsResultFilterSensitiveLog,
|
|
85883
86057
|
DetachVerifiedAccessTrustProviderResultFilterSensitiveLog,
|
|
85884
86058
|
VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog,
|
|
85885
86059
|
ExportVerifiedAccessInstanceClientConfigurationResultFilterSensitiveLog,
|