@aws-sdk/client-elastic-beanstalk 3.54.0 → 3.56.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 (69) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/ElasticBeanstalkClient.js +13 -13
  3. package/dist-cjs/commands/AbortEnvironmentUpdateCommand.js +3 -3
  4. package/dist-cjs/commands/ApplyEnvironmentManagedActionCommand.js +3 -3
  5. package/dist-cjs/commands/AssociateEnvironmentOperationsRoleCommand.js +3 -3
  6. package/dist-cjs/commands/CheckDNSAvailabilityCommand.js +3 -3
  7. package/dist-cjs/commands/ComposeEnvironmentsCommand.js +3 -3
  8. package/dist-cjs/commands/CreateApplicationCommand.js +3 -3
  9. package/dist-cjs/commands/CreateApplicationVersionCommand.js +3 -3
  10. package/dist-cjs/commands/CreateConfigurationTemplateCommand.js +3 -3
  11. package/dist-cjs/commands/CreateEnvironmentCommand.js +3 -3
  12. package/dist-cjs/commands/CreatePlatformVersionCommand.js +3 -3
  13. package/dist-cjs/commands/CreateStorageLocationCommand.js +3 -3
  14. package/dist-cjs/commands/DeleteApplicationCommand.js +3 -3
  15. package/dist-cjs/commands/DeleteApplicationVersionCommand.js +3 -3
  16. package/dist-cjs/commands/DeleteConfigurationTemplateCommand.js +3 -3
  17. package/dist-cjs/commands/DeleteEnvironmentConfigurationCommand.js +3 -3
  18. package/dist-cjs/commands/DeletePlatformVersionCommand.js +3 -3
  19. package/dist-cjs/commands/DescribeAccountAttributesCommand.js +3 -3
  20. package/dist-cjs/commands/DescribeApplicationVersionsCommand.js +3 -3
  21. package/dist-cjs/commands/DescribeApplicationsCommand.js +3 -3
  22. package/dist-cjs/commands/DescribeConfigurationOptionsCommand.js +3 -3
  23. package/dist-cjs/commands/DescribeConfigurationSettingsCommand.js +3 -3
  24. package/dist-cjs/commands/DescribeEnvironmentHealthCommand.js +3 -3
  25. package/dist-cjs/commands/DescribeEnvironmentManagedActionHistoryCommand.js +3 -3
  26. package/dist-cjs/commands/DescribeEnvironmentManagedActionsCommand.js +3 -3
  27. package/dist-cjs/commands/DescribeEnvironmentResourcesCommand.js +3 -3
  28. package/dist-cjs/commands/DescribeEnvironmentsCommand.js +3 -3
  29. package/dist-cjs/commands/DescribeEventsCommand.js +3 -3
  30. package/dist-cjs/commands/DescribeInstancesHealthCommand.js +3 -3
  31. package/dist-cjs/commands/DescribePlatformVersionCommand.js +3 -3
  32. package/dist-cjs/commands/DisassociateEnvironmentOperationsRoleCommand.js +3 -3
  33. package/dist-cjs/commands/ListAvailableSolutionStacksCommand.js +3 -3
  34. package/dist-cjs/commands/ListPlatformBranchesCommand.js +3 -3
  35. package/dist-cjs/commands/ListPlatformVersionsCommand.js +3 -3
  36. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  37. package/dist-cjs/commands/RebuildEnvironmentCommand.js +3 -3
  38. package/dist-cjs/commands/RequestEnvironmentInfoCommand.js +3 -3
  39. package/dist-cjs/commands/RestartAppServerCommand.js +3 -3
  40. package/dist-cjs/commands/RetrieveEnvironmentInfoCommand.js +3 -3
  41. package/dist-cjs/commands/SwapEnvironmentCNAMEsCommand.js +3 -3
  42. package/dist-cjs/commands/TerminateEnvironmentCommand.js +3 -3
  43. package/dist-cjs/commands/UpdateApplicationCommand.js +3 -3
  44. package/dist-cjs/commands/UpdateApplicationResourceLifecycleCommand.js +3 -3
  45. package/dist-cjs/commands/UpdateApplicationVersionCommand.js +3 -3
  46. package/dist-cjs/commands/UpdateConfigurationTemplateCommand.js +3 -3
  47. package/dist-cjs/commands/UpdateEnvironmentCommand.js +3 -3
  48. package/dist-cjs/commands/UpdateTagsForResourceCommand.js +3 -3
  49. package/dist-cjs/commands/ValidateConfigurationSettingsCommand.js +3 -3
  50. package/dist-cjs/endpoints.js +1 -1
  51. package/dist-cjs/protocols/Aws_query.js +359 -359
  52. package/dist-cjs/runtimeConfig.browser.js +4 -4
  53. package/dist-cjs/runtimeConfig.js +9 -9
  54. package/dist-cjs/runtimeConfig.native.js +1 -1
  55. package/dist-cjs/waiters/waitForEnvironmentExists.js +3 -3
  56. package/dist-cjs/waiters/waitForEnvironmentTerminated.js +3 -3
  57. package/dist-cjs/waiters/waitForEnvironmentUpdated.js +3 -3
  58. package/dist-es/ElasticBeanstalk.js +47 -47
  59. package/dist-es/pagination/DescribeEnvironmentManagedActionHistoryPaginator.js +4 -4
  60. package/dist-es/pagination/DescribeEventsPaginator.js +4 -4
  61. package/dist-es/pagination/ListPlatformBranchesPaginator.js +4 -4
  62. package/dist-es/pagination/ListPlatformVersionsPaginator.js +4 -4
  63. package/dist-es/protocols/Aws_query.js +56 -56
  64. package/dist-es/waiters/waitForEnvironmentExists.js +2 -2
  65. package/dist-es/waiters/waitForEnvironmentTerminated.js +2 -2
  66. package/dist-es/waiters/waitForEnvironmentUpdated.js +2 -2
  67. package/dist-types/runtimeConfig.native.d.ts +2 -2
  68. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  69. package/package.json +35 -35
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
10
10
  return __awaiter(void 0, void 0, void 0, function () {
11
11
  return __generator(this, function (_a) {
12
12
  switch (_a.label) {
13
- case 0: return [4, client.send.apply(client, __spreadArray([new ListPlatformVersionsCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new ListPlatformVersionsCommand(input)], __read(args), false))];
14
14
  case 1: return [2, _a.sent()];
15
15
  }
16
16
  });
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
24
24
  return __awaiter(void 0, void 0, void 0, function () {
25
25
  return __generator(this, function (_a) {
26
26
  switch (_a.label) {
27
- case 0: return [4, client.listPlatformVersions.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.listPlatformVersions.apply(client, __spreadArray([input], __read(args), false))];
28
28
  case 1: return [2, _a.sent()];
29
29
  }
30
30
  });
@@ -48,13 +48,13 @@ export function paginateListPlatformVersions(config, input) {
48
48
  input.NextToken = token;
49
49
  input["MaxRecords"] = config.pageSize;
50
50
  if (!(config.client instanceof ElasticBeanstalk)) return [3, 3];
51
- return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
51
+ return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
52
52
  case 2:
53
53
  page = _a.sent();
54
54
  return [3, 6];
55
55
  case 3:
56
56
  if (!(config.client instanceof ElasticBeanstalkClient)) return [3, 5];
57
- return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
57
+ return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
58
58
  case 4:
59
59
  page = _a.sent();
60
60
  return [3, 6];
@@ -3083,7 +3083,7 @@ var serializeAws_queryApplicationNamesList = function (input, context) {
3083
3083
  if (entry === null) {
3084
3084
  continue;
3085
3085
  }
3086
- entries["member." + counter] = entry;
3086
+ entries["member.".concat(counter)] = entry;
3087
3087
  counter++;
3088
3088
  }
3089
3089
  }
@@ -3105,7 +3105,7 @@ var serializeAws_queryApplicationResourceLifecycleConfig = function (input, cont
3105
3105
  var memberEntries = serializeAws_queryApplicationVersionLifecycleConfig(input.VersionLifecycleConfig, context);
3106
3106
  Object.entries(memberEntries).forEach(function (_a) {
3107
3107
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
3108
- var loc = "VersionLifecycleConfig." + key;
3108
+ var loc = "VersionLifecycleConfig.".concat(key);
3109
3109
  entries[loc] = value;
3110
3110
  });
3111
3111
  }
@@ -3117,7 +3117,7 @@ var serializeAws_queryApplicationVersionLifecycleConfig = function (input, conte
3117
3117
  var memberEntries = serializeAws_queryMaxCountRule(input.MaxCountRule, context);
3118
3118
  Object.entries(memberEntries).forEach(function (_a) {
3119
3119
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
3120
- var loc = "MaxCountRule." + key;
3120
+ var loc = "MaxCountRule.".concat(key);
3121
3121
  entries[loc] = value;
3122
3122
  });
3123
3123
  }
@@ -3125,7 +3125,7 @@ var serializeAws_queryApplicationVersionLifecycleConfig = function (input, conte
3125
3125
  var memberEntries = serializeAws_queryMaxAgeRule(input.MaxAgeRule, context);
3126
3126
  Object.entries(memberEntries).forEach(function (_a) {
3127
3127
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
3128
- var loc = "MaxAgeRule." + key;
3128
+ var loc = "MaxAgeRule.".concat(key);
3129
3129
  entries[loc] = value;
3130
3130
  });
3131
3131
  }
@@ -3192,7 +3192,7 @@ var serializeAws_queryComposeEnvironmentsMessage = function (input, context) {
3192
3192
  var memberEntries = serializeAws_queryVersionLabels(input.VersionLabels, context);
3193
3193
  Object.entries(memberEntries).forEach(function (_a) {
3194
3194
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
3195
- var loc = "VersionLabels." + key;
3195
+ var loc = "VersionLabels.".concat(key);
3196
3196
  entries[loc] = value;
3197
3197
  });
3198
3198
  }
@@ -3227,7 +3227,7 @@ var serializeAws_queryConfigurationOptionSettingsList = function (input, context
3227
3227
  var memberEntries = serializeAws_queryConfigurationOptionSetting(entry, context);
3228
3228
  Object.entries(memberEntries).forEach(function (_a) {
3229
3229
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
3230
- entries["member." + counter + "." + key] = value;
3230
+ entries["member.".concat(counter, ".").concat(key)] = value;
3231
3231
  });
3232
3232
  counter++;
3233
3233
  }
@@ -3253,7 +3253,7 @@ var serializeAws_queryCreateApplicationMessage = function (input, context) {
3253
3253
  var memberEntries = serializeAws_queryApplicationResourceLifecycleConfig(input.ResourceLifecycleConfig, context);
3254
3254
  Object.entries(memberEntries).forEach(function (_a) {
3255
3255
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
3256
- var loc = "ResourceLifecycleConfig." + key;
3256
+ var loc = "ResourceLifecycleConfig.".concat(key);
3257
3257
  entries[loc] = value;
3258
3258
  });
3259
3259
  }
@@ -3261,7 +3261,7 @@ var serializeAws_queryCreateApplicationMessage = function (input, context) {
3261
3261
  var memberEntries = serializeAws_queryTags(input.Tags, context);
3262
3262
  Object.entries(memberEntries).forEach(function (_a) {
3263
3263
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
3264
- var loc = "Tags." + key;
3264
+ var loc = "Tags.".concat(key);
3265
3265
  entries[loc] = value;
3266
3266
  });
3267
3267
  }
@@ -3282,7 +3282,7 @@ var serializeAws_queryCreateApplicationVersionMessage = function (input, context
3282
3282
  var memberEntries = serializeAws_querySourceBuildInformation(input.SourceBuildInformation, context);
3283
3283
  Object.entries(memberEntries).forEach(function (_a) {
3284
3284
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
3285
- var loc = "SourceBuildInformation." + key;
3285
+ var loc = "SourceBuildInformation.".concat(key);
3286
3286
  entries[loc] = value;
3287
3287
  });
3288
3288
  }
@@ -3290,7 +3290,7 @@ var serializeAws_queryCreateApplicationVersionMessage = function (input, context
3290
3290
  var memberEntries = serializeAws_queryS3Location(input.SourceBundle, context);
3291
3291
  Object.entries(memberEntries).forEach(function (_a) {
3292
3292
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
3293
- var loc = "SourceBundle." + key;
3293
+ var loc = "SourceBundle.".concat(key);
3294
3294
  entries[loc] = value;
3295
3295
  });
3296
3296
  }
@@ -3298,7 +3298,7 @@ var serializeAws_queryCreateApplicationVersionMessage = function (input, context
3298
3298
  var memberEntries = serializeAws_queryBuildConfiguration(input.BuildConfiguration, context);
3299
3299
  Object.entries(memberEntries).forEach(function (_a) {
3300
3300
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
3301
- var loc = "BuildConfiguration." + key;
3301
+ var loc = "BuildConfiguration.".concat(key);
3302
3302
  entries[loc] = value;
3303
3303
  });
3304
3304
  }
@@ -3312,7 +3312,7 @@ var serializeAws_queryCreateApplicationVersionMessage = function (input, context
3312
3312
  var memberEntries = serializeAws_queryTags(input.Tags, context);
3313
3313
  Object.entries(memberEntries).forEach(function (_a) {
3314
3314
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
3315
- var loc = "Tags." + key;
3315
+ var loc = "Tags.".concat(key);
3316
3316
  entries[loc] = value;
3317
3317
  });
3318
3318
  }
@@ -3336,7 +3336,7 @@ var serializeAws_queryCreateConfigurationTemplateMessage = function (input, cont
3336
3336
  var memberEntries = serializeAws_querySourceConfiguration(input.SourceConfiguration, context);
3337
3337
  Object.entries(memberEntries).forEach(function (_a) {
3338
3338
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
3339
- var loc = "SourceConfiguration." + key;
3339
+ var loc = "SourceConfiguration.".concat(key);
3340
3340
  entries[loc] = value;
3341
3341
  });
3342
3342
  }
@@ -3350,7 +3350,7 @@ var serializeAws_queryCreateConfigurationTemplateMessage = function (input, cont
3350
3350
  var memberEntries = serializeAws_queryConfigurationOptionSettingsList(input.OptionSettings, context);
3351
3351
  Object.entries(memberEntries).forEach(function (_a) {
3352
3352
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
3353
- var loc = "OptionSettings." + key;
3353
+ var loc = "OptionSettings.".concat(key);
3354
3354
  entries[loc] = value;
3355
3355
  });
3356
3356
  }
@@ -3358,7 +3358,7 @@ var serializeAws_queryCreateConfigurationTemplateMessage = function (input, cont
3358
3358
  var memberEntries = serializeAws_queryTags(input.Tags, context);
3359
3359
  Object.entries(memberEntries).forEach(function (_a) {
3360
3360
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
3361
- var loc = "Tags." + key;
3361
+ var loc = "Tags.".concat(key);
3362
3362
  entries[loc] = value;
3363
3363
  });
3364
3364
  }
@@ -3385,7 +3385,7 @@ var serializeAws_queryCreateEnvironmentMessage = function (input, context) {
3385
3385
  var memberEntries = serializeAws_queryEnvironmentTier(input.Tier, context);
3386
3386
  Object.entries(memberEntries).forEach(function (_a) {
3387
3387
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
3388
- var loc = "Tier." + key;
3388
+ var loc = "Tier.".concat(key);
3389
3389
  entries[loc] = value;
3390
3390
  });
3391
3391
  }
@@ -3393,7 +3393,7 @@ var serializeAws_queryCreateEnvironmentMessage = function (input, context) {
3393
3393
  var memberEntries = serializeAws_queryTags(input.Tags, context);
3394
3394
  Object.entries(memberEntries).forEach(function (_a) {
3395
3395
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
3396
- var loc = "Tags." + key;
3396
+ var loc = "Tags.".concat(key);
3397
3397
  entries[loc] = value;
3398
3398
  });
3399
3399
  }
@@ -3413,7 +3413,7 @@ var serializeAws_queryCreateEnvironmentMessage = function (input, context) {
3413
3413
  var memberEntries = serializeAws_queryConfigurationOptionSettingsList(input.OptionSettings, context);
3414
3414
  Object.entries(memberEntries).forEach(function (_a) {
3415
3415
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
3416
- var loc = "OptionSettings." + key;
3416
+ var loc = "OptionSettings.".concat(key);
3417
3417
  entries[loc] = value;
3418
3418
  });
3419
3419
  }
@@ -3421,7 +3421,7 @@ var serializeAws_queryCreateEnvironmentMessage = function (input, context) {
3421
3421
  var memberEntries = serializeAws_queryOptionsSpecifierList(input.OptionsToRemove, context);
3422
3422
  Object.entries(memberEntries).forEach(function (_a) {
3423
3423
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
3424
- var loc = "OptionsToRemove." + key;
3424
+ var loc = "OptionsToRemove.".concat(key);
3425
3425
  entries[loc] = value;
3426
3426
  });
3427
3427
  }
@@ -3442,7 +3442,7 @@ var serializeAws_queryCreatePlatformVersionRequest = function (input, context) {
3442
3442
  var memberEntries = serializeAws_queryS3Location(input.PlatformDefinitionBundle, context);
3443
3443
  Object.entries(memberEntries).forEach(function (_a) {
3444
3444
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
3445
- var loc = "PlatformDefinitionBundle." + key;
3445
+ var loc = "PlatformDefinitionBundle.".concat(key);
3446
3446
  entries[loc] = value;
3447
3447
  });
3448
3448
  }
@@ -3453,7 +3453,7 @@ var serializeAws_queryCreatePlatformVersionRequest = function (input, context) {
3453
3453
  var memberEntries = serializeAws_queryConfigurationOptionSettingsList(input.OptionSettings, context);
3454
3454
  Object.entries(memberEntries).forEach(function (_a) {
3455
3455
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
3456
- var loc = "OptionSettings." + key;
3456
+ var loc = "OptionSettings.".concat(key);
3457
3457
  entries[loc] = value;
3458
3458
  });
3459
3459
  }
@@ -3461,7 +3461,7 @@ var serializeAws_queryCreatePlatformVersionRequest = function (input, context) {
3461
3461
  var memberEntries = serializeAws_queryTags(input.Tags, context);
3462
3462
  Object.entries(memberEntries).forEach(function (_a) {
3463
3463
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
3464
- var loc = "Tags." + key;
3464
+ var loc = "Tags.".concat(key);
3465
3465
  entries[loc] = value;
3466
3466
  });
3467
3467
  }
@@ -3523,7 +3523,7 @@ var serializeAws_queryDescribeApplicationsMessage = function (input, context) {
3523
3523
  var memberEntries = serializeAws_queryApplicationNamesList(input.ApplicationNames, context);
3524
3524
  Object.entries(memberEntries).forEach(function (_a) {
3525
3525
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
3526
- var loc = "ApplicationNames." + key;
3526
+ var loc = "ApplicationNames.".concat(key);
3527
3527
  entries[loc] = value;
3528
3528
  });
3529
3529
  }
@@ -3538,7 +3538,7 @@ var serializeAws_queryDescribeApplicationVersionsMessage = function (input, cont
3538
3538
  var memberEntries = serializeAws_queryVersionLabelsList(input.VersionLabels, context);
3539
3539
  Object.entries(memberEntries).forEach(function (_a) {
3540
3540
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
3541
- var loc = "VersionLabels." + key;
3541
+ var loc = "VersionLabels.".concat(key);
3542
3542
  entries[loc] = value;
3543
3543
  });
3544
3544
  }
@@ -3571,7 +3571,7 @@ var serializeAws_queryDescribeConfigurationOptionsMessage = function (input, con
3571
3571
  var memberEntries = serializeAws_queryOptionsSpecifierList(input.Options, context);
3572
3572
  Object.entries(memberEntries).forEach(function (_a) {
3573
3573
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
3574
- var loc = "Options." + key;
3574
+ var loc = "Options.".concat(key);
3575
3575
  entries[loc] = value;
3576
3576
  });
3577
3577
  }
@@ -3602,7 +3602,7 @@ var serializeAws_queryDescribeEnvironmentHealthRequest = function (input, contex
3602
3602
  var memberEntries = serializeAws_queryEnvironmentHealthAttributes(input.AttributeNames, context);
3603
3603
  Object.entries(memberEntries).forEach(function (_a) {
3604
3604
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
3605
- var loc = "AttributeNames." + key;
3605
+ var loc = "AttributeNames.".concat(key);
3606
3606
  entries[loc] = value;
3607
3607
  });
3608
3608
  }
@@ -3659,7 +3659,7 @@ var serializeAws_queryDescribeEnvironmentsMessage = function (input, context) {
3659
3659
  var memberEntries = serializeAws_queryEnvironmentIdList(input.EnvironmentIds, context);
3660
3660
  Object.entries(memberEntries).forEach(function (_a) {
3661
3661
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
3662
- var loc = "EnvironmentIds." + key;
3662
+ var loc = "EnvironmentIds.".concat(key);
3663
3663
  entries[loc] = value;
3664
3664
  });
3665
3665
  }
@@ -3667,7 +3667,7 @@ var serializeAws_queryDescribeEnvironmentsMessage = function (input, context) {
3667
3667
  var memberEntries = serializeAws_queryEnvironmentNamesList(input.EnvironmentNames, context);
3668
3668
  Object.entries(memberEntries).forEach(function (_a) {
3669
3669
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
3670
- var loc = "EnvironmentNames." + key;
3670
+ var loc = "EnvironmentNames.".concat(key);
3671
3671
  entries[loc] = value;
3672
3672
  });
3673
3673
  }
@@ -3737,7 +3737,7 @@ var serializeAws_queryDescribeInstancesHealthRequest = function (input, context)
3737
3737
  var memberEntries = serializeAws_queryInstancesHealthAttributes(input.AttributeNames, context);
3738
3738
  Object.entries(memberEntries).forEach(function (_a) {
3739
3739
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
3740
- var loc = "AttributeNames." + key;
3740
+ var loc = "AttributeNames.".concat(key);
3741
3741
  entries[loc] = value;
3742
3742
  });
3743
3743
  }
@@ -3770,7 +3770,7 @@ var serializeAws_queryEnvironmentHealthAttributes = function (input, context) {
3770
3770
  if (entry === null) {
3771
3771
  continue;
3772
3772
  }
3773
- entries["member." + counter] = entry;
3773
+ entries["member.".concat(counter)] = entry;
3774
3774
  counter++;
3775
3775
  }
3776
3776
  }
@@ -3793,7 +3793,7 @@ var serializeAws_queryEnvironmentIdList = function (input, context) {
3793
3793
  if (entry === null) {
3794
3794
  continue;
3795
3795
  }
3796
- entries["member." + counter] = entry;
3796
+ entries["member.".concat(counter)] = entry;
3797
3797
  counter++;
3798
3798
  }
3799
3799
  }
@@ -3816,7 +3816,7 @@ var serializeAws_queryEnvironmentNamesList = function (input, context) {
3816
3816
  if (entry === null) {
3817
3817
  continue;
3818
3818
  }
3819
- entries["member." + counter] = entry;
3819
+ entries["member.".concat(counter)] = entry;
3820
3820
  counter++;
3821
3821
  }
3822
3822
  }
