@aws-sdk/client-cloudformation 3.413.0 → 3.418.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 (145) hide show
  1. package/dist-cjs/commands/ActivateOrganizationsAccessCommand.js +5 -0
  2. package/dist-cjs/commands/ActivateTypeCommand.js +5 -0
  3. package/dist-cjs/commands/BatchDescribeTypeConfigurationsCommand.js +5 -0
  4. package/dist-cjs/commands/CancelUpdateStackCommand.js +5 -0
  5. package/dist-cjs/commands/ContinueUpdateRollbackCommand.js +5 -0
  6. package/dist-cjs/commands/CreateChangeSetCommand.js +5 -0
  7. package/dist-cjs/commands/CreateStackCommand.js +5 -0
  8. package/dist-cjs/commands/CreateStackInstancesCommand.js +5 -0
  9. package/dist-cjs/commands/CreateStackSetCommand.js +5 -0
  10. package/dist-cjs/commands/DeactivateOrganizationsAccessCommand.js +5 -0
  11. package/dist-cjs/commands/DeactivateTypeCommand.js +5 -0
  12. package/dist-cjs/commands/DeleteChangeSetCommand.js +5 -0
  13. package/dist-cjs/commands/DeleteStackCommand.js +5 -0
  14. package/dist-cjs/commands/DeleteStackInstancesCommand.js +5 -0
  15. package/dist-cjs/commands/DeleteStackSetCommand.js +5 -0
  16. package/dist-cjs/commands/DeregisterTypeCommand.js +5 -0
  17. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +5 -0
  18. package/dist-cjs/commands/DescribeChangeSetCommand.js +5 -0
  19. package/dist-cjs/commands/DescribeChangeSetHooksCommand.js +5 -0
  20. package/dist-cjs/commands/DescribeOrganizationsAccessCommand.js +5 -0
  21. package/dist-cjs/commands/DescribePublisherCommand.js +5 -0
  22. package/dist-cjs/commands/DescribeStackDriftDetectionStatusCommand.js +5 -0
  23. package/dist-cjs/commands/DescribeStackEventsCommand.js +5 -0
  24. package/dist-cjs/commands/DescribeStackInstanceCommand.js +5 -0
  25. package/dist-cjs/commands/DescribeStackResourceCommand.js +5 -0
  26. package/dist-cjs/commands/DescribeStackResourceDriftsCommand.js +5 -0
  27. package/dist-cjs/commands/DescribeStackResourcesCommand.js +5 -0
  28. package/dist-cjs/commands/DescribeStackSetCommand.js +5 -0
  29. package/dist-cjs/commands/DescribeStackSetOperationCommand.js +5 -0
  30. package/dist-cjs/commands/DescribeStacksCommand.js +5 -0
  31. package/dist-cjs/commands/DescribeTypeCommand.js +5 -0
  32. package/dist-cjs/commands/DescribeTypeRegistrationCommand.js +5 -0
  33. package/dist-cjs/commands/DetectStackDriftCommand.js +5 -0
  34. package/dist-cjs/commands/DetectStackResourceDriftCommand.js +5 -0
  35. package/dist-cjs/commands/DetectStackSetDriftCommand.js +5 -0
  36. package/dist-cjs/commands/EstimateTemplateCostCommand.js +5 -0
  37. package/dist-cjs/commands/ExecuteChangeSetCommand.js +5 -0
  38. package/dist-cjs/commands/GetStackPolicyCommand.js +5 -0
  39. package/dist-cjs/commands/GetTemplateCommand.js +5 -0
  40. package/dist-cjs/commands/GetTemplateSummaryCommand.js +5 -0
  41. package/dist-cjs/commands/ImportStacksToStackSetCommand.js +5 -0
  42. package/dist-cjs/commands/ListChangeSetsCommand.js +5 -0
  43. package/dist-cjs/commands/ListExportsCommand.js +5 -0
  44. package/dist-cjs/commands/ListImportsCommand.js +5 -0
  45. package/dist-cjs/commands/ListStackInstanceResourceDriftsCommand.js +5 -0
  46. package/dist-cjs/commands/ListStackInstancesCommand.js +5 -0
  47. package/dist-cjs/commands/ListStackResourcesCommand.js +5 -0
  48. package/dist-cjs/commands/ListStackSetOperationResultsCommand.js +5 -0
  49. package/dist-cjs/commands/ListStackSetOperationsCommand.js +5 -0
  50. package/dist-cjs/commands/ListStackSetsCommand.js +5 -0
  51. package/dist-cjs/commands/ListStacksCommand.js +5 -0
  52. package/dist-cjs/commands/ListTypeRegistrationsCommand.js +5 -0
  53. package/dist-cjs/commands/ListTypeVersionsCommand.js +5 -0
  54. package/dist-cjs/commands/ListTypesCommand.js +5 -0
  55. package/dist-cjs/commands/PublishTypeCommand.js +5 -0
  56. package/dist-cjs/commands/RecordHandlerProgressCommand.js +5 -0
  57. package/dist-cjs/commands/RegisterPublisherCommand.js +5 -0
  58. package/dist-cjs/commands/RegisterTypeCommand.js +5 -0
  59. package/dist-cjs/commands/RollbackStackCommand.js +5 -0
  60. package/dist-cjs/commands/SetStackPolicyCommand.js +5 -0
  61. package/dist-cjs/commands/SetTypeConfigurationCommand.js +5 -0
  62. package/dist-cjs/commands/SetTypeDefaultVersionCommand.js +5 -0
  63. package/dist-cjs/commands/SignalResourceCommand.js +5 -0
  64. package/dist-cjs/commands/StopStackSetOperationCommand.js +5 -0
  65. package/dist-cjs/commands/TestTypeCommand.js +5 -0
  66. package/dist-cjs/commands/UpdateStackCommand.js +5 -0
  67. package/dist-cjs/commands/UpdateStackInstancesCommand.js +5 -0
  68. package/dist-cjs/commands/UpdateStackSetCommand.js +5 -0
  69. package/dist-cjs/commands/UpdateTerminationProtectionCommand.js +5 -0
  70. package/dist-cjs/commands/ValidateTemplateCommand.js +5 -0
  71. package/dist-cjs/runtimeExtensions.js +3 -0
  72. package/dist-es/commands/ActivateOrganizationsAccessCommand.js +5 -0
  73. package/dist-es/commands/ActivateTypeCommand.js +5 -0
  74. package/dist-es/commands/BatchDescribeTypeConfigurationsCommand.js +5 -0
  75. package/dist-es/commands/CancelUpdateStackCommand.js +5 -0
  76. package/dist-es/commands/ContinueUpdateRollbackCommand.js +5 -0
  77. package/dist-es/commands/CreateChangeSetCommand.js +5 -0
  78. package/dist-es/commands/CreateStackCommand.js +5 -0
  79. package/dist-es/commands/CreateStackInstancesCommand.js +5 -0
  80. package/dist-es/commands/CreateStackSetCommand.js +5 -0
  81. package/dist-es/commands/DeactivateOrganizationsAccessCommand.js +5 -0
  82. package/dist-es/commands/DeactivateTypeCommand.js +5 -0
  83. package/dist-es/commands/DeleteChangeSetCommand.js +5 -0
  84. package/dist-es/commands/DeleteStackCommand.js +5 -0
  85. package/dist-es/commands/DeleteStackInstancesCommand.js +5 -0
  86. package/dist-es/commands/DeleteStackSetCommand.js +5 -0
  87. package/dist-es/commands/DeregisterTypeCommand.js +5 -0
  88. package/dist-es/commands/DescribeAccountLimitsCommand.js +5 -0
  89. package/dist-es/commands/DescribeChangeSetCommand.js +5 -0
  90. package/dist-es/commands/DescribeChangeSetHooksCommand.js +5 -0
  91. package/dist-es/commands/DescribeOrganizationsAccessCommand.js +5 -0
  92. package/dist-es/commands/DescribePublisherCommand.js +5 -0
  93. package/dist-es/commands/DescribeStackDriftDetectionStatusCommand.js +5 -0
  94. package/dist-es/commands/DescribeStackEventsCommand.js +5 -0
  95. package/dist-es/commands/DescribeStackInstanceCommand.js +5 -0
  96. package/dist-es/commands/DescribeStackResourceCommand.js +5 -0
  97. package/dist-es/commands/DescribeStackResourceDriftsCommand.js +5 -0
  98. package/dist-es/commands/DescribeStackResourcesCommand.js +5 -0
  99. package/dist-es/commands/DescribeStackSetCommand.js +5 -0
  100. package/dist-es/commands/DescribeStackSetOperationCommand.js +5 -0
  101. package/dist-es/commands/DescribeStacksCommand.js +5 -0
  102. package/dist-es/commands/DescribeTypeCommand.js +5 -0
  103. package/dist-es/commands/DescribeTypeRegistrationCommand.js +5 -0
  104. package/dist-es/commands/DetectStackDriftCommand.js +5 -0
  105. package/dist-es/commands/DetectStackResourceDriftCommand.js +5 -0
  106. package/dist-es/commands/DetectStackSetDriftCommand.js +5 -0
  107. package/dist-es/commands/EstimateTemplateCostCommand.js +5 -0
  108. package/dist-es/commands/ExecuteChangeSetCommand.js +5 -0
  109. package/dist-es/commands/GetStackPolicyCommand.js +5 -0
  110. package/dist-es/commands/GetTemplateCommand.js +5 -0
  111. package/dist-es/commands/GetTemplateSummaryCommand.js +5 -0
  112. package/dist-es/commands/ImportStacksToStackSetCommand.js +5 -0
  113. package/dist-es/commands/ListChangeSetsCommand.js +5 -0
  114. package/dist-es/commands/ListExportsCommand.js +5 -0
  115. package/dist-es/commands/ListImportsCommand.js +5 -0
  116. package/dist-es/commands/ListStackInstanceResourceDriftsCommand.js +5 -0
  117. package/dist-es/commands/ListStackInstancesCommand.js +5 -0
  118. package/dist-es/commands/ListStackResourcesCommand.js +5 -0
  119. package/dist-es/commands/ListStackSetOperationResultsCommand.js +5 -0
  120. package/dist-es/commands/ListStackSetOperationsCommand.js +5 -0
  121. package/dist-es/commands/ListStackSetsCommand.js +5 -0
  122. package/dist-es/commands/ListStacksCommand.js +5 -0
  123. package/dist-es/commands/ListTypeRegistrationsCommand.js +5 -0
  124. package/dist-es/commands/ListTypeVersionsCommand.js +5 -0
  125. package/dist-es/commands/ListTypesCommand.js +5 -0
  126. package/dist-es/commands/PublishTypeCommand.js +5 -0
  127. package/dist-es/commands/RecordHandlerProgressCommand.js +5 -0
  128. package/dist-es/commands/RegisterPublisherCommand.js +5 -0
  129. package/dist-es/commands/RegisterTypeCommand.js +5 -0
  130. package/dist-es/commands/RollbackStackCommand.js +5 -0
  131. package/dist-es/commands/SetStackPolicyCommand.js +5 -0
  132. package/dist-es/commands/SetTypeConfigurationCommand.js +5 -0
  133. package/dist-es/commands/SetTypeDefaultVersionCommand.js +5 -0
  134. package/dist-es/commands/SignalResourceCommand.js +5 -0
  135. package/dist-es/commands/StopStackSetOperationCommand.js +5 -0
  136. package/dist-es/commands/TestTypeCommand.js +5 -0
  137. package/dist-es/commands/UpdateStackCommand.js +5 -0
  138. package/dist-es/commands/UpdateStackInstancesCommand.js +5 -0
  139. package/dist-es/commands/UpdateStackSetCommand.js +5 -0
  140. package/dist-es/commands/UpdateTerminationProtectionCommand.js +5 -0
  141. package/dist-es/commands/ValidateTemplateCommand.js +5 -0
  142. package/dist-es/runtimeExtensions.js +3 -0
  143. package/dist-types/extensionConfiguration.d.ts +2 -1
  144. package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
  145. package/package.json +32 -31
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeStackResourceDriftsCommand, se_DescribeStackResourceDriftsCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DescribeStackResourceDriftsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeStackResourceDriftsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CloudFormation",
35
+ operation: "DescribeStackResourceDrifts",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeStackResourcesCommand, se_DescribeStackResourcesCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DescribeStackResourcesCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeStackResourcesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CloudFormation",
35
+ operation: "DescribeStackResources",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeStackSetCommand, se_DescribeStackSetCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DescribeStackSetCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeStackSetCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CloudFormation",
35
+ operation: "DescribeStackSet",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeStackSetOperationCommand, se_DescribeStackSetOperationCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DescribeStackSetOperationCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeStackSetOperationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CloudFormation",
35
+ operation: "DescribeStackSetOperation",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeStacksCommand, se_DescribeStacksCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DescribeStacksCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeStacksCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CloudFormation",
35
+ operation: "DescribeStacks",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeTypeCommand, se_DescribeTypeCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DescribeTypeCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeTypeCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CloudFormation",
35
+ operation: "DescribeType",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeTypeRegistrationCommand, se_DescribeTypeRegistrationCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DescribeTypeRegistrationCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeTypeRegistrationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CloudFormation",
35
+ operation: "DescribeTypeRegistration",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DetectStackDriftCommand, se_DetectStackDriftCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DetectStackDriftCommand extends $Command {
@@ -29,6 +30,10 @@ export class DetectStackDriftCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CloudFormation",
35
+ operation: "DetectStackDrift",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DetectStackResourceDriftCommand, se_DetectStackResourceDriftCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DetectStackResourceDriftCommand extends $Command {
@@ -29,6 +30,10 @@ export class DetectStackResourceDriftCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CloudFormation",
35
+ operation: "DetectStackResourceDrift",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DetectStackSetDriftCommand, se_DetectStackSetDriftCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DetectStackSetDriftCommand extends $Command {
@@ -29,6 +30,10 @@ export class DetectStackSetDriftCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CloudFormation",
35
+ operation: "DetectStackSetDrift",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_EstimateTemplateCostCommand, se_EstimateTemplateCostCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class EstimateTemplateCostCommand extends $Command {
@@ -29,6 +30,10 @@ export class EstimateTemplateCostCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CloudFormation",
35
+ operation: "EstimateTemplateCost",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ExecuteChangeSetCommand, se_ExecuteChangeSetCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class ExecuteChangeSetCommand extends $Command {
@@ -29,6 +30,10 @@ export class ExecuteChangeSetCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CloudFormation",
35
+ operation: "ExecuteChangeSet",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetStackPolicyCommand, se_GetStackPolicyCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class GetStackPolicyCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetStackPolicyCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CloudFormation",
35
+ operation: "GetStackPolicy",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetTemplateCommand, se_GetTemplateCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class GetTemplateCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetTemplateCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CloudFormation",
35
+ operation: "GetTemplate",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetTemplateSummaryCommand, se_GetTemplateSummaryCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class GetTemplateSummaryCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetTemplateSummaryCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CloudFormation",
35
+ operation: "GetTemplateSummary",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ImportStacksToStackSetCommand, se_ImportStacksToStackSetCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class ImportStacksToStackSetCommand extends $Command {
@@ -29,6 +30,10 @@ export class ImportStacksToStackSetCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CloudFormation",
35
+ operation: "ImportStacksToStackSet",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListChangeSetsCommand, se_ListChangeSetsCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class ListChangeSetsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListChangeSetsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CloudFormation",
35
+ operation: "ListChangeSets",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListExportsCommand, se_ListExportsCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class ListExportsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListExportsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CloudFormation",
35
+ operation: "ListExports",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListImportsCommand, se_ListImportsCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class ListImportsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListImportsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CloudFormation",
35
+ operation: "ListImports",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListStackInstanceResourceDriftsCommand, se_ListStackInstanceResourceDriftsCommand, } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class ListStackInstanceResourceDriftsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListStackInstanceResourceDriftsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CloudFormation",
35
+ operation: "ListStackInstanceResourceDrifts",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListStackInstancesCommand, se_ListStackInstancesCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class ListStackInstancesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListStackInstancesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CloudFormation",
35
+ operation: "ListStackInstances",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListStackResourcesCommand, se_ListStackResourcesCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class ListStackResourcesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListStackResourcesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CloudFormation",
35
+ operation: "ListStackResources",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListStackSetOperationResultsCommand, se_ListStackSetOperationResultsCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class ListStackSetOperationResultsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListStackSetOperationResultsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CloudFormation",
35
+ operation: "ListStackSetOperationResults",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListStackSetOperationsCommand, se_ListStackSetOperationsCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class ListStackSetOperationsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListStackSetOperationsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CloudFormation",
35
+ operation: "ListStackSetOperations",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListStackSetsCommand, se_ListStackSetsCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class ListStackSetsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListStackSetsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CloudFormation",
35
+ operation: "ListStackSets",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListStacksCommand, se_ListStacksCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class ListStacksCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListStacksCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CloudFormation",
35
+ operation: "ListStacks",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListTypeRegistrationsCommand, se_ListTypeRegistrationsCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class ListTypeRegistrationsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListTypeRegistrationsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CloudFormation",
35
+ operation: "ListTypeRegistrations",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListTypeVersionsCommand, se_ListTypeVersionsCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class ListTypeVersionsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListTypeVersionsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CloudFormation",
35
+ operation: "ListTypeVersions",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListTypesCommand, se_ListTypesCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class ListTypesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListTypesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CloudFormation",
35
+ operation: "ListTypes",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_PublishTypeCommand, se_PublishTypeCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class PublishTypeCommand extends $Command {
@@ -29,6 +30,10 @@ export class PublishTypeCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CloudFormation",
35
+ operation: "PublishType",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_RecordHandlerProgressCommand, se_RecordHandlerProgressCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class RecordHandlerProgressCommand extends $Command {
@@ -29,6 +30,10 @@ export class RecordHandlerProgressCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CloudFormation",
35
+ operation: "RecordHandlerProgress",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_RegisterPublisherCommand, se_RegisterPublisherCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class RegisterPublisherCommand extends $Command {
@@ -29,6 +30,10 @@ export class RegisterPublisherCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CloudFormation",
35
+ operation: "RegisterPublisher",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);