@cdk8s/awscdk-resolver 0.0.186 → 0.0.188

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/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/README.md +2 -1
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +2 -1
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +2 -1
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +3 -3
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +4 -6
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +5 -4
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CancelUpdateStackCommand.d.ts +2 -2
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +10 -8
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +19 -13
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +3 -2
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +5 -2
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +4 -4
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +3 -2
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateTypeCommand.d.ts +6 -4
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteChangeSetCommand.d.ts +6 -4
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackCommand.d.ts +5 -2
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackSetCommand.d.ts +2 -2
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeregisterTypeCommand.d.ts +10 -8
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -3
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +4 -3
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +2 -2
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +4 -3
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +4 -3
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribePublisherCommand.d.ts +6 -5
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +11 -8
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +5 -5
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackInstanceCommand.d.ts +2 -2
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +2 -2
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +11 -7
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +14 -12
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +4 -3
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeCommand.d.ts +3 -2
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +7 -5
  36. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackDriftCommand.d.ts +21 -16
  37. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +12 -9
  38. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +24 -18
  39. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/EstimateTemplateCostCommand.d.ts +3 -2
  40. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteChangeSetCommand.d.ts +9 -9
  41. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetGeneratedTemplateCommand.d.ts +4 -3
  42. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetStackPolicyCommand.d.ts +2 -2
  43. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateCommand.d.ts +4 -3
  44. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateSummaryCommand.d.ts +8 -7
  45. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ImportStacksToStackSetCommand.d.ts +4 -3
  46. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListChangeSetsCommand.d.ts +3 -2
  47. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListExportsCommand.d.ts +5 -5
  48. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListImportsCommand.d.ts +4 -4
  49. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +2 -2
  50. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanResourcesCommand.d.ts +4 -3
  51. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScansCommand.d.ts +2 -1
  52. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +3 -2
  53. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstancesCommand.d.ts +3 -3
  54. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +2 -2
  55. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +10 -8
  56. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +4 -4
  57. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +2 -1
  58. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +7 -5
  59. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +2 -2
  60. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +6 -4
  61. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +15 -10
  62. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +8 -6
  63. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +12 -7
  64. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +2 -1
  65. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +5 -4
  66. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +2 -2
  67. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +19 -16
  68. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +4 -3
  69. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +7 -6
  70. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +14 -12
  71. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +6 -3
  72. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +7 -6
  73. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +3 -3
  74. package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +2 -1
  75. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +2118 -1689
  76. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +425 -351
  77. package/node_modules/@aws-sdk/client-cloudformation/package.json +2 -2
  78. package/node_modules/@types/uuid/LICENSE +21 -0
  79. package/node_modules/@types/uuid/README.md +15 -0
  80. package/node_modules/@types/uuid/index.d.mts +12 -0
  81. package/node_modules/@types/uuid/index.d.ts +86 -0
  82. package/node_modules/@types/uuid/package.json +54 -0
  83. package/node_modules/tslib/modules/index.d.ts +1 -0
  84. package/node_modules/tslib/modules/index.js +2 -0
  85. package/node_modules/tslib/package.json +1 -1
  86. package/node_modules/tslib/tslib.d.ts +7 -0
  87. package/node_modules/tslib/tslib.es6.js +14 -0
  88. package/node_modules/tslib/tslib.es6.mjs +14 -0
  89. package/node_modules/tslib/tslib.js +46 -0
  90. package/package.json +5 -5
@@ -27,10 +27,12 @@ declare const RegisterPublisherCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Registers your account as a publisher of public extensions in the CloudFormation registry. Public extensions are
31
- * available for use by all CloudFormation users. This publisher ID applies to your account in all Amazon Web Services Regions.</p>
32
- * <p>For information about requirements for registering as a public extension publisher, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html#publish-extension-prereqs">Registering your account to publish CloudFormation extensions</a> in the <i>CloudFormation CLI User
33
- * Guide</i>.</p>
30
+ * <p>Registers your account as a publisher of public extensions in the CloudFormation registry.
31
+ * Public extensions are available for use by all CloudFormation users. This publisher ID applies to
32
+ * your account in all Amazon Web Services Regions.</p>
33
+ * <p>For information about requirements for registering as a public extension publisher, see
34
+ * <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html#publish-extension-prereqs">Prerequisite: Registering your account to publish CloudFormation extensions</a> in the
35
+ * <i>CloudFormation Command Line Interface (CLI) User Guide</i>.</p>
34
36
  * <p></p>
