aws-cdk 2.1125.0 → 2.1127.0

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 (43) hide show
  1. package/THIRD_PARTY_LICENSES +61 -61
  2. package/build-info.json +2 -2
  3. package/db.json.gz +0 -0
  4. package/lib/api-private.d.ts +1 -1
  5. package/lib/api-private.js +1 -1
  6. package/lib/cli/cdk-toolkit.d.ts +5 -1
  7. package/lib/cli/cdk-toolkit.js +417 -278
  8. package/lib/cli/cli-config.js +14 -2
  9. package/lib/cli/cli-type-registry.json +30 -2
  10. package/lib/cli/cli.js +21 -9
  11. package/lib/cli/convert-to-user-input.js +15 -1
  12. package/lib/cli/display-version.d.ts +1 -0
  13. package/lib/cli/display-version.js +5 -4
  14. package/lib/cli/io-host/cli-io-host.d.ts +84 -5
  15. package/lib/cli/io-host/cli-io-host.js +130 -17
  16. package/lib/cli/parse-command-line-arguments.js +18 -2
  17. package/lib/cli/telemetry/installation-id.d.ts +7 -0
  18. package/lib/cli/telemetry/installation-id.js +18 -10
  19. package/lib/cli/telemetry/messages.d.ts +7 -0
  20. package/lib/cli/telemetry/messages.js +16 -1
  21. package/lib/cli/telemetry/schema.d.ts +1 -1
  22. package/lib/cli/telemetry/schema.js +1 -1
  23. package/lib/cli/telemetry/session.d.ts +36 -1
  24. package/lib/cli/telemetry/session.js +79 -4
  25. package/lib/cli/telemetry/telemetry-state.d.ts +18 -0
  26. package/lib/cli/telemetry/telemetry-state.js +42 -0
  27. package/lib/cli/user-configuration.d.ts +2 -1
  28. package/lib/cli/user-configuration.js +16 -5
  29. package/lib/cli/user-input.d.ts +34 -1
  30. package/lib/cli/user-input.js +1 -1
  31. package/lib/cli/util/yargs-helpers.d.ts +9 -0
  32. package/lib/cli/util/yargs-helpers.js +20 -1
  33. package/lib/commands/context.js +1 -3
  34. package/lib/commands/doctor.d.ts +12 -3
  35. package/lib/commands/doctor.js +19 -4
  36. package/lib/commands/list-stacks.d.ts +13 -17
  37. package/lib/commands/list-stacks.js +41 -22
  38. package/lib/commands/migrate.js +3 -3
  39. package/lib/index.js +18852 -12410
  40. package/lib/index_bg.wasm +0 -0
  41. package/lib/init-templates/.init-version.json +1 -1
  42. package/lib/init-templates/.recommended-feature-flags.json +3 -1
  43. package/package.json +14 -13
@@ -9682,7 +9682,7 @@ Apache License
9682
9682
 
9683
9683
  ----------------
9684
9684
 
9685
- ** @aws-sdk/lib-storage@3.1036.0 - https://www.npmjs.com/package/@aws-sdk/lib-storage/v/3.1036.0 | Apache-2.0
9685
+ ** @aws-sdk/lib-storage@3.1058.0 - https://www.npmjs.com/package/@aws-sdk/lib-storage/v/3.1058.0 | Apache-2.0
9686
9686
  Apache License
9687
9687
  Version 2.0, January 2004
9688
9688
  http://www.apache.org/licenses/
@@ -16530,7 +16530,7 @@ Apache License
16530
16530
 
16531
16531
  ----------------
16532
16532
 
16533
- ** @smithy/core@3.24.0 - https://www.npmjs.com/package/@smithy/core/v/3.24.0 | Apache-2.0
16533
+ ** @smithy/core@3.24.2 - https://www.npmjs.com/package/@smithy/core/v/3.24.2 | Apache-2.0
16534
16534
  Apache License
16535
16535
  Version 2.0, January 2004
16536
16536
  http://www.apache.org/licenses/
@@ -16736,7 +16736,7 @@ Apache License
16736
16736
 
16737
16737
  ----------------
16738
16738
 
16739
- ** @smithy/core@3.24.2 - https://www.npmjs.com/package/@smithy/core/v/3.24.2 | Apache-2.0
16739
+ ** @smithy/core@3.24.3 - https://www.npmjs.com/package/@smithy/core/v/3.24.3 | Apache-2.0
16740
16740
  Apache License
16741
16741
  Version 2.0, January 2004
16742
16742
  http://www.apache.org/licenses/
@@ -16942,7 +16942,7 @@ Apache License
16942
16942
 
16943
16943
  ----------------
16944
16944
 
16945
- ** @smithy/core@3.24.3 - https://www.npmjs.com/package/@smithy/core/v/3.24.3 | Apache-2.0
16945
+ ** @smithy/core@3.24.5 - https://www.npmjs.com/package/@smithy/core/v/3.24.5 | Apache-2.0
16946
16946
  Apache License
