@aws-sdk/client-auto-scaling 3.36.1 → 3.40.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 (41) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/dist-cjs/commands/index.js +64 -0
  3. package/dist-cjs/endpoints.js +72 -6
  4. package/dist-cjs/index.js +5 -75
  5. package/dist-cjs/models/models_0.js +121 -10
  6. package/dist-cjs/pagination/index.js +12 -0
  7. package/dist-cjs/protocols/Aws_query.js +621 -0
  8. package/dist-cjs/runtimeConfig.browser.js +6 -3
  9. package/dist-cjs/runtimeConfig.js +5 -3
  10. package/dist-cjs/waiters/index.js +6 -0
  11. package/dist-es/commands/index.js +61 -0
  12. package/dist-es/endpoints.js +72 -6
  13. package/dist-es/index.js +5 -75
  14. package/dist-es/models/models_0.js +97 -4
  15. package/dist-es/pagination/index.js +9 -0
  16. package/dist-es/protocols/Aws_query.js +922 -207
  17. package/dist-es/runtimeConfig.browser.js +3 -2
  18. package/dist-es/runtimeConfig.js +3 -3
  19. package/dist-es/waiters/index.js +3 -0
  20. package/dist-types/AutoScaling.d.ts +8 -2
  21. package/dist-types/AutoScalingClient.d.ts +10 -0
  22. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +5 -1
  24. package/dist-types/commands/index.d.ts +61 -0
  25. package/dist-types/index.d.ts +5 -75
  26. package/dist-types/models/models_0.d.ts +672 -125
  27. package/dist-types/pagination/index.d.ts +9 -0
  28. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  29. package/dist-types/runtimeConfig.d.ts +2 -0
  30. package/dist-types/runtimeConfig.native.d.ts +2 -0
  31. package/dist-types/ts3.4/AutoScalingClient.d.ts +4 -0
  32. package/dist-types/ts3.4/commands/index.d.ts +61 -0
  33. package/dist-types/ts3.4/index.d.ts +5 -75
  34. package/dist-types/ts3.4/models/models_0.d.ts +206 -11
  35. package/dist-types/ts3.4/pagination/index.d.ts +9 -0
  36. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  37. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  38. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  39. package/dist-types/ts3.4/waiters/index.d.ts +3 -0
  40. package/dist-types/waiters/index.d.ts +3 -0
  41. package/package.json +33 -33
@@ -2381,36 +2381,44 @@ export var deserializeAws_queryDescribeLoadBalancersCommand = function (output,
2381
2381
  });
2382
2382
  }); };
2383
2383
  var deserializeAws_queryDescribeLoadBalancersCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
