@aws-cdk/toolkit-lib 1.1.1 → 1.1.2

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 (226) hide show
  1. package/build-info.json +2 -2
  2. package/db.json.gz +0 -0
  3. package/lib/actions/bootstrap/index.d.ts +1 -0
  4. package/lib/actions/bootstrap/private/helpers.d.ts +1 -0
  5. package/lib/actions/bootstrap/private/index.d.ts +1 -0
  6. package/lib/actions/deploy/index.d.ts +1 -0
  7. package/lib/actions/deploy/private/deploy-options.d.ts +1 -0
  8. package/lib/actions/deploy/private/helpers.d.ts +1 -0
  9. package/lib/actions/deploy/private/index.d.ts +1 -0
  10. package/lib/actions/destroy/index.d.ts +1 -0
  11. package/lib/actions/diff/index.d.ts +1 -0
  12. package/lib/actions/diff/private/helpers.d.ts +1 -0
  13. package/lib/actions/diff/private/index.d.ts +1 -0
  14. package/lib/actions/drift/index.d.ts +1 -0
  15. package/lib/actions/index.d.ts +1 -0
  16. package/lib/actions/list/index.d.ts +1 -0
  17. package/lib/actions/refactor/index.d.ts +1 -0
  18. package/lib/actions/rollback/index.d.ts +1 -0
  19. package/lib/actions/synth/index.d.ts +1 -0
  20. package/lib/actions/watch/index.d.ts +1 -0
  21. package/lib/actions/watch/private/helpers.d.ts +1 -0
  22. package/lib/actions/watch/private/index.d.ts +1 -0
  23. package/lib/api/aws-auth/account-cache.d.ts +1 -0
  24. package/lib/api/aws-auth/awscli-compatible.d.ts +1 -0
  25. package/lib/api/aws-auth/base-credentials.d.ts +1 -0
  26. package/lib/api/aws-auth/cached.d.ts +1 -0
  27. package/lib/api/aws-auth/credential-plugins.d.ts +1 -0
  28. package/lib/api/aws-auth/index.d.ts +1 -0
  29. package/lib/api/aws-auth/private/index.d.ts +1 -0
  30. package/lib/api/aws-auth/provider-caching.d.ts +1 -0
  31. package/lib/api/aws-auth/sdk-logger.d.ts +1 -0
  32. package/lib/api/aws-auth/sdk-provider.d.ts +1 -0
  33. package/lib/api/aws-auth/sdk.d.ts +1 -0
  34. package/lib/api/aws-auth/tracing.d.ts +1 -0
  35. package/lib/api/aws-auth/types.d.ts +1 -0
  36. package/lib/api/aws-auth/user-agent.d.ts +1 -0
  37. package/lib/api/aws-auth/util.d.ts +1 -0
  38. package/lib/api/bootstrap/bootstrap-environment.d.ts +1 -0
  39. package/lib/api/bootstrap/bootstrap-props.d.ts +1 -0
  40. package/lib/api/bootstrap/deploy-bootstrap.d.ts +1 -0
  41. package/lib/api/bootstrap/index.d.ts +1 -0
  42. package/lib/api/bootstrap/legacy-template.d.ts +1 -0
  43. package/lib/api/cloud-assembly/cached-source.d.ts +1 -0
  44. package/lib/api/cloud-assembly/context-store.d.ts +1 -0
  45. package/lib/api/cloud-assembly/environment.d.ts +1 -0
  46. package/lib/api/cloud-assembly/index.d.ts +1 -0
  47. package/lib/api/cloud-assembly/private/borrowed-assembly.d.ts +1 -0
  48. package/lib/api/cloud-assembly/private/context-aware-source.d.ts +1 -0
  49. package/lib/api/cloud-assembly/private/exec.d.ts +1 -0
  50. package/lib/api/cloud-assembly/private/helpers.d.ts +1 -0
  51. package/lib/api/cloud-assembly/private/index.d.ts +1 -0
  52. package/lib/api/cloud-assembly/private/prepare-source.d.ts +1 -0
  53. package/lib/api/cloud-assembly/private/readable-assembly.d.ts +1 -0
  54. package/lib/api/cloud-assembly/private/stack-assembly.d.ts +1 -0
  55. package/lib/api/cloud-assembly/private/stack-selectors.d.ts +1 -0
  56. package/lib/api/cloud-assembly/source-builder.d.ts +1 -0
  57. package/lib/api/cloud-assembly/stack-assembly.d.ts +1 -0
  58. package/lib/api/cloud-assembly/stack-collection.d.ts +1 -0
  59. package/lib/api/cloud-assembly/stack-selector.d.ts +1 -0
  60. package/lib/api/cloud-assembly/types.d.ts +1 -0
  61. package/lib/api/cloudformation/evaluate-cloudformation-template.d.ts +1 -0
  62. package/lib/api/cloudformation/index.d.ts +1 -0
  63. package/lib/api/cloudformation/nested-stack-helpers.d.ts +1 -0
  64. package/lib/api/cloudformation/stack-helpers.d.ts +1 -0
  65. package/lib/api/cloudformation/template-body-parameter.d.ts +1 -0
  66. package/lib/api/context.d.ts +1 -0
  67. package/lib/api/deployments/asset-manifest-builder.d.ts +1 -0
  68. package/lib/api/deployments/asset-publishing.d.ts +1 -0
  69. package/lib/api/deployments/assets.d.ts +1 -0
  70. package/lib/api/deployments/cfn-api.d.ts +1 -0
  71. package/lib/api/deployments/checks.d.ts +1 -0
  72. package/lib/api/deployments/deploy-stack.d.ts +1 -0
  73. package/lib/api/deployments/deployment-result.d.ts +1 -0
  74. package/lib/api/deployments/deployments.d.ts +1 -0
  75. package/lib/api/deployments/index.d.ts +1 -0
  76. package/lib/api/diff/diff-formatter.d.ts +1 -0
  77. package/lib/api/diff/index.d.ts +1 -0
  78. package/lib/api/drift/drift-formatter.d.ts +1 -0
  79. package/lib/api/drift/drift.d.ts +1 -0
  80. package/lib/api/drift/index.d.ts +1 -0
  81. package/lib/api/environment/environment-access.d.ts +1 -0
  82. package/lib/api/environment/environment-resources.d.ts +1 -0
  83. package/lib/api/environment/index.d.ts +1 -0
  84. package/lib/api/environment/placeholders.d.ts +1 -0
  85. package/lib/api/garbage-collection/garbage-collector.d.ts +1 -0
  86. package/lib/api/garbage-collection/index.d.ts +1 -0
  87. package/lib/api/garbage-collection/progress-printer.d.ts +1 -0
  88. package/lib/api/garbage-collection/stack-refresh.d.ts +1 -0
  89. package/lib/api/hotswap/appsync-mapping-templates.d.ts +1 -0
  90. package/lib/api/hotswap/code-build-projects.d.ts +1 -0
  91. package/lib/api/hotswap/common.d.ts +1 -0
  92. package/lib/api/hotswap/ecs-services.d.ts +1 -0
  93. package/lib/api/hotswap/hotswap-deployments.d.ts +1 -0
  94. package/lib/api/hotswap/index.d.ts +1 -0
  95. package/lib/api/hotswap/lambda-functions.d.ts +1 -0
  96. package/lib/api/hotswap/s3-bucket-deployments.d.ts +1 -0
  97. package/lib/api/hotswap/stepfunctions-state-machines.d.ts +1 -0
  98. package/lib/api/index.d.ts +1 -0
  99. package/lib/api/io/index.d.ts +1 -0
  100. package/lib/api/io/io-host.d.ts +1 -0
  101. package/lib/api/io/io-message.d.ts +1 -0
  102. package/lib/api/io/private/index.d.ts +1 -0
  103. package/lib/api/io/private/io-default-messages.d.ts +1 -0
  104. package/lib/api/io/private/io-helper.d.ts +1 -0
  105. package/lib/api/io/private/io-host-wrappers.d.ts +1 -0
  106. package/lib/api/io/private/level-priority.d.ts +1 -0
  107. package/lib/api/io/private/message-maker.d.ts +1 -0
  108. package/lib/api/io/private/messages.d.ts +1 -0
  109. package/lib/api/io/private/span.d.ts +1 -0
  110. package/lib/api/io/private/types.d.ts +1 -0
  111. package/lib/api/io/toolkit-action.d.ts +1 -0
  112. package/lib/api/logs-monitor/find-cloudwatch-logs.d.ts +1 -0
  113. package/lib/api/logs-monitor/index.d.ts +1 -0
  114. package/lib/api/logs-monitor/logs-monitor.d.ts +1 -0
  115. package/lib/api/notices/cached-data-source.d.ts +1 -0
  116. package/lib/api/notices/filter.d.ts +1 -0
  117. package/lib/api/notices/index.d.ts +1 -0
  118. package/lib/api/notices/notices.d.ts +1 -0
  119. package/lib/api/notices/types.d.ts +1 -0
  120. package/lib/api/notices/web-data-source.d.ts +1 -0
  121. package/lib/api/plugin/context-provider-plugin.d.ts +1 -0
  122. package/lib/api/plugin/index.d.ts +1 -0
  123. package/lib/api/plugin/mode.d.ts +1 -0
  124. package/lib/api/plugin/plugin.d.ts +1 -0
  125. package/lib/api/refactoring/cloudformation.d.ts +1 -0
  126. package/lib/api/refactoring/context.d.ts +1 -0
  127. package/lib/api/refactoring/digest.d.ts +1 -0
  128. package/lib/api/refactoring/exclude.d.ts +1 -0
  129. package/lib/api/refactoring/graph.d.ts +1 -0
  130. package/lib/api/refactoring/index.d.ts +1 -0
  131. package/lib/api/refactoring/stack-definitions.d.ts +1 -0
  132. package/lib/api/resource-import/importer.d.ts +1 -0
  133. package/lib/api/resource-import/index.d.ts +1 -0
  134. package/lib/api/resource-import/migrator.d.ts +1 -0
  135. package/lib/api/resource-metadata/index.d.ts +1 -0
  136. package/lib/api/resource-metadata/resource-metadata.d.ts +1 -0
  137. package/lib/api/rwlock.d.ts +1 -0
  138. package/lib/api/settings.d.ts +1 -0
  139. package/lib/api/stack-events/index.d.ts +1 -0
  140. package/lib/api/stack-events/stack-activity-monitor.d.ts +1 -0
  141. package/lib/api/stack-events/stack-event-poller.d.ts +1 -0
  142. package/lib/api/stack-events/stack-progress-monitor.d.ts +1 -0
  143. package/lib/api/stack-events/stack-status.d.ts +1 -0
  144. package/lib/api/streams.d.ts +1 -0
  145. package/lib/api/tags/index.d.ts +1 -0
  146. package/lib/api/tags/private/index.d.ts +1 -0
  147. package/lib/api/tags/private/util.d.ts +1 -0
  148. package/lib/api/tags/tags.d.ts +1 -0
  149. package/lib/api/toolkit-info.d.ts +1 -0
  150. package/lib/api/tree.d.ts +1 -0
  151. package/lib/api/work-graph/index.d.ts +1 -0
  152. package/lib/api/work-graph/work-graph-builder.d.ts +1 -0
  153. package/lib/api/work-graph/work-graph-types.d.ts +1 -0
  154. package/lib/api/work-graph/work-graph.d.ts +1 -0
  155. package/lib/context-providers/ami.d.ts +1 -0
  156. package/lib/context-providers/availability-zones.d.ts +1 -0
  157. package/lib/context-providers/cc-api-provider.d.ts +1 -0
  158. package/lib/context-providers/endpoint-service-availability-zones.d.ts +1 -0
  159. package/lib/context-providers/hosted-zones.d.ts +1 -0
  160. package/lib/context-providers/index.d.ts +1 -0
  161. package/lib/context-providers/keys.d.ts +1 -0
  162. package/lib/context-providers/load-balancers.d.ts +1 -0
  163. package/lib/context-providers/security-groups.d.ts +1 -0
  164. package/lib/context-providers/ssm-parameters.d.ts +1 -0
  165. package/lib/context-providers/vpcs.d.ts +1 -0
  166. package/lib/index.d.ts +1 -0
  167. package/lib/index_bg.wasm +0 -0
  168. package/lib/payloads/bootstrap-environment-progress.d.ts +1 -0
  169. package/lib/payloads/context.d.ts +1 -0
  170. package/lib/payloads/deploy.d.ts +1 -0
  171. package/lib/payloads/destroy.d.ts +1 -0
  172. package/lib/payloads/diff.d.ts +1 -0
  173. package/lib/payloads/drift.d.ts +1 -0
  174. package/lib/payloads/gc.d.ts +1 -0
  175. package/lib/payloads/hotswap.d.ts +1 -0
  176. package/lib/payloads/import.d.ts +1 -0
  177. package/lib/payloads/index.d.ts +1 -0
  178. package/lib/payloads/list.d.ts +1 -0
  179. package/lib/payloads/logs-monitor.d.ts +1 -0
  180. package/lib/payloads/progress.d.ts +1 -0
  181. package/lib/payloads/refactor.d.ts +1 -0
  182. package/lib/payloads/rollback.d.ts +1 -0
  183. package/lib/payloads/sdk.d.ts +1 -0
  184. package/lib/payloads/stack-activity.d.ts +1 -0
  185. package/lib/payloads/stack-details.d.ts +1 -0
  186. package/lib/payloads/synth.d.ts +1 -0
  187. package/lib/payloads/types.d.ts +1 -0
  188. package/lib/payloads/watch.d.ts +1 -0
  189. package/lib/private/activity-printer/base.d.ts +1 -0
  190. package/lib/private/activity-printer/current.d.ts +1 -0
  191. package/lib/private/activity-printer/display.d.ts +1 -0
  192. package/lib/private/activity-printer/history.d.ts +1 -0
  193. package/lib/private/activity-printer/index.d.ts +1 -0
  194. package/lib/private/dispose-polyfill.d.ts +1 -0
  195. package/lib/private/index.d.ts +1 -0
  196. package/lib/toolkit/index.d.ts +1 -0
  197. package/lib/toolkit/non-interactive-io-host.d.ts +1 -0
  198. package/lib/toolkit/private/index.d.ts +1 -0
  199. package/lib/toolkit/toolkit-error.d.ts +1 -0
  200. package/lib/toolkit/toolkit.d.ts +1 -0
  201. package/lib/toolkit/types.d.ts +1 -0
  202. package/lib/util/archive.d.ts +1 -0
  203. package/lib/util/arrays.d.ts +1 -0
  204. package/lib/util/bool.d.ts +1 -0
  205. package/lib/util/bytes.d.ts +1 -0
  206. package/lib/util/cloudformation.d.ts +1 -0
  207. package/lib/util/concurrency.d.ts +1 -0
  208. package/lib/util/content-hash.d.ts +1 -0
  209. package/lib/util/directories.d.ts +1 -0
  210. package/lib/util/format-error.d.ts +1 -0
  211. package/lib/util/index.d.ts +1 -0
  212. package/lib/util/json.d.ts +1 -0
  213. package/lib/util/net.d.ts +1 -0
  214. package/lib/util/objects.d.ts +1 -0
  215. package/lib/util/package-info.d.ts +1 -0
  216. package/lib/util/parallel.d.ts +1 -0
  217. package/lib/util/promises.d.ts +1 -0
  218. package/lib/util/serialize.d.ts +1 -0
  219. package/lib/util/shell-env.d.ts +1 -0
  220. package/lib/util/string-manipulation.d.ts +1 -0
  221. package/lib/util/type-brands.d.ts +1 -0
  222. package/lib/util/types.d.ts +1 -0
  223. package/lib/util/version-range.d.ts +1 -0
  224. package/lib/util/yaml-cfn.d.ts +1 -0
  225. package/package.json +10 -10
  226. package/tsconfig.dts.json +0 -9