16947
16947
  Version 2.0, January 2004
16948
16948
  http://www.apache.org/licenses/
@@ -17148,8 +17148,8 @@ Apache License
17148
17148
 
17149
17149
  ----------------
17150
17150
 
17151
- ** @smithy/credential-provider-imds@4.2.14 - https://www.npmjs.com/package/@smithy/credential-provider-imds/v/4.2.14 | Apache-2.0
17152
- Apache License
17151
+ ** @smithy/core@3.24.6 - https://www.npmjs.com/package/@smithy/core/v/3.24.6 | Apache-2.0
17152
+ Apache License
17153
17153
  Version 2.0, January 2004
17154
17154
  http://www.apache.org/licenses/
17155
17155
 
@@ -17337,7 +17337,7 @@ Apache License
17337
17337
  same "printed page" as the copyright notice for easier
17338
17338
  identification within third-party archives.
17339
17339
 
17340
- Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
17340
+ Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
17341
17341
 
17342
17342
  Licensed under the Apache License, Version 2.0 (the "License");
17343
17343
  you may not use this file except in compliance with the License.
@@ -17351,9 +17351,10 @@ Apache License
17351
17351
  See the License for the specific language governing permissions and
17352
17352
  limitations under the License.
17353
17353
 
17354
+
17354
17355
  ----------------
17355
17356
 
17356
- ** @smithy/credential-provider-imds@4.3.3 - https://www.npmjs.com/package/@smithy/credential-provider-imds/v/4.3.3 | Apache-2.0
17357
+ ** @smithy/credential-provider-imds@4.2.14 - https://www.npmjs.com/package/@smithy/credential-provider-imds/v/4.2.14 | Apache-2.0
17357
17358
  Apache License
17358
17359
  Version 2.0, January 2004
17359
17360
  http://www.apache.org/licenses/
@@ -17558,8 +17559,8 @@ Apache License
17558
17559
 
17559
17560
  ----------------
17560
17561
 
17561
- ** @smithy/eventstream-codec@4.2.14 - https://www.npmjs.com/package/@smithy/eventstream-codec/v/4.2.14 | Apache-2.0
17562
- Apache License
17562
+ ** @smithy/credential-provider-imds@4.3.3 - https://www.npmjs.com/package/@smithy/credential-provider-imds/v/4.3.3 | Apache-2.0
17563
+ Apache License
17563
17564
  Version 2.0, January 2004
17564
17565
  http://www.apache.org/licenses/
17565
17566
 
@@ -17761,10 +17762,9 @@ Apache License
17761
17762
  See the License for the specific language governing permissions and
17762
17763
  limitations under the License.
17763
17764
 
17764
-
17765
17765
  ----------------
17766
17766
 
17767
- ** @smithy/eventstream-serde-config-resolver@4.3.14 - https://www.npmjs.com/package/@smithy/eventstream-serde-config-resolver/v/4.3.14 | Apache-2.0
17767
+ ** @smithy/eventstream-codec@4.2.14 - https://www.npmjs.com/package/@smithy/eventstream-codec/v/4.2.14 | Apache-2.0
17768
17768
  Apache License
17769
17769
  Version 2.0, January 2004
17770
17770
  http://www.apache.org/licenses/
@@ -17953,7 +17953,7 @@ Apache License
17953
17953
  same "printed page" as the copyright notice for easier
17954
17954
  identification within third-party archives.
17955
17955
 
17956
- Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
17956
+ Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
17957
17957
 
17958
17958
  Licensed under the Apache License, Version 2.0 (the "License");
17959
17959
  you may not use this file except in compliance with the License.
@@ -17970,7 +17970,7 @@ Apache License
17970
17970
 
17971
17971
  ----------------
17972
17972
 
17973
- ** @smithy/eventstream-serde-node@4.2.14 - https://www.npmjs.com/package/@smithy/eventstream-serde-node/v/4.2.14 | Apache-2.0
17973
+ ** @smithy/eventstream-serde-config-resolver@4.3.14 - https://www.npmjs.com/package/@smithy/eventstream-serde-config-resolver/v/4.3.14 | Apache-2.0
17974
17974
  Apache License
17975
17975
  Version 2.0, January 2004
17976
17976
  http://www.apache.org/licenses/
@@ -18176,7 +18176,7 @@ Apache License
18176
18176
 
18177
18177
  ----------------
18178
18178
 
18179
- ** @smithy/eventstream-serde-universal@4.2.14 - https://www.npmjs.com/package/@smithy/eventstream-serde-universal/v/4.2.14 | Apache-2.0
18179
+ ** @smithy/eventstream-serde-node@4.2.14 - https://www.npmjs.com/package/@smithy/eventstream-serde-node/v/4.2.14 | Apache-2.0
18180
18180
  Apache License
18181
18181
  Version 2.0, January 2004
18182
18182
  http://www.apache.org/licenses/
@@ -18382,8 +18382,8 @@ Apache License
18382
18382
 
18383
18383
  ----------------
