@aws-sdk/client-ec2 3.804.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.
Files changed (68) hide show
  1. package/dist-cjs/index.js +92 -22
  2. package/dist-cjs/runtimeConfig.js +6 -6
  3. package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
  4. package/dist-es/models/models_4.js +4 -0
  5. package/dist-es/models/models_7.js +0 -7
  6. package/dist-es/models/models_8.js +7 -1
  7. package/dist-es/protocols/Aws_ec2.js +65 -0
  8. package/dist-es/runtimeConfig.js +6 -6
  9. package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +6 -6
  10. package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +17 -13
  11. package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +1 -0
  12. package/dist-types/commands/CancelReservedInstancesListingCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -0
  14. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -1
  15. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +3 -2
  16. package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +4 -3
  17. package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +14 -11
  18. package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +3 -3
  20. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +4 -0
  21. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -0
  22. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -0
  23. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +3 -0
  25. package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +3 -1
  26. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +7 -5
  27. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +3 -4
  28. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +16 -7
  29. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +6 -4
  30. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +9 -5
  31. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +1 -0
  32. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -0
  33. package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +2 -1
  34. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +5 -3
  35. package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +3 -3
  36. package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +1 -2
  37. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +5 -3
  38. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -2
  39. package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +7 -7
  40. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  41. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -0
  42. package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +2 -1
  43. package/dist-types/commands/RunInstancesCommand.d.ts +2 -0
  44. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +6 -0
  45. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +2 -1
  46. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +2 -2
  47. package/dist-types/models/models_0.d.ts +60 -36
  48. package/dist-types/models/models_1.d.ts +121 -90
  49. package/dist-types/models/models_2.d.ts +86 -53
  50. package/dist-types/models/models_3.d.ts +23 -19
  51. package/dist-types/models/models_4.d.ts +76 -35
  52. package/dist-types/models/models_5.d.ts +286 -203
  53. package/dist-types/models/models_6.d.ts +25 -28
  54. package/dist-types/models/models_7.d.ts +72 -57
  55. package/dist-types/models/models_8.d.ts +37 -7
  56. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +2 -4
  57. package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +2 -4
  58. package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +4 -2
  59. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +4 -2
  60. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  61. package/dist-types/ts3.4/models/models_1.d.ts +2 -0
  62. package/dist-types/ts3.4/models/models_2.d.ts +1 -0
  63. package/dist-types/ts3.4/models/models_4.d.ts +11 -7
  64. package/dist-types/ts3.4/models/models_5.d.ts +9 -3
  65. package/dist-types/ts3.4/models/models_6.d.ts +3 -4
  66. package/dist-types/ts3.4/models/models_7.d.ts +6 -8
  67. package/dist-types/ts3.4/models/models_8.d.ts +9 -0
  68. 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
  }
@@ -38963,6 +38979,13 @@ var se_StartNetworkInsightsAnalysisRequest = /* @__PURE__ */ __name((input, cont
38963
38979
  entries[loc] = value;
38964
38980
  });
38965
38981
  }
38982
+ if (input[_FOA] != null) {
38983
+ const memberEntries = se_ArnList(input[_FOA], context);
38984
+ Object.entries(memberEntries).forEach(([key, value]) => {
38985
+ const loc = `FilterOutArn.${key.substring(key.indexOf(".") + 1)}`;
38986
+ entries[loc] = value;
38987
+ });
38988
+ }
38966
38989
  if (input[_DRr] != null) {
38967
38990
  entries[_DRr] = input[_DRr];
38968
38991
  }
@@ -50943,6 +50966,9 @@ var de_InstanceNetworkInterfaceAttachment = /* @__PURE__ */ __name((output, cont
50943
50966
  if (output[_eSS] != null) {
50944
50967
  contents[_ESS] = de_InstanceAttachmentEnaSrdSpecification(output[_eSS], context);
50945
50968
  }
50969
+ if (output[_eQC] != null) {
50970
+ contents[_EQC] = (0, import_smithy_client.strictParseInt32)(output[_eQC]);
50971
+ }
50946
50972
  return contents;
50947
50973
  }, "de_InstanceNetworkInterfaceAttachment");
