@jjrawlins/cdk-diff-pr-github-action 0.0.16-beta → 0.0.16

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 (872) hide show
  1. package/.jsii +6 -6
  2. package/.mergify.yml +7 -28
  3. package/API.md +17 -0
  4. package/README.md +2 -2
  5. package/lib/CdkDiffIamTemplate.js +1 -1
  6. package/lib/CdkDiffStackWorkflow.js +1 -1
  7. package/lib/CdkDriftDetectionWorkflow.js +5 -3
  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 +18 -2
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +4633 -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 +3185 -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/DescribeChangeSetCommand.d.ts +20 -3
  126. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +3 -3
  127. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeEventsCommand.d.ts +143 -0
  128. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +3 -2
  129. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
  130. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +2 -2
  131. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -1
  132. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +6 -0
  133. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +1 -1
  134. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetHookResultCommand.d.ts +109 -0
  135. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListHookResultsCommand.d.ts +2 -2
  136. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +2 -2
  137. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
  138. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +1 -1
  139. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +6 -0
  140. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -1
  141. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -1
  142. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +1 -1
  143. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +1 -1
  144. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -1
  145. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +1 -1
  146. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +1 -1
  147. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +2 -1
  148. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetStackPolicyCommand.d.ts +1 -1
  149. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +2 -3
  150. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
  151. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +1 -1
  152. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +1 -1
  153. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -1
  154. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +1 -1
  155. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
  156. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +2 -1
  157. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +1 -1
  158. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +1 -1
  159. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
  160. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +1 -1
  161. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/index.d.ts +2 -0
  162. package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +10 -8
  163. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/enums.d.ts +1200 -0
  164. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/errors.d.ts +413 -0
  165. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +2987 -1606
  166. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeChangeSetPaginator.d.ts +7 -0
  167. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeEventsPaginator.d.ts +7 -0
  168. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/index.d.ts +2 -0
  169. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +1 -0
  170. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +1 -0
  171. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +1 -0
  172. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.shared.d.ts +1 -0
  173. package/node_modules/@aws-sdk/client-cloudformation/dist-types/schemas/schemas_0.d.ts +467 -0
  174. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +36 -1
  175. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +16 -0
  176. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +47 -0
  177. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +1 -1
  178. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetHookResultCommand.d.ts +47 -0
  179. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +1 -1
  180. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +1 -1
  181. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +1 -1
  182. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypesCommand.d.ts +1 -1
  183. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +1 -1
  184. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +1 -1
  185. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +1 -1
  186. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +1 -1
  187. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +1 -1
  188. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +1 -1
  189. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +1 -1
  190. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
  191. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +1 -1
  192. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +1 -1
  193. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +1 -1
  194. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/TestTypeCommand.d.ts +1 -1
  195. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
  196. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +1 -1
  197. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +1 -1
  198. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +1 -1
  199. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
  200. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +1 -1
  201. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/index.d.ts +2 -0
  202. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/index.d.ts +3 -1
  203. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/enums.d.ts +669 -0
  204. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/errors.d.ts +264 -0
  205. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +472 -784
  206. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeChangeSetPaginator.d.ts +11 -0
  207. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -0
  208. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/index.d.ts +2 -0
  209. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  210. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  211. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  212. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  213. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/schemas/schemas_0.d.ts +472 -0
  214. package/node_modules/@aws-sdk/client-cloudformation/package.json +34 -35
  215. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +277 -270
  216. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +2 -0
  217. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +2 -0
  218. package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +3 -10
  219. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +3 -10
  220. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +3 -10
  221. package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +3 -10
  222. package/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -1
  223. package/node_modules/@aws-sdk/client-sso/dist-es/models/errors.js +49 -0
  224. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -75
  225. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +2 -0
  226. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +265 -0
  227. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +10 -1
  228. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  229. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
  230. package/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
  231. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -77
  232. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -0
  233. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -0
  234. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +1 -0
  235. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +1 -0
  236. package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +26 -0
  237. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +4 -0
  238. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -1
  239. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
  240. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -48
  241. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  242. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  243. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  244. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  245. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +32 -0
  246. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  247. package/node_modules/@aws-sdk/core/dist-cjs/index.js +53 -22
  248. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +53 -22
  249. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +19 -3
  250. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +4 -3
  251. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -3
  252. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +13 -3
  253. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +1 -4
  254. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +126 -0
  255. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +10 -3
  256. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +2 -2
  257. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +7 -1
  258. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +1 -1
  259. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +1 -1
  260. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +1 -1
  261. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +4 -1
  262. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +12 -2
  263. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +1 -1
  264. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
  265. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +1 -1
  266. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +27 -0
  267. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +1 -1
  268. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +1 -1
  269. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +4 -1
  270. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
  271. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +4 -1
  272. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +1 -1
  273. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
  274. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +7 -1
  275. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +6 -0
  276. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +17 -0
  277. package/node_modules/@aws-sdk/core/package.json +11 -11
  278. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  279. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  280. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +15 -0
  281. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
  282. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -0
  283. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -3
  284. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +10 -0
  285. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +3 -1
  286. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +7 -0
  287. package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -13
  288. package/node_modules/@aws-sdk/credential-provider-login/README.md +7 -0
  289. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
  290. package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
  291. package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
  292. package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
  293. package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
  294. package/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
  295. package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
  296. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
  297. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
  298. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
  299. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
  300. package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
  301. package/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
  302. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  303. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  304. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  305. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  306. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  307. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  308. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +2 -1
  309. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +2 -1
  310. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +5 -5
  311. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  312. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
  313. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
  314. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
  315. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +439 -0
  316. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
  317. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +54 -0
  318. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
  319. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +42 -0
  320. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +255 -318
  321. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
  322. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +2 -0
  323. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +207 -548
  324. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -0
  325. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
  326. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
  327. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
  328. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
  329. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
  330. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
  331. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
  332. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
  333. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
  334. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +6 -0
  335. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
  336. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
  337. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
  338. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
  339. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +49 -0
  340. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
  341. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +38 -0
  342. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
  343. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +221 -0
  344. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +2 -0
  345. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +3 -10
  346. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -1
  347. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
  348. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
  349. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -203
  350. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
  351. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +211 -0
  352. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +2 -0
  353. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +3 -10
  354. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +3 -10
  355. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -1
  356. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
  357. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -102
  358. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +7 -0
  359. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +214 -0
  360. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
  361. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +198 -0
  362. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  363. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
  364. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
  365. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
  366. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +38 -0
  367. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +5 -0
  368. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
  369. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
  370. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +16 -0
  371. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
  372. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
  373. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
  374. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
  375. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +59 -0
  376. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +59 -0
  377. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +58 -0
  378. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +33 -0
  379. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
  380. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +14 -0
  381. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +10 -1
  382. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
  383. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +3 -1
  384. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
  385. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
  386. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -311
  387. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +1 -0
  388. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +1 -0
  389. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +1 -0
  390. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -0
  391. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +23 -0
  392. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +10 -1
  393. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -1
  394. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +2 -2
  395. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +4 -3
  396. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
  397. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +108 -0
  398. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +7 -131
  399. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +1 -0
  400. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +1 -0
  401. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +1 -0
  402. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +1 -0
  403. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +26 -0
  404. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
  405. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +127 -0
  406. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  407. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
  408. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
  409. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
  410. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
  411. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
  412. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
  413. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
  414. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +10 -0
  415. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
  416. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
  417. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
  418. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
  419. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +121 -0
  420. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +114 -0
  421. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +125 -0
  422. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +53 -0
  423. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
  424. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +19 -0
  425. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +4 -0
  426. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +3 -1
  427. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
  428. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
  429. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -120
  430. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -0
  431. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +4 -0
  432. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +4 -0
  433. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +4 -0
  434. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +28 -0
  435. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +4 -0
  436. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +2 -1
  437. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
  438. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -64
  439. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +4 -0
  440. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +4 -0
  441. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +4 -0
  442. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +4 -0
  443. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +32 -0
  444. package/node_modules/@aws-sdk/nested-clients/package.json +43 -32
  445. package/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
  446. package/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
  447. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  448. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  449. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
  450. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
  451. package/node_modules/@aws-sdk/types/package.json +2 -2
  452. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  453. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  454. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  455. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  456. package/node_modules/@smithy/abort-controller/package.json +2 -2
  457. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +6 -1
  458. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +6 -1
  459. package/node_modules/@smithy/config-resolver/package.json +5 -5
  460. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +4 -2
  461. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +43 -2
  462. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +13 -2
  463. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +3 -0
  464. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +4 -1
  465. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +0 -1
  466. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +44 -3
  467. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +7 -1
  468. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +7 -2
  469. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +3 -0
  470. package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +3 -3
  471. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
  472. package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +1 -1
  473. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +7 -3
  474. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +1 -1
  475. package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
  476. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
  477. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
  478. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
  479. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
  480. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
  481. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
  482. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +1 -1
  483. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +1 -1
  484. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
  485. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +1 -1
  486. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +1 -1
  487. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
  488. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +1 -1
  489. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +1 -1
  490. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +3 -3
  491. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
  492. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +1 -1
  493. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +7 -3
  494. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +1 -1
  495. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +1 -1
  496. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
  497. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
  498. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
  499. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
  500. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +1 -1
  501. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
  502. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +1 -1
  503. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +1 -1
  504. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
  505. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +1 -1
  506. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +1 -1
  507. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
  508. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +1 -1
  509. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +1 -1
  510. package/node_modules/@smithy/core/package.json +7 -7
  511. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  512. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  513. package/node_modules/@smithy/hash-node/package.json +2 -2
  514. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  515. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  516. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  517. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  518. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -0
  519. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +3 -0
  520. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  521. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  522. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  523. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  524. package/node_modules/@smithy/property-provider/package.json +2 -2
  525. package/node_modules/@smithy/protocol-http/package.json +2 -2
  526. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  527. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  528. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  529. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +2 -3
  530. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +10 -6
  531. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
  532. package/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +1 -1
  533. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +1 -2
  534. package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +1 -0
  535. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +3 -3
  536. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +2 -2
  537. package/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +12 -0
  538. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
  539. package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +1 -0
  540. package/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +21 -0
  541. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
  542. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +1 -0
  543. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +21 -0
  544. package/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
  545. package/node_modules/@smithy/signature-v4/package.json +4 -4
  546. package/node_modules/@smithy/smithy-client/package.json +7 -7
  547. package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +12 -12
  548. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +5 -5
  549. package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +15 -15
  550. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +12 -12
  551. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +5 -5
  552. package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +15 -15
  553. package/node_modules/@smithy/types/package.json +1 -1
  554. package/node_modules/@smithy/url-parser/package.json +3 -3
  555. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  556. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  557. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  558. package/node_modules/@smithy/util-middleware/package.json +2 -2
  559. package/node_modules/@smithy/util-retry/package.json +3 -3
  560. package/node_modules/@smithy/util-stream/package.json +4 -4
  561. package/node_modules/@smithy/util-waiter/package.json +3 -3
  562. package/node_modules/js-yaml/README.md +9 -8
  563. package/node_modules/js-yaml/dist/js-yaml.js +22 -16
  564. package/node_modules/js-yaml/dist/js-yaml.min.js +2 -2
  565. package/node_modules/js-yaml/dist/js-yaml.mjs +20 -15
  566. package/node_modules/js-yaml/lib/loader.js +18 -12
  567. package/node_modules/js-yaml/package.json +1 -1
  568. package/package.json +13 -8
  569. package/.junie/guidelines.md +0 -62
  570. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.jsii +0 -4341
  571. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.junie/guidelines.md +0 -62
  572. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.tool-versions +0 -3
  573. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.jsii +0 -4340
  574. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.junie/guidelines.md +0 -62
  575. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.tool-versions +0 -3
  576. 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
  577. 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
  578. 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
  579. 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
  580. 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
  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/.tool-versions +0 -3
  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/.yalc/@jjrawlins/cdk-diff-pr-github-action/.jsii +0 -4317
  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/.yalc/@jjrawlins/cdk-diff-pr-github-action/.junie/guidelines.md +0 -62
  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/.tool-versions +0 -3
  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/.yalc/@jjrawlins/cdk-diff-pr-github-action/.jsii +0 -4317
  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/.yalc/@jjrawlins/cdk-diff-pr-github-action/.junie/guidelines.md +0 -62
  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/.tool-versions +0 -3
  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/.yalc/@jjrawlins/cdk-diff-pr-github-action/.jsii +0 -4070
  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/.yalc/@jjrawlins/cdk-diff-pr-github-action/.junie/guidelines.md +0 -62
  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/.tool-versions +0 -3
  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/.yalc/@jjrawlins/cdk-diff-pr-github-action/.jsii +0 -4070
  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/.yalc/@jjrawlins/cdk-diff-pr-github-action/.junie/guidelines.md +0 -62
  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/.tool-versions +0 -3
  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/.yalc/@jjrawlins/cdk-diff-pr-github-action/.jsii +0 -4070
  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/.yalc/@jjrawlins/cdk-diff-pr-github-action/.junie/guidelines.md +0 -62
  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/.tool-versions +0 -3
  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/.yalc/@jjrawlins/cdk-diff-pr-github-action/.jsii +0 -3946
  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/.yalc/@jjrawlins/cdk-diff-pr-github-action/.junie/guidelines.md +0 -62
  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/.tool-versions +0 -3
  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/.yalc/@jjrawlins/cdk-diff-pr-github-action/.jsii +0 -3917
  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/.yalc/@jjrawlins/cdk-diff-pr-github-action/.junie/guidelines.md +0 -62
  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/.tool-versions +0 -3
  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/API.md +0 -276
  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/LICENSE +0 -202
  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/README.md +0 -146
  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/lib/CdkDiffIamTemplate.d.ts +0 -8
  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/lib/CdkDiffIamTemplate.js +0 -96
  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/CdkDiffStackWorkflow.d.ts +0 -22
  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/CdkDiffStackWorkflow.js +0 -144
  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/bin/cdk-changeset-script.d.ts +0 -9
  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/bin/cdk-changeset-script.js +0 -256
  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/describe-cfn-changeset.js +0 -204
  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/index.d.ts +0 -2
  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/index.js +0 -19
  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/package.json +0 -137
  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/yalc.lock +0 -10
  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/yalc.sig +0 -1
  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/API.md +0 -276
  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/LICENSE +0 -202
  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/README.md +0 -146
  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/lib/CdkDiffIamTemplate.d.ts +0 -10
  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/lib/CdkDiffIamTemplate.js +0 -96
  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/CdkDiffStackWorkflow.d.ts +0 -22
  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/CdkDiffStackWorkflow.js +0 -144
  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/bin/cdk-changeset-script.d.ts +0 -9
  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/bin/cdk-changeset-script.js +0 -256
  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/describe-cfn-changeset.js +0 -204
  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/detect-drift.js +0 -122
  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/index.d.ts +0 -2
  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/index.js +0 -19
  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/package.json +0 -137
  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/yalc.lock +0 -10
  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/yalc.sig +0 -1
  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/API.md +0 -298
  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/LICENSE +0 -202
  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/README.md +0 -146
  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/lib/CdkDiffIamTemplate.d.ts +0 -10
  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/lib/CdkDiffIamTemplate.js +0 -101
  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/CdkDiffStackWorkflow.d.ts +0 -22
  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/CdkDiffStackWorkflow.js +0 -144
  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/CdkDriftIamTemplate.d.ts +0 -10
  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/CdkDriftIamTemplate.js +0 -76
  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/bin/cdk-changeset-script.d.ts +0 -9
  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/bin/cdk-changeset-script.js +0 -256
  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/describe-cfn-changeset.js +0 -204
  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/detect-drift.d.ts +0 -1
  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/detect-drift.js +0 -122
  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/index.d.ts +0 -3
  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/index.js +0 -20
  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/package.json +0 -136
  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/yalc.lock +0 -10
  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/yalc.sig +0 -1
  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/API.md +0 -396
  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/LICENSE +0 -202
  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/README.md +0 -146
  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/lib/CdkDiffIamTemplate.d.ts +0 -10
  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/lib/CdkDiffIamTemplate.js +0 -101
  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/CdkDiffStackWorkflow.d.ts +0 -22
  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/CdkDiffStackWorkflow.js +0 -144
  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/CdkDriftIamTemplate.d.ts +0 -10
  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/CdkDriftIamTemplate.js +0 -76
  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/bin/cdk-changeset-script.d.ts +0 -9
  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/bin/cdk-changeset-script.js +0 -256
  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/describe-cfn-changeset.d.ts +0 -1
  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/describe-cfn-changeset.js +0 -204
  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/detect-drift.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/detect-drift.js +0 -122
  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/index.d.ts +0 -3
  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/index.js +0 -20
  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/package.json +0 -136
  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/yalc.lock +0 -10
  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/yalc.sig +0 -1
  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/API.md +0 -396
  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/LICENSE +0 -202
  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/README.md +0 -146
  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/lib/CdkDiffIamTemplate.d.ts +0 -10
  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/lib/CdkDiffIamTemplate.js +0 -101
  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/CdkDiffStackWorkflow.d.ts +0 -22
  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/CdkDiffStackWorkflow.js +0 -143
  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/CdkDriftIamTemplate.d.ts +0 -10
  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/CdkDriftIamTemplate.js +0 -76
  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/bin/cdk-changeset-script.d.ts +0 -9
  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/bin/cdk-changeset-script.js +0 -256
  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/describe-cfn-changeset.d.ts +0 -1
  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/describe-cfn-changeset.js +0 -204
  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/detect-drift.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/detect-drift.js +0 -122
  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/index.d.ts +0 -3
  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/index.js +0 -20
  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/package.json +0 -136
  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/yalc.lock +0 -10
  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/yalc.sig +0 -1
  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/API.md +0 -396
  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/LICENSE +0 -202
  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/README.md +0 -146
  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/lib/CdkDiffIamTemplate.d.ts +0 -10
  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/lib/CdkDiffIamTemplate.js +0 -101
  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/CdkDiffStackWorkflow.d.ts +0 -22
  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/CdkDiffStackWorkflow.js +0 -143
  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/CdkDriftDetectionWorkflow.d.ts +0 -18
  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/CdkDriftDetectionWorkflow.js +0 -216
  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/CdkDriftIamTemplate.d.ts +0 -10
  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/CdkDriftIamTemplate.js +0 -76
  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/bin/cdk-changeset-script.d.ts +0 -9
  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/bin/cdk-changeset-script.js +0 -256
  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/describe-cfn-changeset.d.ts +0 -1
  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/describe-cfn-changeset.js +0 -204
  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/detect-drift.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/detect-drift.js +0 -162
  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/index.d.ts +0 -4
  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/index.js +0 -21
  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/package.json +0 -136
  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/yalc.lock +0 -10
  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/yalc.sig +0 -1
  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/API.md +0 -584
  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/LICENSE +0 -202
  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/README.md +0 -146
  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/lib/CdkDiffIamTemplate.d.ts +0 -10
  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/lib/CdkDiffIamTemplate.js +0 -101
  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/CdkDiffStackWorkflow.d.ts +0 -22
  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/CdkDiffStackWorkflow.js +0 -143
  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/CdkDriftDetectionWorkflow.d.ts +0 -18
  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/CdkDriftDetectionWorkflow.js +0 -216
  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/CdkDriftIamTemplate.d.ts +0 -10
  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/CdkDriftIamTemplate.js +0 -76
  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/bin/cdk-changeset-script.d.ts +0 -9
  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/bin/cdk-changeset-script.js +0 -256
  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/describe-cfn-changeset.d.ts +0 -1
  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/describe-cfn-changeset.js +0 -204
  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/detect-drift.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/detect-drift.js +0 -162
  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/index.d.ts +0 -4
  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/index.js +0 -21
  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/package.json +0 -136
  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/yalc.lock +0 -10
  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/yalc.sig +0 -1
  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/API.md +0 -584
  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/LICENSE +0 -202
  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/README.md +0 -146
  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/lib/CdkDiffIamTemplate.d.ts +0 -10
  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/lib/CdkDiffIamTemplate.js +0 -101
  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/CdkDiffStackWorkflow.d.ts +0 -22
  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/CdkDiffStackWorkflow.js +0 -143
  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/CdkDriftDetectionWorkflow.d.ts +0 -18
  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/CdkDriftDetectionWorkflow.js +0 -217
  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/CdkDriftIamTemplate.d.ts +0 -10
  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/CdkDriftIamTemplate.js +0 -76
  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/bin/cdk-changeset-script.d.ts +0 -9
  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/bin/cdk-changeset-script.js +0 -256
  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/describe-cfn-changeset.d.ts +0 -1
  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/describe-cfn-changeset.js +0 -204
  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/detect-drift.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/detect-drift.js +0 -162
  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/index.d.ts +0 -4
  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/index.js +0 -21
  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/package.json +0 -136
  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/yalc.lock +0 -10
  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/yalc.sig +0 -1
  759. 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
  760. 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
  761. 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
  762. 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
  763. 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
  764. 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
  765. 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
  766. 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
  767. 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
  768. 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
  769. 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
  770. 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
  771. 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
  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/describe-cfn-changeset.d.ts +0 -1
  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/describe-cfn-changeset.js +0 -204
  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/detect-drift.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/detect-drift.js +0 -162
  776. 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
  777. 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
  778. 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
  779. 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
  780. 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
  781. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/API.md +0 -566
  782. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/LICENSE +0 -202
  783. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/README.md +0 -146
  784. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.d.ts +0 -10
  785. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.js +0 -101
  786. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.d.ts +0 -22
  787. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.js +0 -143
  788. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftDetectionWorkflow.d.ts +0 -21
  789. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftDetectionWorkflow.js +0 -242
  790. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.d.ts +0 -10
  791. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.js +0 -76
  792. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.d.ts +0 -9
  793. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.js +0 -256
  794. 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
  795. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-drift-detection-script.js +0 -196
  796. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.d.ts +0 -1
  797. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.js +0 -204
  798. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.d.ts +0 -1
  799. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.js +0 -162
  800. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.d.ts +0 -4
  801. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.js +0 -21
  802. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/package.json +0 -136
  803. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.lock +0 -10
  804. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.sig +0 -1
  805. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/API.md +0 -599
  806. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/LICENSE +0 -202
  807. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/README.md +0 -146
  808. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.d.ts +0 -10
  809. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.js +0 -101
  810. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.d.ts +0 -22
  811. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.js +0 -143
  812. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftDetectionWorkflow.d.ts +0 -21
  813. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftDetectionWorkflow.js +0 -242
  814. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.d.ts +0 -10
  815. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.js +0 -76
  816. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.d.ts +0 -9
  817. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.js +0 -256
  818. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-drift-detection-script.d.ts +0 -15
  819. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-drift-detection-script.js +0 -196
  820. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.d.ts +0 -1
  821. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.js +0 -204
  822. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.d.ts +0 -1
  823. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.js +0 -162
  824. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.d.ts +0 -4
  825. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.js +0 -21
  826. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/package.json +0 -136
  827. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.lock +0 -10
  828. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.sig +0 -1
  829. package/lib/bin/describe-cfn-changeset.d.ts +0 -1
  830. package/lib/bin/describe-cfn-changeset.js +0 -204
  831. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/index.js +0 -2
  832. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +0 -74
  833. package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +0 -8938
  834. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/index.d.ts +0 -2
  835. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +0 -2270
  836. package/node_modules/@aws-sdk/client-cloudformation/dist-types/protocols/Aws_query.d.ts +0 -794
  837. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/index.d.ts +0 -2
  838. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +0 -379
  839. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -1061
  840. package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
  841. package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -210
  842. package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
  843. package/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  844. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
  845. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  846. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
  847. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +0 -257
  848. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
  849. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +0 -528
  850. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
  851. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -11
  852. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
  853. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +0 -20
  854. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
  855. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -17
  856. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
  857. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +0 -29
  858. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -17
  859. package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -13
  860. package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -7
  861. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -7
  862. package/yalc.lock +0 -10
  863. /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
  864. /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
  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/.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
  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/lib/bin/detect-drift.d.ts → node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js} +0 -0
  867. /package/node_modules/{argparse → js-yaml/node_modules/argparse}/LICENSE +0 -0
  868. /package/node_modules/{argparse → js-yaml/node_modules/argparse}/README.md +0 -0
  869. /package/node_modules/{argparse → js-yaml/node_modules/argparse}/argparse.js +0 -0
  870. /package/node_modules/{argparse → js-yaml/node_modules/argparse}/lib/sub.js +0 -0
  871. /package/node_modules/{argparse → js-yaml/node_modules/argparse}/lib/textwrap.js +0 -0
  872. /package/node_modules/{argparse → js-yaml/node_modules/argparse}/package.json +0 -0
