@aws-sdk/client-cloudformation 3.54.1 → 3.58.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 (107) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/CloudFormationClient.js +13 -13
  3. package/dist-cjs/commands/ActivateTypeCommand.js +3 -3
  4. package/dist-cjs/commands/BatchDescribeTypeConfigurationsCommand.js +3 -3
  5. package/dist-cjs/commands/CancelUpdateStackCommand.js +3 -3
  6. package/dist-cjs/commands/ContinueUpdateRollbackCommand.js +3 -3
  7. package/dist-cjs/commands/CreateChangeSetCommand.js +3 -3
  8. package/dist-cjs/commands/CreateStackCommand.js +3 -3
  9. package/dist-cjs/commands/CreateStackInstancesCommand.js +3 -3
  10. package/dist-cjs/commands/CreateStackSetCommand.js +3 -3
  11. package/dist-cjs/commands/DeactivateTypeCommand.js +3 -3
  12. package/dist-cjs/commands/DeleteChangeSetCommand.js +3 -3
  13. package/dist-cjs/commands/DeleteStackCommand.js +3 -3
  14. package/dist-cjs/commands/DeleteStackInstancesCommand.js +3 -3
  15. package/dist-cjs/commands/DeleteStackSetCommand.js +3 -3
  16. package/dist-cjs/commands/DeregisterTypeCommand.js +3 -3
  17. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +3 -3
  18. package/dist-cjs/commands/DescribeChangeSetCommand.js +3 -3
  19. package/dist-cjs/commands/DescribeChangeSetHooksCommand.js +3 -3
  20. package/dist-cjs/commands/DescribePublisherCommand.js +3 -3
  21. package/dist-cjs/commands/DescribeStackDriftDetectionStatusCommand.js +3 -3
  22. package/dist-cjs/commands/DescribeStackEventsCommand.js +3 -3
  23. package/dist-cjs/commands/DescribeStackInstanceCommand.js +3 -3
  24. package/dist-cjs/commands/DescribeStackResourceCommand.js +3 -3
  25. package/dist-cjs/commands/DescribeStackResourceDriftsCommand.js +3 -3
  26. package/dist-cjs/commands/DescribeStackResourcesCommand.js +3 -3
  27. package/dist-cjs/commands/DescribeStackSetCommand.js +3 -3
  28. package/dist-cjs/commands/DescribeStackSetOperationCommand.js +3 -3
  29. package/dist-cjs/commands/DescribeStacksCommand.js +3 -3
  30. package/dist-cjs/commands/DescribeTypeCommand.js +3 -3
  31. package/dist-cjs/commands/DescribeTypeRegistrationCommand.js +3 -3
  32. package/dist-cjs/commands/DetectStackDriftCommand.js +3 -3
  33. package/dist-cjs/commands/DetectStackResourceDriftCommand.js +3 -3
  34. package/dist-cjs/commands/DetectStackSetDriftCommand.js +3 -3
  35. package/dist-cjs/commands/EstimateTemplateCostCommand.js +3 -3
  36. package/dist-cjs/commands/ExecuteChangeSetCommand.js +3 -3
  37. package/dist-cjs/commands/GetStackPolicyCommand.js +3 -3
  38. package/dist-cjs/commands/GetTemplateCommand.js +3 -3
  39. package/dist-cjs/commands/GetTemplateSummaryCommand.js +3 -3
  40. package/dist-cjs/commands/ImportStacksToStackSetCommand.js +3 -3
  41. package/dist-cjs/commands/ListChangeSetsCommand.js +3 -3
  42. package/dist-cjs/commands/ListExportsCommand.js +3 -3
  43. package/dist-cjs/commands/ListImportsCommand.js +3 -3
  44. package/dist-cjs/commands/ListStackInstancesCommand.js +3 -3
  45. package/dist-cjs/commands/ListStackResourcesCommand.js +3 -3
  46. package/dist-cjs/commands/ListStackSetOperationResultsCommand.js +3 -3
  47. package/dist-cjs/commands/ListStackSetOperationsCommand.js +3 -3
  48. package/dist-cjs/commands/ListStackSetsCommand.js +3 -3
  49. package/dist-cjs/commands/ListStacksCommand.js +3 -3
  50. package/dist-cjs/commands/ListTypeRegistrationsCommand.js +3 -3
  51. package/dist-cjs/commands/ListTypeVersionsCommand.js +3 -3
  52. package/dist-cjs/commands/ListTypesCommand.js +3 -3
  53. package/dist-cjs/commands/PublishTypeCommand.js +3 -3
  54. package/dist-cjs/commands/RecordHandlerProgressCommand.js +3 -3
  55. package/dist-cjs/commands/RegisterPublisherCommand.js +3 -3
  56. package/dist-cjs/commands/RegisterTypeCommand.js +3 -3
  57. package/dist-cjs/commands/RollbackStackCommand.js +3 -3
  58. package/dist-cjs/commands/SetStackPolicyCommand.js +3 -3
  59. package/dist-cjs/commands/SetTypeConfigurationCommand.js +3 -3
  60. package/dist-cjs/commands/SetTypeDefaultVersionCommand.js +3 -3
  61. package/dist-cjs/commands/SignalResourceCommand.js +3 -3
  62. package/dist-cjs/commands/StopStackSetOperationCommand.js +3 -3
  63. package/dist-cjs/commands/TestTypeCommand.js +3 -3
  64. package/dist-cjs/commands/UpdateStackCommand.js +3 -3
  65. package/dist-cjs/commands/UpdateStackInstancesCommand.js +3 -3
  66. package/dist-cjs/commands/UpdateStackSetCommand.js +3 -3
  67. package/dist-cjs/commands/UpdateTerminationProtectionCommand.js +3 -3
  68. package/dist-cjs/commands/ValidateTemplateCommand.js +3 -3
  69. package/dist-cjs/endpoints.js +1 -1
  70. package/dist-cjs/protocols/Aws_query.js +564 -564
  71. package/dist-cjs/runtimeConfig.browser.js +4 -4
  72. package/dist-cjs/runtimeConfig.js +9 -9
  73. package/dist-cjs/runtimeConfig.native.js +1 -1
  74. package/dist-cjs/waiters/waitForChangeSetCreateComplete.js +3 -3
  75. package/dist-cjs/waiters/waitForStackCreateComplete.js +3 -3
  76. package/dist-cjs/waiters/waitForStackDeleteComplete.js +3 -3
  77. package/dist-cjs/waiters/waitForStackExists.js +3 -3
  78. package/dist-cjs/waiters/waitForStackImportComplete.js +3 -3
  79. package/dist-cjs/waiters/waitForStackRollbackComplete.js +3 -3
  80. package/dist-cjs/waiters/waitForStackUpdateComplete.js +3 -3
  81. package/dist-cjs/waiters/waitForTypeRegistrationComplete.js +3 -3
  82. package/dist-es/CloudFormation.js +66 -66
  83. package/dist-es/pagination/DescribeAccountLimitsPaginator.js +4 -4
  84. package/dist-es/pagination/DescribeStackEventsPaginator.js +4 -4
  85. package/dist-es/pagination/DescribeStackResourceDriftsPaginator.js +4 -4
  86. package/dist-es/pagination/DescribeStacksPaginator.js +4 -4
  87. package/dist-es/pagination/ListChangeSetsPaginator.js +4 -4
  88. package/dist-es/pagination/ListExportsPaginator.js +4 -4
  89. package/dist-es/pagination/ListImportsPaginator.js +4 -4
  90. package/dist-es/pagination/ListStackInstancesPaginator.js +4 -4
  91. package/dist-es/pagination/ListStackResourcesPaginator.js +4 -4
  92. package/dist-es/pagination/ListStackSetOperationResultsPaginator.js +4 -4
  93. package/dist-es/pagination/ListStackSetOperationsPaginator.js +4 -4
  94. package/dist-es/pagination/ListStackSetsPaginator.js +4 -4
  95. package/dist-es/pagination/ListStacksPaginator.js +4 -4
  96. package/dist-es/pagination/ListTypeRegistrationsPaginator.js +4 -4
  97. package/dist-es/pagination/ListTypeVersionsPaginator.js +4 -4
  98. package/dist-es/pagination/ListTypesPaginator.js +4 -4
  99. package/dist-es/protocols/Aws_query.js +87 -87
  100. package/dist-es/waiters/waitForStackCreateComplete.js +6 -6
  101. package/dist-es/waiters/waitForStackDeleteComplete.js +7 -7
  102. package/dist-es/waiters/waitForStackImportComplete.js +6 -6
  103. package/dist-es/waiters/waitForStackRollbackComplete.js +4 -4
  104. package/dist-es/waiters/waitForStackUpdateComplete.js +4 -4
  105. package/dist-types/runtimeConfig.native.d.ts +2 -2
  106. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  107. package/package.json +35 -35