package/build-info.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "comment": "Generated at 2025-06-11T23:20:49Z by build-info.sh",
3
- "commit": "cb71364"
2
+ "comment": "Generated at 2025-06-18T13:05:35Z by build-info.sh",
3
+ "commit": "e9c24a6"
4
4
  }
package/db.json.gz CHANGED
Binary file
@@ -180,3 +180,4 @@ export declare class BootstrapSource {
180
180
  */
181
181
  static customTemplate(templateFile: string): BootstrapOptions['source'];
182
182
  }
183
+ //# sourceMappingURL=index.d.ts.map
@@ -3,3 +3,4 @@ import type * as cxapi from '@aws-cdk/cx-api';
3
3
  * Given a set of "<account>/<region>" strings, construct environments for them
4
4
  */
5
5
  export declare function environmentsFromDescriptors(envSpecs: string[]): cxapi.Environment[];
6
+ //# sourceMappingURL=helpers.d.ts.map
@@ -1 +1,2 @@
1
1
  export * from './helpers';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -214,3 +214,4 @@ export interface HotswapProperties {
214
214
  */
215
215
  readonly ecs?: EcsHotswapProperties;
216
216
  }
217
+ //# sourceMappingURL=index.d.ts.map
@@ -1 +1,2 @@
1
1
  export {};
