aws-cdk 2.1020.2 → 2.1021.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 (71) hide show
  1. package/README.md +40 -35
  2. package/THIRD_PARTY_LICENSES +65 -65
  3. package/build-info.json +2 -2
  4. package/db.json.gz +0 -0
  5. package/lib/api/refactor.d.ts +1 -0
  6. package/lib/api/refactor.js +8 -0
  7. package/lib/cli/cdk-toolkit.d.ts +18 -21
  8. package/lib/cli/cdk-toolkit.js +121 -140
  9. package/lib/cli/cli-config.js +12 -12
  10. package/lib/cli/cli-type-registry.json +15 -11
  11. package/lib/cli/cli.js +38 -17
  12. package/lib/cli/convert-to-user-input.js +12 -6
  13. package/lib/cli/display-version.d.ts +11 -0
  14. package/lib/cli/display-version.js +101 -0
  15. package/lib/cli/io-host/cli-io-host.d.ts +1 -6
  16. package/lib/cli/io-host/cli-io-host.js +1 -16
  17. package/lib/cli/parse-command-line-arguments.js +16 -10
  18. package/lib/cli/platform-warnings.d.ts +2 -1
  19. package/lib/cli/platform-warnings.js +3 -4
  20. package/lib/cli/telemetry/endpoint-sink.d.ts +1 -2
  21. package/lib/cli/telemetry/endpoint-sink.js +4 -3
  22. package/lib/cli/telemetry/file-sink.js +8 -12
  23. package/lib/cli/user-configuration.d.ts +14 -4
  24. package/lib/cli/user-configuration.js +42 -30
  25. package/lib/cli/user-input.d.ts +18 -12
  26. package/lib/cli/user-input.js +1 -1
  27. package/lib/cli/util/yargs-helpers.js +3 -3
  28. package/lib/cli/version.d.ts +2 -12
  29. package/lib/cli/version.js +5 -102
  30. package/lib/commands/context.d.ts +10 -5
  31. package/lib/commands/context.js +35 -35
  32. package/lib/commands/docs.d.ts +6 -1
  33. package/lib/commands/docs.js +20 -19
  34. package/lib/commands/doctor.d.ts +4 -1
  35. package/lib/commands/doctor.js +17 -17
  36. package/lib/commands/flags.d.ts +3 -0
  37. package/lib/commands/flags.js +43 -0
  38. package/lib/commands/init/init-hooks.d.ts +2 -1
  39. package/lib/commands/init/init-hooks.js +6 -6
  40. package/lib/commands/init/init.d.ts +4 -2
  41. package/lib/commands/init/init.js +56 -54
  42. package/lib/commands/init/os.d.ts +2 -1
  43. package/lib/commands/init/os.js +3 -4
  44. package/lib/commands/list-stacks.js +8 -2
  45. package/lib/commands/migrate.d.ts +6 -17
  46. package/lib/commands/migrate.js +28 -29
  47. package/lib/cxapp/cloud-assembly.js +1 -1
  48. package/lib/index.d.ts +1 -1
  49. package/lib/index.js +44594 -30673
  50. package/lib/index_bg.wasm +0 -0
  51. package/lib/init-templates/.init-version.json +1 -1
  52. package/lib/init-templates/.recommended-feature-flags.json +1 -0
  53. package/lib/{legacy-aws-auth.d.ts → legacy/aws-auth.d.ts} +1 -1
  54. package/lib/legacy/aws-auth.js +47 -0
  55. package/lib/legacy/configuration.d.ts +82 -0
  56. package/lib/legacy/configuration.js +321 -0
  57. package/lib/legacy/index.d.ts +19 -0
  58. package/lib/{legacy-exports-source.js → legacy/index.js} +23 -23
  59. package/lib/{legacy-logging-source.d.ts → legacy/logging.d.ts} +50 -0
  60. package/lib/legacy/logging.js +154 -0
  61. package/lib/legacy/types.js +3 -0
  62. package/lib/legacy-exports.d.ts +4 -3
  63. package/lib/legacy-exports.js +4 -1
  64. package/package.json +12 -12
  65. package/lib/legacy-aws-auth.js +0 -47
  66. package/lib/legacy-exports-source.d.ts +0 -18
  67. package/lib/legacy-logging-source.js +0 -107
  68. package/lib/legacy-types.js +0 -3
  69. package/lib/logging.d.ts +0 -99
  70. package/lib/logging.js +0 -146
  71. /package/lib/{legacy-types.d.ts → legacy/types.d.ts} +0 -0
@@ -618,7 +618,7 @@ The aws-cdk package includes the following third-party software/licensing:
618
618
 
619
619
  ----------------
620
620
 
621
- ** @aws-sdk/client-appsync@3.839.0 - https://www.npmjs.com/package/@aws-sdk/client-appsync/v/3.839.0 | Apache-2.0
621
+ ** @aws-sdk/client-appsync@3.846.0 - https://www.npmjs.com/package/@aws-sdk/client-appsync/v/3.846.0 | Apache-2.0
622
622
  Apache License
623
623
  Version 2.0, January 2004
624
624
  http://www.apache.org/licenses/
@@ -824,7 +824,7 @@ The aws-cdk package includes the following third-party software/licensing:
824
824
 
825
825
  ----------------
826
826
 
827
- ** @aws-sdk/client-cloudcontrol@3.839.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudcontrol/v/3.839.0 | Apache-2.0
827
+ ** @aws-sdk/client-cloudcontrol@3.846.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudcontrol/v/3.846.0 | Apache-2.0
828
828
  Apache License
829
829
  Version 2.0, January 2004
830
830
  http://www.apache.org/licenses/
@@ -1030,7 +1030,7 @@ The aws-cdk package includes the following third-party software/licensing:
1030
1030
 
1031
1031
  ----------------
1032
1032
 