@@ -4285,7 +4285,7 @@ var serializeAws_queryAccountList = function (input, context) {
4285
4285
  if (entry === null) {
4286
4286
  continue;
4287
4287
  }
4288
- entries["member." + counter] = entry;
4288
+ entries["member.".concat(counter)] = entry;
4289
4289
  counter++;
4290
4290
  }
4291
4291
  }
@@ -4322,7 +4322,7 @@ var serializeAws_queryActivateTypeInput = function (input, context) {
4322
4322
  var memberEntries = serializeAws_queryLoggingConfig(input.LoggingConfig, context);
4323
4323
  Object.entries(memberEntries).forEach(function (_a) {
4324
4324
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4325
- var loc = "LoggingConfig." + key;
4325
+ var loc = "LoggingConfig.".concat(key);
4326
4326
  entries[loc] = value;
4327
4327
  });
4328
4328
  }
@@ -4353,7 +4353,7 @@ var serializeAws_queryBatchDescribeTypeConfigurationsInput = function (input, co
4353
4353
  var memberEntries = serializeAws_queryTypeConfigurationIdentifiers(input.TypeConfigurationIdentifiers, context);
4354
4354
  Object.entries(memberEntries).forEach(function (_a) {
4355
4355
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4356
- var loc = "TypeConfigurationIdentifiers." + key;
4356
+ var loc = "TypeConfigurationIdentifiers.".concat(key);
4357
4357
  entries[loc] = value;
4358
4358
  });
4359
4359
  }
@@ -4379,7 +4379,7 @@ var serializeAws_queryCapabilities = function (input, context) {
4379
4379
  if (entry === null) {
4380
4380
  continue;
4381
4381
  }
4382
- entries["member." + counter] = entry;
4382
+ entries["member.".concat(counter)] = entry;
4383
4383
  counter++;
4384
4384
  }
4385
4385
  }
@@ -4404,7 +4404,7 @@ var serializeAws_queryContinueUpdateRollbackInput = function (input, context) {
4404
4404
  var memberEntries = serializeAws_queryResourcesToSkip(input.ResourcesToSkip, context);
4405
4405
  Object.entries(memberEntries).forEach(function (_a) {
4406
4406
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4407
- var loc = "ResourcesToSkip." + key;
4407
+ var loc = "ResourcesToSkip.".concat(key);
4408
4408
  entries[loc] = value;
4409
4409
  });
4410
4410
  }
@@ -4431,7 +4431,7 @@ var serializeAws_queryCreateChangeSetInput = function (input, context) {
4431
4431
  var memberEntries = serializeAws_queryParameters(input.Parameters, context);
4432
4432
  Object.entries(memberEntries).forEach(function (_a) {
4433
4433
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4434
- var loc = "Parameters." + key;
4434
+ var loc = "Parameters.".concat(key);
4435
4435
  entries[loc] = value;
4436
4436
  });
4437
4437
  }
@@ -4439,7 +4439,7 @@ var serializeAws_queryCreateChangeSetInput = function (input, context) {
4439
4439
  var memberEntries = serializeAws_queryCapabilities(input.Capabilities, 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 = "Capabilities." + key;
4442
+ var loc = "Capabilities.".concat(key);
4443
4443
  entries[loc] = value;
4444
4444
  });
4445
4445
  }
@@ -4447,7 +4447,7 @@ var serializeAws_queryCreateChangeSetInput = function (input, context) {
4447
4447
  var memberEntries = serializeAws_queryResourceTypes(input.ResourceTypes, 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 = "ResourceTypes." + key;
4450
+ var loc = "ResourceTypes.".concat(key);
4451
4451
  entries[loc] = value;
4452
4452
  });
4453
4453
  }