2
+ //# sourceMappingURL=deploy-options.d.ts.map
@@ -10,3 +10,4 @@ export declare function buildParameterMap(parameters?: Map<string, string | unde
10
10
  * Remove the asset publishing and building from the work graph for assets that are already in place
11
11
  */
12
12
  export declare function removePublishedAssetsFromWorkGraph(graph: WorkGraph, deployments: Deployments, options: DeployOptions): Promise<void>;
13
+ //# sourceMappingURL=helpers.d.ts.map
@@ -1,2 +1,3 @@
1
1
  export * from './deploy-options';
2
2
  export * from './helpers';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -11,3 +11,4 @@ export interface DestroyOptions {
11
11
  */
12
12
  readonly roleArn?: string;
13
13
  }
14
+ //# sourceMappingURL=index.d.ts.map
@@ -93,3 +93,4 @@ export interface DiffOptions {
93
93
  */
94
94
  readonly contextLines?: number;
95
95
  }
96
+ //# sourceMappingURL=index.d.ts.map
@@ -21,3 +21,4 @@ export declare function appendObject<T>(obj1: {
21
21
  }): {
22
22
  [name: string]: T;
23
23
  };
24
+ //# sourceMappingURL=helpers.d.ts.map
@@ -1 +1,2 @@
1
1
  export * from './helpers';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -50,3 +50,4 @@ export interface DriftResult {
50
50
  */
51
51
  readonly formattedDrift: FormattedDrift;
52
52
  }
53
+ //# sourceMappingURL=index.d.ts.map
@@ -8,3 +8,4 @@ export * from './refactor';
8
8
  export * from './rollback';
9
9
  export * from './synth';
10
10
  export * from './watch';
11
+ //# sourceMappingURL=index.d.ts.map
@@ -5,3 +5,4 @@ export interface ListOptions {
5
5
  */
6
6
  readonly stacks?: StackSelector;
7
7
  }
8
+ //# sourceMappingURL=index.d.ts.map
@@ -61,3 +61,4 @@ export interface MappingGroup {
61
61
  [key: string]: string;
62
62
  };
63
63
  }
