You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>Deactivates a public third-party extension, such as a resource or module, or a CloudFormation
32
32
* Hook when you no longer use it.</p>
33
33
* <p>Deactivating an extension deletes the configuration details that are associated with it.
34
-
* To temporary disable a CloudFormation Hook instead, you can use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html">SetTypeConfiguration</a>.</p>
34
+
* To temporarily disable a CloudFormation Hook instead, you can use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html">SetTypeConfiguration</a>.</p>
35
35
* <p>Once deactivated, an extension can't be used in any CloudFormation operation. This includes
36
36
* stack update operations where the stack template includes the extension, even if no updates
37
37
* are being made to the extension. In addition, deactivated extensions aren't automatically
* <p>If you specify a <code>VersionId</code>, <code>DescribeType</code> returns information
34
34
* about that specific extension version. Otherwise, it returns information about the default
35
35
* extension version.</p>
36
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-set-configuration.html">Edit configuration
37
+
* data for extensions in your account</a> in the
38
+
* <i>CloudFormation User Guide</i>.</p>
36
39
* @example
37
40
* Use a bare-bones client and the command you need to make an API call.
* <p>Returns summaries of invoked Hooks. For more information, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-view-invocations.html">View CloudFormation Hooks
32
-
* invocations</a> in the <i>CloudFormation Hooks User Guide</i>.</p>
31
+
* <p>Returns summaries of invoked Hooks. For more information, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-view-invocations.html">View invocation
32
+
* summaries for CloudFormation Hooks</a> in the <i>CloudFormation Hooks User Guide</i>.</p>
33
33
* <p>This operation supports the following parameter combinations:</p>
* <p>Specifies the configuration data for a registered CloudFormation extension, in the given
32
-
* account and Region.</p>
33
-
* <p>To view the current configuration data for an extension, refer to the
34
-
* <code>ConfigurationSchema</code> element of <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a>. For
35
-
* more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-set-configuration.html">Edit configuration
31
+
* <p>Specifies the configuration data for a CloudFormation extension, such as a resource or Hook,
32
+
* in the given account and Region.</p>
33
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-set-configuration.html">Edit configuration
36
34
* data for extensions in your account</a> in the
37
35
* <i>CloudFormation User Guide</i>.</p>
36
+
* <p>To view the current configuration data for an extension, refer to the
37
+
* <code>ConfigurationSchema</code> element of <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a>.</p>
38
38
* <important>
39
39
* <p>It's strongly recommended that you use dynamic references to restrict sensitive
40
-
* configuration definitions, such as third-party credentials. For more details on dynamic
41
-
* references, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/dynamic-references.html">Specify values stored in
42
-
* other services using dynamic references</a> in the
40
+
* configuration definitions, such as third-party credentials. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/dynamic-references.html">Specify values stored in other services using dynamic references</a> in the
43
41
* <i>CloudFormation User Guide</i>.</p>
44
42
* </important>
43
+
* <p>For more information about setting the configuration data for resource types, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-model.html#resource-type-howto-configuration">Defining the account-level configuration of an extension</a> in the
44
+
* <i>CloudFormation Command Line Interface (CLI) User Guide</i>. For more information about setting the configuration
45
+
* data for Hooks, see the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/what-is-cloudformation-hooks.html">CloudFormation
46
+
* Hooks User Guide</a>.</p>
45
47
* @example
46
48
* Use a bare-bones client and the command you need to make an API call.
* <p>For more information about extension schemas, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html">Resource type
7703
-
* schema</a> in the <i>CloudFormation Command Line Interface (CLI) User Guide</i>.</p>
7701
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html">Resource type
7702
+
* schema</a> in the <i>CloudFormation Command Line Interface (CLI) User Guide</i> and the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/what-is-cloudformation-hooks.html">CloudFormation
* <p>A JSON string that represent the current configuration data for the extension in this
7852
7852
* account and Region.</p>
7853
-
* <p>To set the configuration data for an extension, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html">SetTypeConfiguration</a>. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-set-configuration.html">Edit configuration
7854
-
* data for extensions in your account</a> in the
7855
-
* <i>CloudFormation User Guide</i>.</p>
7853
+
* <p>To set the configuration data for an extension, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html">SetTypeConfiguration</a>.</p>
* <p>The Amazon Resource Name (ARN) for the extension, in this account and Region.</p>
1214
+
* <p>The Amazon Resource Name (ARN) for the extension in this account and Region.</p>
1215
1215
* <p>For public extensions, this will be the ARN assigned when you call the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ActivateType.html">ActivateType</a> API operation in this account and Region. For private extensions, this
1216
1216
* will be the ARN assigned when you call the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">RegisterType</a> API
* <p>The configuration data for the extension, in this account and Region.</p>
1226
-
* <p>The configuration data must be formatted as JSON, and validate against the schema returned
1227
-
* in the <code>ConfigurationSchema</code> response element of <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a>. For
1228
-
* more information, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-model.html#resource-type-howto-configuration">Defining the account-level configuration of an extension</a> in the
1229
-
* <i>CloudFormation Command Line Interface (CLI) User Guide</i>.</p>
1225
+
* <p>The configuration data for the extension in this account and Region.</p>
1226
+
* <p>The configuration data must be formatted as JSON and validate against the extension's
1227
+
* schema returned in the <code>Schema</code> response element of <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a>.</p>
0 commit comments