50948
50974
  var de_InstanceNetworkInterfaceList = /* @__PURE__ */ __name((output, context) => {
@@ -51028,6 +51054,9 @@ var de_InstanceNetworkInterfaceSpecification = /* @__PURE__ */ __name((output, c
51028
51054
  if (output[_CTS] != null) {
51029
51055
  contents[_CTS] = de_ConnectionTrackingSpecificationRequest(output[_CTS], context);
51030
51056
  }
51057
+ if (output[_EQC] != null) {
51058
+ contents[_EQC] = (0, import_smithy_client.strictParseInt32)(output[_EQC]);
51059
+ }
51031
51060
  return contents;
51032
51061
  }, "de_InstanceNetworkInterfaceSpecification");
51033
51062
  var de_InstanceNetworkInterfaceSpecificationList = /* @__PURE__ */ __name((output, context) => {
@@ -52949,6 +52978,9 @@ var de_LaunchTemplateInstanceNetworkInterfaceSpecification = /* @__PURE__ */ __n
52949
52978
  if (output[_cTS] != null) {
52950
52979
  contents[_CTS] = de_ConnectionTrackingSpecification(output[_cTS], context);
52951
52980
  }
52981
+ if (output[_eQC] != null) {
52982
+ contents[_EQC] = (0, import_smithy_client.strictParseInt32)(output[_eQC]);
52983
+ }
52952
52984
  return contents;
52953
52985
  }, "de_LaunchTemplateInstanceNetworkInterfaceSpecification");
52954
52986
  var de_LaunchTemplateInstanceNetworkInterfaceSpecificationList = /* @__PURE__ */ __name((output, context) => {
@@ -54465,6 +54497,15 @@ var de_NetworkCardInfo = /* @__PURE__ */ __name((output, context) => {
54465
54497
  if (output[_pBIG] != null) {
54466
54498
  contents[_PBIG] = (0, import_smithy_client.strictParseFloat)(output[_pBIG]);
54467
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
+ }
54468
54509
  return contents;
54469
54510
  }, "de_NetworkCardInfo");
54470
54511
  var de_NetworkCardInfoList = /* @__PURE__ */ __name((output, context) => {
@@ -54520,6 +54561,9 @@ var de_NetworkInfo = /* @__PURE__ */ __name((output, context) => {
54520
54561
  } else if (output[_bWa] != null && output[_bWa][_i] != null) {
54521
54562
  contents[_BWa] = de_BandwidthWeightingTypeList((0, import_smithy_client.getArrayIfSingleItem)(output[_bWa][_i]), context);
54522
54563
  }
54564
+ if (output[_fEQS] != null) {
54565
+ contents[_FEQS] = (0, import_smithy_client.expectString)(output[_fEQS]);
54566
+ }
54523
54567
  return contents;
54524
54568
  }, "de_NetworkInfo");
54525
54569
  var de_NetworkInsightsAccessScope = /* @__PURE__ */ __name((output, context) => {
@@ -54630,6 +54674,11 @@ var de_NetworkInsightsAnalysis = /* @__PURE__ */ __name((output, context) => {
54630
54674
  } else if (output[_fIAS] != null && output[_fIAS][_i] != null) {
54631
54675
  contents[_FIA] = de_ArnList((0, import_smithy_client.getArrayIfSingleItem)(output[_fIAS][_i]), context);
54632
54676
  }
54677
+ if (output.filterOutArnSet === "") {
54678
+ contents[_FOA] = [];
54679
+ } else if (output[_fOAS] != null && output[_fOAS][_i] != null) {
54680
+ contents[_FOA] = de_ArnList((0, import_smithy_client.getArrayIfSingleItem)(output[_fOAS][_i]), context);
54681
+ }
54633
54682
  if (output[_sD] != null) {
54634
54683
  contents[_SD] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_sD]));
54635
54684
  }
@@ -54889,6 +54938,9 @@ var de_NetworkInterfaceAttachment = /* @__PURE__ */ __name((output, context) =>
54889
54938
  if (output[_eSS] != null) {
54890
54939
  contents[_ESS] = de_AttachmentEnaSrdSpecification(output[_eSS], context);
54891
54940
  }
54941
+ if (output[_eQC] != null) {
54942
+ contents[_EQC] = (0, import_smithy_client.strictParseInt32)(output[_eQC]);
54943
+ }
54892
54944
  return contents;
54893
54945
  }, "de_NetworkInterfaceAttachment");
54894
54946
  var de_NetworkInterfaceCount = /* @__PURE__ */ __name((output, context) => {
@@ -62945,6 +62997,8 @@ var _DEIT = "DescribeExportImageTasks";
62945
62997
  var _DEKI = "DataEncryptionKeyId";
62946
62998
  var _DEOIG = "DeleteEgressOnlyInternetGateway";
62947
62999
  var _DEOIGe = "DescribeEgressOnlyInternetGateways";
63000
+ var _DEQC = "DefaultEnaQueueCount";
63001
+ var _DEQCPI = "DefaultEnaQueueCountPerInterface";
62948
63002
  var _DET = "DescribeExportTasks";
62949
63003
  var _DEn = "DnsEntry";
62950
63004
  var _DF = "DeleteFleets";
@@ -63372,6 +63426,7 @@ var _EP = "ExcludePaths";
63372
63426
  var _EPG = "EnablePrivateGua";
63373
63427
  var _EPI = "EnablePrimaryIpv6";
63374
63428
  var _EPg = "EgressPackets";
63429
+ var _EQC = "EnaQueueCount";
63375
63430
  var _ERAOS = "EnableReachabilityAnalyzerOrganizationSharing";
63376
63431
  var _ERNDAAAAR = "EnableResourceNameDnsAAAARecord";
63377
63432
  var _ERNDAAAAROL = "EnableResourceNameDnsAAAARecordOnLaunch";
@@ -63437,6 +63492,7 @@ var _FCi = "FindingComponents";
63437
63492
  var _FD = "ForceDelete";
63438
63493
  var _FDN = "FipsDnsName";
63439
63494
  var _FE = "FipsEnabled";
63495
+ var _FEQS = "FlexibleEnaQueuesSupport";
63440
63496
  var _FF = "FileFormat";
63441
63497
  var _FFC = "FailedFleetCancellations";
63442
63498
  var _FFi = "FindingsFound";
@@ -63457,6 +63513,7 @@ var _FLIa = "FastLaunchImages";
63457
63513
  var _FLIl = "FlowLogId";
63458
63514
  var _FLS = "FlowLogStatus";
63459
63515
  var _FM = "FailureMessage";
63516
+ var _FOA = "FilterOutArns";
63460
63517
  var _FODC = "FulfilledOnDemandCapacity";
63461
63518
  var _FP = "FromPort";
63462
63519
  var _FPC = "ForwardPathComponents";
@@ -63965,6 +64022,8 @@ var _ME = "MaxEntries";
63965
64022
  var _MEDKKI = "ModifyEbsDefaultKmsKeyId";
63966
64023
  var _MEI = "MaximumEfaInterfaces";
63967
64024
  var _MEM = "ManagedExceptionMessage";
64025
+ var _MEQC = "MaximumEnaQueueCount";
64026
+ var _MEQCPI = "MaximumEnaQueueCountPerInterface";
63968
64027
  var _MF = "ModifyFleet";
63969
64028
  var _MFIA = "ModifyFpgaImageAttribute";
63970
64029
  var _MFV = "MostFrequentValue";
@@ -65472,6 +65531,7 @@ var _dCS = "dhcpConfigurationSet";
65472
65531
  var _dCe = "defaultCores";
65473
65532
  var _dE = "dnsEntry";
65474
65533
  var _dEKI = "dataEncryptionKeyId";
65534
+ var _dEQCPI = "defaultEnaQueueCountPerInterface";
65475
65535
  var _dES = "dnsEntrySet";
65476
65536
  var _dFA = "defaultForAz";
65477
65537
  var _dHIS = "dedicatedHostIdSet";
@@ -65614,6 +65674,7 @@ var _eOn = "enclaveOptions";
65614
65674
  var _eP = "egressPackets";
65615
65675
  var _ePG = "enablePrivateGua";
65616
65676
  var _ePS = "excludePathSet";
65677
+ var _eQC = "enaQueueCount";
65617
65678
  var _eRNDAAAAR = "enableResourceNameDnsAAAARecord";
65618
65679
  var _eRNDAR = "enableResourceNameDnsARecord";
65619
65680
  var _eS = "ephemeralStorage";
@@ -65661,6 +65722,7 @@ var _fCS = "findingComponentSet";
65661
65722
  var _fCa = "failureCode";
65662
65723
  var _fDN = "fipsDnsName";
65663
65724
  var _fE = "fipsEnabled";
65725
+ var _fEQS = "flexibleEnaQueuesSupport";
65664
65726
  var _fF = "fileFormat";
65665
65727
  var _fFCS = "failedFleetCancellationSet";
65666
65728
  var _fFi = "findingsFound";
@@ -65679,6 +65741,7 @@ var _fLISa = "fastLaunchImageSet";
65679
65741
  var _fLS = "flowLogSet";
65680
65742
  var _fLSl = "flowLogStatus";
65681
65743
  var _fM = "failureMessage";
65744
+ var _fOAS = "filterOutArnSet";
65682
65745
  var _fODC = "fulfilledOnDemandCapacity";
65683
65746
  var _fP = "fromPort";
65684
65747
  var _fPCS = "forwardPathComponentSet";
@@ -66059,6 +66122,8 @@ var _mDe = "metaData";
66059
66122
  var _mE = "maxEntries";
66060
66123
  var _mEI = "maximumEfaInterfaces";
66061
66124
  var _mEM = "managedExceptionMessage";
66125
+ var _mEQC = "maximumEnaQueueCount";
66126
+ var _mEQCPI = "maximumEnaQueueCountPerInterface";
66062
66127
  var _mFV = "mostFrequentValue";
66063
66128
  var _mG = "multicastGroups";
66064
66129
  var _mGBPVC = "memoryGiBPerVCpu";
@@ -73700,6 +73765,10 @@ var EnaSupport = {
73700
73765
  supported: "supported",
73701
73766
  unsupported: "unsupported"
73702
73767
  };
73768
+ var FlexibleEnaQueuesSupport = {
73769
+ SUPPORTED: "supported",
73770
+ UNSUPPORTED: "unsupported"
73771
+ };
73703
73772
  var NitroEnclavesSupport = {
73704
73773
  SUPPORTED: "supported",
73705
73774
  UNSUPPORTED: "unsupported"
@@ -78299,12 +78368,6 @@ var ReportInstanceStatusRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj)
78299
78368
  ...obj,
78300
78369
  ...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
78301
78370
  }), "ReportInstanceStatusRequestFilterSensitiveLog");
78302
- var RequestSpotFleetRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
78303
- ...obj,
78304
- ...obj.SpotFleetRequestConfig && {
78305
- SpotFleetRequestConfig: SpotFleetRequestConfigDataFilterSensitiveLog(obj.SpotFleetRequestConfig)
78306
- }
78307
- }), "RequestSpotFleetRequestFilterSensitiveLog");
78308
78371
 
