@cdk8s/awscdk-resolver 0.0.409 → 0.0.411

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 (279) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/README.md +8 -0
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +736 -533
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +2 -0
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeEventsCommand.js +16 -0
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/index.js +1 -0
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-es/index.js +2 -1
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/enums.js +520 -0
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/errors.js +407 -0
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +1 -805
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeChangeSetPaginator.js +4 -0
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeEventsPaginator.js +4 -0
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/index.js +2 -0
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-es/schemas/schemas_0.js +162 -29
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +8 -0
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +3 -2
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +1 -0
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +1 -0
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +20 -3
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +1 -1
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeEventsCommand.d.ts +143 -0
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -0
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +2 -2
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -1
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +6 -0
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +1 -1
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetHookResultCommand.d.ts +5 -0
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +2 -2
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -1
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +1 -1
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +6 -0
  36. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -1
  37. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -1
  38. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +1 -1
  39. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +1 -1
  40. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -1
  41. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +1 -1
  42. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +1 -1
  43. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +2 -1
  44. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetStackPolicyCommand.d.ts +1 -1
  45. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -1
  46. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
  47. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +1 -1
  48. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +1 -1
  49. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -1
  50. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +1 -1
  51. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
  52. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +2 -1
  53. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +1 -1
  54. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +1 -1
  55. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
  56. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +1 -1
  57. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/index.d.ts +1 -0
  58. package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +3 -1
  59. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/enums.d.ts +1200 -0
  60. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/errors.d.ts +413 -0
  61. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +2950 -1454
  62. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeChangeSetPaginator.d.ts +7 -0
  63. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeEventsPaginator.d.ts +7 -0
  64. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/index.d.ts +2 -0
  65. package/node_modules/@aws-sdk/client-cloudformation/dist-types/schemas/schemas_0.d.ts +11 -0
  66. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +18 -0
  67. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +6 -0
  68. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +47 -0
  69. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
  70. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +1 -1
  71. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +1 -1
  72. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +1 -1
  73. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +1 -1
  74. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypesCommand.d.ts +1 -1
  75. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +1 -1
  76. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +1 -1
  77. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +1 -1
  78. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +1 -1
  79. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +1 -1
  80. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +1 -1
  81. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +1 -1
  82. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
  83. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +1 -1
  84. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +1 -1
  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 +1 -1
  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 +1 -0
  94. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/index.d.ts +3 -1
  95. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/enums.d.ts +669 -0
  96. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/errors.d.ts +264 -0
  97. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +479 -798
  98. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeChangeSetPaginator.d.ts +11 -0
  99. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -0
  100. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/index.d.ts +2 -0
  101. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/schemas/schemas_0.d.ts +11 -0
  102. package/node_modules/@aws-sdk/client-cloudformation/package.json +19 -19
  103. package/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -1
  104. package/node_modules/@aws-sdk/client-sso/dist-es/models/errors.js +49 -0
  105. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -49
  106. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +1 -1
  107. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
  108. package/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
  109. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -53
  110. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -1
  111. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
  112. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -30
  113. package/node_modules/@aws-sdk/client-sso/package.json +18 -18
  114. package/node_modules/@aws-sdk/core/package.json +4 -4
  115. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  116. package/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
  117. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +15 -0
  118. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
  119. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -0
  120. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -3
  121. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +10 -0
  122. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +3 -1
  123. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +7 -0
  124. package/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
  125. package/node_modules/@aws-sdk/credential-provider-login/README.md +7 -0
  126. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
  127. package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
  128. package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
  129. package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
  130. package/node_modules/@aws-sdk/credential-provider-login/dist-es/types.js +1 -0
  131. package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
  132. package/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
  133. package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
  134. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
  135. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
  136. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
  137. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
  138. package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
  139. package/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
  140. package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
  141. package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  142. package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  143. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  144. package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  145. package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  146. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  147. package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  148. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
  149. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
  150. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
  151. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +439 -0
  152. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
  153. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +54 -0
  154. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
  155. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +42 -0
  156. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +10 -9
  157. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
  158. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
  159. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
  160. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
  161. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
  162. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
  163. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
  164. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
  165. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
  166. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
  167. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +6 -0
  168. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
  169. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
  170. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
  171. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
  172. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
  173. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +49 -0
  174. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
  175. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +38 -0
  176. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
  177. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +221 -0
  178. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -1
  179. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
  180. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
  181. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -190
  182. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -1
  183. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -1
  184. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
  185. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -85
  186. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +1 -1
  187. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
  188. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +198 -0
  189. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  190. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
  191. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
  192. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
  193. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +38 -0
  194. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +5 -0
  195. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
  196. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
  197. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +16 -0
  198. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
  199. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
  200. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
  201. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
  202. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +59 -0
  203. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +59 -0
  204. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +58 -0
  205. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +33 -0
  206. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
  207. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +14 -0
  208. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +3 -1
  209. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
  210. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
  211. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -303
  212. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
  213. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +108 -0
  214. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -108
  215. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
  216. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +127 -0
  217. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  218. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
  219. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
  220. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
  221. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
  222. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
  223. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
  224. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
  225. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +10 -0
  226. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
  227. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
  228. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
  229. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
  230. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +121 -0
  231. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +114 -0
  232. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +125 -0
  233. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +53 -0
  234. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
  235. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +19 -0
  236. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +3 -1
  237. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
  238. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
  239. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -114
  240. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +2 -1
  241. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
  242. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -54
  243. package/node_modules/@aws-sdk/nested-clients/package.json +29 -18
  244. package/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
  245. package/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
  246. package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  247. package/node_modules/@aws-sdk/token-providers/package.json +4 -4
  248. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
  249. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
  250. package/node_modules/@aws-sdk/types/package.json +1 -1
  251. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  252. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  253. package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
  254. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +6 -0
  255. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +6 -0
  256. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
  257. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
  258. package/node_modules/@smithy/core/package.json +1 -1
  259. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  260. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  261. package/node_modules/@smithy/smithy-client/package.json +3 -3
  262. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  263. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  264. package/package.json +5 -5
  265. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/index.js +0 -2
  266. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +0 -81
  267. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/index.d.ts +0 -2
  268. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +0 -2571
  269. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/index.d.ts +0 -2
  270. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +0 -433
  271. package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
  272. package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
  273. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
  274. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
  275. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
  276. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
  277. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
  278. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
  279. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