1033
- ** @aws-sdk/client-cloudformation@3.839.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudformation/v/3.839.0 | Apache-2.0
1033
+ ** @aws-sdk/client-cloudformation@3.846.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudformation/v/3.846.0 | Apache-2.0
1034
1034
  Apache License
1035
1035
  Version 2.0, January 2004
1036
1036
  http://www.apache.org/licenses/
@@ -1236,7 +1236,7 @@ The aws-cdk package includes the following third-party software/licensing:
1236
1236
 
1237
1237
  ----------------
1238
1238
 
1239
- ** @aws-sdk/client-cloudwatch-logs@3.839.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudwatch-logs/v/3.839.0 | Apache-2.0
1239
+ ** @aws-sdk/client-cloudwatch-logs@3.846.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudwatch-logs/v/3.846.0 | Apache-2.0
1240
1240
  Apache License
1241
1241
  Version 2.0, January 2004
1242
1242
  http://www.apache.org/licenses/
@@ -1442,7 +1442,7 @@ The aws-cdk package includes the following third-party software/licensing:
1442
1442
 
1443
1443
  ----------------
1444
1444
 
1445
- ** @aws-sdk/client-codebuild@3.839.0 - https://www.npmjs.com/package/@aws-sdk/client-codebuild/v/3.839.0 | Apache-2.0
1445
+ ** @aws-sdk/client-codebuild@3.846.0 - https://www.npmjs.com/package/@aws-sdk/client-codebuild/v/3.846.0 | Apache-2.0
1446
1446
  Apache License
1447
1447
  Version 2.0, January 2004
1448
1448
  http://www.apache.org/licenses/
@@ -1648,7 +1648,7 @@ The aws-cdk package includes the following third-party software/licensing:
1648
1648
 
1649
1649
  ----------------
1650
1650
 
1651
- ** @aws-sdk/client-cognito-identity@3.839.0 - https://www.npmjs.com/package/@aws-sdk/client-cognito-identity/v/3.839.0 | Apache-2.0
1651
+ ** @aws-sdk/client-cognito-identity@3.846.0 - https://www.npmjs.com/package/@aws-sdk/client-cognito-identity/v/3.846.0 | Apache-2.0
1652
1652
  Apache License
1653
1653
  Version 2.0, January 2004
1654
1654
  http://www.apache.org/licenses/
@@ -1854,7 +1854,7 @@ The aws-cdk package includes the following third-party software/licensing:
1854
1854
 
1855
1855
  ----------------
1856
1856
 
1857
- ** @aws-sdk/client-ec2@3.839.0 - https://www.npmjs.com/package/@aws-sdk/client-ec2/v/3.839.0 | Apache-2.0
1857
+ ** @aws-sdk/client-ec2@3.846.0 - https://www.npmjs.com/package/@aws-sdk/client-ec2/v/3.846.0 | Apache-2.0
1858
1858
  Apache License
1859
1859
  Version 2.0, January 2004
1860
1860
  http://www.apache.org/licenses/
@@ -2060,7 +2060,7 @@ The aws-cdk package includes the following third-party software/licensing:
2060
2060
 
2061
2061
  ----------------
2062
2062
 
2063
- ** @aws-sdk/client-ecr@3.839.0 - https://www.npmjs.com/package/@aws-sdk/client-ecr/v/3.839.0 | Apache-2.0
2063
+ ** @aws-sdk/client-ecr@3.846.0 - https://www.npmjs.com/package/@aws-sdk/client-ecr/v/3.846.0 | Apache-2.0
2064
2064
  Apache License
2065
2065
  Version 2.0, January 2004
2066
2066
  http://www.apache.org/licenses/
@@ -2266,7 +2266,7 @@ The aws-cdk package includes the following third-party software/licensing:
2266
2266
 
2267
2267
  ----------------
2268
2268
 
2269
- ** @aws-sdk/client-ecs@3.839.0 - https://www.npmjs.com/package/@aws-sdk/client-ecs/v/3.839.0 | Apache-2.0
2269
+ ** @aws-sdk/client-ecs@3.846.0 - https://www.npmjs.com/package/@aws-sdk/client-ecs/v/3.846.0 | Apache-2.0
2270
2270
  Apache License
2271
2271
  Version 2.0, January 2004
2272
2272
  http://www.apache.org/licenses/
@@ -2472,7 +2472,7 @@ The aws-cdk package includes the following third-party software/licensing:
2472
2472
 
2473
2473
  ----------------
2474
2474
 
2475
- ** @aws-sdk/client-elastic-load-balancing-v2@3.839.0 - https://www.npmjs.com/package/@aws-sdk/client-elastic-load-balancing-v2/v/3.839.0 | Apache-2.0
2475
+ ** @aws-sdk/client-elastic-load-balancing-v2@3.846.0 - https://www.npmjs.com/package/@aws-sdk/client-elastic-load-balancing-v2/v/3.846.0 | Apache-2.0
2476
2476
  Apache License
2477
2477
  Version 2.0, January 2004
2478
2478
  http://www.apache.org/licenses/
@@ -2678,7 +2678,7 @@ The aws-cdk package includes the following third-party software/licensing:
2678
2678
 
2679
2679
  ----------------
2680
2680
 
2681
- ** @aws-sdk/client-iam@3.839.0 - https://www.npmjs.com/package/@aws-sdk/client-iam/v/3.839.0 | Apache-2.0
2681
+ ** @aws-sdk/client-iam@3.846.0 - https://www.npmjs.com/package/@aws-sdk/client-iam/v/3.846.0 | Apache-2.0
2682
2682
  Apache License
2683
2683
  Version 2.0, January 2004
2684
2684
  http://www.apache.org/licenses/
@@ -2884,7 +2884,7 @@ The aws-cdk package includes the following third-party software/licensing:
2884
2884
 
2885
2885
  ----------------
2886
2886
 
