@aws-sdk/client-ec2 3.760.0 → 3.766.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 +90 -74
- package/dist-es/models/models_0.js +4 -4
- package/dist-es/models/models_1.js +4 -0
- package/dist-es/protocols/Aws_ec2.js +74 -64
- package/dist-types/commands/AssociateInstanceEventWindowCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +2 -2
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -1
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +3 -1
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +3 -2
- package/dist-types/commands/StopInstancesCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +25 -14
- package/dist-types/models/models_1.d.ts +22 -48
- package/dist-types/models/models_2.d.ts +13 -40
- package/dist-types/models/models_3.d.ts +61 -23
- package/dist-types/models/models_4.d.ts +29 -31
- package/dist-types/models/models_5.d.ts +19 -18
- package/dist-types/models/models_6.d.ts +18 -13
- package/dist-types/models/models_7.d.ts +18 -43
- package/dist-types/models/models_8.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +7 -6
- package/dist-types/ts3.4/models/models_1.d.ts +6 -4
- package/dist-types/ts3.4/models/models_2.d.ts +4 -8
- package/dist-types/ts3.4/models/models_3.d.ts +10 -4
- package/dist-types/ts3.4/models/models_4.d.ts +3 -5
- package/dist-types/ts3.4/models/models_5.d.ts +6 -7
- package/dist-types/ts3.4/models/models_6.d.ts +6 -4
- package/dist-types/ts3.4/models/models_7.d.ts +3 -6
- package/dist-types/ts3.4/models/models_8.d.ts +6 -0
- 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]);
|
|
@@ -38792,6 +38795,9 @@ const de_AvailabilityZone = (output, context) => {
|
|
|
38792
38795
|
if (output[_pZI] != null) {
|
|
38793
38796
|
contents[_PZI] = __expectString(output[_pZI]);
|
|
38794
38797
|
}
|
|
38798
|
+
if (output[_gLN] != null) {
|
|
38799
|
+
contents[_GLN] = __expectString(output[_gLN]);
|
|
38800
|
+
}
|
|
38795
38801
|
if (output[_zS] != null) {
|
|
38796
38802
|
contents[_Stat] = __expectString(output[_zS]);
|
|
38797
38803
|
}
|
|
@@ -38982,8 +38988,8 @@ const de_Byoasn = (output, context) => {
|
|
|
38982
38988
|
if (output[_iIp] != null) {
|
|
38983
38989
|
contents[_IIp] = __expectString(output[_iIp]);
|
|
38984
38990
|
}
|
|
38985
|
-
if (output[
|
|
38986
|
-
contents[
|
|
38991
|
+
if (output[_sMt] != null) {
|
|
38992
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
38987
38993
|
}
|
|
38988
38994
|
if (output[_st] != null) {
|
|
38989
38995
|
contents[_Stat] = __expectString(output[_st]);
|
|
@@ -39011,8 +39017,8 @@ const de_ByoipCidr = (output, context) => {
|
|
|
39011
39017
|
else if (output[_aAS] != null && output[_aAS][_i] != null) {
|
|
39012
39018
|
contents[_AAsns] = de_AsnAssociationSet(__getArrayIfSingleItem(output[_aAS][_i]), context);
|
|
39013
39019
|
}
|
|
39014
|
-
if (output[
|
|
39015
|
-
contents[
|
|
39020
|
+
if (output[_sMt] != null) {
|
|
39021
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
39016
39022
|
}
|
|
39017
39023
|
if (output[_st] != null) {
|
|
39018
39024
|
contents[_Stat] = __expectString(output[_st]);
|
|
@@ -39462,8 +39468,8 @@ const de_CapacityReservationBillingRequest = (output, context) => {
|
|
|
39462
39468
|
if (output[_sta] != null) {
|
|
39463
39469
|
contents[_Statu] = __expectString(output[_sta]);
|
|
39464
39470
|
}
|
|
39465
|
-
if (output[
|
|
39466
|
-
contents[
|
|
39471
|
+
if (output[_sMt] != null) {
|
|
39472
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
39467
39473
|
}
|
|
39468
39474
|
if (output[_cRIa] != null) {
|
|
39469
39475
|
contents[_CRIap] = de_CapacityReservationInfo(output[_cRIa], context);
|
|
@@ -40247,8 +40253,8 @@ const de_ConversionTask = (output, context) => {
|
|
|
40247
40253
|
if (output[_st] != null) {
|
|
40248
40254
|
contents[_Stat] = __expectString(output[_st]);
|
|
40249
40255
|
}
|
|
40250
|
-
if (output[
|
|
40251
|
-
contents[
|
|
40256
|
+
if (output[_sMt] != null) {
|
|
40257
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
40252
40258
|
}
|
|
40253
40259
|
if (output.tagSet === "") {
|
|
40254
40260
|
contents[_Ta] = [];
|
|
@@ -44728,8 +44734,8 @@ const de_Ec2InstanceConnectEndpoint = (output, context) => {
|
|
|
44728
44734
|
if (output[_st] != null) {
|
|
44729
44735
|
contents[_Stat] = __expectString(output[_st]);
|
|
44730
44736
|
}
|
|
44731
|
-
if (output[
|
|
44732
|
-
contents[
|
|
44737
|
+
if (output[_sMta] != null) {
|
|
44738
|
+
contents[_SMta] = __expectString(output[_sMta]);
|
|
44733
44739
|
}
|
|
44734
44740
|
if (output[_dNn] != null) {
|
|
44735
44741
|
contents[_DNn] = __expectString(output[_dNn]);
|
|
@@ -45442,8 +45448,8 @@ const de_ExportImageResult = (output, context) => {
|
|
|
45442
45448
|
if (output[_sta] != null) {
|
|
45443
45449
|
contents[_Statu] = __expectString(output[_sta]);
|
|
45444
45450
|
}
|
|
45445
|
-
if (output[
|
|
45446
|
-
contents[
|
|
45451
|
+
if (output[_sMt] != null) {
|
|
45452
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
45447
45453
|
}
|
|
45448
45454
|
if (output.tagSet === "") {
|
|
45449
45455
|
contents[_Ta] = [];
|
|
@@ -45473,8 +45479,8 @@ const de_ExportImageTask = (output, context) => {
|
|
|
45473
45479
|
if (output[_sta] != null) {
|
|
45474
45480
|
contents[_Statu] = __expectString(output[_sta]);
|
|
45475
45481
|
}
|
|
45476
|
-
if (output[
|
|
45477
|
-
contents[
|
|
45482
|
+
if (output[_sMt] != null) {
|
|
45483
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
45478
45484
|
}
|
|
45479
45485
|
if (output.tagSet === "") {
|
|
45480
45486
|
contents[_Ta] = [];
|
|
@@ -45508,8 +45514,8 @@ const de_ExportTask = (output, context) => {
|
|
|
45508
45514
|
if (output[_st] != null) {
|
|
45509
45515
|
contents[_Stat] = __expectString(output[_st]);
|
|
45510
45516
|
}
|
|
45511
|
-
if (output[
|
|
45512
|
-
contents[
|
|
45517
|
+
if (output[_sMt] != null) {
|
|
45518
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
45513
45519
|
}
|
|
45514
45520
|
if (output.tagSet === "") {
|
|
45515
45521
|
contents[_Ta] = [];
|
|
@@ -47626,8 +47632,8 @@ const de_ImportImageResult = (output, context) => {
|
|
|
47626
47632
|
if (output[_sta] != null) {
|
|
47627
47633
|
contents[_Statu] = __expectString(output[_sta]);
|
|
47628
47634
|
}
|
|
47629
|
-
if (output[
|
|
47630
|
-
contents[
|
|
47635
|
+
if (output[_sMt] != null) {
|
|
47636
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
47631
47637
|
}
|
|
47632
47638
|
if (output.licenseSpecifications === "") {
|
|
47633
47639
|
contents[_LSi] = [];
|
|
@@ -47687,8 +47693,8 @@ const de_ImportImageTask = (output, context) => {
|
|
|
47687
47693
|
if (output[_sta] != null) {
|
|
47688
47694
|
contents[_Statu] = __expectString(output[_sta]);
|
|
47689
47695
|
}
|
|
47690
|
-
if (output[
|
|
47691
|
-
contents[
|
|
47696
|
+
if (output[_sMt] != null) {
|
|
47697
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
47692
47698
|
}
|
|
47693
47699
|
if (output.tagSet === "") {
|
|
47694
47700
|
contents[_Ta] = [];
|
|
@@ -47760,8 +47766,8 @@ const de_ImportInstanceVolumeDetailItem = (output, context) => {
|
|
|
47760
47766
|
if (output[_sta] != null) {
|
|
47761
47767
|
contents[_Statu] = __expectString(output[_sta]);
|
|
47762
47768
|
}
|
|
47763
|
-
if (output[
|
|
47764
|
-
contents[
|
|
47769
|
+
if (output[_sMt] != null) {
|
|
47770
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
47765
47771
|
}
|
|
47766
47772
|
if (output[_vol] != null) {
|
|
47767
47773
|
contents[_Vo] = de_DiskImageVolumeDescription(output[_vol], context);
|
|
@@ -49410,8 +49416,8 @@ const de_Ipam = (output, context) => {
|
|
|
49410
49416
|
if (output[_rDAC] != null) {
|
|
49411
49417
|
contents[_RDAC] = __strictParseInt32(output[_rDAC]);
|
|
49412
49418
|
}
|
|
49413
|
-
if (output[
|
|
49414
|
-
contents[
|
|
49419
|
+
if (output[_sMta] != null) {
|
|
49420
|
+
contents[_SMta] = __expectString(output[_sMta]);
|
|
49415
49421
|
}
|
|
49416
49422
|
if (output[_tie] != null) {
|
|
49417
49423
|
contents[_Ti] = __expectString(output[_tie]);
|
|
@@ -49741,8 +49747,8 @@ const de_IpamPool = (output, context) => {
|
|
|
49741
49747
|
if (output[_st] != null) {
|
|
49742
49748
|
contents[_Stat] = __expectString(output[_st]);
|
|
49743
49749
|
}
|
|
49744
|
-
if (output[
|
|
49745
|
-
contents[
|
|
49750
|
+
if (output[_sMta] != null) {
|
|
49751
|
+
contents[_SMta] = __expectString(output[_sMta]);
|
|
49746
49752
|
}
|
|
49747
49753
|
if (output[_de] != null) {
|
|
49748
49754
|
contents[_De] = __expectString(output[_de]);
|
|
@@ -51524,8 +51530,8 @@ const de_ManagedPrefixList = (output, context) => {
|
|
|
51524
51530
|
if (output[_st] != null) {
|
|
51525
51531
|
contents[_Stat] = __expectString(output[_st]);
|
|
51526
51532
|
}
|
|
51527
|
-
if (output[
|
|
51528
|
-
contents[
|
|
51533
|
+
if (output[_sMta] != null) {
|
|
51534
|
+
contents[_SMta] = __expectString(output[_sMta]);
|
|
51529
51535
|
}
|
|
51530
51536
|
if (output[_pLA] != null) {
|
|
51531
51537
|
contents[_PLAr] = __expectString(output[_pLA]);
|
|
@@ -52524,8 +52530,8 @@ const de_NetworkInsightsAccessScopeAnalysis = (output, context) => {
|
|
|
52524
52530
|
if (output[_sta] != null) {
|
|
52525
52531
|
contents[_Statu] = __expectString(output[_sta]);
|
|
52526
52532
|
}
|
|
52527
|
-
if (output[
|
|
52528
|
-
contents[
|
|
52533
|
+
if (output[_sMt] != null) {
|
|
52534
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
52529
52535
|
}
|
|
52530
52536
|
if (output[_wM] != null) {
|
|
52531
52537
|
contents[_WM] = __expectString(output[_wM]);
|
|
@@ -52612,8 +52618,8 @@ const de_NetworkInsightsAnalysis = (output, context) => {
|
|
|
52612
52618
|
if (output[_sta] != null) {
|
|
52613
52619
|
contents[_Statu] = __expectString(output[_sta]);
|
|
52614
52620
|
}
|
|
52615
|
-
if (output[
|
|
52616
|
-
contents[
|
|
52621
|
+
if (output[_sMt] != null) {
|
|
52622
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
52617
52623
|
}
|
|
52618
52624
|
if (output[_wM] != null) {
|
|
52619
52625
|
contents[_WM] = __expectString(output[_wM]);
|
|
@@ -52959,8 +52965,8 @@ const de_NetworkInterfacePermissionState = (output, context) => {
|
|
|
52959
52965
|
if (output[_st] != null) {
|
|
52960
52966
|
contents[_Stat] = __expectString(output[_st]);
|
|
52961
52967
|
}
|
|
52962
|
-
if (output[
|
|
52963
|
-
contents[
|
|
52968
|
+
if (output[_sMt] != null) {
|
|
52969
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
52964
52970
|
}
|
|
52965
52971
|
return contents;
|
|
52966
52972
|
};
|
|
@@ -54523,8 +54529,8 @@ const de_ReservedInstancesListing = (output, context) => {
|
|
|
54523
54529
|
if (output[_sta] != null) {
|
|
54524
54530
|
contents[_Statu] = __expectString(output[_sta]);
|
|
54525
54531
|
}
|
|
54526
|
-
if (output[
|
|
54527
|
-
contents[
|
|
54532
|
+
if (output[_sMt] != null) {
|
|
54533
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
54528
54534
|
}
|
|
54529
54535
|
if (output.tagSet === "") {
|
|
54530
54536
|
contents[_Ta] = [];
|
|
@@ -54573,8 +54579,8 @@ const de_ReservedInstancesModification = (output, context) => {
|
|
|
54573
54579
|
if (output[_sta] != null) {
|
|
54574
54580
|
contents[_Statu] = __expectString(output[_sta]);
|
|
54575
54581
|
}
|
|
54576
|
-
if (output[
|
|
54577
|
-
contents[
|
|
54582
|
+
if (output[_sMt] != null) {
|
|
54583
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
54578
54584
|
}
|
|
54579
54585
|
if (output[_uDpd] != null) {
|
|
54580
54586
|
contents[_UDpd] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_uDpd]));
|
|
@@ -55165,8 +55171,8 @@ const de_RouteTableAssociationState = (output, context) => {
|
|
|
55165
55171
|
if (output[_st] != null) {
|
|
55166
55172
|
contents[_Stat] = __expectString(output[_st]);
|
|
55167
55173
|
}
|
|
55168
|
-
if (output[
|
|
55169
|
-
contents[
|
|
55174
|
+
if (output[_sMt] != null) {
|
|
55175
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
55170
55176
|
}
|
|
55171
55177
|
return contents;
|
|
55172
55178
|
};
|
|
@@ -55876,8 +55882,8 @@ const de_Snapshot = (output, context) => {
|
|
|
55876
55882
|
if (output[_sta] != null) {
|
|
55877
55883
|
contents[_Stat] = __expectString(output[_sta]);
|
|
55878
55884
|
}
|
|
55879
|
-
if (output[
|
|
55880
|
-
contents[
|
|
55885
|
+
if (output[_sMt] != null) {
|
|
55886
|
+
contents[_SMta] = __expectString(output[_sMt]);
|
|
55881
55887
|
}
|
|
55882
55888
|
if (output[_sT] != null) {
|
|
55883
55889
|
contents[_STt] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_sT]));
|
|
@@ -55928,8 +55934,8 @@ const de_SnapshotDetail = (output, context) => {
|
|
|
55928
55934
|
if (output[_sta] != null) {
|
|
55929
55935
|
contents[_Statu] = __expectString(output[_sta]);
|
|
55930
55936
|
}
|
|
55931
|
-
if (output[
|
|
55932
|
-
contents[
|
|
55937
|
+
if (output[_sMt] != null) {
|
|
55938
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
55933
55939
|
}
|
|
55934
55940
|
if (output[_ur] != null) {
|
|
55935
55941
|
contents[_U] = __expectString(output[_ur]);
|
|
@@ -56058,8 +56064,8 @@ const de_SnapshotTaskDetail = (output, context) => {
|
|
|
56058
56064
|
if (output[_sta] != null) {
|
|
56059
56065
|
contents[_Statu] = __expectString(output[_sta]);
|
|
56060
56066
|
}
|
|
56061
|
-
if (output[
|
|
56062
|
-
contents[
|
|
56067
|
+
if (output[_sMt] != null) {
|
|
56068
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
56063
56069
|
}
|
|
56064
56070
|
if (output[_ur] != null) {
|
|
56065
56071
|
contents[_U] = __expectString(output[_ur]);
|
|
@@ -56834,8 +56840,8 @@ const de_SubnetCidrBlockState = (output, context) => {
|
|
|
56834
56840
|
if (output[_st] != null) {
|
|
56835
56841
|
contents[_Stat] = __expectString(output[_st]);
|
|
56836
56842
|
}
|
|
56837
|
-
if (output[
|
|
56838
|
-
contents[
|
|
56843
|
+
if (output[_sMt] != null) {
|
|
56844
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
56839
56845
|
}
|
|
56840
56846
|
return contents;
|
|
56841
56847
|
};
|
|
@@ -59398,8 +59404,8 @@ const de_VgwTelemetry = (output, context) => {
|
|
|
59398
59404
|
if (output[_sta] != null) {
|
|
59399
59405
|
contents[_Statu] = __expectString(output[_sta]);
|
|
59400
59406
|
}
|
|
59401
|
-
if (output[
|
|
59402
|
-
contents[
|
|
59407
|
+
if (output[_sMt] != null) {
|
|
59408
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
59403
59409
|
}
|
|
59404
59410
|
if (output[_cAe] != null) {
|
|
59405
59411
|
contents[_CA] = __expectString(output[_cAe]);
|
|
@@ -59534,8 +59540,8 @@ const de_VolumeModification = (output, context) => {
|
|
|
59534
59540
|
if (output[_mSod] != null) {
|
|
59535
59541
|
contents[_MSod] = __expectString(output[_mSod]);
|
|
59536
59542
|
}
|
|
59537
|
-
if (output[
|
|
59538
|
-
contents[
|
|
59543
|
+
if (output[_sMt] != null) {
|
|
59544
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
59539
59545
|
}
|
|
59540
59546
|
if (output[_tSar] != null) {
|
|
59541
59547
|
contents[_TSar] = __strictParseInt32(output[_tSar]);
|
|
@@ -59885,8 +59891,8 @@ const de_VpcCidrBlockState = (output, context) => {
|
|
|
59885
59891
|
if (output[_st] != null) {
|
|
59886
59892
|
contents[_Stat] = __expectString(output[_st]);
|
|
59887
59893
|
}
|
|
59888
|
-
if (output[
|
|
59889
|
-
contents[
|
|
59894
|
+
if (output[_sMt] != null) {
|
|
59895
|
+
contents[_SMt] = __expectString(output[_sMt]);
|
|
59890
59896
|
}
|
|
59891
59897
|
return contents;
|
|
59892
59898
|
};
|
|
@@ -59927,8 +59933,8 @@ const de_VpcEncryptionControl = (output, context) => {
|
|
|
59927
59933
|
if (output[_st] != null) {
|
|
59928
59934
|
contents[_Stat] = __expectString(output[_st]);
|
|
59929
59935
|
}
|
|
59930
|
-
if (output[
|
|
59931
|
-
contents[
|
|
59936
|
+
if (output[_sMta] != null) {
|
|
59937
|
+
contents[_SMta] = __expectString(output[_sMta]);
|
|
59932
59938
|
}
|
|
59933
59939
|
if (output[_rEes] != null) {
|
|
59934
59940
|
contents[_REeso] = de_VpcEncryptionControlExclusions(output[_rEes], context);
|
|
@@ -59946,8 +59952,8 @@ const de_VpcEncryptionControlExclusion = (output, context) => {
|
|
|
59946
59952
|
if (output[_st] != null) {
|
|
59947
59953
|
contents[_Stat] = __expectString(output[_st]);
|
|
59948
59954
|
}
|
|
59949
|
-
if (output[
|
|
59950
|
-
contents[
|
|
59955
|
+
if (output[_sMta] != null) {
|
|
59956
|
+
contents[_SMta] = __expectString(output[_sMta]);
|
|
59951
59957
|
}
|
|
59952
59958
|
return contents;
|
|
59953
59959
|
};
|
|
@@ -61704,6 +61710,7 @@ const _GIro = "GroupIds";
|
|
|
61704
61710
|
const _GK = "GreKey";
|
|
61705
61711
|
const _GLBA = "GatewayLoadBalancerArns";
|
|
61706
61712
|
const _GLBEI = "GatewayLoadBalancerEndpointId";
|
|
61713
|
+
const _GLN = "GroupLongName";
|
|
61707
61714
|
const _GLTD = "GetLaunchTemplateData";
|
|
61708
61715
|
const _GM = "GroupMember";
|
|
61709
61716
|
const _GMPLA = "GetManagedPrefixListAssociations";
|
|
@@ -62845,11 +62852,12 @@ const _SKo = "S3objectKey";
|
|
|
62845
62852
|
const _SL = "SpreadLevel";
|
|
62846
62853
|
const _SLGR = "SearchLocalGatewayRoutes";
|
|
62847
62854
|
const _SLo = "S3Location";
|
|
62848
|
-
const _SM = "
|
|
62855
|
+
const _SM = "ServiceManaged";
|
|
62849
62856
|
const _SMPPOLP = "SpotMaxPricePercentageOverLowestPrice";
|
|
62850
62857
|
const _SMS = "SpotMaintenanceStrategies";
|
|
62851
62858
|
const _SMTP = "SpotMaxTotalPrice";
|
|
62852
|
-
const _SMt = "
|
|
62859
|
+
const _SMt = "StatusMessage";
|
|
62860
|
+
const _SMta = "StateMessage";
|
|
62853
62861
|
const _SN = "SessionNumber";
|
|
62854
62862
|
const _SNA = "ServiceNetworkArn";
|
|
62855
62863
|
const _SNIA = "StartNetworkInsightsAnalysis";
|
|
@@ -63833,6 +63841,7 @@ const _gIr = "groupId";
|
|
|
63833
63841
|
const _gK = "greKey";
|
|
63834
63842
|
const _gLBAS = "gatewayLoadBalancerArnSet";
|
|
63835
63843
|
const _gLBEI = "gatewayLoadBalancerEndpointId";
|
|
63844
|
+
const _gLN = "groupLongName";
|
|
63836
63845
|
const _gM = "groupMember";
|
|
63837
63846
|
const _gN = "groupName";
|
|
63838
63847
|
const _gOI = "groupOwnerId";
|
|
@@ -64669,11 +64678,12 @@ const _sK = "s3Key";
|
|
|
64669
64678
|
const _sKo = "s3objectKey";
|
|
64670
64679
|
const _sL = "s3Location";
|
|
64671
64680
|
const _sLp = "spreadLevel";
|
|
64672
|
-
const _sM = "
|
|
64681
|
+
const _sM = "serviceManaged";
|
|
64673
64682
|
const _sMPPOLP = "spotMaxPricePercentageOverLowestPrice";
|
|
64674
64683
|
const _sMS = "spotMaintenanceStrategies";
|
|
64675
64684
|
const _sMTP = "spotMaxTotalPrice";
|
|
64676
|
-
const _sMt = "
|
|
64685
|
+
const _sMt = "statusMessage";
|
|
64686
|
+
const _sMta = "stateMessage";
|
|
64677
64687
|
const _sN = "serviceName";
|
|
64678
64688
|
const _sNA = "serviceNetworkArn";
|
|
64679
64689
|
const _sNN = "serviceNetworkName";
|
|
@@ -27,8 +27,8 @@ declare const AssociateInstanceEventWindowCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Associates one or more targets with an event window. Only one type of target (instance
|
|
31
|
-
* Dedicated Host IDs, or tags) can be specified with an event window.</p>
|
|
30
|
+
* <p>Associates one or more targets with an event window. Only one type of target (instance
|
|
31
|
+
* IDs, Dedicated Host IDs, or tags) can be specified with an event window.</p>
|
|
32
32
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/event-windows.html">Define event windows for scheduled
|
|
33
33
|
* events</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
34
34
|
* @example
|
|
@@ -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
|
*/
|
|
@@ -27,8 +27,8 @@ declare const DeregisterInstanceEventNotificationAttributesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deregisters tag keys to prevent tags that have the specified tag keys from being
|
|
31
|
-
*
|
|
30
|
+
* <p>Deregisters tag keys to prevent tags that have the specified tag keys from being
|
|
31
|
+
* included in scheduled event notifications for resources in the Region.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -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
|
* // },
|
|
@@ -81,6 +81,7 @@ declare const DescribeAvailabilityZonesCommand_base: {
|
|
|
81
81
|
* // ZoneType: "STRING_VALUE",
|
|
82
82
|
* // ParentZoneName: "STRING_VALUE",
|
|
83
83
|
* // ParentZoneId: "STRING_VALUE",
|
|
84
|
+
* // GroupLongName: "STRING_VALUE",
|
|
84
85
|
* // State: "available" || "information" || "impaired" || "unavailable" || "constrained",
|
|
85
86
|
* // },
|
|
86
87
|
* // ],
|
|
@@ -27,8 +27,8 @@ declare const DescribeInstanceEventNotificationAttributesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Describes the tag keys that are registered to appear in scheduled event notifications
|
|
31
|
-
*
|
|
30
|
+
* <p>Describes the tag keys that are registered to appear in scheduled event notifications
|
|
31
|
+
* for resources in the current Region.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -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 { DisassociateSubnetCidrBlockRequest
|
|
4
|
+
import { DisassociateSubnetCidrBlockRequest } from "../models/models_5";
|
|
5
|
+
import { DisassociateSubnetCidrBlockResult } from "../models/models_6";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -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 { ModifyInstanceCapacityReservationAttributesRequest
|
|
4
|
+
import { ModifyInstanceCapacityReservationAttributesRequest } from "../models/models_6";
|
|
5
|
+
import { ModifyInstanceCapacityReservationAttributesResult } from "../models/models_7";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -24,6 +25,7 @@ export interface ModifyInstanceCapacityReservationAttributesCommandOutput extend
|
|
|
24
25
|
declare const ModifyInstanceCapacityReservationAttributesCommand_base: {
|
|
25
26
|
new (input: ModifyInstanceCapacityReservationAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyInstanceCapacityReservationAttributesCommandInput, ModifyInstanceCapacityReservationAttributesCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
27
|
new (__0_0: ModifyInstanceCapacityReservationAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyInstanceCapacityReservationAttributesCommandInput, ModifyInstanceCapacityReservationAttributesCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
28
|
+
/** @internal type navigation helper, not in runtime. */
|
|
27
29
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
@@ -27,8 +27,9 @@ declare const RegisterInstanceEventNotificationAttributesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Registers a set of tag keys to include in scheduled event notifications for your
|
|
31
|
-
*
|
|
30
|
+
* <p>Registers a set of tag keys to include in scheduled event notifications for your
|
|
31
|
+
* resources.
|
|
32
|
+
* </p>
|
|
32
33
|
* <p>To remove tags, use <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DeregisterInstanceEventNotificationAttributes.html">DeregisterInstanceEventNotificationAttributes</a>.</p>
|
|
33
34
|
* @example
|
|
34
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -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 { StopInstancesRequest } from "../models/
|
|
5
|
-
import { StopInstancesResult } from "../models/models_8";
|
|
4
|
+
import { StopInstancesRequest, StopInstancesResult } from "../models/models_8";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -2493,6 +2493,18 @@ export declare const DomainType: {
|
|
|
2493
2493
|
* @public
|
|
2494
2494
|
*/
|
|
2495
2495
|
export type DomainType = (typeof DomainType)[keyof typeof DomainType];
|
|
2496
|
+
/**
|
|
2497
|
+
* @public
|
|
2498
|
+
* @enum
|
|
2499
|
+
*/
|
|
2500
|
+
export declare const ServiceManaged: {
|
|
2501
|
+
readonly alb: "alb";
|
|
2502
|
+
readonly nlb: "nlb";
|
|
2503
|
+
};
|
|
2504
|
+
/**
|
|
2505
|
+
* @public
|
|
2506
|
+
*/
|
|
2507
|
+
export type ServiceManaged = (typeof ServiceManaged)[keyof typeof ServiceManaged];
|
|
2496
2508
|
/**
|
|
2497
2509
|
* <p>Describes an Elastic IP address, or a carrier IP address.</p>
|
|
2498
2510
|
* @public
|
|
@@ -2560,6 +2572,14 @@ export interface Address {
|
|
|
2560
2572
|
* @public
|
|
2561
2573
|
*/
|
|
2562
2574
|
CarrierIp?: string | undefined;
|
|
2575
|
+
/**
|
|
2576
|
+
* <p>The service that manages the elastic IP address.</p>
|
|
2577
|
+
* <note>
|
|
2578
|
+
* <p>The only option supported today is <code>alb</code>.</p>
|
|
2579
|
+
* </note>
|
|
2580
|
+
* @public
|
|
2581
|
+
*/
|
|
2582
|
+
ServiceManaged?: ServiceManaged | undefined;
|
|
2563
2583
|
/**
|
|
2564
2584
|
* <p>The ID of the instance that the address is associated with (if any).</p>
|
|
2565
2585
|
* @public
|
|
@@ -4027,8 +4047,11 @@ export interface InstanceEventWindowAssociationTarget {
|
|
|
4027
4047
|
*/
|
|
4028
4048
|
InstanceIds?: string[] | undefined;
|
|
4029
4049
|
/**
|
|
4030
|
-
* <p>The instance tags associated with the event window. Any instances associated with the
|
|
4031
|
-
* will be associated with the event window.</p>
|
|
4050
|
+
* <p>The instance tags associated with the event window. Any instances associated with the
|
|
4051
|
+
* tags will be associated with the event window.</p>
|
|
4052
|
+
* <p>Note that while you can't create tag keys beginning with <code>aws:</code>, you can
|
|
4053
|
+
* specify existing Amazon Web Services managed tag keys (with the <code>aws:</code> prefix) when specifying
|
|
4054
|
+
* them as targets to associate with the event window.</p>
|
|
4032
4055
|
* @public
|
|
4033
4056
|
*/
|
|
4034
4057
|
Tags?: Tag[] | undefined;
|
|
@@ -7498,18 +7521,6 @@ export interface CopySnapshotResult {
|
|
|
7498
7521
|
*/
|
|
7499
7522
|
SnapshotId?: string | undefined;
|
|
7500
7523
|
}
|
|
7501
|
-
/**
|
|
7502
|
-
* @public
|
|
7503
|
-
* @enum
|
|
7504
|
-
*/
|
|
7505
|
-
export declare const CapacityReservationDeliveryPreference: {
|
|
7506
|
-
readonly FIXED: "fixed";
|
|
7507
|
-
readonly INCREMENTAL: "incremental";
|
|
7508
|
-
};
|
|
7509
|
-
/**
|
|
7510
|
-
* @public
|
|
7511
|
-
*/
|
|
7512
|
-
export type CapacityReservationDeliveryPreference = (typeof CapacityReservationDeliveryPreference)[keyof typeof CapacityReservationDeliveryPreference];
|
|
7513
7524
|
/**
|
|
7514
7525
|
* @internal
|
|
7515
7526
|
*/
|