@aws-sdk/client-cloudformation 3.296.0 → 3.297.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 (90) hide show
  1. package/dist-cjs/protocols/Aws_query.js +130 -755
  2. package/dist-es/protocols/Aws_query.js +130 -755
  3. package/dist-types/CloudFormation.d.ts +67 -0
  4. package/dist-types/CloudFormationClient.d.ts +24 -4
  5. package/dist-types/commands/ActivateTypeCommand.d.ts +16 -0
  6. package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +16 -0
  7. package/dist-types/commands/CancelUpdateStackCommand.d.ts +16 -0
  8. package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateChangeSetCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateStackCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateStackInstancesCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateStackSetCommand.d.ts +16 -0
  13. package/dist-types/commands/DeactivateTypeCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteChangeSetCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteStackCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteStackInstancesCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteStackSetCommand.d.ts +16 -0
  18. package/dist-types/commands/DeregisterTypeCommand.d.ts +16 -0
  19. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +16 -0
  20. package/dist-types/commands/DescribeChangeSetCommand.d.ts +16 -0
  21. package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +16 -0
  22. package/dist-types/commands/DescribePublisherCommand.d.ts +16 -0
  23. package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +16 -0
  24. package/dist-types/commands/DescribeStackEventsCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeStackInstanceCommand.d.ts +16 -0
  26. package/dist-types/commands/DescribeStackResourceCommand.d.ts +16 -0
  27. package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +16 -0
  28. package/dist-types/commands/DescribeStackResourcesCommand.d.ts +16 -0
  29. package/dist-types/commands/DescribeStackSetCommand.d.ts +16 -0
  30. package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +16 -0
  31. package/dist-types/commands/DescribeStacksCommand.d.ts +16 -0
  32. package/dist-types/commands/DescribeTypeCommand.d.ts +16 -0
  33. package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +16 -0
  34. package/dist-types/commands/DetectStackDriftCommand.d.ts +16 -0
  35. package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +16 -0
  36. package/dist-types/commands/DetectStackSetDriftCommand.d.ts +16 -0
  37. package/dist-types/commands/EstimateTemplateCostCommand.d.ts +16 -0
  38. package/dist-types/commands/ExecuteChangeSetCommand.d.ts +16 -0
  39. package/dist-types/commands/GetStackPolicyCommand.d.ts +16 -0
  40. package/dist-types/commands/GetTemplateCommand.d.ts +16 -0
  41. package/dist-types/commands/GetTemplateSummaryCommand.d.ts +16 -0
  42. package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +16 -0
  43. package/dist-types/commands/ListChangeSetsCommand.d.ts +16 -0
  44. package/dist-types/commands/ListExportsCommand.d.ts +16 -0
  45. package/dist-types/commands/ListImportsCommand.d.ts +16 -0
  46. package/dist-types/commands/ListStackInstancesCommand.d.ts +16 -0
  47. package/dist-types/commands/ListStackResourcesCommand.d.ts +16 -0
  48. package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +16 -0
  49. package/dist-types/commands/ListStackSetOperationsCommand.d.ts +16 -0
  50. package/dist-types/commands/ListStackSetsCommand.d.ts +16 -0
  51. package/dist-types/commands/ListStacksCommand.d.ts +16 -0
  52. package/dist-types/commands/ListTypeRegistrationsCommand.d.ts +16 -0
  53. package/dist-types/commands/ListTypeVersionsCommand.d.ts +16 -0
  54. package/dist-types/commands/ListTypesCommand.d.ts +16 -0
  55. package/dist-types/commands/PublishTypeCommand.d.ts +16 -0
  56. package/dist-types/commands/RecordHandlerProgressCommand.d.ts +16 -0
  57. package/dist-types/commands/RegisterPublisherCommand.d.ts +16 -0
  58. package/dist-types/commands/RegisterTypeCommand.d.ts +16 -0
  59. package/dist-types/commands/RollbackStackCommand.d.ts +16 -0
  60. package/dist-types/commands/SetStackPolicyCommand.d.ts +16 -0
  61. package/dist-types/commands/SetTypeConfigurationCommand.d.ts +16 -0
  62. package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +16 -0
  63. package/dist-types/commands/SignalResourceCommand.d.ts +16 -0
  64. package/dist-types/commands/StopStackSetOperationCommand.d.ts +16 -0
  65. package/dist-types/commands/TestTypeCommand.d.ts +16 -0
  66. package/dist-types/commands/UpdateStackCommand.d.ts +16 -0
  67. package/dist-types/commands/UpdateStackInstancesCommand.d.ts +16 -0
  68. package/dist-types/commands/UpdateStackSetCommand.d.ts +16 -0
  69. package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +16 -0
  70. package/dist-types/commands/ValidateTemplateCommand.d.ts +16 -0
  71. package/dist-types/models/CloudFormationServiceException.d.ts +2 -0
  72. package/dist-types/models/models_0.d.ts +543 -7
  73. package/dist-types/pagination/DescribeAccountLimitsPaginator.d.ts +3 -0
  74. package/dist-types/pagination/DescribeStackEventsPaginator.d.ts +3 -0
  75. package/dist-types/pagination/DescribeStackResourceDriftsPaginator.d.ts +3 -0
  76. package/dist-types/pagination/DescribeStacksPaginator.d.ts +3 -0
  77. package/dist-types/pagination/Interfaces.d.ts +3 -0
  78. package/dist-types/pagination/ListChangeSetsPaginator.d.ts +3 -0
  79. package/dist-types/pagination/ListExportsPaginator.d.ts +3 -0
  80. package/dist-types/pagination/ListImportsPaginator.d.ts +3 -0
  81. package/dist-types/pagination/ListStackInstancesPaginator.d.ts +3 -0
  82. package/dist-types/pagination/ListStackResourcesPaginator.d.ts +3 -0
  83. package/dist-types/pagination/ListStackSetOperationResultsPaginator.d.ts +3 -0
  84. package/dist-types/pagination/ListStackSetOperationsPaginator.d.ts +3 -0
  85. package/dist-types/pagination/ListStackSetsPaginator.d.ts +3 -0
  86. package/dist-types/pagination/ListStacksPaginator.d.ts +3 -0
  87. package/dist-types/pagination/ListTypeRegistrationsPaginator.d.ts +3 -0
  88. package/dist-types/pagination/ListTypeVersionsPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListTypesPaginator.d.ts +3 -0
  90. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { ListTypesInput, ListTypesOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTypesCommand}.
