@cdk8s/awscdk-resolver 0.0.66 → 0.0.75

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