2887
- ** @aws-sdk/client-kms@3.839.0 - https://www.npmjs.com/package/@aws-sdk/client-kms/v/3.839.0 | Apache-2.0
2887
+ ** @aws-sdk/client-kms@3.846.0 - https://www.npmjs.com/package/@aws-sdk/client-kms/v/3.846.0 | Apache-2.0
2888
2888
  Apache License
2889
2889
  Version 2.0, January 2004
2890
2890
  http://www.apache.org/licenses/
@@ -3090,7 +3090,7 @@ The aws-cdk package includes the following third-party software/licensing:
3090
3090
 
3091
3091
  ----------------
3092
3092
 
3093
- ** @aws-sdk/client-lambda@3.839.0 - https://www.npmjs.com/package/@aws-sdk/client-lambda/v/3.839.0 | Apache-2.0
3093
+ ** @aws-sdk/client-lambda@3.846.0 - https://www.npmjs.com/package/@aws-sdk/client-lambda/v/3.846.0 | Apache-2.0
3094
3094
  Apache License
3095
3095
  Version 2.0, January 2004
3096
3096
  http://www.apache.org/licenses/
@@ -3296,7 +3296,7 @@ The aws-cdk package includes the following third-party software/licensing:
3296
3296
 
3297
3297
  ----------------
3298
3298
 
3299
- ** @aws-sdk/client-route-53@3.839.0 - https://www.npmjs.com/package/@aws-sdk/client-route-53/v/3.839.0 | Apache-2.0
3299
+ ** @aws-sdk/client-route-53@3.846.0 - https://www.npmjs.com/package/@aws-sdk/client-route-53/v/3.846.0 | Apache-2.0
3300
3300
  Apache License
3301
3301
  Version 2.0, January 2004
3302
3302
  http://www.apache.org/licenses/
@@ -3502,7 +3502,7 @@ The aws-cdk package includes the following third-party software/licensing:
3502
3502
 
3503
3503
  ----------------
3504
3504
 
3505
- ** @aws-sdk/client-s3@3.839.0 - https://www.npmjs.com/package/@aws-sdk/client-s3/v/3.839.0 | Apache-2.0
3505
+ ** @aws-sdk/client-s3@3.846.0 - https://www.npmjs.com/package/@aws-sdk/client-s3/v/3.846.0 | Apache-2.0
3506
3506
  Apache License
3507
3507
  Version 2.0, January 2004
3508
3508
  http://www.apache.org/licenses/
@@ -3708,7 +3708,7 @@ The aws-cdk package includes the following third-party software/licensing:
3708
3708
 
3709
3709
  ----------------
3710
3710
 
3711
- ** @aws-sdk/client-secrets-manager@3.839.0 - https://www.npmjs.com/package/@aws-sdk/client-secrets-manager/v/3.839.0 | Apache-2.0
3711
+ ** @aws-sdk/client-secrets-manager@3.846.0 - https://www.npmjs.com/package/@aws-sdk/client-secrets-manager/v/3.846.0 | Apache-2.0
3712
3712
  Apache License
3713
3713
  Version 2.0, January 2004
3714
3714
  http://www.apache.org/licenses/
@@ -3914,7 +3914,7 @@ The aws-cdk package includes the following third-party software/licensing:
3914
3914
 
3915
3915
  ----------------
3916
3916
 
3917
- ** @aws-sdk/client-sfn@3.839.0 - https://www.npmjs.com/package/@aws-sdk/client-sfn/v/3.839.0 | Apache-2.0
3917
+ ** @aws-sdk/client-sfn@3.846.0 - https://www.npmjs.com/package/@aws-sdk/client-sfn/v/3.846.0 | Apache-2.0
3918
3918
  Apache License
3919
3919
  Version 2.0, January 2004
3920
3920
  http://www.apache.org/licenses/
@@ -4120,7 +4120,7 @@ The aws-cdk package includes the following third-party software/licensing:
4120
4120
 
4121
4121
  ----------------
4122
4122
 
4123
- ** @aws-sdk/client-ssm@3.839.0 - https://www.npmjs.com/package/@aws-sdk/client-ssm/v/3.839.0 | Apache-2.0
4123
+ ** @aws-sdk/client-ssm@3.846.0 - https://www.npmjs.com/package/@aws-sdk/client-ssm/v/3.846.0 | Apache-2.0
4124
4124
  Apache License
4125
4125
  Version 2.0, January 2004
4126
4126
  http://www.apache.org/licenses/
@@ -4326,7 +4326,7 @@ The aws-cdk package includes the following third-party software/licensing:
4326
4326
 
4327
4327
  ----------------
4328
4328
 
4329
- ** @aws-sdk/client-sso@3.839.0 - https://www.npmjs.com/package/@aws-sdk/client-sso/v/3.839.0 | Apache-2.0
4329
+ ** @aws-sdk/client-sso@3.846.0 - https://www.npmjs.com/package/@aws-sdk/client-sso/v/3.846.0 | Apache-2.0
4330
4330
  Apache License
4331
4331
  Version 2.0, January 2004
4332
4332
  http://www.apache.org/licenses/
@@ -4532,7 +4532,7 @@ The aws-cdk package includes the following third-party software/licensing:
4532
4532
 
4533
4533
  ----------------
4534
4534
 
4535
- ** @aws-sdk/client-sts@3.839.0 - https://www.npmjs.com/package/@aws-sdk/client-sts/v/3.839.0 | Apache-2.0
4535
+ ** @aws-sdk/client-sts@3.846.0 - https://www.npmjs.com/package/@aws-sdk/client-sts/v/3.846.0 | Apache-2.0
4536
4536
  Apache License
4537
4537
  Version 2.0, January 2004
4538
4538
  http://www.apache.org/licenses/
@@ -4738,11 +4738,11 @@ The aws-cdk package includes the following third-party software/licensing:
4738
4738
 
4739
4739
  ----------------
4740
4740
 
