@aws-sdk/client-ec2 3.696.0 → 3.697.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 +179 -38
- package/dist-es/models/models_1.js +2 -4
- package/dist-es/models/models_2.js +4 -0
- package/dist-es/models/models_3.js +0 -6
- package/dist-es/models/models_4.js +6 -0
- package/dist-es/protocols/Aws_ec2.js +168 -26
- package/dist-types/commands/CreateFleetCommand.d.ts +30 -3
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +11 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +22 -4
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -1
- package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +2 -1
- package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -2
- package/dist-types/commands/DescribeFleetsCommand.d.ts +30 -3
- package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +11 -2
- package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +20 -2
- package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +10 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +11 -2
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +10 -1
- package/dist-types/commands/ModifyFleetCommand.d.ts +10 -1
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +2 -2
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +10 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +2 -1
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +20 -2
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
- package/dist-types/models/models_1.d.ts +245 -198
- package/dist-types/models/models_2.d.ts +199 -115
- package/dist-types/models/models_3.d.ts +115 -220
- package/dist-types/models/models_4.d.ts +222 -341
- package/dist-types/models/models_5.d.ts +340 -211
- package/dist-types/models/models_6.d.ts +228 -135
- package/dist-types/models/models_7.d.ts +126 -5
- package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +22 -45
- package/dist-types/ts3.4/models/models_2.d.ts +46 -25
- package/dist-types/ts3.4/models/models_3.d.ts +25 -48
- package/dist-types/ts3.4/models/models_4.d.ts +49 -43
- package/dist-types/ts3.4/models/models_5.d.ts +41 -40
- package/dist-types/ts3.4/models/models_6.d.ts +39 -36
- package/dist-types/ts3.4/models/models_7.d.ts +41 -8
- package/package.json +1 -1
|
@@ -15882,6 +15882,28 @@ const se_BaselineEbsBandwidthMbpsRequest = (input, context) => {
|
|
|
15882
15882
|
}
|
|
15883
15883
|
return entries;
|
|
15884
15884
|
};
|
|
15885
|
+
const se_BaselinePerformanceFactors = (input, context) => {
|
|
15886
|
+
const entries = {};
|
|
15887
|
+
if (input[_Cp] != null) {
|
|
15888
|
+
const memberEntries = se_CpuPerformanceFactor(input[_Cp], context);
|
|
15889
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
15890
|
+
const loc = `Cpu.${key}`;
|
|
15891
|
+
entries[loc] = value;
|
|
15892
|
+
});
|
|
15893
|
+
}
|
|
15894
|
+
return entries;
|
|
15895
|
+
};
|
|
15896
|
+
const se_BaselinePerformanceFactorsRequest = (input, context) => {
|
|
15897
|
+
const entries = {};
|
|
15898
|
+
if (input[_Cp] != null) {
|
|
15899
|
+
const memberEntries = se_CpuPerformanceFactorRequest(input[_Cp], context);
|
|
15900
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
15901
|
+
const loc = `Cpu.${key}`;
|
|
15902
|
+
entries[loc] = value;
|
|
15903
|
+
});
|
|
15904
|
+
}
|
|
15905
|
+
return entries;
|
|
15906
|
+
};
|
|
15885
15907
|
const se_BillingProductList = (input, context) => {
|
|
15886
15908
|
const entries = {};
|
|
15887
15909
|
let counter = 1;
|
|
@@ -16529,6 +16551,28 @@ const se_CpuOptionsRequest = (input, context) => {
|
|
|
16529
16551
|
}
|
|
16530
16552
|
return entries;
|
|
16531
16553
|
};
|
|
16554
|
+
const se_CpuPerformanceFactor = (input, context) => {
|
|
16555
|
+
const entries = {};
|
|
16556
|
+
if (input[_R] != null) {
|
|
16557
|
+
const memberEntries = se_PerformanceFactorReferenceSet(input[_R], context);
|
|
16558
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
16559
|
+
const loc = `ReferenceSet.${key.substring(key.indexOf(".") + 1)}`;
|
|
16560
|
+
entries[loc] = value;
|
|
16561
|
+
});
|
|
16562
|
+
}
|
|
16563
|
+
return entries;
|
|
16564
|
+
};
|
|
16565
|
+
const se_CpuPerformanceFactorRequest = (input, context) => {
|
|
16566
|
+
const entries = {};
|
|
16567
|
+
if (input[_R] != null) {
|
|
16568
|
+
const memberEntries = se_PerformanceFactorReferenceSetRequest(input[_R], context);
|
|
16569
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
16570
|
+
const loc = `Reference.${key.substring(key.indexOf(".") + 1)}`;
|
|
16571
|
+
entries[loc] = value;
|
|
16572
|
+
});
|
|
16573
|
+
}
|
|
16574
|
+
return entries;
|
|
16575
|
+
};
|
|
16532
16576
|
const se_CreateCapacityReservationBySplittingRequest = (input, context) => {
|
|
16533
16577
|
const entries = {};
|
|
16534
16578
|
if (input[_DRr] != null) {
|
|
@@ -18301,8 +18345,8 @@ const se_CreateTagsRequest = (input, context) => {
|
|
|
18301
18345
|
if (input[_DRr] != null) {
|
|
18302
18346
|
entries[_DRr] = input[_DRr];
|
|
18303
18347
|
}
|
|
18304
|
-
if (input[
|
|
18305
|
-
const memberEntries = se_ResourceIdList(input[
|
|
18348
|
+
if (input[_Re] != null) {
|
|
18349
|
+
const memberEntries = se_ResourceIdList(input[_Re], context);
|
|
18306
18350
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
18307
18351
|
const loc = `ResourceId.${key.substring(key.indexOf(".") + 1)}`;
|
|
18308
18352
|
entries[loc] = value;
|
|
@@ -19086,8 +19130,8 @@ const se_CreateVolumePermissionModifications = (input, context) => {
|
|
|
19086
19130
|
entries[loc] = value;
|
|
19087
19131
|
});
|
|
19088
19132
|
}
|
|
19089
|
-
if (input[
|
|
19090
|
-
const memberEntries = se_CreateVolumePermissionList(input[
|
|
19133
|
+
if (input[_Rem] != null) {
|
|
19134
|
+
const memberEntries = se_CreateVolumePermissionList(input[_Rem], context);
|
|
19091
19135
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
19092
19136
|
const loc = `Remove.${key.substring(key.indexOf(".") + 1)}`;
|
|
19093
19137
|
entries[loc] = value;
|
|
@@ -20072,8 +20116,8 @@ const se_DeleteTagsRequest = (input, context) => {
|
|
|
20072
20116
|
if (input[_DRr] != null) {
|
|
20073
20117
|
entries[_DRr] = input[_DRr];
|
|
20074
20118
|
}
|
|
20075
|
-
if (input[
|
|
20076
|
-
const memberEntries = se_ResourceIdList(input[
|
|
20119
|
+
if (input[_Re] != null) {
|
|
20120
|
+
const memberEntries = se_ResourceIdList(input[_Re], context);
|
|
20077
20121
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
20078
20122
|
const loc = `ResourceId.${key.substring(key.indexOf(".") + 1)}`;
|
|
20079
20123
|
entries[loc] = value;
|
|
@@ -22826,8 +22870,8 @@ const se_DescribePrincipalIdFormatRequest = (input, context) => {
|
|
|
22826
22870
|
if (input[_DRr] != null) {
|
|
22827
22871
|
entries[_DRr] = input[_DRr];
|
|
22828
22872
|
}
|
|
22829
|
-
if (input[
|
|
22830
|
-
const memberEntries = se_ResourceList(input[
|
|
22873
|
+
if (input[_Re] != null) {
|
|
22874
|
+
const memberEntries = se_ResourceList(input[_Re], context);
|
|
22831
22875
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
22832
22876
|
const loc = `Resource.${key.substring(key.indexOf(".") + 1)}`;
|
|
22833
22877
|
entries[loc] = value;
|
|
@@ -27834,6 +27878,13 @@ const se_InstanceRequirements = (input, context) => {
|
|
|
27834
27878
|
if (input[_MSPAPOOODP] != null) {
|
|
27835
27879
|
entries[_MSPAPOOODP] = input[_MSPAPOOODP];
|
|
27836
27880
|
}
|
|
27881
|
+
if (input[_BPF] != null) {
|
|
27882
|
+
const memberEntries = se_BaselinePerformanceFactors(input[_BPF], context);
|
|
27883
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
27884
|
+
const loc = `BaselinePerformanceFactors.${key}`;
|
|
27885
|
+
entries[loc] = value;
|
|
27886
|
+
});
|
|
27887
|
+
}
|
|
27837
27888
|
return entries;
|
|
27838
27889
|
};
|
|
27839
27890
|
const se_InstanceRequirementsRequest = (input, context) => {
|
|
@@ -27978,6 +28029,13 @@ const se_InstanceRequirementsRequest = (input, context) => {
|
|
|
27978
28029
|
if (input[_MSPAPOOODP] != null) {
|
|
27979
28030
|
entries[_MSPAPOOODP] = input[_MSPAPOOODP];
|
|
27980
28031
|
}
|
|
28032
|
+
if (input[_BPF] != null) {
|
|
28033
|
+
const memberEntries = se_BaselinePerformanceFactorsRequest(input[_BPF], context);
|
|
28034
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
28035
|
+
const loc = `BaselinePerformanceFactors.${key}`;
|
|
28036
|
+
entries[loc] = value;
|
|
28037
|
+
});
|
|
28038
|
+
}
|
|
27981
28039
|
return entries;
|
|
27982
28040
|
};
|
|
27983
28041
|
const se_InstanceRequirementsWithMetadataRequest = (input, context) => {
|
|
@@ -28393,8 +28451,8 @@ const se_LaunchPermissionModifications = (input, context) => {
|
|
|
28393
28451
|
entries[loc] = value;
|
|
28394
28452
|
});
|
|
28395
28453
|
}
|
|
28396
|
-
if (input[
|
|
28397
|
-
const memberEntries = se_LaunchPermissionList(input[
|
|
28454
|
+
if (input[_Rem] != null) {
|
|
28455
|
+
const memberEntries = se_LaunchPermissionList(input[_Rem], context);
|
|
28398
28456
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
28399
28457
|
const loc = `Remove.${key.substring(key.indexOf(".") + 1)}`;
|
|
28400
28458
|
entries[loc] = value;
|
|
@@ -29048,8 +29106,8 @@ const se_LoadPermissionModifications = (input, context) => {
|
|
|
29048
29106
|
entries[loc] = value;
|
|
29049
29107
|
});
|
|
29050
29108
|
}
|
|
29051
|
-
if (input[
|
|
29052
|
-
const memberEntries = se_LoadPermissionListRequest(input[
|
|
29109
|
+
if (input[_Rem] != null) {
|
|
29110
|
+
const memberEntries = se_LoadPermissionListRequest(input[_Rem], context);
|
|
29053
29111
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
29054
29112
|
const loc = `Remove.${key.substring(key.indexOf(".") + 1)}`;
|
|
29055
29113
|
entries[loc] = value;
|
|
@@ -31766,6 +31824,50 @@ const se_PeeringConnectionOptionsRequest = (input, context) => {
|
|
|
31766
31824
|
}
|
|
31767
31825
|
return entries;
|
|
31768
31826
|
};
|
|
31827
|
+
const se_PerformanceFactorReference = (input, context) => {
|
|
31828
|
+
const entries = {};
|
|
31829
|
+
if (input[_IF] != null) {
|
|
31830
|
+
entries[_IF] = input[_IF];
|
|
31831
|
+
}
|
|
31832
|
+
return entries;
|
|
31833
|
+
};
|
|
31834
|
+
const se_PerformanceFactorReferenceRequest = (input, context) => {
|
|
31835
|
+
const entries = {};
|
|
31836
|
+
if (input[_IF] != null) {
|
|
31837
|
+
entries[_IF] = input[_IF];
|
|
31838
|
+
}
|
|
31839
|
+
return entries;
|
|
31840
|
+
};
|
|
31841
|
+
const se_PerformanceFactorReferenceSet = (input, context) => {
|
|
31842
|
+
const entries = {};
|
|
31843
|
+
let counter = 1;
|
|
31844
|
+
for (const entry of input) {
|
|
31845
|
+
if (entry === null) {
|
|
31846
|
+
continue;
|
|
31847
|
+
}
|
|
31848
|
+
const memberEntries = se_PerformanceFactorReference(entry, context);
|
|
31849
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
31850
|
+
entries[`Item.${counter}.${key}`] = value;
|
|
31851
|
+
});
|
|
31852
|
+
counter++;
|
|
31853
|
+
}
|
|
31854
|
+
return entries;
|
|
31855
|
+
};
|
|
31856
|
+
const se_PerformanceFactorReferenceSetRequest = (input, context) => {
|
|
31857
|
+
const entries = {};
|
|
31858
|
+
let counter = 1;
|
|
31859
|
+
for (const entry of input) {
|
|
31860
|
+
if (entry === null) {
|
|
31861
|
+
continue;
|
|
31862
|
+
}
|
|
31863
|
+
const memberEntries = se_PerformanceFactorReferenceRequest(entry, context);
|
|
31864
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
31865
|
+
entries[`Item.${counter}.${key}`] = value;
|
|
31866
|
+
});
|
|
31867
|
+
counter++;
|
|
31868
|
+
}
|
|
31869
|
+
return entries;
|
|
31870
|
+
};
|
|
31769
31871
|
const se_Phase1DHGroupNumbersRequestList = (input, context) => {
|
|
31770
31872
|
const entries = {};
|
|
31771
31873
|
let counter = 1;
|
|
@@ -33621,8 +33723,8 @@ const se_ResourceList = (input, context) => {
|
|
|
33621
33723
|
};
|
|
33622
33724
|
const se_ResourceStatementRequest = (input, context) => {
|
|
33623
33725
|
const entries = {};
|
|
33624
|
-
if (input[
|
|
33625
|
-
const memberEntries = se_ValueStringList(input[
|
|
33726
|
+
if (input[_Re] != null) {
|
|
33727
|
+
const memberEntries = se_ValueStringList(input[_Re], context);
|
|
33626
33728
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
33627
33729
|
const loc = `Resource.${key.substring(key.indexOf(".") + 1)}`;
|
|
33628
33730
|
entries[loc] = value;
|
|
@@ -37616,6 +37718,13 @@ const de_BaselineEbsBandwidthMbps = (output, context) => {
|
|
|
37616
37718
|
}
|
|
37617
37719
|
return contents;
|
|
37618
37720
|
};
|
|
37721
|
+
const de_BaselinePerformanceFactors = (output, context) => {
|
|
37722
|
+
const contents = {};
|
|
37723
|
+
if (output[_cp] != null) {
|
|
37724
|
+
contents[_Cp] = de_CpuPerformanceFactor(output[_cp], context);
|
|
37725
|
+
}
|
|
37726
|
+
return contents;
|
|
37727
|
+
};
|
|
37619
37728
|
const de_BlockDeviceMapping = (output, context) => {
|
|
37620
37729
|
const contents = {};
|
|
37621
37730
|
if (output[_eb] != null) {
|
|
@@ -38914,6 +39023,16 @@ const de_CpuOptions = (output, context) => {
|
|
|
38914
39023
|
}
|
|
38915
39024
|
return contents;
|
|
38916
39025
|
};
|
|
39026
|
+
const de_CpuPerformanceFactor = (output, context) => {
|
|
39027
|
+
const contents = {};
|
|
39028
|
+
if (output.referenceSet === "") {
|
|
39029
|
+
contents[_R] = [];
|
|
39030
|
+
}
|
|
39031
|
+
else if (output[_rS] != null && output[_rS][_i] != null) {
|
|
39032
|
+
contents[_R] = de_PerformanceFactorReferenceSet(__getArrayIfSingleItem(output[_rS][_i]), context);
|
|
39033
|
+
}
|
|
39034
|
+
return contents;
|
|
39035
|
+
};
|
|
38917
39036
|
const de_CreateCapacityReservationBySplittingResult = (output, context) => {
|
|
38918
39037
|
const contents = {};
|
|
38919
39038
|
if (output[_sCR] != null) {
|
|
@@ -41142,8 +41261,8 @@ const de_DescribeInstancesResult = (output, context) => {
|
|
|
41142
41261
|
if (output.reservationSet === "") {
|
|
41143
41262
|
contents[_Rese] = [];
|
|
41144
41263
|
}
|
|
41145
|
-
else if (output[
|
|
41146
|
-
contents[_Rese] = de_ReservationList(__getArrayIfSingleItem(output[
|
|
41264
|
+
else if (output[_rSe] != null && output[_rSe][_i] != null) {
|
|
41265
|
+
contents[_Rese] = de_ReservationList(__getArrayIfSingleItem(output[_rSe][_i]), context);
|
|
41147
41266
|
}
|
|
41148
41267
|
return contents;
|
|
41149
41268
|
};
|
|
@@ -44358,8 +44477,8 @@ const de_FleetSet = (output, context) => {
|
|
|
44358
44477
|
};
|
|
44359
44478
|
const de_FleetSpotCapacityRebalance = (output, context) => {
|
|
44360
44479
|
const contents = {};
|
|
44361
|
-
if (output[
|
|
44362
|
-
contents[_RS] = __expectString(output[
|
|
44480
|
+
if (output[_rSep] != null) {
|
|
44481
|
+
contents[_RS] = __expectString(output[_rSep]);
|
|
44363
44482
|
}
|
|
44364
44483
|
if (output[_tD] != null) {
|
|
44365
44484
|
contents[_TDe] = __strictParseInt32(output[_tD]);
|
|
@@ -47214,6 +47333,9 @@ const de_InstanceRequirements = (output, context) => {
|
|
|
47214
47333
|
if (output[_mSPAPOOODP] != null) {
|
|
47215
47334
|
contents[_MSPAPOOODP] = __strictParseInt32(output[_mSPAPOOODP]);
|
|
47216
47335
|
}
|
|
47336
|
+
if (output[_bPF] != null) {
|
|
47337
|
+
contents[_BPF] = de_BaselinePerformanceFactors(output[_bPF], context);
|
|
47338
|
+
}
|
|
47217
47339
|
return contents;
|
|
47218
47340
|
};
|
|
47219
47341
|
const de_InstanceSet = (output, context) => {
|
|
@@ -51545,6 +51667,20 @@ const de_PeeringTgwInfo = (output, context) => {
|
|
|
51545
51667
|
}
|
|
51546
51668
|
return contents;
|
|
51547
51669
|
};
|
|
51670
|
+
const de_PerformanceFactorReference = (output, context) => {
|
|
51671
|
+
const contents = {};
|
|
51672
|
+
if (output[_iF] != null) {
|
|
51673
|
+
contents[_IF] = __expectString(output[_iF]);
|
|
51674
|
+
}
|
|
51675
|
+
return contents;
|
|
51676
|
+
};
|
|
51677
|
+
const de_PerformanceFactorReferenceSet = (output, context) => {
|
|
51678
|
+
return (output || [])
|
|
51679
|
+
.filter((e) => e != null)
|
|
51680
|
+
.map((entry) => {
|
|
51681
|
+
return de_PerformanceFactorReference(entry, context);
|
|
51682
|
+
});
|
|
51683
|
+
};
|
|
51548
51684
|
const de_Phase1DHGroupNumbersList = (output, context) => {
|
|
51549
51685
|
return (output || [])
|
|
51550
51686
|
.filter((e) => e != null)
|
|
@@ -52860,10 +52996,10 @@ const de_ResetFpgaImageAttributeResult = (output, context) => {
|
|
|
52860
52996
|
const de_ResourceStatement = (output, context) => {
|
|
52861
52997
|
const contents = {};
|
|
52862
52998
|
if (output.resourceSet === "") {
|
|
52863
|
-
contents[
|
|
52999
|
+
contents[_Re] = [];
|
|
52864
53000
|
}
|
|
52865
53001
|
else if (output[_rSeso] != null && output[_rSeso][_i] != null) {
|
|
52866
|
-
contents[
|
|
53002
|
+
contents[_Re] = de_ValueStringList(__getArrayIfSingleItem(output[_rSeso][_i]), context);
|
|
52867
53003
|
}
|
|
52868
53004
|
if (output.resourceTypeSet === "") {
|
|
52869
53005
|
contents[_RTeso] = [];
|
|
@@ -54250,8 +54386,8 @@ const de_snapshotTierStatusSet = (output, context) => {
|
|
|
54250
54386
|
};
|
|
54251
54387
|
const de_SpotCapacityRebalance = (output, context) => {
|
|
54252
54388
|
const contents = {};
|
|
54253
|
-
if (output[
|
|
54254
|
-
contents[_RS] = __expectString(output[
|
|
54389
|
+
if (output[_rSep] != null) {
|
|
54390
|
+
contents[_RS] = __expectString(output[_rSep]);
|
|
54255
54391
|
}
|
|
54256
54392
|
if (output[_tD] != null) {
|
|
54257
54393
|
contents[_TDe] = __strictParseInt32(output[_tD]);
|
|
@@ -58525,6 +58661,7 @@ const _BO = "BgpOptions";
|
|
|
58525
58661
|
const _BOu = "BucketOwner";
|
|
58526
58662
|
const _BP = "BurstablePerformance";
|
|
58527
58663
|
const _BPAS = "BlockPublicAccessStates";
|
|
58664
|
+
const _BPF = "BaselinePerformanceFactors";
|
|
58528
58665
|
const _BPS = "BurstablePerformanceSupported";
|
|
58529
58666
|
const _BPi = "BillingProducts";
|
|
58530
58667
|
const _BS = "BgpStatus";
|
|
@@ -58796,6 +58933,7 @@ const _Conf = "Configured";
|
|
|
58796
58933
|
const _Conn = "Connections";
|
|
58797
58934
|
const _Cor = "Cores";
|
|
58798
58935
|
const _Cou = "Count";
|
|
58936
|
+
const _Cp = "Cpu";
|
|
58799
58937
|
const _D = "Destination";
|
|
58800
58938
|
const _DA = "DescribeAddresses";
|
|
58801
58939
|
const _DAA = "DescribeAccountAttributes";
|
|
@@ -60229,7 +60367,7 @@ const _Prov = "Provisioned";
|
|
|
60229
60367
|
const _Pu = "Public";
|
|
60230
60368
|
const _Pur = "Purchase";
|
|
60231
60369
|
const _Q = "Quantity";
|
|
60232
|
-
const _R = "
|
|
60370
|
+
const _R = "References";
|
|
60233
60371
|
const _RA = "ReleaseAddress";
|
|
60234
60372
|
const _RAA = "ResetAddressAttribute";
|
|
60235
60373
|
const _RAG = "RevokeAllGroups";
|
|
@@ -60389,11 +60527,12 @@ const _RVT = "ReplaceVpnTunnel";
|
|
|
60389
60527
|
const _RVe = "ReservationValue";
|
|
60390
60528
|
const _RWS = "ReplayWindowSize";
|
|
60391
60529
|
const _Ra = "Ramdisk";
|
|
60392
|
-
const _Re = "
|
|
60530
|
+
const _Re = "Resources";
|
|
60393
60531
|
const _Rea = "Reason";
|
|
60394
60532
|
const _Rec = "Recurrence";
|
|
60395
60533
|
const _Reg = "Regions";
|
|
60396
60534
|
const _Regi = "Region";
|
|
60535
|
+
const _Rem = "Remove";
|
|
60397
60536
|
const _Req = "Requested";
|
|
60398
60537
|
const _Res = "Resource";
|
|
60399
60538
|
const _Rese = "Reservations";
|
|
@@ -61059,6 +61198,7 @@ const _bN = "bucketName";
|
|
|
61059
61198
|
const _bO = "bucketOwner";
|
|
61060
61199
|
const _bP = "burstablePerformance";
|
|
61061
61200
|
const _bPAS = "blockPublicAccessStates";
|
|
61201
|
+
const _bPF = "baselinePerformanceFactors";
|
|
61062
61202
|
const _bPS = "burstablePerformanceSupported";
|
|
61063
61203
|
const _bS = "byoasnSet";
|
|
61064
61204
|
const _bSg = "bgpStatus";
|
|
@@ -61201,6 +61341,7 @@ const _conf = "configured";
|
|
|
61201
61341
|
const _cont = "context";
|
|
61202
61342
|
const _cor = "cores";
|
|
61203
61343
|
const _cou = "count";
|
|
61344
|
+
const _cp = "cpu";
|
|
61204
61345
|
const _d = "destination";
|
|
61205
61346
|
const _dA = "destinationArn";
|
|
61206
61347
|
const _dAIT = "denyAllIgwTraffic";
|
|
@@ -62122,10 +62263,11 @@ const _rR = "resourceRegion";
|
|
|
62122
62263
|
const _rRVT = "replaceRootVolumeTask";
|
|
62123
62264
|
const _rRVTI = "replaceRootVolumeTaskId";
|
|
62124
62265
|
const _rRVTS = "replaceRootVolumeTaskSet";
|
|
62125
|
-
const _rS = "
|
|
62266
|
+
const _rS = "referenceSet";
|
|
62126
62267
|
const _rSGRS = "revokedSecurityGroupRuleSet";
|
|
62127
62268
|
const _rST = "restoreStartTime";
|
|
62128
|
-
const _rSe = "
|
|
62269
|
+
const _rSe = "reservationSet";
|
|
62270
|
+
const _rSep = "replacementStrategy";
|
|
62129
62271
|
const _rSes = "resourceStatement";
|
|
62130
62272
|
const _rSeso = "resourceSet";
|
|
62131
62273
|
const _rSo = "routeSet";
|
|
@@ -103,7 +103,7 @@ declare const CreateFleetCommand_base: {
|
|
|
103
103
|
* Max: Number("int"),
|
|
104
104
|
* },
|
|
105
105
|
* CpuManufacturers: [ // CpuManufacturerSet
|
|
106
|
-
* "intel" || "amd" || "amazon-web-services",
|
|
106
|
+
* "intel" || "amd" || "amazon-web-services" || "apple",
|
|
107
107
|
* ],
|
|
108
108
|
* MemoryGiBPerVCpu: { // MemoryGiBPerVCpuRequest
|
|
109
109
|
* Min: Number("double"),
|
|
@@ -161,6 +161,15 @@ declare const CreateFleetCommand_base: {
|
|
|
161
161
|
* "STRING_VALUE",
|
|
162
162
|
* ],
|
|
163
163
|
* MaxSpotPriceAsPercentageOfOptimalOnDemandPrice: Number("int"),
|
|
164
|
+
* BaselinePerformanceFactors: { // BaselinePerformanceFactorsRequest
|
|
165
|
+
* Cpu: { // CpuPerformanceFactorRequest
|
|
166
|
+
* References: [ // PerformanceFactorReferenceSetRequest
|
|
167
|
+
* { // PerformanceFactorReferenceRequest
|
|
168
|
+
* InstanceFamily: "STRING_VALUE",
|
|
169
|
+
* },
|
|
170
|
+
* ],
|
|
171
|
+
* },
|
|
172
|
+
* },
|
|
164
173
|
* },
|
|
165
174
|
* ImageId: "STRING_VALUE",
|
|
166
175
|
* },
|
|
@@ -224,7 +233,7 @@ declare const CreateFleetCommand_base: {
|
|
|
224
233
|
* // Max: Number("int"),
|
|
225
234
|
* // },
|
|
226
235
|
* // CpuManufacturers: [ // CpuManufacturerSet
|
|
227
|
-
* // "intel" || "amd" || "amazon-web-services",
|
|
236
|
+
* // "intel" || "amd" || "amazon-web-services" || "apple",
|
|
228
237
|
* // ],
|
|
229
238
|
* // MemoryGiBPerVCpu: { // MemoryGiBPerVCpu
|
|
230
239
|
* // Min: Number("double"),
|
|
@@ -282,6 +291,15 @@ declare const CreateFleetCommand_base: {
|
|
|
282
291
|
* // "STRING_VALUE",
|
|
283
292
|
* // ],
|
|
284
293
|
* // MaxSpotPriceAsPercentageOfOptimalOnDemandPrice: Number("int"),
|
|
294
|
+
* // BaselinePerformanceFactors: { // BaselinePerformanceFactors
|
|
295
|
+
* // Cpu: { // CpuPerformanceFactor
|
|
296
|
+
* // References: [ // PerformanceFactorReferenceSet
|
|
297
|
+
* // { // PerformanceFactorReference
|
|
298
|
+
* // InstanceFamily: "STRING_VALUE",
|
|
299
|
+
* // },
|
|
300
|
+
* // ],
|
|
301
|
+
* // },
|
|
302
|
+
* // },
|
|
285
303
|
* // },
|
|
286
304
|
* // ImageId: "STRING_VALUE",
|
|
287
305
|
* // },
|
|
@@ -319,7 +337,7 @@ declare const CreateFleetCommand_base: {
|
|
|
319
337
|
* // Max: Number("int"),
|
|
320
338
|
* // },
|
|
321
339
|
* // CpuManufacturers: [
|
|
322
|
-
* // "intel" || "amd" || "amazon-web-services",
|
|
340
|
+
* // "intel" || "amd" || "amazon-web-services" || "apple",
|
|
323
341
|
* // ],
|
|
324
342
|
* // MemoryGiBPerVCpu: {
|
|
325
343
|
* // Min: Number("double"),
|
|
@@ -377,6 +395,15 @@ declare const CreateFleetCommand_base: {
|
|
|
377
395
|
* // "STRING_VALUE",
|
|
378
396
|
* // ],
|
|
379
397
|
* // MaxSpotPriceAsPercentageOfOptimalOnDemandPrice: Number("int"),
|
|
398
|
+
* // BaselinePerformanceFactors: {
|
|
399
|
+
* // Cpu: {
|
|
400
|
+
* // References: [
|
|
401
|
+
* // {
|
|
402
|
+
* // InstanceFamily: "STRING_VALUE",
|
|
403
|
+
* // },
|
|
404
|
+
* // ],
|
|
405
|
+
* // },
|
|
406
|
+
* // },
|
|
380
407
|
* // },
|
|
381
408
|
* // ImageId: "STRING_VALUE",
|
|
382
409
|
* // },
|
|
@@ -194,7 +194,7 @@ declare const CreateLaunchTemplateCommand_base: {
|
|
|
194
194
|
* AmdSevSnp: "enabled" || "disabled",
|
|
195
195
|
* },
|
|
196
196
|
* CapacityReservationSpecification: { // LaunchTemplateCapacityReservationSpecificationRequest
|
|
197
|
-
* CapacityReservationPreference: "open" || "none",
|
|
197
|
+
* CapacityReservationPreference: "capacity-reservations-only" || "open" || "none",
|
|
198
198
|
* CapacityReservationTarget: { // CapacityReservationTarget
|
|
199
199
|
* CapacityReservationId: "STRING_VALUE",
|
|
200
200
|
* CapacityReservationResourceGroupArn: "STRING_VALUE",
|
|
@@ -228,7 +228,7 @@ declare const CreateLaunchTemplateCommand_base: {
|
|
|
228
228
|
* Max: Number("int"),
|
|
229
229
|
* },
|
|
230
230
|
* CpuManufacturers: [ // CpuManufacturerSet
|
|
231
|
-
* "intel" || "amd" || "amazon-web-services",
|
|
231
|
+
* "intel" || "amd" || "amazon-web-services" || "apple",
|
|
232
232
|
* ],
|
|
233
233
|
* MemoryGiBPerVCpu: { // MemoryGiBPerVCpuRequest
|
|
234
234
|
* Min: Number("double"),
|
|
@@ -286,6 +286,15 @@ declare const CreateLaunchTemplateCommand_base: {
|
|
|
286
286
|
* "STRING_VALUE",
|
|
287
287
|
* ],
|
|
288
288
|
* MaxSpotPriceAsPercentageOfOptimalOnDemandPrice: Number("int"),
|
|
289
|
+
* BaselinePerformanceFactors: { // BaselinePerformanceFactorsRequest
|
|
290
|
+
* Cpu: { // CpuPerformanceFactorRequest
|
|
291
|
+
* References: [ // PerformanceFactorReferenceSetRequest
|
|
292
|
+
* { // PerformanceFactorReferenceRequest
|
|
293
|
+
* InstanceFamily: "STRING_VALUE",
|
|
294
|
+
* },
|
|
295
|
+
* ],
|
|
296
|
+
* },
|
|
297
|
+
* },
|
|
289
298
|
* },
|
|
290
299
|
* PrivateDnsNameOptions: { // LaunchTemplatePrivateDnsNameOptionsRequest
|
|
291
300
|
* HostnameType: "ip-name" || "resource-name",
|
|
@@ -196,7 +196,7 @@ declare const CreateLaunchTemplateVersionCommand_base: {
|
|
|
196
196
|
* AmdSevSnp: "enabled" || "disabled",
|
|
197
197
|
* },
|
|
198
198
|
* CapacityReservationSpecification: { // LaunchTemplateCapacityReservationSpecificationRequest
|
|
199
|
-
* CapacityReservationPreference: "open" || "none",
|
|
199
|
+
* CapacityReservationPreference: "capacity-reservations-only" || "open" || "none",
|
|
200
200
|
* CapacityReservationTarget: { // CapacityReservationTarget
|
|
201
201
|
* CapacityReservationId: "STRING_VALUE",
|
|
202
202
|
* CapacityReservationResourceGroupArn: "STRING_VALUE",
|
|
@@ -230,7 +230,7 @@ declare const CreateLaunchTemplateVersionCommand_base: {
|
|
|
230
230
|
* Max: Number("int"),
|
|
231
231
|
* },
|
|
232
232
|
* CpuManufacturers: [ // CpuManufacturerSet
|
|
233
|
-
* "intel" || "amd" || "amazon-web-services",
|
|
233
|
+
* "intel" || "amd" || "amazon-web-services" || "apple",
|
|
234
234
|
* ],
|
|
235
235
|
* MemoryGiBPerVCpu: { // MemoryGiBPerVCpuRequest
|
|
236
236
|
* Min: Number("double"),
|
|
@@ -288,6 +288,15 @@ declare const CreateLaunchTemplateVersionCommand_base: {
|
|
|
288
288
|
* "STRING_VALUE",
|
|
289
289
|
* ],
|
|
290
290
|
* MaxSpotPriceAsPercentageOfOptimalOnDemandPrice: Number("int"),
|
|
291
|
+
* BaselinePerformanceFactors: { // BaselinePerformanceFactorsRequest
|
|
292
|
+
* Cpu: { // CpuPerformanceFactorRequest
|
|
293
|
+
* References: [ // PerformanceFactorReferenceSetRequest
|
|
294
|
+
* { // PerformanceFactorReferenceRequest
|
|
295
|
+
* InstanceFamily: "STRING_VALUE",
|
|
296
|
+
* },
|
|
297
|
+
* ],
|
|
298
|
+
* },
|
|
299
|
+
* },
|
|
291
300
|
* },
|
|
292
301
|
* PrivateDnsNameOptions: { // LaunchTemplatePrivateDnsNameOptionsRequest
|
|
293
302
|
* HostnameType: "ip-name" || "resource-name",
|
|
@@ -462,7 +471,7 @@ declare const CreateLaunchTemplateVersionCommand_base: {
|
|
|
462
471
|
* // AmdSevSnp: "enabled" || "disabled",
|
|
463
472
|
* // },
|
|
464
473
|
* // CapacityReservationSpecification: { // LaunchTemplateCapacityReservationSpecificationResponse
|
|
465
|
-
* // CapacityReservationPreference: "open" || "none",
|
|
474
|
+
* // CapacityReservationPreference: "capacity-reservations-only" || "open" || "none",
|
|
466
475
|
* // CapacityReservationTarget: { // CapacityReservationTargetResponse
|
|
467
476
|
* // CapacityReservationId: "STRING_VALUE",
|
|
468
477
|
* // CapacityReservationResourceGroupArn: "STRING_VALUE",
|
|
@@ -497,7 +506,7 @@ declare const CreateLaunchTemplateVersionCommand_base: {
|
|
|
497
506
|
* // Max: Number("int"),
|
|
498
507
|
* // },
|
|
499
508
|
* // CpuManufacturers: [ // CpuManufacturerSet
|
|
500
|
-
* // "intel" || "amd" || "amazon-web-services",
|
|
509
|
+
* // "intel" || "amd" || "amazon-web-services" || "apple",
|
|
501
510
|
* // ],
|
|
502
511
|
* // MemoryGiBPerVCpu: { // MemoryGiBPerVCpu
|
|
503
512
|
* // Min: Number("double"),
|
|
@@ -555,6 +564,15 @@ declare const CreateLaunchTemplateVersionCommand_base: {
|
|
|
555
564
|
* // "STRING_VALUE",
|
|
556
565
|
* // ],
|
|
557
566
|
* // MaxSpotPriceAsPercentageOfOptimalOnDemandPrice: Number("int"),
|
|
567
|
+
* // BaselinePerformanceFactors: { // BaselinePerformanceFactors
|
|
568
|
+
* // Cpu: { // CpuPerformanceFactor
|
|
569
|
+
* // References: [ // PerformanceFactorReferenceSet
|
|
570
|
+
* // { // PerformanceFactorReference
|
|
571
|
+
* // InstanceFamily: "STRING_VALUE",
|
|
572
|
+
* // },
|
|
573
|
+
* // ],
|
|
574
|
+
* // },
|
|
575
|
+
* // },
|
|
558
576
|
* // },
|
|
559
577
|
* // PrivateDnsNameOptions: { // LaunchTemplatePrivateDnsNameOptions
|
|
560
578
|
* // HostnameType: "ip-name" || "resource-name",
|
|
@@ -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 { CreateNetworkAclRequest
|
|
4
|
+
import { CreateNetworkAclRequest } from "../models/models_1";
|
|
5
|
+
import { CreateNetworkAclResult } 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 { CreateNetworkAclEntryRequest } from "../models/
|
|
4
|
+
import { CreateNetworkAclEntryRequest } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -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 { DeleteInstanceEventWindowRequest
|
|
4
|
+
import { DeleteInstanceEventWindowRequest } from "../models/models_2";
|
|
5
|
+
import { DeleteInstanceEventWindowResult } 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 { DeleteInternetGatewayRequest } from "../models/
|
|
4
|
+
import { DeleteInternetGatewayRequest } 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 { DeleteIpamRequest, DeleteIpamResult } from "../models/
|
|
4
|
+
import { DeleteIpamRequest, DeleteIpamResult } from "../models/models_3";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -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 { DeleteIpamExternalResourceVerificationTokenRequest } from "../models/
|
|
5
|
-
import { DeleteIpamExternalResourceVerificationTokenResult } from "../models/models_3";
|
|
4
|
+
import { DeleteIpamExternalResourceVerificationTokenRequest, DeleteIpamExternalResourceVerificationTokenResult } from "../models/models_3";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|