@@ -4458,7 +4458,7 @@ var serializeAws_queryCreateChangeSetInput = function (input, context) {
4458
4458
  var memberEntries = serializeAws_queryRollbackConfiguration(input.RollbackConfiguration, context);
4459
4459
  Object.entries(memberEntries).forEach(function (_a) {
4460
4460
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4461
- var loc = "RollbackConfiguration." + key;
4461
+ var loc = "RollbackConfiguration.".concat(key);
4462
4462
  entries[loc] = value;
4463
4463
  });
4464
4464
  }
@@ -4466,7 +4466,7 @@ var serializeAws_queryCreateChangeSetInput = function (input, context) {
4466
4466
  var memberEntries = serializeAws_queryNotificationARNs(input.NotificationARNs, context);
4467
4467
  Object.entries(memberEntries).forEach(function (_a) {
4468
4468
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4469
- var loc = "NotificationARNs." + key;
4469
+ var loc = "NotificationARNs.".concat(key);
4470
4470
  entries[loc] = value;
4471
4471
  });
4472
4472
  }
@@ -4474,7 +4474,7 @@ var serializeAws_queryCreateChangeSetInput = function (input, context) {
4474
4474
  var memberEntries = serializeAws_queryTags(input.Tags, context);
4475
4475
  Object.entries(memberEntries).forEach(function (_a) {
4476
4476
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4477
- var loc = "Tags." + key;
4477
+ var loc = "Tags.".concat(key);
4478
4478
  entries[loc] = value;
4479
4479
  });
4480
4480
  }
@@ -4494,7 +4494,7 @@ var serializeAws_queryCreateChangeSetInput = function (input, context) {
4494
4494
  var memberEntries = serializeAws_queryResourcesToImport(input.ResourcesToImport, context);
4495
4495
  Object.entries(memberEntries).forEach(function (_a) {
4496
4496
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4497
- var loc = "ResourcesToImport." + key;
4497
+ var loc = "ResourcesToImport.".concat(key);
4498
4498
  entries[loc] = value;
4499
4499
  });
4500
4500
  }
@@ -4518,7 +4518,7 @@ var serializeAws_queryCreateStackInput = function (input, context) {
4518
4518
  var memberEntries = serializeAws_queryParameters(input.Parameters, context);
4519
4519
  Object.entries(memberEntries).forEach(function (_a) {
4520
4520
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4521
- var loc = "Parameters." + key;
4521
+ var loc = "Parameters.".concat(key);
4522
4522
  entries[loc] = value;
4523
4523
  });
4524
4524
  }
@@ -4529,7 +4529,7 @@ var serializeAws_queryCreateStackInput = function (input, context) {
4529
4529
  var memberEntries = serializeAws_queryRollbackConfiguration(input.RollbackConfiguration, context);
4530
4530
  Object.entries(memberEntries).forEach(function (_a) {
4531
4531
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4532
- var loc = "RollbackConfiguration." + key;
4532
+ var loc = "RollbackConfiguration.".concat(key);
4533
4533
  entries[loc] = value;
4534
4534
  });
4535
4535
  }
@@ -4540,7 +4540,7 @@ var serializeAws_queryCreateStackInput = function (input, context) {
4540
4540
  var memberEntries = serializeAws_queryNotificationARNs(input.NotificationARNs, context);
4541
4541
  Object.entries(memberEntries).forEach(function (_a) {
4542
4542
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4543
- var loc = "NotificationARNs." + key;
4543
+ var loc = "NotificationARNs.".concat(key);
4544
4544
  entries[loc] = value;
4545
4545
  });
4546
4546
  }
@@ -4548,7 +4548,7 @@ var serializeAws_queryCreateStackInput = function (input, context) {
4548
4548
  var memberEntries = serializeAws_queryCapabilities(input.Capabilities, context);
4549
4549
  Object.entries(memberEntries).forEach(function (_a) {
4550
4550
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4551
- var loc = "Capabilities." + key;
4551
+ var loc = "Capabilities.".concat(key);
4552
4552
  entries[loc] = value;
4553
4553
  });
4554
4554
  }
@@ -4556,7 +4556,7 @@ var serializeAws_queryCreateStackInput = function (input, context) {
4556
4556
  var memberEntries = serializeAws_queryResourceTypes(input.ResourceTypes, context);
4557
4557
  Object.entries(memberEntries).forEach(function (_a) {
4558
4558
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4559
- var loc = "ResourceTypes." + key;
4559
+ var loc = "ResourceTypes.".concat(key);
4560
4560
  entries[loc] = value;
4561
4561
  });
4562
4562
  }
@@ -4576,7 +4576,7 @@ var serializeAws_queryCreateStackInput = function (input, context) {
4576
4576
  var memberEntries = serializeAws_queryTags(input.Tags, context);
4577
4577
  Object.entries(memberEntries).forEach(function (_a) {
4578
4578
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4579
- var loc = "Tags." + key;
4579
+ var loc = "Tags.".concat(key);
4580
4580
  entries[loc] = value;
4581
4581
  });
4582
4582
  }
@@ -4597,7 +4597,7 @@ var serializeAws_queryCreateStackInstancesInput = function (input, context) {
4597
4597
  var memberEntries = serializeAws_queryAccountList(input.Accounts, context);
4598
4598
  Object.entries(memberEntries).forEach(function (_a) {
4599
4599
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4600
- var loc = "Accounts." + key;
4600
+ var loc = "Accounts.".concat(key);
4601
4601
  entries[loc] = value;
4602
4602
  });
4603
4603
  }
@@ -4605,7 +4605,7 @@ var serializeAws_queryCreateStackInstancesInput = function (input, context) {
4605
4605
  var memberEntries = serializeAws_queryDeploymentTargets(input.DeploymentTargets, context);
4606
4606
  Object.entries(memberEntries).forEach(function (_a) {
4607
4607
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4608
- var loc = "DeploymentTargets." + key;
4608
+ var loc = "DeploymentTargets.".concat(key);
4609
4609
  entries[loc] = value;
4610
4610
  });
4611
4611
  }
@@ -4613,7 +4613,7 @@ var serializeAws_queryCreateStackInstancesInput = function (input, context) {
4613
4613
  var memberEntries = serializeAws_queryRegionList(input.Regions, context);
4614
4614
  Object.entries(memberEntries).forEach(function (_a) {
4615
4615
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4616
- var loc = "Regions." + key;
4616
+ var loc = "Regions.".concat(key);
4617
4617
  entries[loc] = value;
4618
4618
  });
4619
4619
  }