@@ -3852,7 +3852,7 @@ var serializeAws_queryInstancesHealthAttributes = function (input, context) {
3852
3852
  if (entry === null) {
3853
3853
  continue;
3854
3854
  }
3855
- entries["member." + counter] = entry;
3855
+ entries["member.".concat(counter)] = entry;
3856
3856
  counter++;
3857
3857
  }
3858
3858
  }
@@ -3871,7 +3871,7 @@ var serializeAws_queryListPlatformBranchesRequest = function (input, context) {
3871
3871
  var memberEntries = serializeAws_querySearchFilters(input.Filters, context);
3872
3872
  Object.entries(memberEntries).forEach(function (_a) {
3873
3873
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
3874
- var loc = "Filters." + key;
3874
+ var loc = "Filters.".concat(key);
3875
3875
  entries[loc] = value;
3876
3876
  });
3877
3877
  }
@@ -3889,7 +3889,7 @@ var serializeAws_queryListPlatformVersionsRequest = function (input, context) {
3889
3889
  var memberEntries = serializeAws_queryPlatformFilters(input.Filters, context);
3890
3890
  Object.entries(memberEntries).forEach(function (_a) {
3891
3891
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
3892
- var loc = "Filters." + key;
3892
+ var loc = "Filters.".concat(key);
3893
3893
  entries[loc] = value;
3894
3894
  });
3895
3895
  }