18384
18384
 
18385
- ** @smithy/fetch-http-handler@5.3.17 - https://www.npmjs.com/package/@smithy/fetch-http-handler/v/5.3.17 | Apache-2.0
18386
- Apache License
18385
+ ** @smithy/eventstream-serde-universal@4.2.14 - https://www.npmjs.com/package/@smithy/eventstream-serde-universal/v/4.2.14 | Apache-2.0
18386
+ Apache License
18387
18387
  Version 2.0, January 2004
18388
18388
  http://www.apache.org/licenses/
18389
18389
 
@@ -18571,7 +18571,7 @@ Apache License
18571
18571
  same "printed page" as the copyright notice for easier
18572
18572
  identification within third-party archives.
18573
18573
 
18574
- Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
18574
+ Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
18575
18575
 
18576
18576
  Licensed under the Apache License, Version 2.0 (the "License");
18577
18577
  you may not use this file except in compliance with the License.
@@ -18585,9 +18585,10 @@ Apache License
18585
18585
  See the License for the specific language governing permissions and
18586
18586
  limitations under the License.
18587
18587
 
18588
+
18588
18589
  ----------------
18589
18590
 
18590
- ** @smithy/hash-node@4.2.14 - https://www.npmjs.com/package/@smithy/hash-node/v/4.2.14 | Apache-2.0
18591
+ ** @smithy/fetch-http-handler@5.3.17 - https://www.npmjs.com/package/@smithy/fetch-http-handler/v/5.3.17 | Apache-2.0
18591
18592
  Apache License
18592
18593
  Version 2.0, January 2004
18593
18594
  http://www.apache.org/licenses/
@@ -18792,7 +18793,7 @@ Apache License
18792
18793
 
18793
18794
  ----------------
18794
18795
 
18795
- ** @smithy/hash-stream-node@4.2.14 - https://www.npmjs.com/package/@smithy/hash-stream-node/v/4.2.14 | Apache-2.0
18796
+ ** @smithy/hash-node@4.2.14 - https://www.npmjs.com/package/@smithy/hash-node/v/4.2.14 | Apache-2.0
18796
18797
  Apache License
18797
18798
  Version 2.0, January 2004
18798
18799
  http://www.apache.org/licenses/
@@ -18997,7 +18998,7 @@ Apache License
18997
18998
 
18998
18999
  ----------------
18999
19000
 
19000
- ** @smithy/is-array-buffer@2.2.0 - https://www.npmjs.com/package/@smithy/is-array-buffer/v/2.2.0 | Apache-2.0
19001
+ ** @smithy/hash-stream-node@4.2.14 - https://www.npmjs.com/package/@smithy/hash-stream-node/v/4.2.14 | Apache-2.0
19001
19002
  Apache License
19002
19003
  Version 2.0, January 2004
19003
19004
  http://www.apache.org/licenses/
@@ -19202,7 +19203,7 @@ Apache License
19202
19203
 
19203
19204
  ----------------
19204
19205
 
19205
- ** @smithy/is-array-buffer@4.2.2 - https://www.npmjs.com/package/@smithy/is-array-buffer/v/4.2.2 | Apache-2.0
19206
+ ** @smithy/is-array-buffer@2.2.0 - https://www.npmjs.com/package/@smithy/is-array-buffer/v/2.2.0 | Apache-2.0
19206
19207
  Apache License
19207
19208
  Version 2.0, January 2004
19208
19209
  http://www.apache.org/licenses/
@@ -19407,7 +19408,7 @@ Apache License
19407
19408
 
19408
19409
  ----------------
19409
19410
 
19410
- ** @smithy/middleware-content-length@4.2.14 - https://www.npmjs.com/package/@smithy/middleware-content-length/v/4.2.14 | Apache-2.0
19411
+ ** @smithy/is-array-buffer@4.2.2 - https://www.npmjs.com/package/@smithy/is-array-buffer/v/4.2.2 | Apache-2.0
19411
19412
  Apache License
19412
19413
  Version 2.0, January 2004
19413
19414
  http://www.apache.org/licenses/
@@ -19612,7 +19613,7 @@ Apache License
19612
19613
 
19613
19614
  ----------------
19614
19615
 
19615
- ** @smithy/middleware-endpoint@4.4.32 - https://www.npmjs.com/package/@smithy/middleware-endpoint/v/4.4.32 | Apache-2.0
19616
+ ** @smithy/middleware-content-length@4.2.14 - https://www.npmjs.com/package/@smithy/middleware-content-length/v/4.2.14 | Apache-2.0
19616
19617
  Apache License
19617
19618
  Version 2.0, January 2004
19618
19619
  http://www.apache.org/licenses/
@@ -19817,8 +19818,8 @@ Apache License
19817
19818
 
19818
19819
  ----------------
19819
19820
 
