@aws-sdk/client-auto-scaling 3.696.0 → 3.699.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.
@@ -1830,6 +1830,17 @@ const se_BaselineEbsBandwidthMbpsRequest = (input, context) => {
1830
1830
  }
1831
1831
  return entries;
1832
1832
  };
1833
+ const se_BaselinePerformanceFactorsRequest = (input, context) => {
1834
+ const entries = {};
1835
+ if (input[_C] != null) {
1836
+ const memberEntries = se_CpuPerformanceFactorRequest(input[_C], context);
1837
+ Object.entries(memberEntries).forEach(([key, value]) => {
1838
+ const loc = `Cpu.${key}`;
1839
+ entries[loc] = value;
1840
+ });
1841
+ }
1842
+ return entries;
1843
+ };
1833
1844
  const se_BatchDeleteScheduledActionType = (input, context) => {
1834
1845
  const entries = {};
1835
1846
  if (input[_ASGN] != null) {
@@ -1906,6 +1917,68 @@ const se_CancelInstanceRefreshType = (input, context) => {
1906
1917
  }
1907
1918
  return entries;
1908
1919
  };
1920
+ const se_CapacityReservationIds = (input, context) => {
1921
+ const entries = {};
1922
+ let counter = 1;
1923
+ for (const entry of input) {
1924
+ if (entry === null) {
1925
+ continue;
1926
+ }
1927
+ entries[`member.${counter}`] = entry;
1928
+ counter++;
1929
+ }
1930
+ return entries;
1931
+ };
1932
+ const se_CapacityReservationResourceGroupArns = (input, context) => {
1933
+ const entries = {};
1934
+ let counter = 1;
1935
+ for (const entry of input) {
1936
+ if (entry === null) {
1937
+ continue;
1938
+ }
1939
+ entries[`member.${counter}`] = entry;
1940
+ counter++;
1941
+ }
1942
+ return entries;
1943
+ };
1944
+ const se_CapacityReservationSpecification = (input, context) => {
1945
+ const entries = {};
1946
+ if (input[_CRP] != null) {
1947
+ entries[_CRP] = input[_CRP];
1948
+ }
1949
+ if (input[_CRT] != null) {
1950
+ const memberEntries = se_CapacityReservationTarget(input[_CRT], context);
1951
+ Object.entries(memberEntries).forEach(([key, value]) => {
1952
+ const loc = `CapacityReservationTarget.${key}`;
1953
+ entries[loc] = value;
1954
+ });
1955
+ }
1956
+ return entries;
1957
+ };
1958
+ const se_CapacityReservationTarget = (input, context) => {
1959
+ const entries = {};
1960
+ if (input[_CRI] != null) {
1961
+ const memberEntries = se_CapacityReservationIds(input[_CRI], context);
1962
+ if (input[_CRI]?.length === 0) {
1963
+ entries.CapacityReservationIds = [];
1964
+ }
1965
+ Object.entries(memberEntries).forEach(([key, value]) => {
1966
+ const loc = `CapacityReservationIds.${key}`;
1967
+ entries[loc] = value;
1968
+ });
1969
+ }
1970
+ if (input[_CRRGA] != null) {
1971
+ const memberEntries = se_CapacityReservationResourceGroupArns(input[_CRRGA], context);
1972
+ if (input[_CRRGA]?.length === 0) {
1973
+ entries.CapacityReservationResourceGroupArns = [];
1974
+ }
1975
+ Object.entries(memberEntries).forEach(([key, value]) => {
1976
+ const loc = `CapacityReservationResourceGroupArns.${key}`;
1977
+ entries[loc] = value;
1978
+ });
1979
+ }
1980
+ return entries;
1981
+ };
1909
1982
  const se_CheckpointPercentages = (input, context) => {
1910
1983
  const entries = {};
1911
1984
  let counter = 1;
@@ -1961,6 +2034,20 @@ const se_CpuManufacturers = (input, context) => {
1961
2034
  }
1962
2035
  return entries;
1963
2036
  };
2037
+ const se_CpuPerformanceFactorRequest = (input, context) => {
2038
+ const entries = {};
2039
+ if (input[_R] != null) {
2040
+ const memberEntries = se_PerformanceFactorReferenceSetRequest(input[_R], context);
2041
+ if (input[_R]?.length === 0) {
2042
+ entries.Reference = [];
2043
+ }
2044
+ Object.entries(memberEntries).forEach(([key, value]) => {
2045
+ const loc = `Reference.${key}`;
2046
+ entries[loc] = value;
2047
+ });
2048
+ }
2049
+ return entries;
2050
+ };
1964
2051
  const se_CreateAutoScalingGroupType = (input, context) => {
1965
2052
  const entries = {};
1966
2053
  if (input[_ASGN] != null) {
@@ -2082,8 +2169,8 @@ const se_CreateAutoScalingGroupType = (input, context) => {
2082
2169
  if (input[_MIL] != null) {
2083
2170
  entries[_MIL] = input[_MIL];
2084
2171
  }
2085
- if (input[_C] != null) {
2086
- entries[_C] = input[_C];
2172
+ if (input[_Co] != null) {
2173
+ entries[_Co] = input[_Co];
2087
2174
  }
2088
2175
  if (input[_DCT] != null) {
2089
2176
  entries[_DCT] = input[_DCT];
@@ -2125,6 +2212,13 @@ const se_CreateAutoScalingGroupType = (input, context) => {
2125
2212
  if (input[_SZSV] != null) {
2126
2213
  entries[_SZSV] = input[_SZSV];
2127
2214
  }
2215
+ if (input[_CRS] != null) {
2216
+ const memberEntries = se_CapacityReservationSpecification(input[_CRS], context);
2217
+ Object.entries(memberEntries).forEach(([key, value]) => {
2218
+ const loc = `CapacityReservationSpecification.${key}`;
2219
+ entries[loc] = value;
2220
+ });
2221
+ }
2128
2222
  return entries;
2129
2223
  };
2130
2224
  const se_CreateLaunchConfigurationType = (input, context) => {
@@ -2255,6 +2349,9 @@ const se_CustomizedMetricSpecification = (input, context) => {
2255
2349
  if (input[_U] != null) {
2256
2350
  entries[_U] = input[_U];
2257
2351
  }
2352
+ if (input[_P] != null) {
2353
+ entries[_P] = input[_P];
2354
+ }
2258
2355
  if (input[_Me] != null) {
2259
2356
  const memberEntries = se_TargetTrackingMetricDataQueries(input[_Me], context);
2260
2357
  if (input[_Me]?.length === 0) {
@@ -3083,6 +3180,13 @@ const se_InstanceRequirements = (input, context) => {
3083
3180
  entries[loc] = value;
3084
3181
  });
3085
3182
  }
3183
+ if (input[_BPF] != null) {
3184
+ const memberEntries = se_BaselinePerformanceFactorsRequest(input[_BPF], context);
3185
+ Object.entries(memberEntries).forEach(([key, value]) => {
3186
+ const loc = `BaselinePerformanceFactors.${key}`;
3187
+ entries[loc] = value;
3188
+ });
3189
+ }
3086
3190
  return entries;
3087
3191
  };
3088
3192
  const se_InstanceReusePolicy = (input, context) => {
@@ -3472,6 +3576,28 @@ const se_Overrides = (input, context) => {
3472
3576
  }
3473
3577
  return entries;
3474
3578
  };
3579
+ const se_PerformanceFactorReferenceRequest = (input, context) => {
3580
+ const entries = {};
3581
+ if (input[_IF] != null) {
3582
+ entries[_IF] = input[_IF];
3583
+ }
3584
+ return entries;
3585
+ };
3586
+ const se_PerformanceFactorReferenceSetRequest = (input, context) => {
3587
+ const entries = {};
3588
+ let counter = 1;
3589
+ for (const entry of input) {
3590
+ if (entry === null) {
3591
+ continue;
3592
+ }
3593
+ const memberEntries = se_PerformanceFactorReferenceRequest(entry, context);
3594
+ Object.entries(memberEntries).forEach(([key, value]) => {
3595
+ entries[`item.${counter}.${key}`] = value;
3596
+ });
3597
+ counter++;
3598
+ }
3599
+ return entries;
3600
+ };
3475
3601
  const se_PolicyNames = (input, context) => {
3476
3602
  const entries = {};
3477
3603
  let counter = 1;
@@ -3751,8 +3877,8 @@ const se_PutScalingPolicyType = (input, context) => {
3751
3877
  if (input[_SA] != null) {
3752
3878
  entries[_SA] = input[_SA];
3753
3879
  }
3754
- if (input[_Co] != null) {
3755
- entries[_Co] = input[_Co];
3880
+ if (input[_Coo] != null) {
3881
+ entries[_Coo] = input[_Coo];
3756
3882
  }
3757
3883
  if (input[_MAT] != null) {
3758
3884
  entries[_MAT] = input[_MAT];
@@ -3806,8 +3932,8 @@ const se_PutScheduledUpdateGroupActionType = (input, context) => {
3806
3932
  if (input[_ET] != null) {
3807
3933
  entries[_ET] = __serializeDateTime(input[_ET]);
3808
3934
  }
3809
- if (input[_R] != null) {
3810
- entries[_R] = input[_R];
3935
+ if (input[_Re] != null) {
3936
+ entries[_Re] = input[_Re];
3811
3937
  }
3812
3938
  if (input[_MS] != null) {
3813
3939
  entries[_MS] = input[_MS];
@@ -3957,8 +4083,8 @@ const se_ScheduledUpdateGroupActionRequest = (input, context) => {
3957
4083
  if (input[_ET] != null) {
3958
4084
  entries[_ET] = __serializeDateTime(input[_ET]);
3959
4085
  }
3960
- if (input[_R] != null) {
3961
- entries[_R] = input[_R];
4086
+ if (input[_Re] != null) {
4087
+ entries[_Re] = input[_Re];
3962
4088
  }
3963
4089
  if (input[_MS] != null) {
3964
4090
  entries[_MS] = input[_MS];
@@ -4062,8 +4188,8 @@ const se_StartInstanceRefreshType = (input, context) => {
4062
4188
  entries[loc] = value;
4063
4189
  });
4064
4190
  }
4065
- if (input[_P] != null) {
4066
- const memberEntries = se_RefreshPreferences(input[_P], context);
4191
+ if (input[_Pr] != null) {
4192
+ const memberEntries = se_RefreshPreferences(input[_Pr], context);
4067
4193
  Object.entries(memberEntries).forEach(([key, value]) => {
4068
4194
  const loc = `Preferences.${key}`;
4069
4195
  entries[loc] = value;
@@ -4202,6 +4328,9 @@ const se_TargetTrackingMetricDataQuery = (input, context) => {
4202
4328
  if (input[_L] != null) {
4203
4329
  entries[_L] = input[_L];
4204
4330
  }
4331
+ if (input[_P] != null) {
4332
+ entries[_P] = input[_P];
4333
+ }
4205
4334
  if (input[_RD] != null) {
4206
4335
  entries[_RD] = input[_RD];
4207
4336
  }
@@ -4222,6 +4351,9 @@ const se_TargetTrackingMetricStat = (input, context) => {
4222
4351
  if (input[_U] != null) {
4223
4352
  entries[_U] = input[_U];
4224
4353
  }
4354
+ if (input[_P] != null) {
4355
+ entries[_P] = input[_P];
4356
+ }
4225
4357
  return entries;
4226
4358
  };
4227
4359
  const se_TerminateInstanceInAutoScalingGroupType = (input, context) => {
@@ -4359,8 +4491,8 @@ const se_UpdateAutoScalingGroupType = (input, context) => {
4359
4491
  if (input[_CR] != null) {
4360
4492
  entries[_CR] = input[_CR];
4361
4493
  }
4362
- if (input[_C] != null) {
4363
- entries[_C] = input[_C];
4494
+ if (input[_Co] != null) {
4495
+ entries[_Co] = input[_Co];
4364
4496
  }
4365
4497
  if (input[_DCT] != null) {
4366
4498
  entries[_DCT] = input[_DCT];
@@ -4392,6 +4524,13 @@ const se_UpdateAutoScalingGroupType = (input, context) => {
4392
4524
  if (input[_SZSV] != null) {
4393
4525
  entries[_SZSV] = input[_SZSV];
4394
4526
  }
4527
+ if (input[_CRS] != null) {
4528
+ const memberEntries = se_CapacityReservationSpecification(input[_CRS], context);
4529
+ Object.entries(memberEntries).forEach(([key, value]) => {
4530
+ const loc = `CapacityReservationSpecification.${key}`;
4531
+ entries[loc] = value;
4532
+ });
4533
+ }
4395
4534
  return entries;
4396
4535
  };
4397
4536
  const se_Values = (input, context) => {
@@ -4510,8 +4649,8 @@ const de_Activity = (output, context) => {
4510
4649
  if (output[_SMt] != null) {
4511
4650
  contents[_SMt] = __expectString(output[_SMt]);
4512
4651
  }
4513
- if (output[_Pr] != null) {
4514
- contents[_Pr] = __strictParseInt32(output[_Pr]);
4652
+ if (output[_Pro] != null) {
4653
+ contents[_Pro] = __strictParseInt32(output[_Pro]);
4515
4654
  }
4516
4655
  if (output[_Det] != null) {
4517
4656
  contents[_Det] = __expectString(output[_Det]);
@@ -4721,8 +4860,8 @@ const de_AutoScalingGroup = (output, context) => {
4721
4860
  if (output[_WPS] != null) {
4722
4861
  contents[_WPS] = __strictParseInt32(output[_WPS]);
4723
4862
  }
4724
- if (output[_C] != null) {
4725
- contents[_C] = __expectString(output[_C]);
4863
+ if (output[_Co] != null) {
4864
+ contents[_Co] = __expectString(output[_Co]);
4726
4865
  }
4727
4866
  if (output[_DCT] != null) {
4728
4867
  contents[_DCT] = __expectString(output[_DCT]);
@@ -4745,6 +4884,9 @@ const de_AutoScalingGroup = (output, context) => {
4745
4884
  if (output[_AZIP] != null) {
4746
4885
  contents[_AZIP] = de_AvailabilityZoneImpairmentPolicy(output[_AZIP], context);
4747
4886
  }
4887
+ if (output[_CRS] != null) {
4888
+ contents[_CRS] = de_CapacityReservationSpecification(output[_CRS], context);
4889
+ }
4748
4890
  return contents;
4749
4891
  };
4750
4892
  const de_AutoScalingGroups = (output, context) => {
@@ -4862,6 +5004,13 @@ const de_BaselineEbsBandwidthMbpsRequest = (output, context) => {
4862
5004
  }
4863
5005
  return contents;
4864
5006
  };
5007
+ const de_BaselinePerformanceFactorsRequest = (output, context) => {
5008
+ const contents = {};
5009
+ if (output[_C] != null) {
5010
+ contents[_C] = de_CpuPerformanceFactorRequest(output[_C], context);
5011
+ }
5012
+ return contents;
5013
+ };
4865
5014
  const de_BatchDeleteScheduledActionAnswer = (output, context) => {
4866
5015
  const contents = {};
4867
5016
  if (output.FailedScheduledActions === "") {
@@ -4928,6 +5077,46 @@ const de_CapacityForecast = (output, context) => {
4928
5077
  }
4929
5078
  return contents;
4930
5079
  };
5080
+ const de_CapacityReservationIds = (output, context) => {
5081
+ return (output || [])
5082
+ .filter((e) => e != null)
5083
+ .map((entry) => {
5084
+ return __expectString(entry);
5085
+ });
5086
+ };
5087
+ const de_CapacityReservationResourceGroupArns = (output, context) => {
5088
+ return (output || [])
5089
+ .filter((e) => e != null)
5090
+ .map((entry) => {
5091
+ return __expectString(entry);
5092
+ });
5093
+ };
5094
+ const de_CapacityReservationSpecification = (output, context) => {
5095
+ const contents = {};
5096
+ if (output[_CRP] != null) {
5097
+ contents[_CRP] = __expectString(output[_CRP]);
5098
+ }
5099
+ if (output[_CRT] != null) {
5100
+ contents[_CRT] = de_CapacityReservationTarget(output[_CRT], context);
5101
+ }
5102
+ return contents;
5103
+ };
5104
+ const de_CapacityReservationTarget = (output, context) => {
5105
+ const contents = {};
5106
+ if (output.CapacityReservationIds === "") {
5107
+ contents[_CRI] = [];
5108
+ }
5109
+ else if (output[_CRI] != null && output[_CRI][_me] != null) {
5110
+ contents[_CRI] = de_CapacityReservationIds(__getArrayIfSingleItem(output[_CRI][_me]), context);
5111
+ }
5112
+ if (output.CapacityReservationResourceGroupArns === "") {
5113
+ contents[_CRRGA] = [];
5114
+ }
5115
+ else if (output[_CRRGA] != null && output[_CRRGA][_me] != null) {
5116
+ contents[_CRRGA] = de_CapacityReservationResourceGroupArns(__getArrayIfSingleItem(output[_CRRGA][_me]), context);
5117
+ }
5118
+ return contents;
5119
+ };
4931
5120
  const de_CheckpointPercentages = (output, context) => {
4932
5121
  return (output || [])
4933
5122
  .filter((e) => e != null)
@@ -4953,6 +5142,16 @@ const de_CpuManufacturers = (output, context) => {
4953
5142
  return __expectString(entry);
4954
5143
  });
4955
5144
  };
5145
+ const de_CpuPerformanceFactorRequest = (output, context) => {
5146
+ const contents = {};
5147
+ if (output.Reference === "") {
5148
+ contents[_R] = [];
5149
+ }
5150
+ else if (output[_Ref] != null && output[_Ref][_i] != null) {
5151
+ contents[_R] = de_PerformanceFactorReferenceSetRequest(__getArrayIfSingleItem(output[_Ref][_i]), context);
5152
+ }
5153
+ return contents;
5154
+ };
4956
5155
  const de_CustomizedMetricSpecification = (output, context) => {
4957
5156
  const contents = {};
4958
5157
  if (output[_MN] != null) {
@@ -4973,6 +5172,9 @@ const de_CustomizedMetricSpecification = (output, context) => {
4973
5172
  if (output[_U] != null) {
4974
5173
  contents[_U] = __expectString(output[_U]);
4975
5174
  }
5175
+ if (output[_P] != null) {
5176
+ contents[_P] = __strictParseInt32(output[_P]);
5177
+ }
4976
5178
  if (output.Metrics === "") {
4977
5179
  contents[_Me] = [];
4978
5180
  }
@@ -5386,8 +5588,8 @@ const de_InstanceRefresh = (output, context) => {
5386
5588
  if (output[_PD] != null) {
5387
5589
  contents[_PD] = de_InstanceRefreshProgressDetails(output[_PD], context);
5388
5590
  }
5389
- if (output[_P] != null) {
5390
- contents[_P] = de_RefreshPreferences(output[_P], context);
5591
+ if (output[_Pr] != null) {
5592
+ contents[_Pr] = de_RefreshPreferences(output[_Pr], context);
5391
5593
  }
5392
5594
  if (output[_DCes] != null) {
5393
5595
  contents[_DCes] = de_DesiredConfiguration(output[_DCes], context);
@@ -5539,6 +5741,9 @@ const de_InstanceRequirements = (output, context) => {
5539
5741
  else if (output[_AIT] != null && output[_AIT][_me] != null) {
5540
5742
  contents[_AIT] = de_AllowedInstanceTypes(__getArrayIfSingleItem(output[_AIT][_me]), context);
5541
5743
  }
5744
+ if (output[_BPF] != null) {
5745
+ contents[_BPF] = de_BaselinePerformanceFactorsRequest(output[_BPF], context);
5746
+ }
5542
5747
  return contents;
5543
5748
  };
5544
5749
  const de_InstanceReusePolicy = (output, context) => {
@@ -6022,6 +6227,20 @@ const de_Overrides = (output, context) => {
6022
6227
  return de_LaunchTemplateOverrides(entry, context);
6023
6228
  });
6024
6229
  };
6230
+ const de_PerformanceFactorReferenceRequest = (output, context) => {
6231
+ const contents = {};
6232
+ if (output[_IF] != null) {
6233
+ contents[_IF] = __expectString(output[_IF]);
6234
+ }
6235
+ return contents;
6236
+ };
6237
+ const de_PerformanceFactorReferenceSetRequest = (output, context) => {
6238
+ return (output || [])
6239
+ .filter((e) => e != null)
6240
+ .map((entry) => {
6241
+ return de_PerformanceFactorReferenceRequest(entry, context);
6242
+ });
6243
+ };
6025
6244
  const de_PoliciesType = (output, context) => {
6026
6245
  const contents = {};
6027
6246
  if (output.ScalingPolicies === "") {
@@ -6196,10 +6415,10 @@ const de_Processes = (output, context) => {
6196
6415
  const de_ProcessesType = (output, context) => {
6197
6416
  const contents = {};
6198
6417
  if (output.Processes === "") {
6199
- contents[_Pro] = [];
6418
+ contents[_Proc] = [];
6200
6419
  }
6201
- else if (output[_Pro] != null && output[_Pro][_me] != null) {
6202
- contents[_Pro] = de_Processes(__getArrayIfSingleItem(output[_Pro][_me]), context);
6420
+ else if (output[_Proc] != null && output[_Proc][_me] != null) {
6421
+ contents[_Proc] = de_Processes(__getArrayIfSingleItem(output[_Proc][_me]), context);
6203
6422
  }
6204
6423
  return contents;
6205
6424
  };
@@ -6342,8 +6561,8 @@ const de_ScalingPolicy = (output, context) => {
6342
6561
  if (output[_SA] != null) {
6343
6562
  contents[_SA] = __strictParseInt32(output[_SA]);
6344
6563
  }
6345
- if (output[_Co] != null) {
6346
- contents[_Co] = __strictParseInt32(output[_Co]);
6564
+ if (output[_Coo] != null) {
6565
+ contents[_Coo] = __strictParseInt32(output[_Coo]);
6347
6566
  }
6348
6567
  if (output.StepAdjustments === "") {
6349
6568
  contents[_SAt] = [];
@@ -6407,8 +6626,8 @@ const de_ScheduledUpdateGroupAction = (output, context) => {
6407
6626
  if (output[_ET] != null) {
6408
6627
  contents[_ET] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_ET]));
6409
6628
  }
6410
- if (output[_R] != null) {
6411
- contents[_R] = __expectString(output[_R]);
6629
+ if (output[_Re] != null) {
6630
+ contents[_Re] = __expectString(output[_Re]);
6412
6631
  }
6413
6632
  if (output[_MS] != null) {
6414
6633
  contents[_MS] = __strictParseInt32(output[_MS]);
@@ -6576,6 +6795,9 @@ const de_TargetTrackingMetricDataQuery = (output, context) => {
6576
6795
  if (output[_L] != null) {
6577
6796
  contents[_L] = __expectString(output[_L]);
6578
6797
  }
6798
+ if (output[_P] != null) {
6799
+ contents[_P] = __strictParseInt32(output[_P]);
6800
+ }
6579
6801
  if (output[_RD] != null) {
6580
6802
  contents[_RD] = __parseBoolean(output[_RD]);
6581
6803
  }
@@ -6592,6 +6814,9 @@ const de_TargetTrackingMetricStat = (output, context) => {
6592
6814
  if (output[_U] != null) {
6593
6815
  contents[_U] = __expectString(output[_U]);
6594
6816
  }
6817
+ if (output[_P] != null) {
6818
+ contents[_P] = __strictParseInt32(output[_P]);
6819
+ }
6595
6820
  return contents;
6596
6821
  };
6597
6822
  const de_TerminationPolicies = (output, context) => {
@@ -6749,10 +6974,11 @@ const _BDSA = "BatchDeleteScheduledAction";
6749
6974
  const _BEBM = "BaselineEbsBandwidthMbps";
6750
6975
  const _BM = "BareMetal";
6751
6976
  const _BP = "BurstablePerformance";
6977
+ const _BPF = "BaselinePerformanceFactors";
6752
6978
  const _BPSUGA = "BatchPutScheduledUpdateGroupAction";
6753
6979
  const _BT = "BreachThreshold";
6754
6980
  const _BTa = "BakeTime";
6755
- const _C = "Context";
6981
+ const _C = "Cpu";
6756
6982
  const _CASG = "CreateAutoScalingGroup";
6757
6983
  const _CCMS = "CustomizedCapacityMetricSpecification";
6758
6984
  const _CD = "CheckpointDelay";
@@ -6769,10 +6995,16 @@ const _CMS = "CustomizedMetricSpecification";
6769
6995
  const _COUT = "CreateOrUpdateTags";
6770
6996
  const _CP = "CheckpointPercentages";
6771
6997
  const _CR = "CapacityRebalance";
6998
+ const _CRI = "CapacityReservationIds";
6999
+ const _CRP = "CapacityReservationPreference";
7000
+ const _CRRGA = "CapacityReservationResourceGroupArns";
7001
+ const _CRS = "CapacityReservationSpecification";
7002
+ const _CRT = "CapacityReservationTarget";
6772
7003
  const _CSMS = "CustomizedScalingMetricSpecification";
6773
7004
  const _CT = "CreatedTime";
6774
7005
  const _Ca = "Cause";
6775
- const _Co = "Cooldown";
7006
+ const _Co = "Context";
7007
+ const _Coo = "Cooldown";
6776
7008
  const _D = "Dimensions";
6777
7009
  const _DAL = "DescribeAccountLimits";
6778
7010
  const _DASG = "DeleteAutoScalingGroup";
@@ -6853,6 +7085,7 @@ const _HTe = "HeartbeatTimeout";
6853
7085
  const _I = "Iops";
6854
7086
  const _ID = "InstancesDistribution";
6855
7087
  const _IDG = "IncludeDeletedGroups";
7088
+ const _IF = "InstanceFamily";
6856
7089
  const _IG = "InstanceGenerations";
6857
7090
  const _II = "InstanceIds";
6858
7091
  const _IIP = "IamInstanceProfile";
@@ -6954,7 +7187,7 @@ const _ODAS = "OnDemandAllocationStrategy";
6954
7187
  const _ODBC = "OnDemandBaseCapacity";
6955
7188
  const _ODMPPOLP = "OnDemandMaxPricePercentageOverLowestPrice";
6956
7189
  const _ODPABC = "OnDemandPercentageAboveBaseCapacity";
6957
- const _P = "Preferences";
7190
+ const _P = "Period";
6958
7191
  const _PAL = "PropagateAtLaunch";
6959
7192
  const _PARN = "PolicyARN";
6960
7193
  const _PC = "PredictedCapacity";
@@ -6982,9 +7215,10 @@ const _PT = "PlacementTenancy";
6982
7215
  const _PTo = "PolicyTypes";
6983
7216
  const _PTol = "PolicyType";
6984
7217
  const _PWP = "PutWarmPool";
6985
- const _Pr = "Progress";
6986
- const _Pro = "Processes";
6987
- const _R = "Recurrence";
7218
+ const _Pr = "Preferences";
7219
+ const _Pro = "Progress";
7220
+ const _Proc = "Processes";
7221
+ const _R = "References";
6988
7222
  const _RARN = "RoleARN";
6989
7223
  const _RD = "ReturnData";
6990
7224
  const _RDo = "RollbackDetails";
@@ -6999,6 +7233,8 @@ const _RP = "ResumeProcesses";
6999
7233
  const _RR = "RollbackReason";
7000
7234
  const _RST = "RollbackStartTime";
7001
7235
  const _RT = "ResourceType";
7236
+ const _Re = "Recurrence";
7237
+ const _Ref = "Reference";
7002
7238
  const _S = "Statistic";
7003
7239
  const _SA = "ScalingAdjustment";
7004
7240
  const _SAARN = "ScheduledActionARN";
@@ -7072,6 +7308,7 @@ const _WPC = "WarmPoolConfiguration";
7072
7308
  const _WPP = "WarmPoolProgress";
7073
7309
  const _WPS = "WarmPoolSize";
7074
7310
  const _ZSE = "ZonalShiftEnabled";
7311
+ const _i = "item";
7075
7312
  const _m = "message";
7076
7313
  const _me = "member";
7077
7314
  const buildFormUrlencodedString = (formEntries) => Object.entries(formEntries)
@@ -136,6 +136,15 @@ declare const CreateAutoScalingGroupCommand_base: {
136
136
  * AllowedInstanceTypes: [ // AllowedInstanceTypes
137
137
  * "STRING_VALUE",
138
138
  * ],
139
+ * BaselinePerformanceFactors: { // BaselinePerformanceFactorsRequest
140
+ * Cpu: { // CpuPerformanceFactorRequest
141
+ * References: [ // PerformanceFactorReferenceSetRequest
142
+ * { // PerformanceFactorReferenceRequest
143
+ * InstanceFamily: "STRING_VALUE",
144
+ * },
145
+ * ],
146
+ * },
147
+ * },
139
148
  * },
140
149
  * },
141
150
  * ],
@@ -215,6 +224,17 @@ declare const CreateAutoScalingGroupCommand_base: {
215
224
  * ImpairedZoneHealthCheckBehavior: "ReplaceUnhealthy" || "IgnoreUnhealthy",
216
225
  * },
217
226
  * SkipZonalShiftValidation: true || false,
227
+ * CapacityReservationSpecification: { // CapacityReservationSpecification
228
+ * CapacityReservationPreference: "capacity-reservations-only" || "capacity-reservations-first" || "none" || "default",
229
+ * CapacityReservationTarget: { // CapacityReservationTarget
230
+ * CapacityReservationIds: [ // CapacityReservationIds
231
+ * "STRING_VALUE",
232
+ * ],
233
+ * CapacityReservationResourceGroupArns: [ // CapacityReservationResourceGroupArns
234
+ * "STRING_VALUE",
235
+ * ],
236
+ * },
237
+ * },
218
238
  * };
219
239
  * const command = new CreateAutoScalingGroupCommand(input);
220
240
  * const response = await client.send(command);
@@ -149,6 +149,15 @@ declare const DescribeAutoScalingGroupsCommand_base: {
149
149
  * // AllowedInstanceTypes: [ // AllowedInstanceTypes
150
150
  * // "STRING_VALUE",
151
151
  * // ],
152
+ * // BaselinePerformanceFactors: { // BaselinePerformanceFactorsRequest
153
+ * // Cpu: { // CpuPerformanceFactorRequest
154
+ * // References: [ // PerformanceFactorReferenceSetRequest
155
+ * // { // PerformanceFactorReferenceRequest
156
+ * // InstanceFamily: "STRING_VALUE",
157
+ * // },
158
+ * // ],
159
+ * // },
160
+ * // },
152
161
  * // },
153
162
  * // },
154
163
  * // ],
@@ -253,6 +262,17 @@ declare const DescribeAutoScalingGroupsCommand_base: {
253
262
  * // ZonalShiftEnabled: true || false,
254
263
  * // ImpairedZoneHealthCheckBehavior: "ReplaceUnhealthy" || "IgnoreUnhealthy",
255
264
  * // },
265
+ * // CapacityReservationSpecification: { // CapacityReservationSpecification
266
+ * // CapacityReservationPreference: "capacity-reservations-only" || "capacity-reservations-first" || "none" || "default",
267
+ * // CapacityReservationTarget: { // CapacityReservationTarget
268
+ * // CapacityReservationIds: [ // CapacityReservationIds
269
+ * // "STRING_VALUE",
270
+ * // ],
271
+ * // CapacityReservationResourceGroupArns: [ // CapacityReservationResourceGroupArns
272
+ * // "STRING_VALUE",
273
+ * // ],
274
+ * // },
275
+ * // },
256
276
  * // },
257
277
  * // ],
258
278
  * // NextToken: "STRING_VALUE",
@@ -180,6 +180,15 @@ declare const DescribeInstanceRefreshesCommand_base: {
180
180
  * // AllowedInstanceTypes: [ // AllowedInstanceTypes
181
181
  * // "STRING_VALUE",
182
182
  * // ],
183
+ * // BaselinePerformanceFactors: { // BaselinePerformanceFactorsRequest
184
+ * // Cpu: { // CpuPerformanceFactorRequest
185
+ * // References: [ // PerformanceFactorReferenceSetRequest
186
+ * // { // PerformanceFactorReferenceRequest
187
+ * // InstanceFamily: "STRING_VALUE",
188
+ * // },
189
+ * // ],
190
+ * // },
191
+ * // },
183
192
  * // },
184
193
  * // },
185
194
  * // ],
@@ -90,6 +90,7 @@ declare const DescribePoliciesCommand_base: {
90
90
  * // ],
91
91
  * // Statistic: "Average" || "Minimum" || "Maximum" || "SampleCount" || "Sum",
92
92
  * // Unit: "STRING_VALUE",
93
+ * // Period: Number("int"),
93
94
  * // Metrics: [ // TargetTrackingMetricDataQueries
94
95
  * // { // TargetTrackingMetricDataQuery
95
96
  * // Id: "STRING_VALUE", // required
@@ -107,8 +108,10 @@ declare const DescribePoliciesCommand_base: {
107
108
  * // },
108
109
  * // Stat: "STRING_VALUE", // required
109
110
  * // Unit: "STRING_VALUE",
111
+ * // Period: Number("int"),
110
112
  * // },
111
113
  * // Label: "STRING_VALUE",
114
+ * // Period: Number("int"),
112
115
  * // ReturnData: true || false,
113
116
  * // },
114
117
  * // ],
@@ -78,6 +78,7 @@ declare const PutScalingPolicyCommand_base: {
78
78
  * ],
79
79
  * Statistic: "Average" || "Minimum" || "Maximum" || "SampleCount" || "Sum",
80
80
  * Unit: "STRING_VALUE",
81
+ * Period: Number("int"),
81
82
  * Metrics: [ // TargetTrackingMetricDataQueries
82
83
  * { // TargetTrackingMetricDataQuery
83
84
  * Id: "STRING_VALUE", // required
@@ -95,8 +96,10 @@ declare const PutScalingPolicyCommand_base: {
95
96
  * },
96
97
  * Stat: "STRING_VALUE", // required
97
98
  * Unit: "STRING_VALUE",
99
+ * Period: Number("int"),
98
100
  * },
99
101
  * Label: "STRING_VALUE",
102
+ * Period: Number("int"),
100
103
  * ReturnData: true || false,
101
104
  * },
102
105
  * ],