@@ -4621,7 +4621,7 @@ var serializeAws_queryCreateStackInstancesInput = function (input, context) {
4621
4621
  var memberEntries = serializeAws_queryParameters(input.ParameterOverrides, context);
4622
4622
  Object.entries(memberEntries).forEach(function (_a) {
4623
4623
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4624
- var loc = "ParameterOverrides." + key;
4624
+ var loc = "ParameterOverrides.".concat(key);
4625
4625
  entries[loc] = value;
4626
4626
  });
4627
4627
  }
@@ -4629,7 +4629,7 @@ var serializeAws_queryCreateStackInstancesInput = function (input, context) {
4629
4629
  var memberEntries = serializeAws_queryStackSetOperationPreferences(input.OperationPreferences, context);
4630
4630
  Object.entries(memberEntries).forEach(function (_a) {
4631
4631
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4632
- var loc = "OperationPreferences." + key;
4632
+ var loc = "OperationPreferences.".concat(key);
4633
4633
  entries[loc] = value;
4634
4634
  });
4635
4635
  }
@@ -4665,7 +4665,7 @@ var serializeAws_queryCreateStackSetInput = function (input, context) {
4665
4665
  var memberEntries = serializeAws_queryParameters(input.Parameters, context);
4666
4666
  Object.entries(memberEntries).forEach(function (_a) {
4667
4667
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4668
- var loc = "Parameters." + key;
4668
+ var loc = "Parameters.".concat(key);
4669
4669
  entries[loc] = value;
4670
4670
  });
4671
4671
  }
@@ -4673,7 +4673,7 @@ var serializeAws_queryCreateStackSetInput = function (input, context) {
4673
4673
  var memberEntries = serializeAws_queryCapabilities(input.Capabilities, context);
4674
4674
  Object.entries(memberEntries).forEach(function (_a) {
4675
4675
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4676
- var loc = "Capabilities." + key;
4676
+ var loc = "Capabilities.".concat(key);
4677
4677
  entries[loc] = value;
4678
4678
  });
4679
4679
  }
@@ -4681,7 +4681,7 @@ var serializeAws_queryCreateStackSetInput = function (input, context) {
4681
4681
  var memberEntries = serializeAws_queryTags(input.Tags, context);
4682
4682
  Object.entries(memberEntries).forEach(function (_a) {
4683
4683
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4684
- var loc = "Tags." + key;
4684
+ var loc = "Tags.".concat(key);
4685
4685
  entries[loc] = value;
4686
4686
  });
4687
4687
  }
@@ -4698,7 +4698,7 @@ var serializeAws_queryCreateStackSetInput = function (input, context) {
4698
4698
  var memberEntries = serializeAws_queryAutoDeployment(input.AutoDeployment, context);
4699
4699
  Object.entries(memberEntries).forEach(function (_a) {
4700
4700
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4701
- var loc = "AutoDeployment." + key;
4701
+ var loc = "AutoDeployment.".concat(key);
4702
4702
  entries[loc] = value;
4703
4703
  });
4704
4704
  }
@@ -4715,7 +4715,7 @@ var serializeAws_queryCreateStackSetInput = function (input, context) {
4715
4715
  var memberEntries = serializeAws_queryManagedExecution(input.ManagedExecution, context);
4716
4716
  Object.entries(memberEntries).forEach(function (_a) {
4717
4717
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4718
- var loc = "ManagedExecution." + key;
4718
+ var loc = "ManagedExecution.".concat(key);
4719
4719
  entries[loc] = value;
4720
4720
  });
4721
4721
  }
@@ -4753,7 +4753,7 @@ var serializeAws_queryDeleteStackInput = function (input, context) {
4753
4753
  var memberEntries = serializeAws_queryRetainResources(input.RetainResources, context);
4754
4754
  Object.entries(memberEntries).forEach(function (_a) {
4755
4755
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4756
- var loc = "RetainResources." + key;
4756
+ var loc = "RetainResources.".concat(key);
4757
4757
  entries[loc] = value;
4758
4758
  });
4759
4759
  }
@@ -4774,7 +4774,7 @@ var serializeAws_queryDeleteStackInstancesInput = function (input, context) {
4774
4774
  var memberEntries = serializeAws_queryAccountList(input.Accounts, context);
4775
4775
  Object.entries(memberEntries).forEach(function (_a) {
4776
4776
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4777
- var loc = "Accounts." + key;
4777
+ var loc = "Accounts.".concat(key);
4778
4778
  entries[loc] = value;
4779
4779
  });
4780
4780
  }
@@ -4782,7 +4782,7 @@ var serializeAws_queryDeleteStackInstancesInput = function (input, context) {
4782
4782
  var memberEntries = serializeAws_queryDeploymentTargets(input.DeploymentTargets, context);
4783
4783
  Object.entries(memberEntries).forEach(function (_a) {
4784
4784
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4785
- var loc = "DeploymentTargets." + key;
4785
+ var loc = "DeploymentTargets.".concat(key);
4786
4786
  entries[loc] = value;
4787
4787
  });
4788
4788
  }
@@ -4790,7 +4790,7 @@ var serializeAws_queryDeleteStackInstancesInput = function (input, context) {
4790
4790
  var memberEntries = serializeAws_queryRegionList(input.Regions, context);
4791
4791
  Object.entries(memberEntries).forEach(function (_a) {
4792
4792
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4793
- var loc = "Regions." + key;
4793
+ var loc = "Regions.".concat(key);
4794
4794
  entries[loc] = value;
4795
4795
  });
4796
4796
  }
@@ -4798,7 +4798,7 @@ var serializeAws_queryDeleteStackInstancesInput = function (input, context) {
4798
4798
  var memberEntries = serializeAws_queryStackSetOperationPreferences(input.OperationPreferences, context);
4799
4799
  Object.entries(memberEntries).forEach(function (_a) {
4800
4800
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4801
- var loc = "OperationPreferences." + key;
4801
+ var loc = "OperationPreferences.".concat(key);
4802
4802
  entries[loc] = value;
4803
4803
  });
4804
4804
  }
@@ -4832,7 +4832,7 @@ var serializeAws_queryDeploymentTargets = function (input, context) {
4832
4832
  var memberEntries = serializeAws_queryAccountList(input.Accounts, context);
4833
4833
  Object.entries(memberEntries).forEach(function (_a) {
4834
4834
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4835
- var loc = "Accounts." + key;
4835
+ var loc = "Accounts.".concat(key);
4836
4836
  entries[loc] = value;
4837
4837
  });
4838
4838
  }
