@cdk8s/awscdk-resolver 0.0.55 → 0.0.57

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 (160) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/README.md +88 -0
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/CreateGeneratedTemplateCommand.js +1 -0
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeleteGeneratedTemplateCommand.js +1 -0
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeGeneratedTemplateCommand.js +1 -0
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeResourceScanCommand.js +1 -0
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/GetGeneratedTemplateCommand.js +1 -0
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListGeneratedTemplatesCommand.js +1 -0
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListResourceScanRelatedResourcesCommand.js +1 -0
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListResourceScanResourcesCommand.js +1 -0
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListResourceScansCommand.js +1 -0
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/StartResourceScanCommand.js +1 -0
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/UpdateGeneratedTemplateCommand.js +1 -0
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +1677 -73
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/models_1.js +1 -0
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListGeneratedTemplatesPaginator.js +1 -0
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListResourceScanRelatedResourcesPaginator.js +1 -0
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListResourceScanResourcesPaginator.js +1 -0
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListResourceScansPaginator.js +1 -0
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +22 -0
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateGeneratedTemplateCommand.js +24 -0
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteGeneratedTemplateCommand.js +24 -0
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeGeneratedTemplateCommand.js +24 -0
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeResourceScanCommand.js +24 -0
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetGeneratedTemplateCommand.js +24 -0
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListGeneratedTemplatesCommand.js +24 -0
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScanRelatedResourcesCommand.js +24 -0
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScanResourcesCommand.js +24 -0
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScansCommand.js +24 -0
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/StartResourceScanCommand.js +24 -0
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateGeneratedTemplateCommand.js +24 -0
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/index.js +11 -0
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/index.js +1 -0
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +104 -0
  36. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +1 -0
  37. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListGeneratedTemplatesPaginator.js +4 -0
  38. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListResourceScanRelatedResourcesPaginator.js +4 -0
  39. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListResourceScanResourcesPaginator.js +4 -0
  40. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListResourceScansPaginator.js +4 -0
  41. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/index.js +4 -0
  42. package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +1322 -92
  43. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +77 -0
  44. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +13 -2
  45. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +116 -0
  46. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteGeneratedTemplateCommand.d.ts +75 -0
  47. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +135 -0
  48. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeResourceScanCommand.d.ts +168 -0
  49. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetGeneratedTemplateCommand.d.ts +100 -0
  50. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListGeneratedTemplatesCommand.d.ts +112 -0
  51. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +145 -0
  52. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanResourcesCommand.d.ts +147 -0
  53. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScansCommand.d.ts +97 -0
  54. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +91 -0
  55. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -1
  56. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +1 -1
  57. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +156 -0
  58. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +1 -1
  59. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +1 -1
  60. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +1 -1
  61. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
  62. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +1 -1
  63. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/index.d.ts +11 -0
  64. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/index.d.ts +1 -0
  65. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +4075 -3877
  66. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +974 -0
  67. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListGeneratedTemplatesPaginator.d.ts +7 -0
  68. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListResourceScanRelatedResourcesPaginator.d.ts +7 -0
  69. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListResourceScanResourcesPaginator.d.ts +7 -0
  70. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListResourceScansPaginator.d.ts +7 -0
  71. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/index.d.ts +4 -0
  72. package/node_modules/@aws-sdk/client-cloudformation/dist-types/protocols/Aws_query.d.ts +99 -0
  73. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +187 -0
  74. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +66 -0
  75. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateGeneratedTemplateCommand.d.ts +30 -0
  76. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteGeneratedTemplateCommand.d.ts +26 -0
  77. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeGeneratedTemplateCommand.d.ts +30 -0
  78. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeResourceScanCommand.d.ts +30 -0
  79. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetGeneratedTemplateCommand.d.ts +30 -0
  80. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListGeneratedTemplatesCommand.d.ts +30 -0
  81. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScanRelatedResourcesCommand.d.ts +30 -0
  82. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScanResourcesCommand.d.ts +30 -0
  83. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScansCommand.d.ts +29 -0
  84. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +29 -0
  85. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +1 -1
  86. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/TestTypeCommand.d.ts +1 -1
  87. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateGeneratedTemplateCommand.d.ts +30 -0
  88. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +1 -1
  89. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +1 -1
  90. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +1 -1
  91. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
  92. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +1 -1
  93. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/index.d.ts +11 -0
  94. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/index.d.ts +1 -0
  95. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +250 -99
  96. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +132 -0
  97. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListGeneratedTemplatesPaginator.d.ts +11 -0
  98. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListResourceScanRelatedResourcesPaginator.d.ts +11 -0
  99. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListResourceScanResourcesPaginator.d.ts +11 -0
  100. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListResourceScansPaginator.d.ts +11 -0
  101. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/index.d.ts +4 -0
  102. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/protocols/Aws_query.d.ts +132 -0
  103. package/node_modules/@aws-sdk/client-cloudformation/package.json +3 -3
  104. package/node_modules/@aws-sdk/client-sso-oidc/package.json +3 -3
  105. package/node_modules/@aws-sdk/client-sts/package.json +2 -2
  106. package/node_modules/@aws-sdk/credential-provider-http/README.md +10 -0
  107. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +46 -0
  108. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +32 -0
  109. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +65 -0
  110. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +2 -0
  111. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +59 -0
  112. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +17 -0
  113. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +5 -0
  114. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +5 -0
  115. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +42 -0
  116. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +27 -0
  117. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +59 -0
  118. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttpTypes.js +1 -0
  119. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +53 -0
  120. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js +13 -0
  121. package/node_modules/@aws-sdk/credential-provider-http/dist-es/index.browser.js +1 -0
  122. package/node_modules/@aws-sdk/credential-provider-http/dist-es/index.js +1 -0
  123. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +7 -0
  124. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +6 -0
  125. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +6 -0
  126. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttpTypes.d.ts +69 -0
  127. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +11 -0
  128. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/retry-wrapper.d.ts +10 -0
  129. package/node_modules/@aws-sdk/credential-provider-http/dist-types/index.browser.d.ts +2 -0
  130. package/node_modules/@aws-sdk/credential-provider-http/dist-types/index.d.ts +2 -0
  131. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +1 -0
  132. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +5 -0
  133. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +5 -0
  134. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttpTypes.d.ts +18 -0
  135. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +7 -0
  136. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/retry-wrapper.d.ts +8 -0
  137. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.browser.d.ts +5 -0
  138. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.d.ts +5 -0
  139. package/node_modules/@aws-sdk/credential-provider-http/package.json +67 -0
  140. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +7 -10
  141. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +1 -1
  142. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +4 -8
  143. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +1 -0
  144. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -1
  145. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +4 -2
  146. package/node_modules/@aws-sdk/credential-provider-ini/package.json +4 -4
  147. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +5 -4
  148. package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +2 -2
  149. package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +4 -3
  150. package/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +3 -0
  151. package/node_modules/@aws-sdk/credential-provider-node/package.json +5 -4
  152. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +9 -6
  153. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +3 -5
  154. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +5 -2
  155. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
  156. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
  157. package/node_modules/@aws-sdk/credential-provider-sso/package.json +2 -2
  158. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +2 -2
  159. package/node_modules/@aws-sdk/token-providers/package.json +2 -2
  160. package/package.json +5 -5