4741
- ** @aws-sdk/core@3.839.0 - https://www.npmjs.com/package/@aws-sdk/core/v/3.839.0 | Apache-2.0
4741
+ ** @aws-sdk/core@3.846.0 - https://www.npmjs.com/package/@aws-sdk/core/v/3.846.0 | Apache-2.0
4742
4742
 
4743
4743
  ----------------
4744
4744
 
4745
- ** @aws-sdk/credential-provider-cognito-identity@3.839.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-cognito-identity/v/3.839.0 | Apache-2.0
4745
+ ** @aws-sdk/credential-provider-cognito-identity@3.846.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-cognito-identity/v/3.846.0 | Apache-2.0
4746
4746
  Apache License
4747
4747
  Version 2.0, January 2004
4748
4748
  http://www.apache.org/licenses/
@@ -4948,7 +4948,7 @@ The aws-cdk package includes the following third-party software/licensing:
4948
4948
 
4949
4949
  ----------------
4950
4950
 
4951
- ** @aws-sdk/credential-provider-env@3.839.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-env/v/3.839.0 | Apache-2.0
4951
+ ** @aws-sdk/credential-provider-env@3.846.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-env/v/3.846.0 | Apache-2.0
4952
4952
  Apache License
4953
4953
  Version 2.0, January 2004
4954
4954
  http://www.apache.org/licenses/
@@ -5153,11 +5153,11 @@ Apache License
5153
5153
 
5154
5154
  ----------------
5155
5155
 
5156
- ** @aws-sdk/credential-provider-http@3.839.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-http/v/3.839.0 | Apache-2.0
5156
+ ** @aws-sdk/credential-provider-http@3.846.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-http/v/3.846.0 | Apache-2.0
5157
5157
 
5158
5158
  ----------------
5159
5159
 
5160
- ** @aws-sdk/credential-provider-ini@3.839.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.839.0 | Apache-2.0
5160
+ ** @aws-sdk/credential-provider-ini@3.846.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.846.0 | Apache-2.0
5161
5161
  Apache License
5162
5162
  Version 2.0, January 2004
5163
5163
  http://www.apache.org/licenses/
@@ -5362,7 +5362,7 @@ Apache License
5362
5362
 
5363
5363
  ----------------
5364
5364
 
5365
- ** @aws-sdk/credential-provider-node@3.839.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.839.0 | Apache-2.0
5365
+ ** @aws-sdk/credential-provider-node@3.846.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.846.0 | Apache-2.0
5366
5366
  Apache License
5367
5367
  Version 2.0, January 2004
5368
5368
  http://www.apache.org/licenses/
@@ -5567,7 +5567,7 @@ Apache License
5567
5567
 
5568
5568
  ----------------
5569
5569
 
5570
- ** @aws-sdk/credential-provider-process@3.839.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-process/v/3.839.0 | Apache-2.0
5570
+ ** @aws-sdk/credential-provider-process@3.846.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-process/v/3.846.0 | Apache-2.0
5571
5571
  Apache License
5572
5572
  Version 2.0, January 2004
5573
5573
  http://www.apache.org/licenses/
@@ -5772,7 +5772,7 @@ Apache License
5772
5772
 
5773
5773
  ----------------
5774
5774
 
5775
- ** @aws-sdk/credential-provider-sso@3.839.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.839.0 | Apache-2.0
5775
+ ** @aws-sdk/credential-provider-sso@3.846.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.846.0 | Apache-2.0
5776
5776
  Apache License
5777
5777
  Version 2.0, January 2004
5778
5778
  http://www.apache.org/licenses/
@@ -5977,7 +5977,7 @@ Apache License
5977
5977
 
5978
5978
  ----------------
5979
5979
 
5980
- ** @aws-sdk/credential-provider-web-identity@3.839.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.839.0 | Apache-2.0
5980
+ ** @aws-sdk/credential-provider-web-identity@3.846.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.846.0 | Apache-2.0
5981
5981
  Apache License
5982
5982
  Version 2.0, January 2004
5983
5983
  http://www.apache.org/licenses/
@@ -6182,7 +6182,7 @@ Apache License
6182
6182
 
6183
6183
  ----------------
6184
6184
 
6185
- ** @aws-sdk/credential-providers@3.839.0 - https://www.npmjs.com/package/@aws-sdk/credential-providers/v/3.839.0 | Apache-2.0
6185
+ ** @aws-sdk/credential-providers@3.846.0 - https://www.npmjs.com/package/@aws-sdk/credential-providers/v/3.846.0 | Apache-2.0
6186
6186
  Apache License
6187
6187
  Version 2.0, January 2004
6188
6188
  http://www.apache.org/licenses/
@@ -6387,7 +6387,7 @@ Apache License
6387
6387
 
6388
6388
  ----------------
6389
6389
 
6390
- ** @aws-sdk/ec2-metadata-service@3.839.0 - https://www.npmjs.com/package/@aws-sdk/ec2-metadata-service/v/3.839.0 | Apache-2.0
6390
+ ** @aws-sdk/ec2-metadata-service@3.846.0 - https://www.npmjs.com/package/@aws-sdk/ec2-metadata-service/v/3.846.0 | Apache-2.0
6391
6391
  Apache License
6392
6392
  Version 2.0, January 2004
6393
6393
  http://www.apache.org/licenses/
@@ -6592,7 +6592,7 @@ Apache License
6592
6592
 
6593
6593
  ----------------
6594
6594
 
6595
- ** @aws-sdk/lib-storage@3.839.0 - https://www.npmjs.com/package/@aws-sdk/lib-storage/v/3.839.0 | Apache-2.0
6595
+ ** @aws-sdk/lib-storage@3.846.0 - https://www.npmjs.com/package/@aws-sdk/lib-storage/v/3.846.0 | Apache-2.0
6596
6596
  Apache License
6597
6597
  Version 2.0, January 2004