2384
- var parsedOutput, _a, response, errorCode, _b, _c, parsedBody, message;
2385
- var _d;
2386
- return __generator(this, function (_e) {
2387
- switch (_e.label) {
2384
+ var parsedOutput, _a, response, errorCode, _b, _c, _d, parsedBody, message;
2385
+ var _e;
2386
+ return __generator(this, function (_f) {
2387
+ switch (_f.label) {
2388
2388
  case 0:
2389
2389
  _a = [__assign({}, output)];
2390
- _d = {};
2390
+ _e = {};
2391
2391
  return [4, parseBody(output.body, context)];
2392
2392
  case 1:
2393
- parsedOutput = __assign.apply(void 0, _a.concat([(_d.body = _e.sent(), _d)]));
2393
+ parsedOutput = __assign.apply(void 0, _a.concat([(_e.body = _f.sent(), _e)]));
2394
2394
  errorCode = "UnknownError";
2395
2395
  errorCode = loadQueryErrorCode(output, parsedOutput.body);
2396
2396
  _b = errorCode;
2397
2397
  switch (_b) {
2398
- case "ResourceContentionFault": return [3, 2];
2399
- case "com.amazonaws.autoscaling#ResourceContentionFault": return [3, 2];
2398
+ case "InvalidNextToken": return [3, 2];
2399
+ case "com.amazonaws.autoscaling#InvalidNextToken": return [3, 2];
2400
+ case "ResourceContentionFault": return [3, 4];
2401
+ case "com.amazonaws.autoscaling#ResourceContentionFault": return [3, 4];
2400
2402
  }
2401
- return [3, 4];
2403
+ return [3, 6];
2402
2404
  case 2:
2403
2405
  _c = [{}];
2404
- return [4, deserializeAws_queryResourceContentionFaultResponse(parsedOutput, context)];
2406
+ return [4, deserializeAws_queryInvalidNextTokenResponse(parsedOutput, context)];
2405
2407
  case 3:
2406
- response = __assign.apply(void 0, [__assign.apply(void 0, _c.concat([(_e.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
2407
- return [3, 5];
2408
+ response = __assign.apply(void 0, [__assign.apply(void 0, _c.concat([(_f.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
2409
+ return [3, 7];
2408
2410
  case 4:
2411
+ _d = [{}];
2412
+ return [4, deserializeAws_queryResourceContentionFaultResponse(parsedOutput, context)];
2413
+ case 5:
2414
+ response = __assign.apply(void 0, [__assign.apply(void 0, _d.concat([(_f.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
2415
+ return [3, 7];
2416
+ case 6:
2409
2417
  parsedBody = parsedOutput.body;
2410
2418
  errorCode = parsedBody.Error.code || parsedBody.Error.Code || errorCode;
2411
2419
  response = __assign(__assign({}, parsedBody.Error), { name: "" + errorCode, message: parsedBody.Error.message || parsedBody.Error.Message || errorCode, $fault: "client", $metadata: deserializeMetadata(output) });
2412
- _e.label = 5;
2413
- case 5:
2420
+ _f.label = 7;
2421
+ case 7:
2414
2422
  message = response.message || response.Message || errorCode;
2415
2423
  response.message = message;
2416
2424
  delete response.Message;
@@ -2437,36 +2445,44 @@ export var deserializeAws_queryDescribeLoadBalancerTargetGroupsCommand = functio
2437
2445
  });
2438
2446
  }); };
2439
2447
  var deserializeAws_queryDescribeLoadBalancerTargetGroupsCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
2440
- var parsedOutput, _a, response, errorCode, _b, _c, parsedBody, message;
2441
- var _d;
2442
- return __generator(this, function (_e) {
2443
- switch (_e.label) {
2448
+ var parsedOutput, _a, response, errorCode, _b, _c, _d, parsedBody, message;
2449
+ var _e;
2450
+ return __generator(this, function (_f) {
2451
+ switch (_f.label) {
2444
2452
  case 0:
2445
2453
  _a = [__assign({}, output)];
2446
- _d = {};
2454
+ _e = {};
2447
2455
  return [4, parseBody(output.body, context)];
2448
2456
  case 1:
2449
- parsedOutput = __assign.apply(void 0, _a.concat([(_d.body = _e.sent(), _d)]));
2457
+ parsedOutput = __assign.apply(void 0, _a.concat([(_e.body = _f.sent(), _e)]));
2450
2458
  errorCode = "UnknownError";
2451
2459
  errorCode = loadQueryErrorCode(output, parsedOutput.body);
2452
2460
  _b = errorCode;
2453
2461
  switch (_b) {
2454
- case "ResourceContentionFault": return [3, 2];
2455
- case "com.amazonaws.autoscaling#ResourceContentionFault": return [3, 2];
2462
+ case "InvalidNextToken": return [3, 2];
2463
+ case "com.amazonaws.autoscaling#InvalidNextToken": return [3, 2];
2464
+ case "ResourceContentionFault": return [3, 4];
2465
+ case "com.amazonaws.autoscaling#ResourceContentionFault": return [3, 4];
2456
2466
  }
2457
- return [3, 4];
2467
+ return [3, 6];
2458
2468
  case 2:
2459
2469
  _c = [{}];
2460
- return [4, deserializeAws_queryResourceContentionFaultResponse(parsedOutput, context)];
2470
+ return [4, deserializeAws_queryInvalidNextTokenResponse(parsedOutput, context)];
2461
2471
  case 3:
2462
- response = __assign.apply(void 0, [__assign.apply(void 0, _c.concat([(_e.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
2463
- return [3, 5];
2472
+ response = __assign.apply(void 0, [__assign.apply(void 0, _c.concat([(_f.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
2473
+ return [3, 7];
2464
2474
  case 4:
2475
+ _d = [{}];
2476
+ return [4, deserializeAws_queryResourceContentionFaultResponse(parsedOutput, context)];
2477
+ case 5:
2478
+ response = __assign.apply(void 0, [__assign.apply(void 0, _d.concat([(_f.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
2479
+ return [3, 7];
2480
+ case 6:
2465
2481
  parsedBody = parsedOutput.body;
2466
2482
  errorCode = parsedBody.Error.code || parsedBody.Error.Code || errorCode;
2467
2483
  response = __assign(__assign({}, parsedBody.Error), { name: "" + errorCode, message: parsedBody.Error.message || parsedBody.Error.Message || errorCode, $fault: "client", $metadata: deserializeMetadata(output) });
2468
- _e.label = 5;
2469
- case 5:
2484
+ _f.label = 7;
2485
+ case 7:
2470
2486
  message = response.message || response.Message || errorCode;
2471
2487
  response.message = message;
2472
2488
  delete response.Message;
@@ -4555,7 +4571,17 @@ var deserializeAws_queryServiceLinkedRoleFailureResponse = function (parsedOutpu
4555
4571
  return [2, contents];
4556
4572
  });
4557
4573
  }); };
4558
- var serializeAws_queryActivityIds = function (input, context) {
4574
+ var serializeAws_queryAcceleratorCountRequest = function (input, context) {
4575
+ var entries = {};
4576
+ if (input.Min !== undefined && input.Min !== null) {
4577
+ entries["Min"] = input.Min;
4578
+ }
4579
+ if (input.Max !== undefined && input.Max !== null) {
4580
+ entries["Max"] = input.Max;
4581
+ }
4582
+ return entries;
4583
+ };
4584
+ var serializeAws_queryAcceleratorManufacturers = function (input, context) {
4559
4585
  var e_1, _a;
4560
4586
  var entries = {};
4561
4587
  var counter = 1;
@@ -4578,6 +4604,85 @@ var serializeAws_queryActivityIds = function (input, context) {
4578
4604
  }
4579
4605
  return entries;
4580
4606
  };
4607
+ var serializeAws_queryAcceleratorNames = function (input, context) {
4608
+ var e_2, _a;
4609
+ var entries = {};
4610
+ var counter = 1;
4611
+ try {
4612
+ for (var input_2 = __values(input), input_2_1 = input_2.next(); !input_2_1.done; input_2_1 = input_2.next()) {
4613
+ var entry = input_2_1.value;
4614
+ if (entry === null) {
4615
+ continue;
4616
+ }
4617
+ entries["member." + counter] = entry;
4618
+ counter++;
4619
+ }
4620
+ }
4621
+ catch (e_2_1) { e_2 = { error: e_2_1 }; }
4622
+ finally {
4623
+ try {
4624
+ if (input_2_1 && !input_2_1.done && (_a = input_2.return)) _a.call(input_2);
4625
+ }
4626
+ finally { if (e_2) throw e_2.error; }
4627
+ }
4628
+ return entries;
4629
+ };
4630
+ var serializeAws_queryAcceleratorTotalMemoryMiBRequest = function (input, context) {
4631
+ var entries = {};
4632
+ if (input.Min !== undefined && input.Min !== null) {
4633
+ entries["Min"] = input.Min;
4634
+ }
4635
+ if (input.Max !== undefined && input.Max !== null) {
4636
+ entries["Max"] = input.Max;
4637
+ }
4638
+ return entries;
4639
+ };
4640
+ var serializeAws_queryAcceleratorTypes = function (input, context) {
4641
+ var e_3, _a;
4642
+ var entries = {};
4643
+ var counter = 1;
4644
+ try {
4645
+ for (var input_3 = __values(input), input_3_1 = input_3.next(); !input_3_1.done; input_3_1 = input_3.next()) {
4646
+ var entry = input_3_1.value;
4647
+ if (entry === null) {
4648
+ continue;
4649
+ }
4650
+ entries["member." + counter] = entry;
4651
+ counter++;
4652
+ }
4653
+ }
4654
+ catch (e_3_1) { e_3 = { error: e_3_1 }; }
4655
+ finally {
4656
+ try {
4657
+ if (input_3_1 && !input_3_1.done && (_a = input_3.return)) _a.call(input_3);
4658
+ }
4659
+ finally { if (e_3) throw e_3.error; }
4660
+ }
4661
+ return entries;
4662
+ };
4663
+ var serializeAws_queryActivityIds = function (input, context) {
4664
+ var e_4, _a;
4665
+ var entries = {};
4666
+ var counter = 1;
4667
+ try {
4668
+ for (var input_4 = __values(input), input_4_1 = input_4.next(); !input_4_1.done; input_4_1 = input_4.next()) {
4669
+ var entry = input_4_1.value;
4670
+ if (entry === null) {
4671
+ continue;
4672
+ }
4673
+ entries["member." + counter] = entry;
4674
+ counter++;
4675
+ }
4676
+ }
4677
+ catch (e_4_1) { e_4 = { error: e_4_1 }; }
4678
+ finally {
4679
+ try {
4680
+ if (input_4_1 && !input_4_1.done && (_a = input_4.return)) _a.call(input_4);
4681
+ }
4682
+ finally { if (e_4) throw e_4.error; }
4683
+ }
4684
+ return entries;
4685
+ };
4581
4686
  var serializeAws_queryAttachInstancesQuery = function (input, context) {
4582
4687
  var entries = {};
4583
4688
  if (input.InstanceIds !== undefined && input.InstanceIds !== null) {
@@ -4624,12 +4729,12 @@ var serializeAws_queryAttachLoadBalancerTargetGroupsType = function (input, cont
4624
4729
  return entries;
4625
4730
  };
4626
4731
  var serializeAws_queryAutoScalingGroupNames = function (input, context) {
4627
- var e_2, _a;
4732
+ var e_5, _a;
4628
4733
  var entries = {};
4629
4734
  var counter = 1;
4630
4735
  try {
4631
- for (var input_2 = __values(input), input_2_1 = input_2.next(); !input_2_1.done; input_2_1 = input_2.next()) {
4632
- var entry = input_2_1.value;
4736
+ for (var input_5 = __values(input), input_5_1 = input_5.next(); !input_5_1.done; input_5_1 = input_5.next()) {
4737
+ var entry = input_5_1.value;
4633
4738
  if (entry === null) {
4634
4739
  continue;
4635
4740
  }
@@ -4637,12 +4742,12 @@ var serializeAws_queryAutoScalingGroupNames = function (input, context) {
4637
4742
  counter++;
4638
4743
  }
4639
4744
  }
4640
- catch (e_2_1) { e_2 = { error: e_2_1 }; }
4745
+ catch (e_5_1) { e_5 = { error: e_5_1 }; }
4641
4746
  finally {
4642
4747
  try {
4643
- if (input_2_1 && !input_2_1.done && (_a = input_2.return)) _a.call(input_2);
4748
+ if (input_5_1 && !input_5_1.done && (_a = input_5.return)) _a.call(input_5);
4644
4749
  }
4645
- finally { if (e_2) throw e_2.error; }
4750
+ finally { if (e_5) throw e_5.error; }
4646
4751
  }
4647
4752
  return entries;
4648
4753
  };
@@ -4662,15 +4767,23 @@ var serializeAws_queryAutoScalingGroupNamesType = function (input, context) {
4662
4767
  if (input.MaxRecords !== undefined && input.MaxRecords !== null) {
4663
4768
  entries["MaxRecords"] = input.MaxRecords;
4664
4769
  }
4770
+ if (input.Filters !== undefined && input.Filters !== null) {
4771
+ var memberEntries = serializeAws_queryFilters(input.Filters, context);
4772
+ Object.entries(memberEntries).forEach(function (_a) {
4773
+ var _b = __read(_a, 2), key = _b[0], value = _b[1];
4774
+ var loc = "Filters." + key;
4775
+ entries[loc] = value;
4776
+ });
4777
+ }
4665
4778
  return entries;
4666
4779
  };
4667
4780
  var serializeAws_queryAutoScalingNotificationTypes = function (input, context) {
4668
- var e_3, _a;
4781
+ var e_6, _a;
4669
4782
  var entries = {};
4670
4783
  var counter = 1;
4671
4784
  try {
4672
- for (var input_3 = __values(input), input_3_1 = input_3.next(); !input_3_1.done; input_3_1 = input_3.next()) {
4673
- var entry = input_3_1.value;
4785
+ for (var input_6 = __values(input), input_6_1 = input_6.next(); !input_6_1.done; input_6_1 = input_6.next()) {
4786
+ var entry = input_6_1.value;
4674
4787
  if (entry === null) {
4675
4788
  continue;
4676
4789
  }
@@ -4678,22 +4791,22 @@ var serializeAws_queryAutoScalingNotificationTypes = function (input, context) {
4678
4791
  counter++;
4679
4792
  }
4680
4793
  }
4681
- catch (e_3_1) { e_3 = { error: e_3_1 }; }
4794
+ catch (e_6_1) { e_6 = { error: e_6_1 }; }
4682
4795
  finally {
4683
4796
  try {
4684
- if (input_3_1 && !input_3_1.done && (_a = input_3.return)) _a.call(input_3);
4797
+ if (input_6_1 && !input_6_1.done && (_a = input_6.return)) _a.call(input_6);
4685
4798
  }
4686
- finally { if (e_3) throw e_3.error; }
4799
+ finally { if (e_6) throw e_6.error; }
4687
4800
  }
4688
4801
  return entries;
4689
4802
  };
4690
4803
  var serializeAws_queryAvailabilityZones = function (input, context) {
4691
- var e_4, _a;
4804
+ var e_7, _a;
4692
4805
  var entries = {};
4693
4806
  var counter = 1;
4694
4807
  try {
4695
- for (var input_4 = __values(input), input_4_1 = input_4.next(); !input_4_1.done; input_4_1 = input_4.next()) {
4696
- var entry = input_4_1.value;
4808
+ for (var input_7 = __values(input), input_7_1 = input_7.next(); !input_7_1.done; input_7_1 = input_7.next()) {
4809
+ var entry = input_7_1.value;
4697
4810
  if (entry === null) {
4698
4811
  continue;
4699
4812
  }
@@ -4701,12 +4814,22 @@ var serializeAws_queryAvailabilityZones = function (input, context) {
4701
4814
  counter++;
4702
4815
  }
4703
4816
  }
4704
- catch (e_4_1) { e_4 = { error: e_4_1 }; }
4817
+ catch (e_7_1) { e_7 = { error: e_7_1 }; }
4705
4818
  finally {
4706
4819
  try {
4707
- if (input_4_1 && !input_4_1.done && (_a = input_4.return)) _a.call(input_4);
4820
+ if (input_7_1 && !input_7_1.done && (_a = input_7.return)) _a.call(input_7);
4708
4821
  }
4709
- finally { if (e_4) throw e_4.error; }
4822
+ finally { if (e_7) throw e_7.error; }
4823
+ }
4824
+ return entries;
4825
+ };
4826
+ var serializeAws_queryBaselineEbsBandwidthMbpsRequest = function (input, context) {
4827
+ var entries = {};
4828
+ if (input.Min !== undefined && input.Min !== null) {
4829
+ entries["Min"] = input.Min;
4830
+ }
4831
+ if (input.Max !== undefined && input.Max !== null) {
4832
+ entries["Max"] = input.Max;
4710
4833
  }
4711
4834
  return entries;
4712
4835
  };
@@ -4762,12 +4885,12 @@ var serializeAws_queryBlockDeviceMapping = function (input, context) {
4762
4885
  return entries;
4763
4886
  };
4764
4887
  var serializeAws_queryBlockDeviceMappings = function (input, context) {
4765
- var e_5, _a;
4888
+ var e_8, _a;
4766
4889
  var entries = {};
4767
4890
  var counter = 1;
4768
4891
  try {
4769
- for (var input_5 = __values(input), input_5_1 = input_5.next(); !input_5_1.done; input_5_1 = input_5.next()) {
4770
- var entry = input_5_1.value;
4892
+ for (var input_8 = __values(input), input_8_1 = input_8.next(); !input_8_1.done; input_8_1 = input_8.next()) {
4893
+ var entry = input_8_1.value;
4771
4894
  if (entry === null) {
4772
4895
  continue;
4773
4896
  }
@@ -4779,12 +4902,12 @@ var serializeAws_queryBlockDeviceMappings = function (input, context) {
4779
4902
  counter++;
4780
4903
  }
4781
4904
  }
4782
- catch (e_5_1) { e_5 = { error: e_5_1 }; }
4905
+ catch (e_8_1) { e_8 = { error: e_8_1 }; }
4783
4906
  finally {
4784
4907
  try {
4785
- if (input_5_1 && !input_5_1.done && (_a = input_5.return)) _a.call(input_5);
4908
+ if (input_8_1 && !input_8_1.done && (_a = input_8.return)) _a.call(input_8);
4786
4909
  }
4787
- finally { if (e_5) throw e_5.error; }
4910
+ finally { if (e_8) throw e_8.error; }
4788
4911
  }
4789
4912
  return entries;
4790
4913
  };
@@ -4796,12 +4919,12 @@ var serializeAws_queryCancelInstanceRefreshType = function (input, context) {
4796
4919
  return entries;
4797
4920
  };
4798
4921
  var serializeAws_queryCheckpointPercentages = function (input, context) {
4799
- var e_6, _a;
4922
+ var e_9, _a;
4800
4923
  var entries = {};
4801
4924
  var counter = 1;
4802
4925
  try {
4803
- for (var input_6 = __values(input), input_6_1 = input_6.next(); !input_6_1.done; input_6_1 = input_6.next()) {
4804
- var entry = input_6_1.value;
4926
+ for (var input_9 = __values(input), input_9_1 = input_9.next(); !input_9_1.done; input_9_1 = input_9.next()) {
4927
+ var entry = input_9_1.value;
4805
4928
  if (entry === null) {
4806
4929
  continue;
4807
4930
  }
@@ -4809,22 +4932,22 @@ var serializeAws_queryCheckpointPercentages = function (input, context) {
4809
4932
  counter++;
4810
4933
  }
4811
4934
  }
4812
- catch (e_6_1) { e_6 = { error: e_6_1 }; }
4935
+ catch (e_9_1) { e_9 = { error: e_9_1 }; }
4813
4936
  finally {
4814
4937
  try {
4815
- if (input_6_1 && !input_6_1.done && (_a = input_6.return)) _a.call(input_6);
4938
+ if (input_9_1 && !input_9_1.done && (_a = input_9.return)) _a.call(input_9);
4816
4939
  }
4817
- finally { if (e_6) throw e_6.error; }
4940
+ finally { if (e_9) throw e_9.error; }
4818
4941
  }
4819
4942
  return entries;
4820
4943
  };
4821
4944
  var serializeAws_queryClassicLinkVPCSecurityGroups = function (input, context) {
4822
- var e_7, _a;
4945
+ var e_10, _a;
4823
4946
  var entries = {};
4824
4947
  var counter = 1;
4825
4948
  try {
4826
- for (var input_7 = __values(input), input_7_1 = input_7.next(); !input_7_1.done; input_7_1 = input_7.next()) {
4827
- var entry = input_7_1.value;
4949
+ for (var input_10 = __values(input), input_10_1 = input_10.next(); !input_10_1.done; input_10_1 = input_10.next()) {
4950
+ var entry = input_10_1.value;
4828
4951
  if (entry === null) {
4829
4952
  continue;
4830
4953
  }
@@ -4832,12 +4955,12 @@ var serializeAws_queryClassicLinkVPCSecurityGroups = function (input, context) {
4832
4955
  counter++;
4833
4956
  }
4834
4957
  }
4835
- catch (e_7_1) { e_7 = { error: e_7_1 }; }
4958
+ catch (e_10_1) { e_10 = { error: e_10_1 }; }
4836
4959
  finally {
4837
4960
  try {
4838
- if (input_7_1 && !input_7_1.done && (_a = input_7.return)) _a.call(input_7);
4961
+ if (input_10_1 && !input_10_1.done && (_a = input_10.return)) _a.call(input_10);
4839
4962
  }
4840
- finally { if (e_7) throw e_7.error; }
4963
+ finally { if (e_10) throw e_10.error; }
4841
4964
  }
4842
4965
  return entries;
4843
4966
  };
@@ -4860,18 +4983,41 @@ var serializeAws_queryCompleteLifecycleActionType = function (input, context) {
4860
4983
  }
4861
4984
  return entries;
4862
4985
  };
4863
- var serializeAws_queryCreateAutoScalingGroupType = function (input, context) {
4986
+ var serializeAws_queryCpuManufacturers = function (input, context) {
4987
+ var e_11, _a;
4864
4988
  var entries = {};
4865
- if (input.AutoScalingGroupName !== undefined && input.AutoScalingGroupName !== null) {
4866
- entries["AutoScalingGroupName"] = input.AutoScalingGroupName;
4867
- }
4868
- if (input.LaunchConfigurationName !== undefined && input.LaunchConfigurationName !== null) {
4869
- entries["LaunchConfigurationName"] = input.LaunchConfigurationName;
4989
+ var counter = 1;
4990
+ try {
4991
+ for (var input_11 = __values(input), input_11_1 = input_11.next(); !input_11_1.done; input_11_1 = input_11.next()) {
4992
+ var entry = input_11_1.value;
4993
+ if (entry === null) {
4994
+ continue;
4995
+ }
4996
+ entries["member." + counter] = entry;
4997
+ counter++;
4998
+ }
4870
4999
  }
4871
- if (input.LaunchTemplate !== undefined && input.LaunchTemplate !== null) {
4872
- var memberEntries = serializeAws_queryLaunchTemplateSpecification(input.LaunchTemplate, context);
4873
- Object.entries(memberEntries).forEach(function (_a) {
4874
- var _b = __read(_a, 2), key = _b[0], value = _b[1];
5000
+ catch (e_11_1) { e_11 = { error: e_11_1 }; }
5001
+ finally {
5002
+ try {
5003
+ if (input_11_1 && !input_11_1.done && (_a = input_11.return)) _a.call(input_11);
5004
+ }
5005
+ finally { if (e_11) throw e_11.error; }
5006
+ }
5007
+ return entries;
5008
+ };
5009
+ var serializeAws_queryCreateAutoScalingGroupType = function (input, context) {
5010
+ var entries = {};
5011
+ if (input.AutoScalingGroupName !== undefined && input.AutoScalingGroupName !== null) {
5012
+ entries["AutoScalingGroupName"] = input.AutoScalingGroupName;
5013
+ }
5014
+ if (input.LaunchConfigurationName !== undefined && input.LaunchConfigurationName !== null) {
5015
+ entries["LaunchConfigurationName"] = input.LaunchConfigurationName;
5016
+ }
5017
+ if (input.LaunchTemplate !== undefined && input.LaunchTemplate !== null) {
5018
+ var memberEntries = serializeAws_queryLaunchTemplateSpecification(input.LaunchTemplate, context);
5019
+ Object.entries(memberEntries).forEach(function (_a) {
5020
+ var _b = __read(_a, 2), key = _b[0], value = _b[1];
4875
5021
  var loc = "LaunchTemplate." + key;
4876
5022
  entries[loc] = value;
4877
5023
  });
@@ -4974,6 +5120,9 @@ var serializeAws_queryCreateAutoScalingGroupType = function (input, context) {
4974
5120
  if (input.Context !== undefined && input.Context !== null) {
4975
5121
  entries["Context"] = input.Context;
4976
5122
  }
5123
+ if (input.DesiredCapacityType !== undefined && input.DesiredCapacityType !== null) {
5124
+ entries["DesiredCapacityType"] = input.DesiredCapacityType;
5125
+ }
4977
5126
  return entries;
4978
5127
  };
4979
5128
  var serializeAws_queryCreateLaunchConfigurationType = function (input, context) {
@@ -5523,6 +5672,29 @@ var serializeAws_queryEnterStandbyQuery = function (input, context) {
5523
5672
  }
5524
5673
  return entries;
5525
5674
  };
5675
+ var serializeAws_queryExcludedInstanceTypes = function (input, context) {
5676
+ var e_12, _a;
5677
+ var entries = {};
5678
+ var counter = 1;
5679
+ try {
5680
+ for (var input_12 = __values(input), input_12_1 = input_12.next(); !input_12_1.done; input_12_1 = input_12.next()) {
5681
+ var entry = input_12_1.value;
5682
+ if (entry === null) {
5683
+ continue;
5684
+ }
5685
+ entries["member." + counter] = entry;
5686
+ counter++;
5687
+ }
5688
+ }
5689
+ catch (e_12_1) { e_12 = { error: e_12_1 }; }
5690
+ finally {
5691
+ try {
5692
+ if (input_12_1 && !input_12_1.done && (_a = input_12.return)) _a.call(input_12);
5693
+ }
5694
+ finally { if (e_12) throw e_12.error; }
5695
+ }
5696
+ return entries;
5697
+ };
5526
5698
  var serializeAws_queryExecutePolicyType = function (input, context) {
5527
5699
  var entries = {};
5528
5700
  if (input.AutoScalingGroupName !== undefined && input.AutoScalingGroupName !== null) {
@@ -5573,12 +5745,12 @@ var serializeAws_queryFilter = function (input, context) {
5573
5745
  return entries;
5574
5746
  };
5575
5747
  var serializeAws_queryFilters = function (input, context) {
5576
- var e_8, _a;
5748
+ var e_13, _a;
5577
5749
  var entries = {};
5578
5750
  var counter = 1;
5579
5751
  try {
5580
- for (var input_8 = __values(input), input_8_1 = input_8.next(); !input_8_1.done; input_8_1 = input_8.next()) {
5581
- var entry = input_8_1.value;
5752
+ for (var input_13 = __values(input), input_13_1 = input_13.next(); !input_13_1.done; input_13_1 = input_13.next()) {
5753
+ var entry = input_13_1.value;
5582
5754
  if (entry === null) {
5583
5755
  continue;
5584
5756
  }
@@ -5590,12 +5762,12 @@ var serializeAws_queryFilters = function (input, context) {
5590
5762
  counter++;
5591
5763
  }
5592
5764
  }
5593
- catch (e_8_1) { e_8 = { error: e_8_1 }; }
5765
+ catch (e_13_1) { e_13 = { error: e_13_1 }; }
5594
5766
  finally {
5595
5767
  try {
5596
- if (input_8_1 && !input_8_1.done && (_a = input_8.return)) _a.call(input_8);
5768
+ if (input_13_1 && !input_13_1.done && (_a = input_13.return)) _a.call(input_13);
5597
5769
  }
5598
- finally { if (e_8) throw e_8.error; }
5770
+ finally { if (e_13) throw e_13.error; }
5599
5771
  }
5600
5772
  return entries;
5601
5773
  };
@@ -5615,13 +5787,36 @@ var serializeAws_queryGetPredictiveScalingForecastType = function (input, contex
5615
5787
  }
5616
5788
  return entries;
5617
5789
  };
5790
+ var serializeAws_queryInstanceGenerations = function (input, context) {
5791
+ var e_14, _a;
5792
+ var entries = {};
5793
+ var counter = 1;
5794
+ try {
5795
+ for (var input_14 = __values(input), input_14_1 = input_14.next(); !input_14_1.done; input_14_1 = input_14.next()) {
5796
+ var entry = input_14_1.value;
5797
+ if (entry === null) {
5798
+ continue;
5799
+ }
5800
+ entries["member." + counter] = entry;
5801
+ counter++;
5802
+ }
5803
+ }
5804
+ catch (e_14_1) { e_14 = { error: e_14_1 }; }
5805
+ finally {
5806
+ try {
5807
+ if (input_14_1 && !input_14_1.done && (_a = input_14.return)) _a.call(input_14);
5808
+ }
5809
+ finally { if (e_14) throw e_14.error; }
5810
+ }
5811
+ return entries;
5812
+ };
5618
5813
  var serializeAws_queryInstanceIds = function (input, context) {
5619
- var e_9, _a;
5814
+ var e_15, _a;
5620
5815
  var entries = {};
5621
5816
  var counter = 1;
5622
5817
  try {
5623
- for (var input_9 = __values(input), input_9_1 = input_9.next(); !input_9_1.done; input_9_1 = input_9.next()) {
5624
- var entry = input_9_1.value;
5818
+ for (var input_15 = __values(input), input_15_1 = input_15.next(); !input_15_1.done; input_15_1 = input_15.next()) {
5819
+ var entry = input_15_1.value;
5625
5820
  if (entry === null) {
5626
5821
  continue;
5627
5822
  }
@@ -5629,12 +5824,12 @@ var serializeAws_queryInstanceIds = function (input, context) {
5629
5824
  counter++;
5630
5825
  }
5631
5826
  }
5632
- catch (e_9_1) { e_9 = { error: e_9_1 }; }
5827
+ catch (e_15_1) { e_15 = { error: e_15_1 }; }
5633
5828
  finally {
5634
5829
  try {
5635
- if (input_9_1 && !input_9_1.done && (_a = input_9.return)) _a.call(input_9);
5830
+ if (input_15_1 && !input_15_1.done && (_a = input_15.return)) _a.call(input_15);
5636
5831
  }
5637
- finally { if (e_9) throw e_9.error; }
5832
+ finally { if (e_15) throw e_15.error; }
5638
5833
  }
5639
5834
  return entries;
5640
5835
  };
@@ -5659,12 +5854,12 @@ var serializeAws_queryInstanceMonitoring = function (input, context) {
5659
5854
  return entries;
5660
5855
  };
5661
5856
  var serializeAws_queryInstanceRefreshIds = function (input, context) {
5662
- var e_10, _a;
5857
+ var e_16, _a;
5663
5858
  var entries = {};
5664
5859
  var counter = 1;
5665
5860
  try {
5666
- for (var input_10 = __values(input), input_10_1 = input_10.next(); !input_10_1.done; input_10_1 = input_10.next()) {
5667
- var entry = input_10_1.value;
5861
+ for (var input_16 = __values(input), input_16_1 = input_16.next(); !input_16_1.done; input_16_1 = input_16.next()) {
5862
+ var entry = input_16_1.value;
5668
5863
  if (entry === null) {
5669
5864
  continue;
5670
5865
  }
@@ -5672,12 +5867,156 @@ var serializeAws_queryInstanceRefreshIds = function (input, context) {
5672
5867
  counter++;
5673
5868
  }
5674
5869
  }
5675
- catch (e_10_1) { e_10 = { error: e_10_1 }; }
5870
+ catch (e_16_1) { e_16 = { error: e_16_1 }; }
5676
5871
  finally {
5677
5872
  try {
5678
- if (input_10_1 && !input_10_1.done && (_a = input_10.return)) _a.call(input_10);
5873
+ if (input_16_1 && !input_16_1.done && (_a = input_16.return)) _a.call(input_16);
5679
5874
  }
5680
- finally { if (e_10) throw e_10.error; }
5875
+ finally { if (e_16) throw e_16.error; }
5876
+ }
5877
+ return entries;
5878
+ };
5879
+ var serializeAws_queryInstanceRequirements = function (input, context) {
5880
+ var entries = {};
5881
+ if (input.VCpuCount !== undefined && input.VCpuCount !== null) {
5882
+ var memberEntries = serializeAws_queryVCpuCountRequest(input.VCpuCount, context);
5883
+ Object.entries(memberEntries).forEach(function (_a) {
5884
+ var _b = __read(_a, 2), key = _b[0], value = _b[1];
5885
+ var loc = "VCpuCount." + key;
5886
+ entries[loc] = value;
5887
+ });
5888
+ }
5889
+ if (input.MemoryMiB !== undefined && input.MemoryMiB !== null) {
5890
+ var memberEntries = serializeAws_queryMemoryMiBRequest(input.MemoryMiB, context);
5891
+ Object.entries(memberEntries).forEach(function (_a) {
5892
+ var _b = __read(_a, 2), key = _b[0], value = _b[1];
5893
+ var loc = "MemoryMiB." + key;
5894
+ entries[loc] = value;
5895
+ });
5896
+ }
5897
+ if (input.CpuManufacturers !== undefined && input.CpuManufacturers !== null) {
5898
+ var memberEntries = serializeAws_queryCpuManufacturers(input.CpuManufacturers, context);
5899
+ Object.entries(memberEntries).forEach(function (_a) {
5900
+ var _b = __read(_a, 2), key = _b[0], value = _b[1];
5901
+ var loc = "CpuManufacturers." + key;
5902
+ entries[loc] = value;
5903
+ });
5904
+ }
5905
+ if (input.MemoryGiBPerVCpu !== undefined && input.MemoryGiBPerVCpu !== null) {
5906
+ var memberEntries = serializeAws_queryMemoryGiBPerVCpuRequest(input.MemoryGiBPerVCpu, context);
5907
+ Object.entries(memberEntries).forEach(function (_a) {
5908
+ var _b = __read(_a, 2), key = _b[0], value = _b[1];
5909
+ var loc = "MemoryGiBPerVCpu." + key;
5910
+ entries[loc] = value;
5911
+ });
5912
+ }
5913
+ if (input.ExcludedInstanceTypes !== undefined && input.ExcludedInstanceTypes !== null) {
5914
+ var memberEntries = serializeAws_queryExcludedInstanceTypes(input.ExcludedInstanceTypes, context);
5915
+ Object.entries(memberEntries).forEach(function (_a) {
5916
+ var _b = __read(_a, 2), key = _b[0], value = _b[1];
5917
+ var loc = "ExcludedInstanceTypes." + key;
5918
+ entries[loc] = value;
5919
+ });
5920
+ }
5921
+ if (input.InstanceGenerations !== undefined && input.InstanceGenerations !== null) {
5922
+ var memberEntries = serializeAws_queryInstanceGenerations(input.InstanceGenerations, context);
5923
+ Object.entries(memberEntries).forEach(function (_a) {
5924
+ var _b = __read(_a, 2), key = _b[0], value = _b[1];
5925
+ var loc = "InstanceGenerations." + key;
5926
+ entries[loc] = value;
5927
+ });
5928
+ }
5929
+ if (input.SpotMaxPricePercentageOverLowestPrice !== undefined &&
5930
+ input.SpotMaxPricePercentageOverLowestPrice !== null) {
5931
+ entries["SpotMaxPricePercentageOverLowestPrice"] = input.SpotMaxPricePercentageOverLowestPrice;
5932
+ }
5933
+ if (input.OnDemandMaxPricePercentageOverLowestPrice !== undefined &&
5934
+ input.OnDemandMaxPricePercentageOverLowestPrice !== null) {
5935
+ entries["OnDemandMaxPricePercentageOverLowestPrice"] = input.OnDemandMaxPricePercentageOverLowestPrice;
5936
+ }
5937
+ if (input.BareMetal !== undefined && input.BareMetal !== null) {
5938
+ entries["BareMetal"] = input.BareMetal;
5939
+ }
5940
+ if (input.BurstablePerformance !== undefined && input.BurstablePerformance !== null) {
5941
+ entries["BurstablePerformance"] = input.BurstablePerformance;
5942
+ }
5943
+ if (input.RequireHibernateSupport !== undefined && input.RequireHibernateSupport !== null) {
5944
+ entries["RequireHibernateSupport"] = input.RequireHibernateSupport;
5945
+ }
5946
+ if (input.NetworkInterfaceCount !== undefined && input.NetworkInterfaceCount !== null) {
5947
+ var memberEntries = serializeAws_queryNetworkInterfaceCountRequest(input.NetworkInterfaceCount, context);
5948
+ Object.entries(memberEntries).forEach(function (_a) {
5949
+ var _b = __read(_a, 2), key = _b[0], value = _b[1];
5950
+ var loc = "NetworkInterfaceCount." + key;
5951
+ entries[loc] = value;
5952
+ });
5953
+ }
5954
+ if (input.LocalStorage !== undefined && input.LocalStorage !== null) {
5955
+ entries["LocalStorage"] = input.LocalStorage;
5956
+ }
5957
+ if (input.LocalStorageTypes !== undefined && input.LocalStorageTypes !== null) {
5958
+ var memberEntries = serializeAws_queryLocalStorageTypes(input.LocalStorageTypes, context);
5959
+ Object.entries(memberEntries).forEach(function (_a) {
5960
+ var _b = __read(_a, 2), key = _b[0], value = _b[1];
5961
+ var loc = "LocalStorageTypes." + key;
5962
+ entries[loc] = value;
5963
+ });
5964
+ }
5965
+ if (input.TotalLocalStorageGB !== undefined && input.TotalLocalStorageGB !== null) {
5966
+ var memberEntries = serializeAws_queryTotalLocalStorageGBRequest(input.TotalLocalStorageGB, context);
5967
+ Object.entries(memberEntries).forEach(function (_a) {
5968
+ var _b = __read(_a, 2), key = _b[0], value = _b[1];
5969
+ var loc = "TotalLocalStorageGB." + key;
5970
+ entries[loc] = value;
5971
+ });
5972
+ }
5973
+ if (input.BaselineEbsBandwidthMbps !== undefined && input.BaselineEbsBandwidthMbps !== null) {
5974
+ var memberEntries = serializeAws_queryBaselineEbsBandwidthMbpsRequest(input.BaselineEbsBandwidthMbps, context);
5975
+ Object.entries(memberEntries).forEach(function (_a) {
5976
+ var _b = __read(_a, 2), key = _b[0], value = _b[1];
5977
+ var loc = "BaselineEbsBandwidthMbps." + key;
5978
+ entries[loc] = value;
5979
+ });
5980
+ }
5981
+ if (input.AcceleratorTypes !== undefined && input.AcceleratorTypes !== null) {
5982
+ var memberEntries = serializeAws_queryAcceleratorTypes(input.AcceleratorTypes, context);
5983
+ Object.entries(memberEntries).forEach(function (_a) {
5984
+ var _b = __read(_a, 2), key = _b[0], value = _b[1];
5985
+ var loc = "AcceleratorTypes." + key;
5986
+ entries[loc] = value;
5987
+ });
5988
+ }
5989
+ if (input.AcceleratorCount !== undefined && input.AcceleratorCount !== null) {
5990
+ var memberEntries = serializeAws_queryAcceleratorCountRequest(input.AcceleratorCount, context);
5991
+ Object.entries(memberEntries).forEach(function (_a) {
5992
+ var _b = __read(_a, 2), key = _b[0], value = _b[1];
5993
+ var loc = "AcceleratorCount." + key;
5994
+ entries[loc] = value;
5995
+ });
5996
+ }
5997
+ if (input.AcceleratorManufacturers !== undefined && input.AcceleratorManufacturers !== null) {
5998
+ var memberEntries = serializeAws_queryAcceleratorManufacturers(input.AcceleratorManufacturers, context);
5999
+ Object.entries(memberEntries).forEach(function (_a) {
6000
+ var _b = __read(_a, 2), key = _b[0], value = _b[1];
6001
+ var loc = "AcceleratorManufacturers." + key;
6002
+ entries[loc] = value;
6003
+ });
6004
+ }
6005
+ if (input.AcceleratorNames !== undefined && input.AcceleratorNames !== null) {
6006
+ var memberEntries = serializeAws_queryAcceleratorNames(input.AcceleratorNames, context);
6007
+ Object.entries(memberEntries).forEach(function (_a) {
6008
+ var _b = __read(_a, 2), key = _b[0], value = _b[1];
6009
+ var loc = "AcceleratorNames." + key;
6010
+ entries[loc] = value;
6011
+ });
6012
+ }
6013
+ if (input.AcceleratorTotalMemoryMiB !== undefined && input.AcceleratorTotalMemoryMiB !== null) {
6014
+ var memberEntries = serializeAws_queryAcceleratorTotalMemoryMiBRequest(input.AcceleratorTotalMemoryMiB, context);
6015
+ Object.entries(memberEntries).forEach(function (_a) {
6016
+ var _b = __read(_a, 2), key = _b[0], value = _b[1];
6017
+ var loc = "AcceleratorTotalMemoryMiB." + key;
6018
+ entries[loc] = value;
6019
+ });
5681
6020
  }
5682
6021
  return entries;
5683
6022
  };
@@ -5704,12 +6043,12 @@ var serializeAws_queryInstancesDistribution = function (input, context) {
5704
6043
  return entries;
5705
6044
  };
5706
6045
  var serializeAws_queryLaunchConfigurationNames = function (input, context) {
5707
- var e_11, _a;
6046
+ var e_17, _a;
5708
6047
  var entries = {};
5709
6048
  var counter = 1;
5710
6049
  try {
5711
- for (var input_11 = __values(input), input_11_1 = input_11.next(); !input_11_1.done; input_11_1 = input_11.next()) {
5712
- var entry = input_11_1.value;
6050
+ for (var input_17 = __values(input), input_17_1 = input_17.next(); !input_17_1.done; input_17_1 = input_17.next()) {
6051
+ var entry = input_17_1.value;
5713
6052
  if (entry === null) {
5714
6053
  continue;
5715
6054
  }
@@ -5717,12 +6056,12 @@ var serializeAws_queryLaunchConfigurationNames = function (input, context) {
5717
6056
  counter++;
5718
6057
  }
5719
6058
  }
5720
- catch (e_11_1) { e_11 = { error: e_11_1 }; }
6059
+ catch (e_17_1) { e_17 = { error: e_17_1 }; }
5721
6060
  finally {
5722
6061
  try {
5723
- if (input_11_1 && !input_11_1.done && (_a = input_11.return)) _a.call(input_11);
6062
+ if (input_17_1 && !input_17_1.done && (_a = input_17.return)) _a.call(input_17);
5724
6063
  }
5725
- finally { if (e_11) throw e_11.error; }
6064
+ finally { if (e_17) throw e_17.error; }
5726
6065
  }
5727
6066
  return entries;
5728
6067
  };
@@ -5787,6 +6126,14 @@ var serializeAws_queryLaunchTemplateOverrides = function (input, context) {
5787
6126
  entries[loc] = value;
5788
6127
  });
5789
6128
  }
6129
+ if (input.InstanceRequirements !== undefined && input.InstanceRequirements !== null) {
6130
+ var memberEntries = serializeAws_queryInstanceRequirements(input.InstanceRequirements, context);
6131
+ Object.entries(memberEntries).forEach(function (_a) {
6132
+ var _b = __read(_a, 2), key = _b[0], value = _b[1];
6133
+ var loc = "InstanceRequirements." + key;
6134
+ entries[loc] = value;
6135
+ });
6136
+ }
5790
6137
  return entries;
5791
6138
  };
5792
6139
  var serializeAws_queryLaunchTemplateSpecification = function (input, context) {
@@ -5803,12 +6150,12 @@ var serializeAws_queryLaunchTemplateSpecification = function (input, context) {
5803
6150
  return entries;
5804
6151
  };
5805
6152
  var serializeAws_queryLifecycleHookNames = function (input, context) {
5806
- var e_12, _a;
6153
+ var e_18, _a;
5807
6154
  var entries = {};
5808
6155
  var counter = 1;
5809
6156
  try {
5810
- for (var input_12 = __values(input), input_12_1 = input_12.next(); !input_12_1.done; input_12_1 = input_12.next()) {
5811
- var entry = input_12_1.value;
6157
+ for (var input_18 = __values(input), input_18_1 = input_18.next(); !input_18_1.done; input_18_1 = input_18.next()) {
6158
+ var entry = input_18_1.value;
5812
6159
  if (entry === null) {
5813
6160
  continue;
5814
6161
  }
@@ -5816,12 +6163,12 @@ var serializeAws_queryLifecycleHookNames = function (input, context) {
5816
6163
  counter++;
5817
6164
  }
5818
6165
  }
5819
- catch (e_12_1) { e_12 = { error: e_12_1 }; }
6166
+ catch (e_18_1) { e_18 = { error: e_18_1 }; }
5820
6167
  finally {
5821
6168
  try {
5822
- if (input_12_1 && !input_12_1.done && (_a = input_12.return)) _a.call(input_12);
6169
+ if (input_18_1 && !input_18_1.done && (_a = input_18.return)) _a.call(input_18);
5823
6170
  }
5824
- finally { if (e_12) throw e_12.error; }
6171
+ finally { if (e_18) throw e_18.error; }
5825
6172
  }
5826
6173
  return entries;
5827
6174
  };
@@ -5851,12 +6198,12 @@ var serializeAws_queryLifecycleHookSpecification = function (input, context) {
5851
6198
  return entries;
5852
6199
  };
5853
6200
  var serializeAws_queryLifecycleHookSpecifications = function (input, context) {
5854
- var e_13, _a;
6201
+ var e_19, _a;
5855
6202
  var entries = {};
5856
6203
  var counter = 1;
5857
6204
  try {
5858
- for (var input_13 = __values(input), input_13_1 = input_13.next(); !input_13_1.done; input_13_1 = input_13.next()) {
5859
- var entry = input_13_1.value;
6205
+ for (var input_19 = __values(input), input_19_1 = input_19.next(); !input_19_1.done; input_19_1 = input_19.next()) {
6206
+ var entry = input_19_1.value;
5860
6207
  if (entry === null) {
5861
6208
  continue;
5862
6209
  }
@@ -5868,22 +6215,22 @@ var serializeAws_queryLifecycleHookSpecifications = function (input, context) {
5868
6215
  counter++;
5869
6216
  }
5870
6217
  }
5871
- catch (e_13_1) { e_13 = { error: e_13_1 }; }
6218
+ catch (e_19_1) { e_19 = { error: e_19_1 }; }
5872
6219
  finally {
5873
6220
  try {
5874
- if (input_13_1 && !input_13_1.done && (_a = input_13.return)) _a.call(input_13);
6221
+ if (input_19_1 && !input_19_1.done && (_a = input_19.return)) _a.call(input_19);
5875
6222
  }
5876
- finally { if (e_13) throw e_13.error; }
6223
+ finally { if (e_19) throw e_19.error; }
5877
6224
  }
5878
6225
  return entries;
5879
6226
  };
5880
6227
  var serializeAws_queryLoadBalancerNames = function (input, context) {
5881
- var e_14, _a;
6228
+ var e_20, _a;
5882
6229
  var entries = {};
5883
6230
  var counter = 1;
5884
6231
  try {
5885
- for (var input_14 = __values(input), input_14_1 = input_14.next(); !input_14_1.done; input_14_1 = input_14.next()) {
5886
- var entry = input_14_1.value;
6232
+ for (var input_20 = __values(input), input_20_1 = input_20.next(); !input_20_1.done; input_20_1 = input_20.next()) {
6233
+ var entry = input_20_1.value;
5887
6234
  if (entry === null) {
5888
6235
  continue;
5889
6236
  }
@@ -5891,12 +6238,55 @@ var serializeAws_queryLoadBalancerNames = function (input, context) {
5891
6238
  counter++;
5892
6239
  }
5893
6240
  }
5894
- catch (e_14_1) { e_14 = { error: e_14_1 }; }
6241
+ catch (e_20_1) { e_20 = { error: e_20_1 }; }
5895
6242
  finally {
5896
6243
  try {
5897
- if (input_14_1 && !input_14_1.done && (_a = input_14.return)) _a.call(input_14);
6244
+ if (input_20_1 && !input_20_1.done && (_a = input_20.return)) _a.call(input_20);
5898
6245
  }
5899
- finally { if (e_14) throw e_14.error; }
6246
+ finally { if (e_20) throw e_20.error; }
6247
+ }
6248
+ return entries;
6249
+ };
6250
+ var serializeAws_queryLocalStorageTypes = function (input, context) {
6251
+ var e_21, _a;
6252
+ var entries = {};
6253
+ var counter = 1;
6254
+ try {
6255
+ for (var input_21 = __values(input), input_21_1 = input_21.next(); !input_21_1.done; input_21_1 = input_21.next()) {
6256
+ var entry = input_21_1.value;
6257
+ if (entry === null) {
6258
+ continue;
6259
+ }
6260
+ entries["member." + counter] = entry;
6261
+ counter++;
6262
+ }
6263
+ }
6264
+ catch (e_21_1) { e_21 = { error: e_21_1 }; }
6265
+ finally {
6266
+ try {
6267
+ if (input_21_1 && !input_21_1.done && (_a = input_21.return)) _a.call(input_21);
6268
+ }
6269
+ finally { if (e_21) throw e_21.error; }
6270
+ }
6271
+ return entries;
6272
+ };
6273
+ var serializeAws_queryMemoryGiBPerVCpuRequest = function (input, context) {
6274
+ var entries = {};
6275
+ if (input.Min !== undefined && input.Min !== null) {
6276
+ entries["Min"] = __serializeFloat(input.Min);
6277
+ }
6278
+ if (input.Max !== undefined && input.Max !== null) {
6279
+ entries["Max"] = __serializeFloat(input.Max);
6280
+ }
6281
+ return entries;
6282
+ };
6283
+ var serializeAws_queryMemoryMiBRequest = function (input, context) {
6284
+ var entries = {};
6285
+ if (input.Min !== undefined && input.Min !== null) {
6286
+ entries["Min"] = input.Min;
6287
+ }
6288
+ if (input.Max !== undefined && input.Max !== null) {
6289
+ entries["Max"] = input.Max;
5900
6290
  }
5901
6291
  return entries;
5902
6292
  };
@@ -5911,12 +6301,12 @@ var serializeAws_queryMetricDimension = function (input, context) {
5911
6301
  return entries;
5912
6302
  };
5913
6303
  var serializeAws_queryMetricDimensions = function (input, context) {
5914
- var e_15, _a;
6304
+ var e_22, _a;
5915
6305
  var entries = {};
5916
6306
  var counter = 1;
5917
6307
  try {
5918
- for (var input_15 = __values(input), input_15_1 = input_15.next(); !input_15_1.done; input_15_1 = input_15.next()) {
5919
- var entry = input_15_1.value;
6308
+ for (var input_22 = __values(input), input_22_1 = input_22.next(); !input_22_1.done; input_22_1 = input_22.next()) {
6309
+ var entry = input_22_1.value;
5920
6310
  if (entry === null) {
5921
6311
  continue;
5922
6312
  }
@@ -5928,22 +6318,22 @@ var serializeAws_queryMetricDimensions = function (input, context) {
5928
6318
  counter++;
5929
6319
  }
5930
6320
  }
5931
- catch (e_15_1) { e_15 = { error: e_15_1 }; }
6321
+ catch (e_22_1) { e_22 = { error: e_22_1 }; }
5932
6322
  finally {
5933
6323
  try {
5934
- if (input_15_1 && !input_15_1.done && (_a = input_15.return)) _a.call(input_15);
6324
+ if (input_22_1 && !input_22_1.done && (_a = input_22.return)) _a.call(input_22);
5935
6325
  }
5936
- finally { if (e_15) throw e_15.error; }
6326
+ finally { if (e_22) throw e_22.error; }
5937
6327
  }
5938
6328
  return entries;
5939
6329
  };
5940
6330
  var serializeAws_queryMetrics = function (input, context) {
5941
- var e_16, _a;
6331
+ var e_23, _a;
5942
6332
  var entries = {};
5943
6333
  var counter = 1;
5944
6334
  try {
5945
- for (var input_16 = __values(input), input_16_1 = input_16.next(); !input_16_1.done; input_16_1 = input_16.next()) {
5946
- var entry = input_16_1.value;
6335
+ for (var input_23 = __values(input), input_23_1 = input_23.next(); !input_23_1.done; input_23_1 = input_23.next()) {
6336
+ var entry = input_23_1.value;
5947
6337
  if (entry === null) {
5948
6338
  continue;
5949
6339
  }
@@ -5951,12 +6341,12 @@ var serializeAws_queryMetrics = function (input, context) {
5951
6341
  counter++;
5952
6342
  }
5953
6343
  }
5954
- catch (e_16_1) { e_16 = { error: e_16_1 }; }
6344
+ catch (e_23_1) { e_23 = { error: e_23_1 }; }
5955
6345
  finally {
5956
6346
  try {
5957
- if (input_16_1 && !input_16_1.done && (_a = input_16.return)) _a.call(input_16);
6347
+ if (input_23_1 && !input_23_1.done && (_a = input_23.return)) _a.call(input_23);
5958
6348
  }
5959
- finally { if (e_16) throw e_16.error; }
6349
+ finally { if (e_23) throw e_23.error; }
5960
6350
  }
5961
6351
  return entries;
5962
6352
  };
@@ -5980,13 +6370,23 @@ var serializeAws_queryMixedInstancesPolicy = function (input, context) {
5980
6370
  }
5981
6371
  return entries;
5982
6372
  };
6373
+ var serializeAws_queryNetworkInterfaceCountRequest = function (input, context) {
6374
+ var entries = {};
6375
+ if (input.Min !== undefined && input.Min !== null) {
6376
+ entries["Min"] = input.Min;
6377
+ }
6378
+ if (input.Max !== undefined && input.Max !== null) {
6379
+ entries["Max"] = input.Max;
6380
+ }
6381
+ return entries;
6382
+ };
5983
6383
  var serializeAws_queryOverrides = function (input, context) {
5984
- var e_17, _a;
6384
+ var e_24, _a;
5985
6385
  var entries = {};
5986
6386
  var counter = 1;
5987
6387
  try {
5988
- for (var input_17 = __values(input), input_17_1 = input_17.next(); !input_17_1.done; input_17_1 = input_17.next()) {
5989
- var entry = input_17_1.value;
6388
+ for (var input_24 = __values(input), input_24_1 = input_24.next(); !input_24_1.done; input_24_1 = input_24.next()) {
6389
+ var entry = input_24_1.value;
5990
6390
  if (entry === null) {
5991
6391
  continue;
5992
6392
  }
@@ -5998,22 +6398,22 @@ var serializeAws_queryOverrides = function (input, context) {
5998
6398
  counter++;
5999
6399
  }
6000
6400
  }
6001
- catch (e_17_1) { e_17 = { error: e_17_1 }; }
6401
+ catch (e_24_1) { e_24 = { error: e_24_1 }; }
6002
6402
  finally {
6003
6403
  try {
6004
- if (input_17_1 && !input_17_1.done && (_a = input_17.return)) _a.call(input_17);
6404
+ if (input_24_1 && !input_24_1.done && (_a = input_24.return)) _a.call(input_24);
6005
6405
  }
6006
- finally { if (e_17) throw e_17.error; }
6406
+ finally { if (e_24) throw e_24.error; }
6007
6407
  }
6008
6408
  return entries;
6009
6409
  };
6010
6410
  var serializeAws_queryPolicyNames = function (input, context) {
6011
- var e_18, _a;
6411
+ var e_25, _a;
6012
6412
  var entries = {};
6013
6413
  var counter = 1;
6014
6414
  try {
6015
- for (var input_18 = __values(input), input_18_1 = input_18.next(); !input_18_1.done; input_18_1 = input_18.next()) {
6016
- var entry = input_18_1.value;
6415
+ for (var input_25 = __values(input), input_25_1 = input_25.next(); !input_25_1.done; input_25_1 = input_25.next()) {
6416
+ var entry = input_25_1.value;
6017
6417
  if (entry === null) {
6018
6418
  continue;
6019
6419
  }
@@ -6021,22 +6421,22 @@ var serializeAws_queryPolicyNames = function (input, context) {
6021
6421
  counter++;
6022
6422
  }
6023
6423
  }
6024
- catch (e_18_1) { e_18 = { error: e_18_1 }; }
6424
+ catch (e_25_1) { e_25 = { error: e_25_1 }; }
6025
6425
  finally {
6026
6426
  try {
6027
- if (input_18_1 && !input_18_1.done && (_a = input_18.return)) _a.call(input_18);
6427
+ if (input_25_1 && !input_25_1.done && (_a = input_25.return)) _a.call(input_25);
6028
6428
  }
6029
- finally { if (e_18) throw e_18.error; }
6429
+ finally { if (e_25) throw e_25.error; }
6030
6430
  }
6031
6431
  return entries;
6032
6432
  };
6033
6433
  var serializeAws_queryPolicyTypes = function (input, context) {
6034
- var e_19, _a;
6434
+ var e_26, _a;
6035
6435
  var entries = {};
6036
6436
  var counter = 1;
6037
6437
  try {
6038
- for (var input_19 = __values(input), input_19_1 = input_19.next(); !input_19_1.done; input_19_1 = input_19.next()) {
6039
- var entry = input_19_1.value;
6438
+ for (var input_26 = __values(input), input_26_1 = input_26.next(); !input_26_1.done; input_26_1 = input_26.next()) {
6439
+ var entry = input_26_1.value;
6040
6440
  if (entry === null) {
6041
6441
  continue;
6042
6442
  }
@@ -6044,12 +6444,12 @@ var serializeAws_queryPolicyTypes = function (input, context) {
6044
6444
  counter++;
6045
6445
  }
6046
6446
  }
6047
- catch (e_19_1) { e_19 = { error: e_19_1 }; }
6447
+ catch (e_26_1) { e_26 = { error: e_26_1 }; }
6048
6448
  finally {
6049
6449
  try {
6050
- if (input_19_1 && !input_19_1.done && (_a = input_19.return)) _a.call(input_19);
6450
+ if (input_26_1 && !input_26_1.done && (_a = input_26.return)) _a.call(input_26);
6051
6451
  }
6052
- finally { if (e_19) throw e_19.error; }
6452
+ finally { if (e_26) throw e_26.error; }
6053
6453
  }
6054
6454
  return entries;
6055
6455
  };
@@ -6119,12 +6519,12 @@ var serializeAws_queryPredictiveScalingMetricSpecification = function (input, co
6119
6519
  return entries;
6120
6520
  };
6121
6521
  var serializeAws_queryPredictiveScalingMetricSpecifications = function (input, context) {
6122
- var e_20, _a;
6522
+ var e_27, _a;
6123
6523
  var entries = {};
6124
6524
  var counter = 1;
6125
6525
  try {
6126
- for (var input_20 = __values(input), input_20_1 = input_20.next(); !input_20_1.done; input_20_1 = input_20.next()) {
6127
- var entry = input_20_1.value;
6526
+ for (var input_27 = __values(input), input_27_1 = input_27.next(); !input_27_1.done; input_27_1 = input_27.next()) {
6527
+ var entry = input_27_1.value;
6128
6528
  if (entry === null) {
6129
6529
  continue;
6130
6530
  }
@@ -6136,12 +6536,12 @@ var serializeAws_queryPredictiveScalingMetricSpecifications = function (input, c
6136
6536
  counter++;
6137
6537
  }
6138
6538
  }
6139
- catch (e_20_1) { e_20 = { error: e_20_1 }; }
6539
+ catch (e_27_1) { e_27 = { error: e_27_1 }; }
6140
6540
  finally {
6141
6541
  try {
6142
- if (input_20_1 && !input_20_1.done && (_a = input_20.return)) _a.call(input_20);
6542
+ if (input_27_1 && !input_27_1.done && (_a = input_27.return)) _a.call(input_27);
6143
6543
  }
6144
- finally { if (e_20) throw e_20.error; }
6544
+ finally { if (e_27) throw e_27.error; }
6145
6545
  }
6146
6546
  return entries;
6147
6547
  };
@@ -6176,12 +6576,12 @@ var serializeAws_queryPredictiveScalingPredefinedScalingMetric = function (input
6176
6576
  return entries;
6177
6577
  };
6178
6578
  var serializeAws_queryProcessNames = function (input, context) {
6179
- var e_21, _a;
6579
+ var e_28, _a;
6180
6580
  var entries = {};
6181
6581
  var counter = 1;
6182
6582
  try {
6183
- for (var input_21 = __values(input), input_21_1 = input_21.next(); !input_21_1.done; input_21_1 = input_21.next()) {
6184
- var entry = input_21_1.value;
6583
+ for (var input_28 = __values(input), input_28_1 = input_28.next(); !input_28_1.done; input_28_1 = input_28.next()) {
6584
+ var entry = input_28_1.value;
6185
6585
  if (entry === null) {
6186
6586
  continue;
6187
6587
  }
@@ -6189,12 +6589,12 @@ var serializeAws_queryProcessNames = function (input, context) {
6189
6589
  counter++;
6190
6590
  }
6191
6591
  }
6192
- catch (e_21_1) { e_21 = { error: e_21_1 }; }
6592
+ catch (e_28_1) { e_28 = { error: e_28_1 }; }
6193
6593
  finally {
6194
6594
  try {
6195
- if (input_21_1 && !input_21_1.done && (_a = input_21.return)) _a.call(input_21);
6595
+ if (input_28_1 && !input_28_1.done && (_a = input_28.return)) _a.call(input_28);
6196
6596
  }
6197
- finally { if (e_21) throw e_21.error; }
6597
+ finally { if (e_28) throw e_28.error; }
6198
6598
  }
6199
6599
  return entries;
6200
6600
  };
@@ -6411,12 +6811,12 @@ var serializeAws_queryScalingProcessQuery = function (input, context) {
6411
6811
  return entries;
6412
6812
  };
6413
6813
  var serializeAws_queryScheduledActionNames = function (input, context) {
6414
- var e_22, _a;
6814
+ var e_29, _a;
6415
6815
  var entries = {};
6416
6816
  var counter = 1;
6417
6817
  try {
6418
- for (var input_22 = __values(input), input_22_1 = input_22.next(); !input_22_1.done; input_22_1 = input_22.next()) {
6419
- var entry = input_22_1.value;
6818
+ for (var input_29 = __values(input), input_29_1 = input_29.next(); !input_29_1.done; input_29_1 = input_29.next()) {
6819
+ var entry = input_29_1.value;
6420
6820
  if (entry === null) {
6421
6821
  continue;
6422
6822
  }
@@ -6424,12 +6824,12 @@ var serializeAws_queryScheduledActionNames = function (input, context) {
6424
6824
  counter++;
6425
6825
  }
6426
6826
  }
6427
- catch (e_22_1) { e_22 = { error: e_22_1 }; }
6827
+ catch (e_29_1) { e_29 = { error: e_29_1 }; }
6428
6828
  finally {
6429
6829
  try {
6430
- if (input_22_1 && !input_22_1.done && (_a = input_22.return)) _a.call(input_22);
6830
+ if (input_29_1 && !input_29_1.done && (_a = input_29.return)) _a.call(input_29);
6431
6831
  }
6432
- finally { if (e_22) throw e_22.error; }
6832
+ finally { if (e_29) throw e_29.error; }
6433
6833
  }
6434
6834
  return entries;
6435
6835
  };
@@ -6462,12 +6862,12 @@ var serializeAws_queryScheduledUpdateGroupActionRequest = function (input, conte
6462
6862
  return entries;
6463
6863
  };
6464
6864
  var serializeAws_queryScheduledUpdateGroupActionRequests = function (input, context) {
6465
- var e_23, _a;
6865
+ var e_30, _a;
6466
6866
  var entries = {};
6467
6867
  var counter = 1;
6468
6868
  try {
6469
- for (var input_23 = __values(input), input_23_1 = input_23.next(); !input_23_1.done; input_23_1 = input_23.next()) {
6470
- var entry = input_23_1.value;
6869
+ for (var input_30 = __values(input), input_30_1 = input_30.next(); !input_30_1.done; input_30_1 = input_30.next()) {
6870
+ var entry = input_30_1.value;
6471
6871
  if (entry === null) {
6472
6872
  continue;
6473
6873
  }
@@ -6479,22 +6879,22 @@ var serializeAws_queryScheduledUpdateGroupActionRequests = function (input, cont
6479
6879
  counter++;
6480
6880
  }
6481
6881
  }
6482
- catch (e_23_1) { e_23 = { error: e_23_1 }; }
6882
+ catch (e_30_1) { e_30 = { error: e_30_1 }; }
6483
6883
  finally {
6484
6884
  try {
6485
- if (input_23_1 && !input_23_1.done && (_a = input_23.return)) _a.call(input_23);
6885
+ if (input_30_1 && !input_30_1.done && (_a = input_30.return)) _a.call(input_30);
6486
6886
  }
6487
- finally { if (e_23) throw e_23.error; }
6887
+ finally { if (e_30) throw e_30.error; }
6488
6888
  }
6489
6889
  return entries;
6490
6890
  };
6491
6891
  var serializeAws_querySecurityGroups = function (input, context) {
6492
- var e_24, _a;
6892
+ var e_31, _a;
6493
6893
  var entries = {};
6494
6894
  var counter = 1;
6495
6895
  try {
6496
- for (var input_24 = __values(input), input_24_1 = input_24.next(); !input_24_1.done; input_24_1 = input_24.next()) {
6497
- var entry = input_24_1.value;
6896
+ for (var input_31 = __values(input), input_31_1 = input_31.next(); !input_31_1.done; input_31_1 = input_31.next()) {
6897
+ var entry = input_31_1.value;
6498
6898
  if (entry === null) {
6499
6899
  continue;
6500
6900
  }
@@ -6502,12 +6902,12 @@ var serializeAws_querySecurityGroups = function (input, context) {
6502
6902
  counter++;
6503
6903
  }
6504
6904
  }
6505
- catch (e_24_1) { e_24 = { error: e_24_1 }; }
6905
+ catch (e_31_1) { e_31 = { error: e_31_1 }; }
6506
6906
  finally {
6507
6907
  try {
6508
- if (input_24_1 && !input_24_1.done && (_a = input_24.return)) _a.call(input_24);
6908
+ if (input_31_1 && !input_31_1.done && (_a = input_31.return)) _a.call(input_31);
6509
6909
  }
6510
- finally { if (e_24) throw e_24.error; }
6910
+ finally { if (e_31) throw e_31.error; }
6511
6911
  }
6512
6912
  return entries;
6513
6913
  };
@@ -6595,12 +6995,12 @@ var serializeAws_queryStepAdjustment = function (input, context) {
6595
6995
  return entries;
6596
6996
  };
6597
6997
  var serializeAws_queryStepAdjustments = function (input, context) {
6598
- var e_25, _a;
6998
+ var e_32, _a;
6599
6999
  var entries = {};
6600
7000
  var counter = 1;
6601
7001
  try {
6602
- for (var input_25 = __values(input), input_25_1 = input_25.next(); !input_25_1.done; input_25_1 = input_25.next()) {
6603
- var entry = input_25_1.value;
7002
+ for (var input_32 = __values(input), input_32_1 = input_32.next(); !input_32_1.done; input_32_1 = input_32.next()) {
7003
+ var entry = input_32_1.value;
6604
7004
  if (entry === null) {
6605
7005
  continue;
6606
7006
  }
@@ -6612,12 +7012,12 @@ var serializeAws_queryStepAdjustments = function (input, context) {
6612
7012
  counter++;
6613
7013
  }
6614
7014
  }
6615
- catch (e_25_1) { e_25 = { error: e_25_1 }; }
7015
+ catch (e_32_1) { e_32 = { error: e_32_1 }; }
6616
7016
  finally {
6617
7017
  try {
6618
- if (input_25_1 && !input_25_1.done && (_a = input_25.return)) _a.call(input_25);
7018
+ if (input_32_1 && !input_32_1.done && (_a = input_32.return)) _a.call(input_32);
6619
7019
  }
6620
- finally { if (e_25) throw e_25.error; }
7020
+ finally { if (e_32) throw e_32.error; }
6621
7021
  }
6622
7022
  return entries;
6623
7023
  };
@@ -6641,12 +7041,12 @@ var serializeAws_queryTag = function (input, context) {
6641
7041
  return entries;
6642
7042
  };
6643
7043
  var serializeAws_queryTags = function (input, context) {
6644
- var e_26, _a;
7044
+ var e_33, _a;
6645
7045
  var entries = {};
6646
7046
  var counter = 1;
6647
7047
  try {
6648
- for (var input_26 = __values(input), input_26_1 = input_26.next(); !input_26_1.done; input_26_1 = input_26.next()) {
6649
- var entry = input_26_1.value;
7048
+ for (var input_33 = __values(input), input_33_1 = input_33.next(); !input_33_1.done; input_33_1 = input_33.next()) {
7049
+ var entry = input_33_1.value;
6650
7050
  if (entry === null) {
6651
7051
  continue;
6652
7052
  }
@@ -6658,22 +7058,22 @@ var serializeAws_queryTags = function (input, context) {
6658
7058
  counter++;
6659
7059
  }
6660
7060
  }
6661
- catch (e_26_1) { e_26 = { error: e_26_1 }; }
7061
+ catch (e_33_1) { e_33 = { error: e_33_1 }; }
6662
7062
  finally {
6663
7063
  try {
6664
- if (input_26_1 && !input_26_1.done && (_a = input_26.return)) _a.call(input_26);
7064
+ if (input_33_1 && !input_33_1.done && (_a = input_33.return)) _a.call(input_33);
6665
7065
  }
6666
- finally { if (e_26) throw e_26.error; }
7066
+ finally { if (e_33) throw e_33.error; }
6667
7067
  }
6668
7068
  return entries;
6669
7069
  };
6670
7070
  var serializeAws_queryTargetGroupARNs = function (input, context) {
6671
- var e_27, _a;
7071
+ var e_34, _a;
6672
7072
  var entries = {};
6673
7073
  var counter = 1;
6674
7074
  try {
6675
- for (var input_27 = __values(input), input_27_1 = input_27.next(); !input_27_1.done; input_27_1 = input_27.next()) {
6676
- var entry = input_27_1.value;
7075
+ for (var input_34 = __values(input), input_34_1 = input_34.next(); !input_34_1.done; input_34_1 = input_34.next()) {
7076
+ var entry = input_34_1.value;
6677
7077
  if (entry === null) {
6678
7078
  continue;
6679
7079
  }
@@ -6681,12 +7081,12 @@ var serializeAws_queryTargetGroupARNs = function (input, context) {
6681
7081
  counter++;
6682
7082
  }
6683
7083
  }
6684
- catch (e_27_1) { e_27 = { error: e_27_1 }; }
7084
+ catch (e_34_1) { e_34 = { error: e_34_1 }; }
6685
7085
  finally {
6686
7086
  try {
6687
- if (input_27_1 && !input_27_1.done && (_a = input_27.return)) _a.call(input_27);
7087
+ if (input_34_1 && !input_34_1.done && (_a = input_34.return)) _a.call(input_34);
6688
7088
  }
6689
- finally { if (e_27) throw e_27.error; }
7089
+ finally { if (e_34) throw e_34.error; }
6690
7090
  }
6691
7091
  return entries;
6692
7092
  };
@@ -6727,12 +7127,12 @@ var serializeAws_queryTerminateInstanceInAutoScalingGroupType = function (input,
6727
7127
  return entries;
6728
7128
  };
6729
7129
  var serializeAws_queryTerminationPolicies = function (input, context) {
6730
- var e_28, _a;
7130
+ var e_35, _a;
6731
7131
  var entries = {};
6732
7132
  var counter = 1;
6733
7133
  try {
6734
- for (var input_28 = __values(input), input_28_1 = input_28.next(); !input_28_1.done; input_28_1 = input_28.next()) {
6735
- var entry = input_28_1.value;
7134
+ for (var input_35 = __values(input), input_35_1 = input_35.next(); !input_35_1.done; input_35_1 = input_35.next()) {
7135
+ var entry = input_35_1.value;
6736
7136
  if (entry === null) {
6737
7137
  continue;
6738
7138
  }
@@ -6740,12 +7140,22 @@ var serializeAws_queryTerminationPolicies = function (input, context) {
6740
7140
  counter++;
6741
7141
  }
6742
7142
  }
6743
- catch (e_28_1) { e_28 = { error: e_28_1 }; }
7143
+ catch (e_35_1) { e_35 = { error: e_35_1 }; }
6744
7144
  finally {
6745
7145
  try {
6746
- if (input_28_1 && !input_28_1.done && (_a = input_28.return)) _a.call(input_28);
7146
+ if (input_35_1 && !input_35_1.done && (_a = input_35.return)) _a.call(input_35);
6747
7147
  }
6748
- finally { if (e_28) throw e_28.error; }
7148
+ finally { if (e_35) throw e_35.error; }
7149
+ }
7150
+ return entries;
7151
+ };
7152
+ var serializeAws_queryTotalLocalStorageGBRequest = function (input, context) {
7153
+ var entries = {};
7154
+ if (input.Min !== undefined && input.Min !== null) {
7155
+ entries["Min"] = __serializeFloat(input.Min);
7156
+ }
7157
+ if (input.Max !== undefined && input.Max !== null) {
7158
+ entries["Max"] = __serializeFloat(input.Max);
6749
7159
  }
6750
7160
  return entries;
6751
7161
  };
@@ -6828,15 +7238,18 @@ var serializeAws_queryUpdateAutoScalingGroupType = function (input, context) {
6828
7238
  if (input.Context !== undefined && input.Context !== null) {
6829
7239
  entries["Context"] = input.Context;
6830
7240
  }
7241
+ if (input.DesiredCapacityType !== undefined && input.DesiredCapacityType !== null) {
7242
+ entries["DesiredCapacityType"] = input.DesiredCapacityType;
7243
+ }
6831
7244
  return entries;
6832
7245
  };
6833
7246
  var serializeAws_queryValues = function (input, context) {
6834
- var e_29, _a;
7247
+ var e_36, _a;
6835
7248
  var entries = {};
6836
7249
  var counter = 1;
6837
7250
  try {
6838
- for (var input_29 = __values(input), input_29_1 = input_29.next(); !input_29_1.done; input_29_1 = input_29.next()) {
6839
- var entry = input_29_1.value;
7251
+ for (var input_36 = __values(input), input_36_1 = input_36.next(); !input_36_1.done; input_36_1 = input_36.next()) {
7252
+ var entry = input_36_1.value;
6840
7253
  if (entry === null) {
6841
7254
  continue;
6842
7255
  }
@@ -6844,15 +7257,81 @@ var serializeAws_queryValues = function (input, context) {
6844
7257
  counter++;
6845
7258
  }
6846
7259
  }
6847
- catch (e_29_1) { e_29 = { error: e_29_1 }; }
7260
+ catch (e_36_1) { e_36 = { error: e_36_1 }; }
6848
7261
  finally {
6849
7262
  try {
6850
- if (input_29_1 && !input_29_1.done && (_a = input_29.return)) _a.call(input_29);
7263
+ if (input_36_1 && !input_36_1.done && (_a = input_36.return)) _a.call(input_36);
6851
7264
  }
6852
- finally { if (e_29) throw e_29.error; }
7265
+ finally { if (e_36) throw e_36.error; }
7266
+ }
7267
+ return entries;
7268
+ };
7269
+ var serializeAws_queryVCpuCountRequest = function (input, context) {
7270
+ var entries = {};
7271
+ if (input.Min !== undefined && input.Min !== null) {
7272
+ entries["Min"] = input.Min;
7273
+ }
7274
+ if (input.Max !== undefined && input.Max !== null) {
7275
+ entries["Max"] = input.Max;
6853
7276
  }
6854
7277
  return entries;
6855
7278
  };
7279
+ var deserializeAws_queryAcceleratorCountRequest = function (output, context) {
7280
+ var contents = {
7281
+ Min: undefined,
7282
+ Max: undefined,
7283
+ };
7284
+ if (output["Min"] !== undefined) {
7285
+ contents.Min = __strictParseInt32(output["Min"]);
7286
+ }
7287
+ if (output["Max"] !== undefined) {
7288
+ contents.Max = __strictParseInt32(output["Max"]);
7289
+ }
7290
+ return contents;
7291
+ };
7292
+ var deserializeAws_queryAcceleratorManufacturers = function (output, context) {
7293
+ return (output || [])
7294
+ .filter(function (e) { return e != null; })
7295
+ .map(function (entry) {
7296
+ if (entry === null) {
7297
+ return null;
7298
+ }
7299
+ return __expectString(entry);
7300
+ });
7301
+ };
7302
+ var deserializeAws_queryAcceleratorNames = function (output, context) {
7303
+ return (output || [])
7304
+ .filter(function (e) { return e != null; })
7305
+ .map(function (entry) {
7306
+ if (entry === null) {
7307
+ return null;
7308
+ }
7309
+ return __expectString(entry);
7310
+ });
7311
+ };
7312
+ var deserializeAws_queryAcceleratorTotalMemoryMiBRequest = function (output, context) {
7313
+ var contents = {
7314
+ Min: undefined,
7315
+ Max: undefined,
7316
+ };
7317
+ if (output["Min"] !== undefined) {
7318
+ contents.Min = __strictParseInt32(output["Min"]);
7319
+ }
7320
+ if (output["Max"] !== undefined) {
7321
+ contents.Max = __strictParseInt32(output["Max"]);
7322
+ }
7323
+ return contents;
7324
+ };
7325
+ var deserializeAws_queryAcceleratorTypes = function (output, context) {
7326
+ return (output || [])
7327
+ .filter(function (e) { return e != null; })
7328
+ .map(function (entry) {
7329
+ if (entry === null) {
7330
+ return null;
7331
+ }
7332
+ return __expectString(entry);
7333
+ });
7334
+ };
6856
7335
  var deserializeAws_queryActiveInstanceRefreshNotFoundFault = function (output, context) {
6857
7336
  var contents = {
6858
7337
  message: undefined,
@@ -7042,6 +7521,7 @@ var deserializeAws_queryAutoScalingGroup = function (output, context) {
7042
7521
  WarmPoolConfiguration: undefined,
7043
7522
  WarmPoolSize: undefined,
7044
7523
  Context: undefined,
7524
+ DesiredCapacityType: undefined,
7045
7525
  };
7046
7526
  if (output["AutoScalingGroupName"] !== undefined) {
7047
7527
  contents.AutoScalingGroupName = __expectString(output["AutoScalingGroupName"]);
@@ -7160,6 +7640,9 @@ var deserializeAws_queryAutoScalingGroup = function (output, context) {
7160
7640
  if (output["Context"] !== undefined) {
7161
7641
  contents.Context = __expectString(output["Context"]);
7162
7642
  }
7643
+ if (output["DesiredCapacityType"] !== undefined) {
7644
+ contents.DesiredCapacityType = __expectString(output["DesiredCapacityType"]);
7645
+ }
7163
7646
  return contents;
7164
7647
  };
7165
7648
  var deserializeAws_queryAutoScalingGroups = function (output, context) {
@@ -7279,6 +7762,19 @@ var deserializeAws_queryAvailabilityZones = function (output, context) {
7279
7762
  return __expectString(entry);
7280
7763
  });
7281
7764
  };
7765
+ var deserializeAws_queryBaselineEbsBandwidthMbpsRequest = function (output, context) {
7766
+ var contents = {
7767
+ Min: undefined,
7768
+ Max: undefined,
7769
+ };
7770
+ if (output["Min"] !== undefined) {
7771
+ contents.Min = __strictParseInt32(output["Min"]);
7772
+ }
7773
+ if (output["Max"] !== undefined) {
7774
+ contents.Max = __strictParseInt32(output["Max"]);
7775
+ }
7776
+ return contents;
7777
+ };
7282
7778
  var deserializeAws_queryBatchDeleteScheduledActionAnswer = function (output, context) {
7283
7779
  var contents = {
7284
7780
  FailedScheduledActions: undefined,
@@ -7387,6 +7883,16 @@ var deserializeAws_queryCompleteLifecycleActionAnswer = function (output, contex
7387
7883
  var contents = {};
7388
7884
  return contents;
7389
7885
  };
7886
+ var deserializeAws_queryCpuManufacturers = function (output, context) {
7887
+ return (output || [])
7888
+ .filter(function (e) { return e != null; })
7889
+ .map(function (entry) {
7890
+ if (entry === null) {
7891
+ return null;
7892
+ }
7893
+ return __expectString(entry);
7894
+ });
7895
+ };
7390
7896
  var deserializeAws_queryCustomizedMetricSpecification = function (output, context) {
7391
7897
  var contents = {
7392
7898
  MetricName: undefined,
@@ -7710,6 +8216,16 @@ var deserializeAws_queryEnterStandbyAnswer = function (output, context) {
7710
8216
  }
7711
8217
  return contents;
7712
8218
  };
8219
+ var deserializeAws_queryExcludedInstanceTypes = function (output, context) {
8220
+ return (output || [])
8221
+ .filter(function (e) { return e != null; })
8222
+ .map(function (entry) {
8223
+ if (entry === null) {
8224
+ return null;
8225
+ }
8226
+ return __expectString(entry);
8227
+ });
8228
+ };
7713
8229
  var deserializeAws_queryExitStandbyAnswer = function (output, context) {
7714
8230
  var contents = {
7715
8231
  Activities: undefined,
@@ -7810,6 +8326,16 @@ var deserializeAws_queryInstance = function (output, context) {
7810
8326
  }
7811
8327
  return contents;
7812
8328
  };
8329
+ var deserializeAws_queryInstanceGenerations = function (output, context) {
8330
+ return (output || [])
8331
+ .filter(function (e) { return e != null; })
8332
+ .map(function (entry) {
8333
+ if (entry === null) {
8334
+ return null;
8335
+ }
8336
+ return __expectString(entry);
8337
+ });
8338
+ };
7813
8339
  var deserializeAws_queryInstanceMetadataOptions = function (output, context) {
7814
8340
  var contents = {
7815
8341
  HttpTokens: undefined,
@@ -7943,6 +8469,116 @@ var deserializeAws_queryInstanceRefreshWarmPoolProgress = function (output, cont
7943
8469
  }
7944
8470
  return contents;
7945
8471
  };
8472
+ var deserializeAws_queryInstanceRequirements = function (output, context) {
8473
+ var contents = {
8474
+ VCpuCount: undefined,
8475
+ MemoryMiB: undefined,
8476
+ CpuManufacturers: undefined,
8477
+ MemoryGiBPerVCpu: undefined,
8478
+ ExcludedInstanceTypes: undefined,
8479
+ InstanceGenerations: undefined,
8480
+ SpotMaxPricePercentageOverLowestPrice: undefined,
8481
+ OnDemandMaxPricePercentageOverLowestPrice: undefined,
8482
+ BareMetal: undefined,
8483
+ BurstablePerformance: undefined,
8484
+ RequireHibernateSupport: undefined,
8485
+ NetworkInterfaceCount: undefined,
8486
+ LocalStorage: undefined,
8487
+ LocalStorageTypes: undefined,
8488
+ TotalLocalStorageGB: undefined,
8489
+ BaselineEbsBandwidthMbps: undefined,
8490
+ AcceleratorTypes: undefined,
8491
+ AcceleratorCount: undefined,
8492
+ AcceleratorManufacturers: undefined,
8493
+ AcceleratorNames: undefined,
8494
+ AcceleratorTotalMemoryMiB: undefined,
8495
+ };
8496
+ if (output["VCpuCount"] !== undefined) {
8497
+ contents.VCpuCount = deserializeAws_queryVCpuCountRequest(output["VCpuCount"], context);
8498
+ }
8499
+ if (output["MemoryMiB"] !== undefined) {
8500
+ contents.MemoryMiB = deserializeAws_queryMemoryMiBRequest(output["MemoryMiB"], context);
8501
+ }
8502
+ if (output.CpuManufacturers === "") {
8503
+ contents.CpuManufacturers = [];
8504
+ }
8505
+ if (output["CpuManufacturers"] !== undefined && output["CpuManufacturers"]["member"] !== undefined) {
8506
+ contents.CpuManufacturers = deserializeAws_queryCpuManufacturers(__getArrayIfSingleItem(output["CpuManufacturers"]["member"]), context);
8507
+ }
8508
+ if (output["MemoryGiBPerVCpu"] !== undefined) {
8509
+ contents.MemoryGiBPerVCpu = deserializeAws_queryMemoryGiBPerVCpuRequest(output["MemoryGiBPerVCpu"], context);
8510
+ }
8511
+ if (output.ExcludedInstanceTypes === "") {
8512
+ contents.ExcludedInstanceTypes = [];
8513
+ }
8514
+ if (output["ExcludedInstanceTypes"] !== undefined && output["ExcludedInstanceTypes"]["member"] !== undefined) {
8515
+ contents.ExcludedInstanceTypes = deserializeAws_queryExcludedInstanceTypes(__getArrayIfSingleItem(output["ExcludedInstanceTypes"]["member"]), context);
8516
+ }
8517
+ if (output.InstanceGenerations === "") {
8518
+ contents.InstanceGenerations = [];
8519
+ }
8520
+ if (output["InstanceGenerations"] !== undefined && output["InstanceGenerations"]["member"] !== undefined) {
8521
+ contents.InstanceGenerations = deserializeAws_queryInstanceGenerations(__getArrayIfSingleItem(output["InstanceGenerations"]["member"]), context);
8522
+ }
8523
+ if (output["SpotMaxPricePercentageOverLowestPrice"] !== undefined) {
8524
+ contents.SpotMaxPricePercentageOverLowestPrice = __strictParseInt32(output["SpotMaxPricePercentageOverLowestPrice"]);
8525
+ }
8526
+ if (output["OnDemandMaxPricePercentageOverLowestPrice"] !== undefined) {
8527
+ contents.OnDemandMaxPricePercentageOverLowestPrice = __strictParseInt32(output["OnDemandMaxPricePercentageOverLowestPrice"]);
8528
+ }
8529
+ if (output["BareMetal"] !== undefined) {
8530
+ contents.BareMetal = __expectString(output["BareMetal"]);
8531
+ }
8532
+ if (output["BurstablePerformance"] !== undefined) {
8533
+ contents.BurstablePerformance = __expectString(output["BurstablePerformance"]);
8534
+ }
8535
+ if (output["RequireHibernateSupport"] !== undefined) {
8536
+ contents.RequireHibernateSupport = __parseBoolean(output["RequireHibernateSupport"]);
8537
+ }
8538
+ if (output["NetworkInterfaceCount"] !== undefined) {
8539
+ contents.NetworkInterfaceCount = deserializeAws_queryNetworkInterfaceCountRequest(output["NetworkInterfaceCount"], context);
8540
+ }
8541
+ if (output["LocalStorage"] !== undefined) {
8542
+ contents.LocalStorage = __expectString(output["LocalStorage"]);
8543
+ }
8544
+ if (output.LocalStorageTypes === "") {
8545
+ contents.LocalStorageTypes = [];
8546
+ }
8547
+ if (output["LocalStorageTypes"] !== undefined && output["LocalStorageTypes"]["member"] !== undefined) {
8548
+ contents.LocalStorageTypes = deserializeAws_queryLocalStorageTypes(__getArrayIfSingleItem(output["LocalStorageTypes"]["member"]), context);
8549
+ }
8550
+ if (output["TotalLocalStorageGB"] !== undefined) {
8551
+ contents.TotalLocalStorageGB = deserializeAws_queryTotalLocalStorageGBRequest(output["TotalLocalStorageGB"], context);
8552
+ }
8553
+ if (output["BaselineEbsBandwidthMbps"] !== undefined) {
8554
+ contents.BaselineEbsBandwidthMbps = deserializeAws_queryBaselineEbsBandwidthMbpsRequest(output["BaselineEbsBandwidthMbps"], context);
8555
+ }
8556
+ if (output.AcceleratorTypes === "") {
8557
+ contents.AcceleratorTypes = [];
8558
+ }
8559
+ if (output["AcceleratorTypes"] !== undefined && output["AcceleratorTypes"]["member"] !== undefined) {
8560
+ contents.AcceleratorTypes = deserializeAws_queryAcceleratorTypes(__getArrayIfSingleItem(output["AcceleratorTypes"]["member"]), context);
8561
+ }
8562
+ if (output["AcceleratorCount"] !== undefined) {
8563
+ contents.AcceleratorCount = deserializeAws_queryAcceleratorCountRequest(output["AcceleratorCount"], context);
8564
+ }
8565
+ if (output.AcceleratorManufacturers === "") {
8566
+ contents.AcceleratorManufacturers = [];
8567
+ }
8568
+ if (output["AcceleratorManufacturers"] !== undefined && output["AcceleratorManufacturers"]["member"] !== undefined) {
8569
+ contents.AcceleratorManufacturers = deserializeAws_queryAcceleratorManufacturers(__getArrayIfSingleItem(output["AcceleratorManufacturers"]["member"]), context);
8570
+ }
8571
+ if (output.AcceleratorNames === "") {
8572
+ contents.AcceleratorNames = [];
8573
+ }
8574
+ if (output["AcceleratorNames"] !== undefined && output["AcceleratorNames"]["member"] !== undefined) {
8575
+ contents.AcceleratorNames = deserializeAws_queryAcceleratorNames(__getArrayIfSingleItem(output["AcceleratorNames"]["member"]), context);
8576
+ }
8577
+ if (output["AcceleratorTotalMemoryMiB"] !== undefined) {
8578
+ contents.AcceleratorTotalMemoryMiB = deserializeAws_queryAcceleratorTotalMemoryMiBRequest(output["AcceleratorTotalMemoryMiB"], context);
8579
+ }
8580
+ return contents;
8581
+ };
7946
8582
  var deserializeAws_queryInstances = function (output, context) {
7947
8583
  return (output || [])
7948
8584
  .filter(function (e) { return e != null; })
@@ -8133,6 +8769,7 @@ var deserializeAws_queryLaunchTemplateOverrides = function (output, context) {
8133
8769
  InstanceType: undefined,
8134
8770
  WeightedCapacity: undefined,
8135
8771
  LaunchTemplateSpecification: undefined,
8772
+ InstanceRequirements: undefined,
8136
8773
  };
8137
8774
  if (output["InstanceType"] !== undefined) {
8138
8775
  contents.InstanceType = __expectString(output["InstanceType"]);
@@ -8143,6 +8780,9 @@ var deserializeAws_queryLaunchTemplateOverrides = function (output, context) {
8143
8780
  if (output["LaunchTemplateSpecification"] !== undefined) {
8144
8781
  contents.LaunchTemplateSpecification = deserializeAws_queryLaunchTemplateSpecification(output["LaunchTemplateSpecification"], context);
8145
8782
  }
8783
+ if (output["InstanceRequirements"] !== undefined) {
8784
+ contents.InstanceRequirements = deserializeAws_queryInstanceRequirements(output["InstanceRequirements"], context);
8785
+ }
8146
8786
  return contents;
8147
8787
  };
8148
8788
  var deserializeAws_queryLaunchTemplateSpecification = function (output, context) {
@@ -8311,6 +8951,42 @@ var deserializeAws_queryLoadForecasts = function (output, context) {
8311
8951
  return deserializeAws_queryLoadForecast(entry, context);
8312
8952
  });
8313
8953
  };
8954
+ var deserializeAws_queryLocalStorageTypes = function (output, context) {
8955
+ return (output || [])
8956
+ .filter(function (e) { return e != null; })
8957
+ .map(function (entry) {
8958
+ if (entry === null) {
8959
+ return null;
8960
+ }
8961
+ return __expectString(entry);
8962
+ });
8963
+ };
8964
+ var deserializeAws_queryMemoryGiBPerVCpuRequest = function (output, context) {
8965
+ var contents = {
8966
+ Min: undefined,
8967
+ Max: undefined,
8968
+ };
8969
+ if (output["Min"] !== undefined) {
8970
+ contents.Min = __strictParseFloat(output["Min"]);
8971
+ }
8972
+ if (output["Max"] !== undefined) {
8973
+ contents.Max = __strictParseFloat(output["Max"]);
8974
+ }
8975
+ return contents;
8976
+ };
8977
+ var deserializeAws_queryMemoryMiBRequest = function (output, context) {
8978
+ var contents = {
8979
+ Min: undefined,
8980
+ Max: undefined,
8981
+ };
8982
+ if (output["Min"] !== undefined) {
8983
+ contents.Min = __strictParseInt32(output["Min"]);
8984
+ }
8985
+ if (output["Max"] !== undefined) {
8986
+ contents.Max = __strictParseInt32(output["Max"]);
8987
+ }
8988
+ return contents;
8989
+ };
8314
8990
  var deserializeAws_queryMetricCollectionType = function (output, context) {
8315
8991
  var contents = {
8316
8992
  Metric: undefined,
@@ -8385,6 +9061,19 @@ var deserializeAws_queryMixedInstancesPolicy = function (output, context) {
8385
9061
  }
8386
9062
  return contents;
8387
9063
  };
9064
+ var deserializeAws_queryNetworkInterfaceCountRequest = function (output, context) {
9065
+ var contents = {
9066
+ Min: undefined,
9067
+ Max: undefined,
9068
+ };
9069
+ if (output["Min"] !== undefined) {
9070
+ contents.Min = __strictParseInt32(output["Min"]);
9071
+ }
9072
+ if (output["Max"] !== undefined) {
9073
+ contents.Max = __strictParseInt32(output["Max"]);
9074
+ }
9075
+ return contents;
9076
+ };
8388
9077
  var deserializeAws_queryNotificationConfiguration = function (output, context) {
8389
9078
  var contents = {
8390
9079
  AutoScalingGroupName: undefined,
@@ -9018,6 +9707,32 @@ var deserializeAws_queryTerminationPolicies = function (output, context) {
9018
9707
  return __expectString(entry);
9019
9708
  });
9020
9709
  };
9710
+ var deserializeAws_queryTotalLocalStorageGBRequest = function (output, context) {
9711
+ var contents = {
9712
+ Min: undefined,
9713
+ Max: undefined,
9714
+ };
9715
+ if (output["Min"] !== undefined) {
9716
+ contents.Min = __strictParseFloat(output["Min"]);
9717
+ }
9718
+ if (output["Max"] !== undefined) {
9719
+ contents.Max = __strictParseFloat(output["Max"]);
9720
+ }
9721
+ return contents;
9722
+ };
9723
+ var deserializeAws_queryVCpuCountRequest = function (output, context) {
9724
+ var contents = {
9725
+ Min: undefined,
9726
+ Max: undefined,
9727
+ };
9728
+ if (output["Min"] !== undefined) {
9729
+ contents.Min = __strictParseInt32(output["Min"]);
9730
+ }
9731
+ if (output["Max"] !== undefined) {
9732
+ contents.Max = __strictParseInt32(output["Max"]);
9733
+ }
9734
+ return contents;
9735
+ };
9021
9736
  var deserializeAws_queryWarmPoolConfiguration = function (output, context) {
9022
9737
  var contents = {
9023
9738
  MaxGroupPreparedCapacity: undefined,