@@ -3960,7 +3960,7 @@ var serializeAws_queryOptionsSpecifierList = function (input, context) {
3960
3960
  var memberEntries = serializeAws_queryOptionSpecification(entry, context);
3961
3961
  Object.entries(memberEntries).forEach(function (_a) {
3962
3962
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
3963
- entries["member." + counter + "." + key] = value;
3963
+ entries["member.".concat(counter, ".").concat(key)] = value;
3964
3964
  });
3965
3965
  counter++;
3966
3966
  }
@@ -3986,7 +3986,7 @@ var serializeAws_queryPlatformFilter = function (input, context) {
3986
3986
  var memberEntries = serializeAws_queryPlatformFilterValueList(input.Values, context);
3987
3987
  Object.entries(memberEntries).forEach(function (_a) {
3988
3988
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
3989
- var loc = "Values." + key;
3989
+ var loc = "Values.".concat(key);
3990
3990
  entries[loc] = value;
3991
3991
  });
3992
3992
  }
@@ -4005,7 +4005,7 @@ var serializeAws_queryPlatformFilters = function (input, context) {
4005
4005
  var memberEntries = serializeAws_queryPlatformFilter(entry, context);
4006
4006
  Object.entries(memberEntries).forEach(function (_a) {
4007
4007
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4008
- entries["member." + counter + "." + key] = value;
4008
+ entries["member.".concat(counter, ".").concat(key)] = value;
4009
4009
  });
4010
4010
  counter++;
4011
4011
  }