6598
6598
  http://www.apache.org/licenses/
@@ -6797,7 +6797,7 @@ Apache License
6797
6797
 
6798
6798
  ----------------
6799
6799
 
6800
- ** @aws-sdk/middleware-bucket-endpoint@3.830.0 - https://www.npmjs.com/package/@aws-sdk/middleware-bucket-endpoint/v/3.830.0 | Apache-2.0
6800
+ ** @aws-sdk/middleware-bucket-endpoint@3.840.0 - https://www.npmjs.com/package/@aws-sdk/middleware-bucket-endpoint/v/3.840.0 | Apache-2.0
6801
6801
  Apache License
6802
6802
  Version 2.0, January 2004
6803
6803
  http://www.apache.org/licenses/
@@ -7003,7 +7003,7 @@ Apache License
7003
7003
 
7004
7004
  ----------------
7005
7005
 
7006
- ** @aws-sdk/middleware-expect-continue@3.821.0 - https://www.npmjs.com/package/@aws-sdk/middleware-expect-continue/v/3.821.0 | Apache-2.0
7006
+ ** @aws-sdk/middleware-expect-continue@3.840.0 - https://www.npmjs.com/package/@aws-sdk/middleware-expect-continue/v/3.840.0 | Apache-2.0
7007
7007
  Apache License
7008
7008
  Version 2.0, January 2004
7009
7009
  http://www.apache.org/licenses/
@@ -7209,7 +7209,7 @@ Apache License
7209
7209
 
7210
7210
  ----------------
7211
7211
 
7212
- ** @aws-sdk/middleware-flexible-checksums@3.839.0 - https://www.npmjs.com/package/@aws-sdk/middleware-flexible-checksums/v/3.839.0 | Apache-2.0
7212
+ ** @aws-sdk/middleware-flexible-checksums@3.846.0 - https://www.npmjs.com/package/@aws-sdk/middleware-flexible-checksums/v/3.846.0 | Apache-2.0
7213
7213
  Apache License
7214
7214
  Version 2.0, January 2004
7215
7215
  http://www.apache.org/licenses/
@@ -7415,7 +7415,7 @@ Apache License
7415
7415
 
7416
7416
  ----------------
7417
7417
 
7418
- ** @aws-sdk/middleware-host-header@3.821.0 - https://www.npmjs.com/package/@aws-sdk/middleware-host-header/v/3.821.0 | Apache-2.0
7418
+ ** @aws-sdk/middleware-host-header@3.840.0 - https://www.npmjs.com/package/@aws-sdk/middleware-host-header/v/3.840.0 | Apache-2.0
7419
7419
  Apache License
7420
7420
  Version 2.0, January 2004
7421
7421
  http://www.apache.org/licenses/
@@ -7621,7 +7621,7 @@ Apache License
7621
7621
 
7622
7622
  ----------------
7623
7623
 
7624
- ** @aws-sdk/middleware-location-constraint@3.821.0 - https://www.npmjs.com/package/@aws-sdk/middleware-location-constraint/v/3.821.0 | Apache-2.0
7624
+ ** @aws-sdk/middleware-location-constraint@3.840.0 - https://www.npmjs.com/package/@aws-sdk/middleware-location-constraint/v/3.840.0 | Apache-2.0
7625
7625
  Apache License
7626
7626
  Version 2.0, January 2004
7627
7627
  http://www.apache.org/licenses/
@@ -7827,7 +7827,7 @@ Apache License
7827
7827
 
7828
7828
  ----------------
7829
7829
 
7830
- ** @aws-sdk/middleware-logger@3.821.0 - https://www.npmjs.com/package/@aws-sdk/middleware-logger/v/3.821.0 | Apache-2.0
7830
+ ** @aws-sdk/middleware-logger@3.840.0 - https://www.npmjs.com/package/@aws-sdk/middleware-logger/v/3.840.0 | Apache-2.0
7831
7831
  Apache License
7832
7832
  Version 2.0, January 2004
7833
7833
  http://www.apache.org/licenses/
@@ -8032,7 +8032,7 @@ Apache License
8032
8032
 
8033
8033
  ----------------
8034
8034
 
8035
- ** @aws-sdk/middleware-recursion-detection@3.821.0 - https://www.npmjs.com/package/@aws-sdk/middleware-recursion-detection/v/3.821.0 | Apache-2.0
8035
+ ** @aws-sdk/middleware-recursion-detection@3.840.0 - https://www.npmjs.com/package/@aws-sdk/middleware-recursion-detection/v/3.840.0 | Apache-2.0
8036
8036
  Apache License
8037
8037
  Version 2.0, January 2004
8038
8038
  http://www.apache.org/licenses/
@@ -8238,7 +8238,7 @@ Apache License
8238
8238
 
8239
8239
  ----------------
8240
8240
 
8241
- ** @aws-sdk/middleware-sdk-ec2@3.839.0 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-ec2/v/3.839.0 | Apache-2.0
8241
+ ** @aws-sdk/middleware-sdk-ec2@3.845.0 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-ec2/v/3.845.0 | Apache-2.0
8242
8242
  Apache License
8243
8243
  Version 2.0, January 2004
8244
8244
  http://www.apache.org/licenses/
@@ -8443,7 +8443,7 @@ Apache License
8443
8443
 
8444
8444
  ----------------
8445
8445
 
8446
- ** @aws-sdk/middleware-sdk-route53@3.821.0 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-route53/v/3.821.0 | Apache-2.0
8446
+ ** @aws-sdk/middleware-sdk-route53@3.840.0 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-route53/v/3.840.0 | Apache-2.0
8447
8447
  Apache License
8448
8448
  Version 2.0, January 2004
8449
8449
  http://www.apache.org/licenses/
@@ -8649,7 +8649,7 @@ Apache License
8649
8649
 
8650
8650
  ----------------
8651
8651
 