@@ -4843,7 +4843,7 @@ var serializeAws_queryDeploymentTargets = function (input, context) {
4843
4843
  var memberEntries = serializeAws_queryOrganizationalUnitIdList(input.OrganizationalUnitIds, context);
4844
4844
  Object.entries(memberEntries).forEach(function (_a) {
4845
4845
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4846
- var loc = "OrganizationalUnitIds." + key;
4846
+ var loc = "OrganizationalUnitIds.".concat(key);
4847
4847
  entries[loc] = value;
4848
4848
  });
4849
4849
  }
@@ -4950,7 +4950,7 @@ var serializeAws_queryDescribeStackResourceDriftsInput = function (input, contex
4950
4950
  var memberEntries = serializeAws_queryStackResourceDriftStatusFilters(input.StackResourceDriftStatusFilters, context);
4951
4951
  Object.entries(memberEntries).forEach(function (_a) {
4952
4952
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4953
- var loc = "StackResourceDriftStatusFilters." + key;
4953
+ var loc = "StackResourceDriftStatusFilters.".concat(key);
4954
4954
  entries[loc] = value;
4955
4955
  });
4956
4956
  }
@@ -5056,7 +5056,7 @@ var serializeAws_queryDetectStackDriftInput = function (input, context) {
5056
5056
  var memberEntries = serializeAws_queryLogicalResourceIds(input.LogicalResourceIds, context);
5057
5057
  Object.entries(memberEntries).forEach(function (_a) {
5058
5058
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5059
- var loc = "LogicalResourceIds." + key;
5059
+ var loc = "LogicalResourceIds.".concat(key);
5060
5060
  entries[loc] = value;
5061
5061
  });
5062
5062
  }
@@ -5081,7 +5081,7 @@ var serializeAws_queryDetectStackSetDriftInput = function (input, context) {
5081
5081
  var memberEntries = serializeAws_queryStackSetOperationPreferences(input.OperationPreferences, context);
5082
5082
  Object.entries(memberEntries).forEach(function (_a) {
5083
5083
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5084
- var loc = "OperationPreferences." + key;
5084
+ var loc = "OperationPreferences.".concat(key);
5085
5085
  entries[loc] = value;
5086
5086
  });
5087
5087
  }
@@ -5108,7 +5108,7 @@ var serializeAws_queryEstimateTemplateCostInput = function (input, context) {
5108
5108
  var memberEntries = serializeAws_queryParameters(input.Parameters, context);
5109
5109
  Object.entries(memberEntries).forEach(function (_a) {
5110
5110
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5111
- var loc = "Parameters." + key;
5111
+ var loc = "Parameters.".concat(key);
5112
5112
  entries[loc] = value;
5113
5113
  });
5114
5114
  }
@@ -5178,7 +5178,7 @@ var serializeAws_queryImportStacksToStackSetInput = function (input, context) {
5178
5178
  var memberEntries = serializeAws_queryStackIdList(input.StackIds, context);
5179
5179
  Object.entries(memberEntries).forEach(function (_a) {
5180
5180
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5181
- var loc = "StackIds." + key;
5181
+ var loc = "StackIds.".concat(key);
5182
5182
  entries[loc] = value;
5183
5183
  });
5184
5184
  }
@@ -5189,7 +5189,7 @@ var serializeAws_queryImportStacksToStackSetInput = function (input, context) {
5189
5189
  var memberEntries = serializeAws_queryOrganizationalUnitIdList(input.OrganizationalUnitIds, context);
5190
5190
  Object.entries(memberEntries).forEach(function (_a) {
5191
5191
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5192
- var loc = "OrganizationalUnitIds." + key;
5192
+ var loc = "OrganizationalUnitIds.".concat(key);
5193
5193
  entries[loc] = value;
5194
5194
  });
5195
5195
  }
@@ -5197,7 +5197,7 @@ var serializeAws_queryImportStacksToStackSetInput = function (input, context) {
5197
5197
  var memberEntries = serializeAws_queryStackSetOperationPreferences(input.OperationPreferences, context);
5198
5198
  Object.entries(memberEntries).forEach(function (_a) {
5199
5199
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5200
- var loc = "OperationPreferences." + key;
5200
+ var loc = "OperationPreferences.".concat(key);
5201
5201
  entries[loc] = value;
5202
5202
  });
5203
5203
  }
@@ -5254,7 +5254,7 @@ var serializeAws_queryListStackInstancesInput = function (input, context) {
5254
5254
  var memberEntries = serializeAws_queryStackInstanceFilters(input.Filters, context);
5255
5255
  Object.entries(memberEntries).forEach(function (_a) {
5256
5256
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5257
- var loc = "Filters." + key;
5257
+ var loc = "Filters.".concat(key);
5258
5258
  entries[loc] = value;
5259
5259
  });
5260
5260
  }
@@ -5339,7 +5339,7 @@ var serializeAws_queryListStacksInput = function (input, context) {
5339
5339
  var memberEntries = serializeAws_queryStackStatusFilter(input.StackStatusFilter, context);
5340
5340
  Object.entries(memberEntries).forEach(function (_a) {
5341
5341
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5342
- var loc = "StackStatusFilter." + key;
5342
+ var loc = "StackStatusFilter.".concat(key);
5343
5343
  entries[loc] = value;
5344
5344
  });
5345
5345
  }
@@ -5385,7 +5385,7 @@ var serializeAws_queryListTypesInput = function (input, context) {
5385
5385
  var memberEntries = serializeAws_queryTypeFilters(input.Filters, context);
5386
5386
  Object.entries(memberEntries).forEach(function (_a) {
5387
5387
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5388
- var loc = "Filters." + key;
5388
+ var loc = "Filters.".concat(key);
5389
5389
  entries[loc] = value;
5390
5390
  });
5391
5391
  }
@@ -5442,7 +5442,7 @@ var serializeAws_queryLogicalResourceIds = function (input, context) {
5442
5442
  if (entry === null) {
5443
5443
  continue;
5444
5444
  }
5445
- entries["member." + counter] = entry;
5445
+ entries["member.".concat(counter)] = entry;
5446
5446
  counter++;
5447
5447
  }
5448
5448
  }