@@ -4029,7 +4029,7 @@ var serializeAws_queryPlatformFilterValueList = function (input, context) {
4029
4029
  if (entry === null) {
4030
4030
  continue;
4031
4031
  }
4032
- entries["member." + counter] = entry;
4032
+ entries["member.".concat(counter)] = entry;
4033
4033
  counter++;
4034
4034
  }
4035
4035
  }
@@ -4110,7 +4110,7 @@ var serializeAws_querySearchFilter = function (input, context) {
4110
4110
  var memberEntries = serializeAws_querySearchFilterValues(input.Values, context);
4111
4111
  Object.entries(memberEntries).forEach(function (_a) {
4112
4112
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4113
- var loc = "Values." + key;
4113
+ var loc = "Values.".concat(key);
4114
4114
  entries[loc] = value;
4115
4115
  });
4116
4116
  }
@@ -4129,7 +4129,7 @@ var serializeAws_querySearchFilters = function (input, context) {
4129
4129
  var memberEntries = serializeAws_querySearchFilter(entry, context);
4130
4130
  Object.entries(memberEntries).forEach(function (_a) {
4131
4131
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4132
- entries["member." + counter + "." + key] = value;
4132
+ entries["member.".concat(counter, ".").concat(key)] = value;
4133
4133
  });
4134
4134
  counter++;
4135
4135
  }
