@aws-sdk/client-ec2 3.758.0 → 3.764.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +387 -282
- package/dist-es/commands/CreateVpnConnectionCommand.js +2 -1
- package/dist-es/models/models_0.js +4 -4
- package/dist-es/models/models_1.js +23 -4
- package/dist-es/models/models_2.js +4 -9
- package/dist-es/models/models_3.js +10 -15
- package/dist-es/models/models_4.js +15 -0
- package/dist-es/models/models_5.js +1 -1
- package/dist-es/models/models_6.js +0 -6
- package/dist-es/models/models_7.js +7 -1
- package/dist-es/protocols/Aws_ec2.js +139 -64
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +37 -2
- package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -2
- package/dist-types/commands/CreateVpcCommand.d.ts +37 -2
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -1
- package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -2
- package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +2 -1
- package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRegionsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeVpcsCommand.d.ts +37 -2
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +3 -1
- package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -2
- package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +20 -12
- package/dist-types/models/models_1.d.ts +86 -233
- package/dist-types/models/models_2.d.ts +236 -253
- package/dist-types/models/models_3.d.ts +248 -243
- package/dist-types/models/models_4.d.ts +247 -197
- package/dist-types/models/models_5.d.ts +198 -120
- package/dist-types/models/models_6.d.ts +119 -132
- package/dist-types/models/models_7.d.ts +134 -148
- package/dist-types/models/models_8.d.ts +145 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +7 -6
- package/dist-types/ts3.4/models/models_1.d.ts +52 -40
- package/dist-types/ts3.4/models/models_2.d.ts +40 -59
- package/dist-types/ts3.4/models/models_3.d.ts +66 -57
- package/dist-types/ts3.4/models/models_4.d.ts +60 -42
- package/dist-types/ts3.4/models/models_5.d.ts +45 -38
- package/dist-types/ts3.4/models/models_6.d.ts +35 -39
- package/dist-types/ts3.4/models/models_7.d.ts +38 -37
- package/dist-types/ts3.4/models/models_8.d.ts +34 -1
- package/package.json +1 -1
|
@@ -37951,6 +37951,9 @@ const de_Address = (output, context) => {
|
|
|
37951
37951
|
if (output[_cI] != null) {
|
|
37952
37952
|
contents[_CIa] = __expectString(output[_cI]);
|
|
37953
37953
|
}
|
|
37954
|
+
if (output[_sM] != null) {
|
|
37955
|
+
contents[_SM] = __expectString(output[_sM]);
|
|
37956
|
+
}
|
|
37954
37957
|
if (output[_iI] != null) {
|
|
37955
37958
|
contents[_IIn] = __expectString(output[_iI]);
|
|
37956
37959
|
}
|
|
@@ -38322,8 +38325,8 @@ const de_AsnAssociation = (output, context) => {
|
|
|
38322
38325
|
if (output[_ci] != null) {
|
|
38323
38326
|
contents[_C] = __expectString(output[_ci]);
|
|
38324
38327
|
}
|
|
38325
|
-
if (output[
|
|
38326
|
-
contents[
|
|
38328
|
+
if (output[_sMt] != null) {
|
|
38329
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
38327
38330
|
}
|
|
38328
38331
|
if (output[_st] != null) {
|
|
38329
38332
|
contents[_Stat] = __expectString(output[_st]);
|
|
@@ -38982,8 +38985,8 @@ const de_Byoasn = (output, context) => {
|
|
|
38982
38985
|
if (output[_iIp] != null) {
|
|
38983
38986
|
contents[_IIp] = __expectString(output[_iIp]);
|
|
38984
38987
|
}
|
|
38985
|
-
if (output[
|
|
38986
|
-
contents[
|
|
38988
|
+
if (output[_sMt] != null) {
|
|
38989
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
38987
38990
|
}
|
|
38988
38991
|
if (output[_st] != null) {
|
|
38989
38992
|
contents[_Stat] = __expectString(output[_st]);
|
|
@@ -39011,8 +39014,8 @@ const de_ByoipCidr = (output, context) => {
|
|
|
39011
39014
|
else if (output[_aAS] != null && output[_aAS][_i] != null) {
|
|
39012
39015
|
contents[_AAsns] = de_AsnAssociationSet(__getArrayIfSingleItem(output[_aAS][_i]), context);
|
|
39013
39016
|
}
|
|
39014
|
-
if (output[
|
|
39015
|
-
contents[
|
|
39017
|
+
if (output[_sMt] != null) {
|
|
39018
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
39016
39019
|
}
|
|
39017
39020
|
if (output[_st] != null) {
|
|
39018
39021
|
contents[_Stat] = __expectString(output[_st]);
|
|
@@ -39462,8 +39465,8 @@ const de_CapacityReservationBillingRequest = (output, context) => {
|
|
|
39462
39465
|
if (output[_sta] != null) {
|
|
39463
39466
|
contents[_Statu] = __expectString(output[_sta]);
|
|
39464
39467
|
}
|
|
39465
|
-
if (output[
|
|
39466
|
-
contents[
|
|
39468
|
+
if (output[_sMt] != null) {
|
|
39469
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
39467
39470
|
}
|
|
39468
39471
|
if (output[_cRIa] != null) {
|
|
39469
39472
|
contents[_CRIap] = de_CapacityReservationInfo(output[_cRIa], context);
|
|
@@ -40247,8 +40250,8 @@ const de_ConversionTask = (output, context) => {
|
|
|
40247
40250
|
if (output[_st] != null) {
|
|
40248
40251
|
contents[_Stat] = __expectString(output[_st]);
|
|
40249
40252
|
}
|
|
40250
|
-
if (output[
|
|
40251
|
-
contents[
|
|
40253
|
+
if (output[_sMt] != null) {
|
|
40254
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
40252
40255
|
}
|
|
40253
40256
|
if (output.tagSet === "") {
|
|
40254
40257
|
contents[_Ta] = [];
|
|
@@ -44728,8 +44731,8 @@ const de_Ec2InstanceConnectEndpoint = (output, context) => {
|
|
|
44728
44731
|
if (output[_st] != null) {
|
|
44729
44732
|
contents[_Stat] = __expectString(output[_st]);
|
|
44730
44733
|
}
|
|
44731
|
-
if (output[
|
|
44732
|
-
contents[
|
|
44734
|
+
if (output[_sMta] != null) {
|
|
44735
|
+
contents[_SMta] = __expectString(output[_sMta]);
|
|
44733
44736
|
}
|
|
44734
44737
|
if (output[_dNn] != null) {
|
|
44735
44738
|
contents[_DNn] = __expectString(output[_dNn]);
|
|
@@ -45442,8 +45445,8 @@ const de_ExportImageResult = (output, context) => {
|
|
|
45442
45445
|
if (output[_sta] != null) {
|
|
45443
45446
|
contents[_Statu] = __expectString(output[_sta]);
|
|
45444
45447
|
}
|
|
45445
|
-
if (output[
|
|
45446
|
-
contents[
|
|
45448
|
+
if (output[_sMt] != null) {
|
|
45449
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
45447
45450
|
}
|
|
45448
45451
|
if (output.tagSet === "") {
|
|
45449
45452
|
contents[_Ta] = [];
|
|
@@ -45473,8 +45476,8 @@ const de_ExportImageTask = (output, context) => {
|
|
|
45473
45476
|
if (output[_sta] != null) {
|
|
45474
45477
|
contents[_Statu] = __expectString(output[_sta]);
|
|
45475
45478
|
}
|
|
45476
|
-
if (output[
|
|
45477
|
-
contents[
|
|
45479
|
+
if (output[_sMt] != null) {
|
|
45480
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
45478
45481
|
}
|
|
45479
45482
|
if (output.tagSet === "") {
|
|
45480
45483
|
contents[_Ta] = [];
|
|
@@ -45508,8 +45511,8 @@ const de_ExportTask = (output, context) => {
|
|
|
45508
45511
|
if (output[_st] != null) {
|
|
45509
45512
|
contents[_Stat] = __expectString(output[_st]);
|
|
45510
45513
|
}
|
|
45511
|
-
if (output[
|
|
45512
|
-
contents[
|
|
45514
|
+
if (output[_sMt] != null) {
|
|
45515
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
45513
45516
|
}
|
|
45514
45517
|
if (output.tagSet === "") {
|
|
45515
45518
|
contents[_Ta] = [];
|
|
@@ -47626,8 +47629,8 @@ const de_ImportImageResult = (output, context) => {
|
|
|
47626
47629
|
if (output[_sta] != null) {
|
|
47627
47630
|
contents[_Statu] = __expectString(output[_sta]);
|
|
47628
47631
|
}
|
|
47629
|
-
if (output[
|
|
47630
|
-
contents[
|
|
47632
|
+
if (output[_sMt] != null) {
|
|
47633
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
47631
47634
|
}
|
|
47632
47635
|
if (output.licenseSpecifications === "") {
|
|
47633
47636
|
contents[_LSi] = [];
|
|
@@ -47687,8 +47690,8 @@ const de_ImportImageTask = (output, context) => {
|
|
|
47687
47690
|
if (output[_sta] != null) {
|
|
47688
47691
|
contents[_Statu] = __expectString(output[_sta]);
|
|
47689
47692
|
}
|
|
47690
|
-
if (output[
|
|
47691
|
-
contents[
|
|
47693
|
+
if (output[_sMt] != null) {
|
|
47694
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
47692
47695
|
}
|
|
47693
47696
|
if (output.tagSet === "") {
|
|
47694
47697
|
contents[_Ta] = [];
|
|
@@ -47760,8 +47763,8 @@ const de_ImportInstanceVolumeDetailItem = (output, context) => {
|
|
|
47760
47763
|
if (output[_sta] != null) {
|
|
47761
47764
|
contents[_Statu] = __expectString(output[_sta]);
|
|
47762
47765
|
}
|
|
47763
|
-
if (output[
|
|
47764
|
-
contents[
|
|
47766
|
+
if (output[_sMt] != null) {
|
|
47767
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
47765
47768
|
}
|
|
47766
47769
|
if (output[_vol] != null) {
|
|
47767
47770
|
contents[_Vo] = de_DiskImageVolumeDescription(output[_vol], context);
|
|
@@ -49410,8 +49413,8 @@ const de_Ipam = (output, context) => {
|
|
|
49410
49413
|
if (output[_rDAC] != null) {
|
|
49411
49414
|
contents[_RDAC] = __strictParseInt32(output[_rDAC]);
|
|
49412
49415
|
}
|
|
49413
|
-
if (output[
|
|
49414
|
-
contents[
|
|
49416
|
+
if (output[_sMta] != null) {
|
|
49417
|
+
contents[_SMta] = __expectString(output[_sMta]);
|
|
49415
49418
|
}
|
|
49416
49419
|
if (output[_tie] != null) {
|
|
49417
49420
|
contents[_Ti] = __expectString(output[_tie]);
|
|
@@ -49741,8 +49744,8 @@ const de_IpamPool = (output, context) => {
|
|
|
49741
49744
|
if (output[_st] != null) {
|
|
49742
49745
|
contents[_Stat] = __expectString(output[_st]);
|
|
49743
49746
|
}
|
|
49744
|
-
if (output[
|
|
49745
|
-
contents[
|
|
49747
|
+
if (output[_sMta] != null) {
|
|
49748
|
+
contents[_SMta] = __expectString(output[_sMta]);
|
|
49746
49749
|
}
|
|
49747
49750
|
if (output[_de] != null) {
|
|
49748
49751
|
contents[_De] = __expectString(output[_de]);
|
|
@@ -51524,8 +51527,8 @@ const de_ManagedPrefixList = (output, context) => {
|
|
|
51524
51527
|
if (output[_st] != null) {
|
|
51525
51528
|
contents[_Stat] = __expectString(output[_st]);
|
|
51526
51529
|
}
|
|
51527
|
-
if (output[
|
|
51528
|
-
contents[
|
|
51530
|
+
if (output[_sMta] != null) {
|
|
51531
|
+
contents[_SMta] = __expectString(output[_sMta]);
|
|
51529
51532
|
}
|
|
51530
51533
|
if (output[_pLA] != null) {
|
|
51531
51534
|
contents[_PLAr] = __expectString(output[_pLA]);
|
|
@@ -52524,8 +52527,8 @@ const de_NetworkInsightsAccessScopeAnalysis = (output, context) => {
|
|
|
52524
52527
|
if (output[_sta] != null) {
|
|
52525
52528
|
contents[_Statu] = __expectString(output[_sta]);
|
|
52526
52529
|
}
|
|
52527
|
-
if (output[
|
|
52528
|
-
contents[
|
|
52530
|
+
if (output[_sMt] != null) {
|
|
52531
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
52529
52532
|
}
|
|
52530
52533
|
if (output[_wM] != null) {
|
|
52531
52534
|
contents[_WM] = __expectString(output[_wM]);
|
|
@@ -52612,8 +52615,8 @@ const de_NetworkInsightsAnalysis = (output, context) => {
|
|
|
52612
52615
|
if (output[_sta] != null) {
|
|
52613
52616
|
contents[_Statu] = __expectString(output[_sta]);
|
|
52614
52617
|
}
|
|
52615
|
-
if (output[
|
|
52616
|
-
contents[
|
|
52618
|
+
if (output[_sMt] != null) {
|
|
52619
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
52617
52620
|
}
|
|
52618
52621
|
if (output[_wM] != null) {
|
|
52619
52622
|
contents[_WM] = __expectString(output[_wM]);
|
|
@@ -52959,8 +52962,8 @@ const de_NetworkInterfacePermissionState = (output, context) => {
|
|
|
52959
52962
|
if (output[_st] != null) {
|
|
52960
52963
|
contents[_Stat] = __expectString(output[_st]);
|
|
52961
52964
|
}
|
|
52962
|
-
if (output[
|
|
52963
|
-
contents[
|
|
52965
|
+
if (output[_sMt] != null) {
|
|
52966
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
52964
52967
|
}
|
|
52965
52968
|
return contents;
|
|
52966
52969
|
};
|
|
@@ -54523,8 +54526,8 @@ const de_ReservedInstancesListing = (output, context) => {
|
|
|
54523
54526
|
if (output[_sta] != null) {
|
|
54524
54527
|
contents[_Statu] = __expectString(output[_sta]);
|
|
54525
54528
|
}
|
|
54526
|
-
if (output[
|
|
54527
|
-
contents[
|
|
54529
|
+
if (output[_sMt] != null) {
|
|
54530
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
54528
54531
|
}
|
|
54529
54532
|
if (output.tagSet === "") {
|
|
54530
54533
|
contents[_Ta] = [];
|
|
@@ -54573,8 +54576,8 @@ const de_ReservedInstancesModification = (output, context) => {
|
|
|
54573
54576
|
if (output[_sta] != null) {
|
|
54574
54577
|
contents[_Statu] = __expectString(output[_sta]);
|
|
54575
54578
|
}
|
|
54576
|
-
if (output[
|
|
54577
|
-
contents[
|
|
54579
|
+
if (output[_sMt] != null) {
|
|
54580
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
54578
54581
|
}
|
|
54579
54582
|
if (output[_uDpd] != null) {
|
|
54580
54583
|
contents[_UDpd] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_uDpd]));
|
|
@@ -55165,8 +55168,8 @@ const de_RouteTableAssociationState = (output, context) => {
|
|
|
55165
55168
|
if (output[_st] != null) {
|
|
55166
55169
|
contents[_Stat] = __expectString(output[_st]);
|
|
55167
55170
|
}
|
|
55168
|
-
if (output[
|
|
55169
|
-
contents[
|
|
55171
|
+
if (output[_sMt] != null) {
|
|
55172
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
55170
55173
|
}
|
|
55171
55174
|
return contents;
|
|
55172
55175
|
};
|
|
@@ -55876,8 +55879,8 @@ const de_Snapshot = (output, context) => {
|
|
|
55876
55879
|
if (output[_sta] != null) {
|
|
55877
55880
|
contents[_Stat] = __expectString(output[_sta]);
|
|
55878
55881
|
}
|
|
55879
|
-
if (output[
|
|
55880
|
-
contents[
|
|
55882
|
+
if (output[_sMt] != null) {
|
|
55883
|
+
contents[_SMta] = __expectString(output[_sMt]);
|
|
55881
55884
|
}
|
|
55882
55885
|
if (output[_sT] != null) {
|
|
55883
55886
|
contents[_STt] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_sT]));
|
|
@@ -55928,8 +55931,8 @@ const de_SnapshotDetail = (output, context) => {
|
|
|
55928
55931
|
if (output[_sta] != null) {
|
|
55929
55932
|
contents[_Statu] = __expectString(output[_sta]);
|
|
55930
55933
|
}
|
|
55931
|
-
if (output[
|
|
55932
|
-
contents[
|
|
55934
|
+
if (output[_sMt] != null) {
|
|
55935
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
55933
55936
|
}
|
|
55934
55937
|
if (output[_ur] != null) {
|
|
55935
55938
|
contents[_U] = __expectString(output[_ur]);
|
|
@@ -56058,8 +56061,8 @@ const de_SnapshotTaskDetail = (output, context) => {
|
|
|
56058
56061
|
if (output[_sta] != null) {
|
|
56059
56062
|
contents[_Statu] = __expectString(output[_sta]);
|
|
56060
56063
|
}
|
|
56061
|
-
if (output[
|
|
56062
|
-
contents[
|
|
56064
|
+
if (output[_sMt] != null) {
|
|
56065
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
56063
56066
|
}
|
|
56064
56067
|
if (output[_ur] != null) {
|
|
56065
56068
|
contents[_U] = __expectString(output[_ur]);
|
|
@@ -56834,8 +56837,8 @@ const de_SubnetCidrBlockState = (output, context) => {
|
|
|
56834
56837
|
if (output[_st] != null) {
|
|
56835
56838
|
contents[_Stat] = __expectString(output[_st]);
|
|
56836
56839
|
}
|
|
56837
|
-
if (output[
|
|
56838
|
-
contents[
|
|
56840
|
+
if (output[_sMt] != null) {
|
|
56841
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
56839
56842
|
}
|
|
56840
56843
|
return contents;
|
|
56841
56844
|
};
|
|
@@ -59398,8 +59401,8 @@ const de_VgwTelemetry = (output, context) => {
|
|
|
59398
59401
|
if (output[_sta] != null) {
|
|
59399
59402
|
contents[_Statu] = __expectString(output[_sta]);
|
|
59400
59403
|
}
|
|
59401
|
-
if (output[
|
|
59402
|
-
contents[
|
|
59404
|
+
if (output[_sMt] != null) {
|
|
59405
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
59403
59406
|
}
|
|
59404
59407
|
if (output[_cAe] != null) {
|
|
59405
59408
|
contents[_CA] = __expectString(output[_cAe]);
|
|
@@ -59534,8 +59537,8 @@ const de_VolumeModification = (output, context) => {
|
|
|
59534
59537
|
if (output[_mSod] != null) {
|
|
59535
59538
|
contents[_MSod] = __expectString(output[_mSod]);
|
|
59536
59539
|
}
|
|
59537
|
-
if (output[
|
|
59538
|
-
contents[
|
|
59540
|
+
if (output[_sMt] != null) {
|
|
59541
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
59539
59542
|
}
|
|
59540
59543
|
if (output[_tSar] != null) {
|
|
59541
59544
|
contents[_TSar] = __strictParseInt32(output[_tSar]);
|
|
@@ -59748,6 +59751,9 @@ const de_Vpc = (output, context) => {
|
|
|
59748
59751
|
if (output[_iDs] != null) {
|
|
59749
59752
|
contents[_IDs] = __parseBoolean(output[_iDs]);
|
|
59750
59753
|
}
|
|
59754
|
+
if (output[_eCn] != null) {
|
|
59755
|
+
contents[_ECn] = de_VpcEncryptionControl(output[_eCn], context);
|
|
59756
|
+
}
|
|
59751
59757
|
if (output.tagSet === "") {
|
|
59752
59758
|
contents[_Ta] = [];
|
|
59753
59759
|
}
|
|
@@ -59882,8 +59888,8 @@ const de_VpcCidrBlockState = (output, context) => {
|
|
|
59882
59888
|
if (output[_st] != null) {
|
|
59883
59889
|
contents[_Stat] = __expectString(output[_st]);
|
|
59884
59890
|
}
|
|
59885
|
-
if (output[
|
|
59886
|
-
contents[
|
|
59891
|
+
if (output[_sMt] != null) {
|
|
59892
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
59887
59893
|
}
|
|
59888
59894
|
return contents;
|
|
59889
59895
|
};
|
|
@@ -59910,6 +59916,63 @@ const de_VpcClassicLinkList = (output, context) => {
|
|
|
59910
59916
|
return de_VpcClassicLink(entry, context);
|
|
59911
59917
|
});
|
|
59912
59918
|
};
|
|
59919
|
+
const de_VpcEncryptionControl = (output, context) => {
|
|
59920
|
+
const contents = {};
|
|
59921
|
+
if (output[_vI] != null) {
|
|
59922
|
+
contents[_VI] = __expectString(output[_vI]);
|
|
59923
|
+
}
|
|
59924
|
+
if (output[_vECI] != null) {
|
|
59925
|
+
contents[_VECI] = __expectString(output[_vECI]);
|
|
59926
|
+
}
|
|
59927
|
+
if (output[_mod] != null) {
|
|
59928
|
+
contents[_Mo] = __expectString(output[_mod]);
|
|
59929
|
+
}
|
|
59930
|
+
if (output[_st] != null) {
|
|
59931
|
+
contents[_Stat] = __expectString(output[_st]);
|
|
59932
|
+
}
|
|
59933
|
+
if (output[_sMta] != null) {
|
|
59934
|
+
contents[_SMta] = __expectString(output[_sMta]);
|
|
59935
|
+
}
|
|
59936
|
+
if (output[_rEes] != null) {
|
|
59937
|
+
contents[_REeso] = de_VpcEncryptionControlExclusions(output[_rEes], context);
|
|
59938
|
+
}
|
|
59939
|
+
if (output.tagSet === "") {
|
|
59940
|
+
contents[_Ta] = [];
|
|
59941
|
+
}
|
|
59942
|
+
else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
59943
|
+
contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
|
|
59944
|
+
}
|
|
59945
|
+
return contents;
|
|
59946
|
+
};
|
|
59947
|
+
const de_VpcEncryptionControlExclusion = (output, context) => {
|
|
59948
|
+
const contents = {};
|
|
59949
|
+
if (output[_st] != null) {
|
|
59950
|
+
contents[_Stat] = __expectString(output[_st]);
|
|
59951
|
+
}
|
|
59952
|
+
if (output[_sMta] != null) {
|
|
59953
|
+
contents[_SMta] = __expectString(output[_sMta]);
|
|
59954
|
+
}
|
|
59955
|
+
return contents;
|
|
59956
|
+
};
|
|
59957
|
+
const de_VpcEncryptionControlExclusions = (output, context) => {
|
|
59958
|
+
const contents = {};
|
|
59959
|
+
if (output[_iG] != null) {
|
|
59960
|
+
contents[_IGn] = de_VpcEncryptionControlExclusion(output[_iG], context);
|
|
59961
|
+
}
|
|
59962
|
+
if (output[_eOIG] != null) {
|
|
59963
|
+
contents[_EOIG] = de_VpcEncryptionControlExclusion(output[_eOIG], context);
|
|
59964
|
+
}
|
|
59965
|
+
if (output[_nG] != null) {
|
|
59966
|
+
contents[_NG] = de_VpcEncryptionControlExclusion(output[_nG], context);
|
|
59967
|
+
}
|
|
59968
|
+
if (output[_vPG] != null) {
|
|
59969
|
+
contents[_VPG] = de_VpcEncryptionControlExclusion(output[_vPG], context);
|
|
59970
|
+
}
|
|
59971
|
+
if (output[_vPpc] != null) {
|
|
59972
|
+
contents[_VPpc] = de_VpcEncryptionControlExclusion(output[_vPpc], context);
|
|
59973
|
+
}
|
|
59974
|
+
return contents;
|
|
59975
|
+
};
|
|
59913
59976
|
const de_VpcEndpoint = (output, context) => {
|
|
59914
59977
|
const contents = {};
|
|
59915
59978
|
if (output[_vEI] != null) {
|
|
@@ -60101,8 +60164,8 @@ const de_VpcEndpointConnection = (output, context) => {
|
|
|
60101
60164
|
if (output[_iAT] != null) {
|
|
60102
60165
|
contents[_IAT] = __expectString(output[_iAT]);
|
|
60103
60166
|
}
|
|
60104
|
-
if (output[
|
|
60105
|
-
contents[
|
|
60167
|
+
if (output[_vECIp] != null) {
|
|
60168
|
+
contents[_VECIp] = __expectString(output[_vECIp]);
|
|
60106
60169
|
}
|
|
60107
60170
|
if (output.tagSet === "") {
|
|
60108
60171
|
contents[_Ta] = [];
|
|
@@ -61425,6 +61488,7 @@ const _EC = "ErrorCode";
|
|
|
61425
61488
|
const _ECTP = "ExcessCapacityTerminationPolicy";
|
|
61426
61489
|
const _ECVCC = "ExportClientVpnClientConfiguration";
|
|
61427
61490
|
const _ECVCCRL = "ExportClientVpnClientCertificateRevocationList";
|
|
61491
|
+
const _ECn = "EncryptionControl";
|
|
61428
61492
|
const _ECx = "ExplanationCode";
|
|
61429
61493
|
const _ED = "EndDate";
|
|
61430
61494
|
const _EDH = "EnableDnsHostnames";
|
|
@@ -62527,6 +62591,7 @@ const _REDKKI = "ResetEbsDefaultKmsKeyId";
|
|
|
62527
62591
|
const _RET = "RestoreExpiryTime";
|
|
62528
62592
|
const _REe = "RemoveEntries";
|
|
62529
62593
|
const _REes = "ResponseError";
|
|
62594
|
+
const _REeso = "ResourceExclusions";
|
|
62530
62595
|
const _RF = "RemoveFields";
|
|
62531
62596
|
const _RFIA = "ResetFpgaImageAttribute";
|
|
62532
62597
|
const _RFP = "RekeyFuzzPercentage";
|
|
@@ -62783,11 +62848,12 @@ const _SKo = "S3objectKey";
|
|
|
62783
62848
|
const _SL = "SpreadLevel";
|
|
62784
62849
|
const _SLGR = "SearchLocalGatewayRoutes";
|
|
62785
62850
|
const _SLo = "S3Location";
|
|
62786
|
-
const _SM = "
|
|
62851
|
+
const _SM = "ServiceManaged";
|
|
62787
62852
|
const _SMPPOLP = "SpotMaxPricePercentageOverLowestPrice";
|
|
62788
62853
|
const _SMS = "SpotMaintenanceStrategies";
|
|
62789
62854
|
const _SMTP = "SpotMaxTotalPrice";
|
|
62790
|
-
const _SMt = "
|
|
62855
|
+
const _SMt = "StatusMessage";
|
|
62856
|
+
const _SMta = "StateMessage";
|
|
62791
62857
|
const _SN = "SessionNumber";
|
|
62792
62858
|
const _SNA = "ServiceNetworkArn";
|
|
62793
62859
|
const _SNIA = "StartNetworkInsightsAnalysis";
|
|
@@ -63125,7 +63191,8 @@ const _VD = "VersionDescription";
|
|
|
63125
63191
|
const _VE = "VpcEndpoint";
|
|
63126
63192
|
const _VEA = "VpcEndpointAssociations";
|
|
63127
63193
|
const _VEC = "VpcEndpointConnections";
|
|
63128
|
-
const _VECI = "
|
|
63194
|
+
const _VECI = "VpcEncryptionControlId";
|
|
63195
|
+
const _VECIp = "VpcEndpointConnectionId";
|
|
63129
63196
|
const _VEI = "VpcEndpointIds";
|
|
63130
63197
|
const _VEIp = "VpcEndpointId";
|
|
63131
63198
|
const _VEO = "VpcEndpointOwner";
|
|
@@ -63161,7 +63228,9 @@ const _VPC = "VpcPeeringConnection";
|
|
|
63161
63228
|
const _VPCI = "VpcPeeringConnectionId";
|
|
63162
63229
|
const _VPCIp = "VpcPeeringConnectionIds";
|
|
63163
63230
|
const _VPCp = "VpcPeeringConnections";
|
|
63231
|
+
const _VPG = "VirtualPrivateGateway";
|
|
63164
63232
|
const _VPp = "VpnProtocol";
|
|
63233
|
+
const _VPpc = "VpcPeering";
|
|
63165
63234
|
const _VS = "VolumeSize";
|
|
63166
63235
|
const _VSo = "VolumeStatuses";
|
|
63167
63236
|
const _VSol = "VolumeStatus";
|
|
@@ -63619,6 +63688,7 @@ const _eAn = "enableAcceleration";
|
|
|
63619
63688
|
const _eB = "egressBytes";
|
|
63620
63689
|
const _eC = "errorCode";
|
|
63621
63690
|
const _eCTP = "excessCapacityTerminationPolicy";
|
|
63691
|
+
const _eCn = "encryptionControl";
|
|
63622
63692
|
const _eCx = "explanationCode";
|
|
63623
63693
|
const _eD = "endDate";
|
|
63624
63694
|
const _eDH = "enableDnsHostnames";
|
|
@@ -64426,6 +64496,7 @@ const _rE = "responseError";
|
|
|
64426
64496
|
const _rET = "restoreExpiryTime";
|
|
64427
64497
|
const _rEd = "rdsEndpoint";
|
|
64428
64498
|
const _rEe = "regionEndpoint";
|
|
64499
|
+
const _rEes = "resourceExclusions";
|
|
64429
64500
|
const _rFP = "rekeyFuzzPercentage";
|
|
64430
64501
|
const _rGA = "ruleGroupArn";
|
|
64431
64502
|
const _rGI = "referencedGroupId";
|
|
@@ -64602,11 +64673,12 @@ const _sK = "s3Key";
|
|
|
64602
64673
|
const _sKo = "s3objectKey";
|
|
64603
64674
|
const _sL = "s3Location";
|
|
64604
64675
|
const _sLp = "spreadLevel";
|
|
64605
|
-
const _sM = "
|
|
64676
|
+
const _sM = "serviceManaged";
|
|
64606
64677
|
const _sMPPOLP = "spotMaxPricePercentageOverLowestPrice";
|
|
64607
64678
|
const _sMS = "spotMaintenanceStrategies";
|
|
64608
64679
|
const _sMTP = "spotMaxTotalPrice";
|
|
64609
|
-
const _sMt = "
|
|
64680
|
+
const _sMt = "statusMessage";
|
|
64681
|
+
const _sMta = "stateMessage";
|
|
64610
64682
|
const _sN = "serviceName";
|
|
64611
64683
|
const _sNA = "serviceNetworkArn";
|
|
64612
64684
|
const _sNN = "serviceNetworkName";
|
|
@@ -64884,7 +64956,8 @@ const _vCa = "validCores";
|
|
|
64884
64956
|
const _vD = "versionDescription";
|
|
64885
64957
|
const _vE = "vpcEndpoint";
|
|
64886
64958
|
const _vEAS = "vpcEndpointAssociationSet";
|
|
64887
|
-
const _vECI = "
|
|
64959
|
+
const _vECI = "vpcEncryptionControlId";
|
|
64960
|
+
const _vECIp = "vpcEndpointConnectionId";
|
|
64888
64961
|
const _vECS = "vpcEndpointConnectionSet";
|
|
64889
64962
|
const _vEI = "vpcEndpointId";
|
|
64890
64963
|
const _vEO = "vpcEndpointOwner";
|
|
@@ -64914,7 +64987,9 @@ const _vP = "vpnProtocol";
|
|
|
64914
64987
|
const _vPC = "vpcPeeringConnection";
|
|
64915
64988
|
const _vPCI = "vpcPeeringConnectionId";
|
|
64916
64989
|
const _vPCS = "vpcPeeringConnectionSet";
|
|
64990
|
+
const _vPG = "virtualPrivateGateway";
|
|
64917
64991
|
const _vPp = "vpnPort";
|
|
64992
|
+
const _vPpc = "vpcPeering";
|
|
64918
64993
|
const _vS = "volumeSet";
|
|
64919
64994
|
const _vSS = "volumeStatusSet";
|
|
64920
64995
|
const _vSa = "valueSet";
|
|
@@ -74,8 +74,43 @@ declare const CreateDefaultVpcCommand_base: {
|
|
|
74
74
|
* // },
|
|
75
75
|
* // ],
|
|
76
76
|
* // IsDefault: true || false,
|
|
77
|
-
* //
|
|
78
|
-
* //
|
|
77
|
+
* // EncryptionControl: { // VpcEncryptionControl
|
|
78
|
+
* // VpcId: "STRING_VALUE",
|
|
79
|
+
* // VpcEncryptionControlId: "STRING_VALUE",
|
|
80
|
+
* // Mode: "monitor" || "enforce",
|
|
81
|
+
* // State: "enforce-in-progress" || "monitor-in-progress" || "enforce-failed" || "monitor-failed" || "deleting" || "deleted" || "available",
|
|
82
|
+
* // StateMessage: "STRING_VALUE",
|
|
83
|
+
* // ResourceExclusions: { // VpcEncryptionControlExclusions
|
|
84
|
+
* // InternetGateway: { // VpcEncryptionControlExclusion
|
|
85
|
+
* // State: "enabling" || "enabled" || "disabling" || "disabled",
|
|
86
|
+
* // StateMessage: "STRING_VALUE",
|
|
87
|
+
* // },
|
|
88
|
+
* // EgressOnlyInternetGateway: {
|
|
89
|
+
* // State: "enabling" || "enabled" || "disabling" || "disabled",
|
|
90
|
+
* // StateMessage: "STRING_VALUE",
|
|
91
|
+
* // },
|
|
92
|
+
* // NatGateway: {
|
|
93
|
+
* // State: "enabling" || "enabled" || "disabling" || "disabled",
|
|
94
|
+
* // StateMessage: "STRING_VALUE",
|
|
95
|
+
* // },
|
|
96
|
+
* // VirtualPrivateGateway: {
|
|
97
|
+
* // State: "enabling" || "enabled" || "disabling" || "disabled",
|
|
98
|
+
* // StateMessage: "STRING_VALUE",
|
|
99
|
+
* // },
|
|
100
|
+
* // VpcPeering: {
|
|
101
|
+
* // State: "enabling" || "enabled" || "disabling" || "disabled",
|
|
102
|
+
* // StateMessage: "STRING_VALUE",
|
|
103
|
+
* // },
|
|
104
|
+
* // },
|
|
105
|
+
* // Tags: [ // TagList
|
|
106
|
+
* // { // Tag
|
|
107
|
+
* // Key: "STRING_VALUE",
|
|
108
|
+
* // Value: "STRING_VALUE",
|
|
109
|
+
* // },
|
|
110
|
+
* // ],
|
|
111
|
+
* // },
|
|
112
|
+
* // Tags: [
|
|
113
|
+
* // {
|
|
79
114
|
* // Key: "STRING_VALUE",
|
|
80
115
|
* // Value: "STRING_VALUE",
|
|
81
116
|
* // },
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { CreateLocalGatewayRouteRequest
|
|
4
|
+
import { CreateLocalGatewayRouteRequest } from "../models/models_1";
|
|
5
|
+
import { CreateLocalGatewayRouteResult } from "../models/models_2";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { CreateLocalGatewayRouteTableRequest, CreateLocalGatewayRouteTableResult } from "../models/
|
|
4
|
+
import { CreateLocalGatewayRouteTableRequest, CreateLocalGatewayRouteTableResult } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest } from "../models/
|
|
5
|
-
import { CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult } from "../models/models_2";
|
|
4
|
+
import { CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest, CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult } from "../models/models_2";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -100,8 +100,43 @@ declare const CreateVpcCommand_base: {
|
|
|
100
100
|
* // },
|
|
101
101
|
* // ],
|
|
102
102
|
* // IsDefault: true || false,
|
|
103
|
-
* //
|
|
104
|
-
* //
|
|
103
|
+
* // EncryptionControl: { // VpcEncryptionControl
|
|
104
|
+
* // VpcId: "STRING_VALUE",
|
|
105
|
+
* // VpcEncryptionControlId: "STRING_VALUE",
|
|
106
|
+
* // Mode: "monitor" || "enforce",
|
|
107
|
+
* // State: "enforce-in-progress" || "monitor-in-progress" || "enforce-failed" || "monitor-failed" || "deleting" || "deleted" || "available",
|
|
108
|
+
* // StateMessage: "STRING_VALUE",
|
|
109
|
+
* // ResourceExclusions: { // VpcEncryptionControlExclusions
|
|
110
|
+
* // InternetGateway: { // VpcEncryptionControlExclusion
|
|
111
|
+
* // State: "enabling" || "enabled" || "disabling" || "disabled",
|
|
112
|
+
* // StateMessage: "STRING_VALUE",
|
|
113
|
+
* // },
|
|
114
|
+
* // EgressOnlyInternetGateway: {
|
|
115
|
+
* // State: "enabling" || "enabled" || "disabling" || "disabled",
|
|
116
|
+
* // StateMessage: "STRING_VALUE",
|
|
117
|
+
* // },
|
|
118
|
+
* // NatGateway: {
|
|
119
|
+
* // State: "enabling" || "enabled" || "disabling" || "disabled",
|
|
120
|
+
* // StateMessage: "STRING_VALUE",
|
|
121
|
+
* // },
|
|
122
|
+
* // VirtualPrivateGateway: {
|
|
123
|
+
* // State: "enabling" || "enabled" || "disabling" || "disabled",
|
|
124
|
+
* // StateMessage: "STRING_VALUE",
|
|
125
|
+
* // },
|
|
126
|
+
* // VpcPeering: {
|
|
127
|
+
* // State: "enabling" || "enabled" || "disabling" || "disabled",
|
|
128
|
+
* // StateMessage: "STRING_VALUE",
|
|
129
|
+
* // },
|
|
130
|
+
* // },
|
|
131
|
+
* // Tags: [ // TagList
|
|
132
|
+
* // { // Tag
|
|
133
|
+
* // Key: "STRING_VALUE",
|
|
134
|
+
* // Value: "STRING_VALUE",
|
|
135
|
+
* // },
|
|
136
|
+
* // ],
|
|
137
|
+
* // },
|
|
138
|
+
* // Tags: [
|
|
139
|
+
* // {
|
|
105
140
|
* // Key: "STRING_VALUE",
|
|
106
141
|
* // Value: "STRING_VALUE",
|
|
107
142
|
* // },
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { CreateVpnConnectionRequest
|
|
4
|
+
import { CreateVpnConnectionRequest } from "../models/models_2";
|
|
5
|
+
import { CreateVpnConnectionResult } from "../models/models_3";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { CreateVpnConnectionRouteRequest } from "../models/
|
|
4
|
+
import { CreateVpnConnectionRouteRequest } from "../models/models_3";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { CreateVpnGatewayRequest, CreateVpnGatewayResult } from "../models/
|
|
4
|
+
import { CreateVpnGatewayRequest, CreateVpnGatewayResult } from "../models/models_3";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -73,6 +73,7 @@ declare const DescribeAddressesCommand_base: {
|
|
|
73
73
|
* // CustomerOwnedIp: "STRING_VALUE",
|
|
74
74
|
* // CustomerOwnedIpv4Pool: "STRING_VALUE",
|
|
75
75
|
* // CarrierIp: "STRING_VALUE",
|
|
76
|
+
* // ServiceManaged: "alb" || "nlb",
|
|
76
77
|
* // InstanceId: "STRING_VALUE",
|
|
77
78
|
* // PublicIp: "STRING_VALUE",
|
|
78
79
|
* // },
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DescribeFastLaunchImagesRequest
|
|
4
|
+
import { DescribeFastLaunchImagesRequest } from "../models/models_3";
|
|
5
|
+
import { DescribeFastLaunchImagesResult } from "../models/models_4";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|