@@ -5472,7 +5472,7 @@ var serializeAws_queryNotificationARNs = function (input, context) {
5472
5472
  if (entry === null) {
5473
5473
  continue;
5474
5474
  }
5475
- entries["member." + counter] = entry;
5475
+ entries["member.".concat(counter)] = entry;
5476
5476
  counter++;
5477
5477
  }
5478
5478
  }
@@ -5495,7 +5495,7 @@ var serializeAws_queryOrganizationalUnitIdList = function (input, context) {
5495
5495
  if (entry === null) {
5496
5496
  continue;
5497
5497
  }
5498
- entries["member." + counter] = entry;
5498
+ entries["member.".concat(counter)] = entry;
5499
5499
  counter++;
5500
5500
  }
5501
5501
  }
@@ -5537,7 +5537,7 @@ var serializeAws_queryParameters = function (input, context) {
5537
5537
  var memberEntries = serializeAws_queryParameter(entry, context);
5538
5538
  Object.entries(memberEntries).forEach(function (_a) {
5539
5539
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5540
- entries["member." + counter + "." + key] = value;
5540
+ entries["member.".concat(counter, ".").concat(key)] = value;
5541
5541
  });
5542
5542
  counter++;
5543
5543
  }
@@ -5602,7 +5602,7 @@ var serializeAws_queryRegionList = function (input, context) {
5602
5602
  if (entry === null) {
5603
5603
  continue;
5604
5604
  }
5605
- entries["member." + counter] = entry;
5605
+ entries["member.".concat(counter)] = entry;
5606
5606
  counter++;
5607
5607
  }
5608
5608
  }
@@ -5640,7 +5640,7 @@ var serializeAws_queryRegisterTypeInput = function (input, context) {
5640
5640
  var memberEntries = serializeAws_queryLoggingConfig(input.LoggingConfig, context);
5641
5641
  Object.entries(memberEntries).forEach(function (_a) {
5642
5642
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5643
- var loc = "LoggingConfig." + key;
5643
+ var loc = "LoggingConfig.".concat(key);
5644
5644
  entries[loc] = value;
5645
5645
  });
5646
5646
  }
@@ -5658,8 +5658,8 @@ var serializeAws_queryResourceIdentifierProperties = function (input, context) {
5658
5658
  Object.keys(input)
5659
5659
  .filter(function (key) { return input[key] != null; })
5660
5660
  .forEach(function (key) {
5661
- entries["entry." + counter + ".key"] = key;
5662
- entries["entry." + counter + ".value"] = input[key];
5661
+ entries["entry.".concat(counter, ".key")] = key;
5662
+ entries["entry.".concat(counter, ".value")] = input[key];
5663
5663
  counter++;
5664
5664
  });
5665
5665
  return entries;
@@ -5677,7 +5677,7 @@ var serializeAws_queryResourcesToImport = function (input, context) {
5677
5677
  var memberEntries = serializeAws_queryResourceToImport(entry, context);
5678
5678
  Object.entries(memberEntries).forEach(function (_a) {
5679
5679
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5680
- entries["member." + counter + "." + key] = value;
5680
+ entries["member.".concat(counter, ".").concat(key)] = value;
5681
5681
  });
5682
5682
  counter++;
5683
5683
  }
@@ -5701,7 +5701,7 @@ var serializeAws_queryResourcesToSkip = function (input, context) {
5701
5701
  if (entry === null) {
5702
5702
  continue;
5703
5703
  }
5704
- entries["member." + counter] = entry;
5704
+ entries["member.".concat(counter)] = entry;
5705
5705
  counter++;
5706
5706
  }
5707
5707
  }
@@ -5726,7 +5726,7 @@ var serializeAws_queryResourceToImport = function (input, context) {
5726
5726
  var memberEntries = serializeAws_queryResourceIdentifierProperties(input.ResourceIdentifier, context);
5727
5727
  Object.entries(memberEntries).forEach(function (_a) {
5728
5728
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5729
- var loc = "ResourceIdentifier." + key;
5729
+ var loc = "ResourceIdentifier.".concat(key);
5730
5730
  entries[loc] = value;
5731
5731
  });
5732
5732
  }
@@ -5742,7 +5742,7 @@ var serializeAws_queryResourceTypes = function (input, context) {
5742
5742
  if (entry === null) {
5743
5743
  continue;
5744
5744
  }
5745
- entries["member." + counter] = entry;
5745
+ entries["member.".concat(counter)] = entry;
5746
5746
  counter++;
5747
5747
  }
5748
5748
  }
@@ -5765,7 +5765,7 @@ var serializeAws_queryRetainResources = function (input, context) {
5765
5765
  if (entry === null) {
5766
5766
  continue;
5767
5767
  }
5768
- entries["member." + counter] = entry;
5768
+ entries["member.".concat(counter)] = entry;
5769
5769
  counter++;
5770
5770
  }
5771
5771
  }
@@ -5784,7 +5784,7 @@ var serializeAws_queryRollbackConfiguration = function (input, context) {
5784
5784
  var memberEntries = serializeAws_queryRollbackTriggers(input.RollbackTriggers, context);
5785
5785
  Object.entries(memberEntries).forEach(function (_a) {
5786
5786
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5787
- var loc = "RollbackTriggers." + key;
5787
+ var loc = "RollbackTriggers.".concat(key);
5788
5788
  entries[loc] = value;
5789
5789
  });
5790
5790
  }
@@ -5829,7 +5829,7 @@ var serializeAws_queryRollbackTriggers = function (input, context) {
5829
5829
  var memberEntries = serializeAws_queryRollbackTrigger(entry, context);
5830
5830
  Object.entries(memberEntries).forEach(function (_a) {
5831
5831
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5832
- entries["member." + counter + "." + key] = value;
5832
+ entries["member.".concat(counter, ".").concat(key)] = value;
5833
5833
  });
5834
5834
  counter++;
5835
5835
  }
@@ -5917,7 +5917,7 @@ var serializeAws_queryStackIdList = function (input, context) {
5917
5917
  if (entry === null) {
5918
5918
  continue;
5919
5919
  }
5920
- entries["member." + counter] = entry;
5920
+ entries["member.".concat(counter)] = entry;
5921
5921
  counter++;
5922
5922
  }
5923
5923
  }