@@ -4153,7 +4153,7 @@ var serializeAws_querySearchFilterValues = function (input, context) {
4153
4153
  if (entry === null) {
4154
4154
  continue;
4155
4155
  }
4156
- entries["member." + counter] = entry;
4156
+ entries["member.".concat(counter)] = entry;
4157
4157
  counter++;
4158
4158
  }
4159
4159
  }
@@ -4225,7 +4225,7 @@ var serializeAws_queryTagKeyList = function (input, context) {
4225
4225
  if (entry === null) {
4226
4226
  continue;
4227
4227
  }
4228
- entries["member." + counter] = entry;
4228
+ entries["member.".concat(counter)] = entry;
4229
4229
  counter++;
4230
4230
  }
4231
4231
  }
@@ -4251,7 +4251,7 @@ var serializeAws_queryTagList = function (input, context) {
4251
4251
  var memberEntries = serializeAws_queryTag(entry, context);
4252
4252
  Object.entries(memberEntries).forEach(function (_a) {
4253
4253
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4254
- entries["member." + counter + "." + key] = value;
4254
+ entries["member.".concat(counter, ".").concat(key)] = value;
4255
4255
  });
4256
4256
  counter++;
4257
4257
  }
@@ -4278,7 +4278,7 @@ var serializeAws_queryTags = function (input, context) {
4278
4278
  var memberEntries = serializeAws_queryTag(entry, context);
4279
4279
  Object.entries(memberEntries).forEach(function (_a) {
4280
4280
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4281
- entries["member." + counter + "." + key] = value;
4281
+ entries["member.".concat(counter, ".").concat(key)] = value;
4282
4282
  });
4283
4283
  counter++;
4284
4284
  }