64
+ //# sourceMappingURL=index.d.ts.map
@@ -39,3 +39,4 @@ export interface RollbackOptions {
39
39
  */
40
40
  readonly validateBootstrapStackVersion?: boolean;
41
41
  }
42
+ //# sourceMappingURL=index.d.ts.map
@@ -10,3 +10,4 @@ export interface SynthOptions {
10
10
  */
11
11
  readonly validateStacks?: boolean;
12
12
  }
13
+ //# sourceMappingURL=index.d.ts.map
@@ -48,3 +48,4 @@ export interface IWatcher extends AsyncDisposable {
48
48
  */
49
49
  waitForEnd(): Promise<void>;
50
50
  }
51
+ //# sourceMappingURL=index.d.ts.map
@@ -4,3 +4,4 @@
4
4
  * that are unlikely to be valid files in any of the supported languages.
5
5
  */
6
6
  export declare const WATCH_EXCLUDE_DEFAULTS: string[];
7
+ //# sourceMappingURL=helpers.d.ts.map
@@ -1 +1,2 @@
1
1
  export * from './helpers';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -39,3 +39,4 @@ export declare class AccountAccessKeyCache {
39
39
  private loadMap;
40
40
  private saveMap;
41
41
  }
42
+ //# sourceMappingURL=account-cache.d.ts.map
@@ -69,3 +69,4 @@ export interface CredentialChainOptions {
69
69
  readonly logger?: ISdkLogger;
70
70
  }
71
71
  export declare function sdkRequestHandler(agent?: Agent): RequestHandlerSettings;
72
+ //# sourceMappingURL=awscli-compatible.d.ts.map
@@ -107,3 +107,4 @@ export interface CustomBaseCredentialsOption {
107
107
  */
108
108
  readonly region?: string;
109
109
  }
