@aws-sdk/client-cloudformation 3.278.0 → 3.281.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 (68) hide show
  1. package/README.md +531 -0
  2. package/dist-types/commands/ActivateTypeCommand.d.ts +6 -0
  3. package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +6 -0
  4. package/dist-types/commands/CancelUpdateStackCommand.d.ts +6 -0
  5. package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateChangeSetCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateStackCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateStackInstancesCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateStackSetCommand.d.ts +6 -0
  10. package/dist-types/commands/DeactivateTypeCommand.d.ts +6 -0
  11. package/dist-types/commands/DeleteChangeSetCommand.d.ts +6 -0
  12. package/dist-types/commands/DeleteStackCommand.d.ts +6 -0
  13. package/dist-types/commands/DeleteStackInstancesCommand.d.ts +6 -0
  14. package/dist-types/commands/DeleteStackSetCommand.d.ts +6 -0
  15. package/dist-types/commands/DeregisterTypeCommand.d.ts +6 -0
  16. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +6 -0
  17. package/dist-types/commands/DescribeChangeSetCommand.d.ts +6 -0
  18. package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +6 -0
  19. package/dist-types/commands/DescribePublisherCommand.d.ts +6 -0
  20. package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +6 -0
  21. package/dist-types/commands/DescribeStackEventsCommand.d.ts +6 -0
  22. package/dist-types/commands/DescribeStackInstanceCommand.d.ts +6 -0
  23. package/dist-types/commands/DescribeStackResourceCommand.d.ts +6 -0
  24. package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +6 -0
  25. package/dist-types/commands/DescribeStackResourcesCommand.d.ts +6 -0
  26. package/dist-types/commands/DescribeStackSetCommand.d.ts +6 -0
  27. package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +6 -0
  28. package/dist-types/commands/DescribeStacksCommand.d.ts +6 -0
  29. package/dist-types/commands/DescribeTypeCommand.d.ts +6 -0
  30. package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +6 -0
  31. package/dist-types/commands/DetectStackDriftCommand.d.ts +6 -0
  32. package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +6 -0
  33. package/dist-types/commands/DetectStackSetDriftCommand.d.ts +6 -0
  34. package/dist-types/commands/EstimateTemplateCostCommand.d.ts +6 -0
  35. package/dist-types/commands/ExecuteChangeSetCommand.d.ts +6 -0
  36. package/dist-types/commands/GetStackPolicyCommand.d.ts +6 -0
  37. package/dist-types/commands/GetTemplateCommand.d.ts +6 -0
  38. package/dist-types/commands/GetTemplateSummaryCommand.d.ts +6 -0
  39. package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +6 -0
  40. package/dist-types/commands/ListChangeSetsCommand.d.ts +6 -0
  41. package/dist-types/commands/ListExportsCommand.d.ts +6 -0
  42. package/dist-types/commands/ListImportsCommand.d.ts +6 -0
  43. package/dist-types/commands/ListStackInstancesCommand.d.ts +6 -0
  44. package/dist-types/commands/ListStackResourcesCommand.d.ts +6 -0
  45. package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +6 -0
  46. package/dist-types/commands/ListStackSetOperationsCommand.d.ts +6 -0
  47. package/dist-types/commands/ListStackSetsCommand.d.ts +6 -0
  48. package/dist-types/commands/ListStacksCommand.d.ts +6 -0
  49. package/dist-types/commands/ListTypeRegistrationsCommand.d.ts +6 -0
  50. package/dist-types/commands/ListTypeVersionsCommand.d.ts +6 -0
  51. package/dist-types/commands/ListTypesCommand.d.ts +6 -0
  52. package/dist-types/commands/PublishTypeCommand.d.ts +6 -0
  53. package/dist-types/commands/RecordHandlerProgressCommand.d.ts +6 -0
  54. package/dist-types/commands/RegisterPublisherCommand.d.ts +6 -0
  55. package/dist-types/commands/RegisterTypeCommand.d.ts +6 -0
  56. package/dist-types/commands/RollbackStackCommand.d.ts +6 -0
  57. package/dist-types/commands/SetStackPolicyCommand.d.ts +6 -0
  58. package/dist-types/commands/SetTypeConfigurationCommand.d.ts +6 -0
  59. package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +6 -0
  60. package/dist-types/commands/SignalResourceCommand.d.ts +6 -0
  61. package/dist-types/commands/StopStackSetOperationCommand.d.ts +6 -0
  62. package/dist-types/commands/TestTypeCommand.d.ts +6 -0
  63. package/dist-types/commands/UpdateStackCommand.d.ts +6 -0
  64. package/dist-types/commands/UpdateStackInstancesCommand.d.ts +6 -0
  65. package/dist-types/commands/UpdateStackSetCommand.d.ts +6 -0
  66. package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +6 -0
  67. package/dist-types/commands/ValidateTemplateCommand.d.ts +6 -0
  68. package/package.json +6 -6
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { CreateStackInstancesInput, CreateStackInstancesOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateStackInstancesCommand}.
8
+ */
6
9
  export interface CreateStackInstancesCommandInput extends CreateStackInstancesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateStackInstancesCommand}.