8652
- ** @aws-sdk/middleware-sdk-s3@3.839.0 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-s3/v/3.839.0 | Apache-2.0
8652
+ ** @aws-sdk/middleware-sdk-s3@3.846.0 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-s3/v/3.846.0 | Apache-2.0
8653
8653
  Apache License
8654
8654
  Version 2.0, January 2004
8655
8655
  http://www.apache.org/licenses/
@@ -8855,7 +8855,7 @@ Apache License
8855
8855
 
8856
8856
  ----------------
8857
8857
 
8858
- ** @aws-sdk/middleware-ssec@3.821.0 - https://www.npmjs.com/package/@aws-sdk/middleware-ssec/v/3.821.0 | Apache-2.0
8858
+ ** @aws-sdk/middleware-ssec@3.840.0 - https://www.npmjs.com/package/@aws-sdk/middleware-ssec/v/3.840.0 | Apache-2.0
8859
8859
  Apache License
8860
8860
  Version 2.0, January 2004
8861
8861
  http://www.apache.org/licenses/
@@ -9061,7 +9061,7 @@ Apache License
9061
9061
 
9062
9062
  ----------------
9063
9063
 
9064
- ** @aws-sdk/middleware-user-agent@3.839.0 - https://www.npmjs.com/package/@aws-sdk/middleware-user-agent/v/3.839.0 | Apache-2.0
9064
+ ** @aws-sdk/middleware-user-agent@3.846.0 - https://www.npmjs.com/package/@aws-sdk/middleware-user-agent/v/3.846.0 | Apache-2.0
9065
9065
  Apache License
9066
9066
  Version 2.0, January 2004
9067
9067
  http://www.apache.org/licenses/
@@ -9267,11 +9267,11 @@ Apache License
9267
9267
 
9268
9268
  ----------------
9269
9269
 
9270
- ** @aws-sdk/nested-clients@3.839.0 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.839.0 | Apache-2.0
9270
+ ** @aws-sdk/nested-clients@3.846.0 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.846.0 | Apache-2.0
9271
9271
 
9272
9272
  ----------------
9273
9273
 
9274
- ** @aws-sdk/region-config-resolver@3.821.0 - https://www.npmjs.com/package/@aws-sdk/region-config-resolver/v/3.821.0 | Apache-2.0
9274
+ ** @aws-sdk/region-config-resolver@3.840.0 - https://www.npmjs.com/package/@aws-sdk/region-config-resolver/v/3.840.0 | Apache-2.0
9275
9275
  Apache License
9276
9276
  Version 2.0, January 2004
9277
9277
  http://www.apache.org/licenses/
@@ -9476,7 +9476,7 @@ Apache License
9476
9476
 
9477
9477
  ----------------
9478
9478
 
9479
- ** @aws-sdk/signature-v4-multi-region@3.839.0 - https://www.npmjs.com/package/@aws-sdk/signature-v4-multi-region/v/3.839.0 | Apache-2.0
9479
+ ** @aws-sdk/signature-v4-multi-region@3.846.0 - https://www.npmjs.com/package/@aws-sdk/signature-v4-multi-region/v/3.846.0 | Apache-2.0
9480
9480
  Apache License
9481
9481
  Version 2.0, January 2004
9482
9482
  http://www.apache.org/licenses/
@@ -9682,7 +9682,7 @@ Apache License
9682
9682
 
9683
9683
  ----------------
9684
9684
 
9685
- ** @aws-sdk/token-providers@3.839.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.839.0 | Apache-2.0
9685
+ ** @aws-sdk/token-providers@3.846.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.846.0 | Apache-2.0
9686
9686
  Apache License
9687
9687
  Version 2.0, January 2004
9688
9688
  http://www.apache.org/licenses/
@@ -10092,7 +10092,7 @@ Apache License
10092
10092
 
10093
10093
  ----------------
10094
10094
 
10095
- ** @aws-sdk/util-endpoints@3.828.0 - https://www.npmjs.com/package/@aws-sdk/util-endpoints/v/3.828.0 | Apache-2.0
10095
+ ** @aws-sdk/util-endpoints@3.845.0 - https://www.npmjs.com/package/@aws-sdk/util-endpoints/v/3.845.0 | Apache-2.0
10096
10096
  Apache License
10097
10097
  Version 2.0, January 2004
10098
10098
  http://www.apache.org/licenses/
@@ -10297,7 +10297,7 @@ Apache License
10297
10297
 
10298
10298
  ----------------
10299
10299
 
10300
- ** @aws-sdk/util-format-url@3.821.0 - https://www.npmjs.com/package/@aws-sdk/util-format-url/v/3.821.0 | Apache-2.0
10300
+ ** @aws-sdk/util-format-url@3.840.0 - https://www.npmjs.com/package/@aws-sdk/util-format-url/v/3.840.0 | Apache-2.0
10301
10301
  Apache License
10302
10302
  Version 2.0, January 2004
10303
10303
  http://www.apache.org/licenses/
@@ -10502,7 +10502,7 @@ Apache License
10502
10502
 
10503
10503
  ----------------
10504
10504
 
10505
- ** @aws-sdk/util-user-agent-node@3.839.0 - https://www.npmjs.com/package/@aws-sdk/util-user-agent-node/v/3.839.0 | Apache-2.0
10505
+ ** @aws-sdk/util-user-agent-node@3.846.0 - https://www.npmjs.com/package/@aws-sdk/util-user-agent-node/v/3.846.0 | Apache-2.0
10506
10506
  Apache License
10507
10507
  Version 2.0, January 2004
10508
10508
  http://www.apache.org/licenses/
@@ -11323,7 +11323,7 @@ Apache License
11323
11323
 
11324
11324
  ----------------
11325
11325
 
11326
- ** @smithy/core@3.6.0 - https://www.npmjs.com/package/@smithy/core/v/3.6.0 | Apache-2.0
11326
+ ** @smithy/core@3.7.0 - https://www.npmjs.com/package/@smithy/core/v/3.7.0 | Apache-2.0
11327
11327
  Apache License