@@ -0,0 +1,974 @@
1
+ import { AutoDeployment, CallAs, Capability, DeploymentTargets, ManagedExecution, Parameter, PermissionModels, ResourceDefinition, RollbackConfiguration, StackSetOperationPreferences, Tag, TemplateConfiguration, ThirdPartyType } from "./models_0";
2
+ /**
3
+ * @public
4
+ */
5
+ export interface StartResourceScanInput {
6
+ /**
7
+ * @public
8
+ * <p>A unique identifier for this <code>StartResourceScan</code> request. Specify this token if you plan to retry
9
+ * requests so that CloudFormation knows that you're not attempting to start a new resource scan.</p>
10
+ */
11
+ ClientRequestToken?: string;
12
+ }
13
+ /**
14
+ * @public
15
+ */
16
+ export interface StartResourceScanOutput {
17
+ /**
18
+ * @public
19
+ * <p>The Amazon Resource Name (ARN) of the resource scan. The format is
20
+ * <code>arn:$\{Partition\}:cloudformation:$\{Region\}:$\{Account\}:resourceScan/$\{Id\}</code>. An example is
21
+ * <code>arn:aws:cloudformation:<i>us-east-1</i>:<i>123456789012</i>:resourceScan/<i>f5b490f7-7ed4-428a-aa06-31ff25db0772</i>
22
+ * </code>.</p>
23
+ */
24
+ ResourceScanId?: string;
25
+ }
26
+ /**
27
+ * @public
28
+ */
29
+ export interface StopStackSetOperationInput {
30
+ /**
31
+ * @public
32
+ * <p>The name or unique ID of the stack set that you want to stop the operation for.</p>
33
+ */
34
+ StackSetName: string | undefined;
35
+ /**
36
+ * @public
37
+ * <p>The ID of the stack operation.</p>
38
+ */
39
+ OperationId: string | undefined;
40
+ /**
41
+ * @public
42
+ * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
43
+ * in the organization's management account or as a delegated administrator in a member
44
+ * account.</p>
45
+ * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with
46
+ * self-managed permissions.</p>
47
+ * <ul>
48
+ * <li>
49
+ * <p>If you are signed in to the management account, specify
50
+ * <code>SELF</code>.</p>
51
+ * </li>
52
+ * <li>
53
+ * <p>If you are signed in to a delegated administrator account, specify
54
+ * <code>DELEGATED_ADMIN</code>.</p>
55
+ * <p>Your Amazon Web Services account must be registered as a delegated administrator in the
56
+ * management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a
57
+ * delegated administrator</a> in the <i>CloudFormation User
58
+ * Guide</i>.</p>
59
+ * </li>
60
+ * </ul>
61
+ */
62
+ CallAs?: CallAs;
63
+ }
64
+ /**
65
+ * @public
66
+ */
67
+ export interface StopStackSetOperationOutput {
68
+ }
69
+ /**
70
+ * @public
71
+ */
72
+ export interface TestTypeInput {
73
+ /**
74
+ * @public
75
+ * <p>The Amazon Resource Name (ARN) of the extension.</p>
76
+ * <p>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and <code>Type</code>.</p>
77
+ */
78
+ Arn?: string;
79
+ /**
80
+ * @public
81
+ * <p>The type of the extension to test.</p>
82
+ * <p>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and <code>Type</code>.</p>
83
+ */
84
+ Type?: ThirdPartyType;
85
+ /**
86
+ * @public
87
+ * <p>The name of the extension to test.</p>
88
+ * <p>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and <code>Type</code>.</p>
89
+ */
90
+ TypeName?: string;
91
+ /**
92
+ * @public
93
+ * <p>The version of the extension to test.</p>
94
+ * <p>You can specify the version id with either <code>Arn</code>, or with <code>TypeName</code> and
95
+ * <code>Type</code>.</p>
96
+ * <p>If you don't specify a version, CloudFormation uses the default version of the extension in this
97
+ * account and Region for testing.</p>
98
+ */
99
+ VersionId?: string;
100
+ /**
101
+ * @public
102
+ * <p>The S3 bucket to which CloudFormation delivers the contract test execution logs.</p>
103
+ * <p>CloudFormation delivers the logs by the time contract testing has completed and the extension has been
104
+ * assigned a test type status of <code>PASSED</code> or <code>FAILED</code>.</p>
105
+ * <p>The user calling <code>TestType</code> must be able to access items in the specified S3 bucket. Specifically,
106
+ * the user needs the following permissions:</p>
107
+ * <ul>
108
+ * <li>
109
+ * <p>
110
+ * <code>GetObject</code>
111
+ * </p>
112
+ * </li>
113
+ * <li>
114
+ * <p>
115
+ * <code>PutObject</code>
116
+ * </p>
117
+ * </li>
118
+ * </ul>
119
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazons3.html">Actions, Resources, and Condition Keys for Amazon S3</a> in the <i>Amazon Web Services Identity and Access Management User Guide</i>.</p>
120
+ */
121
+ LogDeliveryBucket?: string;
122
+ }
123
+ /**
124
+ * @public
125
+ */
126
+ export interface TestTypeOutput {
127
+ /**
128
+ * @public
129
+ * <p>The Amazon Resource Name (ARN) of the extension.</p>
130
+ */
131
+ TypeVersionArn?: string;
132
+ }
133
+ /**
134
+ * @public
135
+ */
136
+ export interface UpdateGeneratedTemplateInput {
137
+ /**
138
+ * @public
139
+ * <p>The name or Amazon Resource Name (ARN) of a generated template.</p>
140
+ */
141
+ GeneratedTemplateName: string | undefined;
142
+ /**
143
+ * @public
144
+ * <p>An optional new name to assign to the generated template.</p>
145
+ */
146
+ NewGeneratedTemplateName?: string;
147
+ /**
148
+ * @public
149
+ * <p>An optional list of resources to be added to the generated template.</p>
150
+ */
151
+ AddResources?: ResourceDefinition[];
152
+ /**
153
+ * @public
154
+ * <p>A list of logical ids for resources to remove from the generated template.</p>
155
+ */
156
+ RemoveResources?: string[];
157
+ /**
158
+ * @public
159
+ * <p>If <code>true</code>, update the resource properties in the generated template with their current live state.
160
+ * This feature is useful when the resource properties in your generated a template does not reflect the live state of
161
+ * the resource properties. This happens when a user update the resource properties after generating a template.</p>
162
+ */
163
+ RefreshAllResources?: boolean;
164
+ /**
165
+ * @public
166
+ * <p>The configuration details of the generated template, including the <code>DeletionPolicy</code> and <code>UpdateReplacePolicy</code>.</p>
167
+ */
168
+ TemplateConfiguration?: TemplateConfiguration;
169
+ }
170
+ /**
171
+ * @public
172
+ */
173
+ export interface UpdateGeneratedTemplateOutput {
174
+ /**
175
+ * @public
176
+ * <p>The Amazon Resource Name (ARN) of the generated template. The format is
177
+ * <code>arn:$\{Partition\}:cloudformation:$\{Region\}:$\{Account\}:generatedtemplate/$\{Id\}</code>. For example,
178
+ * <code>arn:aws:cloudformation:<i>us-east-1</i>:<i>123456789012</i>:generatedtemplate/<i>2e8465c1-9a80-43ea-a3a3-4f2d692fe6dc</i>
179
+ * </code>.</p>
180
+ */
181
+ GeneratedTemplateId?: string;
182
+ }
183
+ /**
184
+ * @public
185
+ * <p>The input for an <a>UpdateStack</a> action.</p>
186
+ */
187
+ export interface UpdateStackInput {
188
+ /**
189
+ * @public
190
+ * <p>The name or unique stack ID of the stack to update.</p>
191
+ */
192
+ StackName: string | undefined;
193
+ /**
194
+ * @public
195
+ * <p>Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
196
+ * (For more information, go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template Anatomy</a> in the
197
+ * <i>CloudFormation User Guide</i>.)</p>
198
+ * <p>Conditional: You must specify only one of the following parameters: <code>TemplateBody</code>,
199
+ * <code>TemplateURL</code>, or set the <code>UsePreviousTemplate</code> to <code>true</code>.</p>
200
+ */
201
+ TemplateBody?: string;
202
+ /**
203
+ * @public
204
+ * <p>Location of file containing the template body. The URL must point to a template that's located in an Amazon S3 bucket or a Systems Manager document. For more information, go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template Anatomy</a> in the
205
+ * <i>CloudFormation User Guide</i>.</p>
206
+ * <p>Conditional: You must specify only one of the following parameters: <code>TemplateBody</code>,
207
+ * <code>TemplateURL</code>, or set the <code>UsePreviousTemplate</code> to <code>true</code>.</p>
208
+ */
209
+ TemplateURL?: string;
210
+ /**
211
+ * @public
212
+ * <p>Reuse the existing template that is associated with the stack that you are updating.</p>
213
+ * <p>Conditional: You must specify only one of the following parameters: <code>TemplateBody</code>,
214
+ * <code>TemplateURL</code>, or set the <code>UsePreviousTemplate</code> to <code>true</code>.</p>
215
+ */
216
+ UsePreviousTemplate?: boolean;
217
+ /**
218
+ * @public
219
+ * <p>Structure containing the temporary overriding stack policy body. You can specify either the
220
+ * <code>StackPolicyDuringUpdateBody</code> or the <code>StackPolicyDuringUpdateURL</code> parameter, but not
221
+ * both.</p>
222
+ * <p>If you want to update protected resources, specify a temporary overriding stack policy during this update. If
223
+ * you don't specify a stack policy, the current policy that is associated with the stack will be used.</p>
224
+ */
225
+ StackPolicyDuringUpdateBody?: string;
226
+ /**
227
+ * @public
228
+ * <p>Location of a file containing the temporary overriding stack policy. The URL must point to a policy (max size:
229
+ * 16KB) located in an S3 bucket in the same Region as the stack. You can specify either the
230
+ * <code>StackPolicyDuringUpdateBody</code> or the <code>StackPolicyDuringUpdateURL</code> parameter, but not
231
+ * both.</p>
232
+ * <p>If you want to update protected resources, specify a temporary overriding stack policy during this update. If
233
+ * you don't specify a stack policy, the current policy that is associated with the stack will be used.</p>
234
+ */
235
+ StackPolicyDuringUpdateURL?: string;
236
+ /**
237
+ * @public
238
+ * <p>A list of <code>Parameter</code> structures that specify input parameters for the stack. For more information,
239
+ * see the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_Parameter.html">Parameter</a>
240
+ * data type.</p>
241
+ */
242
+ Parameters?: Parameter[];
243
+ /**
244
+ * @public
245
+ * <p>In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order
246
+ * for CloudFormation to update the stack.</p>
247
+ * <ul>
248
+ * <li>
249
+ * <p>
250
+ * <code>CAPABILITY_IAM</code> and <code>CAPABILITY_NAMED_IAM</code>
251
+ * </p>
252
+ * <p>Some stack templates might include resources that can affect permissions in your Amazon Web Services account;
253
+ * for example, by creating new Identity and Access Management (IAM) users. For those stacks, you must
254
+ * explicitly acknowledge this by specifying one of these capabilities.</p>
255
+ * <p>The following IAM resources require you to specify either the <code>CAPABILITY_IAM</code> or
256
+ * <code>CAPABILITY_NAMED_IAM</code> capability.</p>
257
+ * <ul>
258
+ * <li>
259
+ * <p>If you have IAM resources, you can specify either capability.</p>
260
+ * </li>
261
+ * <li>
262
+ * <p>If you have IAM resources with custom names, you <i>must</i> specify
263
+ * <code>CAPABILITY_NAMED_IAM</code>.</p>
264
+ * </li>
265
+ * <li>
266
+ * <p>If you don't specify either of these capabilities, CloudFormation returns an
267
+ * <code>InsufficientCapabilities</code> error.</p>
268
+ * </li>
269
+ * </ul>
270
+ * <p>If your stack template contains these resources, we suggest that you review all permissions associated with
271
+ * them and edit their permissions if necessary.</p>
272
+ * <ul>
273
+ * <li>
274
+ * <p>
275
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html">
276
+ * AWS::IAM::AccessKey</a>
277
+ * </p>
278
+ * </li>
279
+ * <li>
280
+ * <p>
281
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html">
282
+ * AWS::IAM::Group</a>
283
+ * </p>
284
+ * </li>
285
+ * <li>
286
+ * <p>
287
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html">AWS::IAM::InstanceProfile</a>
288
+ * </p>
289
+ * </li>
290
+ * <li>
291
+ * <p>
292
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html">
293
+ * AWS::IAM::Policy</a>
294
+ * </p>
295
+ * </li>
296
+ * <li>
297
+ * <p>
298
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html">
299
+ * AWS::IAM::Role</a>
300
+ * </p>
301
+ * </li>
302
+ * <li>
303
+ * <p>
304
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html">
305
+ * AWS::IAM::User</a>
306
+ * </p>
307
+ * </li>
308
+ * <li>
309
+ * <p>
310
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html">AWS::IAM::UserToGroupAddition</a>
311
+ * </p>
312
+ * </li>
313
+ * </ul>
314
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities">Acknowledging IAM
315
+ * Resources in CloudFormation Templates</a>.</p>
316
+ * </li>
317
+ * <li>
318
+ * <p>
319
+ * <code>CAPABILITY_AUTO_EXPAND</code>
320
+ * </p>
321
+ * <p>Some template contain macros. Macros perform custom processing on templates; this can include simple actions
322
+ * like find-and-replace operations, all the way to extensive transformations of entire templates. Because of this,
323
+ * users typically create a change set from the processed template, so that they can review the changes resulting from
324
+ * the macros before actually updating the stack. If your stack template contains one or more macros, and you choose
325
+ * to update a stack directly from the processed template, without first reviewing the resulting changes in a change
326
+ * set, you must acknowledge this capability. This includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">AWS::Include</a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">AWS::Serverless</a> transforms, which
327
+ * are macros hosted by CloudFormation.</p>
328
+ * <p>If you want to update a stack from a stack template that contains macros <i>and</i> nested
329
+ * stacks, you must update the stack directly from the template using this capability.</p>
330
+ * <important>
331
+ * <p>You should only update stacks directly from a stack template that contains macros if you know what processing
332
+ * the macro performs.</p>
333
+ * <p>Each macro relies on an underlying Lambda service function for processing stack templates. Be
334
+ * aware that the Lambda function owner can update the function operation without CloudFormation being
335
+ * notified.</p>
336
+ * </important>
337
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Using CloudFormation Macros to Perform Custom
338
+ * Processing on Templates</a>.</p>
339
+ * </li>
340
+ * </ul>
341
+ * <note>
342
+ * <p>Only one of the <code>Capabilities</code> and <code>ResourceType</code> parameters can be specified.</p>
343
+ * </note>
344
+ */
345
+ Capabilities?: Capability[];
346
+ /**
347
+ * @public
348
+ * <p>The template resource types that you have permissions to work with for this update stack action, such as
349
+ * <code>AWS::EC2::Instance</code>, <code>AWS::EC2::*</code>, or <code>Custom::MyCustomInstance</code>.</p>
350
+ * <p>If the list of resource types doesn't include a resource that you're updating, the stack update fails. By
351
+ * default, CloudFormation grants permissions to all resource types. Identity and Access Management (IAM)
352
+ * uses this parameter for CloudFormation-specific condition keys in IAM policies. For more
353
+ * information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html">Controlling Access with Identity and Access Management</a>.</p>
354
+ * <note>
355
+ * <p>Only one of the <code>Capabilities</code> and <code>ResourceType</code> parameters can be specified.</p>
356
+ * </note>
357
+ */
358
+ ResourceTypes?: string[];
359
+ /**
360
+ * @public
361
+ * <p>The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that CloudFormation assumes to update the stack. CloudFormation uses the role's credentials to make calls on your behalf.
362
+ * CloudFormation always uses this role for all future operations on the stack. Provided that users have
363
+ * permission to operate on the stack, CloudFormation uses this role even if the users don't have permission to
364
+ * pass it. Ensure that the role grants least privilege.</p>
365
+ * <p>If you don't specify a value, CloudFormation uses the role that was previously associated with the
366
+ * stack. If no role is available, CloudFormation uses a temporary session that is generated from your user
367
+ * credentials.</p>
368
+ */
369
+ RoleARN?: string;
370
+ /**
371
+ * @public
372
+ * <p>The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and
373
+ * for the specified monitoring period afterwards.</p>
374
+ */
375
+ RollbackConfiguration?: RollbackConfiguration;
376
+ /**
377
+ * @public
378
+ * <p>Structure containing a new stack policy body. You can specify either the <code>StackPolicyBody</code> or the
379
+ * <code>StackPolicyURL</code> parameter, but not both.</p>
380
+ * <p>You might update the stack policy, for example, in order to protect a new resource that you created during a
381
+ * stack update. If you don't specify a stack policy, the current policy that is associated with the stack is
382
+ * unchanged.</p>
383
+ */
384
+ StackPolicyBody?: string;
385
+ /**
386
+ * @public
387
+ * <p>Location of a file containing the updated stack policy. The URL must point to a policy (max size: 16KB) located
388
+ * in an S3 bucket in the same Region as the stack. You can specify either the <code>StackPolicyBody</code> or the
389
+ * <code>StackPolicyURL</code> parameter, but not both.</p>
390
+ * <p>You might update the stack policy, for example, in order to protect a new resource that you created during a
391
+ * stack update. If you don't specify a stack policy, the current policy that is associated with the stack is
392
+ * unchanged.</p>
393
+ */
394
+ StackPolicyURL?: string;
395
+ /**
396
+ * @public
397
+ * <p>Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that CloudFormation associates
398
+ * with the stack. Specify an empty list to remove all notification topics.</p>
399
+ */
400
+ NotificationARNs?: string[];
401
+ /**
402
+ * @public
403
+ * <p>Key-value pairs to associate with this stack. CloudFormation also propagates these tags to supported
404
+ * resources in the stack. You can specify a maximum number of 50 tags.</p>
405
+ * <p>If you don't specify this parameter, CloudFormation doesn't modify the stack's tags. If you specify an
406
+ * empty value, CloudFormation removes all associated tags.</p>
407
+ */
408
+ Tags?: Tag[];
409
+ /**
410
+ * @public
411
+ * <p>Preserve the state of previously provisioned resources when an operation fails.</p>
412
+ * <p>Default: <code>False</code>
413
+ * </p>
414
+ */
415
+ DisableRollback?: boolean;
416
+ /**
417
+ * @public
418
+ * <p>A unique identifier for this <code>UpdateStack</code> request. Specify this token if you plan to retry requests
419
+ * so that CloudFormation knows that you're not attempting to update a stack with the same name. You might retry
420
+ * <code>UpdateStack</code> requests to ensure that CloudFormation successfully received them.</p>
421
+ * <p>All events triggered by a given stack operation are assigned the same client request token, which you can use to
422
+ * track operations. For example, if you execute a <code>CreateStack</code> operation with the token
423
+ * <code>token1</code>, then all the <code>StackEvents</code> generated by that operation will have
424
+ * <code>ClientRequestToken</code> set as <code>token1</code>.</p>
425
+ * <p>In the console, stack operations display the client request token on the Events tab. Stack operations that are
426
+ * initiated from the console use the token format <i>Console-StackOperation-ID</i>, which helps you
427
+ * easily identify the stack operation . For example, if you create a stack using the console, each stack event would be
428
+ * assigned the same token in the following format:
429
+ * <code>Console-CreateStack-7f59c3cf-00d2-40c7-b2ff-e75db0987002</code>.</p>
430
+ */
431
+ ClientRequestToken?: string;
432
+ /**
433
+ * @public
434
+ * <p>When set to <code>true</code>, newly created resources are deleted when the operation rolls back. This includes newly
435
+ * created resources marked with a deletion policy of <code>Retain</code>.</p>
436
+ * <p>Default: <code>false</code>
437
+ * </p>
438
+ */
439
+ RetainExceptOnCreate?: boolean;
440
+ }
441
+ /**
442
+ * @public
443
+ * <p>The output for an <a>UpdateStack</a> action.</p>
444
+ */
445
+ export interface UpdateStackOutput {
446
+ /**
447
+ * @public
448
+ * <p>Unique identifier of the stack.</p>
449
+ */
450
+ StackId?: string;
451
+ }
452
+ /**
453
+ * @public
454
+ */
455
+ export interface UpdateStackInstancesInput {
456
+ /**
457
+ * @public
458
+ * <p>The name or unique ID of the stack set associated with the stack instances.</p>
459
+ */
460
+ StackSetName: string | undefined;
461
+ /**
462
+ * @public
463
+ * <p>[Self-managed permissions] The names of one or more Amazon Web Services accounts for which you want to update
464
+ * parameter values for stack instances. The overridden parameter values will be applied to all stack instances in the
465
+ * specified accounts and Amazon Web Services Regions.</p>
466
+ * <p>You can specify <code>Accounts</code> or <code>DeploymentTargets</code>, but not both.</p>
467
+ */
468
+ Accounts?: string[];
469
+ /**
470
+ * @public
471
+ * <p>[Service-managed permissions] The Organizations accounts for which you want to update parameter values
472
+ * for stack instances. If your update targets OUs, the overridden parameter values only apply to the accounts that are
473
+ * currently in the target OUs and their child OUs. Accounts added to the target OUs and their child OUs in the future
474
+ * won't use the overridden values.</p>
475
+ * <p>You can specify <code>Accounts</code> or <code>DeploymentTargets</code>, but not both.</p>
476
+ */
477
+ DeploymentTargets?: DeploymentTargets;
478
+ /**
479
+ * @public
480
+ * <p>The names of one or more Amazon Web Services Regions in which you want to update parameter values for stack
481
+ * instances. The overridden parameter values will be applied to all stack instances in the specified accounts and
482
+ * Amazon Web Services Regions.</p>
483
+ */
484
+ Regions: string[] | undefined;
485
+ /**
486
+ * @public
487
+ * <p>A list of input parameters whose values you want to update for the specified stack instances.</p>
488
+ * <p>Any overridden parameter values will be applied to all stack instances in the specified accounts and Amazon Web Services Regions. When specifying parameters and their values, be aware of how CloudFormation sets
489
+ * parameter values during stack instance update operations:</p>
490
+ * <ul>
491
+ * <li>
492
+ * <p>To override the current value for a parameter, include the parameter and specify its value.</p>
493
+ * </li>
494
+ * <li>
495
+ * <p>To leave an overridden parameter set to its present value, include the parameter and specify
496
+ * <code>UsePreviousValue</code> as <code>true</code>. (You can't specify both a value and set
497
+ * <code>UsePreviousValue</code> to <code>true</code>.)</p>
498
+ * </li>
499
+ * <li>
500
+ * <p>To set an overridden parameter back to the value specified in the stack set, specify a parameter list but
501
+ * don't include the parameter in the list.</p>
502
+ * </li>
503
+ * <li>
504
+ * <p>To leave all parameters set to their present values, don't specify this property at all.</p>
505
+ * </li>
506
+ * </ul>
507
+ * <p>During stack set updates, any parameter values overridden for a stack instance aren't updated, but retain their
508
+ * overridden value.</p>
509
+ * <p>You can only override the parameter <i>values</i> that are specified in the stack set; to add or
510
+ * delete a parameter itself, use <code>UpdateStackSet</code> to update the stack set template. If you add a parameter
511
+ * to a template, before you can 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
512
+ * update all stack instances with the updated template and parameter value specified in the stack set. Once a stack
513
+ * instance has been updated with the new parameter, you can then override the parameter value using
514
+ * <code>UpdateStackInstances</code>.</p>
515
+ */
516
+ ParameterOverrides?: Parameter[];
517
+ /**
518
+ * @public
519
+ * <p>Preferences for how CloudFormation performs this stack set operation.</p>
520
+ */
521
+ OperationPreferences?: StackSetOperationPreferences;
522
+ /**
523
+ * @public
524
+ * <p>The unique identifier for this stack set operation.</p>
525
+ * <p>The operation ID also functions as an idempotency token, to ensure that CloudFormation performs the
526
+ * stack set operation only once, even if you retry the request multiple times. You might retry stack set operation
527
+ * requests to ensure that CloudFormation successfully received them.</p>
528
+ * <p>If you don't specify an operation ID, the SDK generates one automatically.</p>
529
+ */
530
+ OperationId?: string;
531
+ /**
532
+ * @public
533
+ * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's
534
+ * management account or as a delegated administrator in a member account.</p>
535
+ * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with self-managed
536
+ * permissions.</p>
537
+ * <ul>
538
+ * <li>
539
+ * <p>If you are signed in to the management account, specify <code>SELF</code>.</p>
540
+ * </li>
541
+ * <li>
542
+ * <p>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</p>
543
+ * <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a delegated
544
+ * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
545
+ * </li>
546
+ * </ul>
547
+ */
548
+ CallAs?: CallAs;
549
+ }
550
+ /**
551
+ * @public
552
+ */
553
+ export interface UpdateStackInstancesOutput {
554
+ /**
555
+ * @public
556
+ * <p>The unique identifier for this stack set operation.</p>
557
+ */
558
+ OperationId?: string;
559
+ }
560
+ /**
561
+ * @public
562
+ */
563
+ export interface UpdateStackSetInput {
564
+ /**
565
+ * @public
566
+ * <p>The name or unique ID of the stack set that you want to update.</p>
567
+ */
568
+ StackSetName: string | undefined;
569
+ /**
570
+ * @public
571
+ * <p>A brief description of updates that you are making.</p>
572
+ */
573
+ Description?: string;
574
+ /**
575
+ * @public
576
+ * <p>The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200
577
+ * bytes. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template Anatomy</a> in the
578
+ * CloudFormation User Guide.</p>
579
+ * <p>Conditional: You must specify only one of the following parameters: <code>TemplateBody</code> or
580
+ * <code>TemplateURL</code>—or set <code>UsePreviousTemplate</code> to true.</p>
581
+ */
582
+ TemplateBody?: string;
583
+ /**
584
+ * @public
585
+ * <p>The location of the file that contains the template body. The URL must point to a template (maximum size:
586
+ * 460,800 bytes) that is located in an Amazon S3 bucket or a Systems Manager document. For more information,
587
+ * see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template
588
+ * Anatomy</a> in the CloudFormation User Guide.</p>
589
+ * <p>Conditional: You must specify only one of the following parameters: <code>TemplateBody</code> or
590
+ * <code>TemplateURL</code>—or set <code>UsePreviousTemplate</code> to true.</p>
591
+ */
592
+ TemplateURL?: string;
593
+ /**
594
+ * @public
595
+ * <p>Use the existing template that's associated with the stack set that you're updating.</p>
596
+ * <p>Conditional: You must specify only one of the following parameters: <code>TemplateBody</code> or
597
+ * <code>TemplateURL</code>—or set <code>UsePreviousTemplate</code> to true.</p>
598
+ */
599
+ UsePreviousTemplate?: boolean;
600
+ /**
601
+ * @public
602
+ * <p>A list of input parameters for the stack set template.</p>
603
+ */
604
+ Parameters?: Parameter[];
605
+ /**
606
+ * @public
607
+ * <p>In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order
608
+ * for CloudFormation to update the stack set and its associated stack instances.</p>
609
+ * <ul>
610
+ * <li>
611
+ * <p>
612
+ * <code>CAPABILITY_IAM</code> and <code>CAPABILITY_NAMED_IAM</code>
613
+ * </p>
614
+ * <p>Some stack templates might include resources that can affect permissions in your Amazon Web Services account;
615
+ * for example, by creating new Identity and Access Management (IAM) users. For those stacks sets, you must
616
+ * explicitly acknowledge this by specifying one of these capabilities.</p>
617
+ * <p>The following IAM resources require you to specify either the <code>CAPABILITY_IAM</code> or
618
+ * <code>CAPABILITY_NAMED_IAM</code> capability.</p>
619
+ * <ul>
620
+ * <li>
621
+ * <p>If you have IAM resources, you can specify either capability.</p>
622
+ * </li>
623
+ * <li>
624
+ * <p>If you have IAM resources with custom names, you <i>must</i> specify
625
+ * <code>CAPABILITY_NAMED_IAM</code>.</p>
626
+ * </li>
627
+ * <li>
628
+ * <p>If you don't specify either of these capabilities, CloudFormation returns an
629
+ * <code>InsufficientCapabilities</code> error.</p>
630
+ * </li>
631
+ * </ul>
632
+ * <p>If your stack template contains these resources, we recommend that you review all permissions associated with
633
+ * them and edit their permissions if necessary.</p>
634
+ * <ul>
635
+ * <li>
636
+ * <p>
637
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html">
638
+ * AWS::IAM::AccessKey</a>
639
+ * </p>
640
+ * </li>
641
+ * <li>
642
+ * <p>
643
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html">
644
+ * AWS::IAM::Group</a>
645
+ * </p>
646
+ * </li>
647
+ * <li>
648
+ * <p>
649
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html">
650
+ * AWS::IAM::InstanceProfile</a>
651
+ * </p>
652
+ * </li>
653
+ * <li>
654
+ * <p>
655
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html">
656
+ * AWS::IAM::Policy</a>
657
+ * </p>
658
+ * </li>
659
+ * <li>
660
+ * <p>
661
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html">
662
+ * AWS::IAM::Role</a>
663
+ * </p>
664
+ * </li>
665
+ * <li>
666
+ * <p>
667
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html">
668
+ * AWS::IAM::User</a>
669
+ * </p>
670
+ * </li>
671
+ * <li>
672
+ * <p>
673
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html">
674
+ * AWS::IAM::UserToGroupAddition</a>
675
+ * </p>
676
+ * </li>
677
+ * </ul>
678
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities">Acknowledging IAM Resources in CloudFormation Templates</a>.</p>
679
+ * </li>
680
+ * <li>
681
+ * <p>
682
+ * <code>CAPABILITY_AUTO_EXPAND</code>
683
+ * </p>
684
+ * <p>Some templates reference macros. If your stack set template references one or more macros, you must update the
685
+ * stack set directly from the processed template, without first reviewing the resulting changes in a change set. To
686
+ * update the stack set directly, you must acknowledge this capability. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Using CloudFormation Macros to Perform
687
+ * Custom Processing on Templates</a>.</p>
688
+ * <important>
689
+ * <p>Stack sets with service-managed permissions do not currently support the use of macros in templates. (This
690
+ * includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">AWS::Include</a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">AWS::Serverless</a> transforms, which are macros hosted by CloudFormation.) Even if you specify this capability for a
691
+ * stack set with service-managed permissions, if you reference a macro in your template the stack set operation will
692
+ * fail.</p>
693
+ * </important>
694
+ * </li>
695
+ * </ul>
696
+ */
697
+ Capabilities?: Capability[];
698
+ /**
699
+ * @public
700
+ * <p>The key-value pairs to associate with this stack set and the stacks created from it. CloudFormation also
701
+ * propagates these tags to supported resources that are created in the stacks. You can specify a maximum number of 50
702
+ * tags.</p>
703
+ * <p>If you specify tags for this parameter, those tags replace any list of tags that are currently associated with
704
+ * this stack set. This means:</p>
705
+ * <ul>
706
+ * <li>
707
+ * <p>If you don't specify this parameter, CloudFormation doesn't modify the stack's tags.</p>
708
+ * </li>
709
+ * <li>
710
+ * <p>If you specify <i>any</i> tags using this parameter, you must specify <i>all</i>
711
+ * the tags that you want associated with this stack set, even tags you've specified before (for example, when
712
+ * creating the stack set or during a previous update of the stack set.). Any tags that you don't include in the
713
+ * updated list of tags are removed from the stack set, and therefore from the stacks and resources as well.</p>
714
+ * </li>
715
+ * <li>
716
+ * <p>If you specify an empty value, CloudFormation removes all currently associated tags.</p>
717
+ * </li>
718
+ * </ul>
719
+ * <p>If you specify new tags as part of an <code>UpdateStackSet</code> action, CloudFormation checks to see if
720
+ * you have the required IAM permission to tag resources. If you omit tags that are currently associated
721
+ * with the stack set from the list of tags you specify, CloudFormation assumes that you want to remove those tags
722
+ * from the stack set, and checks to see if you have permission to untag resources. If you don't have the necessary
723
+ * permission(s), the entire <code>UpdateStackSet</code> action fails with an <code>access denied</code> error, and the
724
+ * stack set is not updated.</p>
725
+ */
726
+ Tags?: Tag[];
727
+ /**
728
+ * @public
729
+ * <p>Preferences for how CloudFormation performs this stack set operation.</p>
730
+ */
731
+ OperationPreferences?: StackSetOperationPreferences;
732
+ /**
733
+ * @public
734
+ * <p>The Amazon Resource Name (ARN) of the IAM role to use to update this stack set.</p>
735
+ * <p>Specify an IAM role only if you are using customized administrator roles to control which users
736
+ * or groups can manage specific stack sets within the same administrator account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html">Granting Permissions for Stack Set
737
+ * Operations</a> in the <i>CloudFormation User Guide</i>.</p>
738
+ * <p>If you specified a customized administrator role when you created the stack set, you must specify a customized
739
+ * administrator role, even if it is the same customized administrator role used with this stack set previously.</p>
740
+ */
741
+ AdministrationRoleARN?: string;
742
+ /**
743
+ * @public
744
+ * <p>The name of the IAM execution role to use to update the stack set. If you do not specify an
745
+ * execution role, CloudFormation uses the <code>AWSCloudFormationStackSetExecutionRole</code> role for the stack set
746
+ * operation.</p>
747
+ * <p>Specify an IAM role only if you are using customized execution roles to control which stack
748
+ * resources users and groups can include in their stack sets.</p>
749
+ * <p>If you specify a customized execution role, CloudFormation uses that role to update the stack. If you do not specify a
750
+ * customized execution role, CloudFormation performs the update using the role previously associated with the stack set, so long
751
+ * as you have permissions to perform operations on the stack set.</p>
752
+ */
753
+ ExecutionRoleName?: string;
754
+ /**
755
+ * @public
756
+ * <p>[Service-managed permissions] The Organizations accounts in which to update associated stack
757
+ * instances.</p>
758
+ * <p>To update all the stack instances associated with this stack set, do not specify <code>DeploymentTargets</code>
759
+ * or <code>Regions</code>.</p>
760
+ * <p>If the stack set update includes changes to the template (that is, if <code>TemplateBody</code> or
761
+ * <code>TemplateURL</code> is specified), or the <code>Parameters</code>, CloudFormation marks all stack instances
762
+ * with a status of <code>OUTDATED</code> prior to updating the stack instances in the specified accounts and Amazon Web Services Regions. If the stack set update doesn't include changes to the template or parameters, CloudFormation updates the stack instances in the specified accounts and Regions, while leaving all other stack instances with
763
+ * their existing stack instance status.</p>
764
+ */
765
+ DeploymentTargets?: DeploymentTargets;
766
+ /**
767
+ * @public
768
+ * <p>Describes how the IAM roles required for stack set operations are created. You cannot modify
769
+ * <code>PermissionModel</code> if there are stack instances associated with your stack set.</p>
770
+ * <ul>
771
+ * <li>
772
+ * <p>With <code>self-managed</code> permissions, you must create the administrator and execution roles required to
773
+ * deploy to target accounts. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html">Grant Self-Managed Stack Set
774
+ * Permissions</a>.</p>
775
+ * </li>
776
+ * <li>
777
+ * <p>With <code>service-managed</code> permissions, StackSets automatically creates the IAM roles
778
+ * required to deploy to accounts managed by Organizations. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-service-managed.html">Grant
779
+ * Service-Managed Stack Set Permissions</a>.</p>
780
+ * </li>
781
+ * </ul>
782
+ */
783
+ PermissionModel?: PermissionModels;
784
+ /**
785
+ * @public
786
+ * <p>[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations
787
+ * accounts that are added to a target organization or organizational unit (OU).</p>
788
+ * <p>If you specify <code>AutoDeployment</code>, don't specify <code>DeploymentTargets</code> or
789
+ * <code>Regions</code>.</p>
790
+ */
791
+ AutoDeployment?: AutoDeployment;
792
+ /**
793
+ * @public
794
+ * <p>The unique ID for this stack set operation.</p>
795
+ * <p>The operation ID also functions as an idempotency token, to ensure that CloudFormation performs the
796
+ * stack set operation only once, even if you retry the request multiple times. You might retry stack set operation
797
+ * requests to ensure that CloudFormation successfully received them.</p>
798
+ * <p>If you don't specify an operation ID, CloudFormation generates one automatically.</p>
799
+ * <p>Repeating this stack set operation with a new operation ID retries all stack instances whose status is
800
+ * <code>OUTDATED</code>.</p>
801
+ */
802
+ OperationId?: string;
803
+ /**
804
+ * @public
805
+ * <p>[Self-managed permissions] The accounts in which to update associated stack instances. If you specify accounts,
806
+ * you must also specify the Amazon Web Services Regions in which to update stack set instances.</p>
807
+ * <p>To update <i>all</i> the stack instances associated with this stack set, don't specify the
808
+ * <code>Accounts</code> or <code>Regions</code> properties.</p>
809
+ * <p>If the stack set update includes changes to the template (that is, if the <code>TemplateBody</code> or
810
+ * <code>TemplateURL</code> properties are specified), or the <code>Parameters</code> property, CloudFormation marks all stack
811
+ * instances with a status of <code>OUTDATED</code> prior to updating the stack instances in the specified accounts and
812
+ * Amazon Web Services Regions. If the stack set update does not include changes to the template or parameters, CloudFormation
813
+ * updates the stack instances in the specified accounts and Amazon Web Services Regions, while leaving all other stack
814
+ * instances with their existing stack instance status.</p>
815
+ */
816
+ Accounts?: string[];
817
+ /**
818
+ * @public
819
+ * <p>The Amazon Web Services Regions in which to update associated stack instances. If you specify Regions, you must
820
+ * also specify accounts in which to update stack set instances.</p>
821
+ * <p>To update <i>all</i> the stack instances associated with this stack set, do not specify the
822
+ * <code>Accounts</code> or <code>Regions</code> properties.</p>
823
+ * <p>If the stack set update includes changes to the template (that is, if the <code>TemplateBody</code> or
824
+ * <code>TemplateURL</code> properties are specified), or the <code>Parameters</code> property, CloudFormation marks all stack
825
+ * instances with a status of <code>OUTDATED</code> prior to updating the stack instances in the specified accounts and
826
+ * Regions. If the stack set update does not include changes to the template or parameters, CloudFormation updates the stack
827
+ * instances in the specified accounts and Regions, while leaving all other stack instances with their existing stack
828
+ * instance status.</p>
829
+ */
830
+ Regions?: string[];
831
+ /**
832
+ * @public
833
+ * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's
834
+ * management account or as a delegated administrator in a member account.</p>
835
+ * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with self-managed
836
+ * permissions.</p>
837
+ * <ul>
838
+ * <li>
839
+ * <p>If you are signed in to the management account, specify <code>SELF</code>.</p>
840
+ * </li>
841
+ * <li>
842
+ * <p>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</p>
843
+ * <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a delegated
844
+ * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
845
+ * </li>
846
+ * </ul>
847
+ */
848
+ CallAs?: CallAs;
849
+ /**
850
+ * @public
851
+ * <p>Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting
852
+ * operations.</p>
853
+ */
854
+ ManagedExecution?: ManagedExecution;
855
+ }
856
+ /**
857
+ * @public
858
+ */
859
+ export interface UpdateStackSetOutput {
860
+ /**
861
+ * @public
862
+ * <p>The unique ID for this stack set operation.</p>
863
+ */
864
+ OperationId?: string;
865
+ }
866
+ /**
867
+ * @public
868
+ */
869
+ export interface UpdateTerminationProtectionInput {
870
+ /**
871
+ * @public
872
+ * <p>Whether to enable termination protection on the specified stack.</p>
873
+ */
874
+ EnableTerminationProtection: boolean | undefined;
875
+ /**
876
+ * @public
877
+ * <p>The name or unique ID of the stack for which you want to set termination protection.</p>
878
+ */
879
+ StackName: string | undefined;
880
+ }
881
+ /**
882
+ * @public
883
+ */
884
+ export interface UpdateTerminationProtectionOutput {
885
+ /**
886
+ * @public
887
+ * <p>The unique ID of the stack.</p>
888
+ */
889
+ StackId?: string;
890
+ }
891
+ /**
892
+ * @public
893
+ * <p>The input for <a>ValidateTemplate</a> action.</p>
894
+ */
895
+ export interface ValidateTemplateInput {
896
+ /**
897
+ * @public
898
+ * <p>Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For
899
+ * more information, go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template Anatomy</a> in the <i>CloudFormation User Guide</i>.</p>
900
+ * <p>Conditional: You must pass <code>TemplateURL</code> or <code>TemplateBody</code>. If both are passed, only
901
+ * <code>TemplateBody</code> is used.</p>
902
+ */
903
+ TemplateBody?: string;
904
+ /**
905
+ * @public
906
+ * <p>Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that
907
+ * is located in an Amazon S3 bucket or a Systems Manager document. For more information, go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template Anatomy</a> in the
908
+ * <i>CloudFormation User Guide</i>.</p>
909
+ * <p>Conditional: You must pass <code>TemplateURL</code> or <code>TemplateBody</code>. If both are passed, only
910
+ * <code>TemplateBody</code> is used.</p>
911
+ */
912
+ TemplateURL?: string;
913
+ }
914
+ /**
915
+ * @public
916
+ * <p>The TemplateParameter data type.</p>
917
+ */
918
+ export interface TemplateParameter {
919
+ /**
920
+ * @public
921
+ * <p>The name associated with the parameter.</p>
922
+ */
923
+ ParameterKey?: string;
924
+ /**
925
+ * @public
926
+ * <p>The default value associated with the parameter.</p>
927
+ */
928
+ DefaultValue?: string;
929
+ /**
930
+ * @public
931
+ * <p>Flag indicating whether the parameter should be displayed as plain text in logs and UIs.</p>
932
+ */
933
+ NoEcho?: boolean;
934
+ /**
935
+ * @public
936
+ * <p>User defined description associated with the parameter.</p>
937
+ */
938
+ Description?: string;
939
+ }
940
+ /**
941
+ * @public
942
+ * <p>The output for <a>ValidateTemplate</a> action.</p>
943
+ */
944
+ export interface ValidateTemplateOutput {
945
+ /**
946
+ * @public
947
+ * <p>A list of <code>TemplateParameter</code> structures.</p>
948
+ */
949
+ Parameters?: TemplateParameter[];
950
+ /**
951
+ * @public
952
+ * <p>The description found within the template.</p>
953
+ */
954
+ Description?: string;
955
+ /**
956
+ * @public
957
+ * <p>The capabilities found within the template. If your template contains IAM resources, you must
958
+ * specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the <a>CreateStack</a> or <a>UpdateStack</a> actions with your template; otherwise, those actions return
959
+ * an InsufficientCapabilities error.</p>
960
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities">Acknowledging IAM
961
+ * Resources in CloudFormation Templates</a>.</p>
962
+ */
963
+ Capabilities?: Capability[];
964
+ /**
965
+ * @public
966
+ * <p>The list of resources that generated the values in the <code>Capabilities</code> response element.</p>
967
+ */
968
+ CapabilitiesReason?: string;
969
+ /**
970
+ * @public
971
+ * <p>A list of the transforms that are declared in the template.</p>
972
+ */
973
+ DeclaredTransforms?: string[];
974
+ }