19820
- ** @smithy/middleware-retry@4.5.5 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.5.5 | Apache-2.0
19821
- Apache License
19821
+ ** @smithy/middleware-endpoint@4.4.32 - https://www.npmjs.com/package/@smithy/middleware-endpoint/v/4.4.32 | Apache-2.0
19822
+ Apache License
19822
19823
  Version 2.0, January 2004
19823
19824
  http://www.apache.org/licenses/
19824
19825
 
@@ -20020,10 +20021,9 @@ Apache License
20020
20021
  See the License for the specific language governing permissions and
20021
20022
  limitations under the License.
20022
20023
 
20023
-
20024
20024
  ----------------
20025
20025
 
20026
- ** @smithy/middleware-retry@4.5.7 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.5.7 | Apache-2.0
20026
+ ** @smithy/middleware-retry@4.5.5 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.5.5 | Apache-2.0
20027
20027
  Apache License
20028
20028
  Version 2.0, January 2004
20029
20029
  http://www.apache.org/licenses/
@@ -20229,7 +20229,7 @@ Apache License
20229
20229
 
20230
20230
  ----------------
20231
20231
 
20232
- ** @smithy/middleware-serde@4.2.20 - https://www.npmjs.com/package/@smithy/middleware-serde/v/4.2.20 | Apache-2.0
20232
+ ** @smithy/middleware-retry@4.5.7 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.5.7 | Apache-2.0
20233
20233
  Apache License
20234
20234
  Version 2.0, January 2004
20235
20235
  http://www.apache.org/licenses/
@@ -20418,7 +20418,7 @@ Apache License
20418
20418
  same "printed page" as the copyright notice for easier
20419
20419
  identification within third-party archives.
20420
20420
 
20421
- Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
20421
+ Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
20422
20422
 
20423
20423
  Licensed under the Apache License, Version 2.0 (the "License");
20424
20424
  you may not use this file except in compliance with the License.
@@ -20435,8 +20435,8 @@ Apache License
20435
20435
 
20436
20436
  ----------------
20437
20437
 
20438
- ** @smithy/middleware-stack@4.2.14 - https://www.npmjs.com/package/@smithy/middleware-stack/v/4.2.14 | Apache-2.0
20439
- Apache License
20438
+ ** @smithy/middleware-serde@4.2.20 - https://www.npmjs.com/package/@smithy/middleware-serde/v/4.2.20 | Apache-2.0
20439
+ Apache License
20440
20440
  Version 2.0, January 2004
20441
20441
  http://www.apache.org/licenses/
20442
20442
 
@@ -20624,7 +20624,7 @@ Apache License
20624
20624
  same "printed page" as the copyright notice for easier
20625
20625
  identification within third-party archives.
20626
20626
 
20627
- Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
20627
+ Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
20628
20628
 
20629
20629
  Licensed under the Apache License, Version 2.0 (the "License");
20630
20630
  you may not use this file except in compliance with the License.
@@ -20638,9 +20638,10 @@ Apache License
20638
20638
  See the License for the specific language governing permissions and
20639
20639
  limitations under the License.
20640
20640
 
20641
+
20641
20642
  ----------------
20642
20643
 
20643
- ** @smithy/node-config-provider@4.3.14 - https://www.npmjs.com/package/@smithy/node-config-provider/v/4.3.14 | Apache-2.0
20644
+ ** @smithy/middleware-stack@4.2.14 - https://www.npmjs.com/package/@smithy/middleware-stack/v/4.2.14 | Apache-2.0
20644
20645
  Apache License
20645
20646
  Version 2.0, January 2004
20646
20647
  http://www.apache.org/licenses/
@@ -20829,7 +20830,7 @@ Apache License
20829
20830
  same "printed page" as the copyright notice for easier
20830
20831
  identification within third-party archives.
20831
20832
 
20832
- Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
20833
+ Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
20833
20834
 
20834
20835
  Licensed under the Apache License, Version 2.0 (the "License");
20835
20836
  you may not use this file except in compliance with the License.
@@ -20845,7 +20846,7 @@ Apache License
20845
20846
 
20846
20847
  ----------------
20847
20848
 
20848
- ** @smithy/node-http-handler@4.6.1 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.6.1 | Apache-2.0
20849
+ ** @smithy/node-config-provider@4.3.14 - https://www.npmjs.com/package/@smithy/node-config-provider/v/4.3.14 | Apache-2.0
20849
20850
  Apache License
20850
20851
  Version 2.0, January 2004
20851
20852
  http://www.apache.org/licenses/
@@ -21034,7 +21035,7 @@ Apache License
21034
21035
  same "printed page" as the copyright notice for easier
21035
21036
  identification within third-party archives.
21036
21037
 
21037
- Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
21038
+ Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
21038
21039
 
21039
21040
  Licensed under the Apache License, Version 2.0 (the "License");
21040
21041
  you may not use this file except in compliance with the License.
@@ -21050,7 +21051,7 @@ Apache License
21050
21051
 
21051
21052
  ----------------
21052
21053
 
21053
- ** @smithy/node-http-handler@4.7.3 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.7.3 | Apache-2.0
21054
+ ** @smithy/node-http-handler@4.6.1 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.6.1 | Apache-2.0
21054
21055
  Apache License