78309
78372
  // src/commands/GetVpnConnectionDeviceSampleConfigurationCommand.ts
78310
78373
  var GetVpnConnectionDeviceSampleConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
@@ -80080,21 +80143,6 @@ var ReportInstanceStatusCommand = class extends import_smithy_client.Command.cla
80080
80143
 
80081
80144
 
80082
80145
 
80083
- var RequestSpotFleetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
80084
- return [
80085
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
80086
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
80087
- ];
80088
- }).s("AmazonEC2", "RequestSpotFleet", {}).n("EC2Client", "RequestSpotFleetCommand").f(RequestSpotFleetRequestFilterSensitiveLog, void 0).ser(se_RequestSpotFleetCommand).de(de_RequestSpotFleetCommand).build() {
80089
- static {
80090
- __name(this, "RequestSpotFleetCommand");
80091
- }
80092
- };
80093
-
80094
- // src/commands/RequestSpotInstancesCommand.ts
80095
-
80096
-
80097
-
80098
80146
 
80099
80147
  // src/models/models_8.ts
80100
80148
 
@@ -80108,6 +80156,12 @@ var MembershipType = {
80108
80156
  igmp: "igmp",
80109
80157
  static: "static"
80110
80158
  };
80159
+ var RequestSpotFleetRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
80160
+ ...obj,
80161
+ ...obj.SpotFleetRequestConfig && {
80162
+ SpotFleetRequestConfig: SpotFleetRequestConfigDataFilterSensitiveLog(obj.SpotFleetRequestConfig)
80163
+ }
80164
+ }), "RequestSpotFleetRequestFilterSensitiveLog");
80111
80165
  var RequestSpotLaunchSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
