@aws-cdk/app-staging-synthesizer-alpha 2.232.2-alpha.0 → 2.234.0-alpha.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.
package/.jsii CHANGED
@@ -8,7 +8,7 @@
8
8
  "url": "https://aws.amazon.com"
9
9
  },
10
10
  "dependencies": {
11
- "aws-cdk-lib": "^2.232.2",
11
+ "aws-cdk-lib": "^2.234.0",
12
12
  "constructs": "^10.0.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -642,6 +642,19 @@
642
642
  }
643
643
  }
644
644
  },
645
+ "aws-cdk-lib.aws_cases": {
646
+ "targets": {
647
+ "dotnet": {
648
+ "namespace": "Amazon.CDK.AWS.Cases"
649
+ },
650
+ "java": {
651
+ "package": "software.amazon.awscdk.services.cases"
652
+ },
653
+ "python": {
654
+ "module": "aws_cdk.aws_cases"
655
+ }
656
+ }
657
+ },
645
658
  "aws-cdk-lib.aws_cassandra": {
646
659
  "targets": {
647
660
  "dotnet": {
@@ -4606,6 +4619,22 @@
4606
4619
  }
4607
4620
  }
4608
4621
  },
4622
+ "aws-cdk-lib.interfaces.aws_cases": {
4623
+ "targets": {
4624
+ "dotnet": {
4625
+ "namespace": "Amazon.CDK.Interfaces.Cases"
4626
+ },
4627
+ "go": {
4628
+ "packageName": "interfacesawscases"
4629
+ },
4630
+ "java": {
4631
+ "package": "software.amazon.awscdk.interfaces.cases"
4632
+ },
4633
+ "python": {
4634
+ "module": "aws_cdk.interfaces.aws_cases"
4635
+ }
4636
+ }
4637
+ },
4609
4638
  "aws-cdk-lib.interfaces.aws_cassandra": {
4610
4639
  "targets": {
4611
4640
  "dotnet": {
@@ -8441,7 +8470,7 @@
8441
8470
  "stability": "experimental"
8442
8471
  },
8443
8472
  "homepage": "https://github.com/aws/aws-cdk",
8444
- "jsiiVersion": "5.9.14 (build 9fc28bd)",
8473
+ "jsiiVersion": "5.9.22 (build b81c634)",
8445
8474
  "keywords": [
8446
8475
  "aws",
8447
8476
  "cdk"
@@ -10202,6 +10231,6 @@
10202
10231
  "symbolId": "lib/default-staging-stack:UsingAppStagingSynthesizer"
10203
10232
  }
10204
10233
  },
10205
- "version": "2.232.2-alpha.0",
10234
+ "version": "2.234.0-alpha.0",
10206
10235
  "fingerprint": "**********"
10207
10236
  }
Binary file
package/LICENSE CHANGED
@@ -186,7 +186,7 @@
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright 2018-2025 Amazon.com, Inc. or its affiliates. All Rights Reserved.
189
+ Copyright 2018-2026 Amazon.com, Inc. or its affiliates. All Rights Reserved.
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
package/NOTICE CHANGED
@@ -1,2 +1,2 @@
1
1
  AWS Cloud Development Kit (AWS CDK)
2
- Copyright 2018-2025 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+ Copyright 2018-2026 Amazon.com, Inc. or its affiliates. All Rights Reserved.
@@ -13,25 +13,5 @@
13
13
  "@cdklabs/no-throw-default-error": {
14
14
  "count": 1
15
15
  }
16
- },
17
- "test/evaluate-cfn.ts": {
18
- "@cdklabs/no-throw-default-error": {
19
- "count": 7
20
- }
21
- },
22
- "test/integ.synth-default-encryption.ts": {
23
- "@cdklabs/no-throw-default-error": {
24
- "count": 1
25
- }
26
- },
27
- "test/integ.synth-default-resources.ts": {
28
- "@cdklabs/no-throw-default-error": {
29
- "count": 1
30
- }
31
- },
32
- "test/util.ts": {
33
- "@cdklabs/no-throw-default-error": {
34
- "count": 1
35
- }
36
16
  }
37
17
  }