21055
21056
  Version 2.0, January 2004
21056
21057
  http://www.apache.org/licenses/
@@ -21255,7 +21256,7 @@ Apache License
21255
21256
 
21256
21257
  ----------------
21257
21258
 
21258
- ** @smithy/property-provider@4.2.14 - https://www.npmjs.com/package/@smithy/property-provider/v/4.2.14 | Apache-2.0
21259
+ ** @smithy/node-http-handler@4.7.3 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.7.3 | Apache-2.0
21259
21260
  Apache License
21260
21261
  Version 2.0, January 2004
21261
21262
  http://www.apache.org/licenses/
@@ -21460,8 +21461,8 @@ Apache License
21460
21461
 
21461
21462
  ----------------
21462
21463
 
21463
- ** @smithy/protocol-http@5.3.14 - https://www.npmjs.com/package/@smithy/protocol-http/v/5.3.14 | Apache-2.0
21464
- Apache License
21464
+ ** @smithy/property-provider@4.2.14 - https://www.npmjs.com/package/@smithy/property-provider/v/4.2.14 | Apache-2.0
21465
+ Apache License
21465
21466
  Version 2.0, January 2004
21466
21467
  http://www.apache.org/licenses/
21467
21468
 
@@ -21649,7 +21650,7 @@ Apache License
21649
21650
  same "printed page" as the copyright notice for easier
21650
21651
  identification within third-party archives.
21651
21652
 
21652
- Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
21653
+ Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
21653
21654
 
21654
21655
  Licensed under the Apache License, Version 2.0 (the "License");
21655
21656
  you may not use this file except in compliance with the License.
@@ -21663,10 +21664,9 @@ Apache License
21663
21664
  See the License for the specific language governing permissions and
21664
21665
  limitations under the License.
21665
21666
 
21666
-
21667
21667
  ----------------
21668
21668
 
21669
- ** @smithy/querystring-builder@4.2.14 - https://www.npmjs.com/package/@smithy/querystring-builder/v/4.2.14 | Apache-2.0
21669
+ ** @smithy/protocol-http@5.3.14 - https://www.npmjs.com/package/@smithy/protocol-http/v/5.3.14 | Apache-2.0
21670
21670
  Apache License
21671
21671
  Version 2.0, January 2004
21672
21672
  http://www.apache.org/licenses/
@@ -21855,7 +21855,7 @@ Apache License
21855
21855
  same "printed page" as the copyright notice for easier
21856
21856
  identification within third-party archives.
21857
21857
 
21858
- Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
21858
+ Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
21859
21859
 
21860
21860
  Licensed under the Apache License, Version 2.0 (the "License");
21861
21861
  you may not use this file except in compliance with the License.
@@ -21872,7 +21872,7 @@ Apache License
21872
21872
 
21873
21873
  ----------------
21874
21874
 
21875
- ** @smithy/querystring-parser@4.2.14 - https://www.npmjs.com/package/@smithy/querystring-parser/v/4.2.14 | Apache-2.0
21875
+ ** @smithy/querystring-builder@4.2.14 - https://www.npmjs.com/package/@smithy/querystring-builder/v/4.2.14 | Apache-2.0
21876
21876
  Apache License
21877
21877
  Version 2.0, January 2004
21878
21878
  http://www.apache.org/licenses/
@@ -22078,7 +22078,7 @@ Apache License
22078
22078
 
22079
22079
  ----------------
22080
22080
 
22081
- ** @smithy/service-error-classification@4.3.0 - https://www.npmjs.com/package/@smithy/service-error-classification/v/4.3.0 | Apache-2.0
22081
+ ** @smithy/querystring-parser@4.2.14 - https://www.npmjs.com/package/@smithy/querystring-parser/v/4.2.14 | Apache-2.0
22082
22082
  Apache License
22083
22083
  Version 2.0, January 2004
22084
22084
  http://www.apache.org/licenses/
@@ -22284,7 +22284,7 @@ Apache License
22284
22284
 
22285
22285
  ----------------
22286
22286
 
22287
- ** @smithy/service-error-classification@4.3.1 - https://www.npmjs.com/package/@smithy/service-error-classification/v/4.3.1 | Apache-2.0
22287
+ ** @smithy/service-error-classification@4.3.0 - https://www.npmjs.com/package/@smithy/service-error-classification/v/4.3.0 | Apache-2.0
22288
22288
  Apache License
22289
22289
  Version 2.0, January 2004
22290
22290
  http://www.apache.org/licenses/
@@ -22490,8 +22490,8 @@ Apache License
22490
22490
 
22491
22491
  ----------------
22492
22492
 
22493
- ** @smithy/shared-ini-file-loader@4.4.9 - https://www.npmjs.com/package/@smithy/shared-ini-file-loader/v/4.4.9 | Apache-2.0
22494
- Apache License
22493
+ ** @smithy/service-error-classification@4.3.1 - https://www.npmjs.com/package/@smithy/service-error-classification/v/4.3.1 | Apache-2.0
22494
+ Apache License
22495
22495
  Version 2.0, January 2004