80112
80166
  ...obj,
80113
80167
  ...obj.UserData && { UserData: import_smithy_client.SENSITIVE_STRING }
@@ -80136,7 +80190,22 @@ var RunScheduledInstancesRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj
80136
80190
  ...obj.LaunchSpecification && { LaunchSpecification: import_smithy_client.SENSITIVE_STRING }
80137
80191
  }), "RunScheduledInstancesRequestFilterSensitiveLog");
80138
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
+
80139
80205
  // src/commands/RequestSpotInstancesCommand.ts
80206
+
80207
+
80208
+
80140
80209
  var RequestSpotInstancesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
80141
80210
  return [
80142
80211
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
@@ -85102,6 +85171,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
85102
85171
  EphemeralNvmeSupport,
85103
85172
  BandwidthWeightingType,
85104
85173
  EnaSupport,
85174
+ FlexibleEnaQueuesSupport,
85105
85175
  NitroEnclavesSupport,
85106
85176
  NitroTpmSupport,
85107
85177
  PhcSupport,
@@ -85233,10 +85303,10 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
85233
85303
  ModifyVpnTunnelOptionsRequestFilterSensitiveLog,
85234
85304
  ModifyVpnTunnelOptionsResultFilterSensitiveLog,
85235
85305
  ReportInstanceStatusRequestFilterSensitiveLog,
85236
- RequestSpotFleetRequestFilterSensitiveLog,
85237
85306
  ResetFpgaImageAttributeName,
85238
85307
  ResetImageAttributeName,
85239
85308
  MembershipType,
85309
+ RequestSpotFleetRequestFilterSensitiveLog,
85240
85310
  RequestSpotLaunchSpecificationFilterSensitiveLog,
85241
85311
  RequestSpotInstancesRequestFilterSensitiveLog,
85242
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 profileConfig = { profile: config?.profile };
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, profileConfig),
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, ...profileConfig }),
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, profileConfig),
49
- useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, profileConfig),
50
- userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS, profileConfig),
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/models_7";
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
  }