@@ -5953,7 +5953,7 @@ var serializeAws_queryStackInstanceFilters = function (input, context) {
5953
5953
  var memberEntries = serializeAws_queryStackInstanceFilter(entry, context);
5954
5954
  Object.entries(memberEntries).forEach(function (_a) {
5955
5955
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5956
- entries["member." + counter + "." + key] = value;
5956
+ entries["member.".concat(counter, ".").concat(key)] = value;
5957
5957
  });
5958
5958
  counter++;
5959
5959
  }
@@ -5977,7 +5977,7 @@ var serializeAws_queryStackResourceDriftStatusFilters = function (input, context
5977
5977
  if (entry === null) {
5978
5978
  continue;
5979
5979
  }
5980
- entries["member." + counter] = entry;
5980
+ entries["member.".concat(counter)] = entry;
5981
5981
  counter++;
5982
5982
  }
5983
5983
  }
@@ -5999,7 +5999,7 @@ var serializeAws_queryStackSetOperationPreferences = function (input, context) {
5999
5999
  var memberEntries = serializeAws_queryRegionList(input.RegionOrder, context);
6000
6000
  Object.entries(memberEntries).forEach(function (_a) {
6001
6001
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
6002
- var loc = "RegionOrder." + key;
6002
+ var loc = "RegionOrder.".concat(key);
6003
6003
  entries[loc] = value;
6004
6004
  });
6005
6005
  }
@@ -6027,7 +6027,7 @@ var serializeAws_queryStackStatusFilter = function (input, context) {
6027
6027
  if (entry === null) {
6028
6028
  continue;
6029
6029
  }
6030
- entries["member." + counter] = entry;
6030
+ entries["member.".concat(counter)] = entry;
6031
6031
  counter++;
6032
6032
  }
6033
6033
  }
@@ -6076,7 +6076,7 @@ var serializeAws_queryTags = function (input, context) {
6076
6076
  var memberEntries = serializeAws_queryTag(entry, context);
6077
6077
  Object.entries(memberEntries).forEach(function (_a) {
6078
6078
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
6079
- entries["member." + counter + "." + key] = value;
6079
+ entries["member.".concat(counter, ".").concat(key)] = value;
6080
6080
  });
6081
6081
  counter++;
6082
6082
  }
@@ -6141,7 +6141,7 @@ var serializeAws_queryTypeConfigurationIdentifiers = function (input, context) {
6141
6141
  var memberEntries = serializeAws_queryTypeConfigurationIdentifier(entry, context);
6142
6142
  Object.entries(memberEntries).forEach(function (_a) {
6143
6143
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
6144
- entries["member." + counter + "." + key] = value;
6144
+ entries["member.".concat(counter, ".").concat(key)] = value;
6145
6145
  });
6146
6146
  counter++;
6147
6147
  }
@@ -6192,7 +6192,7 @@ var serializeAws_queryUpdateStackInput = function (input, context) {
6192
6192
  var memberEntries = serializeAws_queryParameters(input.Parameters, context);
6193
6193
  Object.entries(memberEntries).forEach(function (_a) {
6194
6194
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
6195
- var loc = "Parameters." + key;
6195
+ var loc = "Parameters.".concat(key);
6196
6196
  entries[loc] = value;
6197
6197
  });
6198
6198
  }
@@ -6200,7 +6200,7 @@ var serializeAws_queryUpdateStackInput = function (input, context) {
6200
6200
  var memberEntries = serializeAws_queryCapabilities(input.Capabilities, context);
6201
6201
  Object.entries(memberEntries).forEach(function (_a) {
6202
6202
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
6203
- var loc = "Capabilities." + key;
6203
+ var loc = "Capabilities.".concat(key);
6204
6204
  entries[loc] = value;
6205
6205
  });
6206
6206
  }
@@ -6208,7 +6208,7 @@ var serializeAws_queryUpdateStackInput = function (input, context) {
6208
6208
  var memberEntries = serializeAws_queryResourceTypes(input.ResourceTypes, context);
6209
6209
  Object.entries(memberEntries).forEach(function (_a) {
6210
6210
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
6211
- var loc = "ResourceTypes." + key;
6211
+ var loc = "ResourceTypes.".concat(key);
6212
6212
  entries[loc] = value;
6213
6213
  });
6214
6214
  }
@@ -6219,7 +6219,7 @@ var serializeAws_queryUpdateStackInput = function (input, context) {
6219
6219
  var memberEntries = serializeAws_queryRollbackConfiguration(input.RollbackConfiguration, context);
6220
6220
  Object.entries(memberEntries).forEach(function (_a) {
6221
6221
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
6222
- var loc = "RollbackConfiguration." + key;
6222
+ var loc = "RollbackConfiguration.".concat(key);
6223
6223
  entries[loc] = value;
6224
6224
  });
6225
6225
  }
@@ -6233,7 +6233,7 @@ var serializeAws_queryUpdateStackInput = function (input, context) {
6233
6233
  var memberEntries = serializeAws_queryNotificationARNs(input.NotificationARNs, context);
6234
6234
  Object.entries(memberEntries).forEach(function (_a) {
6235
6235
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
6236
- var loc = "NotificationARNs." + key;
6236
+ var loc = "NotificationARNs.".concat(key);
6237
6237
  entries[loc] = value;
6238
6238
  });
6239
6239
  }
@@ -6241,7 +6241,7 @@ var serializeAws_queryUpdateStackInput = function (input, context) {
6241
6241
  var memberEntries = serializeAws_queryTags(input.Tags, context);
6242
6242
  Object.entries(memberEntries).forEach(function (_a) {
6243
6243
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
6244
- var loc = "Tags." + key;
6244
+ var loc = "Tags.".concat(key);
6245
6245
  entries[loc] = value;
6246
6246
  });
6247
6247
  }
@@ -6262,7 +6262,7 @@ var serializeAws_queryUpdateStackInstancesInput = function (input, context) {
6262
6262
  var memberEntries = serializeAws_queryAccountList(input.Accounts, context);
6263
6263
  Object.entries(memberEntries).forEach(function (_a) {
6264
6264
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
6265
- var loc = "Accounts." + key;
6265
+ var loc = "Accounts.".concat(key);
6266
6266
  entries[loc] = value;
6267
6267
  });
6268
6268
  }