22496
22496
  http://www.apache.org/licenses/
22497
22497
 
@@ -22693,9 +22693,10 @@ Apache License
22693
22693
  See the License for the specific language governing permissions and
22694
22694
  limitations under the License.
22695
22695
 
22696
+
22696
22697
  ----------------
22697
22698
 
22698
- ** @smithy/signature-v4@5.3.14 - https://www.npmjs.com/package/@smithy/signature-v4/v/5.3.14 | Apache-2.0
22699
+ ** @smithy/shared-ini-file-loader@4.4.9 - https://www.npmjs.com/package/@smithy/shared-ini-file-loader/v/4.4.9 | Apache-2.0
22699
22700
  Apache License
22700
22701
  Version 2.0, January 2004
22701
22702
  http://www.apache.org/licenses/
@@ -22900,7 +22901,7 @@ Apache License
22900
22901
 
22901
22902
  ----------------
22902
22903
 
22903
- ** @smithy/signature-v4@5.4.3 - https://www.npmjs.com/package/@smithy/signature-v4/v/5.4.3 | Apache-2.0
22904
+ ** @smithy/signature-v4@5.3.14 - https://www.npmjs.com/package/@smithy/signature-v4/v/5.3.14 | Apache-2.0
22904
22905
  Apache License
22905
22906
  Version 2.0, January 2004
22906
22907
  http://www.apache.org/licenses/
@@ -23105,8 +23106,8 @@ Apache License
23105
23106
 
23106
23107
  ----------------
23107
23108
 
23108
- ** @smithy/smithy-client@4.12.13 - https://www.npmjs.com/package/@smithy/smithy-client/v/4.12.13 | Apache-2.0
23109
- Apache License
23109
+ ** @smithy/signature-v4@5.4.3 - https://www.npmjs.com/package/@smithy/signature-v4/v/5.4.3 | Apache-2.0
23110
+ Apache License
23110
23111
  Version 2.0, January 2004
23111
23112
  http://www.apache.org/licenses/
23112
23113
 
@@ -23294,7 +23295,7 @@ Apache License
23294
23295
  same "printed page" as the copyright notice for easier
23295
23296
  identification within third-party archives.
23296
23297
 
23297
- Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
23298
+ Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
23298
23299
 
23299
23300
  Licensed under the Apache License, Version 2.0 (the "License");
23300
23301
  you may not use this file except in compliance with the License.
@@ -23308,10 +23309,9 @@ Apache License
23308
23309
  See the License for the specific language governing permissions and
23309
23310
  limitations under the License.
23310
23311
 
23311
-
23312
23312
  ----------------
23313
23313
 
23314
- ** @smithy/types@4.14.1 - https://www.npmjs.com/package/@smithy/types/v/4.14.1 | Apache-2.0
23314
+ ** @smithy/smithy-client@4.12.13 - https://www.npmjs.com/package/@smithy/smithy-client/v/4.12.13 | Apache-2.0
23315
23315
  Apache License
23316
23316
  Version 2.0, January 2004
23317
23317
  http://www.apache.org/licenses/
@@ -23517,7 +23517,7 @@ Apache License
23517
23517
 
23518
23518
  ----------------
23519
23519
 
23520
- ** @smithy/types@4.14.2 - https://www.npmjs.com/package/@smithy/types/v/4.14.2 | Apache-2.0
23520
+ ** @smithy/types@4.14.3 - https://www.npmjs.com/package/@smithy/types/v/4.14.3 | Apache-2.0
23521
23521
  Apache License
23522
23522
  Version 2.0, January 2004
23523
23523
  http://www.apache.org/licenses/
@@ -25980,7 +25980,7 @@ Apache License
25980
25980
 
25981
25981
  ----------------
25982
25982
 
25983
- ** @smithy/util-retry@4.4.0 - https://www.npmjs.com/package/@smithy/util-retry/v/4.4.0 | Apache-2.0
25983
+ ** @smithy/util-retry@4.4.6 - https://www.npmjs.com/package/@smithy/util-retry/v/4.4.6 | Apache-2.0
25984
25984
  Apache License
25985
25985
  Version 2.0, January 2004
25986
25986
  http://www.apache.org/licenses/
@@ -28275,7 +28275,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
28275
28275
 
28276
28276
  ----------------
28277
28277
 
28278
- ** cdk-from-cfn@0.300.0 - https://www.npmjs.com/package/cdk-from-cfn/v/0.300.0 | MIT OR Apache-2.0
28278
+ ** cdk-from-cfn@0.304.0 - https://www.npmjs.com/package/cdk-from-cfn/v/0.304.0 | MIT OR Apache-2.0
28279
28279
 
28280
28280
  ----------------
28281
28281
 
@@ -30868,7 +30868,7 @@ THE SOFTWARE.
30868
30868
 