13
+ */
8
14
  export interface CreateStackInstancesCommandOutput extends CreateStackInstancesOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { CreateStackSetInput, CreateStackSetOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateStackSetCommand}.
8
+ */
6
9
  export interface CreateStackSetCommandInput extends CreateStackSetInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateStackSetCommand}.
13
+ */
8
14
  export interface CreateStackSetCommandOutput extends CreateStackSetOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { DeactivateTypeInput, DeactivateTypeOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeactivateTypeCommand}.
8
+ */
6
9
  export interface DeactivateTypeCommandInput extends DeactivateTypeInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeactivateTypeCommand}.
13
+ */
8
14
  export interface DeactivateTypeCommandOutput extends DeactivateTypeOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { DeleteChangeSetInput, DeleteChangeSetOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteChangeSetCommand}.
8
+ */
6
9
  export interface DeleteChangeSetCommandInput extends DeleteChangeSetInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteChangeSetCommand}.
13
+ */
8
14
  export interface DeleteChangeSetCommandOutput extends DeleteChangeSetOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { DeleteStackInput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteStackCommand}.
8
+ */
6
9
  export interface DeleteStackCommandInput extends DeleteStackInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteStackCommand}.
13
+ */
8
14
  export interface DeleteStackCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { DeleteStackInstancesInput, DeleteStackInstancesOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteStackInstancesCommand}.
8
+ */
6
9
  export interface DeleteStackInstancesCommandInput extends DeleteStackInstancesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteStackInstancesCommand}.
13
+ */
8
14
  export interface DeleteStackInstancesCommandOutput extends DeleteStackInstancesOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { DeleteStackSetInput, DeleteStackSetOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteStackSetCommand}.
8
+ */
6
9
  export interface DeleteStackSetCommandInput extends DeleteStackSetInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteStackSetCommand}.
13
+ */
8
14
  export interface DeleteStackSetCommandOutput extends DeleteStackSetOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { DeregisterTypeInput, DeregisterTypeOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeregisterTypeCommand}.
8
+ */
6
9
  export interface DeregisterTypeCommandInput extends DeregisterTypeInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeregisterTypeCommand}.
13
+ */
8
14
  export interface DeregisterTypeCommandOutput extends DeregisterTypeOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { DescribeAccountLimitsInput, DescribeAccountLimitsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeAccountLimitsCommand}.
8
+ */
6
9
  export interface DescribeAccountLimitsCommandInput extends DescribeAccountLimitsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeAccountLimitsCommand}.
13
+ */
8
14
  export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimitsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { DescribeChangeSetInput, DescribeChangeSetOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeChangeSetCommand}.
8
+ */
6
9
  export interface DescribeChangeSetCommandInput extends DescribeChangeSetInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeChangeSetCommand}.
13
+ */
8
14
  export interface DescribeChangeSetCommandOutput extends DescribeChangeSetOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { DescribeChangeSetHooksInput, DescribeChangeSetHooksOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeChangeSetHooksCommand}.
8
+ */
6
9
  export interface DescribeChangeSetHooksCommandInput extends DescribeChangeSetHooksInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeChangeSetHooksCommand}.
13
+ */
8
14
  export interface DescribeChangeSetHooksCommandOutput extends DescribeChangeSetHooksOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { DescribePublisherInput, DescribePublisherOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribePublisherCommand}.
8
+ */
6
9
  export interface DescribePublisherCommandInput extends DescribePublisherInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribePublisherCommand}.
13
+ */
8
14
  export interface DescribePublisherCommandOutput extends DescribePublisherOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { DescribeStackDriftDetectionStatusInput, DescribeStackDriftDetectionStatusOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeStackDriftDetectionStatusCommand}.
8
+ */
6
9
  export interface DescribeStackDriftDetectionStatusCommandInput extends DescribeStackDriftDetectionStatusInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeStackDriftDetectionStatusCommand}.
13
+ */
8
14
  export interface DescribeStackDriftDetectionStatusCommandOutput extends DescribeStackDriftDetectionStatusOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { DescribeStackEventsInput, DescribeStackEventsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeStackEventsCommand}.
8
+ */
6
9
  export interface DescribeStackEventsCommandInput extends DescribeStackEventsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeStackEventsCommand}.
13
+ */
8
14
  export interface DescribeStackEventsCommandOutput extends DescribeStackEventsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { DescribeStackInstanceInput, DescribeStackInstanceOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeStackInstanceCommand}.
8
+ */
6
9
  export interface DescribeStackInstanceCommandInput extends DescribeStackInstanceInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeStackInstanceCommand}.
13
+ */
8
14
  export interface DescribeStackInstanceCommandOutput extends DescribeStackInstanceOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { DescribeStackResourceInput, DescribeStackResourceOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeStackResourceCommand}.
8
+ */
6
9
  export interface DescribeStackResourceCommandInput extends DescribeStackResourceInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeStackResourceCommand}.
13
+ */
8
14
  export interface DescribeStackResourceCommandOutput extends DescribeStackResourceOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { DescribeStackResourceDriftsInput, DescribeStackResourceDriftsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeStackResourceDriftsCommand}.
8
+ */
6
9
  export interface DescribeStackResourceDriftsCommandInput extends DescribeStackResourceDriftsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeStackResourceDriftsCommand}.
13
+ */
8
14
  export interface DescribeStackResourceDriftsCommandOutput extends DescribeStackResourceDriftsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { DescribeStackResourcesInput, DescribeStackResourcesOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeStackResourcesCommand}.
8
+ */
6
9
  export interface DescribeStackResourcesCommandInput extends DescribeStackResourcesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeStackResourcesCommand}.
13
+ */
8
14
  export interface DescribeStackResourcesCommandOutput extends DescribeStackResourcesOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { DescribeStackSetInput, DescribeStackSetOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeStackSetCommand}.
8
+ */
6
9
  export interface DescribeStackSetCommandInput extends DescribeStackSetInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeStackSetCommand}.
13
+ */
8
14
  export interface DescribeStackSetCommandOutput extends DescribeStackSetOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { DescribeStackSetOperationInput, DescribeStackSetOperationOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeStackSetOperationCommand}.
8
+ */
6
9
  export interface DescribeStackSetOperationCommandInput extends DescribeStackSetOperationInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeStackSetOperationCommand}.
13
+ */
8
14
  export interface DescribeStackSetOperationCommandOutput extends DescribeStackSetOperationOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { DescribeStacksInput, DescribeStacksOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeStacksCommand}.
8
+ */
6
9
  export interface DescribeStacksCommandInput extends DescribeStacksInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeStacksCommand}.
13
+ */
8
14
  export interface DescribeStacksCommandOutput extends DescribeStacksOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { DescribeTypeInput, DescribeTypeOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeTypeCommand}.
8
+ */
6
9
  export interface DescribeTypeCommandInput extends DescribeTypeInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeTypeCommand}.
13
+ */
8
14
  export interface DescribeTypeCommandOutput extends DescribeTypeOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { DescribeTypeRegistrationInput, DescribeTypeRegistrationOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeTypeRegistrationCommand}.
8
+ */
6
9
  export interface DescribeTypeRegistrationCommandInput extends DescribeTypeRegistrationInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeTypeRegistrationCommand}.
13
+ */
8
14
  export interface DescribeTypeRegistrationCommandOutput extends DescribeTypeRegistrationOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { DetectStackDriftInput, DetectStackDriftOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DetectStackDriftCommand}.
8
+ */
6
9
  export interface DetectStackDriftCommandInput extends DetectStackDriftInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DetectStackDriftCommand}.
13
+ */
8
14
  export interface DetectStackDriftCommandOutput extends DetectStackDriftOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { DetectStackResourceDriftInput, DetectStackResourceDriftOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DetectStackResourceDriftCommand}.
8
+ */
6
9
  export interface DetectStackResourceDriftCommandInput extends DetectStackResourceDriftInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DetectStackResourceDriftCommand}.
13
+ */
8
14
  export interface DetectStackResourceDriftCommandOutput extends DetectStackResourceDriftOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { DetectStackSetDriftInput, DetectStackSetDriftOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DetectStackSetDriftCommand}.
8
+ */
6
9
  export interface DetectStackSetDriftCommandInput extends DetectStackSetDriftInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DetectStackSetDriftCommand}.
13
+ */
8
14
  export interface DetectStackSetDriftCommandOutput extends DetectStackSetDriftOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { EstimateTemplateCostInput, EstimateTemplateCostOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link EstimateTemplateCostCommand}.
