@aws-cdk/app-staging-synthesizer-alpha 2.259.0-alpha.0 → 2.261.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.259.0",
11
+ "aws-cdk-lib": "^2.261.0",
12
12
  "constructs": "^10.5.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -3288,6 +3288,19 @@
3288
3288
  }
3289
3289
  }
3290
3290
  },
3291
+ "aws-cdk-lib.aws_resiliencehubv2": {
3292
+ "targets": {
3293
+ "dotnet": {
3294
+ "namespace": "Amazon.CDK.AWS.ResilienceHubV2"
3295
+ },
3296
+ "java": {
3297
+ "package": "software.amazon.awscdk.services.resiliencehubv2"
3298
+ },
3299
+ "python": {
3300
+ "module": "aws_cdk.aws_resiliencehubv2"
3301
+ }
3302
+ }
3303
+ },
3291
3304
  "aws-cdk-lib.aws_resourceexplorer2": {
3292
3305
  "targets": {
3293
3306
  "dotnet": {
@@ -4795,6 +4808,22 @@
4795
4808
  }
4796
4809
  }
4797
4810
  },
4811
+ "aws-cdk-lib.interfaces.aws_bcm": {
4812
+ "targets": {
4813
+ "dotnet": {
4814
+ "namespace": "Amazon.CDK.Interfaces.BCM"
4815
+ },
4816
+ "go": {
4817
+ "packageName": "interfacesawsbcm"
4818
+ },
4819
+ "java": {
4820
+ "package": "software.amazon.awscdk.interfaces.bcm"
4821
+ },
4822
+ "python": {
4823
+ "module": "aws_cdk.interfaces.aws_bcm"
4824
+ }
4825
+ }
4826
+ },
4798
4827
  "aws-cdk-lib.interfaces.aws_bcmdataexports": {
4799
4828
  "targets": {
4800
4829
  "dotnet": {
@@ -7851,6 +7880,22 @@
7851
7880
  }
7852
7881
  }
7853
7882
  },
7883
+ "aws-cdk-lib.interfaces.aws_resiliencehubv2": {
7884
+ "targets": {
7885
+ "dotnet": {
7886
+ "namespace": "Amazon.CDK.Interfaces.ResilienceHubV2"
7887
+ },
7888
+ "go": {
7889
+ "packageName": "interfacesawsresiliencehubv2"
7890
+ },
7891
+ "java": {
7892
+ "package": "software.amazon.awscdk.interfaces.resiliencehubv2"
7893
+ },
7894
+ "python": {
7895
+ "module": "aws_cdk.interfaces.aws_resiliencehubv2"
7896
+ }
7897
+ }
7898
+ },
7854
7899
  "aws-cdk-lib.interfaces.aws_resourceexplorer2": {
7855
7900
  "targets": {
7856
7901
  "dotnet": {
@@ -10727,6 +10772,6 @@
10727
10772
  "symbolId": "lib/default-staging-stack:UsingAppStagingSynthesizer"
10728
10773
  }
10729
10774
  },
10730
- "version": "2.259.0-alpha.0",
10775
+ "version": "2.261.0-alpha.0",
10731
10776
  "fingerprint": "**********"
10732
10777
  }
@@ -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.259.0-alpha.0" };
20
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/app-staging-synthesizer-alpha.AppStagingSynthesizer", version: "2.261.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.259.0-alpha.0" };
14
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/app-staging-synthesizer-alpha.BootstrapRole", version: "2.261.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.259.0-alpha.0" };
63
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/app-staging-synthesizer-alpha.DeploymentIdentities", version: "2.261.0-alpha.0" };
64
64
  /**
65
65
  * Use CLI credentials for all deployment identities.
66
66
  */
@@ -56,7 +56,7 @@ exports.DEPLOY_TIME_PREFIX = 'deploy-time/';
56
56
  * injested in our metrics like every other construct.
57
57
  */
58
58
  class UsingAppStagingSynthesizer extends constructs_1.Construct {
59
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/app-staging-synthesizer-alpha.UsingAppStagingSynthesizer", version: "2.259.0-alpha.0" };
59
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/app-staging-synthesizer-alpha.UsingAppStagingSynthesizer", version: "2.261.0-alpha.0" };
60
60
  constructor(scope, id) {
61
61
  super(scope, id);
62
62
  }
@@ -71,7 +71,7 @@ exports.UsingAppStagingSynthesizer = UsingAppStagingSynthesizer;
71
71
  */
72
72
  class DefaultStagingStack extends core_1.Stack {
73
73
  props;
74
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/app-staging-synthesizer-alpha.DefaultStagingStack", version: "2.259.0-alpha.0" };
74
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/app-staging-synthesizer-alpha.DefaultStagingStack", version: "2.261.0-alpha.0" };
75
75
  /**
76
76
  * Return a factory that will create DefaultStagingStacks
77
77
  */
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.259.0-alpha.0",
4
+ "version": "2.261.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.259.0",
92
+ "aws-cdk-lib": "2.261.0",
93
93
  "@aws-cdk/integ-runner": "^2.199.0",
94
- "@aws-cdk/integ-tests-alpha": "2.259.0-alpha.0",
94
+ "@aws-cdk/integ-tests-alpha": "2.261.0-alpha.0",
95
95
  "constructs": "^10.5.0",
96
- "@aws-cdk/cdk-build-tools": "2.259.0-alpha.0",
97
- "@aws-cdk/pkglint": "2.259.0-alpha.0"
96
+ "@aws-cdk/cdk-build-tools": "2.261.0-alpha.0",
97
+ "@aws-cdk/pkglint": "2.261.0-alpha.0"
98
98
  },
99
99
  "peerDependencies": {
100
- "aws-cdk-lib": "^2.259.0",
100
+ "aws-cdk-lib": "^2.261.0",
101
101
  "constructs": "^10.5.0"
102
102
  },
103
103
  "publishConfig": {