@@ -1,20 +1,90 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { CloudFormationServiceException as __BaseException } from "./CloudFormationServiceException";
3
- export declare const AccountFilterType: {
4
- readonly DIFFERENCE: "DIFFERENCE";
5
- readonly INTERSECTION: "INTERSECTION";
6
- readonly NONE: "NONE";
7
- readonly UNION: "UNION";
8
- };
9
- export type AccountFilterType =
10
- (typeof AccountFilterType)[keyof typeof AccountFilterType];
11
- export declare const AccountGateStatus: {
12
- readonly FAILED: "FAILED";
13
- readonly SKIPPED: "SKIPPED";
14
- readonly SUCCEEDED: "SUCCEEDED";
15
- };
16
- export type AccountGateStatus =
17
- (typeof AccountGateStatus)[keyof typeof AccountGateStatus];
1
+ import {
2
+ AccountFilterType,
3
+ AccountGateStatus,
4
+ AfterValueFrom,
5
+ AnnotationSeverityLevel,
6
+ AnnotationStatus,
7
+ AttributeChangeType,
8
+ BeaconStackOperationStatus,
9
+ BeforeValueFrom,
10
+ CallAs,
11
+ Capability,
12
+ Category,
13
+ ChangeAction,
14
+ ChangeSetHooksStatus,
15
+ ChangeSetStatus,
16
+ ChangeSetType,
17
+ ChangeSource,
18
+ ChangeType,
19
+ ConcurrencyMode,
20
+ DeletionMode,
21
+ DeploymentMode,
22
+ DeprecatedStatus,
23
+ DetailedStatus,
24
+ DifferenceType,
25
+ DriftIgnoredReason,
26
+ EvaluationType,
27
+ EventType,
28
+ ExecutionStatus,
29
+ GeneratedTemplateDeletionPolicy,
30
+ GeneratedTemplateResourceStatus,
31
+ GeneratedTemplateStatus,
32
+ GeneratedTemplateUpdateReplacePolicy,
33
+ HandlerErrorCode,
34
+ HookFailureMode,
35
+ HookInvocationPoint,
36
+ HookStatus,
37
+ HookTargetAction,
38
+ HookTargetType,
39
+ IdentityProvider,
40
+ ListHookResultsTargetType,
41
+ OnFailure,
42
+ OnStackFailure,
43
+ OperationResultFilterName,
44
+ OperationStatus,
45
+ OperationType,
46
+ OrganizationStatus,
47
+ PermissionModels,
48
+ PolicyAction,
49
+ ProvisioningType,
50
+ PublisherStatus,
51
+ RegionConcurrencyType,
52
+ RegistrationStatus,
53
+ RegistryType,
54
+ Replacement,
55
+ RequiresRecreation,
56
+ ResourceAttribute,
57
+ ResourceScanStatus,
58
+ ResourceSignalStatus,
59
+ ResourceStatus,
60
+ ScanType,
61
+ StackDriftDetectionStatus,
62
+ StackDriftStatus,
63
+ StackInstanceDetailedStatus,
64
+ StackInstanceFilterName,
65
+ StackInstanceStatus,
66
+ StackRefactorActionEntity,
67
+ StackRefactorActionType,
68
+ StackRefactorDetection,
69
+ StackRefactorExecutionStatus,
70
+ StackRefactorStatus,
71
+ StackResourceDriftStatus,
72
+ StackSetDriftDetectionStatus,
73
+ StackSetDriftStatus,
74
+ StackSetOperationAction,
75
+ StackSetOperationResultStatus,
76
+ StackSetOperationStatus,
77
+ StackSetStatus,
78
+ StackStatus,
79
+ TemplateFormat,
80
+ TemplateStage,
81
+ ThirdPartyType,
82
+ TypeTestsStatus,
83
+ ValidationStatus,
84
+ VersionBump,
85
+ Visibility,
86
+ WarningType,
87
+ } from "./enums";
18
88
  export interface AccountGateResult {
19
89
  Status?: AccountGateStatus | undefined;
20
90
  StatusReason?: string | undefined;
@@ -25,38 +95,10 @@ export interface AccountLimit {
25
95
  }
26
96
  export interface ActivateOrganizationsAccessInput {}
27
97
  export interface ActivateOrganizationsAccessOutput {}
28
- export declare class InvalidOperationException extends __BaseException {
29
- readonly name: "InvalidOperationException";
30
- readonly $fault: "client";
31
- Message?: string | undefined;
32
- constructor(
33
- opts: __ExceptionOptionType<InvalidOperationException, __BaseException>
34
- );
35
- }
36
- export declare class OperationNotFoundException extends __BaseException {
37
- readonly name: "OperationNotFoundException";
38
- readonly $fault: "client";
39
- Message?: string | undefined;
40
- constructor(
41
- opts: __ExceptionOptionType<OperationNotFoundException, __BaseException>
42
- );
43
- }
44
98
  export interface LoggingConfig {
45
99
  LogRoleArn: string | undefined;
46
100
  LogGroupName: string | undefined;
47
101
  }
48
- export declare const ThirdPartyType: {
49
- readonly HOOK: "HOOK";
50
- readonly MODULE: "MODULE";
51
- readonly RESOURCE: "RESOURCE";
52
- };
53
- export type ThirdPartyType =
54
- (typeof ThirdPartyType)[keyof typeof ThirdPartyType];
55
- export declare const VersionBump: {
56
- readonly MAJOR: "MAJOR";
57
- readonly MINOR: "MINOR";
58
- };
59
- export type VersionBump = (typeof VersionBump)[keyof typeof VersionBump];
60
102
  export interface ActivateTypeInput {
61
103
  Type?: ThirdPartyType | undefined;
62
104
  PublicTypeArn?: string | undefined;
@@ -72,37 +114,14 @@ export interface ActivateTypeInput {
72
114
  export interface ActivateTypeOutput {
73
115
  Arn?: string | undefined;
74
116
  }
75
- export declare class CFNRegistryException extends __BaseException {
76
- readonly name: "CFNRegistryException";
77
- readonly $fault: "client";
78
- Message?: string | undefined;
79
- constructor(
80
- opts: __ExceptionOptionType<CFNRegistryException, __BaseException>
81
- );
82
- }
83
- export declare class TypeNotFoundException extends __BaseException {
84
- readonly name: "TypeNotFoundException";
85
- readonly $fault: "client";
86
- Message?: string | undefined;
87
- constructor(
88
- opts: __ExceptionOptionType<TypeNotFoundException, __BaseException>
89
- );
90
- }
91
- export declare class AlreadyExistsException extends __BaseException {
92
- readonly name: "AlreadyExistsException";
93
- readonly $fault: "client";
94
- Message?: string | undefined;
95
- constructor(
96
- opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>
97
- );
98
- }
99
- export declare const AttributeChangeType: {
100
- readonly Add: "Add";
101
- readonly Modify: "Modify";
102
- readonly Remove: "Remove";
103
- };
104
- export type AttributeChangeType =
105
- (typeof AttributeChangeType)[keyof typeof AttributeChangeType];
117
+ export interface Annotation {
118
+ AnnotationName?: string | undefined;
119
+ Status?: AnnotationStatus | undefined;
120
+ StatusMessage?: string | undefined;
121
+ RemediationMessage?: string | undefined;
122
+ RemediationLink?: string | undefined;
123
+ SeverityLevel?: AnnotationSeverityLevel | undefined;
124
+ }
106
125
  export interface AutoDeployment {
107
126
  Enabled?: boolean | undefined;
108
127
  RetainStacksOnAccountRemoval?: boolean | undefined;
@@ -136,87 +155,15 @@ export interface BatchDescribeTypeConfigurationsOutput {
136
155
  UnprocessedTypeConfigurations?: TypeConfigurationIdentifier[] | undefined;
137
156
  TypeConfigurations?: TypeConfigurationDetails[] | undefined;
138
157
  }
139
- export declare class TypeConfigurationNotFoundException extends __BaseException {
140
- readonly name: "TypeConfigurationNotFoundException";
141
- readonly $fault: "client";
142
- Message?: string | undefined;
143
- constructor(
144
- opts: __ExceptionOptionType<
145
- TypeConfigurationNotFoundException,
146
- __BaseException
147
- >
148
- );
149
- }
150
- export declare const CallAs: {
151
- readonly DELEGATED_ADMIN: "DELEGATED_ADMIN";
152
- readonly SELF: "SELF";
153
- };
154
- export type CallAs = (typeof CallAs)[keyof typeof CallAs];
155
158
  export interface CancelUpdateStackInput {
156
159
  StackName: string | undefined;
157
160
  ClientRequestToken?: string | undefined;
158
161
  }
159
- export declare class TokenAlreadyExistsException extends __BaseException {
160
- readonly name: "TokenAlreadyExistsException";
161
- readonly $fault: "client";
162
- Message?: string | undefined;
163
- constructor(
164
- opts: __ExceptionOptionType<TokenAlreadyExistsException, __BaseException>
165
- );
166
- }
167
- export declare const Capability: {
168
- readonly CAPABILITY_AUTO_EXPAND: "CAPABILITY_AUTO_EXPAND";
169
- readonly CAPABILITY_IAM: "CAPABILITY_IAM";
170
- readonly CAPABILITY_NAMED_IAM: "CAPABILITY_NAMED_IAM";
171
- };
172
- export type Capability = (typeof Capability)[keyof typeof Capability];
173
- export declare const Category: {
174
- readonly ACTIVATED: "ACTIVATED";
175
- readonly AWS_TYPES: "AWS_TYPES";
176
- readonly REGISTERED: "REGISTERED";
177
- readonly THIRD_PARTY: "THIRD_PARTY";
178
- };
179
- export type Category = (typeof Category)[keyof typeof Category];
180
- export declare const ChangeAction: {
181
- readonly Add: "Add";
182
- readonly Dynamic: "Dynamic";
183
- readonly Import: "Import";
184
- readonly Modify: "Modify";
185
- readonly Remove: "Remove";
186
- };
187
- export type ChangeAction = (typeof ChangeAction)[keyof typeof ChangeAction];
188
- export declare const ChangeSource: {
189
- readonly Automatic: "Automatic";
190
- readonly DirectModification: "DirectModification";
191
- readonly ParameterReference: "ParameterReference";
192
- readonly ResourceAttribute: "ResourceAttribute";
193
- readonly ResourceReference: "ResourceReference";
194
- };
195
- export type ChangeSource = (typeof ChangeSource)[keyof typeof ChangeSource];
196
- export declare const EvaluationType: {
197
- readonly Dynamic: "Dynamic";
198
- readonly Static: "Static";
199
- };
200
- export type EvaluationType =
201
- (typeof EvaluationType)[keyof typeof EvaluationType];
202
- export declare const ResourceAttribute: {
203
- readonly CreationPolicy: "CreationPolicy";
204
- readonly DeletionPolicy: "DeletionPolicy";
205
- readonly Metadata: "Metadata";
206
- readonly Properties: "Properties";
207
- readonly Tags: "Tags";
208
- readonly UpdatePolicy: "UpdatePolicy";
209
- readonly UpdateReplacePolicy: "UpdateReplacePolicy";
210
- };
211
- export type ResourceAttribute =
212
- (typeof ResourceAttribute)[keyof typeof ResourceAttribute];
213
- export declare const RequiresRecreation: {
214
- readonly Always: "Always";
215
- readonly Conditionally: "Conditionally";
216
- readonly Never: "Never";
217
- };
218
- export type RequiresRecreation =
219
- (typeof RequiresRecreation)[keyof typeof RequiresRecreation];
162
+ export interface LiveResourceDrift {
163
+ PreviousValue?: string | undefined;
164
+ ActualValue?: string | undefined;
165
+ DriftDetectionTimestamp?: Date | undefined;
166
+ }
220
167
  export interface ResourceTargetDefinition {
221
168
  Attribute?: ResourceAttribute | undefined;
222
169
  Name?: string | undefined;
@@ -224,6 +171,9 @@ export interface ResourceTargetDefinition {
224
171
  Path?: string | undefined;
225
172
  BeforeValue?: string | undefined;
226
173
  AfterValue?: string | undefined;
174
+ BeforeValueFrom?: BeforeValueFrom | undefined;
175
+ AfterValueFrom?: AfterValueFrom | undefined;
176
+ Drift?: LiveResourceDrift | undefined;
227
177
  AttributeChangeType?: AttributeChangeType | undefined;
228
178
  }
229
179
  export interface ResourceChangeDetail {
@@ -236,21 +186,10 @@ export interface ModuleInfo {
236
186
  TypeHierarchy?: string | undefined;
237
187
  LogicalIdHierarchy?: string | undefined;
238
188
  }
239
- export declare const PolicyAction: {
240
- readonly Delete: "Delete";
241
- readonly ReplaceAndDelete: "ReplaceAndDelete";
242
- readonly ReplaceAndRetain: "ReplaceAndRetain";
243
- readonly ReplaceAndSnapshot: "ReplaceAndSnapshot";
244
- readonly Retain: "Retain";
245
- readonly Snapshot: "Snapshot";
246
- };
247
- export type PolicyAction = (typeof PolicyAction)[keyof typeof PolicyAction];
248
- export declare const Replacement: {
249
- readonly Conditional: "Conditional";
250
- readonly False: "False";
251
- readonly True: "True";
252
- };
253
- export type Replacement = (typeof Replacement)[keyof typeof Replacement];
189
+ export interface ResourceDriftIgnoredAttribute {
190
+ Path?: string | undefined;
191
+ Reason?: DriftIgnoredReason | undefined;
192
+ }
254
193
  export interface ResourceChange {
255
194
  PolicyAction?: PolicyAction | undefined;
256
195
  Action?: ChangeAction | undefined;
@@ -259,42 +198,25 @@ export interface ResourceChange {
259
198
  ResourceType?: string | undefined;
260
199
  Replacement?: Replacement | undefined;
261
200
  Scope?: ResourceAttribute[] | undefined;
201
+ ResourceDriftStatus?: StackResourceDriftStatus | undefined;
202
+ ResourceDriftIgnoredAttributes?: ResourceDriftIgnoredAttribute[] | undefined;
262
203
  Details?: ResourceChangeDetail[] | undefined;
263
204
  ChangeSetId?: string | undefined;
264
205
  ModuleInfo?: ModuleInfo | undefined;
265
206
  BeforeContext?: string | undefined;
266
207
  AfterContext?: string | undefined;
208
+ PreviousDeploymentContext?: string | undefined;
267
209
  }
268
- export declare const ChangeType: {
269
- readonly Resource: "Resource";
270
- };
271
- export type ChangeType = (typeof ChangeType)[keyof typeof ChangeType];
272
210
  export interface Change {
273
211
  Type?: ChangeType | undefined;
274
212
  HookInvocationCount?: number | undefined;
275
213
  ResourceChange?: ResourceChange | undefined;
276
214
  }
277
- export declare const HookFailureMode: {
278
- readonly FAIL: "FAIL";
279
- readonly WARN: "WARN";
280
- };
281
- export type HookFailureMode =
282
- (typeof HookFailureMode)[keyof typeof HookFailureMode];
283
- export declare const HookInvocationPoint: {
284
- readonly PRE_PROVISION: "PRE_PROVISION";
285
- };
286
- export type HookInvocationPoint =
287
- (typeof HookInvocationPoint)[keyof typeof HookInvocationPoint];
288
215
  export interface ChangeSetHookResourceTargetDetails {
289
216
  LogicalResourceId?: string | undefined;
290
217
  ResourceType?: string | undefined;
291
218
  ResourceAction?: ChangeAction | undefined;
292
219
  }
293
- export declare const HookTargetType: {
294
- readonly RESOURCE: "RESOURCE";
295
- };
296
- export type HookTargetType =
297
- (typeof HookTargetType)[keyof typeof HookTargetType];
298
220
  export interface ChangeSetHookTargetDetails {
299
221
  TargetType?: HookTargetType | undefined;
300
222
  ResourceTargetDetails?: ChangeSetHookResourceTargetDetails | undefined;
@@ -307,43 +229,6 @@ export interface ChangeSetHook {
307
229
  TypeConfigurationVersionId?: string | undefined;
308
230
  TargetDetails?: ChangeSetHookTargetDetails | undefined;
309
231
  }
310
- export declare const ChangeSetHooksStatus: {
311
- readonly PLANNED: "PLANNED";
312
- readonly PLANNING: "PLANNING";
313
- readonly UNAVAILABLE: "UNAVAILABLE";
314
- };
315
- export type ChangeSetHooksStatus =
316
- (typeof ChangeSetHooksStatus)[keyof typeof ChangeSetHooksStatus];
317
- export declare class ChangeSetNotFoundException extends __BaseException {
318
- readonly name: "ChangeSetNotFoundException";
319
- readonly $fault: "client";
320
- Message?: string | undefined;
321
- constructor(
322
- opts: __ExceptionOptionType<ChangeSetNotFoundException, __BaseException>
323
- );
324
- }
325
- export declare const ChangeSetStatus: {
326
- readonly CREATE_COMPLETE: "CREATE_COMPLETE";
327
- readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
328
- readonly CREATE_PENDING: "CREATE_PENDING";
329
- readonly DELETE_COMPLETE: "DELETE_COMPLETE";
330
- readonly DELETE_FAILED: "DELETE_FAILED";
331
- readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
332
- readonly DELETE_PENDING: "DELETE_PENDING";
333
- readonly FAILED: "FAILED";
334
- };
335
- export type ChangeSetStatus =
336
- (typeof ChangeSetStatus)[keyof typeof ChangeSetStatus];
337
- export declare const ExecutionStatus: {
338
- readonly AVAILABLE: "AVAILABLE";
339
- readonly EXECUTE_COMPLETE: "EXECUTE_COMPLETE";
340
- readonly EXECUTE_FAILED: "EXECUTE_FAILED";
341
- readonly EXECUTE_IN_PROGRESS: "EXECUTE_IN_PROGRESS";
342
- readonly OBSOLETE: "OBSOLETE";
343
- readonly UNAVAILABLE: "UNAVAILABLE";
344
- };
345
- export type ExecutionStatus =
346
- (typeof ExecutionStatus)[keyof typeof ExecutionStatus];
347
232
  export interface ChangeSetSummary {
348
233
  StackId?: string | undefined;
349
234
  StackName?: string | undefined;
@@ -359,12 +244,6 @@ export interface ChangeSetSummary {
359
244
  RootChangeSetId?: string | undefined;
360
245
  ImportExistingResources?: boolean | undefined;
361
246
  }
362
- export declare const ChangeSetType: {
363
- readonly CREATE: "CREATE";
364
- readonly IMPORT: "IMPORT";
365
- readonly UPDATE: "UPDATE";
366
- };
367
- export type ChangeSetType = (typeof ChangeSetType)[keyof typeof ChangeSetType];
368
247
  export interface ContinueUpdateRollbackInput {
369
248
  StackName: string | undefined;
370
249
  RoleARN?: string | undefined;
@@ -372,13 +251,6 @@ export interface ContinueUpdateRollbackInput {
372
251
  ClientRequestToken?: string | undefined;
373
252
  }
374
253
  export interface ContinueUpdateRollbackOutput {}
375
- export declare const OnStackFailure: {
376
- readonly DELETE: "DELETE";
377
- readonly DO_NOTHING: "DO_NOTHING";
378
- readonly ROLLBACK: "ROLLBACK";
379
- };
380
- export type OnStackFailure =
381
- (typeof OnStackFailure)[keyof typeof OnStackFailure];
382
254
  export interface Parameter {
383
255
  ParameterKey?: string | undefined;
384
256
  ParameterValue?: string | undefined;
@@ -422,58 +294,17 @@ export interface CreateChangeSetInput {
422
294
  IncludeNestedStacks?: boolean | undefined;
423
295
  OnStackFailure?: OnStackFailure | undefined;
424
296
  ImportExistingResources?: boolean | undefined;
297
+ DeploymentMode?: DeploymentMode | undefined;
425
298
  }
426
299
  export interface CreateChangeSetOutput {
427
300
  Id?: string | undefined;
428
301
  StackId?: string | undefined;
429
302
  }
430
- export declare class InsufficientCapabilitiesException extends __BaseException {
431
- readonly name: "InsufficientCapabilitiesException";
432
- readonly $fault: "client";
433
- Message?: string | undefined;
434
- constructor(
435
- opts: __ExceptionOptionType<
436
- InsufficientCapabilitiesException,
437
- __BaseException
438
- >
439
- );
440
- }
441
- export declare class LimitExceededException extends __BaseException {
442
- readonly name: "LimitExceededException";
443
- readonly $fault: "client";
444
- Message?: string | undefined;
445
- constructor(
446
- opts: __ExceptionOptionType<LimitExceededException, __BaseException>
447
- );
448
- }
449
- export declare class ConcurrentResourcesLimitExceededException extends __BaseException {
450
- readonly name: "ConcurrentResourcesLimitExceededException";
451
- readonly $fault: "client";
452
- Message?: string | undefined;
453
- constructor(
454
- opts: __ExceptionOptionType<
455
- ConcurrentResourcesLimitExceededException,
456
- __BaseException
457
- >
458
- );
459
- }
460
303
  export interface ResourceDefinition {
461
304
  ResourceType: string | undefined;
462
305
  LogicalResourceId?: string | undefined;
463
306
  ResourceIdentifier: Record<string, string> | undefined;
464
307
  }
465
- export declare const GeneratedTemplateDeletionPolicy: {
466
- readonly DELETE: "DELETE";
467
- readonly RETAIN: "RETAIN";
468
- };
469
- export type GeneratedTemplateDeletionPolicy =
470
- (typeof GeneratedTemplateDeletionPolicy)[keyof typeof GeneratedTemplateDeletionPolicy];
471
- export declare const GeneratedTemplateUpdateReplacePolicy: {
472
- readonly DELETE: "DELETE";
473
- readonly RETAIN: "RETAIN";
474
- };
475
- export type GeneratedTemplateUpdateReplacePolicy =
476
- (typeof GeneratedTemplateUpdateReplacePolicy)[keyof typeof GeneratedTemplateUpdateReplacePolicy];
477
308
  export interface TemplateConfiguration {
478
309
  DeletionPolicy?: GeneratedTemplateDeletionPolicy | undefined;
479
310
  UpdateReplacePolicy?: GeneratedTemplateUpdateReplacePolicy | undefined;
@@ -487,12 +318,6 @@ export interface CreateGeneratedTemplateInput {
487
318
  export interface CreateGeneratedTemplateOutput {
488
319
  GeneratedTemplateId?: string | undefined;
489
320
  }
490
- export declare const OnFailure: {
491
- readonly DELETE: "DELETE";
492
- readonly DO_NOTHING: "DO_NOTHING";
493
- readonly ROLLBACK: "ROLLBACK";
494
- };
495
- export type OnFailure = (typeof OnFailure)[keyof typeof OnFailure];
496
321
  export interface CreateStackInput {
497
322
  StackName: string | undefined;
498
323
  TemplateBody?: string | undefined;
@@ -515,6 +340,7 @@ export interface CreateStackInput {
515
340
  }
516
341
  export interface CreateStackOutput {
517
342
  StackId?: string | undefined;
343
+ OperationId?: string | undefined;
518
344
  }
519
345
  export interface DeploymentTargets {
520
346
  Accounts?: string[] | undefined;
@@ -522,18 +348,6 @@ export interface DeploymentTargets {
522
348
  OrganizationalUnitIds?: string[] | undefined;
523
349
  AccountFilterType?: AccountFilterType | undefined;
524
350
  }
525
- export declare const ConcurrencyMode: {
526
- readonly SOFT_FAILURE_TOLERANCE: "SOFT_FAILURE_TOLERANCE";
527
- readonly STRICT_FAILURE_TOLERANCE: "STRICT_FAILURE_TOLERANCE";
528
- };
529
- export type ConcurrencyMode =
530
- (typeof ConcurrencyMode)[keyof typeof ConcurrencyMode];
531
- export declare const RegionConcurrencyType: {
532
- readonly PARALLEL: "PARALLEL";
533
- readonly SEQUENTIAL: "SEQUENTIAL";
534
- };
535
- export type RegionConcurrencyType =
536
- (typeof RegionConcurrencyType)[keyof typeof RegionConcurrencyType];
537
351
  export interface StackSetOperationPreferences {
538
352
  RegionConcurrencyType?: RegionConcurrencyType | undefined;
539
353
  RegionOrder?: string[] | undefined;
@@ -556,41 +370,6 @@ export interface CreateStackInstancesInput {
556
370
  export interface CreateStackInstancesOutput {
557
371
  OperationId?: string | undefined;
558
372
  }
559
- export declare class OperationIdAlreadyExistsException extends __BaseException {
560
- readonly name: "OperationIdAlreadyExistsException";
561
- readonly $fault: "client";
562
- Message?: string | undefined;
563
- constructor(
564
- opts: __ExceptionOptionType<
565
- OperationIdAlreadyExistsException,
566
- __BaseException
567
- >
568
- );
569
- }
570
- export declare class OperationInProgressException extends __BaseException {
571
- readonly name: "OperationInProgressException";
572
- readonly $fault: "client";
573
- Message?: string | undefined;
574
- constructor(
575
- opts: __ExceptionOptionType<OperationInProgressException, __BaseException>
576
- );
577
- }
578
- export declare class StackSetNotFoundException extends __BaseException {
579
- readonly name: "StackSetNotFoundException";
580
- readonly $fault: "client";
581
- Message?: string | undefined;
582
- constructor(
583
- opts: __ExceptionOptionType<StackSetNotFoundException, __BaseException>
584
- );
585
- }
586
- export declare class StaleRequestException extends __BaseException {
587
- readonly name: "StaleRequestException";
588
- readonly $fault: "client";
589
- Message?: string | undefined;
590
- constructor(
591
- opts: __ExceptionOptionType<StaleRequestException, __BaseException>
592
- );
593
- }
594
373
  export interface ResourceLocation {
595
374
  StackName: string | undefined;
596
375
  LogicalResourceId: string | undefined;
@@ -613,23 +392,9 @@ export interface CreateStackRefactorInput {
613
392
  export interface CreateStackRefactorOutput {
614
393
  StackRefactorId: string | undefined;
615
394
  }
616
- export declare class CreatedButModifiedException extends __BaseException {
617
- readonly name: "CreatedButModifiedException";
618
- readonly $fault: "client";
619
- Message?: string | undefined;
620
- constructor(
621
- opts: __ExceptionOptionType<CreatedButModifiedException, __BaseException>
622
- );
623
- }
624
395
  export interface ManagedExecution {
625
396
  Active?: boolean | undefined;
626
397
  }
627
- export declare const PermissionModels: {
628
- readonly SELF_MANAGED: "SELF_MANAGED";
629
- readonly SERVICE_MANAGED: "SERVICE_MANAGED";
630
- };
631
- export type PermissionModels =
632
- (typeof PermissionModels)[keyof typeof PermissionModels];
633
398
  export interface CreateStackSetInput {
634
399
  StackSetName: string | undefined;
635
400
  Description?: string | undefined;
@@ -650,14 +415,6 @@ export interface CreateStackSetInput {
650
415
  export interface CreateStackSetOutput {
651
416
  StackSetId?: string | undefined;
652
417
  }
653
- export declare class NameAlreadyExistsException extends __BaseException {
654
- readonly name: "NameAlreadyExistsException";
655
- readonly $fault: "client";
656
- Message?: string | undefined;
657
- constructor(
658
- opts: __ExceptionOptionType<NameAlreadyExistsException, __BaseException>
659
- );
660
- }
661
418
  export interface DeactivateOrganizationsAccessInput {}
662
419
  export interface DeactivateOrganizationsAccessOutput {}
663
420
  export interface DeactivateTypeInput {
@@ -671,36 +428,9 @@ export interface DeleteChangeSetInput {
671
428
  StackName?: string | undefined;
672
429
  }
673
430
  export interface DeleteChangeSetOutput {}
674
- export declare class InvalidChangeSetStatusException extends __BaseException {
675
- readonly name: "InvalidChangeSetStatusException";
676
- readonly $fault: "client";
677
- Message?: string | undefined;
678
- constructor(
679
- opts: __ExceptionOptionType<
680
- InvalidChangeSetStatusException,
681
- __BaseException
682
- >
683
- );
684
- }
685
431
  export interface DeleteGeneratedTemplateInput {
686
432
  GeneratedTemplateName: string | undefined;
687
433
  }
688
- export declare class GeneratedTemplateNotFoundException extends __BaseException {
689
- readonly name: "GeneratedTemplateNotFoundException";
690
- readonly $fault: "client";
691
- Message?: string | undefined;
692
- constructor(
693
- opts: __ExceptionOptionType<
694
- GeneratedTemplateNotFoundException,
695
- __BaseException
696
- >
697
- );
698
- }
699
- export declare const DeletionMode: {
700
- readonly FORCE_DELETE_STACK: "FORCE_DELETE_STACK";
701
- readonly STANDARD: "STANDARD";
702
- };
703
- export type DeletionMode = (typeof DeletionMode)[keyof typeof DeletionMode];
704
434
  export interface DeleteStackInput {
705
435
  StackName: string | undefined;
706
436
  RetainResources?: string[] | undefined;
@@ -726,20 +456,6 @@ export interface DeleteStackSetInput {
726
456
  CallAs?: CallAs | undefined;
727
457
  }
728
458
  export interface DeleteStackSetOutput {}
729
- export declare class StackSetNotEmptyException extends __BaseException {
730
- readonly name: "StackSetNotEmptyException";
731
- readonly $fault: "client";
732
- Message?: string | undefined;
733
- constructor(
734
- opts: __ExceptionOptionType<StackSetNotEmptyException, __BaseException>
735
- );
736
- }
737
- export declare const RegistryType: {
738
- readonly HOOK: "HOOK";
739
- readonly MODULE: "MODULE";
740
- readonly RESOURCE: "RESOURCE";
741
- };
742
- export type RegistryType = (typeof RegistryType)[keyof typeof RegistryType];
743
459
  export interface DeregisterTypeInput {
744
460
  Arn?: string | undefined;
745
461
  Type?: RegistryType | undefined;
@@ -771,6 +487,7 @@ export interface DescribeChangeSetOutput {
771
487
  ExecutionStatus?: ExecutionStatus | undefined;
772
488
  Status?: ChangeSetStatus | undefined;
773
489
  StatusReason?: string | undefined;
490
+ StackDriftStatus?: StackDriftStatus | undefined;
774
491
  NotificationARNs?: string[] | undefined;
775
492
  RollbackConfiguration?: RollbackConfiguration | undefined;
776
493
  Capabilities?: Capability[] | undefined;
@@ -782,6 +499,7 @@ export interface DescribeChangeSetOutput {
782
499
  RootChangeSetId?: string | undefined;
783
500
  OnStackFailure?: OnStackFailure | undefined;
784
501
  ImportExistingResources?: boolean | undefined;
502
+ DeploymentMode?: DeploymentMode | undefined;
785
503
  }
786
504
  export interface DescribeChangeSetHooksInput {
787
505
  ChangeSetName: string | undefined;
@@ -798,6 +516,49 @@ export interface DescribeChangeSetHooksOutput {
798
516
  StackId?: string | undefined;
799
517
  StackName?: string | undefined;
800
518
  }
519
+ export interface EventFilter {
520
+ FailedEvents?: boolean | undefined;
521
+ }
522
+ export interface DescribeEventsInput {
523
+ StackName?: string | undefined;
524
+ ChangeSetName?: string | undefined;
525
+ OperationId?: string | undefined;
526
+ Filters?: EventFilter | undefined;
527
+ NextToken?: string | undefined;
528
+ }
529
+ export interface OperationEvent {
530
+ EventId?: string | undefined;
531
+ StackId?: string | undefined;
532
+ OperationId?: string | undefined;
533
+ OperationType?: OperationType | undefined;
534
+ OperationStatus?: BeaconStackOperationStatus | undefined;
535
+ EventType?: EventType | undefined;
536
+ LogicalResourceId?: string | undefined;
537
+ PhysicalResourceId?: string | undefined;
538
+ ResourceType?: string | undefined;
539
+ Timestamp?: Date | undefined;
540
+ StartTime?: Date | undefined;
541
+ EndTime?: Date | undefined;
542
+ ResourceStatus?: ResourceStatus | undefined;
543
+ ResourceStatusReason?: string | undefined;
544
+ ResourceProperties?: string | undefined;
545
+ ClientRequestToken?: string | undefined;
546
+ HookType?: string | undefined;
547
+ HookStatus?: HookStatus | undefined;
548
+ HookStatusReason?: string | undefined;
549
+ HookInvocationPoint?: HookInvocationPoint | undefined;
550
+ HookFailureMode?: HookFailureMode | undefined;
551
+ DetailedStatus?: DetailedStatus | undefined;
552
+ ValidationFailureMode?: HookFailureMode | undefined;
553
+ ValidationName?: string | undefined;
554
+ ValidationStatus?: ValidationStatus | undefined;
555
+ ValidationStatusReason?: string | undefined;
556
+ ValidationPath?: string | undefined;
557
+ }
558
+ export interface DescribeEventsOutput {
559
+ OperationEvents?: OperationEvent[] | undefined;
560
+ NextToken?: string | undefined;
561
+ }
801
562
  export interface DescribeGeneratedTemplateInput {
802
563
  GeneratedTemplateName: string | undefined;
803
564
  }
@@ -807,27 +568,11 @@ export interface TemplateProgress {
807
568
  ResourcesProcessing?: number | undefined;
808
569
  ResourcesPending?: number | undefined;
809
570
  }
810
- export declare const GeneratedTemplateResourceStatus: {
811
- readonly COMPLETE: "COMPLETE";
812
- readonly FAILED: "FAILED";
813
- readonly IN_PROGRESS: "IN_PROGRESS";
814
- readonly PENDING: "PENDING";
815
- };
816
- export type GeneratedTemplateResourceStatus =
817
- (typeof GeneratedTemplateResourceStatus)[keyof typeof GeneratedTemplateResourceStatus];
818
571
  export interface WarningProperty {
819
572
  PropertyPath?: string | undefined;
820
573
  Required?: boolean | undefined;
821
574
  Description?: string | undefined;
822
575
  }
823
- export declare const WarningType: {
824
- readonly EXCLUDED_PROPERTIES: "EXCLUDED_PROPERTIES";
825
- readonly EXCLUDED_RESOURCES: "EXCLUDED_RESOURCES";
826
- readonly MUTUALLY_EXCLUSIVE_PROPERTIES: "MUTUALLY_EXCLUSIVE_PROPERTIES";
827
- readonly MUTUALLY_EXCLUSIVE_TYPES: "MUTUALLY_EXCLUSIVE_TYPES";
828
- readonly UNSUPPORTED_PROPERTIES: "UNSUPPORTED_PROPERTIES";
829
- };
830
- export type WarningType = (typeof WarningType)[keyof typeof WarningType];
831
576
  export interface WarningDetail {
832
577
  Type?: WarningType | undefined;
833
578
  Properties?: WarningProperty[] | undefined;
@@ -840,18 +585,6 @@ export interface ResourceDetail {
840
585
  ResourceStatusReason?: string | undefined;
841
586
  Warnings?: WarningDetail[] | undefined;
842
587
  }
843
- export declare const GeneratedTemplateStatus: {
844
- readonly COMPLETE: "COMPLETE";
845
- readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
846
- readonly CREATE_PENDING: "CREATE_PENDING";
847
- readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
848
- readonly DELETE_PENDING: "DELETE_PENDING";
849
- readonly FAILED: "FAILED";
850
- readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
851
- readonly UPDATE_PENDING: "UPDATE_PENDING";
852
- };
853
- export type GeneratedTemplateStatus =
854
- (typeof GeneratedTemplateStatus)[keyof typeof GeneratedTemplateStatus];
855
588
  export interface DescribeGeneratedTemplateOutput {
856
589
  GeneratedTemplateId?: string | undefined;
857
590
  GeneratedTemplateName?: string | undefined;
@@ -868,32 +601,12 @@ export interface DescribeGeneratedTemplateOutput {
868
601
  export interface DescribeOrganizationsAccessInput {
869
602
  CallAs?: CallAs | undefined;
870
603
  }
871
- export declare const OrganizationStatus: {
872
- readonly DISABLED: "DISABLED";
873
- readonly DISABLED_PERMANENTLY: "DISABLED_PERMANENTLY";
874
- readonly ENABLED: "ENABLED";
875
- };
876
- export type OrganizationStatus =
877
- (typeof OrganizationStatus)[keyof typeof OrganizationStatus];
878
604
  export interface DescribeOrganizationsAccessOutput {
879
605
  Status?: OrganizationStatus | undefined;
880
606
  }
881
607
  export interface DescribePublisherInput {
882
608
  PublisherId?: string | undefined;
883
609
  }
884
- export declare const IdentityProvider: {
885
- readonly AWS_Marketplace: "AWS_Marketplace";
886
- readonly Bitbucket: "Bitbucket";
887
- readonly GitHub: "GitHub";
888
- };
889
- export type IdentityProvider =
890
- (typeof IdentityProvider)[keyof typeof IdentityProvider];
891
- export declare const PublisherStatus: {
892
- readonly UNVERIFIED: "UNVERIFIED";
893
- readonly VERIFIED: "VERIFIED";
894
- };
895
- export type PublisherStatus =
896
- (typeof PublisherStatus)[keyof typeof PublisherStatus];
897
610
  export interface DescribePublisherOutput {
898
611
  PublisherId?: string | undefined;
899
612
  PublisherStatus?: PublisherStatus | undefined;
@@ -906,14 +619,6 @@ export interface DescribeResourceScanInput {
906
619
  export interface ScanFilter {
907
620
  Types?: string[] | undefined;
908
621
  }
909
- export declare const ResourceScanStatus: {
910
- readonly COMPLETE: "COMPLETE";
911
- readonly EXPIRED: "EXPIRED";
912
- readonly FAILED: "FAILED";
913
- readonly IN_PROGRESS: "IN_PROGRESS";
914
- };
915
- export type ResourceScanStatus =
916
- (typeof ResourceScanStatus)[keyof typeof ResourceScanStatus];
917
622
  export interface DescribeResourceScanOutput {
918
623
  ResourceScanId?: string | undefined;
919
624
  Status?: ResourceScanStatus | undefined;
@@ -926,32 +631,9 @@ export interface DescribeResourceScanOutput {
926
631
  ResourcesRead?: number | undefined;
927
632
  ScanFilters?: ScanFilter[] | undefined;
928
633
  }
929
- export declare class ResourceScanNotFoundException extends __BaseException {
930
- readonly name: "ResourceScanNotFoundException";
931
- readonly $fault: "client";
932
- Message?: string | undefined;
933
- constructor(
934
- opts: __ExceptionOptionType<ResourceScanNotFoundException, __BaseException>
935
- );
936
- }
937
634
  export interface DescribeStackDriftDetectionStatusInput {
938
635
  StackDriftDetectionId: string | undefined;
939
636
  }
940
- export declare const StackDriftDetectionStatus: {
941
- readonly DETECTION_COMPLETE: "DETECTION_COMPLETE";
942
- readonly DETECTION_FAILED: "DETECTION_FAILED";
943
- readonly DETECTION_IN_PROGRESS: "DETECTION_IN_PROGRESS";
944
- };
945
- export type StackDriftDetectionStatus =
946
- (typeof StackDriftDetectionStatus)[keyof typeof StackDriftDetectionStatus];
947
- export declare const StackDriftStatus: {
948
- readonly DRIFTED: "DRIFTED";
949
- readonly IN_SYNC: "IN_SYNC";
950
- readonly NOT_CHECKED: "NOT_CHECKED";
951
- readonly UNKNOWN: "UNKNOWN";
952
- };
953
- export type StackDriftStatus =
954
- (typeof StackDriftStatus)[keyof typeof StackDriftStatus];
955
637
  export interface DescribeStackDriftDetectionStatusOutput {
956
638
  StackId: string | undefined;
957
639
  StackDriftDetectionId: string | undefined;
@@ -962,58 +644,14 @@ export interface DescribeStackDriftDetectionStatusOutput {
962
644
  Timestamp: Date | undefined;
963
645
  }
964
646
  export interface DescribeStackEventsInput {
965
- StackName?: string | undefined;
647
+ StackName: string | undefined;
966
648
  NextToken?: string | undefined;
967
649
  }
968
- export declare const DetailedStatus: {
969
- readonly CONFIGURATION_COMPLETE: "CONFIGURATION_COMPLETE";
970
- readonly VALIDATION_FAILED: "VALIDATION_FAILED";
971
- };
972
- export type DetailedStatus =
973
- (typeof DetailedStatus)[keyof typeof DetailedStatus];
974
- export declare const HookStatus: {
975
- readonly HOOK_COMPLETE_FAILED: "HOOK_COMPLETE_FAILED";
976
- readonly HOOK_COMPLETE_SUCCEEDED: "HOOK_COMPLETE_SUCCEEDED";
977
- readonly HOOK_FAILED: "HOOK_FAILED";
978
- readonly HOOK_IN_PROGRESS: "HOOK_IN_PROGRESS";
979
- };
980
- export type HookStatus = (typeof HookStatus)[keyof typeof HookStatus];
981
- export declare const ResourceStatus: {
982
- readonly CREATE_COMPLETE: "CREATE_COMPLETE";
983
- readonly CREATE_FAILED: "CREATE_FAILED";
984
- readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
985
- readonly DELETE_COMPLETE: "DELETE_COMPLETE";
986
- readonly DELETE_FAILED: "DELETE_FAILED";
987
- readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
988
- readonly DELETE_SKIPPED: "DELETE_SKIPPED";
989
- readonly EXPORT_COMPLETE: "EXPORT_COMPLETE";
990
- readonly EXPORT_FAILED: "EXPORT_FAILED";
991
- readonly EXPORT_IN_PROGRESS: "EXPORT_IN_PROGRESS";
992
- readonly EXPORT_ROLLBACK_COMPLETE: "EXPORT_ROLLBACK_COMPLETE";
993
- readonly EXPORT_ROLLBACK_FAILED: "EXPORT_ROLLBACK_FAILED";
994
- readonly EXPORT_ROLLBACK_IN_PROGRESS: "EXPORT_ROLLBACK_IN_PROGRESS";
995
- readonly IMPORT_COMPLETE: "IMPORT_COMPLETE";
996
- readonly IMPORT_FAILED: "IMPORT_FAILED";
997
- readonly IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS";
998
- readonly IMPORT_ROLLBACK_COMPLETE: "IMPORT_ROLLBACK_COMPLETE";
999
- readonly IMPORT_ROLLBACK_FAILED: "IMPORT_ROLLBACK_FAILED";
1000
- readonly IMPORT_ROLLBACK_IN_PROGRESS: "IMPORT_ROLLBACK_IN_PROGRESS";
1001
- readonly ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE";
1002
- readonly ROLLBACK_FAILED: "ROLLBACK_FAILED";
1003
- readonly ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS";
1004
- readonly UPDATE_COMPLETE: "UPDATE_COMPLETE";
1005
- readonly UPDATE_FAILED: "UPDATE_FAILED";
1006
- readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
1007
- readonly UPDATE_ROLLBACK_COMPLETE: "UPDATE_ROLLBACK_COMPLETE";
1008
- readonly UPDATE_ROLLBACK_FAILED: "UPDATE_ROLLBACK_FAILED";
1009
- readonly UPDATE_ROLLBACK_IN_PROGRESS: "UPDATE_ROLLBACK_IN_PROGRESS";
1010
- };
1011
- export type ResourceStatus =
1012
- (typeof ResourceStatus)[keyof typeof ResourceStatus];
1013
650
  export interface StackEvent {
1014
651
  StackId: string | undefined;
1015
652
  EventId: string | undefined;
1016
653
  StackName: string | undefined;
654
+ OperationId?: string | undefined;
1017
655
  LogicalResourceId?: string | undefined;
1018
656
  PhysicalResourceId?: string | undefined;
1019
657
  ResourceType?: string | undefined;
@@ -1040,28 +678,9 @@ export interface DescribeStackInstanceInput {
1040
678
  StackInstanceRegion: string | undefined;
1041
679
  CallAs?: CallAs | undefined;
1042
680
  }
1043
- export declare const StackInstanceDetailedStatus: {
1044
- readonly CANCELLED: "CANCELLED";
1045
- readonly FAILED: "FAILED";
1046
- readonly FAILED_IMPORT: "FAILED_IMPORT";
1047
- readonly INOPERABLE: "INOPERABLE";
1048
- readonly PENDING: "PENDING";
1049
- readonly RUNNING: "RUNNING";
1050
- readonly SKIPPED_SUSPENDED_ACCOUNT: "SKIPPED_SUSPENDED_ACCOUNT";
1051
- readonly SUCCEEDED: "SUCCEEDED";
1052
- };
1053
- export type StackInstanceDetailedStatus =
1054
- (typeof StackInstanceDetailedStatus)[keyof typeof StackInstanceDetailedStatus];
1055
681
  export interface StackInstanceComprehensiveStatus {
1056
682
  DetailedStatus?: StackInstanceDetailedStatus | undefined;
1057
683
  }
1058
- export declare const StackInstanceStatus: {
1059
- readonly CURRENT: "CURRENT";
1060
- readonly INOPERABLE: "INOPERABLE";
1061
- readonly OUTDATED: "OUTDATED";
1062
- };
1063
- export type StackInstanceStatus =
1064
- (typeof StackInstanceStatus)[keyof typeof StackInstanceStatus];
1065
684
  export interface StackInstance {
1066
685
  StackSetId?: string | undefined;
1067
686
  Region?: string | undefined;
@@ -1079,40 +698,9 @@ export interface StackInstance {
1079
698
  export interface DescribeStackInstanceOutput {
1080
699
  StackInstance?: StackInstance | undefined;
1081
700
  }
1082
- export declare class StackInstanceNotFoundException extends __BaseException {
1083
- readonly name: "StackInstanceNotFoundException";
1084
- readonly $fault: "client";
1085
- Message?: string | undefined;
1086
- constructor(
1087
- opts: __ExceptionOptionType<StackInstanceNotFoundException, __BaseException>
1088
- );
1089
- }
1090
701
  export interface DescribeStackRefactorInput {
1091
702
  StackRefactorId: string | undefined;
1092
703
  }
1093
- export declare const StackRefactorExecutionStatus: {
1094
- readonly AVAILABLE: "AVAILABLE";
1095
- readonly EXECUTE_COMPLETE: "EXECUTE_COMPLETE";
1096
- readonly EXECUTE_FAILED: "EXECUTE_FAILED";
1097
- readonly EXECUTE_IN_PROGRESS: "EXECUTE_IN_PROGRESS";
1098
- readonly OBSOLETE: "OBSOLETE";
1099
- readonly ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE";
1100
- readonly ROLLBACK_FAILED: "ROLLBACK_FAILED";
1101
- readonly ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS";
1102
- readonly UNAVAILABLE: "UNAVAILABLE";
1103
- };
1104
- export type StackRefactorExecutionStatus =
1105
- (typeof StackRefactorExecutionStatus)[keyof typeof StackRefactorExecutionStatus];
1106
- export declare const StackRefactorStatus: {
1107
- readonly CREATE_COMPLETE: "CREATE_COMPLETE";
1108
- readonly CREATE_FAILED: "CREATE_FAILED";
1109
- readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
1110
- readonly DELETE_COMPLETE: "DELETE_COMPLETE";
1111
- readonly DELETE_FAILED: "DELETE_FAILED";
1112
- readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
1113
- };
1114
- export type StackRefactorStatus =
1115
- (typeof StackRefactorStatus)[keyof typeof StackRefactorStatus];
1116
704
  export interface DescribeStackRefactorOutput {
1117
705
  Description?: string | undefined;
1118
706
  StackRefactorId?: string | undefined;
@@ -1122,27 +710,10 @@ export interface DescribeStackRefactorOutput {
1122
710
  Status?: StackRefactorStatus | undefined;
1123
711
  StatusReason?: string | undefined;
1124
712
  }
1125
- export declare class StackRefactorNotFoundException extends __BaseException {
1126
- readonly name: "StackRefactorNotFoundException";
1127
- readonly $fault: "client";
1128
- Message?: string | undefined;
1129
- constructor(
1130
- opts: __ExceptionOptionType<StackRefactorNotFoundException, __BaseException>
1131
- );
1132
- }
1133
713
  export interface DescribeStackResourceInput {
1134
714
  StackName: string | undefined;
1135
715
  LogicalResourceId: string | undefined;
1136
716
  }
1137
- export declare const StackResourceDriftStatus: {
1138
- readonly DELETED: "DELETED";
1139
- readonly IN_SYNC: "IN_SYNC";
1140
- readonly MODIFIED: "MODIFIED";
1141
- readonly NOT_CHECKED: "NOT_CHECKED";
1142
- readonly UNKNOWN: "UNKNOWN";
1143
- };
1144
- export type StackResourceDriftStatus =
1145
- (typeof StackResourceDriftStatus)[keyof typeof StackResourceDriftStatus];
1146
717
  export interface StackResourceDriftInformation {
1147
718
  StackResourceDriftStatus: StackResourceDriftStatus | undefined;
1148
719
  LastCheckTimestamp?: Date | undefined;
@@ -1174,13 +745,6 @@ export interface PhysicalResourceIdContextKeyValuePair {
1174
745
  Key: string | undefined;
1175
746
  Value: string | undefined;
1176
747
  }
1177
- export declare const DifferenceType: {
1178
- readonly ADD: "ADD";
1179
- readonly NOT_EQUAL: "NOT_EQUAL";
1180
- readonly REMOVE: "REMOVE";
1181
- };
1182
- export type DifferenceType =
1183
- (typeof DifferenceType)[keyof typeof DifferenceType];
1184
748
  export interface PropertyDifference {
1185
749
  PropertyPath: string | undefined;
1186
750
  ExpectedValue: string | undefined;
@@ -1236,38 +800,16 @@ export interface StackDriftInformation {
1236
800
  StackDriftStatus: StackDriftStatus | undefined;
1237
801
  LastCheckTimestamp?: Date | undefined;
1238
802
  }
803
+ export interface OperationEntry {
804
+ OperationType?: OperationType | undefined;
805
+ OperationId?: string | undefined;
806
+ }
1239
807
  export interface Output {
1240
808
  OutputKey?: string | undefined;
1241
809
  OutputValue?: string | undefined;
1242
810
  Description?: string | undefined;
1243
811
  ExportName?: string | undefined;
1244
812
  }
1245
- export declare const StackStatus: {
1246
- readonly CREATE_COMPLETE: "CREATE_COMPLETE";
1247
- readonly CREATE_FAILED: "CREATE_FAILED";
1248
- readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
1249
- readonly DELETE_COMPLETE: "DELETE_COMPLETE";
1250
- readonly DELETE_FAILED: "DELETE_FAILED";
1251
- readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
1252
- readonly IMPORT_COMPLETE: "IMPORT_COMPLETE";
1253
- readonly IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS";
1254
- readonly IMPORT_ROLLBACK_COMPLETE: "IMPORT_ROLLBACK_COMPLETE";
1255
- readonly IMPORT_ROLLBACK_FAILED: "IMPORT_ROLLBACK_FAILED";
1256
- readonly IMPORT_ROLLBACK_IN_PROGRESS: "IMPORT_ROLLBACK_IN_PROGRESS";
1257
- readonly REVIEW_IN_PROGRESS: "REVIEW_IN_PROGRESS";
1258
- readonly ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE";
1259
- readonly ROLLBACK_FAILED: "ROLLBACK_FAILED";
1260
- readonly ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS";
1261
- readonly UPDATE_COMPLETE: "UPDATE_COMPLETE";
1262
- readonly UPDATE_COMPLETE_CLEANUP_IN_PROGRESS: "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS";
1263
- readonly UPDATE_FAILED: "UPDATE_FAILED";
1264
- readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
1265
- readonly UPDATE_ROLLBACK_COMPLETE: "UPDATE_ROLLBACK_COMPLETE";
1266
- readonly UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS: "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS";
1267
- readonly UPDATE_ROLLBACK_FAILED: "UPDATE_ROLLBACK_FAILED";
1268
- readonly UPDATE_ROLLBACK_IN_PROGRESS: "UPDATE_ROLLBACK_IN_PROGRESS";
1269
- };
1270
- export type StackStatus = (typeof StackStatus)[keyof typeof StackStatus];
1271
813
  export interface Stack {
1272
814
  StackId?: string | undefined;
1273
815
  StackName: string | undefined;
@@ -1294,6 +836,7 @@ export interface Stack {
1294
836
  RetainExceptOnCreate?: boolean | undefined;
1295
837
  DeletionMode?: DeletionMode | undefined;
1296
838
  DetailedStatus?: DetailedStatus | undefined;
839
+ LastOperations?: OperationEntry[] | undefined;
1297
840
  }
1298
841
  export interface DescribeStacksOutput {
1299
842
  Stacks?: Stack[] | undefined;
@@ -1303,22 +846,6 @@ export interface DescribeStackSetInput {
1303
846
  StackSetName: string | undefined;
1304
847
  CallAs?: CallAs | undefined;
1305
848
  }
1306
- export declare const StackSetDriftDetectionStatus: {
1307
- readonly COMPLETED: "COMPLETED";
1308
- readonly FAILED: "FAILED";
1309
- readonly IN_PROGRESS: "IN_PROGRESS";
1310
- readonly PARTIAL_SUCCESS: "PARTIAL_SUCCESS";
1311
- readonly STOPPED: "STOPPED";
1312
- };
1313
- export type StackSetDriftDetectionStatus =
1314
- (typeof StackSetDriftDetectionStatus)[keyof typeof StackSetDriftDetectionStatus];
1315
- export declare const StackSetDriftStatus: {
1316
- readonly DRIFTED: "DRIFTED";
1317
- readonly IN_SYNC: "IN_SYNC";
1318
- readonly NOT_CHECKED: "NOT_CHECKED";
1319
- };
1320
- export type StackSetDriftStatus =
1321
- (typeof StackSetDriftStatus)[keyof typeof StackSetDriftStatus];
1322
849
  export interface StackSetDriftDetectionDetails {
1323
850
  DriftStatus?: StackSetDriftStatus | undefined;
1324
851
  DriftDetectionStatus?: StackSetDriftDetectionStatus | undefined;
@@ -1329,12 +856,6 @@ export interface StackSetDriftDetectionDetails {
1329
856
  InProgressStackInstancesCount?: number | undefined;
1330
857
  FailedStackInstancesCount?: number | undefined;
1331
858
  }
1332
- export declare const StackSetStatus: {
1333
- readonly ACTIVE: "ACTIVE";
1334
- readonly DELETED: "DELETED";
1335
- };
1336
- export type StackSetStatus =
1337
- (typeof StackSetStatus)[keyof typeof StackSetStatus];
1338
859
  export interface StackSet {
1339
860
  StackSetName?: string | undefined;
1340
861
  StackSetId?: string | undefined;
@@ -1362,24 +883,6 @@ export interface DescribeStackSetOperationInput {
1362
883
  OperationId: string | undefined;
1363
884
  CallAs?: CallAs | undefined;
1364
885
  }
1365
- export declare const StackSetOperationAction: {
1366
- readonly CREATE: "CREATE";
1367
- readonly DELETE: "DELETE";
1368
- readonly DETECT_DRIFT: "DETECT_DRIFT";
1369
- readonly UPDATE: "UPDATE";
1370
- };
1371
- export type StackSetOperationAction =
1372
- (typeof StackSetOperationAction)[keyof typeof StackSetOperationAction];
1373
- export declare const StackSetOperationStatus: {
1374
- readonly FAILED: "FAILED";
1375
- readonly QUEUED: "QUEUED";
1376
- readonly RUNNING: "RUNNING";
1377
- readonly STOPPED: "STOPPED";
1378
- readonly STOPPING: "STOPPING";
1379
- readonly SUCCEEDED: "SUCCEEDED";
1380
- };
1381
- export type StackSetOperationStatus =
1382
- (typeof StackSetOperationStatus)[keyof typeof StackSetOperationStatus];
1383
886
  export interface StackSetOperationStatusDetails {
1384
887
  FailedStackInstancesCount?: number | undefined;
1385
888
  }
@@ -1410,38 +913,12 @@ export interface DescribeTypeInput {
1410
913
  PublisherId?: string | undefined;
1411
914
  PublicVersionNumber?: string | undefined;
1412
915
  }
1413
- export declare const DeprecatedStatus: {
1414
- readonly DEPRECATED: "DEPRECATED";
1415
- readonly LIVE: "LIVE";
1416
- };
1417
- export type DeprecatedStatus =
1418
- (typeof DeprecatedStatus)[keyof typeof DeprecatedStatus];
1419
- export declare const ProvisioningType: {
1420
- readonly FULLY_MUTABLE: "FULLY_MUTABLE";
1421
- readonly IMMUTABLE: "IMMUTABLE";
1422
- readonly NON_PROVISIONABLE: "NON_PROVISIONABLE";
1423
- };
1424
- export type ProvisioningType =
1425
- (typeof ProvisioningType)[keyof typeof ProvisioningType];
1426
916
  export interface RequiredActivatedType {
1427
917
  TypeNameAlias?: string | undefined;
1428
918
  OriginalTypeName?: string | undefined;
1429
919
  PublisherId?: string | undefined;
1430
920
  SupportedMajorVersions?: number[] | undefined;
1431
921
  }
1432
- export declare const TypeTestsStatus: {
1433
- readonly FAILED: "FAILED";
1434
- readonly IN_PROGRESS: "IN_PROGRESS";
1435
- readonly NOT_TESTED: "NOT_TESTED";
1436
- readonly PASSED: "PASSED";
1437
- };
1438
- export type TypeTestsStatus =
1439
- (typeof TypeTestsStatus)[keyof typeof TypeTestsStatus];
1440
- export declare const Visibility: {
1441
- readonly PRIVATE: "PRIVATE";
1442
- readonly PUBLIC: "PUBLIC";
1443
- };
1444
- export type Visibility = (typeof Visibility)[keyof typeof Visibility];
1445
922
  export interface DescribeTypeOutput {
1446
923
  Arn?: string | undefined;
1447
924
  Type?: RegistryType | undefined;
@@ -1474,13 +951,6 @@ export interface DescribeTypeOutput {
1474
951
  export interface DescribeTypeRegistrationInput {
1475
952
  RegistrationToken: string | undefined;
1476
953
  }
1477
- export declare const RegistrationStatus: {
1478
- readonly COMPLETE: "COMPLETE";
1479
- readonly FAILED: "FAILED";
1480
- readonly IN_PROGRESS: "IN_PROGRESS";
1481
- };
1482
- export type RegistrationStatus =
1483
- (typeof RegistrationStatus)[keyof typeof RegistrationStatus];
1484
954
  export interface DescribeTypeRegistrationOutput {
1485
955
  ProgressStatus?: RegistrationStatus | undefined;
1486
956
  Description?: string | undefined;
@@ -1529,12 +999,6 @@ export interface ExecuteChangeSetOutput {}
1529
999
  export interface ExecuteStackRefactorInput {
1530
1000
  StackRefactorId: string | undefined;
1531
1001
  }
1532
- export declare const TemplateFormat: {
1533
- readonly JSON: "JSON";
1534
- readonly YAML: "YAML";
1535
- };
1536
- export type TemplateFormat =
1537
- (typeof TemplateFormat)[keyof typeof TemplateFormat];
1538
1002
  export interface GetGeneratedTemplateInput {
1539
1003
  Format?: TemplateFormat | undefined;
1540
1004
  GeneratedTemplateName: string | undefined;
@@ -1543,17 +1007,36 @@ export interface GetGeneratedTemplateOutput {
1543
1007
  Status?: GeneratedTemplateStatus | undefined;
1544
1008
  TemplateBody?: string | undefined;
1545
1009
  }
1010
+ export interface GetHookResultInput {
1011
+ HookResultId?: string | undefined;
1012
+ }
1013
+ export interface HookTarget {
1014
+ TargetType: HookTargetType | undefined;
1015
+ TargetTypeName: string | undefined;
1016
+ TargetId: string | undefined;
1017
+ Action: HookTargetAction | undefined;
1018
+ }
1019
+ export interface GetHookResultOutput {
1020
+ HookResultId?: string | undefined;
1021
+ InvocationPoint?: HookInvocationPoint | undefined;
1022
+ FailureMode?: HookFailureMode | undefined;
1023
+ TypeName?: string | undefined;
1024
+ OriginalTypeName?: string | undefined;
1025
+ TypeVersionId?: string | undefined;
1026
+ TypeConfigurationVersionId?: string | undefined;
1027
+ TypeArn?: string | undefined;
1028
+ Status?: HookStatus | undefined;
1029
+ HookStatusReason?: string | undefined;
1030
+ InvokedAt?: Date | undefined;
1031
+ Target?: HookTarget | undefined;
1032
+ Annotations?: Annotation[] | undefined;
1033
+ }
1546
1034
  export interface GetStackPolicyInput {
1547
1035
  StackName: string | undefined;
1548
1036
  }
1549
1037
  export interface GetStackPolicyOutput {
1550
1038
  StackPolicyBody?: string | undefined;
1551
1039
  }
1552
- export declare const TemplateStage: {
1553
- readonly Original: "Original";
1554
- readonly Processed: "Processed";
1555
- };
1556
- export type TemplateStage = (typeof TemplateStage)[keyof typeof TemplateStage];
1557
1040
  export interface GetTemplateInput {
1558
1041
  StackName?: string | undefined;
1559
1042
  ChangeSetName?: string | undefined;
@@ -1617,14 +1100,6 @@ export interface ImportStacksToStackSetInput {
1617
1100
  export interface ImportStacksToStackSetOutput {
1618
1101
  OperationId?: string | undefined;
1619
1102
  }
1620
- export declare class StackNotFoundException extends __BaseException {
1621
- readonly name: "StackNotFoundException";
1622
- readonly $fault: "client";
1623
- Message?: string | undefined;
1624
- constructor(
1625
- opts: __ExceptionOptionType<StackNotFoundException, __BaseException>
1626
- );
1627
- }
1628
1103
  export interface ListChangeSetsInput {
1629
1104
  StackName: string | undefined;
1630
1105
  NextToken?: string | undefined;
@@ -1662,22 +1137,6 @@ export interface ListGeneratedTemplatesOutput {
1662
1137
  Summaries?: TemplateSummary[] | undefined;
1663
1138
  NextToken?: string | undefined;
1664
1139
  }
1665
- export declare class HookResultNotFoundException extends __BaseException {
1666
- readonly name: "HookResultNotFoundException";
1667
- readonly $fault: "client";
1668
- Message?: string | undefined;
1669
- constructor(
1670
- opts: __ExceptionOptionType<HookResultNotFoundException, __BaseException>
1671
- );
1672
- }
1673
- export declare const ListHookResultsTargetType: {
1674
- readonly CHANGE_SET: "CHANGE_SET";
1675
- readonly CLOUD_CONTROL: "CLOUD_CONTROL";
1676
- readonly RESOURCE: "RESOURCE";
1677
- readonly STACK: "STACK";
1678
- };
1679
- export type ListHookResultsTargetType =
1680
- (typeof ListHookResultsTargetType)[keyof typeof ListHookResultsTargetType];
1681
1140
  export interface ListHookResultsInput {
1682
1141
  TargetType?: ListHookResultsTargetType | undefined;
1683
1142
  TargetId?: string | undefined;
@@ -1733,17 +1192,6 @@ export interface ListResourceScanRelatedResourcesOutput {
1733
1192
  RelatedResources?: ScannedResource[] | undefined;
1734
1193
  NextToken?: string | undefined;
1735
1194
  }
1736
- export declare class ResourceScanInProgressException extends __BaseException {
1737
- readonly name: "ResourceScanInProgressException";
1738
- readonly $fault: "client";
1739
- Message?: string | undefined;
1740
- constructor(
1741
- opts: __ExceptionOptionType<
1742
- ResourceScanInProgressException,
1743
- __BaseException
1744
- >
1745
- );
1746
- }
1747
1195
  export interface ListResourceScanResourcesInput {
1748
1196
  ResourceScanId: string | undefined;
1749
1197
  ResourceIdentifier?: string | undefined;
@@ -1757,11 +1205,6 @@ export interface ListResourceScanResourcesOutput {
1757
1205
  Resources?: ScannedResource[] | undefined;
1758
1206
  NextToken?: string | undefined;
1759
1207
  }
1760
- export declare const ScanType: {
1761
- readonly FULL: "FULL";
1762
- readonly PARTIAL: "PARTIAL";
1763
- };
1764
- export type ScanType = (typeof ScanType)[keyof typeof ScanType];
1765
1208
  export interface ListResourceScansInput {
1766
1209
  NextToken?: string | undefined;
1767
1210
  MaxResults?: number | undefined;
@@ -1806,13 +1249,6 @@ export interface ListStackInstanceResourceDriftsOutput {
1806
1249
  Summaries?: StackInstanceResourceDriftsSummary[] | undefined;
1807
1250
  NextToken?: string | undefined;
1808
1251
  }
1809
- export declare const StackInstanceFilterName: {
1810
- readonly DETAILED_STATUS: "DETAILED_STATUS";
1811
- readonly DRIFT_STATUS: "DRIFT_STATUS";
1812
- readonly LAST_OPERATION_ID: "LAST_OPERATION_ID";
1813
- };
1814
- export type StackInstanceFilterName =
1815
- (typeof StackInstanceFilterName)[keyof typeof StackInstanceFilterName];
1816
1252
  export interface StackInstanceFilter {
1817
1253
  Name?: StackInstanceFilterName | undefined;
1818
1254
  Values?: string | undefined;
@@ -1848,24 +1284,6 @@ export interface ListStackRefactorActionsInput {
1848
1284
  NextToken?: string | undefined;
1849
1285
  MaxResults?: number | undefined;
1850
1286
  }
1851
- export declare const StackRefactorActionType: {
1852
- readonly CREATE: "CREATE";
1853
- readonly MOVE: "MOVE";
1854
- };
1855
- export type StackRefactorActionType =
1856
- (typeof StackRefactorActionType)[keyof typeof StackRefactorActionType];
1857
- export declare const StackRefactorDetection: {
1858
- readonly AUTO: "AUTO";
1859
- readonly MANUAL: "MANUAL";
1860
- };
1861
- export type StackRefactorDetection =
1862
- (typeof StackRefactorDetection)[keyof typeof StackRefactorDetection];
1863
- export declare const StackRefactorActionEntity: {
1864
- readonly RESOURCE: "RESOURCE";
1865
- readonly STACK: "STACK";
1866
- };
1867
- export type StackRefactorActionEntity =
1868
- (typeof StackRefactorActionEntity)[keyof typeof StackRefactorActionEntity];
1869
1287
  export interface StackRefactorAction {
1870
1288
  Action?: StackRefactorActionType | undefined;
1871
1289
  Entity?: StackRefactorActionEntity | undefined;
@@ -1941,6 +1359,7 @@ export interface StackSummary {
1941
1359
  ParentId?: string | undefined;
1942
1360
  RootId?: string | undefined;
1943
1361
  DriftInformation?: StackDriftInformationSummary | undefined;
1362
+ LastOperations?: OperationEntry[] | undefined;
1944
1363
  }
1945
1364
  export interface ListStacksOutput {
1946
1365
  StackSummaries?: StackSummary[] | undefined;
@@ -1960,11 +1379,6 @@ export interface ListStackSetAutoDeploymentTargetsOutput {
1960
1379
  Summaries?: StackSetAutoDeploymentTargetSummary[] | undefined;
1961
1380
  NextToken?: string | undefined;
1962
1381
  }
1963
- export declare const OperationResultFilterName: {
1964
- readonly OPERATION_RESULT_STATUS: "OPERATION_RESULT_STATUS";
1965
- };
1966
- export type OperationResultFilterName =
1967
- (typeof OperationResultFilterName)[keyof typeof OperationResultFilterName];
1968
1382
  export interface OperationResultFilter {
1969
1383
  Name?: OperationResultFilterName | undefined;
1970
1384
  Values?: string | undefined;
@@ -1977,15 +1391,6 @@ export interface ListStackSetOperationResultsInput {
1977
1391
  CallAs?: CallAs | undefined;
1978
1392
  Filters?: OperationResultFilter[] | undefined;
1979
1393
  }
1980
- export declare const StackSetOperationResultStatus: {
1981
- readonly CANCELLED: "CANCELLED";
1982
- readonly FAILED: "FAILED";
1983
- readonly PENDING: "PENDING";
1984
- readonly RUNNING: "RUNNING";
1985
- readonly SUCCEEDED: "SUCCEEDED";
1986
- };
1987
- export type StackSetOperationResultStatus =
1988
- (typeof StackSetOperationResultStatus)[keyof typeof StackSetOperationResultStatus];
1989
1394
  export interface StackSetOperationResultSummary {
1990
1395
  Account?: string | undefined;
1991
1396
  Region?: string | undefined;
@@ -2018,3 +1423,286 @@ export interface ListStackSetOperationsOutput {
2018
1423
  Summaries?: StackSetOperationSummary[] | undefined;
2019
1424
  NextToken?: string | undefined;
2020
1425
  }
1426
+ export interface ListStackSetsInput {
1427
+ NextToken?: string | undefined;
1428
+ MaxResults?: number | undefined;
1429
+ Status?: StackSetStatus | undefined;
1430
+ CallAs?: CallAs | undefined;
1431
+ }
1432
+ export interface StackSetSummary {
1433
+ StackSetName?: string | undefined;
1434
+ StackSetId?: string | undefined;
1435
+ Description?: string | undefined;
1436
+ Status?: StackSetStatus | undefined;
1437
+ AutoDeployment?: AutoDeployment | undefined;
1438
+ PermissionModel?: PermissionModels | undefined;
1439
+ DriftStatus?: StackDriftStatus | undefined;
1440
+ LastDriftCheckTimestamp?: Date | undefined;
1441
+ ManagedExecution?: ManagedExecution | undefined;
1442
+ }
1443
+ export interface ListStackSetsOutput {
1444
+ Summaries?: StackSetSummary[] | undefined;
1445
+ NextToken?: string | undefined;
1446
+ }
1447
+ export interface ListTypeRegistrationsInput {
1448
+ Type?: RegistryType | undefined;
1449
+ TypeName?: string | undefined;
1450
+ TypeArn?: string | undefined;
1451
+ RegistrationStatusFilter?: RegistrationStatus | undefined;
1452
+ MaxResults?: number | undefined;
1453
+ NextToken?: string | undefined;
1454
+ }
1455
+ export interface ListTypeRegistrationsOutput {
1456
+ RegistrationTokenList?: string[] | undefined;
1457
+ NextToken?: string | undefined;
1458
+ }
1459
+ export interface TypeFilters {
1460
+ Category?: Category | undefined;
1461
+ PublisherId?: string | undefined;
1462
+ TypeNamePrefix?: string | undefined;
1463
+ }
1464
+ export interface ListTypesInput {
1465
+ Visibility?: Visibility | undefined;
1466
+ ProvisioningType?: ProvisioningType | undefined;
1467
+ DeprecatedStatus?: DeprecatedStatus | undefined;
1468
+ Type?: RegistryType | undefined;
1469
+ Filters?: TypeFilters | undefined;
1470
+ MaxResults?: number | undefined;
1471
+ NextToken?: string | undefined;
1472
+ }
1473
+ export interface TypeSummary {
1474
+ Type?: RegistryType | undefined;
1475
+ TypeName?: string | undefined;
1476
+ DefaultVersionId?: string | undefined;
1477
+ TypeArn?: string | undefined;
1478
+ LastUpdated?: Date | undefined;
1479
+ Description?: string | undefined;
1480
+ PublisherId?: string | undefined;
1481
+ OriginalTypeName?: string | undefined;
1482
+ PublicVersionNumber?: string | undefined;
1483
+ LatestPublicVersion?: string | undefined;
1484
+ PublisherIdentity?: IdentityProvider | undefined;
1485
+ PublisherName?: string | undefined;
1486
+ IsActivated?: boolean | undefined;
1487
+ }
1488
+ export interface ListTypesOutput {
1489
+ TypeSummaries?: TypeSummary[] | undefined;
1490
+ NextToken?: string | undefined;
1491
+ }
1492
+ export interface ListTypeVersionsInput {
1493
+ Type?: RegistryType | undefined;
1494
+ TypeName?: string | undefined;
1495
+ Arn?: string | undefined;
1496
+ MaxResults?: number | undefined;
1497
+ NextToken?: string | undefined;
1498
+ DeprecatedStatus?: DeprecatedStatus | undefined;
1499
+ PublisherId?: string | undefined;
1500
+ }
1501
+ export interface TypeVersionSummary {
1502
+ Type?: RegistryType | undefined;
1503
+ TypeName?: string | undefined;
1504
+ VersionId?: string | undefined;
1505
+ IsDefaultVersion?: boolean | undefined;
1506
+ Arn?: string | undefined;
1507
+ TimeCreated?: Date | undefined;
1508
+ Description?: string | undefined;
1509
+ PublicVersionNumber?: string | undefined;
1510
+ }
1511
+ export interface ListTypeVersionsOutput {
1512
+ TypeVersionSummaries?: TypeVersionSummary[] | undefined;
1513
+ NextToken?: string | undefined;
1514
+ }
1515
+ export interface PublishTypeInput {
1516
+ Type?: ThirdPartyType | undefined;
1517
+ Arn?: string | undefined;
1518
+ TypeName?: string | undefined;
1519
+ PublicVersionNumber?: string | undefined;
1520
+ }
1521
+ export interface PublishTypeOutput {
1522
+ PublicTypeArn?: string | undefined;
1523
+ }
1524
+ export interface RecordHandlerProgressInput {
1525
+ BearerToken: string | undefined;
1526
+ OperationStatus: OperationStatus | undefined;
1527
+ CurrentOperationStatus?: OperationStatus | undefined;
1528
+ StatusMessage?: string | undefined;
1529
+ ErrorCode?: HandlerErrorCode | undefined;
1530
+ ResourceModel?: string | undefined;
1531
+ ClientRequestToken?: string | undefined;
1532
+ }
1533
+ export interface RecordHandlerProgressOutput {}
1534
+ export interface RegisterPublisherInput {
1535
+ AcceptTermsAndConditions?: boolean | undefined;
1536
+ ConnectionArn?: string | undefined;
1537
+ }
1538
+ export interface RegisterPublisherOutput {
1539
+ PublisherId?: string | undefined;
1540
+ }
1541
+ export interface RegisterTypeInput {
1542
+ Type?: RegistryType | undefined;
1543
+ TypeName: string | undefined;
1544
+ SchemaHandlerPackage: string | undefined;
1545
+ LoggingConfig?: LoggingConfig | undefined;
1546
+ ExecutionRoleArn?: string | undefined;
1547
+ ClientRequestToken?: string | undefined;
1548
+ }
1549
+ export interface RegisterTypeOutput {
1550
+ RegistrationToken?: string | undefined;
1551
+ }
1552
+ export interface RollbackStackInput {
1553
+ StackName: string | undefined;
1554
+ RoleARN?: string | undefined;
1555
+ ClientRequestToken?: string | undefined;
1556
+ RetainExceptOnCreate?: boolean | undefined;
1557
+ }
1558
+ export interface RollbackStackOutput {
1559
+ StackId?: string | undefined;
1560
+ OperationId?: string | undefined;
1561
+ }
1562
+ export interface SetStackPolicyInput {
1563
+ StackName: string | undefined;
1564
+ StackPolicyBody?: string | undefined;
1565
+ StackPolicyURL?: string | undefined;
1566
+ }
1567
+ export interface SetTypeConfigurationInput {
1568
+ TypeArn?: string | undefined;
1569
+ Configuration: string | undefined;
1570
+ ConfigurationAlias?: string | undefined;
1571
+ TypeName?: string | undefined;
1572
+ Type?: ThirdPartyType | undefined;
1573
+ }
1574
+ export interface SetTypeConfigurationOutput {
1575
+ ConfigurationArn?: string | undefined;
1576
+ }
1577
+ export interface SetTypeDefaultVersionInput {
1578
+ Arn?: string | undefined;
1579
+ Type?: RegistryType | undefined;
1580
+ TypeName?: string | undefined;
1581
+ VersionId?: string | undefined;
1582
+ }
1583
+ export interface SetTypeDefaultVersionOutput {}
1584
+ export interface SignalResourceInput {
1585
+ StackName: string | undefined;
1586
+ LogicalResourceId: string | undefined;
1587
+ UniqueId: string | undefined;
1588
+ Status: ResourceSignalStatus | undefined;
1589
+ }
1590
+ export interface StartResourceScanInput {
1591
+ ClientRequestToken?: string | undefined;
1592
+ ScanFilters?: ScanFilter[] | undefined;
1593
+ }
1594
+ export interface StartResourceScanOutput {
1595
+ ResourceScanId?: string | undefined;
1596
+ }
1597
+ export interface StopStackSetOperationInput {
1598
+ StackSetName: string | undefined;
1599
+ OperationId: string | undefined;
1600
+ CallAs?: CallAs | undefined;
1601
+ }
1602
+ export interface StopStackSetOperationOutput {}
1603
+ export interface TestTypeInput {
1604
+ Arn?: string | undefined;
1605
+ Type?: ThirdPartyType | undefined;
1606
+ TypeName?: string | undefined;
1607
+ VersionId?: string | undefined;
1608
+ LogDeliveryBucket?: string | undefined;
1609
+ }
1610
+ export interface TestTypeOutput {
1611
+ TypeVersionArn?: string | undefined;
1612
+ }
1613
+ export interface UpdateGeneratedTemplateInput {
1614
+ GeneratedTemplateName: string | undefined;
1615
+ NewGeneratedTemplateName?: string | undefined;
1616
+ AddResources?: ResourceDefinition[] | undefined;
1617
+ RemoveResources?: string[] | undefined;
1618
+ RefreshAllResources?: boolean | undefined;
1619
+ TemplateConfiguration?: TemplateConfiguration | undefined;
1620
+ }
1621
+ export interface UpdateGeneratedTemplateOutput {
1622
+ GeneratedTemplateId?: string | undefined;
1623
+ }
1624
+ export interface UpdateStackInput {
1625
+ StackName: string | undefined;
1626
+ TemplateBody?: string | undefined;
1627
+ TemplateURL?: string | undefined;
1628
+ UsePreviousTemplate?: boolean | undefined;
1629
+ StackPolicyDuringUpdateBody?: string | undefined;
1630
+ StackPolicyDuringUpdateURL?: string | undefined;
1631
+ Parameters?: Parameter[] | undefined;
1632
+ Capabilities?: Capability[] | undefined;
1633
+ ResourceTypes?: string[] | undefined;
1634
+ RoleARN?: string | undefined;
1635
+ RollbackConfiguration?: RollbackConfiguration | undefined;
1636
+ StackPolicyBody?: string | undefined;
1637
+ StackPolicyURL?: string | undefined;
1638
+ NotificationARNs?: string[] | undefined;
1639
+ Tags?: Tag[] | undefined;
1640
+ DisableRollback?: boolean | undefined;
1641
+ ClientRequestToken?: string | undefined;
1642
+ RetainExceptOnCreate?: boolean | undefined;
1643
+ }
1644
+ export interface UpdateStackOutput {
1645
+ StackId?: string | undefined;
1646
+ OperationId?: string | undefined;
1647
+ }
1648
+ export interface UpdateStackInstancesInput {
1649
+ StackSetName: string | undefined;
1650
+ Accounts?: string[] | undefined;
1651
+ DeploymentTargets?: DeploymentTargets | undefined;
1652
+ Regions: string[] | undefined;
1653
+ ParameterOverrides?: Parameter[] | undefined;
1654
+ OperationPreferences?: StackSetOperationPreferences | undefined;
1655
+ OperationId?: string | undefined;
1656
+ CallAs?: CallAs | undefined;
1657
+ }
1658
+ export interface UpdateStackInstancesOutput {
1659
+ OperationId?: string | undefined;
1660
+ }
1661
+ export interface UpdateStackSetInput {
1662
+ StackSetName: string | undefined;
1663
+ Description?: string | undefined;
1664
+ TemplateBody?: string | undefined;
1665
+ TemplateURL?: string | undefined;
1666
+ UsePreviousTemplate?: boolean | undefined;
1667
+ Parameters?: Parameter[] | undefined;
1668
+ Capabilities?: Capability[] | undefined;
1669
+ Tags?: Tag[] | undefined;
1670
+ OperationPreferences?: StackSetOperationPreferences | undefined;
1671
+ AdministrationRoleARN?: string | undefined;
1672
+ ExecutionRoleName?: string | undefined;
1673
+ DeploymentTargets?: DeploymentTargets | undefined;
1674
+ PermissionModel?: PermissionModels | undefined;
1675
+ AutoDeployment?: AutoDeployment | undefined;
1676
+ OperationId?: string | undefined;
1677
+ Accounts?: string[] | undefined;
1678
+ Regions?: string[] | undefined;
1679
+ CallAs?: CallAs | undefined;
1680
+ ManagedExecution?: ManagedExecution | undefined;
1681
+ }
1682
+ export interface UpdateStackSetOutput {
1683
+ OperationId?: string | undefined;
1684
+ }
1685
+ export interface UpdateTerminationProtectionInput {
1686
+ EnableTerminationProtection: boolean | undefined;
1687
+ StackName: string | undefined;
1688
+ }
1689
+ export interface UpdateTerminationProtectionOutput {
1690
+ StackId?: string | undefined;
1691
+ }
1692
+ export interface ValidateTemplateInput {
1693
+ TemplateBody?: string | undefined;
1694
+ TemplateURL?: string | undefined;
1695
+ }
1696
+ export interface TemplateParameter {
1697
+ ParameterKey?: string | undefined;
1698
+ DefaultValue?: string | undefined;
1699
+ NoEcho?: boolean | undefined;
1700
+ Description?: string | undefined;
1701
+ }
1702
+ export interface ValidateTemplateOutput {
1703
+ Parameters?: TemplateParameter[] | undefined;
1704
+ Description?: string | undefined;
1705
+ Capabilities?: Capability[] | undefined;
1706
+ CapabilitiesReason?: string | undefined;
1707
+ DeclaredTransforms?: string[] | undefined;
1708
+ }