11328
11328
  Version 2.0, January 2004
11329
11329
  http://www.apache.org/licenses/
@@ -12558,7 +12558,7 @@ Apache License
12558
12558
 
12559
12559
  ----------------
12560
12560
 
12561
- ** @smithy/fetch-http-handler@5.0.4 - https://www.npmjs.com/package/@smithy/fetch-http-handler/v/5.0.4 | Apache-2.0
12561
+ ** @smithy/fetch-http-handler@5.1.0 - https://www.npmjs.com/package/@smithy/fetch-http-handler/v/5.1.0 | Apache-2.0
12562
12562
  Apache License
12563
12563
  Version 2.0, January 2004
12564
12564
  http://www.apache.org/licenses/
@@ -13788,7 +13788,7 @@ Apache License
13788
13788
 
13789
13789
  ----------------
13790
13790
 
13791
- ** @smithy/middleware-endpoint@4.1.13 - https://www.npmjs.com/package/@smithy/middleware-endpoint/v/4.1.13 | Apache-2.0
13791
+ ** @smithy/middleware-endpoint@4.1.15 - https://www.npmjs.com/package/@smithy/middleware-endpoint/v/4.1.15 | Apache-2.0
13792
13792
  Apache License
13793
13793
  Version 2.0, January 2004
13794
13794
  http://www.apache.org/licenses/
@@ -13993,7 +13993,7 @@ Apache License
13993
13993
 
13994
13994
  ----------------
13995
13995
 
13996
- ** @smithy/middleware-retry@4.1.14 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.1.14 | Apache-2.0
13996
+ ** @smithy/middleware-retry@4.1.16 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.1.16 | Apache-2.0
13997
13997
  Apache License
13998
13998
  Version 2.0, January 2004
13999
13999
  http://www.apache.org/licenses/
@@ -14815,7 +14815,7 @@ Apache License
14815
14815
 
14816
14816
  ----------------
14817
14817
 
14818
- ** @smithy/node-http-handler@4.0.6 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.0.6 | Apache-2.0
14818
+ ** @smithy/node-http-handler@4.1.0 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.1.0 | Apache-2.0
14819
14819
  Apache License
14820
14820
  Version 2.0, January 2004
14821
14821
  http://www.apache.org/licenses/
@@ -16459,7 +16459,7 @@ Apache License
16459
16459
 
16460
16460
  ----------------
16461
16461
 
16462
- ** @smithy/smithy-client@4.4.5 - https://www.npmjs.com/package/@smithy/smithy-client/v/4.4.5 | Apache-2.0
16462
+ ** @smithy/smithy-client@4.4.7 - https://www.npmjs.com/package/@smithy/smithy-client/v/4.4.7 | Apache-2.0
16463
16463
  Apache License
16464
16464
  Version 2.0, January 2004
16465
16465
  http://www.apache.org/licenses/
@@ -18307,7 +18307,7 @@ Apache License
18307
18307
 
18308
18308
  ----------------
18309
18309
 
18310
- ** @smithy/util-defaults-mode-node@4.0.21 - https://www.npmjs.com/package/@smithy/util-defaults-mode-node/v/4.0.21 | Apache-2.0
18310
+ ** @smithy/util-defaults-mode-node@4.0.23 - https://www.npmjs.com/package/@smithy/util-defaults-mode-node/v/4.0.23 | Apache-2.0
18311
18311
  Apache License
18312
18312
  Version 2.0, January 2004
18313
18313
  http://www.apache.org/licenses/
@@ -19333,7 +19333,7 @@ Apache License
19333
19333
 
19334
19334
  ----------------
19335
19335
 
19336
- ** @smithy/util-stream@4.2.2 - https://www.npmjs.com/package/@smithy/util-stream/v/4.2.2 | Apache-2.0
19336
+ ** @smithy/util-stream@4.2.3 - https://www.npmjs.com/package/@smithy/util-stream/v/4.2.3 | Apache-2.0
19337
19337
  Apache License
19338
19338
  Version 2.0, January 2004
19339
19339
  http://www.apache.org/licenses/
@@ -20410,7 +20410,7 @@ SOFTWARE.
20410
20410
 
20411
20411
  ----------------
20412
20412
 
20413
- ** agent-base@7.1.3 - https://www.npmjs.com/package/agent-base/v/7.1.3 | MIT
20413
+ ** agent-base@7.1.4 - https://www.npmjs.com/package/agent-base/v/7.1.4 | MIT
20414
20414
  (The MIT License)
20415
20415
 
20416
20416
  Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
@@ -20989,7 +20989,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
20989
20989
 
20990
20990
  ----------------
20991
20991
 
20992
- ** cdk-from-cfn@0.226.0 - https://www.npmjs.com/package/cdk-from-cfn/v/0.226.0 | MIT OR Apache-2.0
20992
+ ** cdk-from-cfn@0.230.0 - https://www.npmjs.com/package/cdk-from-cfn/v/0.230.0 | MIT OR Apache-2.0
20993
20993
 
20994
20994
  ----------------
20995
20995
 
@@ -21705,7 +21705,7 @@ THE SOFTWARE.
21705
21705
 
21706
21706
  ----------------
21707
21707
 
21708
- ** fast-xml-parser@4.4.1 - https://www.npmjs.com/package/fast-xml-parser/v/4.4.1 | MIT
21708
+ ** fast-xml-parser@5.2.5 - https://www.npmjs.com/package/fast-xml-parser/v/5.2.5 | MIT
21709
21709
  MIT License
21710
21710
 
21711
21711
  Copyright (c) 2017 Amit Kumar Gupta
@@ -21795,7 +21795,7 @@ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHE
21795
21795
 
21796
21796
  ----------------
21797
21797
 
