@jjrawlins/cdk-diff-pr-github-action 0.0.17-beta → 0.0.18

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