110
+ //# sourceMappingURL=base-credentials.d.ts.map
@@ -9,3 +9,4 @@ export declare function cached<A extends object, B>(obj: A, sym: symbol, fn: ()
9
9
  * Like 'cached', but async
10
10
  */
11
11
  export declare function cachedAsync<A extends object, B>(obj: A, sym: symbol, fn: () => Promise<B>): Promise<B>;
12
+ //# sourceMappingURL=cached.d.ts.map
@@ -36,3 +36,4 @@ export interface PluginCredentialsFetchResult {
36
36
  */
37
37
  readonly pluginName: string;
38
38
  }
39
+ //# sourceMappingURL=credential-plugins.d.ts.map
@@ -1,2 +1,3 @@
1
1
  export * from './types';
2
2
  export * from './base-credentials';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -8,3 +8,4 @@ export { setSdkTracing } from '../tracing';
8
8
  export { CredentialPlugins } from '../credential-plugins';
9
9
  export { credentialsAboutToExpire } from '../provider-caching';
10
10
  export { defaultCliUserAgent } from '../user-agent';
11
+ //# sourceMappingURL=index.d.ts.map
@@ -11,3 +11,4 @@ import type { SDKv3CompatibleCredentialProvider, SDKv3CompatibleCredentials } fr
11
11
  */
12
12
  export declare function makeCachingProvider(provider: SDKv3CompatibleCredentialProvider): SDKv3CompatibleCredentialProvider;
13
13
  export declare function credentialsAboutToExpire(token: SDKv3CompatibleCredentials): boolean;
14
+ //# sourceMappingURL=provider-caching.d.ts.map
@@ -73,3 +73,4 @@ export declare class IoHostSdkLogger implements ISdkLogger {
73
73
  * Stringify and join without separator.
74
74
  */
75
75
  export declare function formatSdkLoggerContent(content: any[]): string;
76
+ //# sourceMappingURL=sdk-logger.d.ts.map
@@ -190,3 +190,4 @@ export interface CredentialsOptions {
190
190
  * lookup assume role options are used when context providers perform lookups.
191
191
  */
192
192
  export declare function initContextProviderSdk(aws: SdkProvider, options: ContextLookupRoleOptions): Promise<SDK>;
193
+ //# sourceMappingURL=sdk-provider.d.ts.map
@@ -238,3 +238,4 @@ export declare class SDK {
238
238
  */
239
239
  validateCredentials(): Promise<void>;
240
240
  }
241
+ //# sourceMappingURL=sdk.d.ts.map
@@ -9,3 +9,4 @@ export declare function callTrace(fn: string, className?: string, logger?: ISdkL
9
9
  * @deprecated this doesn't work well with localized logging instances, don't use
10
10
  */
11
11
  export declare function traceMemberMethods(constructor: Function): void;
12
+ //# sourceMappingURL=tracing.d.ts.map
@@ -28,3 +28,4 @@ export interface SdkHttpOptions {
28
28
  */
29
29
  readonly agent?: https.Agent;
30
30
  }
31
+ //# sourceMappingURL=types.d.ts.map
@@ -5,3 +5,4 @@
5
5
  * Fall back to argv[1], or a standard string if that is undefined for some reason.
6
6
  */
7
7
  export declare function defaultCliUserAgent(): string;
8
+ //# sourceMappingURL=user-agent.d.ts.map
@@ -4,3 +4,4 @@
4
4
  * Not async because it is used in the constructor
5
5
  */
6
6
  export declare function readIfPossible(filename: string): string | undefined;
7
+ //# sourceMappingURL=util.d.ts.map
@@ -33,3 +33,4 @@ export declare class Bootstrapper {
33
33
  private customBootstrap;
34
34
  private loadTemplate;
35
35
  }
36
+ //# sourceMappingURL=bootstrap-environment.d.ts.map
@@ -128,3 +128,4 @@ export interface BootstrappingParameters {
128
128
  */
129
129
  readonly customPermissionsBoundary?: string;
130
130
  }
131
+ //# sourceMappingURL=bootstrap-props.d.ts.map
@@ -37,3 +37,4 @@ export declare class BootstrapStack {
37
37
  }
38
38
  export declare function bootstrapVersionFromTemplate(template: any): number;
39
39
  export declare function bootstrapVariantFromTemplate(template: any): string;
40
+ //# sourceMappingURL=deploy-bootstrap.d.ts.map
@@ -1,3 +1,4 @@
1
1
  export * from './bootstrap-environment';
2
2
  export * from './bootstrap-props';
3
3
  export { legacyBootstrapTemplate } from './legacy-template';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,3 @@
1
1
  import type { BootstrappingParameters } from './bootstrap-props';
2
2
  export declare function legacyBootstrapTemplate(params: BootstrappingParameters): any;
3
+ //# sourceMappingURL=legacy-template.d.ts.map
@@ -35,3 +35,4 @@ export declare class CachedCloudAssembly implements ICloudAssemblySource, IReada
35
35
  dispose(): Promise<void>;
36
36
  [Symbol.asyncDispose](): Promise<void>;
37
37
  }
38
+ //# sourceMappingURL=cached-source.d.ts.map
@@ -76,3 +76,4 @@ export declare class MemoryContext implements IContextStore {
76
76
  * Filter the given context, leaving only entries that should be persisted
77
77
  */
78
78
  export declare function persistableContext(context: Record<string, unknown>): Record<string, unknown>;
79
+ //# sourceMappingURL=context-store.d.ts.map
@@ -44,3 +44,4 @@ export declare function spaceAvailableForContext(env: Env, limit: number): numbe
44
44
  * file type, so we'll assume the worst and take control.
45
45
  */
46
46
  export declare function guessExecutable(app: string, debugFn: (msg: string) => Promise<void>): Promise<any>;
47
+ //# sourceMappingURL=environment.d.ts.map
@@ -4,3 +4,4 @@ export * from './cached-source';
4
4
  export * from './source-builder';
5
5
  export * from './types';
6
6
  export * from './context-store';
7
+ //# sourceMappingURL=index.d.ts.map
@@ -13,3 +13,4 @@ export declare class BorrowedAssembly implements IReadableCloudAssembly {
13
13
  dispose(): Promise<void>;
14
14
  [Symbol.asyncDispose](): Promise<void>;
15
15
  }
16
+ //# sourceMappingURL=borrowed-assembly.d.ts.map
@@ -49,3 +49,4 @@ export declare class ContextAwareCloudAssemblySource implements ICloudAssemblySo
49
49
  */
50
50
  produce(): Promise<IReadableCloudAssembly>;
51
51
  }
52
+ //# sourceMappingURL=context-aware-source.d.ts.map
@@ -11,3 +11,4 @@ interface ExecOptions {
11
11
  */
12
12
  export declare function execInChildProcess(commandAndArgs: string, options?: ExecOptions): Promise<void>;
13
13
  export {};
14
+ //# sourceMappingURL=exec.d.ts.map
@@ -7,3 +7,4 @@
7
7
  export declare function temporarilyWriteEnv(env: Record<string, string>): {
8
8
  [Symbol.dispose](): void;
9
9
  };
10
+ //# sourceMappingURL=helpers.d.ts.map
@@ -3,3 +3,4 @@ export * from './stack-assembly';
3
3
  export * from './exec';
4
4
  export * from './prepare-source';
5
5
  export * from './stack-selectors';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -102,3 +102,4 @@ export declare function parametersFromSynthOptions(synthOptions?: AppSynthOption
102
102
  context: Context;
103
103
  env: Env;
104
104
  };
105
+ //# sourceMappingURL=prepare-source.d.ts.map
@@ -24,3 +24,4 @@ export declare class ReadableCloudAssembly implements IReadableCloudAssembly {
24
24
  dispose(): Promise<void>;
25
25
  [Symbol.asyncDispose](): Promise<void>;
26
26
  }
27
+ //# sourceMappingURL=readable-assembly.d.ts.map
@@ -35,3 +35,4 @@ export declare class StackAssembly extends BaseStackAssembly implements IReadabl
35
35
  */
36
36
  selectStacksForValidation(): StackCollection;
37
37
  }
38
+ //# sourceMappingURL=stack-assembly.d.ts.map
@@ -1,2 +1,3 @@
1
1
  import type { StackSelector } from '../stack-selector';
2
2
  export declare const ALL_STACKS: StackSelector;
3
+ //# sourceMappingURL=stack-selectors.d.ts.map
@@ -300,3 +300,4 @@ export declare abstract class CloudAssemblySourceBuilder {
300
300
  */
301
301
  fromCdkApp(app: string, props?: FromCdkAppOptions): Promise<ICloudAssemblySource>;
302
302
  }
303
+ //# sourceMappingURL=source-builder.d.ts.map
@@ -53,3 +53,4 @@ export declare abstract class BaseStackAssembly implements IStackAssembly {
53
53
  protected selectMatchingStacks(stacks: cxapi.CloudFormationStackArtifact[], patterns: string[], extend?: ExtendedStackSelection): Promise<StackCollection>;
54
54
  protected extendStacks(matched: cxapi.CloudFormationStackArtifact[], all: cxapi.CloudFormationStackArtifact[], extend?: ExtendedStackSelection): Promise<StackCollection>;
55
55
  }
56
+ //# sourceMappingURL=stack-assembly.d.ts.map
@@ -25,3 +25,4 @@ export declare class StackCollection {
25
25
  */
26
26
  validateMetadata(failAt?: 'warn' | 'error' | 'none', logger?: (level: 'info' | 'error' | 'warn', msg: cxapi.SynthesisMessage) => Promise<void>): Promise<void>;
27
27
  }
28
+ //# sourceMappingURL=stack-collection.d.ts.map
@@ -79,3 +79,4 @@ export interface StackSelector {
79
79
  */
80
80
  failOnEmpty?: boolean;
81
81
  }
82
+ //# sourceMappingURL=stack-selector.d.ts.map
@@ -36,3 +36,4 @@ export interface IReadableCloudAssembly {
36
36
  */
37
37
  [Symbol.asyncDispose](): Promise<void>;
38
38
  }
39
+ //# sourceMappingURL=types.d.ts.map
@@ -83,3 +83,4 @@ export declare class EvaluateCloudFormationTemplate {
83
83
  private getServiceOfResource;
84
84
  private getResourceTypeArnPartOfResource;
85
85
  }
86
+ //# sourceMappingURL=evaluate-cloudformation-template.d.ts.map
@@ -2,3 +2,4 @@ export * from './evaluate-cloudformation-template';
2
2
  export * from './template-body-parameter';
3
3
  export * from './nested-stack-helpers';
4
4
  export * from './stack-helpers';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -23,3 +23,4 @@ export interface NestedStackTemplates {
23
23
  [nestedStackLogicalId: string]: NestedStackTemplates;
24
24
  };
25
25
  }
26
+ //# sourceMappingURL=nested-stack-helpers.d.ts.map
@@ -94,3 +94,4 @@ export declare class CloudFormationStack {
94
94
  get terminationProtection(): boolean | undefined;
95
95
  private assertExists;
96
96
  }
97
+ //# sourceMappingURL=stack-helpers.d.ts.map
@@ -20,3 +20,4 @@ export type TemplateBodyParameter = {
20
20
  * @param toolkitInfo - information about the toolkit stack
21
21
  */
22
22
  export declare function makeBodyParameter(ioHelper: IoHelper, stack: CloudFormationStackArtifact, resolvedEnvironment: Environment, assetManifest: AssetManifestBuilder, resources: EnvironmentResources, overrideTemplate?: any): Promise<TemplateBodyParameter>;
23
+ //# sourceMappingURL=template-body-parameter.d.ts.map
@@ -38,3 +38,4 @@ export declare class Context {
38
38
  */
39
39
  save(fileName: string): Promise<this>;
40
40
  }
41
+ //# sourceMappingURL=context.d.ts.map
@@ -6,3 +6,4 @@ export declare class AssetManifestBuilder {
6
6
  addDockerImageAsset(id: string, source: cxschema.DockerImageSource, destination: cxschema.DockerImageDestination): void;
7
7
  toManifest(directory: string): AssetManifest;
8
8
  }
9
+ //# sourceMappingURL=asset-manifest-builder.d.ts.map
@@ -58,3 +58,4 @@ export declare abstract class BasePublishProgressListener implements IPublishPro
58
58
  onPublishEvent(type: EventType, event: IPublishProgress): void;
59
59
  }
60
60
  export {};
61
+ //# sourceMappingURL=asset-publishing.d.ts.map
@@ -9,3 +9,4 @@ import type { IoHelper } from '../io/private';
9
9
  * pass Asset coordinates.
10
10
  */
11
11
  export declare function addMetadataAssetsToManifest(ioHelper: IoHelper, stack: cxapi.CloudFormationStackArtifact, assetManifest: AssetManifestBuilder, envResources: EnvironmentResources, reuse?: string[]): Promise<Record<string, string>>;
12
+ //# sourceMappingURL=assets.d.ts.map
@@ -145,3 +145,4 @@ export declare class ParameterValues {
145
145
  hasChanges(currentValues: Record<string, string>): ParameterChanges;
146
146
  }
147
147
  export type ParameterChanges = boolean | 'ssm';
148
+ //# sourceMappingURL=cfn-api.d.ts.map
@@ -7,3 +7,4 @@ interface BootstrapStackInfo {
7
7
  }
8
8
  export declare function getBootstrapStackInfo(sdk: SDK, stackName: string): Promise<BootstrapStackInfo>;
9
9
  export {};
10
+ //# sourceMappingURL=checks.d.ts.map
@@ -173,3 +173,4 @@ export interface DestroyStackResult {
173
173
  readonly stackArn?: string;
174
174
  }
175
175
  export declare function destroyStack(options: DestroyStackOptions, ioHelper: IoHelper): Promise<DestroyStackResult>;
176
+ //# sourceMappingURL=deploy-stack.d.ts.map
@@ -19,3 +19,4 @@ export interface ReplacementRequiresRollbackStackResult {
19
19
  readonly type: 'replacement-requires-rollback';
20
20
  }
21
21
  export declare function assertIsSuccessfulDeployStackResult(x: DeployStackResult): asserts x is SuccessfulDeployStackResult;
22
+ //# sourceMappingURL=deployment-result.d.ts.map
@@ -298,3 +298,4 @@ export declare class Deployments {
298
298
  private cachedPublisher;
299
299
  }
300
300
  export {};
301
+ //# sourceMappingURL=deployments.d.ts.map
@@ -3,3 +3,4 @@ export * from './deployment-result';
3
3
  export * from './checks';
4
4
  export { addMetadataAssetsToManifest } from './assets';
5
5
  export { AssetManifestBuilder } from './asset-manifest-builder';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -139,3 +139,4 @@ export declare class DiffFormatter {
139
139
  formatSecurityDiff(): FormatSecurityDiffOutput;
140
140
  }
141
141
  export {};
142
+ //# sourceMappingURL=diff-formatter.d.ts.map
@@ -1 +1,2 @@
1
1
  export * from './diff-formatter';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -79,3 +79,4 @@ export declare class DriftFormatter {
79
79
  private formatTreeDiff;
80
80
  }
81
81
  export {};
82
+ //# sourceMappingURL=drift-formatter.d.ts.map
@@ -10,3 +10,4 @@ import type { IoHelper } from '../io/private';
10
10
  * @returns the CloudFormation description of the drift detection results
11
11
  */
12
12
  export declare function detectStackDrift(cfn: ICloudFormationClient, ioHelper: IoHelper, stackName: string): Promise<DescribeStackResourceDriftsCommandOutput>;
13
+ //# sourceMappingURL=drift.d.ts.map
@@ -1,2 +1,3 @@
1
1
  export * from './drift-formatter';
2
2
  export * from './drift';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -137,3 +137,4 @@ export interface TargetEnvironment {
137
137
  */
138
138
  replacePlaceholders(x: string | undefined): Promise<StringWithoutPlaceholders | undefined>;
139
139
  }
140
+ //# sourceMappingURL=environment-access.d.ts.map
@@ -73,3 +73,4 @@ interface EnvironmentCache {
73
73
  toolkitInfo?: ToolkitInfo;
74
74
  }
75
75
  export {};
76
+ //# sourceMappingURL=environment-resources.d.ts.map
@@ -1,3 +1,4 @@
1
1
  export * from './environment-access';
2
2
  export * from './environment-resources';
3
3
  export * from './placeholders';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -8,3 +8,4 @@ export declare function replaceEnvPlaceholders<A extends Record<string, string |
8
8
  [k in keyof A]: StringWithoutPlaceholders | undefined;
9
9
  }>;
10
10
  export type StringWithoutPlaceholders = Branded<string, 'NoPlaceholders'>;
11
+ //# sourceMappingURL=placeholders.d.ts.map
@@ -156,3 +156,4 @@ export declare class GarbageCollector {
156
156
  private confirmationPrompt;
157
157
  }
158
158
  export {};
159
+ //# sourceMappingURL=garbage-collector.d.ts.map
@@ -1,3 +1,4 @@
1
1
  export * from './garbage-collector';
2
2
  export * from './progress-printer';
3
3
  export * from './stack-refresh';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -21,3 +21,4 @@ export declare class ProgressPrinter {
21
21
  stop(): void;
22
22
  private print;
23
23
  }
24
+ //# sourceMappingURL=progress-printer.d.ts.map
@@ -47,3 +47,4 @@ export declare class BackgroundStackRefresh {
47
47
  noOlderThan(ms: number): Promise<unknown>;
48
48
  stop(): void;
49
49
  }
50
+ //# sourceMappingURL=stack-refresh.d.ts.map
@@ -2,3 +2,4 @@ import { type HotswapChange } from './common';
2
2
  import type { ResourceChange } from '../../payloads/hotswap';
3
3
  import type { EvaluateCloudFormationTemplate } from '../cloudformation';
4
4
  export declare function isHotswappableAppSyncChange(logicalId: string, change: ResourceChange, evaluateCfnTemplate: EvaluateCloudFormationTemplate): Promise<HotswapChange[]>;
5
+ //# sourceMappingURL=appsync-mapping-templates.d.ts.map
@@ -2,3 +2,4 @@ import { type HotswapChange } from './common';
2
2
  import type { ResourceChange } from '../../payloads/hotswap';
3
3
  import type { EvaluateCloudFormationTemplate } from '../cloudformation';
4
4
  export declare function isHotswappableCodeBuildProjectChange(logicalId: string, change: ResourceChange, evaluateCfnTemplate: EvaluateCloudFormationTemplate): Promise<HotswapChange[]>;
5
+ //# sourceMappingURL=code-build-projects.d.ts.map
@@ -93,3 +93,4 @@ export declare function classifyChanges(xs: ResourceChange, hotswappablePropName
93
93
  export declare function nonHotswappableChange(change: ResourceChange, reason: NonHotswappableReason, description: string, nonHotswappableProps?: PropDiffs, hotswapOnlyVisible?: boolean): RejectedChange;
94
94
  export declare function nonHotswappableResource(change: ResourceChange): RejectedChange;
95
95
  export {};
96
+ //# sourceMappingURL=common.d.ts.map
@@ -2,3 +2,4 @@ import type { HotswapPropertyOverrides, HotswapChange } from './common';
2
2
  import { type ResourceChange } from '../../payloads/hotswap';
3
3
  import type { EvaluateCloudFormationTemplate } from '../cloudformation';
4
4
  export declare function isHotswappableEcsServiceChange(logicalId: string, change: ResourceChange, evaluateCfnTemplate: EvaluateCloudFormationTemplate, hotswapPropertyOverrides: HotswapPropertyOverrides): Promise<HotswapChange[]>;
5
+ //# sourceMappingURL=ecs-services.d.ts.map
@@ -15,3 +15,4 @@ export declare function tryHotswapDeployment(sdkProvider: SdkProvider, ioHelper:
15
15
  [key: string]: string;
16
16
  }, cloudFormationStack: CloudFormationStack, stackArtifact: cxapi.CloudFormationStackArtifact, hotswapMode: HotswapMode, hotswapPropertyOverrides: HotswapPropertyOverrides): Promise<SuccessfulDeployStackResult | undefined>;
17
17
  export {};
18
+ //# sourceMappingURL=hotswap-deployments.d.ts.map
@@ -1,2 +1,3 @@
1
1
  export * from './common';
2
2
  export * from './hotswap-deployments';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -2,3 +2,4 @@ import type { HotswapChange } from './common';
2
2
  import type { ResourceChange } from '../../payloads/hotswap';
3
3
  import { type EvaluateCloudFormationTemplate } from '../cloudformation';
4
4
  export declare function isHotswappableLambdaFunctionChange(logicalId: string, change: ResourceChange, evaluateCfnTemplate: EvaluateCloudFormationTemplate): Promise<HotswapChange[]>;
5
+ //# sourceMappingURL=lambda-functions.d.ts.map
@@ -3,3 +3,4 @@ import type { ResourceChange } from '../../payloads/hotswap';
3
3
  import type { EvaluateCloudFormationTemplate } from '../cloudformation';
4
4
  export declare function isHotswappableS3BucketDeploymentChange(logicalId: string, change: ResourceChange, evaluateCfnTemplate: EvaluateCloudFormationTemplate): Promise<HotswapChange[]>;
5
5
  export declare function skipChangeForS3DeployCustomResourcePolicy(iamPolicyLogicalId: string, change: ResourceChange, evaluateCfnTemplate: EvaluateCloudFormationTemplate): Promise<boolean>;
6
+ //# sourceMappingURL=s3-bucket-deployments.d.ts.map
@@ -2,3 +2,4 @@ import { type HotswapChange } from './common';
2
2
  import type { ResourceChange } from '../../payloads/hotswap';
3
3
  import type { EvaluateCloudFormationTemplate } from '../cloudformation';
4
4
  export declare function isHotswappableStateMachineChange(logicalId: string, change: ResourceChange, evaluateCfnTemplate: EvaluateCloudFormationTemplate): Promise<HotswapChange[]>;
5
+ //# sourceMappingURL=stepfunctions-state-machines.d.ts.map
@@ -22,3 +22,4 @@ export * from './work-graph';
22
22
  export * from './tree';
23
23
  export * from './tags';
24
24
  export * from './drift';
25
+ //# sourceMappingURL=index.d.ts.map