30869
30869
  ----------------
30870
30870
 
30871
- ** semver@7.8.0 - https://www.npmjs.com/package/semver/v/7.8.0 | ISC
30871
+ ** semver@7.8.4 - https://www.npmjs.com/package/semver/v/7.8.4 | ISC
30872
30872
  The ISC License
30873
30873
 
30874
30874
  Copyright (c) Isaac Z. Schlueter and Contributors
package/build-info.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "comment": "Generated at 2026-05-27T15:10:58Z by generate.sh",
3
- "commit": "71fd29e"
2
+ "comment": "Generated at 2026-06-15T12:58:44Z by generate.sh",
3
+ "commit": "425ccb0"
4
4
  }
package/db.json.gz CHANGED
Binary file
@@ -1,5 +1,5 @@
1
1
  export { deployStack } from '../../@aws-cdk/toolkit-lib/lib/api/deployments/deploy-stack';
2
- export type { DeployStackOptions as DeployStackApiOptions } from '../../@aws-cdk/toolkit-lib/lib/api/deployments/deploy-stack';
2
+ export type { DeployStackOptions as DeployStackApiOptions, DestroyStackResult } from '../../@aws-cdk/toolkit-lib/lib/api/deployments/deploy-stack';
3
3
  export * as cfnApi from '../../@aws-cdk/toolkit-lib/lib/api/deployments/cfn-api';
4
4
  export { createIgnoreMatcher } from '../../@aws-cdk/toolkit-lib/lib/util/glob-matcher';
5
5
  export * from '../../@aws-cdk/toolkit-lib/lib/api/io/private';