@@ -6270,7 +6270,7 @@ var serializeAws_queryUpdateStackInstancesInput = function (input, context) {
6270
6270
  var memberEntries = serializeAws_queryDeploymentTargets(input.DeploymentTargets, context);
6271
6271
  Object.entries(memberEntries).forEach(function (_a) {
6272
6272
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
6273
- var loc = "DeploymentTargets." + key;
6273
+ var loc = "DeploymentTargets.".concat(key);
6274
6274
  entries[loc] = value;
6275
6275
  });
6276
6276
  }
@@ -6278,7 +6278,7 @@ var serializeAws_queryUpdateStackInstancesInput = function (input, context) {
6278
6278
  var memberEntries = serializeAws_queryRegionList(input.Regions, context);
6279
6279
  Object.entries(memberEntries).forEach(function (_a) {
6280
6280
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
6281
- var loc = "Regions." + key;
6281
+ var loc = "Regions.".concat(key);
6282
6282
  entries[loc] = value;
6283
6283
  });
6284
6284
  }
@@ -6286,7 +6286,7 @@ var serializeAws_queryUpdateStackInstancesInput = function (input, context) {
6286
6286
  var memberEntries = serializeAws_queryParameters(input.ParameterOverrides, context);
6287
6287
  Object.entries(memberEntries).forEach(function (_a) {
6288
6288
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
6289
- var loc = "ParameterOverrides." + key;
6289
+ var loc = "ParameterOverrides.".concat(key);
6290
6290
  entries[loc] = value;
6291
6291
  });
6292
6292
  }
@@ -6294,7 +6294,7 @@ var serializeAws_queryUpdateStackInstancesInput = function (input, context) {
6294
6294
  var memberEntries = serializeAws_queryStackSetOperationPreferences(input.OperationPreferences, context);
6295
6295
  Object.entries(memberEntries).forEach(function (_a) {
6296
6296
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
6297
- var loc = "OperationPreferences." + key;
6297
+ var loc = "OperationPreferences.".concat(key);
6298
6298
  entries[loc] = value;
6299
6299
  });
6300
6300
  }
@@ -6330,7 +6330,7 @@ var serializeAws_queryUpdateStackSetInput = function (input, context) {
6330
6330
  var memberEntries = serializeAws_queryParameters(input.Parameters, context);
6331
6331
  Object.entries(memberEntries).forEach(function (_a) {
6332
6332
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
6333
- var loc = "Parameters." + key;
6333
+ var loc = "Parameters.".concat(key);
6334
6334
  entries[loc] = value;
6335
6335
  });
6336
6336
  }
@@ -6338,7 +6338,7 @@ var serializeAws_queryUpdateStackSetInput = function (input, context) {
6338
6338
  var memberEntries = serializeAws_queryCapabilities(input.Capabilities, context);
6339
6339
  Object.entries(memberEntries).forEach(function (_a) {
6340
6340
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
6341
- var loc = "Capabilities." + key;
6341
+ var loc = "Capabilities.".concat(key);
6342
6342
  entries[loc] = value;
6343
6343
  });
6344
6344
  }
@@ -6346,7 +6346,7 @@ var serializeAws_queryUpdateStackSetInput = function (input, context) {
6346
6346
  var memberEntries = serializeAws_queryTags(input.Tags, context);
6347
6347
  Object.entries(memberEntries).forEach(function (_a) {
6348
6348
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
6349
- var loc = "Tags." + key;
6349
+ var loc = "Tags.".concat(key);
6350
6350
  entries[loc] = value;
6351
6351
  });
6352
6352
  }
@@ -6354,7 +6354,7 @@ var serializeAws_queryUpdateStackSetInput = function (input, context) {
6354
6354
  var memberEntries = serializeAws_queryStackSetOperationPreferences(input.OperationPreferences, context);
6355
6355
  Object.entries(memberEntries).forEach(function (_a) {
6356
6356
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
6357
- var loc = "OperationPreferences." + key;
6357
+ var loc = "OperationPreferences.".concat(key);
6358
6358
  entries[loc] = value;
6359
6359
  });
6360
6360
  }
@@ -6368,7 +6368,7 @@ var serializeAws_queryUpdateStackSetInput = function (input, context) {
6368
6368
  var memberEntries = serializeAws_queryDeploymentTargets(input.DeploymentTargets, context);
6369
6369
  Object.entries(memberEntries).forEach(function (_a) {
6370
6370
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
6371
- var loc = "DeploymentTargets." + key;
6371
+ var loc = "DeploymentTargets.".concat(key);
6372
6372
  entries[loc] = value;
6373
6373
  });
6374
6374
  }
@@ -6379,7 +6379,7 @@ var serializeAws_queryUpdateStackSetInput = function (input, context) {
6379
6379
  var memberEntries = serializeAws_queryAutoDeployment(input.AutoDeployment, context);
6380
6380
  Object.entries(memberEntries).forEach(function (_a) {
6381
6381
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
6382
- var loc = "AutoDeployment." + key;
6382
+ var loc = "AutoDeployment.".concat(key);
6383
6383
  entries[loc] = value;
6384
6384
  });
6385
6385
  }
@@ -6393,7 +6393,7 @@ var serializeAws_queryUpdateStackSetInput = function (input, context) {
6393
6393
  var memberEntries = serializeAws_queryAccountList(input.Accounts, context);
6394
6394
  Object.entries(memberEntries).forEach(function (_a) {
6395
6395
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
6396
- var loc = "Accounts." + key;
6396
+ var loc = "Accounts.".concat(key);
6397
6397
  entries[loc] = value;
6398
6398
  });
6399
6399
  }
@@ -6401,7 +6401,7 @@ var serializeAws_queryUpdateStackSetInput = function (input, context) {
6401
6401
  var memberEntries = serializeAws_queryRegionList(input.Regions, context);
6402
6402
  Object.entries(memberEntries).forEach(function (_a) {
6403
6403
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
6404
- var loc = "Regions." + key;
6404
+ var loc = "Regions.".concat(key);
6405
6405
  entries[loc] = value;
6406
6406
  });
6407
6407
  }
@@ -6412,7 +6412,7 @@ var serializeAws_queryUpdateStackSetInput = function (input, context) {
6412
6412
  var memberEntries = serializeAws_queryManagedExecution(input.ManagedExecution, context);
6413
6413
  Object.entries(memberEntries).forEach(function (_a) {
6414
6414
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
6415
- var loc = "ManagedExecution." + key;
6415
+ var loc = "ManagedExecution.".concat(key);
6416
6416
  entries[loc] = value;
6417
6417
  });
6418
6418
  }