8
+ */
6
9
  export interface EstimateTemplateCostCommandInput extends EstimateTemplateCostInput {
7
10
  }
11
+ /**
12
+ * The output of {@link EstimateTemplateCostCommand}.
13
+ */
8
14
  export interface EstimateTemplateCostCommandOutput extends EstimateTemplateCostOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { ExecuteChangeSetInput, ExecuteChangeSetOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ExecuteChangeSetCommand}.
8
+ */
6
9
  export interface ExecuteChangeSetCommandInput extends ExecuteChangeSetInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ExecuteChangeSetCommand}.
13
+ */
8
14
  export interface ExecuteChangeSetCommandOutput extends ExecuteChangeSetOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { GetStackPolicyInput, GetStackPolicyOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetStackPolicyCommand}.
8
+ */
6
9
  export interface GetStackPolicyCommandInput extends GetStackPolicyInput {
7
10
  }
11
+ /**
12
+ * The output of {@link GetStackPolicyCommand}.
13
+ */
8
14
  export interface GetStackPolicyCommandOutput extends GetStackPolicyOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { GetTemplateInput, GetTemplateOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetTemplateCommand}.
8
+ */
6
9
  export interface GetTemplateCommandInput extends GetTemplateInput {
7
10
  }
11
+ /**
12
+ * The output of {@link GetTemplateCommand}.
13
+ */
8
14
  export interface GetTemplateCommandOutput extends GetTemplateOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { GetTemplateSummaryInput, GetTemplateSummaryOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetTemplateSummaryCommand}.
8
+ */
6
9
  export interface GetTemplateSummaryCommandInput extends GetTemplateSummaryInput {
7
10
  }
11
+ /**
12
+ * The output of {@link GetTemplateSummaryCommand}.
13
+ */
8
14
  export interface GetTemplateSummaryCommandOutput extends GetTemplateSummaryOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { ImportStacksToStackSetInput, ImportStacksToStackSetOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ImportStacksToStackSetCommand}.
8
+ */
6
9
  export interface ImportStacksToStackSetCommandInput extends ImportStacksToStackSetInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ImportStacksToStackSetCommand}.
13
+ */
8
14
  export interface ImportStacksToStackSetCommandOutput extends ImportStacksToStackSetOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { ListChangeSetsInput, ListChangeSetsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListChangeSetsCommand}.
8
+ */
6
9
  export interface ListChangeSetsCommandInput extends ListChangeSetsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListChangeSetsCommand}.
13
+ */
8
14
  export interface ListChangeSetsCommandOutput extends ListChangeSetsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { ListExportsInput, ListExportsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListExportsCommand}.
8
+ */
6
9
  export interface ListExportsCommandInput extends ListExportsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListExportsCommand}.
13
+ */
8
14
  export interface ListExportsCommandOutput extends ListExportsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { ListImportsInput, ListImportsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListImportsCommand}.
8
+ */
6
9
  export interface ListImportsCommandInput extends ListImportsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListImportsCommand}.
13
+ */
8
14
  export interface ListImportsCommandOutput extends ListImportsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { ListStackInstancesInput, ListStackInstancesOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListStackInstancesCommand}.
8
+ */
6
9
  export interface ListStackInstancesCommandInput extends ListStackInstancesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListStackInstancesCommand}.
13
+ */
8
14
  export interface ListStackInstancesCommandOutput extends ListStackInstancesOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { ListStackResourcesInput, ListStackResourcesOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListStackResourcesCommand}.
8
+ */
6
9
  export interface ListStackResourcesCommandInput extends ListStackResourcesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListStackResourcesCommand}.
13
+ */
8
14
  export interface ListStackResourcesCommandOutput extends ListStackResourcesOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { ListStackSetOperationResultsInput, ListStackSetOperationResultsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListStackSetOperationResultsCommand}.
8
+ */
6
9
  export interface ListStackSetOperationResultsCommandInput extends ListStackSetOperationResultsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListStackSetOperationResultsCommand}.
13
+ */
8
14
  export interface ListStackSetOperationResultsCommandOutput extends ListStackSetOperationResultsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { ListStackSetOperationsInput, ListStackSetOperationsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListStackSetOperationsCommand}.
8
+ */
6
9
  export interface ListStackSetOperationsCommandInput extends ListStackSetOperationsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListStackSetOperationsCommand}.
13
+ */
8
14
  export interface ListStackSetOperationsCommandOutput extends ListStackSetOperationsOutput, __MetadataBearer {
9
15
  }
10
16
  /**