@@ -37398,6 +37413,13 @@ const se_StartNetworkInsightsAnalysisRequest = (input, context) => {
37398
37413
  entries[loc] = value;
37399
37414
  });
37400
37415
  }
37416
+ if (input[_FOA] != null) {
37417
+ const memberEntries = se_ArnList(input[_FOA], context);
37418
+ Object.entries(memberEntries).forEach(([key, value]) => {
37419
+ const loc = `FilterOutArn.${key.substring(key.indexOf(".") + 1)}`;
37420
+ entries[loc] = value;
37421
+ });
37422
+ }
37401
37423
  if (input[_DRr] != null) {
37402
37424
  entries[_DRr] = input[_DRr];
37403
37425
  }
@@ -50018,6 +50040,9 @@ const de_InstanceNetworkInterfaceAttachment = (output, context) => {
50018
50040
  if (output[_eSS] != null) {
50019
50041
  contents[_ESS] = de_InstanceAttachmentEnaSrdSpecification(output[_eSS], context);
50020
50042
  }
50043
+ if (output[_eQC] != null) {
50044
+ contents[_EQC] = __strictParseInt32(output[_eQC]);
50045
+ }
50021
50046
  return contents;
50022
50047
  };
50023
50048
  const de_InstanceNetworkInterfaceList = (output, context) => {
@@ -50110,6 +50135,9 @@ const de_InstanceNetworkInterfaceSpecification = (output, context) => {
50110
50135
  if (output[_CTS] != null) {
50111
50136
  contents[_CTS] = de_ConnectionTrackingSpecificationRequest(output[_CTS], context);
50112
50137
  }
50138
+ if (output[_EQC] != null) {
50139
+ contents[_EQC] = __strictParseInt32(output[_EQC]);
50140
+ }
50113
50141
  return contents;
50114
50142
  };
50115
50143
  const de_InstanceNetworkInterfaceSpecificationList = (output, context) => {
@@ -52192,6 +52220,9 @@ const de_LaunchTemplateInstanceNetworkInterfaceSpecification = (output, context)
52192
52220
  if (output[_cTS] != null) {
52193
52221
  contents[_CTS] = de_ConnectionTrackingSpecification(output[_cTS], context);
52194
52222
  }
52223
+ if (output[_eQC] != null) {
52224
+ contents[_EQC] = __strictParseInt32(output[_eQC]);
52225
+ }
52195
52226
  return contents;
52196
52227
  };
52197
52228
  const de_LaunchTemplateInstanceNetworkInterfaceSpecificationList = (output, context) => {
@@ -53787,6 +53818,15 @@ const de_NetworkCardInfo = (output, context) => {
53787
53818
  if (output[_pBIG] != null) {
53788
53819
  contents[_PBIG] = __strictParseFloat(output[_pBIG]);
53789
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
+ }
53790
53830
  return contents;
53791
53831
  };
53792
53832
  const de_NetworkCardInfoList = (output, context) => {
@@ -53846,6 +53886,9 @@ const de_NetworkInfo = (output, context) => {
53846
53886
  else if (output[_bWa] != null && output[_bWa][_i] != null) {
53847
53887
  contents[_BWa] = de_BandwidthWeightingTypeList(__getArrayIfSingleItem(output[_bWa][_i]), context);
53848
53888
  }
53889
+ if (output[_fEQS] != null) {
53890
+ contents[_FEQS] = __expectString(output[_fEQS]);
53891
+ }
53849
53892
  return contents;
53850
53893
  };
53851
53894
  const de_NetworkInsightsAccessScope = (output, context) => {
@@ -53966,6 +54009,12 @@ const de_NetworkInsightsAnalysis = (output, context) => {
53966
54009
  else if (output[_fIAS] != null && output[_fIAS][_i] != null) {
53967
54010
  contents[_FIA] = de_ArnList(__getArrayIfSingleItem(output[_fIAS][_i]), context);
53968
54011
  }
54012
+ if (output.filterOutArnSet === "") {
54013
+ contents[_FOA] = [];
54014
+ }
54015
+ else if (output[_fOAS] != null && output[_fOAS][_i] != null) {
54016
+ contents[_FOA] = de_ArnList(__getArrayIfSingleItem(output[_fOAS][_i]), context);
54017
+ }
53969
54018
  if (output[_sD] != null) {
53970
54019
  contents[_SD] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_sD]));
53971
54020
  }
@@ -54242,6 +54291,9 @@ const de_NetworkInterfaceAttachment = (output, context) => {
54242
54291
  if (output[_eSS] != null) {
54243
54292
  contents[_ESS] = de_AttachmentEnaSrdSpecification(output[_eSS], context);
54244
54293
  }
54294
+ if (output[_eQC] != null) {
54295
+ contents[_EQC] = __strictParseInt32(output[_eQC]);
54296
+ }
54245
54297
  return contents;
54246
54298
  };
54247
54299
  const de_NetworkInterfaceCount = (output, context) => {
@@ -62879,6 +62931,8 @@ const _DEIT = "DescribeExportImageTasks";
62879
62931
  const _DEKI = "DataEncryptionKeyId";
62880
62932
  const _DEOIG = "DeleteEgressOnlyInternetGateway";
62881
62933
  const _DEOIGe = "DescribeEgressOnlyInternetGateways";
62934
+ const _DEQC = "DefaultEnaQueueCount";
62935
+ const _DEQCPI = "DefaultEnaQueueCountPerInterface";
62882
62936
  const _DET = "DescribeExportTasks";
62883
62937
  const _DEn = "DnsEntry";
62884
62938
  const _DF = "DeleteFleets";
@@ -63306,6 +63360,7 @@ const _EP = "ExcludePaths";
63306
63360
  const _EPG = "EnablePrivateGua";
63307
63361
  const _EPI = "EnablePrimaryIpv6";
63308
63362
  const _EPg = "EgressPackets";
63363
+ const _EQC = "EnaQueueCount";
63309
63364
  const _ERAOS = "EnableReachabilityAnalyzerOrganizationSharing";
63310
63365
  const _ERNDAAAAR = "EnableResourceNameDnsAAAARecord";
63311
63366
  const _ERNDAAAAROL = "EnableResourceNameDnsAAAARecordOnLaunch";
@@ -63371,6 +63426,7 @@ const _FCi = "FindingComponents";
63371
63426
  const _FD = "ForceDelete";
63372
63427
  const _FDN = "FipsDnsName";
63373
63428
  const _FE = "FipsEnabled";
63429
+ const _FEQS = "FlexibleEnaQueuesSupport";
63374
63430
  const _FF = "FileFormat";
63375
63431
  const _FFC = "FailedFleetCancellations";
63376
63432
  const _FFi = "FindingsFound";
@@ -63391,6 +63447,7 @@ const _FLIa = "FastLaunchImages";
63391
63447
  const _FLIl = "FlowLogId";
63392
63448
  const _FLS = "FlowLogStatus";
63393
63449
  const _FM = "FailureMessage";
63450
+ const _FOA = "FilterOutArns";
63394
63451
  const _FODC = "FulfilledOnDemandCapacity";
63395
63452
  const _FP = "FromPort";
63396
63453
  const _FPC = "ForwardPathComponents";
@@ -63899,6 +63956,8 @@ const _ME = "MaxEntries";
63899
63956
  const _MEDKKI = "ModifyEbsDefaultKmsKeyId";
63900
63957
  const _MEI = "MaximumEfaInterfaces";
63901
63958
  const _MEM = "ManagedExceptionMessage";
63959
+ const _MEQC = "MaximumEnaQueueCount";
63960
+ const _MEQCPI = "MaximumEnaQueueCountPerInterface";
63902
63961
  const _MF = "ModifyFleet";
63903
63962
  const _MFIA = "ModifyFpgaImageAttribute";
63904
63963
  const _MFV = "MostFrequentValue";
@@ -65406,6 +65465,7 @@ const _dCS = "dhcpConfigurationSet";
65406
65465
  const _dCe = "defaultCores";
65407
65466
  const _dE = "dnsEntry";
65408
65467
  const _dEKI = "dataEncryptionKeyId";
65468
+ const _dEQCPI = "defaultEnaQueueCountPerInterface";
65409
65469
  const _dES = "dnsEntrySet";
65410
65470
  const _dFA = "defaultForAz";
65411
65471
  const _dHIS = "dedicatedHostIdSet";
@@ -65548,6 +65608,7 @@ const _eOn = "enclaveOptions";
65548
65608
  const _eP = "egressPackets";
65549
65609
  const _ePG = "enablePrivateGua";
65550
65610
  const _ePS = "excludePathSet";
65611
+ const _eQC = "enaQueueCount";
65551
65612
  const _eRNDAAAAR = "enableResourceNameDnsAAAARecord";
65552
65613
  const _eRNDAR = "enableResourceNameDnsARecord";
65553
65614
  const _eS = "ephemeralStorage";
@@ -65595,6 +65656,7 @@ const _fCS = "findingComponentSet";
65595
65656
  const _fCa = "failureCode";
65596
65657
  const _fDN = "fipsDnsName";
65597
65658
  const _fE = "fipsEnabled";
65659
+ const _fEQS = "flexibleEnaQueuesSupport";
65598
65660
  const _fF = "fileFormat";
65599
65661
  const _fFCS = "failedFleetCancellationSet";
65600
65662
  const _fFi = "findingsFound";
@@ -65613,6 +65675,7 @@ const _fLISa = "fastLaunchImageSet";
65613
65675
  const _fLS = "flowLogSet";
65614
65676
  const _fLSl = "flowLogStatus";
65615
65677
  const _fM = "failureMessage";
65678
+ const _fOAS = "filterOutArnSet";
65616
65679
  const _fODC = "fulfilledOnDemandCapacity";
65617
65680
  const _fP = "fromPort";
65618
65681
  const _fPCS = "forwardPathComponentSet";
@@ -65993,6 +66056,8 @@ const _mDe = "metaData";
65993
66056
  const _mE = "maxEntries";
65994
66057
  const _mEI = "maximumEfaInterfaces";
65995
66058
  const _mEM = "managedExceptionMessage";
66059
+ const _mEQC = "maximumEnaQueueCount";
66060
+ const _mEQCPI = "maximumEnaQueueCountPerInterface";
65996
66061
  const _mFV = "mostFrequentValue";
65997
66062
  const _mG = "multicastGroups";
65998
66063
  const _mGBPVC = "memoryGiBPerVCpu";
@@ -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 profileConfig = { profile: config?.profile };
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, profileConfig),
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, ...profileConfig }),
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, profileConfig),
45
- useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, profileConfig),
46
- userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS, profileConfig),
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
  };