@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
|
@@ -4753,6 +4753,16 @@ export const se_ExportVerifiedAccessInstanceClientConfigurationCommand = async (
|
|
|
4753
4753
|
});
|
|
4754
4754
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4755
4755
|
};
|
|
4756
|
+
export const se_GetActiveVpnTunnelStatusCommand = async (input, context) => {
|
|
4757
|
+
const headers = SHARED_HEADERS;
|
|
4758
|
+
let body;
|
|
4759
|
+
body = buildFormUrlencodedString({
|
|
4760
|
+
...se_GetActiveVpnTunnelStatusRequest(input, context),
|
|
4761
|
+
[_A]: _GAVTS,
|
|
4762
|
+
[_V]: _,
|
|
4763
|
+
});
|
|
4764
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4765
|
+
};
|
|
4756
4766
|
export const se_GetAllowedImagesSettingsCommand = async (input, context) => {
|
|
4757
4767
|
const headers = SHARED_HEADERS;
|
|
4758
4768
|
let body;
|
|
@@ -12929,6 +12939,19 @@ export const de_ExportVerifiedAccessInstanceClientConfigurationCommand = async (
|
|
|
12929
12939
|
};
|
|
12930
12940
|
return response;
|
|
12931
12941
|
};
|
|
12942
|
+
export const de_GetActiveVpnTunnelStatusCommand = async (output, context) => {
|
|
12943
|
+
if (output.statusCode >= 300) {
|
|
12944
|
+
return de_CommandError(output, context);
|
|
12945
|
+
}
|
|
12946
|
+
const data = await parseBody(output.body, context);
|
|
12947
|
+
let contents = {};
|
|
12948
|
+
contents = de_GetActiveVpnTunnelStatusResult(data, context);
|
|
12949
|
+
const response = {
|
|
12950
|
+
$metadata: deserializeMetadata(output),
|
|
12951
|
+
...contents,
|
|
12952
|
+
};
|
|
12953
|
+
return response;
|
|
12954
|
+
};
|
|
12932
12955
|
export const de_GetAllowedImagesSettingsCommand = async (output, context) => {
|
|
12933
12956
|
if (output.statusCode >= 300) {
|
|
12934
12957
|
return de_CommandError(output, context);
|
|
@@ -20897,6 +20920,9 @@ const se_CreateVpnConnectionRequest = (input, context) => {
|
|
|
20897
20920
|
entries[loc] = value;
|
|
20898
20921
|
});
|
|
20899
20922
|
}
|
|
20923
|
+
if (input[_PSKS] != null) {
|
|
20924
|
+
entries[_PSKS] = input[_PSKS];
|
|
20925
|
+
}
|
|
20900
20926
|
if (input[_DRr] != null) {
|
|
20901
20927
|
entries[_DRr] = input[_DRr];
|
|
20902
20928
|
}
|
|
@@ -22015,6 +22041,9 @@ const se_DeregisterImageRequest = (input, context) => {
|
|
|
22015
22041
|
if (input[_IIma] != null) {
|
|
22016
22042
|
entries[_IIma] = input[_IIma];
|
|
22017
22043
|
}
|
|
22044
|
+
if (input[_DAS] != null) {
|
|
22045
|
+
entries[_DAS] = input[_DAS];
|
|
22046
|
+
}
|
|
22018
22047
|
if (input[_DRr] != null) {
|
|
22019
22048
|
entries[_DRr] = input[_DRr];
|
|
22020
22049
|
}
|
|
@@ -27862,6 +27891,19 @@ const se_FpgaImageIdList = (input, context) => {
|
|
|
27862
27891
|
}
|
|
27863
27892
|
return entries;
|
|
27864
27893
|
};
|
|
27894
|
+
const se_GetActiveVpnTunnelStatusRequest = (input, context) => {
|
|
27895
|
+
const entries = {};
|
|
27896
|
+
if (input[_VCI] != null) {
|
|
27897
|
+
entries[_VCI] = input[_VCI];
|
|
27898
|
+
}
|
|
27899
|
+
if (input[_VTOIA] != null) {
|
|
27900
|
+
entries[_VTOIA] = input[_VTOIA];
|
|
27901
|
+
}
|
|
27902
|
+
if (input[_DRr] != null) {
|
|
27903
|
+
entries[_DRr] = input[_DRr];
|
|
27904
|
+
}
|
|
27905
|
+
return entries;
|
|
27906
|
+
};
|
|
27865
27907
|
const se_GetAllowedImagesSettingsRequest = (input, context) => {
|
|
27866
27908
|
const entries = {};
|
|
27867
27909
|
if (input[_DRr] != null) {
|
|
@@ -28800,6 +28842,9 @@ const se_GetVpnConnectionDeviceSampleConfigurationRequest = (input, context) =>
|
|
|
28800
28842
|
if (input[_IKEV] != null) {
|
|
28801
28843
|
entries[_IKEV] = input[_IKEV];
|
|
28802
28844
|
}
|
|
28845
|
+
if (input[_STa] != null) {
|
|
28846
|
+
entries[_STa] = input[_STa];
|
|
28847
|
+
}
|
|
28803
28848
|
if (input[_DRr] != null) {
|
|
28804
28849
|
entries[_DRr] = input[_DRr];
|
|
28805
28850
|
}
|
|
@@ -31734,8 +31779,8 @@ const se_ModifyInstanceAttributeRequest = (input, context) => {
|
|
|
31734
31779
|
entries[loc] = value;
|
|
31735
31780
|
});
|
|
31736
31781
|
}
|
|
31737
|
-
if (input[
|
|
31738
|
-
const memberEntries = se_AttributeBooleanValue(input[
|
|
31782
|
+
if (input[_DASi] != null) {
|
|
31783
|
+
const memberEntries = se_AttributeBooleanValue(input[_DASi], context);
|
|
31739
31784
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
31740
31785
|
const loc = `DisableApiStop.${key}`;
|
|
31741
31786
|
entries[loc] = value;
|
|
@@ -33589,6 +33634,9 @@ const se_ModifyVpnTunnelOptionsRequest = (input, context) => {
|
|
|
33589
33634
|
if (input[_STR] != null) {
|
|
33590
33635
|
entries[_STR] = input[_STR];
|
|
33591
33636
|
}
|
|
33637
|
+
if (input[_PSKS] != null) {
|
|
33638
|
+
entries[_PSKS] = input[_PSKS];
|
|
33639
|
+
}
|
|
33592
33640
|
return entries;
|
|
33593
33641
|
};
|
|
33594
33642
|
const se_ModifyVpnTunnelOptionsSpecification = (input, context) => {
|
|
@@ -35655,8 +35703,8 @@ const se_RequestLaunchTemplateData = (input, context) => {
|
|
|
35655
35703
|
entries[loc] = value;
|
|
35656
35704
|
});
|
|
35657
35705
|
}
|
|
35658
|
-
if (input[
|
|
35659
|
-
entries[
|
|
35706
|
+
if (input[_DASi] != null) {
|
|
35707
|
+
entries[_DASi] = input[_DASi];
|
|
35660
35708
|
}
|
|
35661
35709
|
if (input[_O] != null) {
|
|
35662
35710
|
const memberEntries = se_OperatorRequest(input[_O], context);
|
|
@@ -36522,8 +36570,8 @@ const se_RunInstancesRequest = (input, context) => {
|
|
|
36522
36570
|
entries[loc] = value;
|
|
36523
36571
|
});
|
|
36524
36572
|
}
|
|
36525
|
-
if (input[
|
|
36526
|
-
entries[
|
|
36573
|
+
if (input[_DASi] != null) {
|
|
36574
|
+
entries[_DASi] = input[_DASi];
|
|
36527
36575
|
}
|
|
36528
36576
|
if (input[_EPI] != null) {
|
|
36529
36577
|
entries[_EPI] = input[_EPI];
|
|
@@ -39200,6 +39248,37 @@ const de_ActiveInstanceSet = (output, context) => {
|
|
|
39200
39248
|
return de_ActiveInstance(entry, context);
|
|
39201
39249
|
});
|
|
39202
39250
|
};
|
|
39251
|
+
const de_ActiveVpnTunnelStatus = (output, context) => {
|
|
39252
|
+
const contents = {};
|
|
39253
|
+
if (output[_pEA] != null) {
|
|
39254
|
+
contents[_PEAha] = __expectString(output[_pEA]);
|
|
39255
|
+
}
|
|
39256
|
+
if (output[_pEAh] != null) {
|
|
39257
|
+
contents[_PEAhas] = __expectString(output[_pEAh]);
|
|
39258
|
+
}
|
|
39259
|
+
if (output[_pIA] != null) {
|
|
39260
|
+
contents[_PIAhas] = __expectString(output[_pIA]);
|
|
39261
|
+
}
|
|
39262
|
+
if (output[_pIAh] != null) {
|
|
39263
|
+
contents[_PIAhase] = __expectString(output[_pIAh]);
|
|
39264
|
+
}
|
|
39265
|
+
if (output[_pDHG] != null) {
|
|
39266
|
+
contents[_PDHG] = __strictParseInt32(output[_pDHG]);
|
|
39267
|
+
}
|
|
39268
|
+
if (output[_pDHGh] != null) {
|
|
39269
|
+
contents[_PDHGh] = __strictParseInt32(output[_pDHGh]);
|
|
39270
|
+
}
|
|
39271
|
+
if (output[_iV] != null) {
|
|
39272
|
+
contents[_IVk] = __expectString(output[_iV]);
|
|
39273
|
+
}
|
|
39274
|
+
if (output[_pS] != null) {
|
|
39275
|
+
contents[_PSr] = __expectString(output[_pS]);
|
|
39276
|
+
}
|
|
39277
|
+
if (output[_pSR] != null) {
|
|
39278
|
+
contents[_PSR] = __expectString(output[_pSR]);
|
|
39279
|
+
}
|
|
39280
|
+
return contents;
|
|
39281
|
+
};
|
|
39203
39282
|
const de_AddedPrincipal = (output, context) => {
|
|
39204
39283
|
const contents = {};
|
|
39205
39284
|
if (output[_pT] != null) {
|
|
@@ -39287,8 +39366,8 @@ const de_Address = (output, context) => {
|
|
|
39287
39366
|
if (output[_nIOI] != null) {
|
|
39288
39367
|
contents[_NIOI] = __expectString(output[_nIOI]);
|
|
39289
39368
|
}
|
|
39290
|
-
if (output[
|
|
39291
|
-
contents[_PIAr] = __expectString(output[
|
|
39369
|
+
if (output[_pIAr] != null) {
|
|
39370
|
+
contents[_PIAr] = __expectString(output[_pIAr]);
|
|
39292
39371
|
}
|
|
39293
39372
|
if (output.tagSet === "") {
|
|
39294
39373
|
contents[_Ta] = [];
|
|
@@ -39712,8 +39791,8 @@ const de_AsPath = (output, context) => {
|
|
|
39712
39791
|
};
|
|
39713
39792
|
const de_AssignedPrivateIpAddress = (output, context) => {
|
|
39714
39793
|
const contents = {};
|
|
39715
|
-
if (output[
|
|
39716
|
-
contents[_PIAr] = __expectString(output[
|
|
39794
|
+
if (output[_pIAr] != null) {
|
|
39795
|
+
contents[_PIAr] = __expectString(output[_pIAr]);
|
|
39717
39796
|
}
|
|
39718
39797
|
return contents;
|
|
39719
39798
|
};
|
|
@@ -40471,8 +40550,8 @@ const de_CancelImportTaskResult = (output, context) => {
|
|
|
40471
40550
|
if (output[_iTI] != null) {
|
|
40472
40551
|
contents[_ITI] = __expectString(output[_iTI]);
|
|
40473
40552
|
}
|
|
40474
|
-
if (output[
|
|
40475
|
-
contents[
|
|
40553
|
+
if (output[_pSr] != null) {
|
|
40554
|
+
contents[_PSre] = __expectString(output[_pSr]);
|
|
40476
40555
|
}
|
|
40477
40556
|
if (output[_st] != null) {
|
|
40478
40557
|
contents[_Stat] = __expectString(output[_st]);
|
|
@@ -41637,8 +41716,8 @@ const de_ConversionTask = (output, context) => {
|
|
|
41637
41716
|
if (output[_iIm] != null) {
|
|
41638
41717
|
contents[_IIm] = de_ImportInstanceTaskDetails(output[_iIm], context);
|
|
41639
41718
|
}
|
|
41640
|
-
if (output[
|
|
41641
|
-
contents[_IV] = de_ImportVolumeTaskDetails(output[
|
|
41719
|
+
if (output[_iVm] != null) {
|
|
41720
|
+
contents[_IV] = de_ImportVolumeTaskDetails(output[_iVm], context);
|
|
41642
41721
|
}
|
|
41643
41722
|
if (output[_st] != null) {
|
|
41644
41723
|
contents[_Stat] = __expectString(output[_st]);
|
|
@@ -43057,6 +43136,23 @@ const de_DeleteSecurityGroupResult = (output, context) => {
|
|
|
43057
43136
|
}
|
|
43058
43137
|
return contents;
|
|
43059
43138
|
};
|
|
43139
|
+
const de_DeleteSnapshotResultSet = (output, context) => {
|
|
43140
|
+
return (output || [])
|
|
43141
|
+
.filter((e) => e != null)
|
|
43142
|
+
.map((entry) => {
|
|
43143
|
+
return de_DeleteSnapshotReturnCode(entry, context);
|
|
43144
|
+
});
|
|
43145
|
+
};
|
|
43146
|
+
const de_DeleteSnapshotReturnCode = (output, context) => {
|
|
43147
|
+
const contents = {};
|
|
43148
|
+
if (output[_sIn] != null) {
|
|
43149
|
+
contents[_SIn] = __expectString(output[_sIn]);
|
|
43150
|
+
}
|
|
43151
|
+
if (output[_rC] != null) {
|
|
43152
|
+
contents[_RCet] = __expectString(output[_rC]);
|
|
43153
|
+
}
|
|
43154
|
+
return contents;
|
|
43155
|
+
};
|
|
43060
43156
|
const de_DeleteSubnetCidrReservationResult = (output, context) => {
|
|
43061
43157
|
const contents = {};
|
|
43062
43158
|
if (output[_dSCR] != null) {
|
|
@@ -43284,6 +43380,15 @@ const de_DeprovisionPublicIpv4PoolCidrResult = (output, context) => {
|
|
|
43284
43380
|
};
|
|
43285
43381
|
const de_DeregisterImageResult = (output, context) => {
|
|
43286
43382
|
const contents = {};
|
|
43383
|
+
if (output[_r] != null) {
|
|
43384
|
+
contents[_Ret] = __parseBoolean(output[_r]);
|
|
43385
|
+
}
|
|
43386
|
+
if (output.deleteSnapshotResultSet === "") {
|
|
43387
|
+
contents[_DSR] = [];
|
|
43388
|
+
}
|
|
43389
|
+
else if (output[_dSRS] != null && output[_dSRS][_i] != null) {
|
|
43390
|
+
contents[_DSR] = de_DeleteSnapshotResultSet(__getArrayIfSingleItem(output[_dSRS][_i]), context);
|
|
43391
|
+
}
|
|
43287
43392
|
return contents;
|
|
43288
43393
|
};
|
|
43289
43394
|
const de_DeregisterInstanceEventNotificationAttributesResult = (output, context) => {
|
|
@@ -44644,8 +44749,8 @@ const de_DescribePrincipalIdFormatResult = (output, context) => {
|
|
|
44644
44749
|
if (output.principalSet === "") {
|
|
44645
44750
|
contents[_Princ] = [];
|
|
44646
44751
|
}
|
|
44647
|
-
else if (output[
|
|
44648
|
-
contents[_Princ] = de_PrincipalIdFormatList(__getArrayIfSingleItem(output[
|
|
44752
|
+
else if (output[_pSri] != null && output[_pSri][_i] != null) {
|
|
44753
|
+
contents[_Princ] = de_PrincipalIdFormatList(__getArrayIfSingleItem(output[_pSri][_i]), context);
|
|
44649
44754
|
}
|
|
44650
44755
|
if (output[_nTe] != null) {
|
|
44651
44756
|
contents[_NT] = __expectString(output[_nTe]);
|
|
@@ -47764,6 +47869,13 @@ const de_FpgaInfo = (output, context) => {
|
|
|
47764
47869
|
}
|
|
47765
47870
|
return contents;
|
|
47766
47871
|
};
|
|
47872
|
+
const de_GetActiveVpnTunnelStatusResult = (output, context) => {
|
|
47873
|
+
const contents = {};
|
|
47874
|
+
if (output[_aVTS] != null) {
|
|
47875
|
+
contents[_AVTS] = de_ActiveVpnTunnelStatus(output[_aVTS], context);
|
|
47876
|
+
}
|
|
47877
|
+
return contents;
|
|
47878
|
+
};
|
|
47767
47879
|
const de_GetAllowedImagesSettingsResult = (output, context) => {
|
|
47768
47880
|
const contents = {};
|
|
47769
47881
|
if (output[_st] != null) {
|
|
@@ -49736,8 +49848,8 @@ const de_Instance = (output, context) => {
|
|
|
49736
49848
|
if (output[_vI] != null) {
|
|
49737
49849
|
contents[_VI] = __expectString(output[_vI]);
|
|
49738
49850
|
}
|
|
49739
|
-
if (output[
|
|
49740
|
-
contents[_PIAr] = __expectString(output[
|
|
49851
|
+
if (output[_pIAr] != null) {
|
|
49852
|
+
contents[_PIAr] = __expectString(output[_pIAr]);
|
|
49741
49853
|
}
|
|
49742
49854
|
if (output[_iAp] != null) {
|
|
49743
49855
|
contents[_PIAu] = __expectString(output[_iAp]);
|
|
@@ -49815,7 +49927,7 @@ const de_InstanceAttribute = (output, context) => {
|
|
|
49815
49927
|
contents[_UD] = de_AttributeValue(output[_uDs], context);
|
|
49816
49928
|
}
|
|
49817
49929
|
if (output[_dASi] != null) {
|
|
49818
|
-
contents[
|
|
49930
|
+
contents[_DASi] = de_AttributeBooleanValue(output[_dASi], context);
|
|
49819
49931
|
}
|
|
49820
49932
|
if (output.groupSet === "") {
|
|
49821
49933
|
contents[_G] = [];
|
|
@@ -50239,8 +50351,8 @@ const de_InstanceNetworkInterface = (output, context) => {
|
|
|
50239
50351
|
if (output[_pDN] != null) {
|
|
50240
50352
|
contents[_PDN] = __expectString(output[_pDN]);
|
|
50241
50353
|
}
|
|
50242
|
-
if (output[
|
|
50243
|
-
contents[_PIAr] = __expectString(output[
|
|
50354
|
+
if (output[_pIAr] != null) {
|
|
50355
|
+
contents[_PIAr] = __expectString(output[_pIAr]);
|
|
50244
50356
|
}
|
|
50245
50357
|
if (output.privateIpAddressesSet === "") {
|
|
50246
50358
|
contents[_PIA] = [];
|
|
@@ -50369,8 +50481,8 @@ const de_InstanceNetworkInterfaceSpecification = (output, context) => {
|
|
|
50369
50481
|
if (output[_nII] != null) {
|
|
50370
50482
|
contents[_NII] = __expectString(output[_nII]);
|
|
50371
50483
|
}
|
|
50372
|
-
if (output[
|
|
50373
|
-
contents[_PIAr] = __expectString(output[
|
|
50484
|
+
if (output[_pIAr] != null) {
|
|
50485
|
+
contents[_PIAr] = __expectString(output[_pIAr]);
|
|
50374
50486
|
}
|
|
50375
50487
|
if (output.privateIpAddressesSet === "") {
|
|
50376
50488
|
contents[_PIA] = [];
|
|
@@ -50450,8 +50562,8 @@ const de_InstancePrivateIpAddress = (output, context) => {
|
|
|
50450
50562
|
if (output[_pDN] != null) {
|
|
50451
50563
|
contents[_PDN] = __expectString(output[_pDN]);
|
|
50452
50564
|
}
|
|
50453
|
-
if (output[
|
|
50454
|
-
contents[_PIAr] = __expectString(output[
|
|
50565
|
+
if (output[_pIAr] != null) {
|
|
50566
|
+
contents[_PIAr] = __expectString(output[_pIAr]);
|
|
50455
50567
|
}
|
|
50456
50568
|
return contents;
|
|
50457
50569
|
};
|
|
@@ -50590,8 +50702,8 @@ const de_InstanceStateChange = (output, context) => {
|
|
|
50590
50702
|
if (output[_cSu] != null) {
|
|
50591
50703
|
contents[_CSu] = de_InstanceState(output[_cSu], context);
|
|
50592
50704
|
}
|
|
50593
|
-
if (output[
|
|
50594
|
-
contents[
|
|
50705
|
+
if (output[_pSr] != null) {
|
|
50706
|
+
contents[_PSre] = de_InstanceState(output[_pSr], context);
|
|
50595
50707
|
}
|
|
50596
50708
|
return contents;
|
|
50597
50709
|
};
|
|
@@ -51193,7 +51305,7 @@ const de_IpamDiscoveredPublicAddress = (output, context) => {
|
|
|
51193
51305
|
contents[_SG] = de_IpamPublicAddressSecurityGroupList(__getArrayIfSingleItem(output[_sGS][_i]), context);
|
|
51194
51306
|
}
|
|
51195
51307
|
if (output[_sTa] != null) {
|
|
51196
|
-
contents[
|
|
51308
|
+
contents[_STam] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_sTa]));
|
|
51197
51309
|
}
|
|
51198
51310
|
return contents;
|
|
51199
51311
|
};
|
|
@@ -51246,7 +51358,7 @@ const de_IpamDiscoveredResourceCidr = (output, context) => {
|
|
|
51246
51358
|
contents[_NIASet] = __expectString(output[_nIASet]);
|
|
51247
51359
|
}
|
|
51248
51360
|
if (output[_sTa] != null) {
|
|
51249
|
-
contents[
|
|
51361
|
+
contents[_STam] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_sTa]));
|
|
51250
51362
|
}
|
|
51251
51363
|
if (output[_aZI] != null) {
|
|
51252
51364
|
contents[_AZI] = __expectString(output[_aZI]);
|
|
@@ -52463,8 +52575,8 @@ const de_LaunchTemplateInstanceNetworkInterfaceSpecification = (output, context)
|
|
|
52463
52575
|
if (output[_nII] != null) {
|
|
52464
52576
|
contents[_NII] = __expectString(output[_nII]);
|
|
52465
52577
|
}
|
|
52466
|
-
if (output[
|
|
52467
|
-
contents[_PIAr] = __expectString(output[
|
|
52578
|
+
if (output[_pIAr] != null) {
|
|
52579
|
+
contents[_PIAr] = __expectString(output[_pIAr]);
|
|
52468
52580
|
}
|
|
52469
52581
|
if (output.privateIpAddressesSet === "") {
|
|
52470
52582
|
contents[_PIA] = [];
|
|
@@ -54545,8 +54657,8 @@ const de_NetworkInterface = (output, context) => {
|
|
|
54545
54657
|
if (output[_pIDNO] != null) {
|
|
54546
54658
|
contents[_PIDNO] = de_PublicIpDnsNameOptions(output[_pIDNO], context);
|
|
54547
54659
|
}
|
|
54548
|
-
if (output[
|
|
54549
|
-
contents[_PIAr] = __expectString(output[
|
|
54660
|
+
if (output[_pIAr] != null) {
|
|
54661
|
+
contents[_PIAr] = __expectString(output[_pIAr]);
|
|
54550
54662
|
}
|
|
54551
54663
|
if (output.privateIpAddressesSet === "") {
|
|
54552
54664
|
contents[_PIA] = [];
|
|
@@ -54757,8 +54869,8 @@ const de_NetworkInterfacePrivateIpAddress = (output, context) => {
|
|
|
54757
54869
|
if (output[_pDN] != null) {
|
|
54758
54870
|
contents[_PDN] = __expectString(output[_pDN]);
|
|
54759
54871
|
}
|
|
54760
|
-
if (output[
|
|
54761
|
-
contents[_PIAr] = __expectString(output[
|
|
54872
|
+
if (output[_pIAr] != null) {
|
|
54873
|
+
contents[_PIAr] = __expectString(output[_pIAr]);
|
|
54762
54874
|
}
|
|
54763
54875
|
return contents;
|
|
54764
54876
|
};
|
|
@@ -55579,8 +55691,8 @@ const de_PrivateIpAddressSpecification = (output, context) => {
|
|
|
55579
55691
|
if (output[_prim] != null) {
|
|
55580
55692
|
contents[_Prim] = __parseBoolean(output[_prim]);
|
|
55581
55693
|
}
|
|
55582
|
-
if (output[
|
|
55583
|
-
contents[_PIAr] = __expectString(output[
|
|
55694
|
+
if (output[_pIAr] != null) {
|
|
55695
|
+
contents[_PIAr] = __expectString(output[_pIAr]);
|
|
55584
55696
|
}
|
|
55585
55697
|
return contents;
|
|
55586
55698
|
};
|
|
@@ -56356,8 +56468,8 @@ const de_ReservedInstancesListing = (output, context) => {
|
|
|
56356
56468
|
if (output.priceSchedules === "") {
|
|
56357
56469
|
contents[_PS] = [];
|
|
56358
56470
|
}
|
|
56359
|
-
else if (output[
|
|
56360
|
-
contents[_PS] = de_PriceScheduleList(__getArrayIfSingleItem(output[
|
|
56471
|
+
else if (output[_pSric] != null && output[_pSric][_i] != null) {
|
|
56472
|
+
contents[_PS] = de_PriceScheduleList(__getArrayIfSingleItem(output[_pSric][_i]), context);
|
|
56361
56473
|
}
|
|
56362
56474
|
if (output[_rII] != null) {
|
|
56363
56475
|
contents[_RIIe] = __expectString(output[_rII]);
|
|
@@ -56700,7 +56812,7 @@ const de_ResponseLaunchTemplateData = (output, context) => {
|
|
|
56700
56812
|
contents[_MOa] = de_LaunchTemplateInstanceMaintenanceOptions(output[_mOa], context);
|
|
56701
56813
|
}
|
|
56702
56814
|
if (output[_dASi] != null) {
|
|
56703
|
-
contents[
|
|
56815
|
+
contents[_DASi] = __parseBoolean(output[_dASi]);
|
|
56704
56816
|
}
|
|
56705
56817
|
if (output[_op] != null) {
|
|
56706
56818
|
contents[_O] = de_OperatorResponse(output[_op], context);
|
|
@@ -59361,7 +59473,7 @@ const de_TerminateConnectionStatus = (output, context) => {
|
|
|
59361
59473
|
contents[_CIo] = __expectString(output[_cIon]);
|
|
59362
59474
|
}
|
|
59363
59475
|
if (output[_pSre] != null) {
|
|
59364
|
-
contents[
|
|
59476
|
+
contents[_PSrev] = de_ClientVpnConnectionStatus(output[_pSre], context);
|
|
59365
59477
|
}
|
|
59366
59478
|
if (output[_cSur] != null) {
|
|
59367
59479
|
contents[_CSur] = de_ClientVpnConnectionStatus(output[_cSur], context);
|
|
@@ -60710,10 +60822,10 @@ const de_TunnelOption = (output, context) => {
|
|
|
60710
60822
|
contents[_PDHGNh] = de_Phase2DHGroupNumbersList(__getArrayIfSingleItem(output[_pDHGNSh][_i]), context);
|
|
60711
60823
|
}
|
|
60712
60824
|
if (output.ikeVersionSet === "") {
|
|
60713
|
-
contents[
|
|
60825
|
+
contents[_IVke] = [];
|
|
60714
60826
|
}
|
|
60715
60827
|
else if (output[_iVS] != null && output[_iVS][_i] != null) {
|
|
60716
|
-
contents[
|
|
60828
|
+
contents[_IVke] = de_IKEVersionsList(__getArrayIfSingleItem(output[_iVS][_i]), context);
|
|
60717
60829
|
}
|
|
60718
60830
|
if (output[_sAt] != null) {
|
|
60719
60831
|
contents[_SA] = __expectString(output[_sAt]);
|
|
@@ -62523,6 +62635,9 @@ const de_VpnConnection = (output, context) => {
|
|
|
62523
62635
|
else if (output[_vTg] != null && output[_vTg][_i] != null) {
|
|
62524
62636
|
contents[_VTg] = de_VgwTelemetryList(__getArrayIfSingleItem(output[_vTg][_i]), context);
|
|
62525
62637
|
}
|
|
62638
|
+
if (output[_pSKA] != null) {
|
|
62639
|
+
contents[_PSKA] = __expectString(output[_pSKA]);
|
|
62640
|
+
}
|
|
62526
62641
|
if (output[_vCI] != null) {
|
|
62527
62642
|
contents[_VCI] = __expectString(output[_vCI]);
|
|
62528
62643
|
}
|
|
@@ -62906,6 +63021,7 @@ const _AVEC = "AcceptVpcEndpointConnections";
|
|
|
62906
63021
|
const _AVG = "AttachVpnGateway";
|
|
62907
63022
|
const _AVI = "AccepterVpcInfo";
|
|
62908
63023
|
const _AVPC = "AcceptVpcPeeringConnection";
|
|
63024
|
+
const _AVTS = "ActiveVpnTunnelStatus";
|
|
62909
63025
|
const _AVt = "AttributeValues";
|
|
62910
63026
|
const _AVtt = "AttributeValue";
|
|
62911
63027
|
const _AWSAKI = "AWSAccessKeyId";
|
|
@@ -63273,7 +63389,8 @@ const _DAIT = "DenyAllIgwTraffic";
|
|
|
63273
63389
|
const _DANPMS = "DescribeAwsNetworkPerformanceMetricSubscriptions";
|
|
63274
63390
|
const _DANPMSi = "DisableAwsNetworkPerformanceMetricSubscription";
|
|
63275
63391
|
const _DART = "DefaultAssociationRouteTable";
|
|
63276
|
-
const _DAS = "
|
|
63392
|
+
const _DAS = "DeleteAssociatedSnapshots";
|
|
63393
|
+
const _DASi = "DisableApiStop";
|
|
63277
63394
|
const _DAT = "DescribeAddressTransfers";
|
|
63278
63395
|
const _DATi = "DisableAddressTransfer";
|
|
63279
63396
|
const _DATis = "DisableApiTermination";
|
|
@@ -63556,6 +63673,7 @@ const _DSIR = "DescribeSpotInstanceRequests";
|
|
|
63556
63673
|
const _DSIT = "DescribeStoreImageTasks";
|
|
63557
63674
|
const _DSLVI = "DescribeServiceLinkVirtualInterfaces";
|
|
63558
63675
|
const _DSPH = "DescribeSpotPriceHistory";
|
|
63676
|
+
const _DSR = "DeleteSnapshotResults";
|
|
63559
63677
|
const _DSSG = "DescribeStaleSecurityGroups";
|
|
63560
63678
|
const _DSTS = "DescribeSnapshotTierStatus";
|
|
63561
63679
|
const _DSe = "DeleteSubnet";
|
|
@@ -63887,6 +64005,7 @@ const _GAIPC = "GetAssociatedIpv6PoolCidrs";
|
|
|
63887
64005
|
const _GAIS = "GetAllowedImagesSettings";
|
|
63888
64006
|
const _GANPD = "GetAwsNetworkPerformanceData";
|
|
63889
64007
|
const _GAS = "GatewayAssociationState";
|
|
64008
|
+
const _GAVTS = "GetActiveVpnTunnelStatus";
|
|
63890
64009
|
const _GCO = "GetConsoleOutput";
|
|
63891
64010
|
const _GCPU = "GetCoipPoolUsage";
|
|
63892
64011
|
const _GCRU = "GetCapacityReservationUsage";
|
|
@@ -64184,7 +64303,8 @@ const _IU = "InstanceUsages";
|
|
|
64184
64303
|
const _IUp = "IpUsage";
|
|
64185
64304
|
const _IV = "ImportVolume";
|
|
64186
64305
|
const _IVE = "IsValidExchange";
|
|
64187
|
-
const _IVk = "
|
|
64306
|
+
const _IVk = "IkeVersion";
|
|
64307
|
+
const _IVke = "IkeVersions";
|
|
64188
64308
|
const _Id = "Id";
|
|
64189
64309
|
const _Im = "Image";
|
|
64190
64310
|
const _Ima = "Images";
|
|
@@ -64659,8 +64779,10 @@ const _PCr = "ProductCodes";
|
|
|
64659
64779
|
const _PD = "PolicyDocument";
|
|
64660
64780
|
const _PDE = "PrivateDnsEnabled";
|
|
64661
64781
|
const _PDEr = "PrivateDnsEntry";
|
|
64782
|
+
const _PDHG = "Phase1DHGroup";
|
|
64662
64783
|
const _PDHGN = "Phase1DHGroupNumbers";
|
|
64663
64784
|
const _PDHGNh = "Phase2DHGroupNumbers";
|
|
64785
|
+
const _PDHGh = "Phase2DHGroup";
|
|
64664
64786
|
const _PDHT = "PrivateDnsHostnameType";
|
|
64665
64787
|
const _PDHTOL = "PrivateDnsHostnameTypeOnLaunch";
|
|
64666
64788
|
const _PDN = "PrivateDnsName";
|
|
@@ -64685,6 +64807,8 @@ const _PDro = "ProductDescriptions";
|
|
|
64685
64807
|
const _PE = "PolicyEnabled";
|
|
64686
64808
|
const _PEA = "Phase1EncryptionAlgorithms";
|
|
64687
64809
|
const _PEAh = "Phase2EncryptionAlgorithms";
|
|
64810
|
+
const _PEAha = "Phase1EncryptionAlgorithm";
|
|
64811
|
+
const _PEAhas = "Phase2EncryptionAlgorithm";
|
|
64688
64812
|
const _PED = "PartitionEndDate";
|
|
64689
64813
|
const _PEk = "PkceEnabled";
|
|
64690
64814
|
const _PF = "PacketField";
|
|
@@ -64702,6 +64826,8 @@ const _PIAC = "PrivateIpAddressCount";
|
|
|
64702
64826
|
const _PIACr = "PrivateIpAddressConfigs";
|
|
64703
64827
|
const _PIAh = "Phase1IntegrityAlgorithms";
|
|
64704
64828
|
const _PIAha = "Phase2IntegrityAlgorithms";
|
|
64829
|
+
const _PIAhas = "Phase1IntegrityAlgorithm";
|
|
64830
|
+
const _PIAhase = "Phase2IntegrityAlgorithm";
|
|
64705
64831
|
const _PIAr = "PrivateIpAddress";
|
|
64706
64832
|
const _PIAu = "PublicIpAddress";
|
|
64707
64833
|
const _PIB = "ProvisionIpamByoasn";
|
|
@@ -64764,13 +64890,17 @@ const _PSET = "PreviousSlotEndTime";
|
|
|
64764
64890
|
const _PSFRS = "PreviousSpotFleetRequestState";
|
|
64765
64891
|
const _PSI = "PurchaseScheduledInstances";
|
|
64766
64892
|
const _PSK = "PreSharedKey";
|
|
64893
|
+
const _PSKA = "PreSharedKeyArn";
|
|
64767
64894
|
const _PSKE = "PublicSigningKeyEndpoint";
|
|
64895
|
+
const _PSKS = "PreSharedKeyStorage";
|
|
64768
64896
|
const _PSKU = "PublicSigningKeyUrl";
|
|
64897
|
+
const _PSR = "ProvisioningStatusReason";
|
|
64769
64898
|
const _PSe = "PeeringStatus";
|
|
64770
64899
|
const _PSer = "PermissionState";
|
|
64771
64900
|
const _PSh = "PhcSupport";
|
|
64772
|
-
const _PSr = "
|
|
64773
|
-
const _PSre = "
|
|
64901
|
+
const _PSr = "ProvisioningStatus";
|
|
64902
|
+
const _PSre = "PreviousState";
|
|
64903
|
+
const _PSrev = "PreviousStatus";
|
|
64774
64904
|
const _PT = "PurchaseToken";
|
|
64775
64905
|
const _PTGI = "PeerTransitGatewayId";
|
|
64776
64906
|
const _PTS = "PoolTagSpecifications";
|
|
@@ -65195,7 +65325,8 @@ const _STRt = "StateTransitionReason";
|
|
|
65195
65325
|
const _STS = "SnapshotTierStatuses";
|
|
65196
65326
|
const _STSt = "StoreTaskState";
|
|
65197
65327
|
const _STT = "StateTransitionTime";
|
|
65198
|
-
const _STa = "
|
|
65328
|
+
const _STa = "SampleType";
|
|
65329
|
+
const _STam = "SampleTime";
|
|
65199
65330
|
const _STe = "ServiceType";
|
|
65200
65331
|
const _STo = "SourceType";
|
|
65201
65332
|
const _STs = "SseType";
|
|
@@ -65665,6 +65796,7 @@ const _aV = "attributeValue";
|
|
|
65665
65796
|
const _aVC = "availableVCpus";
|
|
65666
65797
|
const _aVI = "accepterVpcInfo";
|
|
65667
65798
|
const _aVS = "attributeValueSet";
|
|
65799
|
+
const _aVTS = "activeVpnTunnelStatus";
|
|
65668
65800
|
const _aZ = "availabilityZone";
|
|
65669
65801
|
const _aZG = "availabilityZoneGroup";
|
|
65670
65802
|
const _aZI = "availabilityZoneId";
|
|
@@ -65945,6 +66077,7 @@ const _dRe = "debuggingRestrictions";
|
|
|
65945
66077
|
const _dRy = "dynamicRouting";
|
|
65946
66078
|
const _dS = "dnsServer";
|
|
65947
66079
|
const _dSCR = "deletedSubnetCidrReservation";
|
|
66080
|
+
const _dSRS = "deleteSnapshotResultSet";
|
|
65948
66081
|
const _dSe = "destinationSet";
|
|
65949
66082
|
const _dSel = "deliveryStatus";
|
|
65950
66083
|
const _dSeli = "deliveryStream";
|
|
@@ -66345,9 +66478,10 @@ const _iTns = "instanceTenancy";
|
|
|
66345
66478
|
const _iTnt = "interfaceType";
|
|
66346
66479
|
const _iU = "ipUsage";
|
|
66347
66480
|
const _iUS = "instanceUsageSet";
|
|
66348
|
-
const _iV = "
|
|
66481
|
+
const _iV = "ikeVersion";
|
|
66349
66482
|
const _iVE = "isValidExchange";
|
|
66350
66483
|
const _iVS = "ikeVersionSet";
|
|
66484
|
+
const _iVm = "importVolume";
|
|
66351
66485
|
const _id = "id";
|
|
66352
66486
|
const _im = "image";
|
|
66353
66487
|
const _in = "instance";
|
|
@@ -66688,8 +66822,10 @@ const _pCr = "productCode";
|
|
|
66688
66822
|
const _pD = "passwordData";
|
|
66689
66823
|
const _pDE = "privateDnsEnabled";
|
|
66690
66824
|
const _pDEr = "privateDnsEntry";
|
|
66825
|
+
const _pDHG = "phase1DHGroup";
|
|
66691
66826
|
const _pDHGNS = "phase1DHGroupNumberSet";
|
|
66692
66827
|
const _pDHGNSh = "phase2DHGroupNumberSet";
|
|
66828
|
+
const _pDHGh = "phase2DHGroup";
|
|
66693
66829
|
const _pDN = "privateDnsName";
|
|
66694
66830
|
const _pDNC = "privateDnsNameConfiguration";
|
|
66695
66831
|
const _pDNO = "privateDnsNameOptions";
|
|
@@ -66709,8 +66845,10 @@ const _pDo = "policyDocument";
|
|
|
66709
66845
|
const _pDoo = "poolDepth";
|
|
66710
66846
|
const _pDr = "productDescription";
|
|
66711
66847
|
const _pE = "policyEnabled";
|
|
66848
|
+
const _pEA = "phase1EncryptionAlgorithm";
|
|
66712
66849
|
const _pEAS = "phase1EncryptionAlgorithmSet";
|
|
66713
66850
|
const _pEASh = "phase2EncryptionAlgorithmSet";
|
|
66851
|
+
const _pEAh = "phase2EncryptionAlgorithm";
|
|
66714
66852
|
const _pEk = "pkceEnabled";
|
|
66715
66853
|
const _pF = "packetField";
|
|
66716
66854
|
const _pFS = "previousFleetState";
|
|
@@ -66721,10 +66859,12 @@ const _pGS = "placementGroupSet";
|
|
|
66721
66859
|
const _pHP = "perHourPartition";
|
|
66722
66860
|
const _pHS = "packetHeaderStatement";
|
|
66723
66861
|
const _pI = "publicIp";
|
|
66724
|
-
const _pIA = "
|
|
66862
|
+
const _pIA = "phase1IntegrityAlgorithm";
|
|
66725
66863
|
const _pIAS = "privateIpAddressesSet";
|
|
66726
66864
|
const _pIASh = "phase1IntegrityAlgorithmSet";
|
|
66727
66865
|
const _pIASha = "phase2IntegrityAlgorithmSet";
|
|
66866
|
+
const _pIAh = "phase2IntegrityAlgorithm";
|
|
66867
|
+
const _pIAr = "privateIpAddress";
|
|
66728
66868
|
const _pIDN = "publicIpv6DnsName";
|
|
66729
66869
|
const _pIDNO = "publicIpDnsNameOptions";
|
|
66730
66870
|
const _pIDNu = "publicIpv4DnsName";
|
|
@@ -66765,18 +66905,21 @@ const _pRU = "ptrRecordUpdate";
|
|
|
66765
66905
|
const _pRa = "payerResponsibility";
|
|
66766
66906
|
const _pRo = "portRange";
|
|
66767
66907
|
const _pRol = "policyRule";
|
|
66768
|
-
const _pS = "
|
|
66908
|
+
const _pS = "provisioningStatus";
|
|
66769
66909
|
const _pSET = "previousSlotEndTime";
|
|
66770
66910
|
const _pSFRS = "previousSpotFleetRequestState";
|
|
66771
66911
|
const _pSK = "preSharedKey";
|
|
66912
|
+
const _pSKA = "preSharedKeyArn";
|
|
66772
66913
|
const _pSKE = "publicSigningKeyEndpoint";
|
|
66773
66914
|
const _pSKU = "publicSigningKeyUrl";
|
|
66915
|
+
const _pSR = "provisioningStatusReason";
|
|
66774
66916
|
const _pSe = "permissionState";
|
|
66775
66917
|
const _pSee = "peeringStatus";
|
|
66776
66918
|
const _pSh = "phcSupport";
|
|
66777
|
-
const _pSr = "
|
|
66919
|
+
const _pSr = "previousState";
|
|
66778
66920
|
const _pSre = "previousStatus";
|
|
66779
|
-
const _pSri = "
|
|
66921
|
+
const _pSri = "principalSet";
|
|
66922
|
+
const _pSric = "priceSchedules";
|
|
66780
66923
|
const _pSro = "protocolSet";
|
|
66781
66924
|
const _pT = "principalType";
|
|
66782
66925
|
const _pTGI = "peerTransitGatewayId";
|
package/dist-types/EC2.d.ts
CHANGED
|
@@ -474,6 +474,7 @@ import { ExportClientVpnClientConfigurationCommandInput, ExportClientVpnClientCo
|
|
|
474
474
|
import { ExportImageCommandInput, ExportImageCommandOutput } from "./commands/ExportImageCommand";
|
|
475
475
|
import { ExportTransitGatewayRoutesCommandInput, ExportTransitGatewayRoutesCommandOutput } from "./commands/ExportTransitGatewayRoutesCommand";
|
|
476
476
|
import { ExportVerifiedAccessInstanceClientConfigurationCommandInput, ExportVerifiedAccessInstanceClientConfigurationCommandOutput } from "./commands/ExportVerifiedAccessInstanceClientConfigurationCommand";
|
|
477
|
+
import { GetActiveVpnTunnelStatusCommandInput, GetActiveVpnTunnelStatusCommandOutput } from "./commands/GetActiveVpnTunnelStatusCommand";
|
|
477
478
|
import { GetAllowedImagesSettingsCommandInput, GetAllowedImagesSettingsCommandOutput } from "./commands/GetAllowedImagesSettingsCommand";
|
|
478
479
|
import { GetAssociatedEnclaveCertificateIamRolesCommandInput, GetAssociatedEnclaveCertificateIamRolesCommandOutput } from "./commands/GetAssociatedEnclaveCertificateIamRolesCommand";
|
|
479
480
|
import { GetAssociatedIpv6PoolCidrsCommandInput, GetAssociatedIpv6PoolCidrsCommandOutput } from "./commands/GetAssociatedIpv6PoolCidrsCommand";
|
|
@@ -3717,6 +3718,12 @@ export interface EC2 {
|
|
|
3717
3718
|
exportVerifiedAccessInstanceClientConfiguration(args: ExportVerifiedAccessInstanceClientConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<ExportVerifiedAccessInstanceClientConfigurationCommandOutput>;
|
|
3718
3719
|
exportVerifiedAccessInstanceClientConfiguration(args: ExportVerifiedAccessInstanceClientConfigurationCommandInput, cb: (err: any, data?: ExportVerifiedAccessInstanceClientConfigurationCommandOutput) => void): void;
|
|
3719
3720
|
exportVerifiedAccessInstanceClientConfiguration(args: ExportVerifiedAccessInstanceClientConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExportVerifiedAccessInstanceClientConfigurationCommandOutput) => void): void;
|
|
3721
|
+
/**
|
|
3722
|
+
* @see {@link GetActiveVpnTunnelStatusCommand}
|
|
3723
|
+
*/
|
|
3724
|
+
getActiveVpnTunnelStatus(args: GetActiveVpnTunnelStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetActiveVpnTunnelStatusCommandOutput>;
|
|
3725
|
+
getActiveVpnTunnelStatus(args: GetActiveVpnTunnelStatusCommandInput, cb: (err: any, data?: GetActiveVpnTunnelStatusCommandOutput) => void): void;
|
|
3726
|
+
getActiveVpnTunnelStatus(args: GetActiveVpnTunnelStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetActiveVpnTunnelStatusCommandOutput) => void): void;
|
|
3720
3727
|
/**
|
|
3721
3728
|
* @see {@link GetAllowedImagesSettingsCommand}
|
|
3722
3729
|
*/
|