35
37
  * @example
36
38
  * Use a bare-bones client and the command you need to make an API call.
@@ -27,8 +27,8 @@ declare const RegisterTypeCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Registers an extension with the CloudFormation service. Registering an extension makes it available for use in
31
- * CloudFormation templates in your Amazon Web Services account, and includes:</p>
30
+ * <p>Registers an extension with the CloudFormation service. Registering an extension makes it
31
+ * available for use in CloudFormation templates in your Amazon Web Services account, and includes:</p>
32
32
  * <ul>
33
33
  * <li>
34
34
  * <p>Validating the extension schema.</p>
@@ -40,14 +40,19 @@ declare const RegisterTypeCommand_base: {
40
40
  * <p>Making the extension available for use in your account.</p>
41
41
  * </li>
42
42
  * </ul>
43
- * <p>For more information about how to develop extensions and ready them for registration, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-types.html">Creating Resource
44
- * Providers</a> in the <i>CloudFormation CLI User Guide</i>.</p>
45
- * <p>You can have a maximum of 50 resource extension versions registered at a time. This maximum is per account and
46
- * per Region. Use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeregisterType.html">DeregisterType</a> to deregister specific extension versions if necessary.</p>
47
- * <p>Once you have initiated a registration request using <a>RegisterType</a>, you can use <a>DescribeTypeRegistration</a> to monitor the progress of the registration request.</p>
48
- * <p>Once you have registered a private extension in your account and Region, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html">SetTypeConfiguration</a> to specify
49
- * configuration properties for the extension. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-private.html#registry-set-configuration">Configuring extensions at
50
- * the account level</a> in the <i>CloudFormation User Guide</i>.</p>
43
+ * <p>For more information about how to develop extensions and ready them for registration, see
44
+ * <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-types.html">Creating resource types using the CloudFormation CLI</a> in the
45
+ * <i>CloudFormation Command Line Interface (CLI) User Guide</i>.</p>
46
+ * <p>You can have a maximum of 50 resource extension versions registered at a time. This
47
+ * maximum is per account and per Region. Use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeregisterType.html">DeregisterType</a>
48
+ * to deregister specific extension versions if necessary.</p>
49
+ * <p>Once you have initiated a registration request using <a>RegisterType</a>, you
50
+ * can use <a>DescribeTypeRegistration</a> to monitor the progress of the registration
51
+ * request.</p>
52
+ * <p>Once you have registered a private extension in your account and Region, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html">SetTypeConfiguration</a> to specify configuration properties for the extension. For
53
+ * more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-set-configuration.html">Edit configuration
54
+ * data for extensions in your account</a> in the
55
+ * <i>CloudFormation User Guide</i>.</p>
51
56
  * @example
52
57
  * Use a bare-bones client and the command you need to make an API call.
53
58
  * ```javascript
@@ -27,12 +27,14 @@ declare const RollbackStackCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>When specifying <code>RollbackStack</code>, you preserve the state of previously provisioned resources when an
31
- * operation fails. You can check the status of the stack through the <a>DescribeStacks</a> operation.</p>
32
- * <p>Rolls back the specified stack to the last known stable state from <code>CREATE_FAILED</code> or
33
- * <code>UPDATE_FAILED</code> stack statuses.</p>
34
- * <p>This operation will delete a stack if it doesn't contain a last known stable state. A last known stable state
35
- * includes any status in a <code>*_COMPLETE</code>. This includes the following stack statuses.</p>
30
+ * <p>When specifying <code>RollbackStack</code>, you preserve the state of previously
31
+ * provisioned resources when an operation fails. You can check the status of the stack through
32
+ * the <a>DescribeStacks</a> operation.</p>
33
+ * <p>Rolls back the specified stack to the last known stable state from
34
+ * <code>CREATE_FAILED</code> or <code>UPDATE_FAILED</code> stack statuses.</p>
35
+ * <p>This operation will delete a stack if it doesn't contain a last known stable state. A last
36
+ * known stable state includes any status in a <code>*_COMPLETE</code>. This includes the
37
+ * following stack statuses.</p>
36
38
  * <ul>
37
39
  * <li>
38
40
  * <p>
@@ -27,14 +27,19 @@ declare const SetTypeConfigurationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Specifies the configuration data for a registered CloudFormation extension, in the given account and Region.</p>
31
- * <p>To view the current configuration data for an extension, refer to the <code>ConfigurationSchema</code> element
32
- * of <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a>. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-private.html#registry-set-configuration">Configuring extensions at
33
- * the account level</a> in the <i>CloudFormation User Guide</i>.</p>
30
+ * <p>Specifies the configuration data for a registered CloudFormation extension, in the given
31
+ * account and Region.</p>
32
+ * <p>To view the current configuration data for an extension, refer to the
33
+ * <code>ConfigurationSchema</code> element of <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a>. For
34
+ * more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-set-configuration.html">Edit configuration
35
+ * data for extensions in your account</a> in the
36
+ * <i>CloudFormation User Guide</i>.</p>
34
37
  * <important>
35
- * <p>It's strongly recommended that you use dynamic references to restrict sensitive configuration definitions, such
36
- * as third-party credentials. For more details on dynamic references, see <a href="https://docs.aws.amazon.com/">Using
37
- * dynamic references to specify template values</a> in the <i>CloudFormation User Guide</i>.</p>
38
+ * <p>It's strongly recommended that you use dynamic references to restrict sensitive
39
+ * configuration definitions, such as third-party credentials. For more details on dynamic
40
+ * references, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/dynamic-references.html">Specify values stored in
41
+ * other services using dynamic references</a> in the
42
+ * <i>CloudFormation User Guide</i>.</p>
38
43
  * </important>
39
44
  * @example
40
45
  * Use a bare-bones client and the command you need to make an API call.
@@ -27,7 +27,8 @@ declare const SetTypeDefaultVersionCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Specify the default version of an extension. The default version of an extension will be used in CloudFormation operations.</p>
30
+ * <p>Specify the default version of an extension. The default version of an extension will be
31
+ * used in CloudFormation operations.</p>
31
32
  * @example
32
33
  * Use a bare-bones client and the command you need to make an API call.
33
34
  * ```javascript
@@ -28,10 +28,11 @@ declare const SignalResourceCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Sends a signal to the specified resource with a success or failure status. You can use the
31
- * <code>SignalResource</code> operation in conjunction with a creation policy or update policy. CloudFormation doesn't
32
- * proceed with a stack creation or update until resources receive the required number of signals or the timeout period
33
- * is exceeded. The <code>SignalResource</code> operation is useful in cases where you want to send signals from
34
- * anywhere other than an Amazon EC2 instance.</p>
31
+ * <code>SignalResource</code> operation in conjunction with a creation policy or update
32
+ * policy. CloudFormation doesn't proceed with a stack creation or update until resources receive the
33
+ * required number of signals or the timeout period is exceeded. The <code>SignalResource</code>
34
+ * operation is useful in cases where you want to send signals from anywhere other than an Amazon EC2
35
+ * instance.</p>
35
36
  * @example
36
37
  * Use a bare-bones client and the command you need to make an API call.
37
38
  * ```javascript
@@ -27,8 +27,8 @@ declare const StartResourceScanCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Starts a scan of the resources in this account in this Region. You can the status of a scan using the
31
- * <code>ListResourceScans</code> API action.</p>
30
+ * <p>Starts a scan of the resources in this account in this Region. You can the status of a
31
+ * scan using the <code>ListResourceScans</code> API action.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -27,28 +27,31 @@ declare const TestTypeCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Tests a registered extension to make sure it meets all necessary requirements for being published in the CloudFormation registry.</p>
30
+ * <p>Tests a registered extension to make sure it meets all necessary requirements for being
31
+ * published in the CloudFormation registry.</p>
31
32
  * <ul>
32
33
  * <li>
33
- * <p>For resource types, this includes passing all contracts tests defined for the type.</p>
34
+ * <p>For resource types, this includes passing all contracts tests defined for the
35
+ * type.</p>
34
36
  * </li>
35
37
  * <li>
36
- * <p>For modules, this includes determining if the module's model meets all necessary requirements.</p>
38
+ * <p>For modules, this includes determining if the module's model meets all necessary
39
+ * requirements.</p>
37
40
  * </li>
38
41
  * </ul>
39
- * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html#publish-extension-testing">Testing your public
40
- * extension prior to publishing</a> in the <i>CloudFormation CLI User Guide</i>.</p>
41
- * <p>If you don't specify a version, CloudFormation uses the default version of the extension in your account and Region
42
- * for testing.</p>
43
- * <p>To perform testing, CloudFormation assumes the execution role specified when the type was registered. For more
44
- * information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">RegisterType</a>.</p>
45
- * <p>Once you've initiated testing on an extension using <code>TestType</code>, you can pass the returned
46
- * <code>TypeVersionArn</code> into <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a> to monitor the current test
47
- * status and test status description for the extension.</p>
48
- * <p>An extension must have a test status of <code>PASSED</code> before it can be published. For more information,
49
- * see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-publish.html">Publishing
50
- * extensions to make them available for public use</a> in the <i>CloudFormation CLI User
51
- * Guide</i>.</p>
42
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html#publish-extension-testing">Testing your public extension before publishing</a> in the
43
+ * <i>CloudFormation Command Line Interface (CLI) User Guide</i>.</p>
44
+ * <p>If you don't specify a version, CloudFormation uses the default version of the extension in
45
+ * your account and Region for testing.</p>
46
+ * <p>To perform testing, CloudFormation assumes the execution role specified when the type was
47
+ * registered. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">RegisterType</a>.</p>
48
+ * <p>Once you've initiated testing on an extension using <code>TestType</code>, you can pass
49
+ * the returned <code>TypeVersionArn</code> into <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a> to
50
+ * monitor the current test status and test status description for the extension.</p>
51
+ * <p>An extension must have a test status of <code>PASSED</code> before it can be published.
52
+ * For more information, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-publish.html">Publishing extensions
53
+ * to make them available for public use</a> in the
54
+ * <i>CloudFormation Command Line Interface (CLI) User Guide</i>.</p>
52
55
  * @example
53
56
  * Use a bare-bones client and the command you need to make an API call.
54
57
  * ```javascript
@@ -27,9 +27,10 @@ declare const UpdateGeneratedTemplateCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates a generated template. This can be used to change the name, add and remove resources, refresh resources,
31
- * and change the <code>DeletionPolicy</code> and <code>UpdateReplacePolicy</code> settings. You can check the status of
32
- * the update to the generated template using the <code>DescribeGeneratedTemplate</code> API action.</p>
30
+ * <p>Updates a generated template. This can be used to change the name, add and remove
31
+ * resources, refresh resources, and change the <code>DeletionPolicy</code> and
32
+ * <code>UpdateReplacePolicy</code> settings. You can check the status of the update to the
33
+ * generated template using the <code>DescribeGeneratedTemplate</code> API action.</p>
33
34
  * @example
34
35
  * Use a bare-bones client and the command you need to make an API call.
35
36
  * ```javascript
@@ -27,12 +27,13 @@ declare const UpdateStackCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates a stack as specified in the template. After the call completes successfully, the stack update starts.
31
- * You can check the status of the stack through the <a>DescribeStacks</a> action.</p>
32
- * <p>To get a copy of the template for an existing stack, you can use the <a>GetTemplate</a>
33
- * action.</p>
34
- * <p>For more information about creating an update template, updating a stack, and monitoring the progress of the
35
- * update, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks.html">Updating a Stack</a>.</p>
30
+ * <p>Updates a stack as specified in the template. After the call completes successfully, the
31
+ * stack update starts. You can check the status of the stack through the <a>DescribeStacks</a> action.</p>
32
+ * <p>To get a copy of the template for an existing stack, you can use the <a>GetTemplate</a> action.</p>
33
+ * <p>For more information about updating a stack and monitoring the progress of the update, see
34
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html">Managing
35
+ * Amazon Web Services resources as a single unit with CloudFormation stacks</a> in the
36
+ * <i>CloudFormation User Guide</i>.</p>
36
37
  * @example
37
38
  * Use a bare-bones client and the command you need to make an API call.
38
39
  * ```javascript
@@ -27,18 +27,20 @@ declare const UpdateStackInstancesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates the parameter values for stack instances for the specified accounts, within the specified Amazon Web Services Regions. A stack instance refers to a stack in a specific account and Region.</p>
31
- * <p>You can only update stack instances in Amazon Web Services Regions and accounts where they already exist; to
32
- * create additional stack instances, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateStackInstances.html">CreateStackInstances</a>.</p>
33
- * <p>During stack set updates, any parameters overridden for a stack instance aren't updated, but retain their
34
- * overridden value.</p>
35
- * <p>You can only update the parameter <i>values</i> that are specified in the stack set; to add or
36
- * delete a parameter itself, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html">UpdateStackSet</a> to update the stack set
37
- * template. If you add a parameter to a template, before you can override the parameter value specified in the stack
38
- * set you must first use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html">UpdateStackSet</a> to update all stack
39
- * instances with the updated template and parameter value specified in the stack set. Once a stack instance has been
40
- * updated with the new parameter, you can then override the parameter value using
41
- * <code>UpdateStackInstances</code>.</p>
30
+ * <p>Updates the parameter values for stack instances for the specified accounts, within the
31
+ * specified Amazon Web Services Regions. A stack instance refers to a stack in a specific account and
32
+ * Region.</p>
33
+ * <p>You can only update stack instances in Amazon Web Services Regions and accounts where they already
34
+ * exist; to create additional stack instances, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateStackInstances.html">CreateStackInstances</a>.</p>
35
+ * <p>During stack set updates, any parameters overridden for a stack instance aren't updated,
36
+ * but retain their overridden value.</p>
37
+ * <p>You can only update the parameter <i>values</i> that are specified in the
38
+ * stack set; to add or delete a parameter itself, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html">UpdateStackSet</a>
39
+ * to update the stack set template. If you add a parameter to a template, before you can
40
+ * override the parameter value specified in the stack set you must first use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html">UpdateStackSet</a> to update all stack instances with the updated template and
41
+ * parameter value specified in the stack set. Once a stack instance has been updated with the
42
+ * new parameter, you can then override the parameter value using
43
+ * <code>UpdateStackInstances</code>.</p>
42
44
  * @example
43
45
  * Use a bare-bones client and the command you need to make an API call.
44
46
  * ```javascript
@@ -27,9 +27,12 @@ declare const UpdateStackSetCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates the stack set, and associated stack instances in the specified accounts and Amazon Web Services Regions.</p>
31
- * <p>Even if the stack set operation created by updating the stack set fails (completely or partially, below or above
32
- * a specified failure tolerance), the stack set is updated with your changes. Subsequent <a>CreateStackInstances</a> calls on the specified stack set use the updated stack set.</p>
30
+ * <p>Updates the stack set, and associated stack instances in the specified accounts and
31
+ * Amazon Web Services Regions.</p>
32
+ * <p>Even if the stack set operation created by updating the stack set fails (completely or
33
+ * partially, below or above a specified failure tolerance), the stack set is updated with your
34
+ * changes. Subsequent <a>CreateStackInstances</a> calls on the specified stack set
35
+ * use the updated stack set.</p>
33
36
  * @example
34
37
  * Use a bare-bones client and the command you need to make an API call.
35
38
  * ```javascript
@@ -27,12 +27,13 @@ declare const UpdateTerminationProtectionCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates termination protection for the specified stack. If a user attempts to delete a stack with termination
31
- * protection enabled, the operation fails and the stack remains unchanged. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-stacks.html">Protecting a Stack From
32
- * Being Deleted</a> in the <i>CloudFormation User Guide</i>.</p>
33
- * <p>For <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html">nested
34
- * stacks</a>, termination protection is set on the root stack and can't be changed directly on the nested
35
- * stack.</p>
30
+ * <p>Updates termination protection for the specified stack. If a user attempts to delete a
31
+ * stack with termination protection enabled, the operation fails and the stack remains
32
+ * unchanged. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-stacks.html">Protect a CloudFormation
33
+ * stack from being deleted</a> in the <i>CloudFormation User Guide</i>.</p>
34
+ * <p>For <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html">nested stacks</a>,
35
+ * termination protection is set on the root stack and can't be changed directly on the nested
36
+ * stack.</p>
36
37
  * @example
37
38
  * Use a bare-bones client and the command you need to make an API call.
38
39
  * ```javascript
@@ -27,9 +27,9 @@ declare const ValidateTemplateCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Validates a specified template. CloudFormation first checks if the template is valid JSON. If it isn't, CloudFormation
31
- * checks if the template is valid YAML. If both these checks fail, CloudFormation returns a template validation
32
- * error.</p>
30
+ * <p>Validates a specified template. CloudFormation first checks if the template is valid JSON. If
31
+ * it isn't, CloudFormation checks if the template is valid YAML. If both these checks fail,
32
+ * CloudFormation returns a template validation error.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -1,7 +1,8 @@
1
1
  /**
2
2
  * <fullname>CloudFormation</fullname>
3
3
  * <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably and
4
- * repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to build highly reliable, highly
4
+ * repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification Service,
5
+ * Elastic Load Balancing, and Amazon EC2 Auto Scaling to build highly reliable, highly
5
6
  * scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services
6
7
  * infrastructure.</p>
7
8
  * <p>With CloudFormation, you declare all your resources and dependencies in a template file. The template defines a