21798
- ** get-uri@6.0.4 - https://www.npmjs.com/package/get-uri/v/6.0.4 | MIT
21798
+ ** get-uri@6.0.5 - https://www.npmjs.com/package/get-uri/v/6.0.5 | MIT
21799
21799
  (The MIT License)
21800
21800
 
21801
21801
  Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
@@ -23269,7 +23269,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23269
23269
 
23270
23270
  ----------------
23271
23271
 
23272
- ** socks@2.8.5 - https://www.npmjs.com/package/socks/v/2.8.5 | MIT
23272
+ ** socks@2.8.6 - https://www.npmjs.com/package/socks/v/2.8.6 | MIT
23273
23273
  The MIT License (MIT)
23274
23274
 
23275
23275
  Copyright (c) 2013 Josh Glazebrook
@@ -23534,7 +23534,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
23534
23534
 
23535
23535
  ----------------
23536
23536
 
23537
- ** strnum@1.1.2 - https://www.npmjs.com/package/strnum/v/1.1.2 | MIT
23537
+ ** strnum@2.1.1 - https://www.npmjs.com/package/strnum/v/2.1.1 | MIT
23538
23538
  MIT License
23539
23539
 
23540
23540
  Copyright (c) 2021 Natural Intelligence
package/build-info.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "comment": "Generated at 2025-07-03T18:49:03Z by generate.sh",
3
- "commit": "cf35f57"
2
+ "comment": "Generated at 2025-07-16T16:19:40Z by generate.sh",
3
+ "commit": "059c862"
4
4
  }
package/db.json.gz CHANGED
Binary file
@@ -0,0 +1 @@
1
+ export { mappingsByEnvironment, parseMappingGroups } from '../../../@aws-cdk/toolkit-lib/lib/actions/refactor/private/mapping-helpers';
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.parseMappingGroups = exports.mappingsByEnvironment = void 0;
4
+ /* eslint-disable import/no-relative-packages */
5
+ var mapping_helpers_1 = require("../../../@aws-cdk/toolkit-lib/lib/actions/refactor/private/mapping-helpers");
6
+ Object.defineProperty(exports, "mappingsByEnvironment", { enumerable: true, get: function () { return mapping_helpers_1.mappingsByEnvironment; } });
7
+ Object.defineProperty(exports, "parseMappingGroups", { enumerable: true, get: function () { return mapping_helpers_1.parseMappingGroups; } });
8
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVmYWN0b3IuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJyZWZhY3Rvci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFBQSxnREFBZ0Q7QUFDaEQsOEdBQXVJO0FBQTlILHdIQUFBLHFCQUFxQixPQUFBO0FBQUUscUhBQUEsa0JBQWtCLE9BQUEiLCJzb3VyY2VzQ29udGVudCI6WyIvKiBlc2xpbnQtZGlzYWJsZSBpbXBvcnQvbm8tcmVsYXRpdmUtcGFja2FnZXMgKi9cbmV4cG9ydCB7IG1hcHBpbmdzQnlFbnZpcm9ubWVudCwgcGFyc2VNYXBwaW5nR3JvdXBzIH0gZnJvbSAnLi4vLi4vLi4vQGF3cy1jZGsvdG9vbGtpdC1saWIvbGliL2FjdGlvbnMvcmVmYWN0b3IvcHJpdmF0ZS9tYXBwaW5nLWhlbHBlcnMnO1xuIl19
@@ -238,6 +238,12 @@ export interface DiffOptions {
238
238
  * @default false
239
239
  */
240
240
  readonly importExistingResources?: boolean;
241
+ /**
242
+ * Whether to include resource moves in the diff
243
+ *
244
+ * @default false
245
+ */
246
+ readonly includeMoves?: boolean;
241
247
  }
242
248
  interface CfnDeployOptions {
243
249
  /**
@@ -600,26 +606,8 @@ export interface RefactorOptions {
600
606
  */
601
607
  readonly dryRun: boolean;
602
608
  /**
603
- * Criteria for selecting stacks to deploy
604
- */
605
- selector: StackSelector;
606
- /**
607
- * The absolute path to a file that contains a list of resources that
608
- * should be excluded during the refactor. This file should contain a
609
- * newline separated list of _destination_ locations to exclude, i.e.,
610
- * the location to which a resource would be moved if the refactor
611
- * were to happen.
612
- *
613
- * The format of the locations in the file can be either:
614
- *
615
- * - Stack name and logical ID (e.g. `Stack1.MyQueue`)
616
- * - A construct path (e.g. `Stack1/Foo/Bar/Resource`).
617
- */
618
- excludeFile?: string;
619
- /**
620
- * The absolute path to a file that contains an explicit mapping to
621
- * be used by the toolkit (as opposed to letting the toolkit itself
622
- * compute the mapping). This file should contain a JSON object with
609
+ * The absolute path to a file that contains overrides to the mappings
610
+ * computed by the CLI. This file should contain a JSON object with
623
611
  * the following format:
624
612
  *
625
613
  * {
@@ -641,13 +629,22 @@ export interface RefactorOptions {
641
629
  * deployed, while the destination must refer to a location that is not already
642
630
  * occupied by any resource.
643
631
  */
644
- mappingFile?: string;
632
+ overrideFile?: string;
645
633
  /**
646
634
  * Modifies the behavior of the `mappingFile` option by swapping source and
647
635
  * destination locations. This is useful when you want to undo a refactor
648
636
  * that was previously applied.
649
637
  */
650
638
  revert?: boolean;
639
+ /**
640
+ * Criteria for selecting stacks to compare with the deployed stacks in the
641
+ * target environment.
642
+ */
643
+ stacks?: StackSelector;
644
+ /**
645
+ * A list of names of additional deployed stacks to be included in the comparison.
646
+ */
647
+ additionalStackNames?: string[];
651
648
  }
652
649
  /**
653
650
  * Options for the drift command