8
10
  */
9
11
  export interface ListTypesCommandInput extends ListTypesInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTypesCommand}.
13
17
  */
14
18
  export interface ListTypesCommandOutput extends ListTypesOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns summary information about extension that have been registered with CloudFormation.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListTypesCommandOutput extends ListTypesOutput, __MetadataBeare
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTypesCommandInput - {@link ListTypesCommandInput}
34
+ * @returns {@link ListTypesCommandOutput}
28
35
  * @see {@link ListTypesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTypesCommandOutput} for command's `response` shape.
30
37
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
@@ -37,11 +44,20 @@ export interface ListTypesCommandOutput extends ListTypesOutput, __MetadataBeare
37
44
  export declare class ListTypesCommand extends $Command<ListTypesCommandInput, ListTypesCommandOutput, CloudFormationClientResolvedConfig> {
38
45
  readonly input: ListTypesCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: ListTypesCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTypesCommandInput, ListTypesCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { PublishTypeInput, PublishTypeOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PublishTypeCommand}.
8
10
  */
9
11
  export interface PublishTypeCommandInput extends PublishTypeInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PublishTypeCommand}.
13
17
  */
14
18
  export interface PublishTypeCommandOutput extends PublishTypeOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Publishes the specified extension to the CloudFormation registry as a public
18
23
  * extension in this region. Public extensions are available for use by all CloudFormation users. For more information about publishing extensions, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html">Publishing extensions to make them available for public use</a> in the
19
24
  * <i>CloudFormation CLI User Guide</i>.</p>
@@ -28,6 +33,8 @@ export interface PublishTypeCommandOutput extends PublishTypeOutput, __MetadataB
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param PublishTypeCommandInput - {@link PublishTypeCommandInput}
37
+ * @returns {@link PublishTypeCommandOutput}
31
38
  * @see {@link PublishTypeCommandInput} for command's `input` shape.
32
39
  * @see {@link PublishTypeCommandOutput} for command's `response` shape.