@@ -1,2571 +0,0 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { CloudFormationServiceException as __BaseException } from "./CloudFormationServiceException";
3
- import { AccountGateResult, AutoDeployment, CallAs, Capability, Category, DeploymentTargets, DeprecatedStatus, IdentityProvider, LoggingConfig, ManagedExecution, OperationResultFilter, Parameter, PermissionModels, ProvisioningType, RegistrationStatus, RegistryType, ResourceDefinition, RollbackConfiguration, ScanFilter, StackDriftStatus, StackSetOperationAction, StackSetOperationPreferences, StackSetOperationStatus, StackSetOperationStatusDetails, StackSetStatus, Tag, TemplateConfiguration, ThirdPartyType, Visibility } from "./models_0";
4
- /**
5
- * @public
6
- */
7
- export interface ListStackSetOperationResultsInput {
8
- /**
9
- * <p>The name or unique ID of the StackSet that you want to get operation results for.</p>
10
- * @public
11
- */
12
- StackSetName: string | undefined;
13
- /**
14
- * <p>The ID of the StackSet operation.</p>
15
- * @public
16
- */
17
- OperationId: string | undefined;
18
- /**
19
- * <p>The token for the next set of items to return. (You received this token from a previous call.)</p>
20
- * @public
21
- */
22
- NextToken?: string | undefined;
23
- /**
24
- * <p>The maximum number of results to be returned with a single call. If the number of
25
- * available results exceeds this maximum, the response includes a <code>NextToken</code> value
26
- * that you can assign to the <code>NextToken</code> request parameter to get the next set of
27
- * results.</p>
28
- * @public
29
- */
30
- MaxResults?: number | undefined;
31
- /**
32
- * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
33
- * in the organization's management account or as a delegated administrator in a
34
- * member account.</p>
35
- * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
36
- * self-managed permissions.</p>
37
- * <ul>
38
- * <li>
39
- * <p>If you are signed in to the management account, specify
40
- * <code>SELF</code>.</p>
41
- * </li>
42
- * <li>
43
- * <p>If you are signed in to a delegated administrator account, specify
44
- * <code>DELEGATED_ADMIN</code>.</p>
45
- * <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
46
- * delegated administrator</a> in the <i>CloudFormation User Guide</i>.</p>
47
- * </li>
48
- * </ul>
49
- * @public
50
- */
51
- CallAs?: CallAs | undefined;
52
- /**
53
- * <p>The filter to apply to operation results.</p>
54
- * @public
55
- */
56
- Filters?: OperationResultFilter[] | undefined;
57
- }
58
- /**
59
- * @public
60
- * @enum
61
- */
62
- export declare const StackSetOperationResultStatus: {
63
- readonly CANCELLED: "CANCELLED";
64
- readonly FAILED: "FAILED";
65
- readonly PENDING: "PENDING";
66
- readonly RUNNING: "RUNNING";
67
- readonly SUCCEEDED: "SUCCEEDED";
68
- };
69
- /**
70
- * @public
71
- */
72
- export type StackSetOperationResultStatus = (typeof StackSetOperationResultStatus)[keyof typeof StackSetOperationResultStatus];
73
- /**
74
- * <p>The structure that contains information about a specified operation's results for a given
75
- * account in a given Region.</p>
76
- * @public
77
- */
78
- export interface StackSetOperationResultSummary {
79
- /**
80
- * <p>[Self-managed permissions] The name of the Amazon Web Services account for this operation result.</p>
81
- * @public
82
- */
83
- Account?: string | undefined;
84
- /**
85
- * <p>The name of the Amazon Web Services Region for this operation result.</p>
86
- * @public
87
- */
88
- Region?: string | undefined;
89
- /**
90
- * <p>The result status of the StackSet operation for the given account in the given
91
- * Region.</p>
92
- * <ul>
93
- * <li>
94
- * <p>
95
- * <code>CANCELLED</code>: The operation in the specified account and Region has been
96
- * canceled. This is either because a user has stopped the StackSet operation, or because the
97
- * failure tolerance of the StackSet operation has been exceeded.</p>
98
- * </li>
99
- * <li>
100
- * <p>
101
- * <code>FAILED</code>: The operation in the specified account and Region failed.</p>
102
- * <p>If the StackSet operation fails in enough accounts within a Region, the failure tolerance
103
- * for the StackSet operation as a whole might be exceeded.</p>
104
- * </li>
105
- * <li>
106
- * <p>
107
- * <code>RUNNING</code>: The operation in the specified account and Region is currently in
108
- * progress.</p>
109
- * </li>
110
- * <li>
111
- * <p>
112
- * <code>PENDING</code>: The operation in the specified account and Region has yet to
113
- * start.</p>
114
- * </li>
115
- * <li>
116
- * <p>
117
- * <code>SUCCEEDED</code>: The operation in the specified account and Region completed
118
- * successfully.</p>
119
- * </li>
120
- * </ul>
121
- * @public
122
- */
123
- Status?: StackSetOperationResultStatus | undefined;
124
- /**
125
- * <p>The reason for the assigned result status.</p>
126
- * @public
127
- */
128
- StatusReason?: string | undefined;
129
- /**
130
- * <p>The results of the account gate function CloudFormation invokes, if present, before proceeding
131
- * with StackSet operations in an account.</p>
132
- * @public
133
- */
134
- AccountGateResult?: AccountGateResult | undefined;
135
- /**
136
- * <p>[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that
137
- * you specified for <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html">DeploymentTargets</a>.</p>
138
- * @public
139
- */
140
- OrganizationalUnitId?: string | undefined;
141
- }
142
- /**
143
- * @public
144
- */
145
- export interface ListStackSetOperationResultsOutput {
146
- /**
147
- * <p>A list of <code>StackSetOperationResultSummary</code> structures that contain information
148
- * about the specified operation results, for accounts and Amazon Web Services Regions that are included in the
149
- * operation.</p>
150
- * @public
151
- */
152
- Summaries?: StackSetOperationResultSummary[] | undefined;
153
- /**
154
- * <p>If the request doesn't return all results, <code>NextToken</code> is set to a token. To
155
- * retrieve the next set of results, call <code>ListOperationResults</code> again and assign that
156
- * token to the request object's <code>NextToken</code> parameter. If there are no remaining
157
- * results, <code>NextToken</code> is set to <code>null</code>.</p>
158
- * @public
159
- */
160
- NextToken?: string | undefined;
161
- }
162
- /**
163
- * @public
164
- */
165
- export interface ListStackSetOperationsInput {
166
- /**
167
- * <p>The name or unique ID of the StackSet that you want to get operation summaries for.</p>
168
- * @public
169
- */
170
- StackSetName: string | undefined;
171
- /**
172
- * <p>The token for the next set of items to return. (You received this token from a previous call.)</p>
173
- * @public
174
- */
175
- NextToken?: string | undefined;
176
- /**
177
- * <p>The maximum number of results to be returned with a single call. If the number of
178
- * available results exceeds this maximum, the response includes a <code>NextToken</code> value
179
- * that you can assign to the <code>NextToken</code> request parameter to get the next set of
180
- * results.</p>
181
- * @public
182
- */
183
- MaxResults?: number | undefined;
184
- /**
185
- * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
186
- * in the organization's management account or as a delegated administrator in a
187
- * member account.</p>
188
- * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
189
- * self-managed permissions.</p>
190
- * <ul>
191
- * <li>
192
- * <p>If you are signed in to the management account, specify
193
- * <code>SELF</code>.</p>
194
- * </li>
195
- * <li>
196
- * <p>If you are signed in to a delegated administrator account, specify
197
- * <code>DELEGATED_ADMIN</code>.</p>
198
- * <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
199
- * delegated administrator</a> in the <i>CloudFormation User Guide</i>.</p>
200
- * </li>
201
- * </ul>
202
- * @public
203
- */
204
- CallAs?: CallAs | undefined;
205
- }
206
- /**
207
- * <p>The structures that contain summary information about the specified operation.</p>
208
- * @public
209
- */
210
- export interface StackSetOperationSummary {
211
- /**
212
- * <p>The unique ID of the StackSet operation.</p>
213
- * @public
214
- */
215
- OperationId?: string | undefined;
216
- /**
217
- * <p>The type of operation: <code>CREATE</code>, <code>UPDATE</code>, or <code>DELETE</code>.
218
- * Create and delete operations affect only the specified stack instances that are associated with
219
- * the specified StackSet. Update operations affect both the StackSet itself and
220
- * <i>all</i> associated StackSet instances.</p>
221
- * @public
222
- */
223
- Action?: StackSetOperationAction | undefined;
224
- /**
225
- * <p>The overall status of the operation.</p>
226
- * <ul>
227
- * <li>
228
- * <p>
229
- * <code>FAILED</code>: The operation exceeded the specified failure tolerance. The failure
230
- * tolerance value that you've set for an operation is applied for each Region during stack create
231
- * and update operations. If the number of failed stacks within a Region exceeds the failure
232
- * tolerance, the status of the operation in the Region is set to <code>FAILED</code>. This in
233
- * turn sets the status of the operation as a whole to <code>FAILED</code>, and CloudFormation cancels
234
- * the operation in any remaining Regions.</p>
235
- * </li>
236
- * <li>
237
- * <p>
238
- * <code>QUEUED</code>: [Service-managed permissions] For automatic deployments that require
239
- * a sequence of operations, the operation is queued to be performed. For more information, see
240
- * the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-status-codes">StackSet status codes</a> in the <i>CloudFormation User Guide</i>.</p>
241
- * </li>
242
- * <li>
243
- * <p>
244
- * <code>RUNNING</code>: The operation is currently being performed.</p>
245
- * </li>
246
- * <li>
247
- * <p>
248
- * <code>STOPPED</code>: The user has canceled the operation.</p>
249
- * </li>
250
- * <li>
251
- * <p>
252
- * <code>STOPPING</code>: The operation is in the process of stopping, at user
253
- * request.</p>
254
- * </li>
255
- * <li>
256
- * <p>
257
- * <code>SUCCEEDED</code>: The operation completed creating or updating all the specified
258
- * stacks without exceeding the failure tolerance for the operation.</p>
259
- * </li>
260
- * </ul>
261
- * @public
262
- */
263
- Status?: StackSetOperationStatus | undefined;
264
- /**
265
- * <p>The time at which the operation was initiated. Note that the creation times for the StackSet
266
- * operation might differ from the creation time of the individual stacks themselves. This is
267
- * because CloudFormation needs to perform preparatory work for the operation, such as dispatching the
268
- * work to the requested Regions, before actually creating the first stacks.</p>
269
- * @public
270
- */
271
- CreationTimestamp?: Date | undefined;
272
- /**
273
- * <p>The time at which the StackSet operation ended, across all accounts and Regions specified.
274
- * Note that this doesn't necessarily mean that the StackSet operation was successful, or even
275
- * attempted, in each account or Region.</p>
276
- * @public
277
- */
278
- EndTimestamp?: Date | undefined;
279
- /**
280
- * <p>The status of the operation in details.</p>
281
- * @public
282
- */
283
- StatusReason?: string | undefined;
284
- /**
285
- * <p>Detailed information about the StackSet operation.</p>
286
- * @public
287
- */
288
- StatusDetails?: StackSetOperationStatusDetails | undefined;
289
- /**
290
- * <p>The user-specified preferences for how CloudFormation performs a StackSet operation.</p>
291
- * <p>For more information about maximum concurrent accounts and failure tolerance, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options">StackSet
292
- * operation options</a>.</p>
293
- * @public
294
- */
295
- OperationPreferences?: StackSetOperationPreferences | undefined;
296
- }
297
- /**
298
- * @public
299
- */
300
- export interface ListStackSetOperationsOutput {
301
- /**
302
- * <p>A list of <code>StackSetOperationSummary</code> structures that contain summary
303
- * information about operations for the specified StackSet.</p>
304
- * @public
305
- */
306
- Summaries?: StackSetOperationSummary[] | undefined;
307
- /**
308
- * <p>If the request doesn't return all results, <code>NextToken</code> is set to a token. To
309
- * retrieve the next set of results, call <code>ListOperationResults</code> again and assign that
310
- * token to the request object's <code>NextToken</code> parameter. If there are no remaining
311
- * results, <code>NextToken</code> is set to <code>null</code>.</p>
312
- * @public
313
- */
314
- NextToken?: string | undefined;
315
- }
316
- /**
317
- * @public
318
- */
319
- export interface ListStackSetsInput {
320
- /**
321
- * <p>The token for the next set of items to return. (You received this token from a previous call.)</p>
322
- * @public
323
- */
324
- NextToken?: string | undefined;
325
- /**
326
- * <p>The maximum number of results to be returned with a single call. If the number of
327
- * available results exceeds this maximum, the response includes a <code>NextToken</code> value
328
- * that you can assign to the <code>NextToken</code> request parameter to get the next set of
329
- * results.</p>
330
- * @public
331
- */
332
- MaxResults?: number | undefined;
333
- /**
334
- * <p>The status of the StackSets that you want to get summary information about.</p>
335
- * @public
336
- */
337
- Status?: StackSetStatus | undefined;
338
- /**
339
- * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
340
- * in the management account or as a delegated administrator in a member
341
- * account.</p>
342
- * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
343
- * self-managed permissions.</p>
344
- * <ul>
345
- * <li>
346
- * <p>If you are signed in to the management account, specify
347
- * <code>SELF</code>.</p>
348
- * </li>
349
- * <li>
350
- * <p>If you are signed in to a delegated administrator account, specify
351
- * <code>DELEGATED_ADMIN</code>.</p>
352
- * <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
353
- * delegated administrator</a> in the <i>CloudFormation User Guide</i>.</p>
354
- * </li>
355
- * </ul>
356
- * @public
357
- */
358
- CallAs?: CallAs | undefined;
359
- }
360
- /**
361
- * <p>The structures that contain summary information about the specified StackSet.</p>
362
- * @public
363
- */
364
- export interface StackSetSummary {
365
- /**
366
- * <p>The name of the StackSet.</p>
367
- * @public
368
- */
369
- StackSetName?: string | undefined;
370
- /**
371
- * <p>The ID of the StackSet.</p>
372
- * @public
373
- */
374
- StackSetId?: string | undefined;
375
- /**
376
- * <p>A description of the StackSet that you specify when the StackSet is created or
377
- * updated.</p>
378
- * @public
379
- */
380
- Description?: string | undefined;
381
- /**
382
- * <p>The status of the StackSet.</p>
383
- * @public
384
- */
385
- Status?: StackSetStatus | undefined;
386
- /**
387
- * <p>[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organizational unit (OU).</p>
388
- * @public
389
- */
390
- AutoDeployment?: AutoDeployment | undefined;
391
- /**
392
- * <p>Describes how the IAM roles required for StackSet operations are created.</p>
393
- * <ul>
394
- * <li>
395
- * <p>With <code>self-managed</code> permissions, you must create the administrator and
396
- * execution roles required to deploy to target accounts. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html">Grant
397
- * self-managed permissions</a>.</p>
398
- * </li>
399
- * <li>
400
- * <p>With <code>service-managed</code> permissions, StackSets automatically creates the IAM
401
- * roles required to deploy to accounts managed by Organizations. For more information,
402
- * see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-activate-trusted-access.html">Activate
403
- * trusted access for StackSets with Organizations</a>.</p>
404
- * </li>
405
- * </ul>
406
- * @public
407
- */
408
- PermissionModel?: PermissionModels | undefined;
409
- /**
410
- * <p>Status of the StackSet's actual configuration compared to its expected template and
411
- * parameter configuration.</p>
412
- * <ul>
413
- * <li>
414
- * <p>
415
- * <code>DRIFTED</code>: One or more of the stack instances belonging to the StackSet differs
416
- * from the expected template and parameter configuration. A stack instance is considered to have
417
- * drifted if one or more of the resources in the associated stack have drifted.</p>
418
- * </li>
419
- * <li>
420
- * <p>
421
- * <code>NOT_CHECKED</code>: CloudFormation hasn't checked the StackSet for drift.</p>
422
- * </li>
423
- * <li>
424
- * <p>
425
- * <code>IN_SYNC</code>: All the stack instances belonging to the StackSet match the expected
426
- * template and parameter configuration.</p>
427
- * </li>
428
- * <li>
429
- * <p>
430
- * <code>UNKNOWN</code>: This value is reserved for future use.</p>
431
- * </li>
432
- * </ul>
433
- * @public
434
- */
435
- DriftStatus?: StackDriftStatus | undefined;
436
- /**
437
- * <p>Most recent time when CloudFormation performed a drift detection operation on the StackSet. This
438
- * value will be <code>NULL</code> for any StackSet that drift detection hasn't yet been performed
439
- * on.</p>
440
- * @public
441
- */
442
- LastDriftCheckTimestamp?: Date | undefined;
443
- /**
444
- * <p>Describes whether StackSets performs non-conflicting operations concurrently and queues
445
- * conflicting operations.</p>
446
- * @public
447
- */
448
- ManagedExecution?: ManagedExecution | undefined;
449
- }
450
- /**
451
- * @public
452
- */
453
- export interface ListStackSetsOutput {
454
- /**
455
- * <p>A list of <code>StackSetSummary</code> structures that contain information about the
456
- * user's StackSets.</p>
457
- * @public
458
- */
459
- Summaries?: StackSetSummary[] | undefined;
460
- /**
461
- * <p>If the request doesn't return all of the remaining results, <code>NextToken</code> is set
462
- * to a token. To retrieve the next set of results, call <code>ListStackInstances</code> again
463
- * and assign that token to the request object's <code>NextToken</code> parameter. If the request
464
- * returns all results, <code>NextToken</code> is set to <code>null</code>.</p>
465
- * @public
466
- */
467
- NextToken?: string | undefined;
468
- }
469
- /**
470
- * @public
471
- */
472
- export interface ListTypeRegistrationsInput {
473
- /**
474
- * <p>The kind of extension.</p>
475
- * <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or
476
- * <code>Arn</code>.</p>
477
- * @public
478
- */
479
- Type?: RegistryType | undefined;
480
- /**
481
- * <p>The name of the extension.</p>
482
- * <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or
483
- * <code>Arn</code>.</p>
484
- * @public
485
- */
486
- TypeName?: string | undefined;
487
- /**
488
- * <p>The Amazon Resource Name (ARN) of the extension.</p>
489
- * <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or
490
- * <code>Arn</code>.</p>
491
- * @public
492
- */
493
- TypeArn?: string | undefined;
494
- /**
495
- * <p>The current status of the extension registration request.</p>
496
- * <p>The default is <code>IN_PROGRESS</code>.</p>
497
- * @public
498
- */
499
- RegistrationStatusFilter?: RegistrationStatus | undefined;
500
- /**
501
- * <p>The maximum number of results to be returned with a single call. If the number of
502
- * available results exceeds this maximum, the response includes a <code>NextToken</code> value
503
- * that you can assign to the <code>NextToken</code> request parameter to get the next set of
504
- * results.</p>
505
- * @public
506
- */
507
- MaxResults?: number | undefined;
508
- /**
509
- * <p>The token for the next set of items to return. (You received this token from a previous
510
- * call.)</p>
511
- * @public
512
- */
513
- NextToken?: string | undefined;
514
- }
515
- /**
516
- * @public
517
- */
518
- export interface ListTypeRegistrationsOutput {
519
- /**
520
- * <p>A list of extension registration tokens.</p>
521
- * <p>Use <a>DescribeTypeRegistration</a> to return detailed information about a type
522
- * registration request.</p>
523
- * @public
524
- */
525
- RegistrationTokenList?: string[] | undefined;
526
- /**
527
- * <p>If the request doesn't return all the remaining results, <code>NextToken</code> is set to
528
- * a token. To retrieve the next set of results, call this action again and assign that token to
529
- * the request object's <code>NextToken</code> parameter. If the request returns all results,
530
- * <code>NextToken</code> is set to <code>null</code>.</p>
531
- * @public
532
- */
533
- NextToken?: string | undefined;
534
- }
535
- /**
536
- * <p>Filter criteria to use in determining which extensions to return.</p>
537
- * @public
538
- */
539
- export interface TypeFilters {
540
- /**
541
- * <p>The category of extensions to return.</p>
542
- * <ul>
543
- * <li>
544
- * <p>
545
- * <code>REGISTERED</code>: Private extensions that have been registered for this account and
546
- * Region.</p>
547
- * </li>
548
- * <li>
549
- * <p>
550
- * <code>ACTIVATED</code>: Public extensions that have been activated for this account and
551
- * Region.</p>
552
- * </li>
553
- * <li>
554
- * <p>
555
- * <code>THIRD_PARTY</code>: Extensions available for use from publishers other than Amazon.
556
- * This includes:</p>
557
- * <ul>
558
- * <li>
559
- * <p>Private extensions registered in the account.</p>
560
- * </li>
561
- * <li>
562
- * <p>Public extensions from publishers other than Amazon, whether activated or not.</p>
563
- * </li>
564
- * </ul>
565
- * </li>
566
- * <li>
567
- * <p>
568
- * <code>AWS_TYPES</code>: Extensions available for use from Amazon.</p>
569
- * </li>
570
- * </ul>
571
- * @public
572
- */
573
- Category?: Category | undefined;
574
- /**
575
- * <p>The id of the publisher of the extension.</p>
576
- * <p>Extensions published by Amazon aren't assigned a publisher ID. Use the
577
- * <code>AWS_TYPES</code> category to specify a list of types published by Amazon.</p>
578
- * @public
579
- */
580
- PublisherId?: string | undefined;
581
- /**
582
- * <p>A prefix to use as a filter for results.</p>
583
- * @public
584
- */
585
- TypeNamePrefix?: string | undefined;
586
- }
587
- /**
588
- * @public
589
- */
590
- export interface ListTypesInput {
591
- /**
592
- * <p>The scope at which the extensions are visible and usable in CloudFormation operations.</p>
593
- * <p>Valid values include:</p>
594
- * <ul>
595
- * <li>
596
- * <p>
597
- * <code>PRIVATE</code>: Extensions that are visible and usable within this account and
598
- * Region. This includes:</p>
599
- * <ul>
600
- * <li>
601
- * <p>Private extensions you have registered in this account and Region.</p>
602
- * </li>
603
- * <li>
604
- * <p>Public extensions that you have activated in this account and Region.</p>
605
- * </li>
606
- * </ul>
607
- * </li>
608
- * <li>
609
- * <p>
610
- * <code>PUBLIC</code>: Extensions that are publicly visible and available to be
611
- * activated within any Amazon Web Services account. This includes extensions from Amazon Web Services and third-party
612
- * publishers.</p>
613
- * </li>
614
- * </ul>
615
- * <p>The default is <code>PRIVATE</code>.</p>
616
- * @public
617
- */
618
- Visibility?: Visibility | undefined;
619
- /**
620
- * <p>For resource types, the provisioning behavior of the resource type. CloudFormation determines
621
- * the provisioning type during registration, based on the types of handlers in the schema
622
- * handler package submitted.</p>
623
- * <p>Valid values include:</p>
624
- * <ul>
625
- * <li>
626
- * <p>
627
- * <code>FULLY_MUTABLE</code>: The resource type includes an update handler to process
628
- * updates to the type during stack update operations.</p>
629
- * </li>
630
- * <li>
631
- * <p>
632
- * <code>IMMUTABLE</code>: The resource type doesn't include an update handler, so the
633
- * type can't be updated and must instead be replaced during stack update operations.</p>
634
- * </li>
635
- * <li>
636
- * <p>
637
- * <code>NON_PROVISIONABLE</code>: The resource type doesn't include create, read, and
638
- * delete handlers, and therefore can't actually be provisioned.</p>
639
- * </li>
640
- * </ul>
641
- * <p>The default is <code>FULLY_MUTABLE</code>.</p>
642
- * @public
643
- */
644
- ProvisioningType?: ProvisioningType | undefined;
645
- /**
646
- * <p>The deprecation status of the extension that you want to get summary information
647
- * about.</p>
648
- * <p>Valid values include:</p>
649
- * <ul>
650
- * <li>
651
- * <p>
652
- * <code>LIVE</code>: The extension is registered for use in CloudFormation
653
- * operations.</p>
654
- * </li>
655
- * <li>
656
- * <p>
657
- * <code>DEPRECATED</code>: The extension has been deregistered and can no longer be used
658
- * in CloudFormation operations.</p>
659
- * </li>
660
- * </ul>
661
- * @public
662
- */
663
- DeprecatedStatus?: DeprecatedStatus | undefined;
664
- /**
665
- * <p>The type of extension.</p>
666
- * @public
667
- */
668
- Type?: RegistryType | undefined;
669
- /**
670
- * <p>Filter criteria to use in determining which extensions to return.</p>
671
- * <p>Filters must be compatible with <code>Visibility</code> to return valid results. For
672
- * example, specifying <code>AWS_TYPES</code> for <code>Category</code> and <code>PRIVATE</code>
673
- * for <code>Visibility</code> returns an empty list of types, but specifying <code>PUBLIC</code>
674
- * for <code>Visibility</code> returns the desired list.</p>
675
- * @public
676
- */
677
- Filters?: TypeFilters | undefined;
678
- /**
679
- * <p>The maximum number of results to be returned with a single call. If the number of
680
- * available results exceeds this maximum, the response includes a <code>NextToken</code> value
681
- * that you can assign to the <code>NextToken</code> request parameter to get the next set of
682
- * results.</p>
683
- * @public
684
- */
685
- MaxResults?: number | undefined;
686
- /**
687
- * <p>The token for the next set of items to return. (You received this token from a previous
688
- * call.)</p>
689
- * @public
690
- */
691
- NextToken?: string | undefined;
692
- }
693
- /**
694
- * <p>Contains summary information about the specified CloudFormation extension.</p>
695
- * @public
696
- */
697
- export interface TypeSummary {
698
- /**
699
- * <p>The kind of extension.</p>
700
- * @public
701
- */
702
- Type?: RegistryType | undefined;
703
- /**
704
- * <p>The name of the extension.</p>
705
- * <p>If you specified a <code>TypeNameAlias</code> when you call the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ActivateType.html">ActivateType</a> API
706
- * operation in your account and Region, CloudFormation considers that alias as the type name.</p>
707
- * @public
708
- */
709
- TypeName?: string | undefined;
710
- /**
711
- * <p>The ID of the default version of the extension. The default version is used when the
712
- * extension version isn't specified.</p>
713
- * <p>This applies only to private extensions you have registered in your account. For public
714
- * extensions, both those provided by Amazon and published by third parties, CloudFormation returns
715
- * <code>null</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">RegisterType</a>.</p>
716
- * <p>To set the default version of an extension, use <a>SetTypeDefaultVersion</a>.</p>
717
- * @public
718
- */
719
- DefaultVersionId?: string | undefined;
720
- /**
721
- * <p>The ARN of the extension.</p>
722
- * @public
723
- */
724
- TypeArn?: string | undefined;
725
- /**
726
- * <p>When the specified extension version was registered. This applies only to:</p>
727
- * <ul>
728
- * <li>
729
- * <p>Private extensions you have registered in your account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">RegisterType</a>.</p>
730
- * </li>
731
- * <li>
732
- * <p>Public extensions you have activated in your account with auto-update specified. For more
733
- * information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ActivateType.html">ActivateType</a>.</p>
734
- * </li>
735
- * </ul>
736
- * <p>For all other extension types, CloudFormation returns <code>null</code>.</p>
737
- * @public
738
- */
739
- LastUpdated?: Date | undefined;
740
- /**
741
- * <p>The description of the extension.</p>
742
- * @public
743
- */
744
- Description?: string | undefined;
745
- /**
746
- * <p>The ID of the extension publisher, if the extension is published by a third party.
747
- * Extensions published by Amazon don't return a publisher ID.</p>
748
- * @public
749
- */
750
- PublisherId?: string | undefined;
751
- /**
752
- * <p>For public extensions that have been activated for this account and Region, the type name of
753
- * the public extension.</p>
754
- * <p>If you specified a <code>TypeNameAlias</code> when enabling the extension in this account
755
- * and Region, CloudFormation treats that alias as the extension's type name within the account and
756
- * Region, not the type name of the public extension. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html#registry-public-enable-alias">Use
757
- * aliases to refer to extensions</a> in the <i>CloudFormation User Guide</i>.</p>
758
- * @public
759
- */
760
- OriginalTypeName?: string | undefined;
761
- /**
762
- * <p>For public extensions that have been activated for this account and Region, the version of
763
- * the public extension to be used for CloudFormation operations in this account and Region.</p>
764
- * <p>How you specified <code>AutoUpdate</code> when enabling the extension affects whether
765
- * CloudFormation automatically updates the extension in this account and Region when a new version is
766
- * released. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html#registry-public-enable-auto">Automatically use new versions of extensions</a> in the
767
- * <i>CloudFormation User Guide</i>.</p>
768
- * @public
769
- */
770
- PublicVersionNumber?: string | undefined;
771
- /**
772
- * <p>For public extensions that have been activated for this account and Region, the latest
773
- * version of the public extension <i>that is available</i>. For any extensions other
774
- * than activated third-party extensions, CloudFormation returns <code>null</code>.</p>
775
- * <p>How you specified <code>AutoUpdate</code> when enabling the extension affects whether
776
- * CloudFormation automatically updates the extension in this account and Region when a new version is
777
- * released. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html#registry-public-enable-auto">Automatically use new versions of extensions</a> in the
778
- * <i>CloudFormation User Guide</i>.</p>
779
- * @public
780
- */
781
- LatestPublicVersion?: string | undefined;
782
- /**
783
- * <p>The service used to verify the publisher identity.</p>
784
- * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html">Publishing extensions to make
785
- * them available for public use</a> in the <i>CloudFormation Command Line Interface (CLI) User Guide</i>.</p>
786
- * @public
787
- */
788
- PublisherIdentity?: IdentityProvider | undefined;
789
- /**
790
- * <p>The publisher name, as defined in the public profile for that publisher in the service used
791
- * to verify the publisher identity.</p>
792
- * @public
793
- */
794
- PublisherName?: string | undefined;
795
- /**
796
- * <p>Whether the extension is activated for this account and Region.</p>
797
- * <p>This applies only to third-party public extensions. Extensions published by Amazon are
798
- * activated by default.</p>
799
- * @public
800
- */
801
- IsActivated?: boolean | undefined;
802
- }
803
- /**
804
- * @public
805
- */
806
- export interface ListTypesOutput {
807
- /**
808
- * <p>A list of <code>TypeSummary</code> structures that contain information about the specified
809
- * extensions.</p>
810
- * @public
811
- */
812
- TypeSummaries?: TypeSummary[] | undefined;
813
- /**
814
- * <p>If the request doesn't return all the remaining results, <code>NextToken</code> is set to
815
- * a token. To retrieve the next set of results, call this action again and assign that token to
816
- * the request object's <code>NextToken</code> parameter. If the request returns all results,
817
- * <code>NextToken</code> is set to <code>null</code>.</p>
818
- * @public
819
- */
820
- NextToken?: string | undefined;
821
- }
822
- /**
823
- * @public
824
- */
825
- export interface ListTypeVersionsInput {
826
- /**
827
- * <p>The kind of the extension.</p>
828
- * <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or
829
- * <code>Arn</code>.</p>
830
- * @public
831
- */
832
- Type?: RegistryType | undefined;
833
- /**
834
- * <p>The name of the extension for which you want version summary information.</p>
835
- * <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or
836
- * <code>Arn</code>.</p>
837
- * @public
838
- */
839
- TypeName?: string | undefined;
840
- /**
841
- * <p>The Amazon Resource Name (ARN) of the extension for which you want version summary
842
- * information.</p>
843
- * <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or
844
- * <code>Arn</code>.</p>
845
- * @public
846
- */
847
- Arn?: string | undefined;
848
- /**
849
- * <p>The maximum number of results to be returned with a single call. If the number of
850
- * available results exceeds this maximum, the response includes a <code>NextToken</code> value
851
- * that you can assign to the <code>NextToken</code> request parameter to get the next set of
852
- * results.</p>
853
- * @public
854
- */
855
- MaxResults?: number | undefined;
856
- /**
857
- * <p>The token for the next set of items to return. (You received this token from a previous
858
- * call.)</p>
859
- * @public
860
- */
861
- NextToken?: string | undefined;
862
- /**
863
- * <p>The deprecation status of the extension versions that you want to get summary information
864
- * about.</p>
865
- * <p>Valid values include:</p>
866
- * <ul>
867
- * <li>
868
- * <p>
869
- * <code>LIVE</code>: The extension version is registered and can be used in CloudFormation
870
- * operations, dependent on its provisioning behavior and visibility scope.</p>
871
- * </li>
872
- * <li>
873
- * <p>
874
- * <code>DEPRECATED</code>: The extension version has been deregistered and can no longer
875
- * be used in CloudFormation operations.</p>
876
- * </li>
877
- * </ul>
878
- * <p>The default is <code>LIVE</code>.</p>
879
- * @public
880
- */
881
- DeprecatedStatus?: DeprecatedStatus | undefined;
882
- /**
883
- * <p>The publisher ID of the extension publisher.</p>
884
- * <p>Extensions published by Amazon aren't assigned a publisher ID.</p>
885
- * @public
886
- */
887
- PublisherId?: string | undefined;
888
- }
889
- /**
890
- * <p>Contains summary information about a specific version of a CloudFormation extension.</p>
891
- * @public
892
- */
893
- export interface TypeVersionSummary {
894
- /**
895
- * <p>The kind of extension.</p>
896
- * @public
897
- */
898
- Type?: RegistryType | undefined;
899
- /**
900
- * <p>The name of the extension.</p>
901
- * @public
902
- */
903
- TypeName?: string | undefined;
904
- /**
905
- * <p>The ID of a specific version of the extension. The version ID is the value at the end of the
906
- * ARN assigned to the extension version when it's registered.</p>
907
- * @public
908
- */
909
- VersionId?: string | undefined;
910
- /**
911
- * <p>Whether the specified extension version is set as the default version.</p>
912
- * <p>This applies only to private extensions you have registered in your account, and extensions
913
- * published by Amazon. For public third-party extensions, CloudFormation returns
914
- * <code>null</code>.</p>
915
- * @public
916
- */
917
- IsDefaultVersion?: boolean | undefined;
918
- /**
919
- * <p>The ARN of the extension version.</p>
920
- * @public
921
- */
922
- Arn?: string | undefined;
923
- /**
924
- * <p>When the version was registered.</p>
925
- * @public
926
- */
927
- TimeCreated?: Date | undefined;
928
- /**
929
- * <p>The description of the extension version.</p>
930
- * @public
931
- */
932
- Description?: string | undefined;
933
- /**
934
- * <p>For public extensions that have been activated for this account and Region, the version of
935
- * the public extension to be used for CloudFormation operations in this account and Region. For any
936
- * extensions other than activated third-party extensions, CloudFormation returns
937
- * <code>null</code>.</p>
938
- * <p>How you specified <code>AutoUpdate</code> when enabling the extension affects whether
939
- * CloudFormation automatically updates the extension in this account and Region when a new version is
940
- * released. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html#registry-public-enable-auto">Automatically use new versions of extensions</a> in the
941
- * <i>CloudFormation User Guide</i>.</p>
942
- * @public
943
- */
944
- PublicVersionNumber?: string | undefined;
945
- }
946
- /**
947
- * @public
948
- */
949
- export interface ListTypeVersionsOutput {
950
- /**
951
- * <p>A list of <code>TypeVersionSummary</code> structures that contain information about the
952
- * specified extension's versions.</p>
953
- * @public
954
- */
955
- TypeVersionSummaries?: TypeVersionSummary[] | undefined;
956
- /**
957
- * <p>If the request doesn't return all of the remaining results, <code>NextToken</code> is set
958
- * to a token. To retrieve the next set of results, call this action again and assign that token
959
- * to the request object's <code>NextToken</code> parameter. If the request returns all results,
960
- * <code>NextToken</code> is set to <code>null</code>.</p>
961
- * @public
962
- */
963
- NextToken?: string | undefined;
964
- }
965
- /**
966
- * @public
967
- */
968
- export interface PublishTypeInput {
969
- /**
970
- * <p>The type of the extension.</p>
971
- * <p>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and
972
- * <code>Type</code>.</p>
973
- * @public
974
- */
975
- Type?: ThirdPartyType | undefined;
976
- /**
977
- * <p>The Amazon Resource Name (ARN) of the extension.</p>
978
- * <p>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and
979
- * <code>Type</code>.</p>
980
- * @public
981
- */
982
- Arn?: string | undefined;
983
- /**
984
- * <p>The name of the extension.</p>
985
- * <p>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and
986
- * <code>Type</code>.</p>
987
- * @public
988
- */
989
- TypeName?: string | undefined;
990
- /**
991
- * <p>The version number to assign to this version of the extension.</p>
992
- * <p>Use the following format, and adhere to semantic versioning when assigning a version
993
- * number to your extension:</p>
994
- * <p>
995
- * <code>MAJOR.MINOR.PATCH</code>
996
- * </p>
997
- * <p>For more information, see <a href="https://semver.org/">Semantic Versioning
998
- * 2.0.0</a>.</p>
999
- * <p>If you don't specify a version number, CloudFormation increments the version number by one
1000
- * minor version release.</p>
1001
- * <p>You cannot specify a version number the first time you publish a type. CloudFormation
1002
- * automatically sets the first version number to be <code>1.0.0</code>.</p>
1003
- * @public
1004
- */
1005
- PublicVersionNumber?: string | undefined;
1006
- }
1007
- /**
1008
- * @public
1009
- */
1010
- export interface PublishTypeOutput {
1011
- /**
1012
- * <p>The Amazon Resource Name (ARN) assigned to the public extension upon publication.</p>
1013
- * @public
1014
- */
1015
- PublicTypeArn?: string | undefined;
1016
- }
1017
- /**
1018
- * <p>Error reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation CLI</a>. CloudFormation doesn't
1019
- * return this error to users.</p>
1020
- * @public
1021
- */
1022
- export declare class InvalidStateTransitionException extends __BaseException {
1023
- readonly name: "InvalidStateTransitionException";
1024
- readonly $fault: "client";
1025
- Message?: string | undefined;
1026
- /**
1027
- * @internal
1028
- */
1029
- constructor(opts: __ExceptionOptionType<InvalidStateTransitionException, __BaseException>);
1030
- }
1031
- /**
1032
- * <p>Error reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation CLI</a>. CloudFormation doesn't
1033
- * return this error to users.</p>
1034
- * @public
1035
- */
1036
- export declare class OperationStatusCheckFailedException extends __BaseException {
1037
- readonly name: "OperationStatusCheckFailedException";
1038
- readonly $fault: "client";
1039
- Message?: string | undefined;
1040
- /**
1041
- * @internal
1042
- */
1043
- constructor(opts: __ExceptionOptionType<OperationStatusCheckFailedException, __BaseException>);
1044
- }
1045
- /**
1046
- * @public
1047
- * @enum
1048
- */
1049
- export declare const OperationStatus: {
1050
- readonly FAILED: "FAILED";
1051
- readonly IN_PROGRESS: "IN_PROGRESS";
1052
- readonly PENDING: "PENDING";
1053
- readonly SUCCESS: "SUCCESS";
1054
- };
1055
- /**
1056
- * @public
1057
- */
1058
- export type OperationStatus = (typeof OperationStatus)[keyof typeof OperationStatus];
1059
- /**
1060
- * @public
1061
- * @enum
1062
- */
1063
- export declare const HandlerErrorCode: {
1064
- readonly AccessDenied: "AccessDenied";
1065
- readonly AlreadyExists: "AlreadyExists";
1066
- readonly GeneralServiceException: "GeneralServiceException";
1067
- readonly HandlerInternalFailure: "HandlerInternalFailure";
1068
- readonly InternalFailure: "InternalFailure";
1069
- readonly InvalidCredentials: "InvalidCredentials";
1070
- readonly InvalidRequest: "InvalidRequest";
1071
- readonly InvalidTypeConfiguration: "InvalidTypeConfiguration";
1072
- readonly NetworkFailure: "NetworkFailure";
1073
- readonly NonCompliant: "NonCompliant";
1074
- readonly NotFound: "NotFound";
1075
- readonly NotUpdatable: "NotUpdatable";
1076
- readonly ResourceConflict: "ResourceConflict";
1077
- readonly ServiceInternalError: "ServiceInternalError";
1078
- readonly ServiceLimitExceeded: "ServiceLimitExceeded";
1079
- readonly ServiceTimeout: "NotStabilized";
1080
- readonly Throttling: "Throttling";
1081
- readonly Unknown: "Unknown";
1082
- readonly UnsupportedTarget: "UnsupportedTarget";
1083
- };
1084
- /**
1085
- * @public
1086
- */
1087
- export type HandlerErrorCode = (typeof HandlerErrorCode)[keyof typeof HandlerErrorCode];
1088
- /**
1089
- * @public
1090
- */
1091
- export interface RecordHandlerProgressInput {
1092
- /**
1093
- * <p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation
1094
- * CLI</a>.</p>
1095
- * @public
1096
- */
1097
- BearerToken: string | undefined;
1098
- /**
1099
- * <p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation
1100
- * CLI</a>.</p>
1101
- * @public
1102
- */
1103
- OperationStatus: OperationStatus | undefined;
1104
- /**
1105
- * <p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation
1106
- * CLI</a>.</p>
1107
- * @public
1108
- */
1109
- CurrentOperationStatus?: OperationStatus | undefined;
1110
- /**
1111
- * <p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation
1112
- * CLI</a>.</p>
1113
- * @public
1114
- */
1115
- StatusMessage?: string | undefined;
1116
- /**
1117
- * <p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation
1118
- * CLI</a>.</p>
1119
- * @public
1120
- */
1121
- ErrorCode?: HandlerErrorCode | undefined;
1122
- /**
1123
- * <p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation
1124
- * CLI</a>.</p>
1125
- * @public
1126
- */
1127
- ResourceModel?: string | undefined;
1128
- /**
1129
- * <p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation
1130
- * CLI</a>.</p>
1131
- * @public
1132
- */
1133
- ClientRequestToken?: string | undefined;
1134
- }
1135
- /**
1136
- * @public
1137
- */
1138
- export interface RecordHandlerProgressOutput {
1139
- }
1140
- /**
1141
- * @public
1142
- */
1143
- export interface RegisterPublisherInput {
1144
- /**
1145
- * <p>Whether you accept the <a href="https://cloudformation-registry-documents.s3.amazonaws.com/Terms_and_Conditions_for_AWS_CloudFormation_Registry_Publishers.pdf">Terms and Conditions</a> for publishing extensions in the CloudFormation registry. You must
1146
- * accept the terms and conditions in order to register to publish public extensions to the
1147
- * CloudFormation registry.</p>
1148
- * <p>The default is <code>false</code>.</p>
1149
- * @public
1150
- */
1151
- AcceptTermsAndConditions?: boolean | undefined;
1152
- /**
1153
- * <p>If you are using a Bitbucket or GitHub account for identity verification, the Amazon
1154
- * Resource Name (ARN) for your connection to that account.</p>
1155
- * <p>For more information, see <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
1156
- * <i>CloudFormation Command Line Interface (CLI) User Guide</i>.</p>
1157
- * @public
1158
- */
1159
- ConnectionArn?: string | undefined;
1160
- }
1161
- /**
1162
- * @public
1163
- */
1164
- export interface RegisterPublisherOutput {
1165
- /**
1166
- * <p>The ID assigned this account by CloudFormation for publishing extensions.</p>
1167
- * @public
1168
- */
1169
- PublisherId?: string | undefined;
1170
- }
1171
- /**
1172
- * @public
1173
- */
1174
- export interface RegisterTypeInput {
1175
- /**
1176
- * <p>The kind of extension.</p>
1177
- * @public
1178
- */
1179
- Type?: RegistryType | undefined;
1180
- /**
1181
- * <p>The name of the extension being registered.</p>
1182
- * <p>We suggest that extension names adhere to the following patterns:</p>
1183
- * <ul>
1184
- * <li>
1185
- * <p>For resource types, <code>company_or_organization::service::type</code>.</p>
1186
- * </li>
1187
- * <li>
1188
- * <p>For modules, <code>company_or_organization::service::type::MODULE</code>.</p>
1189
- * </li>
1190
- * <li>
1191
- * <p>For Hooks, <code>MyCompany::Testing::MyTestHook</code>.</p>
1192
- * </li>
1193
- * </ul>
1194
- * <note>
1195
- * <p>The following organization namespaces are reserved and can't be used in your extension
1196
- * names:</p>
1197
- * <ul>
1198
- * <li>
1199
- * <p>
1200
- * <code>Alexa</code>
1201
- * </p>
1202
- * </li>
1203
- * <li>
1204
- * <p>
1205
- * <code>AMZN</code>
1206
- * </p>
1207
- * </li>
1208
- * <li>
1209
- * <p>
1210
- * <code>Amazon</code>
1211
- * </p>
1212
- * </li>
1213
- * <li>
1214
- * <p>
1215
- * <code>AWS</code>
1216
- * </p>
1217
- * </li>
1218
- * <li>
1219
- * <p>
1220
- * <code>Custom</code>
1221
- * </p>
1222
- * </li>
1223
- * <li>
1224
- * <p>
1225
- * <code>Dev</code>
1226
- * </p>
1227
- * </li>
1228
- * </ul>
1229
- * </note>
1230
- * @public
1231
- */
1232
- TypeName: string | undefined;
1233
- /**
1234
- * <p>A URL to the S3 bucket that contains the extension project package that contains the
1235
- * necessary files for the extension you want to register.</p>
1236
- * <p>For information about generating a schema handler package for the extension you want to
1237
- * register, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-cli-submit.html">submit</a> in
1238
- * the <i>CloudFormation Command Line Interface (CLI) User Guide</i>.</p>
1239
- * <note>
1240
- * <p>The user registering the extension must be able to access the package in the S3 bucket.
1241
- * That's, the user needs to have <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html">GetObject</a> permissions for the schema
1242
- * handler package. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazons3.html">Actions, Resources, and Condition Keys for
1243
- * Amazon S3</a> in the <i>Identity and Access Management User Guide</i>.</p>
1244
- * </note>
1245
- * @public
1246
- */
1247
- SchemaHandlerPackage: string | undefined;
1248
- /**
1249
- * <p>Specifies logging configuration information for an extension.</p>
1250
- * @public
1251
- */
1252
- LoggingConfig?: LoggingConfig | undefined;
1253
- /**
1254
- * <p>The Amazon Resource Name (ARN) of the IAM role for CloudFormation to assume when invoking
1255
- * the extension.</p>
1256
- * <p>For CloudFormation to assume the specified execution role, the role must contain a trust
1257
- * relationship with the CloudFormation service principal
1258
- * (<code>resources.cloudformation.amazonaws.com</code>). For more information about adding
1259
- * trust relationships, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/roles-managingrole-editing-console.html#roles-managingrole_edit-trust-policy">Modifying a role trust policy</a> in the <i>Identity and Access Management User
1260
- * Guide</i>.</p>
1261
- * <p>If your extension calls Amazon Web Services APIs in any of its handlers, you must create an
1262
- * <i>
1263
- * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html">IAM
1264
- * execution role</a>
1265
- * </i> that includes the necessary permissions to call those
1266
- * Amazon Web Services APIs, and provision that execution role in your account. When CloudFormation needs to invoke
1267
- * the resource type handler, CloudFormation assumes this execution role to create a temporary
1268
- * session token, which it then passes to the resource type handler, thereby supplying your
1269
- * resource type with the appropriate credentials.</p>
1270
- * @public
1271
- */
1272
- ExecutionRoleArn?: string | undefined;
1273
- /**
1274
- * <p>A unique identifier that acts as an idempotency key for this registration request.
1275
- * Specifying a client request token prevents CloudFormation from generating more than one version of
1276
- * an extension from the same registration request, even if the request is submitted multiple
1277
- * times.</p>
1278
- * @public
1279
- */
1280
- ClientRequestToken?: string | undefined;
1281
- }
1282
- /**
1283
- * @public
1284
- */
1285
- export interface RegisterTypeOutput {
1286
- /**
1287
- * <p>The identifier for this registration request.</p>
1288
- * <p>Use this registration token when calling <a>DescribeTypeRegistration</a>, which
1289
- * returns information about the status and IDs of the extension registration.</p>
1290
- * @public
1291
- */
1292
- RegistrationToken?: string | undefined;
1293
- }
1294
- /**
1295
- * @public
1296
- */
1297
- export interface RollbackStackInput {
1298
- /**
1299
- * <p>The name that's associated with the stack.</p>
1300
- * @public
1301
- */
1302
- StackName: string | undefined;
1303
- /**
1304
- * <p>The Amazon Resource Name (ARN) of an IAM role that CloudFormation assumes to rollback the
1305
- * stack.</p>
1306
- * @public
1307
- */
1308
- RoleARN?: string | undefined;
1309
- /**
1310
- * <p>A unique identifier for this <code>RollbackStack</code> request.</p>
1311
- * @public
1312
- */
1313
- ClientRequestToken?: string | undefined;
1314
- /**
1315
- * <p>When set to <code>true</code>, newly created resources are deleted when the operation
1316
- * rolls back. This includes newly created resources marked with a deletion policy of
1317
- * <code>Retain</code>.</p>
1318
- * <p>Default: <code>false</code>
1319
- * </p>
1320
- * @public
1321
- */
1322
- RetainExceptOnCreate?: boolean | undefined;
1323
- }
1324
- /**
1325
- * @public
1326
- */
1327
- export interface RollbackStackOutput {
1328
- /**
1329
- * <p>Unique identifier of the stack.</p>
1330
- * @public
1331
- */
1332
- StackId?: string | undefined;
1333
- }
1334
- /**
1335
- * <p>The input for the <a>SetStackPolicy</a> action.</p>
1336
- * @public
1337
- */
1338
- export interface SetStackPolicyInput {
1339
- /**
1340
- * <p>The name or unique stack ID that you want to associate a policy with.</p>
1341
- * @public
1342
- */
1343
- StackName: string | undefined;
1344
- /**
1345
- * <p>Structure that contains the stack policy body. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html">Prevent updates to stack resources</a> in the <i>CloudFormation User Guide</i>.
1346
- * You can specify either the <code>StackPolicyBody</code> or the <code>StackPolicyURL</code>
1347
- * parameter, but not both.</p>
1348
- * @public
1349
- */
1350
- StackPolicyBody?: string | undefined;
1351
- /**
1352
- * <p>Location of a file that contains the stack policy. The URL must point to a policy (maximum
1353
- * size: 16 KB) located in an Amazon S3 bucket in the same Amazon Web Services Region as the stack. The location for
1354
- * an Amazon S3 bucket must start with <code>https://</code>. URLs from S3 static websites are not
1355
- * supported.</p>
1356
- * <p>You can specify either the <code>StackPolicyBody</code> or the <code>StackPolicyURL</code>
1357
- * parameter, but not both.</p>
1358
- * @public
1359
- */
1360
- StackPolicyURL?: string | undefined;
1361
- }
1362
- /**
1363
- * @public
1364
- */
1365
- export interface SetTypeConfigurationInput {
1366
- /**
1367
- * <p>The Amazon Resource Name (ARN) for the extension in this account and Region.</p>
1368
- * <p>For public extensions, this will be the ARN assigned when you call the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ActivateType.html">ActivateType</a> API operation in this account and Region. For private extensions, this
1369
- * will be the ARN assigned when you call the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">RegisterType</a> API
1370
- * operation in this account and Region.</p>
1371
- * <p>Do not include the extension versions suffix at the end of the ARN. You can set the
1372
- * configuration for an extension, but not for a specific extension version.</p>
1373
- * @public
1374
- */
1375
- TypeArn?: string | undefined;
1376
- /**
1377
- * <p>The configuration data for the extension in this account and Region.</p>
1378
- * <p>The configuration data must be formatted as JSON and validate against the extension's
1379
- * schema returned in the <code>Schema</code> response element of <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a>.</p>
1380
- * @public
1381
- */
1382
- Configuration: string | undefined;
1383
- /**
1384
- * <p>An alias by which to refer to this extension configuration data.</p>
1385
- * <p>Conditional: Specifying a configuration alias is required when setting a configuration for
1386
- * a resource type extension.</p>
1387
- * @public
1388
- */
1389
- ConfigurationAlias?: string | undefined;
1390
- /**
1391
- * <p>The name of the extension.</p>
1392
- * <p>Conditional: You must specify <code>ConfigurationArn</code>, or <code>Type</code> and
1393
- * <code>TypeName</code>.</p>
1394
- * @public
1395
- */
1396
- TypeName?: string | undefined;
1397
- /**
1398
- * <p>The type of extension.</p>
1399
- * <p>Conditional: You must specify <code>ConfigurationArn</code>, or <code>Type</code> and
1400
- * <code>TypeName</code>.</p>
1401
- * @public
1402
- */
1403
- Type?: ThirdPartyType | undefined;
1404
- }
1405
- /**
1406
- * @public
1407
- */
1408
- export interface SetTypeConfigurationOutput {
1409
- /**
1410
- * <p>The Amazon Resource Name (ARN) for the configuration data in this account and
1411
- * Region.</p>
1412
- * <p>Conditional: You must specify <code>ConfigurationArn</code>, or <code>Type</code> and
1413
- * <code>TypeName</code>.</p>
1414
- * @public
1415
- */
1416
- ConfigurationArn?: string | undefined;
1417
- }
1418
- /**
1419
- * @public
1420
- */
1421
- export interface SetTypeDefaultVersionInput {
1422
- /**
1423
- * <p>The Amazon Resource Name (ARN) of the extension for which you want version summary
1424
- * information.</p>
1425
- * <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or
1426
- * <code>Arn</code>.</p>
1427
- * @public
1428
- */
1429
- Arn?: string | undefined;
1430
- /**
1431
- * <p>The kind of extension.</p>
1432
- * <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or
1433
- * <code>Arn</code>.</p>
1434
- * @public
1435
- */
1436
- Type?: RegistryType | undefined;
1437
- /**
1438
- * <p>The name of the extension.</p>
1439
- * <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or
1440
- * <code>Arn</code>.</p>
1441
- * @public
1442
- */
1443
- TypeName?: string | undefined;
1444
- /**
1445
- * <p>The ID of a specific version of the extension. The version ID is the value at the end of
1446
- * the Amazon Resource Name (ARN) assigned to the extension version when it is registered.</p>
1447
- * @public
1448
- */
1449
- VersionId?: string | undefined;
1450
- }
1451
- /**
1452
- * @public
1453
- */
1454
- export interface SetTypeDefaultVersionOutput {
1455
- }
1456
- /**
1457
- * @public
1458
- * @enum
1459
- */
1460
- export declare const ResourceSignalStatus: {
1461
- readonly FAILURE: "FAILURE";
1462
- readonly SUCCESS: "SUCCESS";
1463
- };
1464
- /**
1465
- * @public
1466
- */
1467
- export type ResourceSignalStatus = (typeof ResourceSignalStatus)[keyof typeof ResourceSignalStatus];
1468
- /**
1469
- * <p>The input for the <a>SignalResource</a> action.</p>
1470
- * @public
1471
- */
1472
- export interface SignalResourceInput {
1473
- /**
1474
- * <p>The stack name or unique stack ID that includes the resource that you want to
1475
- * signal.</p>
1476
- * @public
1477
- */
1478
- StackName: string | undefined;
1479
- /**
1480
- * <p>The logical ID of the resource that you want to signal. The logical ID is the name of the
1481
- * resource that given in the template.</p>
1482
- * @public
1483
- */
1484
- LogicalResourceId: string | undefined;
1485
- /**
1486
- * <p>A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the
1487
- * instance ID that you are signaling as the unique ID. If you send multiple signals to a single
1488
- * resource (such as signaling a wait condition), each signal requires a different unique
1489
- * ID.</p>
1490
- * @public
1491
- */
1492
- UniqueId: string | undefined;
1493
- /**
1494
- * <p>The status of the signal, which is either success or failure. A failure signal causes
1495
- * CloudFormation to immediately fail the stack creation or update.</p>
1496
- * @public
1497
- */
1498
- Status: ResourceSignalStatus | undefined;
1499
- }
1500
- /**
1501
- * <p>The limit on resource scans has been exceeded. Reasons include:</p>
1502
- * <ul>
1503
- * <li>
1504
- * <p>Exceeded the daily quota for resource scans.</p>
1505
- * </li>
1506
- * <li>
1507
- * <p>A resource scan recently failed. You must wait 10 minutes before starting a new resource scan.</p>
1508
- * </li>
1509
- * <li>
1510
- * <p>The last resource scan failed after exceeding 100,000 resources. When this happens, you must wait 24 hours
1511
- * before starting a new resource scan.</p>
1512
- * </li>
1513
- * </ul>
1514
- * @public
1515
- */
1516
- export declare class ResourceScanLimitExceededException extends __BaseException {
1517
- readonly name: "ResourceScanLimitExceededException";
1518
- readonly $fault: "client";
1519
- Message?: string | undefined;
1520
- /**
1521
- * @internal
1522
- */
1523
- constructor(opts: __ExceptionOptionType<ResourceScanLimitExceededException, __BaseException>);
1524
- }
1525
- /**
1526
- * @public
1527
- */
1528
- export interface StartResourceScanInput {
1529
- /**
1530
- * <p>A unique identifier for this <code>StartResourceScan</code> request. Specify this token if
1531
- * you plan to retry requests so that CloudFormation knows that you're not attempting to start a new
1532
- * resource scan.</p>
1533
- * @public
1534
- */
1535
- ClientRequestToken?: string | undefined;
1536
- /**
1537
- * <p>The scan filters to use.</p>
1538
- * @public
1539
- */
1540
- ScanFilters?: ScanFilter[] | undefined;
1541
- }
1542
- /**
1543
- * @public
1544
- */
1545
- export interface StartResourceScanOutput {
1546
- /**
1547
- * <p>The Amazon Resource Name (ARN) of the resource scan. The format is
1548
- * <code>arn:$\{Partition\}:cloudformation:$\{Region\}:$\{Account\}:resourceScan/$\{Id\}</code>. An
1549
- * example is
1550
- * <code>arn:aws:cloudformation:<i>us-east-1</i>:<i>123456789012</i>:resourceScan/<i>f5b490f7-7ed4-428a-aa06-31ff25db0772</i>
1551
- * </code>.</p>
1552
- * @public
1553
- */
1554
- ResourceScanId?: string | undefined;
1555
- }
1556
- /**
1557
- * @public
1558
- */
1559
- export interface StopStackSetOperationInput {
1560
- /**
1561
- * <p>The name or unique ID of the StackSet that you want to stop the operation for.</p>
1562
- * @public
1563
- */
1564
- StackSetName: string | undefined;
1565
- /**
1566
- * <p>The ID of the stack operation.</p>
1567
- * @public
1568
- */
1569
- OperationId: string | undefined;
1570
- /**
1571
- * <p>Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account. Valid only if the
1572
- * StackSet uses service-managed permissions.</p>
1573
- * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
1574
- * self-managed permissions.</p>
1575
- * <ul>
1576
- * <li>
1577
- * <p>If you are signed in to the management account, specify
1578
- * <code>SELF</code>.</p>
1579
- * </li>
1580
- * <li>
1581
- * <p>If you are signed in to a delegated administrator account, specify
1582
- * <code>DELEGATED_ADMIN</code>.</p>
1583
- * <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
1584
- * delegated administrator</a> in the <i>CloudFormation User Guide</i>.</p>
1585
- * </li>
1586
- * </ul>
1587
- * @public
1588
- */
1589
- CallAs?: CallAs | undefined;
1590
- }
1591
- /**
1592
- * @public
1593
- */
1594
- export interface StopStackSetOperationOutput {
1595
- }
1596
- /**
1597
- * @public
1598
- */
1599
- export interface TestTypeInput {
1600
- /**
1601
- * <p>The Amazon Resource Name (ARN) of the extension.</p>
1602
- * <p>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and
1603
- * <code>Type</code>.</p>
1604
- * @public
1605
- */
1606
- Arn?: string | undefined;
1607
- /**
1608
- * <p>The type of the extension to test.</p>
1609
- * <p>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and
1610
- * <code>Type</code>.</p>
1611
- * @public
1612
- */
1613
- Type?: ThirdPartyType | undefined;
1614
- /**
1615
- * <p>The name of the extension to test.</p>
1616
- * <p>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and
1617
- * <code>Type</code>.</p>
1618
- * @public
1619
- */
1620
- TypeName?: string | undefined;
1621
- /**
1622
- * <p>The version of the extension to test.</p>
1623
- * <p>You can specify the version id with either <code>Arn</code>, or with <code>TypeName</code>
1624
- * and <code>Type</code>.</p>
1625
- * <p>If you don't specify a version, CloudFormation uses the default version of the extension in
1626
- * this account and Region for testing.</p>
1627
- * @public
1628
- */
1629
- VersionId?: string | undefined;
1630
- /**
1631
- * <p>The S3 bucket to which CloudFormation delivers the contract test execution logs.</p>
1632
- * <p>CloudFormation delivers the logs by the time contract testing has completed and the extension
1633
- * has been assigned a test type status of <code>PASSED</code> or <code>FAILED</code>.</p>
1634
- * <p>The user calling <code>TestType</code> must be able to access items in the specified S3
1635
- * bucket. Specifically, the user needs the following permissions:</p>
1636
- * <ul>
1637
- * <li>
1638
- * <p>
1639
- * <code>GetObject</code>
1640
- * </p>
1641
- * </li>
1642
- * <li>
1643
- * <p>
1644
- * <code>PutObject</code>
1645
- * </p>
1646
- * </li>
1647
- * </ul>
1648
- * <p>For more information, see <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazons3.html">Actions, Resources, and
1649
- * Condition Keys for Amazon S3</a> in the <i>Identity and Access Management User Guide</i>.</p>
1650
- * @public
1651
- */
1652
- LogDeliveryBucket?: string | undefined;
1653
- }
1654
- /**
1655
- * @public
1656
- */
1657
- export interface TestTypeOutput {
1658
- /**
1659
- * <p>The Amazon Resource Name (ARN) of the extension.</p>
1660
- * @public
1661
- */
1662
- TypeVersionArn?: string | undefined;
1663
- }
1664
- /**
1665
- * @public
1666
- */
1667
- export interface UpdateGeneratedTemplateInput {
1668
- /**
1669
- * <p>The name or Amazon Resource Name (ARN) of a generated template.</p>
1670
- * @public
1671
- */
1672
- GeneratedTemplateName: string | undefined;
1673
- /**
1674
- * <p>An optional new name to assign to the generated template.</p>
1675
- * @public
1676
- */
1677
- NewGeneratedTemplateName?: string | undefined;
1678
- /**
1679
- * <p>An optional list of resources to be added to the generated template.</p>
1680
- * @public
1681
- */
1682
- AddResources?: ResourceDefinition[] | undefined;
1683
- /**
1684
- * <p>A list of logical ids for resources to remove from the generated template.</p>
1685
- * @public
1686
- */
1687
- RemoveResources?: string[] | undefined;
1688
- /**
1689
- * <p>If <code>true</code>, update the resource properties in the generated template with their
1690
- * current live state. This feature is useful when the resource properties in your generated a
1691
- * template does not reflect the live state of the resource properties. This happens when a user
1692
- * update the resource properties after generating a template.</p>
1693
- * @public
1694
- */
1695
- RefreshAllResources?: boolean | undefined;
1696
- /**
1697
- * <p>The configuration details of the generated template, including the
1698
- * <code>DeletionPolicy</code> and <code>UpdateReplacePolicy</code>.</p>
1699
- * @public
1700
- */
1701
- TemplateConfiguration?: TemplateConfiguration | undefined;
1702
- }
1703
- /**
1704
- * @public
1705
- */
1706
- export interface UpdateGeneratedTemplateOutput {
1707
- /**
1708
- * <p>The Amazon Resource Name (ARN) of the generated template. The format is
1709
- * <code>arn:$\{Partition\}:cloudformation:$\{Region\}:$\{Account\}:generatedtemplate/$\{Id\}</code>.
1710
- * For example,
1711
- * <code>arn:aws:cloudformation:<i>us-east-1</i>:<i>123456789012</i>:generatedtemplate/<i>2e8465c1-9a80-43ea-a3a3-4f2d692fe6dc</i>
1712
- * </code>.</p>
1713
- * @public
1714
- */
1715
- GeneratedTemplateId?: string | undefined;
1716
- }
1717
- /**
1718
- * <p>The input for an <a>UpdateStack</a> action.</p>
1719
- * @public
1720
- */
1721
- export interface UpdateStackInput {
1722
- /**
1723
- * <p>The name or unique stack ID of the stack to update.</p>
1724
- * @public
1725
- */
1726
- StackName: string | undefined;
1727
- /**
1728
- * <p>Structure that contains the template body with a minimum length of 1 byte and a maximum
1729
- * length of 51,200 bytes.</p>
1730
- * <p>Conditional: You must specify only one of the following parameters:
1731
- * <code>TemplateBody</code>, <code>TemplateURL</code>, or set the
1732
- * <code>UsePreviousTemplate</code> to <code>true</code>.</p>
1733
- * @public
1734
- */
1735
- TemplateBody?: string | undefined;
1736
- /**
1737
- * <p>The URL of a file that contains the template body. The URL must point to a template that's
1738
- * located in an Amazon S3 bucket or a Systems Manager document. The location for an Amazon S3 bucket must
1739
- * start with <code>https://</code>.</p>
1740
- * <p>Conditional: You must specify only one of the following parameters:
1741
- * <code>TemplateBody</code>, <code>TemplateURL</code>, or set the
1742
- * <code>UsePreviousTemplate</code> to <code>true</code>.</p>
1743
- * @public
1744
- */
1745
- TemplateURL?: string | undefined;
1746
- /**
1747
- * <p>Reuse the existing template that is associated with the stack that you are
1748
- * updating.</p>
1749
- * <p>When using templates with the <code>AWS::LanguageExtensions</code> transform, provide the
1750
- * template instead of using <code>UsePreviousTemplate</code> to ensure new parameter values and
1751
- * Systems Manager parameter updates are applied correctly. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/transform-aws-languageextensions.html">AWS::LanguageExtensions transform</a>.</p>
1752
- * <p>Conditional: You must specify only one of the following parameters:
1753
- * <code>TemplateBody</code>, <code>TemplateURL</code>, or set the
1754
- * <code>UsePreviousTemplate</code> to <code>true</code>.</p>
1755
- * @public
1756
- */
1757
- UsePreviousTemplate?: boolean | undefined;
1758
- /**
1759
- * <p>Structure that contains the temporary overriding stack policy body. You can specify either
1760
- * the <code>StackPolicyDuringUpdateBody</code> or the <code>StackPolicyDuringUpdateURL</code>
1761
- * parameter, but not both.</p>
1762
- * <p>If you want to update protected resources, specify a temporary overriding stack policy
1763
- * during this update. If you don't specify a stack policy, the current policy that is associated
1764
- * with the stack will be used.</p>
1765
- * @public
1766
- */
1767
- StackPolicyDuringUpdateBody?: string | undefined;
1768
- /**
1769
- * <p>Location of a file that contains the temporary overriding stack policy. The URL must point
1770
- * to a policy (max size: 16KB) located in an S3 bucket in the same Region as the stack. The
1771
- * location for an Amazon S3 bucket must start with <code>https://</code>. URLs from S3 static
1772
- * websites are not supported.</p>
1773
- * <p>You can specify either the <code>StackPolicyDuringUpdateBody</code> or the
1774
- * <code>StackPolicyDuringUpdateURL</code> parameter, but not both.</p>
1775
- * <p>If you want to update protected resources, specify a temporary overriding stack policy
1776
- * during this update. If you don't specify a stack policy, the current policy that is associated
1777
- * with the stack will be used.</p>
1778
- * @public
1779
- */
1780
- StackPolicyDuringUpdateURL?: string | undefined;
1781
- /**
1782
- * <p>A list of <code>Parameter</code> structures that specify input parameters for the stack.
1783
- * For more information, see the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_Parameter.html">Parameter</a> data
1784
- * type.</p>
1785
- * @public
1786
- */
1787
- Parameters?: Parameter[] | undefined;
1788
- /**
1789
- * <p>In some cases, you must explicitly acknowledge that your stack template contains certain
1790
- * capabilities in order for CloudFormation to update the stack.</p>
1791
- * <ul>
1792
- * <li>
1793
- * <p>
1794
- * <code>CAPABILITY_IAM</code> and <code>CAPABILITY_NAMED_IAM</code>
1795
- * </p>
1796
- * <p>Some stack templates might include resources that can affect permissions in your
1797
- * Amazon Web Services account, for example, by creating new IAM users. For those stacks, you must
1798
- * explicitly acknowledge this by specifying one of these capabilities.</p>
1799
- * <p>The following IAM resources require you to specify either the
1800
- * <code>CAPABILITY_IAM</code> or <code>CAPABILITY_NAMED_IAM</code> capability.</p>
1801
- * <ul>
1802
- * <li>
1803
- * <p>If you have IAM resources, you can specify either capability.</p>
1804
- * </li>
1805
- * <li>
1806
- * <p>If you have IAM resources with custom names, you <i>must</i>
1807
- * specify <code>CAPABILITY_NAMED_IAM</code>.</p>
1808
- * </li>
1809
- * <li>
1810
- * <p>If you don't specify either of these capabilities, CloudFormation returns an
1811
- * <code>InsufficientCapabilities</code> error.</p>
1812
- * </li>
1813
- * </ul>
1814
- * <p>If your stack template contains these resources, we suggest that you review all
1815
- * permissions associated with them and edit their permissions if necessary.</p>
1816
- * <ul>
1817
- * <li>
1818
- * <p>
1819
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-accesskey.html">
1820
- * AWS::IAM::AccessKey</a>
1821
- * </p>
1822
- * </li>
1823
- * <li>
1824
- * <p>
1825
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-group.html">
1826
- * AWS::IAM::Group</a>
1827
- * </p>
1828
- * </li>
1829
- * <li>
1830
- * <p>
1831
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-instanceprofile.html">AWS::IAM::InstanceProfile</a>
1832
- * </p>
1833
- * </li>
1834
- * <li>
1835
- * <p>
1836
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-managedpolicy.html"> AWS::IAM::ManagedPolicy</a>
1837
- * </p>
1838
- * </li>
1839
- * <li>
1840
- * <p>
1841
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-policy.html">AWS::IAM::Policy</a>
1842
- * </p>
1843
- * </li>
1844
- * <li>
1845
- * <p>
1846
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-role.html">
1847
- * AWS::IAM::Role</a>
1848
- * </p>
1849
- * </li>
1850
- * <li>
1851
- * <p>
1852
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-user.html">
1853
- * AWS::IAM::User</a>
1854
- * </p>
1855
- * </li>
1856
- * <li>
1857
- * <p>
1858
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-usertogroupaddition.html">AWS::IAM::UserToGroupAddition</a>
1859
- * </p>
1860
- * </li>
1861
- * </ul>
1862
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html#using-iam-capabilities">Acknowledging IAM resources in CloudFormation templates</a>.</p>
1863
- * </li>
1864
- * <li>
1865
- * <p>
1866
- * <code>CAPABILITY_AUTO_EXPAND</code>
1867
- * </p>
1868
- * <p>Some template contain macros. Macros perform custom processing on templates; this can
1869
- * include simple actions like find-and-replace operations, all the way to extensive
1870
- * transformations of entire templates. Because of this, users typically create a change set
1871
- * from the processed template, so that they can review the changes resulting from the macros
1872
- * before actually updating the stack. If your stack template contains one or more macros,
1873
- * and you choose to update a stack directly from the processed template, without first
1874
- * reviewing the resulting changes in a change set, you must acknowledge this capability.
1875
- * This includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-include.html">AWS::Include</a>
1876
- * 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.</p>
1877
- * <p>If you want to update a stack from a stack template that contains macros
1878
- * <i>and</i> nested stacks, you must update the stack directly from the
1879
- * template using this capability.</p>
1880
- * <important>
1881
- * <p>You should only update stacks directly from a stack template that contains macros if
1882
- * you know what processing the macro performs.</p>
1883
- * <p>Each macro relies on an underlying Lambda service function for processing stack
1884
- * templates. Be aware that the Lambda function owner can update the function operation
1885
- * without CloudFormation being notified.</p>
1886
- * </important>
1887
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Perform custom processing
1888
- * on CloudFormation templates with template macros</a>.</p>
1889
- * </li>
1890
- * </ul>
1891
- * <note>
1892
- * <p>Only one of the <code>Capabilities</code> and <code>ResourceType</code> parameters can
1893
- * be specified.</p>
1894
- * </note>
1895
- * @public
1896
- */
1897
- Capabilities?: Capability[] | undefined;
1898
- /**
1899
- * <p>Specifies which resource types you can work with, such as <code>AWS::EC2::Instance</code>
1900
- * or <code>Custom::MyCustomInstance</code>.</p>
1901
- * <p>If the list of resource types doesn't include a resource that you're updating, the stack
1902
- * update fails. By default, CloudFormation grants permissions to all resource types. IAM uses this
1903
- * parameter for CloudFormation-specific condition keys in IAM policies. For more information, see
1904
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html">Control CloudFormation
1905
- * access with Identity and Access Management</a>.</p>
1906
- * <note>
1907
- * <p>Only one of the <code>Capabilities</code> and <code>ResourceType</code> parameters can
1908
- * be specified.</p>
1909
- * </note>
1910
- * @public
1911
- */
1912
- ResourceTypes?: string[] | undefined;
1913
- /**
1914
- * <p>The Amazon Resource Name (ARN) of an IAM role that CloudFormation assumes to update the
1915
- * stack. CloudFormation uses the role's credentials to make calls on your behalf. CloudFormation always
1916
- * uses this role for all future operations on the stack. Provided that users have permission to
1917
- * operate on the stack, CloudFormation uses this role even if the users don't have permission to
1918
- * pass it. Ensure that the role grants least privilege.</p>
1919
- * <p>If you don't specify a value, CloudFormation uses the role that was previously associated with
1920
- * the stack. If no role is available, CloudFormation uses a temporary session that is generated from
1921
- * your user credentials.</p>
1922
- * @public
1923
- */
1924
- RoleARN?: string | undefined;
1925
- /**
1926
- * <p>The rollback triggers for CloudFormation to monitor during stack creation and updating
1927
- * operations, and for the specified monitoring period afterwards.</p>
1928
- * @public
1929
- */
1930
- RollbackConfiguration?: RollbackConfiguration | undefined;
1931
- /**
1932
- * <p>Structure that contains a new stack policy body. You can specify either the
1933
- * <code>StackPolicyBody</code> or the <code>StackPolicyURL</code> parameter, but not
1934
- * both.</p>
1935
- * <p>You might update the stack policy, for example, in order to protect a new resource that
1936
- * you created during a stack update. If you don't specify a stack policy, the current policy
1937
- * that is associated with the stack is unchanged.</p>
1938
- * @public
1939
- */
1940
- StackPolicyBody?: string | undefined;
1941
- /**
1942
- * <p>Location of a file that contains the updated stack policy. The URL must point to a policy
1943
- * (max size: 16KB) located in an S3 bucket in the same Region as the stack. The location for an
1944
- * Amazon S3 bucket must start with <code>https://</code>. URLs from S3 static websites are not
1945
- * supported.</p>
1946
- * <p>You can specify either the <code>StackPolicyBody</code> or the <code>StackPolicyURL</code>
1947
- * parameter, but not both.</p>
1948
- * <p>You might update the stack policy, for example, in order to protect a new resource that
1949
- * you created during a stack update. If you don't specify a stack policy, the current policy
1950
- * that is associated with the stack is unchanged.</p>
1951
- * @public
1952
- */
1953
- StackPolicyURL?: string | undefined;
1954
- /**
1955
- * <p>Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that CloudFormation
1956
- * associates with the stack. Specify an empty list to remove all notification topics.</p>
1957
- * @public
1958
- */
1959
- NotificationARNs?: string[] | undefined;
1960
- /**
1961
- * <p>Key-value pairs to associate with this stack. CloudFormation also propagates these tags to
1962
- * supported resources in the stack. You can specify a maximum number of 50 tags.</p>
1963
- * <p>If you don't specify this parameter, CloudFormation doesn't modify the stack's tags. If you
1964
- * specify an empty value, CloudFormation removes all associated tags.</p>
1965
- * @public
1966
- */
1967
- Tags?: Tag[] | undefined;
1968
- /**
1969
- * <p>Preserve the state of previously provisioned resources when an operation fails.</p>
1970
- * <p>Default: <code>False</code>
1971
- * </p>
1972
- * @public
1973
- */
1974
- DisableRollback?: boolean | undefined;
1975
- /**
1976
- * <p>A unique identifier for this <code>UpdateStack</code> request. Specify this token if you
1977
- * plan to retry requests so that CloudFormation knows that you're not attempting to update a stack
1978
- * with the same name. You might retry <code>UpdateStack</code> requests to ensure that
1979
- * CloudFormation successfully received them.</p>
1980
- * <p>All events triggered by a given stack operation are assigned the same client request
1981
- * token, which you can use to track operations. For example, if you execute a
1982
- * <code>CreateStack</code> operation with the token <code>token1</code>, then all the
1983
- * <code>StackEvents</code> generated by that operation will have
1984
- * <code>ClientRequestToken</code> set as <code>token1</code>.</p>
1985
- * <p>In the console, stack operations display the client request token on the Events tab. Stack
1986
- * operations that are initiated from the console use the token format
1987
- * <i>Console-StackOperation-ID</i>, which helps you easily identify the stack
1988
- * operation . For example, if you create a stack using the console, each stack event would be
1989
- * assigned the same token in the following format:
1990
- * <code>Console-CreateStack-7f59c3cf-00d2-40c7-b2ff-e75db0987002</code>.</p>
1991
- * @public
1992
- */
1993
- ClientRequestToken?: string | undefined;
1994
- /**
1995
- * <p>When set to <code>true</code>, newly created resources are deleted when the operation
1996
- * rolls back. This includes newly created resources marked with a deletion policy of
1997
- * <code>Retain</code>.</p>
1998
- * <p>Default: <code>false</code>
1999
- * </p>
2000
- * @public
2001
- */
2002
- RetainExceptOnCreate?: boolean | undefined;
2003
- }
2004
- /**
2005
- * <p>The output for an <a>UpdateStack</a> action.</p>
2006
- * @public
2007
- */
2008
- export interface UpdateStackOutput {
2009
- /**
2010
- * <p>Unique identifier of the stack.</p>
2011
- * @public
2012
- */
2013
- StackId?: string | undefined;
2014
- }
2015
- /**
2016
- * @public
2017
- */
2018
- export interface UpdateStackInstancesInput {
2019
- /**
2020
- * <p>The name or unique ID of the StackSet associated with the stack instances.</p>
2021
- * @public
2022
- */
2023
- StackSetName: string | undefined;
2024
- /**
2025
- * <p>[Self-managed permissions] The account IDs of one or more Amazon Web Services accounts in which you want
2026
- * to update parameter values for stack instances. The overridden parameter values will be
2027
- * applied to all stack instances in the specified accounts and Amazon Web Services Regions.</p>
2028
- * <p>You can specify <code>Accounts</code> or <code>DeploymentTargets</code>, but not
2029
- * both.</p>
2030
- * @public
2031
- */
2032
- Accounts?: string[] | undefined;
2033
- /**
2034
- * <p>[Service-managed permissions] The Organizations accounts in which you want to
2035
- * update parameter values for stack instances. If your update targets OUs, the overridden
2036
- * parameter values only apply to the accounts that are currently in the target OUs and their
2037
- * child OUs. Accounts added to the target OUs and their child OUs in the future won't use the
2038
- * overridden values.</p>
2039
- * <p>You can specify <code>Accounts</code> or <code>DeploymentTargets</code>, but not
2040
- * both.</p>
2041
- * @public
2042
- */
2043
- DeploymentTargets?: DeploymentTargets | undefined;
2044
- /**
2045
- * <p>The names of one or more Amazon Web Services Regions in which you want to update parameter values for
2046
- * stack instances. The overridden parameter values will be applied to all stack instances in the
2047
- * specified accounts and Amazon Web Services Regions.</p>
2048
- * @public
2049
- */
2050
- Regions: string[] | undefined;
2051
- /**
2052
- * <p>A list of input parameters whose values you want to update for the specified stack
2053
- * instances.</p>
2054
- * <p>Any overridden parameter values will be applied to all stack instances in the specified
2055
- * accounts and Amazon Web Services Regions. When specifying parameters and their values, be aware of how
2056
- * CloudFormation sets parameter values during stack instance update operations:</p>
2057
- * <ul>
2058
- * <li>
2059
- * <p>To override the current value for a parameter, include the parameter and specify its
2060
- * value.</p>
2061
- * </li>
2062
- * <li>
2063
- * <p>To leave an overridden parameter set to its present value, include the parameter and
2064
- * specify <code>UsePreviousValue</code> as <code>true</code>. (You can't specify both a
2065
- * value and set <code>UsePreviousValue</code> to <code>true</code>.)</p>
2066
- * </li>
2067
- * <li>
2068
- * <p>To set an overridden parameter back to the value specified in the StackSet, specify a
2069
- * parameter list but don't include the parameter in the list.</p>
2070
- * </li>
2071
- * <li>
2072
- * <p>To leave all parameters set to their present values, don't specify this property at
2073
- * all.</p>
2074
- * </li>
2075
- * </ul>
2076
- * <p>During StackSet updates, any parameter values overridden for a stack instance aren't
2077
- * updated, but retain their overridden value.</p>
2078
- * <p>You can only override the parameter <i>values</i> that are specified in the
2079
- * StackSet. To add or delete a parameter itself, use <code>UpdateStackSet</code> to update the
2080
- * StackSet template. If you add a parameter to a template, before you can override the parameter
2081
- * value specified in the StackSet you must first use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html">UpdateStackSet</a>
2082
- * to update all stack instances with the updated template and parameter value specified in the
2083
- * StackSet. Once a stack instance has been updated with the new parameter, you can then override
2084
- * the parameter value using <code>UpdateStackInstances</code>.</p>
2085
- * @public
2086
- */
2087
- ParameterOverrides?: Parameter[] | undefined;
2088
- /**
2089
- * <p>Preferences for how CloudFormation performs this StackSet operation.</p>
2090
- * @public
2091
- */
2092
- OperationPreferences?: StackSetOperationPreferences | undefined;
2093
- /**
2094
- * <p>The unique identifier for this StackSet operation.</p>
2095
- * <p>The operation ID also functions as an idempotency token, to ensure that CloudFormation
2096
- * performs the StackSet operation only once, even if you retry the request multiple times. You
2097
- * might retry StackSet operation requests to ensure that CloudFormation successfully received
2098
- * them.</p>
2099
- * <p>If you don't specify an operation ID, the SDK generates one
2100
- * automatically.</p>
2101
- * @public
2102
- */
2103
- OperationId?: string | undefined;
2104
- /**
2105
- * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
2106
- * in the organization's management account or as a delegated administrator in a
2107
- * member account.</p>
2108
- * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
2109
- * self-managed permissions.</p>
2110
- * <ul>
2111
- * <li>
2112
- * <p>If you are signed in to the management account, specify
2113
- * <code>SELF</code>.</p>
2114
- * </li>
2115
- * <li>
2116
- * <p>If you are signed in to a delegated administrator account, specify
2117
- * <code>DELEGATED_ADMIN</code>.</p>
2118
- * <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
2119
- * delegated administrator</a> in the <i>CloudFormation User Guide</i>.</p>
2120
- * </li>
2121
- * </ul>
2122
- * @public
2123
- */
2124
- CallAs?: CallAs | undefined;
2125
- }
2126
- /**
2127
- * @public
2128
- */
2129
- export interface UpdateStackInstancesOutput {
2130
- /**
2131
- * <p>The unique identifier for this StackSet operation.</p>
2132
- * @public
2133
- */
2134
- OperationId?: string | undefined;
2135
- }
2136
- /**
2137
- * @public
2138
- */
2139
- export interface UpdateStackSetInput {
2140
- /**
2141
- * <p>The name or unique ID of the StackSet that you want to update.</p>
2142
- * @public
2143
- */
2144
- StackSetName: string | undefined;
2145
- /**
2146
- * <p>A brief description of updates that you are making.</p>
2147
- * @public
2148
- */
2149
- Description?: string | undefined;
2150
- /**
2151
- * <p>The structure that contains the template body, with a minimum length of 1 byte and a
2152
- * maximum length of 51,200 bytes.</p>
2153
- * <p>Conditional: You must specify only one of the following parameters:
2154
- * <code>TemplateBody</code> or <code>TemplateURL</code>—or set
2155
- * <code>UsePreviousTemplate</code> to true.</p>
2156
- * @public
2157
- */
2158
- TemplateBody?: string | undefined;
2159
- /**
2160
- * <p>The URL of a file that contains the template body. The URL must point to a template
2161
- * (maximum size: 1 MB) that is located in an Amazon S3 bucket or a Systems Manager document. The
2162
- * location for an Amazon S3 bucket must start with <code>https://</code>. S3 static website URLs are
2163
- * not supported.</p>
2164
- * <p>Conditional: You must specify only one of the following parameters:
2165
- * <code>TemplateBody</code> or <code>TemplateURL</code>—or set
2166
- * <code>UsePreviousTemplate</code> to true.</p>
2167
- * @public
2168
- */
2169
- TemplateURL?: string | undefined;
2170
- /**
2171
- * <p>Use the existing template that's associated with the StackSet that you're updating.</p>
2172
- * <p>Conditional: You must specify only one of the following parameters:
2173
- * <code>TemplateBody</code> or <code>TemplateURL</code>—or set
2174
- * <code>UsePreviousTemplate</code> to true.</p>
2175
- * @public
2176
- */
2177
- UsePreviousTemplate?: boolean | undefined;
2178
- /**
2179
- * <p>A list of input parameters for the StackSet template.</p>
2180
- * @public
2181
- */
2182
- Parameters?: Parameter[] | undefined;
2183
- /**
2184
- * <p>In some cases, you must explicitly acknowledge that your stack template contains certain
2185
- * capabilities in order for CloudFormation to update the StackSet and its associated stack
2186
- * instances.</p>
2187
- * <ul>
2188
- * <li>
2189
- * <p>
2190
- * <code>CAPABILITY_IAM</code> and <code>CAPABILITY_NAMED_IAM</code>
2191
- * </p>
2192
- * <p>Some stack templates might include resources that can affect permissions in your
2193
- * Amazon Web Services account, for example, by creating new IAM users. For those stacks sets, you must
2194
- * explicitly acknowledge this by specifying one of these capabilities.</p>
2195
- * <p>The following IAM resources require you to specify either the
2196
- * <code>CAPABILITY_IAM</code> or <code>CAPABILITY_NAMED_IAM</code> capability.</p>
2197
- * <ul>
2198
- * <li>
2199
- * <p>If you have IAM resources, you can specify either capability.</p>
2200
- * </li>
2201
- * <li>
2202
- * <p>If you have IAM resources with custom names, you <i>must</i>
2203
- * specify <code>CAPABILITY_NAMED_IAM</code>.</p>
2204
- * </li>
2205
- * <li>
2206
- * <p>If you don't specify either of these capabilities, CloudFormation returns an
2207
- * <code>InsufficientCapabilities</code> error.</p>
2208
- * </li>
2209
- * </ul>
2210
- * <p>If your stack template contains these resources, we recommend that you review all
2211
- * permissions associated with them and edit their permissions if necessary.</p>
2212
- * <ul>
2213
- * <li>
2214
- * <p>
2215
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-accesskey.html">AWS::IAM::AccessKey</a>
2216
- * </p>
2217
- * </li>
2218
- * <li>
2219
- * <p>
2220
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-group.html">AWS::IAM::Group</a>
2221
- * </p>
2222
- * </li>
2223
- * <li>
2224
- * <p>
2225
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-instanceprofile.html">AWS::IAM::InstanceProfile</a>
2226
- * </p>
2227
- * </li>
2228
- * <li>
2229
- * <p>
2230
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-policy.html">AWS::IAM::Policy</a>
2231
- * </p>
2232
- * </li>
2233
- * <li>
2234
- * <p>
2235
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-role.html">AWS::IAM::Role</a>
2236
- * </p>
2237
- * </li>
2238
- * <li>
2239
- * <p>
2240
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-user.html">AWS::IAM::User</a>
2241
- * </p>
2242
- * </li>
2243
- * <li>
2244
- * <p>
2245
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-usertogroupaddition.html">AWS::IAM::UserToGroupAddition</a>
2246
- * </p>
2247
- * </li>
2248
- * </ul>
2249
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html#using-iam-capabilities">Acknowledging IAM resources in CloudFormation templates</a>.</p>
2250
- * </li>
2251
- * <li>
2252
- * <p>
2253
- * <code>CAPABILITY_AUTO_EXPAND</code>
2254
- * </p>
2255
- * <p>Some templates reference macros. If your StackSet template references one or more
2256
- * macros, you must update the StackSet directly from the processed template, without first
2257
- * reviewing the resulting changes in a change set. To update the StackSet directly, you must
2258
- * acknowledge this capability. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Perform custom processing
2259
- * on CloudFormation templates with template macros</a>.</p>
2260
- * <important>
2261
- * <p>StackSets with service-managed permissions do not currently support the use of
2262
- * macros in templates. (This includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-include.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
2263
- * you specify this capability for a StackSet with service-managed permissions, if you
2264
- * reference a macro in your template the StackSet operation will fail.</p>
2265
- * </important>
2266
- * </li>
2267
- * </ul>
2268
- * @public
2269
- */
2270
- Capabilities?: Capability[] | undefined;
2271
- /**
2272
- * <p>The key-value pairs to associate with this StackSet and the stacks created from it.
2273
- * CloudFormation also propagates these tags to supported resources that are created in the stacks.
2274
- * You can specify a maximum number of 50 tags.</p>
2275
- * <p>If you specify tags for this parameter, those tags replace any list of tags that are
2276
- * currently associated with this StackSet. This means:</p>
2277
- * <ul>
2278
- * <li>
2279
- * <p>If you don't specify this parameter, CloudFormation doesn't modify the stack's
2280
- * tags.</p>
2281
- * </li>
2282
- * <li>
2283
- * <p>If you specify <i>any</i> tags using this parameter, you must specify
2284
- * <i>all</i> the tags that you want associated with this StackSet, even tags
2285
- * you've specified before (for example, when creating the StackSet or during a previous
2286
- * update of the StackSet.). Any tags that you don't include in the updated list of tags are
2287
- * removed from the StackSet, and therefore from the stacks and resources as well.</p>
2288
- * </li>
2289
- * <li>
2290
- * <p>If you specify an empty value, CloudFormation removes all currently associated
2291
- * tags.</p>
2292
- * </li>
2293
- * </ul>
2294
- * <p>If you specify new tags as part of an <code>UpdateStackSet</code> action, CloudFormation
2295
- * checks to see if you have the required IAM permission to tag resources. If you omit tags
2296
- * that are currently associated with the StackSet from the list of tags you specify, CloudFormation
2297
- * assumes that you want to remove those tags from the StackSet, and checks to see if you have
2298
- * permission to untag resources. If you don't have the necessary permission(s), the entire
2299
- * <code>UpdateStackSet</code> action fails with an <code>access denied</code> error, and the
2300
- * StackSet is not updated.</p>
2301
- * @public
2302
- */
2303
- Tags?: Tag[] | undefined;
2304
- /**
2305
- * <p>Preferences for how CloudFormation performs this StackSet operation.</p>
2306
- * @public
2307
- */
2308
- OperationPreferences?: StackSetOperationPreferences | undefined;
2309
- /**
2310
- * <p>[Self-managed permissions] The Amazon Resource Name (ARN) of the IAM role to use to
2311
- * update this StackSet.</p>
2312
- * <p>Specify an IAM role only if you are using customized administrator roles to control
2313
- * which users or groups can manage specific StackSets within the same administrator account. For
2314
- * more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html">Grant
2315
- * self-managed permissions</a> in the <i>CloudFormation User Guide</i>.</p>
2316
- * <p>If you specified a customized administrator role when you created the StackSet, you must
2317
- * specify a customized administrator role, even if it is the same customized administrator role
2318
- * used with this StackSet previously.</p>
2319
- * @public
2320
- */
2321
- AdministrationRoleARN?: string | undefined;
2322
- /**
2323
- * <p>[Self-managed permissions] The name of the IAM execution role to use to update the stack
2324
- * set. If you do not specify an execution role, CloudFormation uses the
2325
- * <code>AWSCloudFormationStackSetExecutionRole</code> role for the StackSet operation.</p>
2326
- * <p>Specify an IAM role only if you are using customized execution roles to control which
2327
- * stack resources users and groups can include in their StackSets.</p>
2328
- * <p>If you specify a customized execution role, CloudFormation uses that role to update the stack.
2329
- * If you do not specify a customized execution role, CloudFormation performs the update using the
2330
- * role previously associated with the StackSet, so long as you have permissions to perform
2331
- * operations on the StackSet.</p>
2332
- * @public
2333
- */
2334
- ExecutionRoleName?: string | undefined;
2335
- /**
2336
- * <p>[Service-managed permissions] The Organizations accounts in which to update
2337
- * associated stack instances.</p>
2338
- * <p>To update all the stack instances associated with this StackSet, do not specify
2339
- * <code>DeploymentTargets</code> or <code>Regions</code>.</p>
2340
- * <p>If the StackSet update includes changes to the template (that is, if
2341
- * <code>TemplateBody</code> or <code>TemplateURL</code> is specified), or the
2342
- * <code>Parameters</code>, CloudFormation marks all stack instances with a status of
2343
- * <code>OUTDATED</code> prior to updating the stack instances in the specified accounts and
2344
- * Amazon Web Services Regions. If the StackSet update doesn't include changes to the template or parameters,
2345
- * CloudFormation updates the stack instances in the specified accounts and Regions, while leaving
2346
- * all other stack instances with their existing stack instance status.</p>
2347
- * @public
2348
- */
2349
- DeploymentTargets?: DeploymentTargets | undefined;
2350
- /**
2351
- * <p>Describes how the IAM roles required for StackSet operations are created. You cannot
2352
- * modify <code>PermissionModel</code> if there are stack instances associated with your stack
2353
- * set.</p>
2354
- * <ul>
2355
- * <li>
2356
- * <p>With <code>self-managed</code> permissions, you must create the administrator and
2357
- * execution roles required to deploy to target accounts. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html">Grant
2358
- * self-managed permissions</a>.</p>
2359
- * </li>
2360
- * <li>
2361
- * <p>With <code>service-managed</code> permissions, StackSets automatically creates the
2362
- * IAM roles required to deploy to accounts managed by Organizations. For more
2363
- * information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-activate-trusted-access.html">Activate trusted access for StackSets with Organizations</a>.</p>
2364
- * </li>
2365
- * </ul>
2366
- * @public
2367
- */
2368
- PermissionModel?: PermissionModels | undefined;
2369
- /**
2370
- * <p>[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit (OU).
2371
- * For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-manage-auto-deployment.html">Enable or disable automatic deployments for StackSets in Organizations</a>
2372
- * in the <i>CloudFormation User Guide</i>.</p>
2373
- * <p>If you specify <code>AutoDeployment</code>, don't specify <code>DeploymentTargets</code>
2374
- * or <code>Regions</code>.</p>
2375
- * @public
2376
- */
2377
- AutoDeployment?: AutoDeployment | undefined;
2378
- /**
2379
- * <p>The unique ID for this StackSet operation.</p>
2380
- * <p>The operation ID also functions as an idempotency token, to ensure that CloudFormation
2381
- * performs the StackSet operation only once, even if you retry the request multiple times. You
2382
- * might retry StackSet operation requests to ensure that CloudFormation successfully received
2383
- * them.</p>
2384
- * <p>If you don't specify an operation ID, CloudFormation generates one
2385
- * automatically.</p>
2386
- * <p>Repeating this StackSet operation with a new operation ID retries all stack instances
2387
- * whose status is <code>OUTDATED</code>.</p>
2388
- * @public
2389
- */
2390
- OperationId?: string | undefined;
2391
- /**
2392
- * <p>[Self-managed permissions] The accounts in which to update associated stack instances. If
2393
- * you specify accounts, you must also specify the Amazon Web Services Regions in which to update StackSet
2394
- * instances.</p>
2395
- * <p>To update <i>all</i> the stack instances associated with this StackSet,
2396
- * don't specify the <code>Accounts</code> or <code>Regions</code> properties.</p>
2397
- * <p>If the StackSet update includes changes to the template (that is, if the
2398
- * <code>TemplateBody</code> or <code>TemplateURL</code> properties are specified), or the
2399
- * <code>Parameters</code> property, CloudFormation marks all stack instances with a status of
2400
- * <code>OUTDATED</code> prior to updating the stack instances in the specified accounts and
2401
- * Amazon Web Services Regions. If the StackSet update does not include changes to the template or parameters,
2402
- * CloudFormation updates the stack instances in the specified accounts and Amazon Web Services Regions, while
2403
- * leaving all other stack instances with their existing stack instance status.</p>
2404
- * @public
2405
- */
2406
- Accounts?: string[] | undefined;
2407
- /**
2408
- * <p>The Amazon Web Services Regions in which to update associated stack instances. If you specify Regions,
2409
- * you must also specify accounts in which to update StackSet instances.</p>
2410
- * <p>To update <i>all</i> the stack instances associated with this StackSet, do
2411
- * not specify the <code>Accounts</code> or <code>Regions</code> properties.</p>
2412
- * <p>If the StackSet update includes changes to the template (that is, if the
2413
- * <code>TemplateBody</code> or <code>TemplateURL</code> properties are specified), or the
2414
- * <code>Parameters</code> property, CloudFormation marks all stack instances with a status of
2415
- * <code>OUTDATED</code> prior to updating the stack instances in the specified accounts and
2416
- * Regions. If the StackSet update does not include changes to the template or parameters,
2417
- * CloudFormation updates the stack instances in the specified accounts and Regions, while leaving
2418
- * all other stack instances with their existing stack instance status.</p>
2419
- * @public
2420
- */
2421
- Regions?: string[] | undefined;
2422
- /**
2423
- * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
2424
- * in the organization's management account or as a delegated administrator in a
2425
- * member account.</p>
2426
- * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
2427
- * self-managed permissions.</p>
2428
- * <ul>
2429
- * <li>
2430
- * <p>If you are signed in to the management account, specify
2431
- * <code>SELF</code>.</p>
2432
- * </li>
2433
- * <li>
2434
- * <p>If you are signed in to a delegated administrator account, specify
2435
- * <code>DELEGATED_ADMIN</code>.</p>
2436
- * <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
2437
- * delegated administrator</a> in the <i>CloudFormation User Guide</i>.</p>
2438
- * </li>
2439
- * </ul>
2440
- * @public
2441
- */
2442
- CallAs?: CallAs | undefined;
2443
- /**
2444
- * <p>Describes whether CloudFormation performs non-conflicting operations concurrently and queues
2445
- * conflicting operations.</p>
2446
- * @public
2447
- */
2448
- ManagedExecution?: ManagedExecution | undefined;
2449
- }
2450
- /**
2451
- * @public
2452
- */
2453
- export interface UpdateStackSetOutput {
2454
- /**
2455
- * <p>The unique ID for this StackSet operation.</p>
2456
- * @public
2457
- */
2458
- OperationId?: string | undefined;
2459
- }
2460
- /**
2461
- * @public
2462
- */
2463
- export interface UpdateTerminationProtectionInput {
2464
- /**
2465
- * <p>Whether to enable termination protection on the specified stack.</p>
2466
- * @public
2467
- */
2468
- EnableTerminationProtection: boolean | undefined;
2469
- /**
2470
- * <p>The name or unique ID of the stack for which you want to set termination
2471
- * protection.</p>
2472
- * @public
2473
- */
2474
- StackName: string | undefined;
2475
- }
2476
- /**
2477
- * @public
2478
- */
2479
- export interface UpdateTerminationProtectionOutput {
2480
- /**
2481
- * <p>The unique ID of the stack.</p>
2482
- * @public
2483
- */
2484
- StackId?: string | undefined;
2485
- }
2486
- /**
2487
- * <p>The input for <a>ValidateTemplate</a> action.</p>
2488
- * @public
2489
- */
2490
- export interface ValidateTemplateInput {
2491
- /**
2492
- * <p>Structure that contains the template body with a minimum length of 1 byte and a maximum
2493
- * length of 51,200 bytes.</p>
2494
- * <p>Conditional: You must pass <code>TemplateURL</code> or <code>TemplateBody</code>. If both
2495
- * are passed, only <code>TemplateBody</code> is used.</p>
2496
- * @public
2497
- */
2498
- TemplateBody?: string | undefined;
2499
- /**
2500
- * <p>The URL of a file that contains the template body. The URL must point to a template (max
2501
- * size: 1 MB) that is located in an Amazon S3 bucket or a Systems Manager document. The location for
2502
- * an Amazon S3 bucket must start with <code>https://</code>.</p>
2503
- * <p>Conditional: You must pass <code>TemplateURL</code> or <code>TemplateBody</code>. If both
2504
- * are passed, only <code>TemplateBody</code> is used.</p>
2505
- * @public
2506
- */
2507
- TemplateURL?: string | undefined;
2508
- }
2509
- /**
2510
- * <p>The <code>TemplateParameter</code> data type.</p>
2511
- * @public
2512
- */
2513
- export interface TemplateParameter {
2514
- /**
2515
- * <p>The name associated with the parameter.</p>
2516
- * @public
2517
- */
2518
- ParameterKey?: string | undefined;
2519
- /**
2520
- * <p>The default value associated with the parameter.</p>
2521
- * @public
2522
- */
2523
- DefaultValue?: string | undefined;
2524
- /**
2525
- * <p>Flag indicating whether the parameter should be displayed as plain text in logs and
2526
- * UIs.</p>
2527
- * @public
2528
- */
2529
- NoEcho?: boolean | undefined;
2530
- /**
2531
- * <p>User defined description associated with the parameter.</p>
2532
- * @public
2533
- */
2534
- Description?: string | undefined;
2535
- }
2536
- /**
2537
- * <p>The output for <a>ValidateTemplate</a> action.</p>
2538
- * @public
2539
- */
2540
- export interface ValidateTemplateOutput {
2541
- /**
2542
- * <p>A list of <code>TemplateParameter</code> structures.</p>
2543
- * @public
2544
- */
2545
- Parameters?: TemplateParameter[] | undefined;
2546
- /**
2547
- * <p>The description found within the template.</p>
2548
- * @public
2549
- */
2550
- Description?: string | undefined;
2551
- /**
2552
- * <p>The capabilities found within the template. If your template contains IAM resources, you
2553
- * must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use
2554
- * the <a>CreateStack</a> or <a>UpdateStack</a> actions with your template;
2555
- * otherwise, those actions return an InsufficientCapabilities error.</p>
2556
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html#using-iam-capabilities">Acknowledging IAM resources in CloudFormation templates</a>.</p>
2557
- * @public
2558
- */
2559
- Capabilities?: Capability[] | undefined;
2560
- /**
2561
- * <p>The list of resources that generated the values in the <code>Capabilities</code> response
2562
- * element.</p>
2563
- * @public
2564
- */
2565
- CapabilitiesReason?: string | undefined;
2566
- /**
2567
- * <p>A list of the transforms that are declared in the template.</p>
2568
- * @public
2569
- */
2570
- DeclaredTransforms?: string[] | undefined;
2571
- }