@aws-sdk/client-ec2 3.805.0 → 3.806.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 +78 -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 +50 -0
- package/dist-es/runtimeConfig.js +6 -6
- 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/DescribeInstanceTypesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +2 -1
- 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 +3 -4
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +16 -7
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +9 -5
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.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/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 +2 -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/UnassignIpv6AddressesCommand.d.ts +2 -1
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +60 -36
- 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 +23 -19
- package/dist-types/models/models_4.d.ts +76 -35
- package/dist-types/models/models_5.d.ts +281 -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/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 +1 -0
- 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_4.d.ts +11 -7
- package/dist-types/ts3.4/models/models_5.d.ts +8 -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,
|
|
@@ -18139,6 +18140,9 @@ var se_AttachNetworkInterfaceRequest = /* @__PURE__ */ __name((input, context) =
|
|
|
18139
18140
|
entries[loc] = value;
|
|
18140
18141
|
});
|
|
18141
18142
|
}
|
|
18143
|
+
if (input[_EQC] != null) {
|
|
18144
|
+
entries[_EQC] = input[_EQC];
|
|
18145
|
+
}
|
|
18142
18146
|
if (input[_DRr] != null) {
|
|
18143
18147
|
entries[_DRr] = input[_DRr];
|
|
18144
18148
|
}
|
|
@@ -31112,6 +31116,9 @@ var se_InstanceNetworkInterfaceSpecification = /* @__PURE__ */ __name((input, co
|
|
|
31112
31116
|
entries[loc] = value;
|
|
31113
31117
|
});
|
|
31114
31118
|
}
|
|
31119
|
+
if (input[_EQC] != null) {
|
|
31120
|
+
entries[_EQC] = input[_EQC];
|
|
31121
|
+
}
|
|
31115
31122
|
return entries;
|
|
31116
31123
|
}, "se_InstanceNetworkInterfaceSpecification");
|
|
31117
31124
|
var se_InstanceNetworkInterfaceSpecificationList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -32198,6 +32205,9 @@ var se_LaunchTemplateInstanceNetworkInterfaceSpecificationRequest = /* @__PURE__
|
|
|
32198
32205
|
entries[loc] = value;
|
|
32199
32206
|
});
|
|
32200
32207
|
}
|
|
32208
|
+
if (input[_EQC] != null) {
|
|
32209
|
+
entries[_EQC] = input[_EQC];
|
|
32210
|
+
}
|
|
32201
32211
|
return entries;
|
|
32202
32212
|
}, "se_LaunchTemplateInstanceNetworkInterfaceSpecificationRequest");
|
|
32203
32213
|
var se_LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -35159,6 +35169,12 @@ var se_NetworkInsightsPathIdList = /* @__PURE__ */ __name((input, context) => {
|
|
|
35159
35169
|
}, "se_NetworkInsightsPathIdList");
|
|
35160
35170
|
var se_NetworkInterfaceAttachmentChanges = /* @__PURE__ */ __name((input, context) => {
|
|
35161
35171
|
const entries = {};
|
|
35172
|
+
if (input[_DEQC] != null) {
|
|
35173
|
+
entries[_DEQC] = input[_DEQC];
|
|
35174
|
+
}
|
|
35175
|
+
if (input[_EQC] != null) {
|
|
35176
|
+
entries[_EQC] = input[_EQC];
|
|
35177
|
+
}
|
|
35162
35178
|
if (input[_AIt] != null) {
|
|
35163
35179
|
entries[_AIt] = input[_AIt];
|
|
35164
35180
|
}
|
|
@@ -50950,6 +50966,9 @@ var de_InstanceNetworkInterfaceAttachment = /* @__PURE__ */ __name((output, cont
|
|
|
50950
50966
|
if (output[_eSS] != null) {
|
|
50951
50967
|
contents[_ESS] = de_InstanceAttachmentEnaSrdSpecification(output[_eSS], context);
|
|
50952
50968
|
}
|
|
50969
|
+
if (output[_eQC] != null) {
|
|
50970
|
+
contents[_EQC] = (0, import_smithy_client.strictParseInt32)(output[_eQC]);
|
|
50971
|
+
}
|
|
50953
50972
|
return contents;
|
|
50954
50973
|
}, "de_InstanceNetworkInterfaceAttachment");
|
|
50955
50974
|
var de_InstanceNetworkInterfaceList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -51035,6 +51054,9 @@ var de_InstanceNetworkInterfaceSpecification = /* @__PURE__ */ __name((output, c
|
|
|
51035
51054
|
if (output[_CTS] != null) {
|
|
51036
51055
|
contents[_CTS] = de_ConnectionTrackingSpecificationRequest(output[_CTS], context);
|
|
51037
51056
|
}
|
|
51057
|
+
if (output[_EQC] != null) {
|
|
51058
|
+
contents[_EQC] = (0, import_smithy_client.strictParseInt32)(output[_EQC]);
|
|
51059
|
+
}
|
|
51038
51060
|
return contents;
|
|
51039
51061
|
}, "de_InstanceNetworkInterfaceSpecification");
|
|
51040
51062
|
var de_InstanceNetworkInterfaceSpecificationList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -52956,6 +52978,9 @@ var de_LaunchTemplateInstanceNetworkInterfaceSpecification = /* @__PURE__ */ __n
|
|
|
52956
52978
|
if (output[_cTS] != null) {
|
|
52957
52979
|
contents[_CTS] = de_ConnectionTrackingSpecification(output[_cTS], context);
|
|
52958
52980
|
}
|
|
52981
|
+
if (output[_eQC] != null) {
|
|
52982
|
+
contents[_EQC] = (0, import_smithy_client.strictParseInt32)(output[_eQC]);
|
|
52983
|
+
}
|
|
52959
52984
|
return contents;
|
|
52960
52985
|
}, "de_LaunchTemplateInstanceNetworkInterfaceSpecification");
|
|
52961
52986
|
var de_LaunchTemplateInstanceNetworkInterfaceSpecificationList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -54472,6 +54497,15 @@ var de_NetworkCardInfo = /* @__PURE__ */ __name((output, context) => {
|
|
|
54472
54497
|
if (output[_pBIG] != null) {
|
|
54473
54498
|
contents[_PBIG] = (0, import_smithy_client.strictParseFloat)(output[_pBIG]);
|
|
54474
54499
|
}
|
|
54500
|
+
if (output[_dEQCPI] != null) {
|
|
54501
|
+
contents[_DEQCPI] = (0, import_smithy_client.strictParseInt32)(output[_dEQCPI]);
|
|
54502
|
+
}
|
|
54503
|
+
if (output[_mEQC] != null) {
|
|
54504
|
+
contents[_MEQC] = (0, import_smithy_client.strictParseInt32)(output[_mEQC]);
|
|
54505
|
+
}
|
|
54506
|
+
if (output[_mEQCPI] != null) {
|
|
54507
|
+
contents[_MEQCPI] = (0, import_smithy_client.strictParseInt32)(output[_mEQCPI]);
|
|
54508
|
+
}
|
|
54475
54509
|
return contents;
|
|
54476
54510
|
}, "de_NetworkCardInfo");
|
|
54477
54511
|
var de_NetworkCardInfoList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -54527,6 +54561,9 @@ var de_NetworkInfo = /* @__PURE__ */ __name((output, context) => {
|
|
|
54527
54561
|
} else if (output[_bWa] != null && output[_bWa][_i] != null) {
|
|
54528
54562
|
contents[_BWa] = de_BandwidthWeightingTypeList((0, import_smithy_client.getArrayIfSingleItem)(output[_bWa][_i]), context);
|
|
54529
54563
|
}
|
|
54564
|
+
if (output[_fEQS] != null) {
|
|
54565
|
+
contents[_FEQS] = (0, import_smithy_client.expectString)(output[_fEQS]);
|
|
54566
|
+
}
|
|
54530
54567
|
return contents;
|
|
54531
54568
|
}, "de_NetworkInfo");
|
|
54532
54569
|
var de_NetworkInsightsAccessScope = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -54901,6 +54938,9 @@ var de_NetworkInterfaceAttachment = /* @__PURE__ */ __name((output, context) =>
|
|
|
54901
54938
|
if (output[_eSS] != null) {
|
|
54902
54939
|
contents[_ESS] = de_AttachmentEnaSrdSpecification(output[_eSS], context);
|
|
54903
54940
|
}
|
|
54941
|
+
if (output[_eQC] != null) {
|
|
54942
|
+
contents[_EQC] = (0, import_smithy_client.strictParseInt32)(output[_eQC]);
|
|
54943
|
+
}
|
|
54904
54944
|
return contents;
|
|
54905
54945
|
}, "de_NetworkInterfaceAttachment");
|
|
54906
54946
|
var de_NetworkInterfaceCount = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -62957,6 +62997,8 @@ var _DEIT = "DescribeExportImageTasks";
|
|
|
62957
62997
|
var _DEKI = "DataEncryptionKeyId";
|
|
62958
62998
|
var _DEOIG = "DeleteEgressOnlyInternetGateway";
|
|
62959
62999
|
var _DEOIGe = "DescribeEgressOnlyInternetGateways";
|
|
63000
|
+
var _DEQC = "DefaultEnaQueueCount";
|
|
63001
|
+
var _DEQCPI = "DefaultEnaQueueCountPerInterface";
|
|
62960
63002
|
var _DET = "DescribeExportTasks";
|
|
62961
63003
|
var _DEn = "DnsEntry";
|
|
62962
63004
|
var _DF = "DeleteFleets";
|
|
@@ -63384,6 +63426,7 @@ var _EP = "ExcludePaths";
|
|
|
63384
63426
|
var _EPG = "EnablePrivateGua";
|
|
63385
63427
|
var _EPI = "EnablePrimaryIpv6";
|
|
63386
63428
|
var _EPg = "EgressPackets";
|
|
63429
|
+
var _EQC = "EnaQueueCount";
|
|
63387
63430
|
var _ERAOS = "EnableReachabilityAnalyzerOrganizationSharing";
|
|
63388
63431
|
var _ERNDAAAAR = "EnableResourceNameDnsAAAARecord";
|
|
63389
63432
|
var _ERNDAAAAROL = "EnableResourceNameDnsAAAARecordOnLaunch";
|
|
@@ -63449,6 +63492,7 @@ var _FCi = "FindingComponents";
|
|
|
63449
63492
|
var _FD = "ForceDelete";
|
|
63450
63493
|
var _FDN = "FipsDnsName";
|
|
63451
63494
|
var _FE = "FipsEnabled";
|
|
63495
|
+
var _FEQS = "FlexibleEnaQueuesSupport";
|
|
63452
63496
|
var _FF = "FileFormat";
|
|
63453
63497
|
var _FFC = "FailedFleetCancellations";
|
|
63454
63498
|
var _FFi = "FindingsFound";
|
|
@@ -63978,6 +64022,8 @@ var _ME = "MaxEntries";
|
|
|
63978
64022
|
var _MEDKKI = "ModifyEbsDefaultKmsKeyId";
|
|
63979
64023
|
var _MEI = "MaximumEfaInterfaces";
|
|
63980
64024
|
var _MEM = "ManagedExceptionMessage";
|
|
64025
|
+
var _MEQC = "MaximumEnaQueueCount";
|
|
64026
|
+
var _MEQCPI = "MaximumEnaQueueCountPerInterface";
|
|
63981
64027
|
var _MF = "ModifyFleet";
|
|
63982
64028
|
var _MFIA = "ModifyFpgaImageAttribute";
|
|
63983
64029
|
var _MFV = "MostFrequentValue";
|
|
@@ -65485,6 +65531,7 @@ var _dCS = "dhcpConfigurationSet";
|
|
|
65485
65531
|
var _dCe = "defaultCores";
|
|
65486
65532
|
var _dE = "dnsEntry";
|
|
65487
65533
|
var _dEKI = "dataEncryptionKeyId";
|
|
65534
|
+
var _dEQCPI = "defaultEnaQueueCountPerInterface";
|
|
65488
65535
|
var _dES = "dnsEntrySet";
|
|
65489
65536
|
var _dFA = "defaultForAz";
|
|
65490
65537
|
var _dHIS = "dedicatedHostIdSet";
|
|
@@ -65627,6 +65674,7 @@ var _eOn = "enclaveOptions";
|
|
|
65627
65674
|
var _eP = "egressPackets";
|
|
65628
65675
|
var _ePG = "enablePrivateGua";
|
|
65629
65676
|
var _ePS = "excludePathSet";
|
|
65677
|
+
var _eQC = "enaQueueCount";
|
|
65630
65678
|
var _eRNDAAAAR = "enableResourceNameDnsAAAARecord";
|
|
65631
65679
|
var _eRNDAR = "enableResourceNameDnsARecord";
|
|
65632
65680
|
var _eS = "ephemeralStorage";
|
|
@@ -65674,6 +65722,7 @@ var _fCS = "findingComponentSet";
|
|
|
65674
65722
|
var _fCa = "failureCode";
|
|
65675
65723
|
var _fDN = "fipsDnsName";
|
|
65676
65724
|
var _fE = "fipsEnabled";
|
|
65725
|
+
var _fEQS = "flexibleEnaQueuesSupport";
|
|
65677
65726
|
var _fF = "fileFormat";
|
|
65678
65727
|
var _fFCS = "failedFleetCancellationSet";
|
|
65679
65728
|
var _fFi = "findingsFound";
|
|
@@ -66073,6 +66122,8 @@ var _mDe = "metaData";
|
|
|
66073
66122
|
var _mE = "maxEntries";
|
|
66074
66123
|
var _mEI = "maximumEfaInterfaces";
|
|
66075
66124
|
var _mEM = "managedExceptionMessage";
|
|
66125
|
+
var _mEQC = "maximumEnaQueueCount";
|
|
66126
|
+
var _mEQCPI = "maximumEnaQueueCountPerInterface";
|
|
66076
66127
|
var _mFV = "mostFrequentValue";
|
|
66077
66128
|
var _mG = "multicastGroups";
|
|
66078
66129
|
var _mGBPVC = "memoryGiBPerVCpu";
|
|
@@ -73714,6 +73765,10 @@ var EnaSupport = {
|
|
|
73714
73765
|
supported: "supported",
|
|
73715
73766
|
unsupported: "unsupported"
|
|
73716
73767
|
};
|
|
73768
|
+
var FlexibleEnaQueuesSupport = {
|
|
73769
|
+
SUPPORTED: "supported",
|
|
73770
|
+
UNSUPPORTED: "unsupported"
|
|
73771
|
+
};
|
|
73717
73772
|
var NitroEnclavesSupport = {
|
|
73718
73773
|
SUPPORTED: "supported",
|
|
73719
73774
|
UNSUPPORTED: "unsupported"
|
|
@@ -78313,12 +78368,6 @@ var ReportInstanceStatusRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj)
|
|
|
78313
78368
|
...obj,
|
|
78314
78369
|
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
78315
78370
|
}), "ReportInstanceStatusRequestFilterSensitiveLog");
|
|
78316
|
-
var RequestSpotFleetRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
78317
|
-
...obj,
|
|
78318
|
-
...obj.SpotFleetRequestConfig && {
|
|
78319
|
-
SpotFleetRequestConfig: SpotFleetRequestConfigDataFilterSensitiveLog(obj.SpotFleetRequestConfig)
|
|
78320
|
-
}
|
|
78321
|
-
}), "RequestSpotFleetRequestFilterSensitiveLog");
|
|
78322
78371
|
|
|
78323
78372
|
// src/commands/GetVpnConnectionDeviceSampleConfigurationCommand.ts
|
|
78324
78373
|
var GetVpnConnectionDeviceSampleConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
@@ -80094,21 +80143,6 @@ var ReportInstanceStatusCommand = class extends import_smithy_client.Command.cla
|
|
|
80094
80143
|
|
|
80095
80144
|
|
|
80096
80145
|
|
|
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
80146
|
|
|
80113
80147
|
// src/models/models_8.ts
|
|
80114
80148
|
|
|
@@ -80122,6 +80156,12 @@ var MembershipType = {
|
|
|
80122
80156
|
igmp: "igmp",
|
|
80123
80157
|
static: "static"
|
|
80124
80158
|
};
|
|
80159
|
+
var RequestSpotFleetRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80160
|
+
...obj,
|
|
80161
|
+
...obj.SpotFleetRequestConfig && {
|
|
80162
|
+
SpotFleetRequestConfig: SpotFleetRequestConfigDataFilterSensitiveLog(obj.SpotFleetRequestConfig)
|
|
80163
|
+
}
|
|
80164
|
+
}), "RequestSpotFleetRequestFilterSensitiveLog");
|
|
80125
80165
|
var RequestSpotLaunchSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80126
80166
|
...obj,
|
|
80127
80167
|
...obj.UserData && { UserData: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -80150,7 +80190,22 @@ var RunScheduledInstancesRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj
|
|
|
80150
80190
|
...obj.LaunchSpecification && { LaunchSpecification: import_smithy_client.SENSITIVE_STRING }
|
|
80151
80191
|
}), "RunScheduledInstancesRequestFilterSensitiveLog");
|
|
80152
80192
|
|
|
80193
|
+
// src/commands/RequestSpotFleetCommand.ts
|
|
80194
|
+
var RequestSpotFleetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
80195
|
+
return [
|
|
80196
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
80197
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
80198
|
+
];
|
|
80199
|
+
}).s("AmazonEC2", "RequestSpotFleet", {}).n("EC2Client", "RequestSpotFleetCommand").f(RequestSpotFleetRequestFilterSensitiveLog, void 0).ser(se_RequestSpotFleetCommand).de(de_RequestSpotFleetCommand).build() {
|
|
80200
|
+
static {
|
|
80201
|
+
__name(this, "RequestSpotFleetCommand");
|
|
80202
|
+
}
|
|
80203
|
+
};
|
|
80204
|
+
|
|
80153
80205
|
// src/commands/RequestSpotInstancesCommand.ts
|
|
80206
|
+
|
|
80207
|
+
|
|
80208
|
+
|
|
80154
80209
|
var RequestSpotInstancesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
80155
80210
|
return [
|
|
80156
80211
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -85116,6 +85171,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85116
85171
|
EphemeralNvmeSupport,
|
|
85117
85172
|
BandwidthWeightingType,
|
|
85118
85173
|
EnaSupport,
|
|
85174
|
+
FlexibleEnaQueuesSupport,
|
|
85119
85175
|
NitroEnclavesSupport,
|
|
85120
85176
|
NitroTpmSupport,
|
|
85121
85177
|
PhcSupport,
|
|
@@ -85247,10 +85303,10 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85247
85303
|
ModifyVpnTunnelOptionsRequestFilterSensitiveLog,
|
|
85248
85304
|
ModifyVpnTunnelOptionsResultFilterSensitiveLog,
|
|
85249
85305
|
ReportInstanceStatusRequestFilterSensitiveLog,
|
|
85250
|
-
RequestSpotFleetRequestFilterSensitiveLog,
|
|
85251
85306
|
ResetFpgaImageAttributeName,
|
|
85252
85307
|
ResetImageAttributeName,
|
|
85253
85308
|
MembershipType,
|
|
85309
|
+
RequestSpotFleetRequestFilterSensitiveLog,
|
|
85254
85310
|
RequestSpotLaunchSpecificationFilterSensitiveLog,
|
|
85255
85311
|
RequestSpotInstancesRequestFilterSensitiveLog,
|
|
85256
85312
|
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 }),
|
|
@@ -16574,6 +16574,9 @@ const se_AttachNetworkInterfaceRequest = (input, context) => {
|
|
|
16574
16574
|
entries[loc] = value;
|
|
16575
16575
|
});
|
|
16576
16576
|
}
|
|
16577
|
+
if (input[_EQC] != null) {
|
|
16578
|
+
entries[_EQC] = input[_EQC];
|
|
16579
|
+
}
|
|
16577
16580
|
if (input[_DRr] != null) {
|
|
16578
16581
|
entries[_DRr] = input[_DRr];
|
|
16579
16582
|
}
|
|
@@ -29547,6 +29550,9 @@ const se_InstanceNetworkInterfaceSpecification = (input, context) => {
|
|
|
29547
29550
|
entries[loc] = value;
|
|
29548
29551
|
});
|
|
29549
29552
|
}
|
|
29553
|
+
if (input[_EQC] != null) {
|
|
29554
|
+
entries[_EQC] = input[_EQC];
|
|
29555
|
+
}
|
|
29550
29556
|
return entries;
|
|
29551
29557
|
};
|
|
29552
29558
|
const se_InstanceNetworkInterfaceSpecificationList = (input, context) => {
|
|
@@ -30633,6 +30639,9 @@ const se_LaunchTemplateInstanceNetworkInterfaceSpecificationRequest = (input, co
|
|
|
30633
30639
|
entries[loc] = value;
|
|
30634
30640
|
});
|
|
30635
30641
|
}
|
|
30642
|
+
if (input[_EQC] != null) {
|
|
30643
|
+
entries[_EQC] = input[_EQC];
|
|
30644
|
+
}
|
|
30636
30645
|
return entries;
|
|
30637
30646
|
};
|
|
30638
30647
|
const se_LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList = (input, context) => {
|
|
@@ -33594,6 +33603,12 @@ const se_NetworkInsightsPathIdList = (input, context) => {
|
|
|
33594
33603
|
};
|
|
33595
33604
|
const se_NetworkInterfaceAttachmentChanges = (input, context) => {
|
|
33596
33605
|
const entries = {};
|
|
33606
|
+
if (input[_DEQC] != null) {
|
|
33607
|
+
entries[_DEQC] = input[_DEQC];
|
|
33608
|
+
}
|
|
33609
|
+
if (input[_EQC] != null) {
|
|
33610
|
+
entries[_EQC] = input[_EQC];
|
|
33611
|
+
}
|
|
33597
33612
|
if (input[_AIt] != null) {
|
|
33598
33613
|
entries[_AIt] = input[_AIt];
|
|
33599
33614
|
}
|
|
@@ -50025,6 +50040,9 @@ const de_InstanceNetworkInterfaceAttachment = (output, context) => {
|
|
|
50025
50040
|
if (output[_eSS] != null) {
|
|
50026
50041
|
contents[_ESS] = de_InstanceAttachmentEnaSrdSpecification(output[_eSS], context);
|
|
50027
50042
|
}
|
|
50043
|
+
if (output[_eQC] != null) {
|
|
50044
|
+
contents[_EQC] = __strictParseInt32(output[_eQC]);
|
|
50045
|
+
}
|
|
50028
50046
|
return contents;
|
|
50029
50047
|
};
|
|
50030
50048
|
const de_InstanceNetworkInterfaceList = (output, context) => {
|
|
@@ -50117,6 +50135,9 @@ const de_InstanceNetworkInterfaceSpecification = (output, context) => {
|
|
|
50117
50135
|
if (output[_CTS] != null) {
|
|
50118
50136
|
contents[_CTS] = de_ConnectionTrackingSpecificationRequest(output[_CTS], context);
|
|
50119
50137
|
}
|
|
50138
|
+
if (output[_EQC] != null) {
|
|
50139
|
+
contents[_EQC] = __strictParseInt32(output[_EQC]);
|
|
50140
|
+
}
|
|
50120
50141
|
return contents;
|
|
50121
50142
|
};
|
|
50122
50143
|
const de_InstanceNetworkInterfaceSpecificationList = (output, context) => {
|
|
@@ -52199,6 +52220,9 @@ const de_LaunchTemplateInstanceNetworkInterfaceSpecification = (output, context)
|
|
|
52199
52220
|
if (output[_cTS] != null) {
|
|
52200
52221
|
contents[_CTS] = de_ConnectionTrackingSpecification(output[_cTS], context);
|
|
52201
52222
|
}
|
|
52223
|
+
if (output[_eQC] != null) {
|
|
52224
|
+
contents[_EQC] = __strictParseInt32(output[_eQC]);
|
|
52225
|
+
}
|
|
52202
52226
|
return contents;
|
|
52203
52227
|
};
|
|
52204
52228
|
const de_LaunchTemplateInstanceNetworkInterfaceSpecificationList = (output, context) => {
|
|
@@ -53794,6 +53818,15 @@ const de_NetworkCardInfo = (output, context) => {
|
|
|
53794
53818
|
if (output[_pBIG] != null) {
|
|
53795
53819
|
contents[_PBIG] = __strictParseFloat(output[_pBIG]);
|
|
53796
53820
|
}
|
|
53821
|
+
if (output[_dEQCPI] != null) {
|
|
53822
|
+
contents[_DEQCPI] = __strictParseInt32(output[_dEQCPI]);
|
|
53823
|
+
}
|
|
53824
|
+
if (output[_mEQC] != null) {
|
|
53825
|
+
contents[_MEQC] = __strictParseInt32(output[_mEQC]);
|
|
53826
|
+
}
|
|
53827
|
+
if (output[_mEQCPI] != null) {
|
|
53828
|
+
contents[_MEQCPI] = __strictParseInt32(output[_mEQCPI]);
|
|
53829
|
+
}
|
|
53797
53830
|
return contents;
|
|
53798
53831
|
};
|
|
53799
53832
|
const de_NetworkCardInfoList = (output, context) => {
|
|
@@ -53853,6 +53886,9 @@ const de_NetworkInfo = (output, context) => {
|
|
|
53853
53886
|
else if (output[_bWa] != null && output[_bWa][_i] != null) {
|
|
53854
53887
|
contents[_BWa] = de_BandwidthWeightingTypeList(__getArrayIfSingleItem(output[_bWa][_i]), context);
|
|
53855
53888
|
}
|
|
53889
|
+
if (output[_fEQS] != null) {
|
|
53890
|
+
contents[_FEQS] = __expectString(output[_fEQS]);
|
|
53891
|
+
}
|
|
53856
53892
|
return contents;
|
|
53857
53893
|
};
|
|
53858
53894
|
const de_NetworkInsightsAccessScope = (output, context) => {
|
|
@@ -54255,6 +54291,9 @@ const de_NetworkInterfaceAttachment = (output, context) => {
|
|
|
54255
54291
|
if (output[_eSS] != null) {
|
|
54256
54292
|
contents[_ESS] = de_AttachmentEnaSrdSpecification(output[_eSS], context);
|
|
54257
54293
|
}
|
|
54294
|
+
if (output[_eQC] != null) {
|
|
54295
|
+
contents[_EQC] = __strictParseInt32(output[_eQC]);
|
|
54296
|
+
}
|
|
54258
54297
|
return contents;
|
|
54259
54298
|
};
|
|
54260
54299
|
const de_NetworkInterfaceCount = (output, context) => {
|
|
@@ -62892,6 +62931,8 @@ const _DEIT = "DescribeExportImageTasks";
|
|
|
62892
62931
|
const _DEKI = "DataEncryptionKeyId";
|
|
62893
62932
|
const _DEOIG = "DeleteEgressOnlyInternetGateway";
|
|
62894
62933
|
const _DEOIGe = "DescribeEgressOnlyInternetGateways";
|
|
62934
|
+
const _DEQC = "DefaultEnaQueueCount";
|
|
62935
|
+
const _DEQCPI = "DefaultEnaQueueCountPerInterface";
|
|
62895
62936
|
const _DET = "DescribeExportTasks";
|
|
62896
62937
|
const _DEn = "DnsEntry";
|
|
62897
62938
|
const _DF = "DeleteFleets";
|
|
@@ -63319,6 +63360,7 @@ const _EP = "ExcludePaths";
|
|
|
63319
63360
|
const _EPG = "EnablePrivateGua";
|
|
63320
63361
|
const _EPI = "EnablePrimaryIpv6";
|
|
63321
63362
|
const _EPg = "EgressPackets";
|
|
63363
|
+
const _EQC = "EnaQueueCount";
|
|
63322
63364
|
const _ERAOS = "EnableReachabilityAnalyzerOrganizationSharing";
|
|
63323
63365
|
const _ERNDAAAAR = "EnableResourceNameDnsAAAARecord";
|
|
63324
63366
|
const _ERNDAAAAROL = "EnableResourceNameDnsAAAARecordOnLaunch";
|
|
@@ -63384,6 +63426,7 @@ const _FCi = "FindingComponents";
|
|
|
63384
63426
|
const _FD = "ForceDelete";
|
|
63385
63427
|
const _FDN = "FipsDnsName";
|
|
63386
63428
|
const _FE = "FipsEnabled";
|
|
63429
|
+
const _FEQS = "FlexibleEnaQueuesSupport";
|
|
63387
63430
|
const _FF = "FileFormat";
|
|
63388
63431
|
const _FFC = "FailedFleetCancellations";
|
|
63389
63432
|
const _FFi = "FindingsFound";
|
|
@@ -63913,6 +63956,8 @@ const _ME = "MaxEntries";
|
|
|
63913
63956
|
const _MEDKKI = "ModifyEbsDefaultKmsKeyId";
|
|
63914
63957
|
const _MEI = "MaximumEfaInterfaces";
|
|
63915
63958
|
const _MEM = "ManagedExceptionMessage";
|
|
63959
|
+
const _MEQC = "MaximumEnaQueueCount";
|
|
63960
|
+
const _MEQCPI = "MaximumEnaQueueCountPerInterface";
|
|
63916
63961
|
const _MF = "ModifyFleet";
|
|
63917
63962
|
const _MFIA = "ModifyFpgaImageAttribute";
|
|
63918
63963
|
const _MFV = "MostFrequentValue";
|
|
@@ -65420,6 +65465,7 @@ const _dCS = "dhcpConfigurationSet";
|
|
|
65420
65465
|
const _dCe = "defaultCores";
|
|
65421
65466
|
const _dE = "dnsEntry";
|
|
65422
65467
|
const _dEKI = "dataEncryptionKeyId";
|
|
65468
|
+
const _dEQCPI = "defaultEnaQueueCountPerInterface";
|
|
65423
65469
|
const _dES = "dnsEntrySet";
|
|
65424
65470
|
const _dFA = "defaultForAz";
|
|
65425
65471
|
const _dHIS = "dedicatedHostIdSet";
|
|
@@ -65562,6 +65608,7 @@ const _eOn = "enclaveOptions";
|
|
|
65562
65608
|
const _eP = "egressPackets";
|
|
65563
65609
|
const _ePG = "enablePrivateGua";
|
|
65564
65610
|
const _ePS = "excludePathSet";
|
|
65611
|
+
const _eQC = "enaQueueCount";
|
|
65565
65612
|
const _eRNDAAAAR = "enableResourceNameDnsAAAARecord";
|
|
65566
65613
|
const _eRNDAR = "enableResourceNameDnsARecord";
|
|
65567
65614
|
const _eS = "ephemeralStorage";
|
|
@@ -65609,6 +65656,7 @@ const _fCS = "findingComponentSet";
|
|
|
65609
65656
|
const _fCa = "failureCode";
|
|
65610
65657
|
const _fDN = "fipsDnsName";
|
|
65611
65658
|
const _fE = "fipsEnabled";
|
|
65659
|
+
const _fEQS = "flexibleEnaQueuesSupport";
|
|
65612
65660
|
const _fF = "fileFormat";
|
|
65613
65661
|
const _fFCS = "failedFleetCancellationSet";
|
|
65614
65662
|
const _fFi = "findingsFound";
|
|
@@ -66008,6 +66056,8 @@ const _mDe = "metaData";
|
|
|
66008
66056
|
const _mE = "maxEntries";
|
|
66009
66057
|
const _mEI = "maximumEfaInterfaces";
|
|
66010
66058
|
const _mEM = "managedExceptionMessage";
|
|
66059
|
+
const _mEQC = "maximumEnaQueueCount";
|
|
66060
|
+
const _mEQCPI = "maximumEnaQueueCountPerInterface";
|
|
66011
66061
|
const _mFV = "mostFrequentValue";
|
|
66012
66062
|
const _mG = "multicastGroups";
|
|
66013
66063
|
const _mGBPVC = "memoryGiBPerVCpu";
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -19,20 +19,20 @@ export const getRuntimeConfig = (config) => {
|
|
|
19
19
|
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
|
20
20
|
const clientSharedValues = getSharedRuntimeConfig(config);
|
|
21
21
|
awsCheckVersion(process.version);
|
|
22
|
-
const
|
|
22
|
+
const loaderConfig = { profile: config?.profile, logger: clientSharedValues.logger };
|
|
23
23
|
return {
|
|
24
24
|
...clientSharedValues,
|
|
25
25
|
...config,
|
|
26
26
|
runtime: "node",
|
|
27
27
|
defaultsMode,
|
|
28
|
-
authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,
|
|
28
|
+
authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
29
29
|
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
30
30
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
|
|
31
31
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
32
32
|
createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
33
33
|
maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
34
34
|
region: config?.region ??
|
|
35
|
-
loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...
|
|
35
|
+
loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
36
36
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
37
37
|
retryMode: config?.retryMode ??
|
|
38
38
|
loadNodeConfig({
|
|
@@ -41,8 +41,8 @@ export const getRuntimeConfig = (config) => {
|
|
|
41
41
|
}, config),
|
|
42
42
|
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
43
43
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
44
|
-
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,
|
|
45
|
-
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,
|
|
46
|
-
userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS,
|
|
44
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
45
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
46
|
+
userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
|
|
47
47
|
};
|
|
48
48
|
};
|
|
@@ -28,15 +28,15 @@ declare const AssignIpv6AddressesCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Assigns the specified IPv6 addresses to the specified network interface. You can
|
|
31
|
-
* specify specific IPv6 addresses, or you can specify the number of IPv6
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
*
|
|
31
|
+
* specify specific IPv6 addresses, or you can specify the number of IPv6 addresses to be
|
|
32
|
+
* automatically assigned from the subnet's IPv6 CIDR block range. You can assign as many
|
|
33
|
+
* IPv6 addresses to a network interface as you can assign private IPv4 addresses, and the
|
|
34
|
+
* limit varies by instance type.</p>
|
|
35
35
|
* <p>You must specify either the IPv6 addresses or the IPv6 address count in the request. </p>
|
|
36
36
|
* <p>You can optionally use Prefix Delegation on the network interface. You must specify
|
|
37
37
|
* either the IPV6 Prefix Delegation prefixes, or the IPv6 Prefix Delegation count. For
|
|
38
|
-
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-eni.html">
|
|
39
|
-
*
|
|
38
|
+
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-eni.html"> Assigning prefixes to network
|
|
39
|
+
* interfaces</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
40
40
|
* @example
|
|
41
41
|
* Use a bare-bones client and the command you need to make an API call.
|
|
42
42
|
* ```javascript
|
|
@@ -27,21 +27,25 @@ declare const AssignPrivateIpAddressesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Assigns the specified secondary private IP addresses to the specified network
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
* <p>
|
|
38
|
-
*
|
|
39
|
-
*
|
|
40
|
-
*
|
|
30
|
+
* <p>Assigns the specified secondary private IP addresses to the specified network
|
|
31
|
+
* interface.</p>
|
|
32
|
+
* <p>You can specify specific secondary IP addresses, or you can specify the number of
|
|
33
|
+
* secondary IP addresses to be automatically assigned from the subnet's CIDR block range.
|
|
34
|
+
* The number of secondary IP addresses that you can assign to an instance varies by
|
|
35
|
+
* instance type. For more information about Elastic IP addresses, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html">Elastic IP
|
|
36
|
+
* Addresses</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
37
|
+
* <p>When you move a secondary private IP address to another network interface, any Elastic
|
|
38
|
+
* IP address that is associated with the IP address is also moved.</p>
|
|
39
|
+
* <p>Remapping an IP address is an asynchronous operation. When you move an IP address from
|
|
40
|
+
* one network interface to another, check
|
|
41
|
+
* <code>network/interfaces/macs/mac/local-ipv4s</code> in the instance metadata to
|
|
42
|
+
* confirm that the remapping is complete.</p>
|
|
43
|
+
* <p>You must specify either the IP addresses or the IP address count in the
|
|
44
|
+
* request.</p>
|
|
41
45
|
* <p>You can optionally use Prefix Delegation on the network interface. You must specify
|
|
42
46
|
* either the IPv4 Prefix Delegation prefixes, or the IPv4 Prefix Delegation count. For
|
|
43
|
-
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-eni.html">
|
|
44
|
-
*
|
|
47
|
+
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-eni.html"> Assigning prefixes to network
|
|
48
|
+
* interfaces</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
45
49
|
* @example
|
|
46
50
|
* Use a bare-bones client and the command you need to make an API call.
|
|
47
51
|
* ```javascript
|
|
@@ -42,6 +42,7 @@ declare const AttachNetworkInterfaceCommand_base: {
|
|
|
42
42
|
* EnaSrdUdpEnabled: true || false,
|
|
43
43
|
* },
|
|
44
44
|
* },
|
|
45
|
+
* EnaQueueCount: Number("int"),
|
|
45
46
|
* DryRun: true || false,
|
|
46
47
|
* NetworkInterfaceId: "STRING_VALUE", // required
|
|
47
48
|
* InstanceId: "STRING_VALUE", // required
|