@aws-sdk/client-ec2 3.805.0 → 3.808.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 +112 -22
- package/dist-cjs/runtimeConfig.js +6 -6
- package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
- package/dist-es/models/models_4.js +4 -0
- package/dist-es/models/models_7.js +0 -7
- package/dist-es/models/models_8.js +7 -1
- package/dist-es/protocols/Aws_ec2.js +85 -0
- package/dist-es/runtimeConfig.js +6 -6
- package/dist-types/EC2.d.ts +1 -0
- package/dist-types/commands/AllocateHostsCommand.d.ts +3 -2
- package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +6 -6
- package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +17 -13
- package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +1 -0
- package/dist-types/commands/CancelReservedInstancesListingCommand.d.ts +2 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -0
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +3 -2
- package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +4 -3
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +14 -11
- package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +6 -0
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +7 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +8 -0
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +3 -1
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +7 -5
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +4 -4
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +16 -7
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +7 -4
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +11 -5
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +1 -0
- package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +5 -3
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +5 -3
- package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +3 -3
- package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +1 -2
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +5 -3
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +3 -2
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +7 -7
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -0
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +2 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -0
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +8 -0
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +2 -1
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +76 -37
- package/dist-types/models/models_1.d.ts +121 -90
- package/dist-types/models/models_2.d.ts +86 -53
- package/dist-types/models/models_3.d.ts +28 -19
- package/dist-types/models/models_4.d.ts +76 -35
- package/dist-types/models/models_5.d.ts +325 -203
- package/dist-types/models/models_6.d.ts +25 -28
- package/dist-types/models/models_7.d.ts +72 -57
- package/dist-types/models/models_8.d.ts +32 -7
- package/dist-types/ts3.4/EC2.d.ts +1 -0
- package/dist-types/ts3.4/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +5 -1
- package/dist-types/ts3.4/models/models_1.d.ts +2 -0
- package/dist-types/ts3.4/models/models_2.d.ts +1 -0
- package/dist-types/ts3.4/models/models_3.d.ts +1 -0
- package/dist-types/ts3.4/models/models_4.d.ts +11 -7
- package/dist-types/ts3.4/models/models_5.d.ts +13 -3
- package/dist-types/ts3.4/models/models_6.d.ts +3 -4
- package/dist-types/ts3.4/models/models_7.d.ts +6 -8
- package/dist-types/ts3.4/models/models_8.d.ts +8 -0
- package/package.json +16 -16
package/dist-cjs/index.js
CHANGED
|
@@ -643,6 +643,7 @@ __export(index_exports, {
|
|
|
643
643
|
FleetReplacementStrategy: () => FleetReplacementStrategy,
|
|
644
644
|
FleetStateCode: () => FleetStateCode,
|
|
645
645
|
FleetType: () => FleetType,
|
|
646
|
+
FlexibleEnaQueuesSupport: () => FlexibleEnaQueuesSupport,
|
|
646
647
|
FlowLogsResourceType: () => FlowLogsResourceType,
|
|
647
648
|
FpgaImageAttributeName: () => FpgaImageAttributeName,
|
|
648
649
|
FpgaImageStateCode: () => FpgaImageStateCode,
|
|
@@ -17473,6 +17474,9 @@ var se_AllocateHostsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
17473
17474
|
entries[loc] = value;
|
|
17474
17475
|
});
|
|
17475
17476
|
}
|
|
17477
|
+
if (input[_AZI] != null) {
|
|
17478
|
+
entries[_AZI] = input[_AZI];
|
|
17479
|
+
}
|
|
17476
17480
|
if (input[_AP] != null) {
|
|
17477
17481
|
entries[_AP] = input[_AP];
|
|
17478
17482
|
}
|
|
@@ -18139,6 +18143,9 @@ var se_AttachNetworkInterfaceRequest = /* @__PURE__ */ __name((input, context) =
|
|
|
18139
18143
|
entries[loc] = value;
|
|
18140
18144
|
});
|
|
18141
18145
|
}
|
|
18146
|
+
if (input[_EQC] != null) {
|
|
18147
|
+
entries[_EQC] = input[_EQC];
|
|
18148
|
+
}
|
|
18142
18149
|
if (input[_DRr] != null) {
|
|
18143
18150
|
entries[_DRr] = input[_DRr];
|
|
18144
18151
|
}
|
|
@@ -26026,6 +26033,9 @@ var se_DescribeReservedInstancesOfferingsRequest = /* @__PURE__ */ __name((input
|
|
|
26026
26033
|
entries[loc] = value;
|
|
26027
26034
|
});
|
|
26028
26035
|
}
|
|
26036
|
+
if (input[_AZI] != null) {
|
|
26037
|
+
entries[_AZI] = input[_AZI];
|
|
26038
|
+
}
|
|
26029
26039
|
if (input[_DRr] != null) {
|
|
26030
26040
|
entries[_DRr] = input[_DRr];
|
|
26031
26041
|
}
|
|
@@ -31112,6 +31122,9 @@ var se_InstanceNetworkInterfaceSpecification = /* @__PURE__ */ __name((input, co
|
|
|
31112
31122
|
entries[loc] = value;
|
|
31113
31123
|
});
|
|
31114
31124
|
}
|
|
31125
|
+
if (input[_EQC] != null) {
|
|
31126
|
+
entries[_EQC] = input[_EQC];
|
|
31127
|
+
}
|
|
31115
31128
|
return entries;
|
|
31116
31129
|
}, "se_InstanceNetworkInterfaceSpecification");
|
|
31117
31130
|
var se_InstanceNetworkInterfaceSpecificationList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -32198,6 +32211,9 @@ var se_LaunchTemplateInstanceNetworkInterfaceSpecificationRequest = /* @__PURE__
|
|
|
32198
32211
|
entries[loc] = value;
|
|
32199
32212
|
});
|
|
32200
32213
|
}
|
|
32214
|
+
if (input[_EQC] != null) {
|
|
32215
|
+
entries[_EQC] = input[_EQC];
|
|
32216
|
+
}
|
|
32201
32217
|
return entries;
|
|
32202
32218
|
}, "se_LaunchTemplateInstanceNetworkInterfaceSpecificationRequest");
|
|
32203
32219
|
var se_LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -35159,6 +35175,12 @@ var se_NetworkInsightsPathIdList = /* @__PURE__ */ __name((input, context) => {
|
|
|
35159
35175
|
}, "se_NetworkInsightsPathIdList");
|
|
35160
35176
|
var se_NetworkInterfaceAttachmentChanges = /* @__PURE__ */ __name((input, context) => {
|
|
35161
35177
|
const entries = {};
|
|
35178
|
+
if (input[_DEQC] != null) {
|
|
35179
|
+
entries[_DEQC] = input[_DEQC];
|
|
35180
|
+
}
|
|
35181
|
+
if (input[_EQC] != null) {
|
|
35182
|
+
entries[_EQC] = input[_EQC];
|
|
35183
|
+
}
|
|
35162
35184
|
if (input[_AIt] != null) {
|
|
35163
35185
|
entries[_AIt] = input[_AIt];
|
|
35164
35186
|
}
|
|
@@ -37232,6 +37254,9 @@ var se_ReservedInstancesConfiguration = /* @__PURE__ */ __name((input, context)
|
|
|
37232
37254
|
if (input[_Sc] != null) {
|
|
37233
37255
|
entries[_Sc] = input[_Sc];
|
|
37234
37256
|
}
|
|
37257
|
+
if (input[_AZI] != null) {
|
|
37258
|
+
entries[_AZI] = input[_AZI];
|
|
37259
|
+
}
|
|
37235
37260
|
return entries;
|
|
37236
37261
|
}, "se_ReservedInstancesConfiguration");
|
|
37237
37262
|
var se_ReservedInstancesConfigurationList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -40808,6 +40833,9 @@ var de_AnalysisLoadBalancerTarget = /* @__PURE__ */ __name((output, context) =>
|
|
|
40808
40833
|
if (output[_aZ] != null) {
|
|
40809
40834
|
contents[_AZ] = (0, import_smithy_client.expectString)(output[_aZ]);
|
|
40810
40835
|
}
|
|
40836
|
+
if (output[_aZI] != null) {
|
|
40837
|
+
contents[_AZI] = (0, import_smithy_client.expectString)(output[_aZI]);
|
|
40838
|
+
}
|
|
40811
40839
|
if (output[_in] != null) {
|
|
40812
40840
|
contents[_Ins] = de_AnalysisComponent(output[_in], context);
|
|
40813
40841
|
}
|
|
@@ -42149,6 +42177,9 @@ var de_CapacityReservationInfo = /* @__PURE__ */ __name((output, context) => {
|
|
|
42149
42177
|
if (output[_t] != null) {
|
|
42150
42178
|
contents[_Te] = (0, import_smithy_client.expectString)(output[_t]);
|
|
42151
42179
|
}
|
|
42180
|
+
if (output[_aZI] != null) {
|
|
42181
|
+
contents[_AZI] = (0, import_smithy_client.expectString)(output[_aZI]);
|
|
42182
|
+
}
|
|
42152
42183
|
return contents;
|
|
42153
42184
|
}, "de_CapacityReservationInfo");
|
|
42154
42185
|
var de_CapacityReservationOptions = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -47658,6 +47689,11 @@ var de_Explanation = /* @__PURE__ */ __name((output, context) => {
|
|
|
47658
47689
|
} else if (output[_aZS] != null && output[_aZS][_i] != null) {
|
|
47659
47690
|
contents[_AZv] = de_ValueStringList((0, import_smithy_client.getArrayIfSingleItem)(output[_aZS][_i]), context);
|
|
47660
47691
|
}
|
|
47692
|
+
if (output.availabilityZoneIdSet === "") {
|
|
47693
|
+
contents[_AZIv] = [];
|
|
47694
|
+
} else if (output[_aZIS] != null && output[_aZIS][_i] != null) {
|
|
47695
|
+
contents[_AZIv] = de_ValueStringList((0, import_smithy_client.getArrayIfSingleItem)(output[_aZIS][_i]), context);
|
|
47696
|
+
}
|
|
47661
47697
|
if (output.cidrSet === "") {
|
|
47662
47698
|
contents[_Ci] = [];
|
|
47663
47699
|
} else if (output[_cS] != null && output[_cS][_i] != null) {
|
|
@@ -50950,6 +50986,9 @@ var de_InstanceNetworkInterfaceAttachment = /* @__PURE__ */ __name((output, cont
|
|
|
50950
50986
|
if (output[_eSS] != null) {
|
|
50951
50987
|
contents[_ESS] = de_InstanceAttachmentEnaSrdSpecification(output[_eSS], context);
|
|
50952
50988
|
}
|
|
50989
|
+
if (output[_eQC] != null) {
|
|
50990
|
+
contents[_EQC] = (0, import_smithy_client.strictParseInt32)(output[_eQC]);
|
|
50991
|
+
}
|
|
50953
50992
|
return contents;
|
|
50954
50993
|
}, "de_InstanceNetworkInterfaceAttachment");
|
|
50955
50994
|
var de_InstanceNetworkInterfaceList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -51035,6 +51074,9 @@ var de_InstanceNetworkInterfaceSpecification = /* @__PURE__ */ __name((output, c
|
|
|
51035
51074
|
if (output[_CTS] != null) {
|
|
51036
51075
|
contents[_CTS] = de_ConnectionTrackingSpecificationRequest(output[_CTS], context);
|
|
51037
51076
|
}
|
|
51077
|
+
if (output[_EQC] != null) {
|
|
51078
|
+
contents[_EQC] = (0, import_smithy_client.strictParseInt32)(output[_EQC]);
|
|
51079
|
+
}
|
|
51038
51080
|
return contents;
|
|
51039
51081
|
}, "de_InstanceNetworkInterfaceSpecification");
|
|
51040
51082
|
var de_InstanceNetworkInterfaceSpecificationList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -52956,6 +52998,9 @@ var de_LaunchTemplateInstanceNetworkInterfaceSpecification = /* @__PURE__ */ __n
|
|
|
52956
52998
|
if (output[_cTS] != null) {
|
|
52957
52999
|
contents[_CTS] = de_ConnectionTrackingSpecification(output[_cTS], context);
|
|
52958
53000
|
}
|
|
53001
|
+
if (output[_eQC] != null) {
|
|
53002
|
+
contents[_EQC] = (0, import_smithy_client.strictParseInt32)(output[_eQC]);
|
|
53003
|
+
}
|
|
52959
53004
|
return contents;
|
|
52960
53005
|
}, "de_LaunchTemplateInstanceNetworkInterfaceSpecification");
|
|
52961
53006
|
var de_LaunchTemplateInstanceNetworkInterfaceSpecificationList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -54472,6 +54517,15 @@ var de_NetworkCardInfo = /* @__PURE__ */ __name((output, context) => {
|
|
|
54472
54517
|
if (output[_pBIG] != null) {
|
|
54473
54518
|
contents[_PBIG] = (0, import_smithy_client.strictParseFloat)(output[_pBIG]);
|
|
54474
54519
|
}
|
|
54520
|
+
if (output[_dEQCPI] != null) {
|
|
54521
|
+
contents[_DEQCPI] = (0, import_smithy_client.strictParseInt32)(output[_dEQCPI]);
|
|
54522
|
+
}
|
|
54523
|
+
if (output[_mEQC] != null) {
|
|
54524
|
+
contents[_MEQC] = (0, import_smithy_client.strictParseInt32)(output[_mEQC]);
|
|
54525
|
+
}
|
|
54526
|
+
if (output[_mEQCPI] != null) {
|
|
54527
|
+
contents[_MEQCPI] = (0, import_smithy_client.strictParseInt32)(output[_mEQCPI]);
|
|
54528
|
+
}
|
|
54475
54529
|
return contents;
|
|
54476
54530
|
}, "de_NetworkCardInfo");
|
|
54477
54531
|
var de_NetworkCardInfoList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -54527,6 +54581,9 @@ var de_NetworkInfo = /* @__PURE__ */ __name((output, context) => {
|
|
|
54527
54581
|
} else if (output[_bWa] != null && output[_bWa][_i] != null) {
|
|
54528
54582
|
contents[_BWa] = de_BandwidthWeightingTypeList((0, import_smithy_client.getArrayIfSingleItem)(output[_bWa][_i]), context);
|
|
54529
54583
|
}
|
|
54584
|
+
if (output[_fEQS] != null) {
|
|
54585
|
+
contents[_FEQS] = (0, import_smithy_client.expectString)(output[_fEQS]);
|
|
54586
|
+
}
|
|
54530
54587
|
return contents;
|
|
54531
54588
|
}, "de_NetworkInfo");
|
|
54532
54589
|
var de_NetworkInsightsAccessScope = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -54901,6 +54958,9 @@ var de_NetworkInterfaceAttachment = /* @__PURE__ */ __name((output, context) =>
|
|
|
54901
54958
|
if (output[_eSS] != null) {
|
|
54902
54959
|
contents[_ESS] = de_AttachmentEnaSrdSpecification(output[_eSS], context);
|
|
54903
54960
|
}
|
|
54961
|
+
if (output[_eQC] != null) {
|
|
54962
|
+
contents[_EQC] = (0, import_smithy_client.strictParseInt32)(output[_eQC]);
|
|
54963
|
+
}
|
|
54904
54964
|
return contents;
|
|
54905
54965
|
}, "de_NetworkInterfaceAttachment");
|
|
54906
54966
|
var de_NetworkInterfaceCount = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -56359,6 +56419,9 @@ var de_ReservedInstances = /* @__PURE__ */ __name((output, context) => {
|
|
|
56359
56419
|
} else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
56360
56420
|
contents[_Ta] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_tS][_i]), context);
|
|
56361
56421
|
}
|
|
56422
|
+
if (output[_aZI] != null) {
|
|
56423
|
+
contents[_AZI] = (0, import_smithy_client.expectString)(output[_aZI]);
|
|
56424
|
+
}
|
|
56362
56425
|
if (output[_rII] != null) {
|
|
56363
56426
|
contents[_RIIe] = (0, import_smithy_client.expectString)(output[_rII]);
|
|
56364
56427
|
}
|
|
@@ -56411,6 +56474,9 @@ var de_ReservedInstancesConfiguration = /* @__PURE__ */ __name((output, context)
|
|
|
56411
56474
|
if (output[_sc] != null) {
|
|
56412
56475
|
contents[_Sc] = (0, import_smithy_client.expectString)(output[_sc]);
|
|
56413
56476
|
}
|
|
56477
|
+
if (output[_aZI] != null) {
|
|
56478
|
+
contents[_AZI] = (0, import_smithy_client.expectString)(output[_aZI]);
|
|
56479
|
+
}
|
|
56414
56480
|
return contents;
|
|
56415
56481
|
}, "de_ReservedInstancesConfiguration");
|
|
56416
56482
|
var de_ReservedInstancesId = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -56555,6 +56621,9 @@ var de_ReservedInstancesOffering = /* @__PURE__ */ __name((output, context) => {
|
|
|
56555
56621
|
if (output[_sc] != null) {
|
|
56556
56622
|
contents[_Sc] = (0, import_smithy_client.expectString)(output[_sc]);
|
|
56557
56623
|
}
|
|
56624
|
+
if (output[_aZI] != null) {
|
|
56625
|
+
contents[_AZI] = (0, import_smithy_client.expectString)(output[_aZI]);
|
|
56626
|
+
}
|
|
56558
56627
|
if (output[_rIOI] != null) {
|
|
56559
56628
|
contents[_RIOIe] = (0, import_smithy_client.expectString)(output[_rIOI]);
|
|
56560
56629
|
}
|
|
@@ -61574,6 +61643,9 @@ var de_VolumeStatusItem = /* @__PURE__ */ __name((output, context) => {
|
|
|
61574
61643
|
} else if (output[_aStt] != null && output[_aStt][_i] != null) {
|
|
61575
61644
|
contents[_AStt] = de_VolumeStatusAttachmentStatusList((0, import_smithy_client.getArrayIfSingleItem)(output[_aStt][_i]), context);
|
|
61576
61645
|
}
|
|
61646
|
+
if (output[_aZI] != null) {
|
|
61647
|
+
contents[_AZI] = (0, import_smithy_client.expectString)(output[_aZI]);
|
|
61648
|
+
}
|
|
61577
61649
|
return contents;
|
|
61578
61650
|
}, "de_VolumeStatusItem");
|
|
61579
61651
|
var de_VolumeStatusList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -62539,6 +62611,7 @@ var _AWSAKI = "AWSAccessKeyId";
|
|
|
62539
62611
|
var _AZ = "AvailabilityZone";
|
|
62540
62612
|
var _AZG = "AvailabilityZoneGroup";
|
|
62541
62613
|
var _AZI = "AvailabilityZoneId";
|
|
62614
|
+
var _AZIv = "AvailabilityZoneIds";
|
|
62542
62615
|
var _AZv = "AvailabilityZones";
|
|
62543
62616
|
var _Ac = "Accept";
|
|
62544
62617
|
var _Acc = "Accelerators";
|
|
@@ -62957,6 +63030,8 @@ var _DEIT = "DescribeExportImageTasks";
|
|
|
62957
63030
|
var _DEKI = "DataEncryptionKeyId";
|
|
62958
63031
|
var _DEOIG = "DeleteEgressOnlyInternetGateway";
|
|
62959
63032
|
var _DEOIGe = "DescribeEgressOnlyInternetGateways";
|
|
63033
|
+
var _DEQC = "DefaultEnaQueueCount";
|
|
63034
|
+
var _DEQCPI = "DefaultEnaQueueCountPerInterface";
|
|
62960
63035
|
var _DET = "DescribeExportTasks";
|
|
62961
63036
|
var _DEn = "DnsEntry";
|
|
62962
63037
|
var _DF = "DeleteFleets";
|
|
@@ -63384,6 +63459,7 @@ var _EP = "ExcludePaths";
|
|
|
63384
63459
|
var _EPG = "EnablePrivateGua";
|
|
63385
63460
|
var _EPI = "EnablePrimaryIpv6";
|
|
63386
63461
|
var _EPg = "EgressPackets";
|
|
63462
|
+
var _EQC = "EnaQueueCount";
|
|
63387
63463
|
var _ERAOS = "EnableReachabilityAnalyzerOrganizationSharing";
|
|
63388
63464
|
var _ERNDAAAAR = "EnableResourceNameDnsAAAARecord";
|
|
63389
63465
|
var _ERNDAAAAROL = "EnableResourceNameDnsAAAARecordOnLaunch";
|
|
@@ -63449,6 +63525,7 @@ var _FCi = "FindingComponents";
|
|
|
63449
63525
|
var _FD = "ForceDelete";
|
|
63450
63526
|
var _FDN = "FipsDnsName";
|
|
63451
63527
|
var _FE = "FipsEnabled";
|
|
63528
|
+
var _FEQS = "FlexibleEnaQueuesSupport";
|
|
63452
63529
|
var _FF = "FileFormat";
|
|
63453
63530
|
var _FFC = "FailedFleetCancellations";
|
|
63454
63531
|
var _FFi = "FindingsFound";
|
|
@@ -63978,6 +64055,8 @@ var _ME = "MaxEntries";
|
|
|
63978
64055
|
var _MEDKKI = "ModifyEbsDefaultKmsKeyId";
|
|
63979
64056
|
var _MEI = "MaximumEfaInterfaces";
|
|
63980
64057
|
var _MEM = "ManagedExceptionMessage";
|
|
64058
|
+
var _MEQC = "MaximumEnaQueueCount";
|
|
64059
|
+
var _MEQCPI = "MaximumEnaQueueCountPerInterface";
|
|
63981
64060
|
var _MF = "ModifyFleet";
|
|
63982
64061
|
var _MFIA = "ModifyFpgaImageAttribute";
|
|
63983
64062
|
var _MFV = "MostFrequentValue";
|
|
@@ -65261,6 +65340,7 @@ var _aVS = "attributeValueSet";
|
|
|
65261
65340
|
var _aZ = "availabilityZone";
|
|
65262
65341
|
var _aZG = "availabilityZoneGroup";
|
|
65263
65342
|
var _aZI = "availabilityZoneId";
|
|
65343
|
+
var _aZIS = "availabilityZoneIdSet";
|
|
65264
65344
|
var _aZIv = "availabilityZoneInfo";
|
|
65265
65345
|
var _aZS = "availabilityZoneSet";
|
|
65266
65346
|
var _ac = "acl";
|
|
@@ -65485,6 +65565,7 @@ var _dCS = "dhcpConfigurationSet";
|
|
|
65485
65565
|
var _dCe = "defaultCores";
|
|
65486
65566
|
var _dE = "dnsEntry";
|
|
65487
65567
|
var _dEKI = "dataEncryptionKeyId";
|
|
65568
|
+
var _dEQCPI = "defaultEnaQueueCountPerInterface";
|
|
65488
65569
|
var _dES = "dnsEntrySet";
|
|
65489
65570
|
var _dFA = "defaultForAz";
|
|
65490
65571
|
var _dHIS = "dedicatedHostIdSet";
|
|
@@ -65627,6 +65708,7 @@ var _eOn = "enclaveOptions";
|
|
|
65627
65708
|
var _eP = "egressPackets";
|
|
65628
65709
|
var _ePG = "enablePrivateGua";
|
|
65629
65710
|
var _ePS = "excludePathSet";
|
|
65711
|
+
var _eQC = "enaQueueCount";
|
|
65630
65712
|
var _eRNDAAAAR = "enableResourceNameDnsAAAARecord";
|
|
65631
65713
|
var _eRNDAR = "enableResourceNameDnsARecord";
|
|
65632
65714
|
var _eS = "ephemeralStorage";
|
|
@@ -65674,6 +65756,7 @@ var _fCS = "findingComponentSet";
|
|
|
65674
65756
|
var _fCa = "failureCode";
|
|
65675
65757
|
var _fDN = "fipsDnsName";
|
|
65676
65758
|
var _fE = "fipsEnabled";
|
|
65759
|
+
var _fEQS = "flexibleEnaQueuesSupport";
|
|
65677
65760
|
var _fF = "fileFormat";
|
|
65678
65761
|
var _fFCS = "failedFleetCancellationSet";
|
|
65679
65762
|
var _fFi = "findingsFound";
|
|
@@ -66073,6 +66156,8 @@ var _mDe = "metaData";
|
|
|
66073
66156
|
var _mE = "maxEntries";
|
|
66074
66157
|
var _mEI = "maximumEfaInterfaces";
|
|
66075
66158
|
var _mEM = "managedExceptionMessage";
|
|
66159
|
+
var _mEQC = "maximumEnaQueueCount";
|
|
66160
|
+
var _mEQCPI = "maximumEnaQueueCountPerInterface";
|
|
66076
66161
|
var _mFV = "mostFrequentValue";
|
|
66077
66162
|
var _mG = "multicastGroups";
|
|
66078
66163
|
var _mGBPVC = "memoryGiBPerVCpu";
|
|
@@ -73714,6 +73799,10 @@ var EnaSupport = {
|
|
|
73714
73799
|
supported: "supported",
|
|
73715
73800
|
unsupported: "unsupported"
|
|
73716
73801
|
};
|
|
73802
|
+
var FlexibleEnaQueuesSupport = {
|
|
73803
|
+
SUPPORTED: "supported",
|
|
73804
|
+
UNSUPPORTED: "unsupported"
|
|
73805
|
+
};
|
|
73717
73806
|
var NitroEnclavesSupport = {
|
|
73718
73807
|
SUPPORTED: "supported",
|
|
73719
73808
|
UNSUPPORTED: "unsupported"
|
|
@@ -78313,12 +78402,6 @@ var ReportInstanceStatusRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj)
|
|
|
78313
78402
|
...obj,
|
|
78314
78403
|
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
78315
78404
|
}), "ReportInstanceStatusRequestFilterSensitiveLog");
|
|
78316
|
-
var RequestSpotFleetRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
78317
|
-
...obj,
|
|
78318
|
-
...obj.SpotFleetRequestConfig && {
|
|
78319
|
-
SpotFleetRequestConfig: SpotFleetRequestConfigDataFilterSensitiveLog(obj.SpotFleetRequestConfig)
|
|
78320
|
-
}
|
|
78321
|
-
}), "RequestSpotFleetRequestFilterSensitiveLog");
|
|
78322
78405
|
|
|
78323
78406
|
// src/commands/GetVpnConnectionDeviceSampleConfigurationCommand.ts
|
|
78324
78407
|
var GetVpnConnectionDeviceSampleConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
@@ -80094,21 +80177,6 @@ var ReportInstanceStatusCommand = class extends import_smithy_client.Command.cla
|
|
|
80094
80177
|
|
|
80095
80178
|
|
|
80096
80179
|
|
|
80097
|
-
var RequestSpotFleetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
80098
|
-
return [
|
|
80099
|
-
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
80100
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
80101
|
-
];
|
|
80102
|
-
}).s("AmazonEC2", "RequestSpotFleet", {}).n("EC2Client", "RequestSpotFleetCommand").f(RequestSpotFleetRequestFilterSensitiveLog, void 0).ser(se_RequestSpotFleetCommand).de(de_RequestSpotFleetCommand).build() {
|
|
80103
|
-
static {
|
|
80104
|
-
__name(this, "RequestSpotFleetCommand");
|
|
80105
|
-
}
|
|
80106
|
-
};
|
|
80107
|
-
|
|
80108
|
-
// src/commands/RequestSpotInstancesCommand.ts
|
|
80109
|
-
|
|
80110
|
-
|
|
80111
|
-
|
|
80112
80180
|
|
|
80113
80181
|
// src/models/models_8.ts
|
|
80114
80182
|
|
|
@@ -80122,6 +80190,12 @@ var MembershipType = {
|
|
|
80122
80190
|
igmp: "igmp",
|
|
80123
80191
|
static: "static"
|
|
80124
80192
|
};
|
|
80193
|
+
var RequestSpotFleetRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80194
|
+
...obj,
|
|
80195
|
+
...obj.SpotFleetRequestConfig && {
|
|
80196
|
+
SpotFleetRequestConfig: SpotFleetRequestConfigDataFilterSensitiveLog(obj.SpotFleetRequestConfig)
|
|
80197
|
+
}
|
|
80198
|
+
}), "RequestSpotFleetRequestFilterSensitiveLog");
|
|
80125
80199
|
var RequestSpotLaunchSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80126
80200
|
...obj,
|
|
80127
80201
|
...obj.UserData && { UserData: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -80150,7 +80224,22 @@ var RunScheduledInstancesRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj
|
|
|
80150
80224
|
...obj.LaunchSpecification && { LaunchSpecification: import_smithy_client.SENSITIVE_STRING }
|
|
80151
80225
|
}), "RunScheduledInstancesRequestFilterSensitiveLog");
|
|
80152
80226
|
|
|
80227
|
+
// src/commands/RequestSpotFleetCommand.ts
|
|
80228
|
+
var RequestSpotFleetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
80229
|
+
return [
|
|
80230
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
80231
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
80232
|
+
];
|
|
80233
|
+
}).s("AmazonEC2", "RequestSpotFleet", {}).n("EC2Client", "RequestSpotFleetCommand").f(RequestSpotFleetRequestFilterSensitiveLog, void 0).ser(se_RequestSpotFleetCommand).de(de_RequestSpotFleetCommand).build() {
|
|
80234
|
+
static {
|
|
80235
|
+
__name(this, "RequestSpotFleetCommand");
|
|
80236
|
+
}
|
|
80237
|
+
};
|
|
80238
|
+
|
|
80153
80239
|
// src/commands/RequestSpotInstancesCommand.ts
|
|
80240
|
+
|
|
80241
|
+
|
|
80242
|
+
|
|
80154
80243
|
var RequestSpotInstancesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
80155
80244
|
return [
|
|
80156
80245
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -85116,6 +85205,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85116
85205
|
EphemeralNvmeSupport,
|
|
85117
85206
|
BandwidthWeightingType,
|
|
85118
85207
|
EnaSupport,
|
|
85208
|
+
FlexibleEnaQueuesSupport,
|
|
85119
85209
|
NitroEnclavesSupport,
|
|
85120
85210
|
NitroTpmSupport,
|
|
85121
85211
|
PhcSupport,
|
|
@@ -85247,10 +85337,10 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85247
85337
|
ModifyVpnTunnelOptionsRequestFilterSensitiveLog,
|
|
85248
85338
|
ModifyVpnTunnelOptionsResultFilterSensitiveLog,
|
|
85249
85339
|
ReportInstanceStatusRequestFilterSensitiveLog,
|
|
85250
|
-
RequestSpotFleetRequestFilterSensitiveLog,
|
|
85251
85340
|
ResetFpgaImageAttributeName,
|
|
85252
85341
|
ResetImageAttributeName,
|
|
85253
85342
|
MembershipType,
|
|
85343
|
+
RequestSpotFleetRequestFilterSensitiveLog,
|
|
85254
85344
|
RequestSpotLaunchSpecificationFilterSensitiveLog,
|
|
85255
85345
|
RequestSpotInstancesRequestFilterSensitiveLog,
|
|
85256
85346
|
RequestSpotInstancesResultFilterSensitiveLog,
|
|
@@ -23,20 +23,20 @@ const getRuntimeConfig = (config) => {
|
|
|
23
23
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
24
24
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
25
25
|
(0, core_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
26
|
-
const
|
|
26
|
+
const loaderConfig = { profile: config?.profile, logger: clientSharedValues.logger };
|
|
27
27
|
return {
|
|
28
28
|
...clientSharedValues,
|
|
29
29
|
...config,
|
|
30
30
|
runtime: "node",
|
|
31
31
|
defaultsMode,
|
|
32
|
-
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,
|
|
32
|
+
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
33
33
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
34
34
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
35
35
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
36
36
|
(0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
37
37
|
maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
38
38
|
region: config?.region ??
|
|
39
|
-
(0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...
|
|
39
|
+
(0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
40
40
|
requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
41
41
|
retryMode: config?.retryMode ??
|
|
42
42
|
(0, node_config_provider_1.loadConfig)({
|
|
@@ -45,9 +45,9 @@ const getRuntimeConfig = (config) => {
|
|
|
45
45
|
}, config),
|
|
46
46
|
sha256: config?.sha256 ?? hash_node_1.Hash.bind(null, "sha256"),
|
|
47
47
|
streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector,
|
|
48
|
-
useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,
|
|
49
|
-
useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,
|
|
50
|
-
userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS,
|
|
48
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
49
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
50
|
+
userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
|
|
51
51
|
};
|
|
52
52
|
};
|
|
53
53
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { RequestSpotFleetRequestFilterSensitiveLog } from "../models/
|
|
5
|
+
import { RequestSpotFleetRequestFilterSensitiveLog, } from "../models/models_8";
|
|
6
6
|
import { de_RequestSpotFleetCommand, se_RequestSpotFleetCommand } from "../protocols/Aws_ec2";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class RequestSpotFleetCommand extends $Command
|
|
@@ -276,6 +276,10 @@ export const EnaSupport = {
|
|
|
276
276
|
supported: "supported",
|
|
277
277
|
unsupported: "unsupported",
|
|
278
278
|
};
|
|
279
|
+
export const FlexibleEnaQueuesSupport = {
|
|
280
|
+
SUPPORTED: "supported",
|
|
281
|
+
UNSUPPORTED: "unsupported",
|
|
282
|
+
};
|
|
279
283
|
export const NitroEnclavesSupport = {
|
|
280
284
|
SUPPORTED: "supported",
|
|
281
285
|
UNSUPPORTED: "unsupported",
|
|
@@ -2,7 +2,6 @@ import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
|
2
2
|
import { VerifiedAccessTrustProviderFilterSensitiveLog, } from "./models_0";
|
|
3
3
|
import { VpnConnectionFilterSensitiveLog, } from "./models_3";
|
|
4
4
|
import { ConversionTaskFilterSensitiveLog, SnapshotDetailFilterSensitiveLog, SnapshotTaskDetailFilterSensitiveLog, } from "./models_4";
|
|
5
|
-
import { SpotFleetRequestConfigDataFilterSensitiveLog, } from "./models_5";
|
|
6
5
|
export const LockMode = {
|
|
7
6
|
compliance: "compliance",
|
|
8
7
|
governance: "governance",
|
|
@@ -199,9 +198,3 @@ export const ReportInstanceStatusRequestFilterSensitiveLog = (obj) => ({
|
|
|
199
198
|
...obj,
|
|
200
199
|
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
201
200
|
});
|
|
202
|
-
export const RequestSpotFleetRequestFilterSensitiveLog = (obj) => ({
|
|
203
|
-
...obj,
|
|
204
|
-
...(obj.SpotFleetRequestConfig && {
|
|
205
|
-
SpotFleetRequestConfig: SpotFleetRequestConfigDataFilterSensitiveLog(obj.SpotFleetRequestConfig),
|
|
206
|
-
}),
|
|
207
|
-
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
-
import { SpotInstanceRequestFilterSensitiveLog, } from "./models_5";
|
|
2
|
+
import { SpotFleetRequestConfigDataFilterSensitiveLog, SpotInstanceRequestFilterSensitiveLog, } from "./models_5";
|
|
3
3
|
export const ResetFpgaImageAttributeName = {
|
|
4
4
|
loadPermission: "loadPermission",
|
|
5
5
|
};
|
|
@@ -10,6 +10,12 @@ export const MembershipType = {
|
|
|
10
10
|
igmp: "igmp",
|
|
11
11
|
static: "static",
|
|
12
12
|
};
|
|
13
|
+
export const RequestSpotFleetRequestFilterSensitiveLog = (obj) => ({
|
|
14
|
+
...obj,
|
|
15
|
+
...(obj.SpotFleetRequestConfig && {
|
|
16
|
+
SpotFleetRequestConfig: SpotFleetRequestConfigDataFilterSensitiveLog(obj.SpotFleetRequestConfig),
|
|
17
|
+
}),
|
|
18
|
+
});
|
|
13
19
|
export const RequestSpotLaunchSpecificationFilterSensitiveLog = (obj) => ({
|
|
14
20
|
...obj,
|
|
15
21
|
...(obj.UserData && { UserData: SENSITIVE_STRING }),
|