@@ -26,4 +26,4 @@ __exportStar(require("../../@aws-cdk/toolkit-lib/lib/api/tags/private"), exports
26
26
  __exportStar(require("../../@aws-cdk/toolkit-lib/lib/private/activity-printer"), exports);
27
27
  __exportStar(require("../../@aws-cdk/toolkit-lib/lib/api/cloud-assembly/private/borrowed-assembly"), exports);
28
28
  __exportStar(require("../../@aws-cdk/toolkit-lib/lib/toolkit/private/count-assembly-results"), exports);
29
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBpLXByaXZhdGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJhcGktcHJpdmF0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLGdEQUFnRDtBQUNoRCw0RkFBMEY7QUFBakYsMkdBQUEsV0FBVyxPQUFBO0FBRXBCLG1GQUFpRjtBQUNqRixpRkFBdUY7QUFBOUUsbUhBQUEsbUJBQW1CLE9BQUE7QUFDNUIsZ0ZBQThEO0FBQzlELGtGQUFnRTtBQUNoRSwwRkFBd0U7QUFDeEUsOEdBQTRGO0FBQzVGLHdHQUFzRiIsInNvdXJjZXNDb250ZW50IjpbIi8qIGVzbGludC1kaXNhYmxlIGltcG9ydC9uby1yZWxhdGl2ZS1wYWNrYWdlcyAqL1xuZXhwb3J0IHsgZGVwbG95U3RhY2sgfSBmcm9tICcuLi8uLi9AYXdzLWNkay90b29sa2l0LWxpYi9saWIvYXBpL2RlcGxveW1lbnRzL2RlcGxveS1zdGFjayc7XG5leHBvcnQgdHlwZSB7IERlcGxveVN0YWNrT3B0aW9ucyBhcyBEZXBsb3lTdGFja0FwaU9wdGlvbnMgfSBmcm9tICcuLi8uLi9AYXdzLWNkay90b29sa2l0LWxpYi9saWIvYXBpL2RlcGxveW1lbnRzL2RlcGxveS1zdGFjayc7XG5leHBvcnQgKiBhcyBjZm5BcGkgZnJvbSAnLi4vLi4vQGF3cy1jZGsvdG9vbGtpdC1saWIvbGliL2FwaS9kZXBsb3ltZW50cy9jZm4tYXBpJztcbmV4cG9ydCB7IGNyZWF0ZUlnbm9yZU1hdGNoZXIgfSBmcm9tICcuLi8uLi9AYXdzLWNkay90b29sa2l0LWxpYi9saWIvdXRpbC9nbG9iLW1hdGNoZXInO1xuZXhwb3J0ICogZnJvbSAnLi4vLi4vQGF3cy1jZGsvdG9vbGtpdC1saWIvbGliL2FwaS9pby9wcml2YXRlJztcbmV4cG9ydCAqIGZyb20gJy4uLy4uL0Bhd3MtY2RrL3Rvb2xraXQtbGliL2xpYi9hcGkvdGFncy9wcml2YXRlJztcbmV4cG9ydCAqIGZyb20gJy4uLy4uL0Bhd3MtY2RrL3Rvb2xraXQtbGliL2xpYi9wcml2YXRlL2FjdGl2aXR5LXByaW50ZXInO1xuZXhwb3J0ICogZnJvbSAnLi4vLi4vQGF3cy1jZGsvdG9vbGtpdC1saWIvbGliL2FwaS9jbG91ZC1hc3NlbWJseS9wcml2YXRlL2JvcnJvd2VkLWFzc2VtYmx5JztcbmV4cG9ydCAqIGZyb20gJy4uLy4uL0Bhd3MtY2RrL3Rvb2xraXQtbGliL2xpYi90b29sa2l0L3ByaXZhdGUvY291bnQtYXNzZW1ibHktcmVzdWx0cyc7XG4iXX0=
29
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBpLXByaXZhdGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJhcGktcHJpdmF0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLGdEQUFnRDtBQUNoRCw0RkFBMEY7QUFBakYsMkdBQUEsV0FBVyxPQUFBO0FBRXBCLG1GQUFpRjtBQUNqRixpRkFBdUY7QUFBOUUsbUhBQUEsbUJBQW1CLE9BQUE7QUFDNUIsZ0ZBQThEO0FBQzlELGtGQUFnRTtBQUNoRSwwRkFBd0U7QUFDeEUsOEdBQTRGO0FBQzVGLHdHQUFzRiIsInNvdXJjZXNDb250ZW50IjpbIi8qIGVzbGludC1kaXNhYmxlIGltcG9ydC9uby1yZWxhdGl2ZS1wYWNrYWdlcyAqL1xuZXhwb3J0IHsgZGVwbG95U3RhY2sgfSBmcm9tICcuLi8uLi9AYXdzLWNkay90b29sa2l0LWxpYi9saWIvYXBpL2RlcGxveW1lbnRzL2RlcGxveS1zdGFjayc7XG5leHBvcnQgdHlwZSB7IERlcGxveVN0YWNrT3B0aW9ucyBhcyBEZXBsb3lTdGFja0FwaU9wdGlvbnMsIERlc3Ryb3lTdGFja1Jlc3VsdCB9IGZyb20gJy4uLy4uL0Bhd3MtY2RrL3Rvb2xraXQtbGliL2xpYi9hcGkvZGVwbG95bWVudHMvZGVwbG95LXN0YWNrJztcbmV4cG9ydCAqIGFzIGNmbkFwaSBmcm9tICcuLi8uLi9AYXdzLWNkay90b29sa2l0LWxpYi9saWIvYXBpL2RlcGxveW1lbnRzL2Nmbi1hcGknO1xuZXhwb3J0IHsgY3JlYXRlSWdub3JlTWF0Y2hlciB9IGZyb20gJy4uLy4uL0Bhd3MtY2RrL3Rvb2xraXQtbGliL2xpYi91dGlsL2dsb2ItbWF0Y2hlcic7XG5leHBvcnQgKiBmcm9tICcuLi8uLi9AYXdzLWNkay90b29sa2l0LWxpYi9saWIvYXBpL2lvL3ByaXZhdGUnO1xuZXhwb3J0ICogZnJvbSAnLi4vLi4vQGF3cy1jZGsvdG9vbGtpdC1saWIvbGliL2FwaS90YWdzL3ByaXZhdGUnO1xuZXhwb3J0ICogZnJvbSAnLi4vLi4vQGF3cy1jZGsvdG9vbGtpdC1saWIvbGliL3ByaXZhdGUvYWN0aXZpdHktcHJpbnRlcic7XG5leHBvcnQgKiBmcm9tICcuLi8uLi9AYXdzLWNkay90b29sa2l0LWxpYi9saWIvYXBpL2Nsb3VkLWFzc2VtYmx5L3ByaXZhdGUvYm9ycm93ZWQtYXNzZW1ibHknO1xuZXhwb3J0ICogZnJvbSAnLi4vLi4vQGF3cy1jZGsvdG9vbGtpdC1saWIvbGliL3Rvb2xraXQvcHJpdmF0ZS9jb3VudC1hc3NlbWJseS1yZXN1bHRzJztcbiJdfQ==
@@ -1,5 +1,5 @@
1
1
  import { RequireApproval } from '@aws-cdk/cloud-assembly-schema';
2
- import type { DeploymentMethod, DiagnoseOptions, PublishAssetsOptions, ToolkitOptions } from '@aws-cdk/toolkit-lib';
2
+ import type { DeploymentMethod, DiagnoseOptions, PublishAssetsOptions, ToolkitOptions, ValidateOptions } from '@aws-cdk/toolkit-lib';
3
3
  import { Toolkit } from '@aws-cdk/toolkit-lib';
4
4
  import { CliIoHost } from './io-host';
5
5
  import type { Configuration } from './user-configuration';
@@ -111,6 +111,10 @@ export declare class CdkToolkit {
111
111
  * Detect infrastructure drift for the given stack(s)
112
112
  */
113
113
  drift(options: DriftOptions): Promise<number>;
114
+ /**
115
+ * Validate synthesized templates against policy rules
116
+ */
117
+ validate(options: ValidateOptions): Promise<number>;
114
118
  /**
115
119
  * Diagnose errors
116
120
  */