33
40
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
@@ -43,11 +50,20 @@ export interface PublishTypeCommandOutput extends PublishTypeOutput, __MetadataB
43
50
  export declare class PublishTypeCommand extends $Command<PublishTypeCommandInput, PublishTypeCommandOutput, CloudFormationClientResolvedConfig> {
44
51
  readonly input: PublishTypeCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: PublishTypeCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PublishTypeCommandInput, PublishTypeCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { RecordHandlerProgressInput, RecordHandlerProgressOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link RecordHandlerProgressCommand}.
8
10
  */
9
11
  export interface RecordHandlerProgressCommandInput extends RecordHandlerProgressInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link RecordHandlerProgressCommand}.
13
17
  */
14
18
  export interface RecordHandlerProgressCommandOutput extends RecordHandlerProgressOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Reports progress of a resource handler to CloudFormation.</p>
18
23
  * <p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation CLI</a>. Don't use this API in your code.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface RecordHandlerProgressCommandOutput extends RecordHandlerProgres
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param RecordHandlerProgressCommandInput - {@link RecordHandlerProgressCommandInput}
35
+ * @returns {@link RecordHandlerProgressCommandOutput}
29
36
  * @see {@link RecordHandlerProgressCommandInput} for command's `input` shape.
30
37
  * @see {@link RecordHandlerProgressCommandOutput} for command's `response` shape.
31
38
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
@@ -43,11 +50,20 @@ export interface RecordHandlerProgressCommandOutput extends RecordHandlerProgres
43
50
  export declare class RecordHandlerProgressCommand extends $Command<RecordHandlerProgressCommandInput, RecordHandlerProgressCommandOutput, CloudFormationClientResolvedConfig> {
44
51
  readonly input: RecordHandlerProgressCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: RecordHandlerProgressCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RecordHandlerProgressCommandInput, RecordHandlerProgressCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { RegisterPublisherInput, RegisterPublisherOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link RegisterPublisherCommand}.
8
10
  */
9
11
  export interface RegisterPublisherCommandInput extends RegisterPublisherInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link RegisterPublisherCommand}.
13
17
  */
14
18
  export interface RegisterPublisherCommandOutput extends RegisterPublisherOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Registers your account as a publisher of public extensions in the CloudFormation registry. Public extensions are available for use by all CloudFormation users.
18
23
  * This publisher ID applies to your account in all Amazon Web Services Regions.</p>
19
24
  * <p>For information about requirements for registering as a public extension publisher, see
@@ -31,6 +36,8 @@ export interface RegisterPublisherCommandOutput extends RegisterPublisherOutput,
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param RegisterPublisherCommandInput - {@link RegisterPublisherCommandInput}
40
+ * @returns {@link RegisterPublisherCommandOutput}
34
41
  * @see {@link RegisterPublisherCommandInput} for command's `input` shape.
35
42
  * @see {@link RegisterPublisherCommandOutput} for command's `response` shape.
36
43
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
@@ -43,11 +50,20 @@ export interface RegisterPublisherCommandOutput extends RegisterPublisherOutput,
43
50
  export declare class RegisterPublisherCommand extends $Command<RegisterPublisherCommandInput, RegisterPublisherCommandOutput, CloudFormationClientResolvedConfig> {
44
51
  readonly input: RegisterPublisherCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: RegisterPublisherCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterPublisherCommandInput, RegisterPublisherCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { RegisterTypeInput, RegisterTypeOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link RegisterTypeCommand}.
8
10
  */
9
11
  export interface RegisterTypeCommandInput extends RegisterTypeInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link RegisterTypeCommand}.
13
17
  */
14
18
  export interface RegisterTypeCommandOutput extends RegisterTypeOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Registers an extension with the CloudFormation service. Registering an
18
23
  * extension makes it available for use in CloudFormation templates in your Amazon Web Services account, and includes:</p>
19
24
  * <ul>
@@ -51,6 +56,8 @@ export interface RegisterTypeCommandOutput extends RegisterTypeOutput, __Metadat
51
56
  * const response = await client.send(command);