@@ -4327,7 +4327,7 @@ var serializeAws_queryUpdateApplicationResourceLifecycleMessage = function (inpu
4327
4327
  var memberEntries = serializeAws_queryApplicationResourceLifecycleConfig(input.ResourceLifecycleConfig, context);
4328
4328
  Object.entries(memberEntries).forEach(function (_a) {
4329
4329
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4330
- var loc = "ResourceLifecycleConfig." + key;
4330
+ var loc = "ResourceLifecycleConfig.".concat(key);
4331
4331
  entries[loc] = value;
4332
4332
  });
4333
4333
  }
@@ -4361,7 +4361,7 @@ var serializeAws_queryUpdateConfigurationTemplateMessage = function (input, cont
4361
4361
  var memberEntries = serializeAws_queryConfigurationOptionSettingsList(input.OptionSettings, context);
4362
4362
  Object.entries(memberEntries).forEach(function (_a) {
4363
4363
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4364
- var loc = "OptionSettings." + key;
4364
+ var loc = "OptionSettings.".concat(key);
4365
4365
  entries[loc] = value;
4366
4366
  });
4367
4367
  }
@@ -4369,7 +4369,7 @@ var serializeAws_queryUpdateConfigurationTemplateMessage = function (input, cont
4369
4369
  var memberEntries = serializeAws_queryOptionsSpecifierList(input.OptionsToRemove, context);
4370
4370
  Object.entries(memberEntries).forEach(function (_a) {
4371
4371
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4372
- var loc = "OptionsToRemove." + key;
4372
+ var loc = "OptionsToRemove.".concat(key);
4373
4373
  entries[loc] = value;
4374
4374
  });
4375
4375
  }
@@ -4396,7 +4396,7 @@ var serializeAws_queryUpdateEnvironmentMessage = function (input, context) {
4396
4396
  var memberEntries = serializeAws_queryEnvironmentTier(input.Tier, context);
4397
4397
  Object.entries(memberEntries).forEach(function (_a) {
4398
4398
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4399
- var loc = "Tier." + key;
4399
+ var loc = "Tier.".concat(key);
4400
4400
  entries[loc] = value;
4401
4401
  });
4402
4402
  }
@@ -4416,7 +4416,7 @@ var serializeAws_queryUpdateEnvironmentMessage = function (input, context) {
4416
4416
  var memberEntries = serializeAws_queryConfigurationOptionSettingsList(input.OptionSettings, context);
4417
4417
  Object.entries(memberEntries).forEach(function (_a) {
4418
4418
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4419
- var loc = "OptionSettings." + key;
4419
+ var loc = "OptionSettings.".concat(key);
4420
4420
  entries[loc] = value;
4421
4421
  });
4422
4422
  }
@@ -4424,7 +4424,7 @@ var serializeAws_queryUpdateEnvironmentMessage = function (input, context) {
4424
4424
  var memberEntries = serializeAws_queryOptionsSpecifierList(input.OptionsToRemove, context);
4425
4425
  Object.entries(memberEntries).forEach(function (_a) {
4426
4426
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4427
- var loc = "OptionsToRemove." + key;
4427
+ var loc = "OptionsToRemove.".concat(key);
4428
4428
  entries[loc] = value;
4429
4429
  });
4430
4430
  }
@@ -4439,7 +4439,7 @@ var serializeAws_queryUpdateTagsForResourceMessage = function (input, context) {
4439
4439
  var memberEntries = serializeAws_queryTagList(input.TagsToAdd, context);
4440
4440
  Object.entries(memberEntries).forEach(function (_a) {
4441
4441
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4442
- var loc = "TagsToAdd." + key;
4442
+ var loc = "TagsToAdd.".concat(key);
4443
4443
  entries[loc] = value;
4444
4444
  });
4445
4445
  }
