@aws-sdk/client-cloudformation 3.131.0 → 3.137.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 (138) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/commands/ActivateTypeCommand.js +2 -2
  3. package/dist-cjs/commands/BatchDescribeTypeConfigurationsCommand.js +2 -2
  4. package/dist-cjs/commands/CancelUpdateStackCommand.js +1 -1
  5. package/dist-cjs/commands/ContinueUpdateRollbackCommand.js +2 -2
  6. package/dist-cjs/commands/CreateChangeSetCommand.js +2 -2
  7. package/dist-cjs/commands/CreateStackCommand.js +2 -2
  8. package/dist-cjs/commands/CreateStackInstancesCommand.js +2 -2
  9. package/dist-cjs/commands/CreateStackSetCommand.js +2 -2
  10. package/dist-cjs/commands/DeactivateTypeCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteChangeSetCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteStackCommand.js +1 -1
  13. package/dist-cjs/commands/DeleteStackInstancesCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteStackSetCommand.js +2 -2
  15. package/dist-cjs/commands/DeregisterTypeCommand.js +2 -2
  16. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeChangeSetCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeChangeSetHooksCommand.js +2 -2
  19. package/dist-cjs/commands/DescribePublisherCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeStackDriftDetectionStatusCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeStackEventsCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeStackInstanceCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeStackResourceCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeStackResourceDriftsCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeStackResourcesCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeStackSetCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeStackSetOperationCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeStacksCommand.js +2 -2
  29. package/dist-cjs/commands/DescribeTypeCommand.js +2 -2
  30. package/dist-cjs/commands/DescribeTypeRegistrationCommand.js +2 -2
  31. package/dist-cjs/commands/DetectStackDriftCommand.js +2 -2
  32. package/dist-cjs/commands/DetectStackResourceDriftCommand.js +2 -2
  33. package/dist-cjs/commands/DetectStackSetDriftCommand.js +2 -2
  34. package/dist-cjs/commands/EstimateTemplateCostCommand.js +2 -2
  35. package/dist-cjs/commands/ExecuteChangeSetCommand.js +2 -2
  36. package/dist-cjs/commands/GetStackPolicyCommand.js +2 -2
  37. package/dist-cjs/commands/GetTemplateCommand.js +2 -2
  38. package/dist-cjs/commands/GetTemplateSummaryCommand.js +2 -2
  39. package/dist-cjs/commands/ImportStacksToStackSetCommand.js +2 -2
  40. package/dist-cjs/commands/ListChangeSetsCommand.js +2 -2
  41. package/dist-cjs/commands/ListExportsCommand.js +2 -2
  42. package/dist-cjs/commands/ListImportsCommand.js +2 -2
  43. package/dist-cjs/commands/ListStackInstancesCommand.js +2 -2
  44. package/dist-cjs/commands/ListStackResourcesCommand.js +2 -2
  45. package/dist-cjs/commands/ListStackSetOperationResultsCommand.js +2 -2
  46. package/dist-cjs/commands/ListStackSetOperationsCommand.js +2 -2
  47. package/dist-cjs/commands/ListStackSetsCommand.js +2 -2
  48. package/dist-cjs/commands/ListStacksCommand.js +2 -2
  49. package/dist-cjs/commands/ListTypeRegistrationsCommand.js +2 -2
  50. package/dist-cjs/commands/ListTypeVersionsCommand.js +2 -2
  51. package/dist-cjs/commands/ListTypesCommand.js +2 -2
  52. package/dist-cjs/commands/PublishTypeCommand.js +2 -2
  53. package/dist-cjs/commands/RecordHandlerProgressCommand.js +2 -2
  54. package/dist-cjs/commands/RegisterPublisherCommand.js +2 -2
  55. package/dist-cjs/commands/RegisterTypeCommand.js +2 -2
  56. package/dist-cjs/commands/RollbackStackCommand.js +2 -2
  57. package/dist-cjs/commands/SetStackPolicyCommand.js +1 -1
  58. package/dist-cjs/commands/SetTypeConfigurationCommand.js +2 -2
  59. package/dist-cjs/commands/SetTypeDefaultVersionCommand.js +2 -2
  60. package/dist-cjs/commands/SignalResourceCommand.js +1 -1
  61. package/dist-cjs/commands/StopStackSetOperationCommand.js +2 -2
  62. package/dist-cjs/commands/TestTypeCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateStackCommand.js +2 -2
  64. package/dist-cjs/commands/UpdateStackInstancesCommand.js +2 -2
  65. package/dist-cjs/commands/UpdateStackSetCommand.js +2 -2
  66. package/dist-cjs/commands/UpdateTerminationProtectionCommand.js +2 -2
  67. package/dist-cjs/commands/ValidateTemplateCommand.js +2 -2
  68. package/dist-cjs/models/models_0.js +745 -1115
  69. package/dist-es/commands/ActivateTypeCommand.js +3 -3
  70. package/dist-es/commands/BatchDescribeTypeConfigurationsCommand.js +3 -3
  71. package/dist-es/commands/CancelUpdateStackCommand.js +2 -2
  72. package/dist-es/commands/ContinueUpdateRollbackCommand.js +3 -3
  73. package/dist-es/commands/CreateChangeSetCommand.js +3 -3
  74. package/dist-es/commands/CreateStackCommand.js +3 -3
  75. package/dist-es/commands/CreateStackInstancesCommand.js +3 -3
  76. package/dist-es/commands/CreateStackSetCommand.js +3 -3
  77. package/dist-es/commands/DeactivateTypeCommand.js +3 -3
  78. package/dist-es/commands/DeleteChangeSetCommand.js +3 -3
  79. package/dist-es/commands/DeleteStackCommand.js +2 -2
  80. package/dist-es/commands/DeleteStackInstancesCommand.js +3 -3
  81. package/dist-es/commands/DeleteStackSetCommand.js +3 -3
  82. package/dist-es/commands/DeregisterTypeCommand.js +3 -3
  83. package/dist-es/commands/DescribeAccountLimitsCommand.js +3 -3
  84. package/dist-es/commands/DescribeChangeSetCommand.js +3 -3
  85. package/dist-es/commands/DescribeChangeSetHooksCommand.js +3 -3
  86. package/dist-es/commands/DescribePublisherCommand.js +3 -3
  87. package/dist-es/commands/DescribeStackDriftDetectionStatusCommand.js +3 -3
  88. package/dist-es/commands/DescribeStackEventsCommand.js +3 -3
  89. package/dist-es/commands/DescribeStackInstanceCommand.js +3 -3
  90. package/dist-es/commands/DescribeStackResourceCommand.js +3 -3
  91. package/dist-es/commands/DescribeStackResourceDriftsCommand.js +3 -3
  92. package/dist-es/commands/DescribeStackResourcesCommand.js +3 -3
  93. package/dist-es/commands/DescribeStackSetCommand.js +3 -3
  94. package/dist-es/commands/DescribeStackSetOperationCommand.js +3 -3
  95. package/dist-es/commands/DescribeStacksCommand.js +3 -3
  96. package/dist-es/commands/DescribeTypeCommand.js +3 -3
  97. package/dist-es/commands/DescribeTypeRegistrationCommand.js +3 -3
  98. package/dist-es/commands/DetectStackDriftCommand.js +3 -3
  99. package/dist-es/commands/DetectStackResourceDriftCommand.js +3 -3
  100. package/dist-es/commands/DetectStackSetDriftCommand.js +3 -3
  101. package/dist-es/commands/EstimateTemplateCostCommand.js +3 -3
  102. package/dist-es/commands/ExecuteChangeSetCommand.js +3 -3
  103. package/dist-es/commands/GetStackPolicyCommand.js +3 -3
  104. package/dist-es/commands/GetTemplateCommand.js +3 -3
  105. package/dist-es/commands/GetTemplateSummaryCommand.js +3 -3
  106. package/dist-es/commands/ImportStacksToStackSetCommand.js +3 -3
  107. package/dist-es/commands/ListChangeSetsCommand.js +3 -3
  108. package/dist-es/commands/ListExportsCommand.js +3 -3
  109. package/dist-es/commands/ListImportsCommand.js +3 -3
  110. package/dist-es/commands/ListStackInstancesCommand.js +3 -3
  111. package/dist-es/commands/ListStackResourcesCommand.js +3 -3
  112. package/dist-es/commands/ListStackSetOperationResultsCommand.js +3 -3
  113. package/dist-es/commands/ListStackSetOperationsCommand.js +3 -3
  114. package/dist-es/commands/ListStackSetsCommand.js +3 -3
  115. package/dist-es/commands/ListStacksCommand.js +3 -3
  116. package/dist-es/commands/ListTypeRegistrationsCommand.js +3 -3
  117. package/dist-es/commands/ListTypeVersionsCommand.js +3 -3
  118. package/dist-es/commands/ListTypesCommand.js +3 -3
  119. package/dist-es/commands/PublishTypeCommand.js +3 -3
  120. package/dist-es/commands/RecordHandlerProgressCommand.js +3 -3
  121. package/dist-es/commands/RegisterPublisherCommand.js +3 -3
  122. package/dist-es/commands/RegisterTypeCommand.js +3 -3
  123. package/dist-es/commands/RollbackStackCommand.js +3 -3
  124. package/dist-es/commands/SetStackPolicyCommand.js +2 -2
  125. package/dist-es/commands/SetTypeConfigurationCommand.js +3 -3
  126. package/dist-es/commands/SetTypeDefaultVersionCommand.js +3 -3
  127. package/dist-es/commands/SignalResourceCommand.js +2 -2
  128. package/dist-es/commands/StopStackSetOperationCommand.js +3 -3
  129. package/dist-es/commands/TestTypeCommand.js +3 -3
  130. package/dist-es/commands/UpdateStackCommand.js +3 -3
  131. package/dist-es/commands/UpdateStackInstancesCommand.js +3 -3
  132. package/dist-es/commands/UpdateStackSetCommand.js +3 -3
  133. package/dist-es/commands/UpdateTerminationProtectionCommand.js +3 -3
  134. package/dist-es/commands/ValidateTemplateCommand.js +3 -3
  135. package/dist-es/models/models_0.js +185 -740
  136. package/dist-types/models/models_0.d.ts +740 -1110
  137. package/dist-types/ts3.4/models/models_0.d.ts +370 -740
  138. package/package.json +6 -6