52
57
  * ```
53
58
  *
59
+ * @param RegisterTypeCommandInput - {@link RegisterTypeCommandInput}
60
+ * @returns {@link RegisterTypeCommandOutput}
54
61
  * @see {@link RegisterTypeCommandInput} for command's `input` shape.
55
62
  * @see {@link RegisterTypeCommandOutput} for command's `response` shape.
56
63
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
@@ -63,11 +70,20 @@ export interface RegisterTypeCommandOutput extends RegisterTypeOutput, __Metadat
63
70
  export declare class RegisterTypeCommand extends $Command<RegisterTypeCommandInput, RegisterTypeCommandOutput, CloudFormationClientResolvedConfig> {
64
71
  readonly input: RegisterTypeCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: RegisterTypeCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterTypeCommandInput, RegisterTypeCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { RollbackStackInput, RollbackStackOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link RollbackStackCommand}.
8
10
  */
9
11
  export interface RollbackStackCommandInput extends RollbackStackInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link RollbackStackCommand}.
13
17
  */
14
18
  export interface RollbackStackCommandOutput extends RollbackStackOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>When specifying <code>RollbackStack</code>, you preserve the state of previously
18
23
  * provisioned resources when an operation fails. You can check the status of the stack
19
24
  * through the <a>DescribeStacks</a> operation.</p>
@@ -59,6 +64,8 @@ export interface RollbackStackCommandOutput extends RollbackStackOutput, __Metad
59
64
  * const response = await client.send(command);
60
65
  * ```
61
66
  *
67
+ * @param RollbackStackCommandInput - {@link RollbackStackCommandInput}
68
+ * @returns {@link RollbackStackCommandOutput}
62
69
  * @see {@link RollbackStackCommandInput} for command's `input` shape.
63
70
  * @see {@link RollbackStackCommandOutput} for command's `response` shape.
64
71
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
@@ -71,11 +78,20 @@ export interface RollbackStackCommandOutput extends RollbackStackOutput, __Metad
71
78
  export declare class RollbackStackCommand extends $Command<RollbackStackCommandInput, RollbackStackCommandOutput, CloudFormationClientResolvedConfig> {
72
79
  readonly input: RollbackStackCommandInput;
73
80
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
+ /**
82
+ * @public
83
+ */
74
84
  constructor(input: RollbackStackCommandInput);
75
85
  /**
76
86
  * @internal
77
87
  */
78
88
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RollbackStackCommandInput, RollbackStackCommandOutput>;
89
+ /**
90
+ * @internal
91
+ */
79
92
  private serialize;
93
+ /**
94
+ * @internal
95
+ */
80
96
  private deserialize;
81
97
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { SetStackPolicyInput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link SetStackPolicyCommand}.
8
10
  */
9
11
  export interface SetStackPolicyCommandInput extends SetStackPolicyInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link SetStackPolicyCommand}.
13
17
  */
14
18
  export interface SetStackPolicyCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Sets a stack policy for a specified stack.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface SetStackPolicyCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param SetStackPolicyCommandInput - {@link SetStackPolicyCommandInput}
34
+ * @returns {@link SetStackPolicyCommandOutput}
28
35
  * @see {@link SetStackPolicyCommandInput} for command's `input` shape.
29
36
  * @see {@link SetStackPolicyCommandOutput} for command's `response` shape.