@@ -4447,7 +4447,7 @@ var serializeAws_queryUpdateTagsForResourceMessage = function (input, context) {
4447
4447
  var memberEntries = serializeAws_queryTagKeyList(input.TagsToRemove, context);
4448
4448
  Object.entries(memberEntries).forEach(function (_a) {
4449
4449
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4450
- var loc = "TagsToRemove." + key;
4450
+ var loc = "TagsToRemove.".concat(key);
4451
4451
  entries[loc] = value;
4452
4452
  });
4453
4453
  }
@@ -4468,7 +4468,7 @@ var serializeAws_queryValidateConfigurationSettingsMessage = function (input, co
4468
4468
  var memberEntries = serializeAws_queryConfigurationOptionSettingsList(input.OptionSettings, context);
4469
4469
  Object.entries(memberEntries).forEach(function (_a) {
4470
4470
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4471
- var loc = "OptionSettings." + key;
4471
+ var loc = "OptionSettings.".concat(key);
4472
4472
  entries[loc] = value;
4473
4473
  });
4474
4474
  }
@@ -4484,7 +4484,7 @@ var serializeAws_queryVersionLabels = function (input, context) {
4484
4484
  if (entry === null) {
4485
4485
  continue;
4486
4486
  }
4487
- entries["member." + counter] = entry;
4487
+ entries["member.".concat(counter)] = entry;
4488
4488
  counter++;
4489
4489
  }
4490
4490
  }
@@ -4507,7 +4507,7 @@ var serializeAws_queryVersionLabelsList = function (input, context) {
4507
4507
  if (entry === null) {
4508
4508
  continue;
4509
4509
  }
4510
- entries["member." + counter] = entry;
4510
+ entries["member.".concat(counter)] = entry;
4511
4511
  counter++;
4512
4512
  }
4513
4513
  }
@@ -14,7 +14,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
14
14
  reason = result_1;
15
15
  try {
16
16
  returnComparator = function () {
17
- var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.Environments)));
17
+ var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.Environments), false));
18
18
  var projection_3 = flat_1.map(function (element_2) {
19
19
  return element_2.Status;
20
20
  });
@@ -41,7 +41,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
41
41
  catch (e) { }
42
42
  try {
43
43
  returnComparator = function () {
44
- var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.Environments)));
44
+ var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.Environments), false));
45
45
  var projection_3 = flat_1.map(function (element_2) {
46
46
  return element_2.Status;
47
47
  });
@@ -14,7 +14,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
14
14
  reason = result_1;
15
15
  try {
16
16
  returnComparator = function () {
17
- var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.Environments)));
17
+ var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.Environments), false));
18
18
  var projection_3 = flat_1.map(function (element_2) {
19
19
  return element_2.Status;
20
20
  });
@@ -41,7 +41,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
41
41
  catch (e) { }
42
42
  try {
43
43
  returnComparator = function () {
44
- var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.Environments)));
44
+ var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.Environments), false));
45
45
  var projection_3 = flat_1.map(function (element_2) {
46
46
  return element_2.Status;
47
47
  });
@@ -14,7 +14,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
14
14
  reason = result_1;
15
15
  try {
16
16
  returnComparator = function () {
17
- var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.Environments)));
17
+ var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.Environments), false));
18
18
  var projection_3 = flat_1.map(function (element_2) {
19
19
  return element_2.Status;
20
20
  });
@@ -41,7 +41,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
41
41
  catch (e) { }
42
42
  try {
43
43
  returnComparator = function () {
44
- var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.Environments)));
44
+ var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.Environments), false));
45
45
  var projection_3 = flat_1.map(function (element_2) {
46
46
  return element_2.Status;
47
47
  });
@@ -21,11 +21,11 @@ export declare const getRuntimeConfig: (config: ElasticBeanstalkClientConfig) =>
21
21
  useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
22
22
  useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
23
23
  serviceId: string;
24
- region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
24
+ region: string | import("@aws-sdk/types").Provider<any>;
25
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
26
  regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
27
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
28
- defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
28
+ defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
29
29
  endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
30
30
  tls?: boolean | undefined;
31
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
@@ -19,11 +19,11 @@ export declare const getRuntimeConfig: (config: ElasticBeanstalkClientConfig) =>
19
19
  useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
21
  serviceId: string;
22
- region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
22
+ region: string | import("@aws-sdk/types").Provider<any>;
23
23
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
24
24
  regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
25
25
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
26
- defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
26
+ defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
27
27
  endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
28
  tls?: boolean | undefined;
29
29
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;