@@ -17,7 +17,7 @@ const ENV_AWARE_STACKS = new app_global_1.AppScopedGlobal(() => new Set());
17
17
  */
18
18
  class AppStagingSynthesizer extends core_1.StackSynthesizer {
19
19
  props;
20
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/app-staging-synthesizer-alpha.AppStagingSynthesizer", version: "2.232.2-alpha.0" };
20
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/app-staging-synthesizer-alpha.AppStagingSynthesizer", version: "2.234.0-alpha.0" };
21
21
  /**
22
22
  * Default ARN qualifier
23
23
  */
@@ -11,7 +11,7 @@ const app_staging_synthesizer_1 = require("./app-staging-synthesizer");
11
11
  */
12
12
  class BootstrapRole {
13
13
  roleArn;
14
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/app-staging-synthesizer-alpha.BootstrapRole", version: "2.232.2-alpha.0" };
14
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/app-staging-synthesizer-alpha.BootstrapRole", version: "2.234.0-alpha.0" };
15
15
  /**
16
16
  * Use the currently assumed role/credentials
17
17
  */
@@ -60,7 +60,7 @@ exports.BootstrapRole = BootstrapRole;
60
60
  * when deploying the App.
61
61
  */
62
62
  class DeploymentIdentities {
63
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/app-staging-synthesizer-alpha.DeploymentIdentities", version: "2.232.2-alpha.0" };
63
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/app-staging-synthesizer-alpha.DeploymentIdentities", version: "2.234.0-alpha.0" };
64
64
  /**
65
65
  * Use CLI credentials for all deployment identities.
66
66
  */
@@ -23,7 +23,7 @@ exports.DEPLOY_TIME_PREFIX = 'deploy-time/';
23
23
  * injested in our metrics like every other construct.
24
24
  */
25
25
  class UsingAppStagingSynthesizer extends constructs_1.Construct {
26
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/app-staging-synthesizer-alpha.UsingAppStagingSynthesizer", version: "2.232.2-alpha.0" };
26
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/app-staging-synthesizer-alpha.UsingAppStagingSynthesizer", version: "2.234.0-alpha.0" };
27
27
  constructor(scope, id) {
28
28
  super(scope, id);
29
29
  }
@@ -38,7 +38,7 @@ exports.UsingAppStagingSynthesizer = UsingAppStagingSynthesizer;
38
38
  */
39
39
  class DefaultStagingStack extends core_1.Stack {
40
40
  props;
41
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/app-staging-synthesizer-alpha.DefaultStagingStack", version: "2.232.2-alpha.0" };
41
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/app-staging-synthesizer-alpha.DefaultStagingStack", version: "2.234.0-alpha.0" };
42
42
  /**
43
43
  * Return a factory that will create DefaultStagingStacks
44
44
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-cdk/app-staging-synthesizer-alpha",
3
3
  "private": false,
4
- "version": "2.232.2-alpha.0",
4
+ "version": "2.234.0-alpha.0",
5
5
  "description": "Cdk synthesizer for with app-scoped staging stack",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
@@ -89,15 +89,15 @@
89
89
  }
90
90
  },
91
91
  "devDependencies": {
92
- "aws-cdk-lib": "2.232.2",
92
+ "aws-cdk-lib": "2.234.0",
93
93
  "@aws-cdk/integ-runner": "^2.192.2",
94
- "@aws-cdk/integ-tests-alpha": "2.232.2-alpha.0",
94
+ "@aws-cdk/integ-tests-alpha": "2.234.0-alpha.0",
95
95
  "constructs": "^10.0.0",
96
- "@aws-cdk/cdk-build-tools": "2.232.2-alpha.0",
97
- "@aws-cdk/pkglint": "2.232.2-alpha.0"
96
+ "@aws-cdk/cdk-build-tools": "2.234.0-alpha.0",
97
+ "@aws-cdk/pkglint": "2.234.0-alpha.0"
98
98
  },
99
99
  "peerDependencies": {
100
- "aws-cdk-lib": "^2.232.2",
100
+ "aws-cdk-lib": "^2.234.0",
101
101
  "constructs": "^10.0.0"
102
102
  },
103
103
  "publishConfig": {