@@ -20,8 +20,8 @@ class ListTypeVersionsCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.ListTypeVersionsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.ListTypeVersionsOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.ListTypeVersionsInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.ListTypeVersionsOutputFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class ListTypesCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.ListTypesInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.ListTypesOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.ListTypesInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.ListTypesOutputFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class PublishTypeCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.PublishTypeInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.PublishTypeOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.PublishTypeInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.PublishTypeOutputFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class RecordHandlerProgressCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.RecordHandlerProgressInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.RecordHandlerProgressOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.RecordHandlerProgressInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.RecordHandlerProgressOutputFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class RegisterPublisherCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.RegisterPublisherInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.RegisterPublisherOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.RegisterPublisherInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.RegisterPublisherOutputFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class RegisterTypeCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.RegisterTypeInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.RegisterTypeOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.RegisterTypeInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.RegisterTypeOutputFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class RollbackStackCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.RollbackStackInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.RollbackStackOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.RollbackStackInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.RollbackStackOutputFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,7 +20,7 @@ class SetStackPolicyCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.SetStackPolicyInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.SetStackPolicyInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,8 +20,8 @@ class SetTypeConfigurationCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.SetTypeConfigurationInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.SetTypeConfigurationOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.SetTypeConfigurationInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.SetTypeConfigurationOutputFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class SetTypeDefaultVersionCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.SetTypeDefaultVersionInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.SetTypeDefaultVersionOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.SetTypeDefaultVersionInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.SetTypeDefaultVersionOutputFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,7 +20,7 @@ class SignalResourceCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.SignalResourceInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.SignalResourceInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,8 +20,8 @@ class StopStackSetOperationCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.StopStackSetOperationInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.StopStackSetOperationOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.StopStackSetOperationInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.StopStackSetOperationOutputFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class TestTypeCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.TestTypeInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.TestTypeOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.TestTypeInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.TestTypeOutputFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class UpdateStackCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.UpdateStackInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.UpdateStackOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.UpdateStackInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.UpdateStackOutputFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class UpdateStackInstancesCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.UpdateStackInstancesInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.UpdateStackInstancesOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.UpdateStackInstancesInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.UpdateStackInstancesOutputFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class UpdateStackSetCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.UpdateStackSetInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.UpdateStackSetOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.UpdateStackSetInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.UpdateStackSetOutputFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class UpdateTerminationProtectionCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.UpdateTerminationProtectionInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.UpdateTerminationProtectionOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.UpdateTerminationProtectionInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.UpdateTerminationProtectionOutputFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class ValidateTemplateCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.ValidateTemplateInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.ValidateTemplateOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.ValidateTemplateInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.ValidateTemplateOutputFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);