30
37
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
@@ -34,11 +41,20 @@ export interface SetStackPolicyCommandOutput extends __MetadataBearer {
34
41
  export declare class SetStackPolicyCommand extends $Command<SetStackPolicyCommandInput, SetStackPolicyCommandOutput, CloudFormationClientResolvedConfig> {
35
42
  readonly input: SetStackPolicyCommandInput;
36
43
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
44
+ /**
45
+ * @public
46
+ */
37
47
  constructor(input: SetStackPolicyCommandInput);
38
48
  /**
39
49
  * @internal
40
50
  */
41
51
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetStackPolicyCommandInput, SetStackPolicyCommandOutput>;
52
+ /**
53
+ * @internal
54
+ */
42
55
  private serialize;
56
+ /**
57
+ * @internal
58
+ */
43
59
  private deserialize;
44
60
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { SetTypeConfigurationInput, SetTypeConfigurationOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link SetTypeConfigurationCommand}.
8
10
  */
9
11
  export interface SetTypeConfigurationCommandInput extends SetTypeConfigurationInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link SetTypeConfigurationCommand}.
13
17
  */
14
18
  export interface SetTypeConfigurationCommandOutput extends SetTypeConfigurationOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Specifies the configuration data for a registered CloudFormation extension, in
18
23
  * the given account and region.</p>
19
24
  * <p>To view the current configuration data for an extension, refer to the
@@ -37,6 +42,8 @@ export interface SetTypeConfigurationCommandOutput extends SetTypeConfigurationO
37
42
  * const response = await client.send(command);
38
43
  * ```
39
44
  *
45
+ * @param SetTypeConfigurationCommandInput - {@link SetTypeConfigurationCommandInput}
46
+ * @returns {@link SetTypeConfigurationCommandOutput}
40
47
  * @see {@link SetTypeConfigurationCommandInput} for command's `input` shape.
41
48
  * @see {@link SetTypeConfigurationCommandOutput} for command's `response` shape.
42
49
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
@@ -52,11 +59,20 @@ export interface SetTypeConfigurationCommandOutput extends SetTypeConfigurationO
52
59
  export declare class SetTypeConfigurationCommand extends $Command<SetTypeConfigurationCommandInput, SetTypeConfigurationCommandOutput, CloudFormationClientResolvedConfig> {
53
60
  readonly input: SetTypeConfigurationCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: SetTypeConfigurationCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetTypeConfigurationCommandInput, SetTypeConfigurationCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { SetTypeDefaultVersionInput, SetTypeDefaultVersionOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link SetTypeDefaultVersionCommand}.
8
10
  */
9
11
  export interface SetTypeDefaultVersionCommandInput extends SetTypeDefaultVersionInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link SetTypeDefaultVersionCommand}.
13
17
  */
14
18
  export interface SetTypeDefaultVersionCommandOutput extends SetTypeDefaultVersionOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Specify the default version of an extension. The default version of an extension will be
18
23
  * used in CloudFormation operations.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface SetTypeDefaultVersionCommandOutput extends SetTypeDefaultVersio
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param SetTypeDefaultVersionCommandInput - {@link SetTypeDefaultVersionCommandInput}
35
+ * @returns {@link SetTypeDefaultVersionCommandOutput}
29
36
  * @see {@link SetTypeDefaultVersionCommandInput} for command's `input` shape.
30
37
  * @see {@link SetTypeDefaultVersionCommandOutput} for command's `response` shape.
31
38
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
@@ -41,11 +48,20 @@ export interface SetTypeDefaultVersionCommandOutput extends SetTypeDefaultVersio
41
48
  export declare class SetTypeDefaultVersionCommand extends $Command<SetTypeDefaultVersionCommandInput, SetTypeDefaultVersionCommandOutput, CloudFormationClientResolvedConfig> {
42
49
  readonly input: SetTypeDefaultVersionCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: SetTypeDefaultVersionCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetTypeDefaultVersionCommandInput, SetTypeDefaultVersionCommandOutput>;
59
+ /**
60
+ * @internal
61
+ */
49
62
  private serialize;
63
+ /**
64
+ * @internal
65
+ */
50
66
  private deserialize;
51
67
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { SignalResourceInput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link SignalResourceCommand}.
8
10
  */
9
11
  export interface SignalResourceCommandInput extends SignalResourceInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link SignalResourceCommand}.
13
17
  */
14
18
  export interface SignalResourceCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Sends a signal to the specified resource with a success or failure status. You can use
18
23
  * the <code>SignalResource</code> operation in conjunction with a creation policy or update
19
24
  * policy. CloudFormation doesn't proceed with a stack creation or update until
@@ -30,6 +35,8 @@ export interface SignalResourceCommandOutput extends __MetadataBearer {
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param SignalResourceCommandInput - {@link SignalResourceCommandInput}
39
+ * @returns {@link SignalResourceCommandOutput}
33
40
  * @see {@link SignalResourceCommandInput} for command's `input` shape.
34
41
  * @see {@link SignalResourceCommandOutput} for command's `response` shape.
35
42
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
@@ -39,11 +46,20 @@ export interface SignalResourceCommandOutput extends __MetadataBearer {
39
46
  export declare class SignalResourceCommand extends $Command<SignalResourceCommandInput, SignalResourceCommandOutput, CloudFormationClientResolvedConfig> {
40
47
  readonly input: SignalResourceCommandInput;
41
48
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
49
+ /**
50
+ * @public
51
+ */
42
52
  constructor(input: SignalResourceCommandInput);
43
53
  /**
44
54
  * @internal
45
55
  */
46
56
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SignalResourceCommandInput, SignalResourceCommandOutput>;
57
+ /**
58
+ * @internal
59
+ */
47
60
  private serialize;
61
+ /**
62
+ * @internal
63
+ */
48
64
  private deserialize;
49
65
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { StopStackSetOperationInput, StopStackSetOperationOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopStackSetOperationCommand}.
8
10
  */
9
11
  export interface StopStackSetOperationCommandInput extends StopStackSetOperationInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopStackSetOperationCommand}.
13
17
  */
14
18
  export interface StopStackSetOperationCommandOutput extends StopStackSetOperationOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Stops an in-progress operation on a stack set and its associated stack instances.
18
23
  * StackSets will cancel all the unstarted stack instance deployments and wait for those are
19
24
  * in-progress to complete.</p>
@@ -27,6 +32,8 @@ export interface StopStackSetOperationCommandOutput extends StopStackSetOperatio
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param StopStackSetOperationCommandInput - {@link StopStackSetOperationCommandInput}
36
+ * @returns {@link StopStackSetOperationCommandOutput}
30
37
  * @see {@link StopStackSetOperationCommandInput} for command's `input` shape.
31
38
  * @see {@link StopStackSetOperationCommandOutput} for command's `response` shape.
32
39
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
@@ -45,11 +52,20 @@ export interface StopStackSetOperationCommandOutput extends StopStackSetOperatio
45
52
  export declare class StopStackSetOperationCommand extends $Command<StopStackSetOperationCommandInput, StopStackSetOperationCommandOutput, CloudFormationClientResolvedConfig> {
46
53
  readonly input: StopStackSetOperationCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: StopStackSetOperationCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopStackSetOperationCommandInput, StopStackSetOperationCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { TestTypeInput, TestTypeOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TestTypeCommand}.
8
10
  */
9
11
  export interface TestTypeCommandInput extends TestTypeInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TestTypeCommand}.
13
17
  */
14
18
  export interface TestTypeCommandOutput extends TestTypeOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Tests a registered extension to make sure it meets all necessary requirements for being
18
23
  * published in the CloudFormation registry.</p>
19
24
  * <ul>
@@ -47,6 +52,8 @@ export interface TestTypeCommandOutput extends TestTypeOutput, __MetadataBearer
47
52
  * const response = await client.send(command);
48
53
  * ```
49
54
  *
55
+ * @param TestTypeCommandInput - {@link TestTypeCommandInput}
56
+ * @returns {@link TestTypeCommandOutput}
50
57
  * @see {@link TestTypeCommandInput} for command's `input` shape.
51
58
  * @see {@link TestTypeCommandOutput} for command's `response` shape.
52
59
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
@@ -62,11 +69,20 @@ export interface TestTypeCommandOutput extends TestTypeOutput, __MetadataBearer
62
69
  export declare class TestTypeCommand extends $Command<TestTypeCommandInput, TestTypeCommandOutput, CloudFormationClientResolvedConfig> {
63
70
  readonly input: TestTypeCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: TestTypeCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TestTypeCommandInput, TestTypeCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { UpdateStackInput, UpdateStackOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateStackCommand}.
8
10
  */
9
11
  export interface UpdateStackCommandInput extends UpdateStackInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateStackCommand}.
13
17
  */
14
18
  export interface UpdateStackCommandOutput extends UpdateStackOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a stack as specified in the template. After the call completes successfully, the
18
23
  * stack update starts. You can check the status of the stack through the <a>DescribeStacks</a> action.</p>
19
24
  * <p>To get a copy of the template for an existing stack, you can use the <a>GetTemplate</a> action.</p>
@@ -30,6 +35,8 @@ export interface UpdateStackCommandOutput extends UpdateStackOutput, __MetadataB
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param UpdateStackCommandInput - {@link UpdateStackCommandInput}
39
+ * @returns {@link UpdateStackCommandOutput}
33
40
  * @see {@link UpdateStackCommandInput} for command's `input` shape.
34
41
  * @see {@link UpdateStackCommandOutput} for command's `response` shape.
35
42
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
@@ -46,11 +53,20 @@ export interface UpdateStackCommandOutput extends UpdateStackOutput, __MetadataB
46
53
  export declare class UpdateStackCommand extends $Command<UpdateStackCommandInput, UpdateStackCommandOutput, CloudFormationClientResolvedConfig> {
47
54
  readonly input: UpdateStackCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: UpdateStackCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateStackCommandInput, UpdateStackCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }