@aws-cdk/app-staging-synthesizer-alpha 2.231.0-alpha.0 → 2.232.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.231.0",
11
+ "aws-cdk-lib": "^2.232.0",
12
12
  "constructs": "^10.0.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -1202,6 +1202,19 @@
1202
1202
  }
1203
1203
  }
1204
1204
  },
1205
+ "aws-cdk-lib.aws_devopsagent": {
1206
+ "targets": {
1207
+ "dotnet": {
1208
+ "namespace": "Amazon.CDK.AWS.DevOpsAgent"
1209
+ },
1210
+ "java": {
1211
+ "package": "software.amazon.awscdk.services.devopsagent"
1212
+ },
1213
+ "python": {
1214
+ "module": "aws_cdk.aws_devopsagent"
1215
+ }
1216
+ }
1217
+ },
1205
1218
  "aws-cdk-lib.aws_devopsguru": {
1206
1219
  "targets": {
1207
1220
  "dotnet": {
@@ -5217,6 +5230,22 @@
5217
5230
  }
5218
5231
  }
5219
5232
  },
5233
+ "aws-cdk-lib.interfaces.aws_devopsagent": {
5234
+ "targets": {
5235
+ "dotnet": {
5236
+ "namespace": "Amazon.CDK.Interfaces.DevOpsAgent"
5237
+ },
5238
+ "go": {
5239
+ "packageName": "interfacesawsdevopsagent"
5240
+ },
5241
+ "java": {
5242
+ "package": "software.amazon.awscdk.interfaces.devopsagent"
5243
+ },
5244
+ "python": {
5245
+ "module": "aws_cdk.interfaces.aws_devopsagent"
5246
+ }
5247
+ }
5248
+ },
5220
5249
  "aws-cdk-lib.interfaces.aws_devopsguru": {
5221
5250
  "targets": {
5222
5251
  "dotnet": {
@@ -8412,7 +8441,7 @@
8412
8441
  "stability": "experimental"
8413
8442
  },
8414
8443
  "homepage": "https://github.com/aws/aws-cdk",
8415
- "jsiiVersion": "5.9.13 (build cc3e9a8)",
8444
+ "jsiiVersion": "5.9.14 (build 9fc28bd)",
8416
8445
  "keywords": [
8417
8446
  "aws",
8418
8447
  "cdk"
@@ -10173,6 +10202,6 @@
10173
10202
  "symbolId": "lib/default-staging-stack:UsingAppStagingSynthesizer"
10174
10203
  }
10175
10204
  },
10176
- "version": "2.231.0-alpha.0",
10205
+ "version": "2.232.0-alpha.0",
10177
10206
  "fingerprint": "**********"
10178
10207
  }
Binary file
@@ -0,0 +1,37 @@
1
+ {
2
+ "lib/app-staging-synthesizer.ts": {
3
+ "@cdklabs/no-throw-default-error": {
4
+ "count": 5
5
+ }
6
+ },
7
+ "lib/default-staging-stack.ts": {
8
+ "@cdklabs/no-throw-default-error": {
9
+ "count": 4
10
+ }
11
+ },
12
+ "lib/private/app-global.ts": {
13
+ "@cdklabs/no-throw-default-error": {
14
+ "count": 1
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
+ }
37
+ }
@@ -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.231.0-alpha.0" };
20
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/app-staging-synthesizer-alpha.AppStagingSynthesizer", version: "2.232.0-alpha.0" };
21
21
  /**
22
22
  * Default ARN qualifier
23
23
  */
@@ -1,4 +1,3 @@
1
- import { StringSpecializer } from 'aws-cdk-lib/core/lib/helpers-internal';
2
1
  /**
3
2
  * Bootstrapped role specifier. These roles must exist already.
4
3
  * This class does not create new IAM Roles.
@@ -19,18 +18,6 @@ export declare class BootstrapRole {
19
18
  * Whether or not this is object was created using BootstrapRole.cliCredentials()
20
19
  */
21
20
  isCliCredentials(): boolean;
22
- /**
23
- * @internal
24
- */
25
- _arnForCloudFormation(): string | undefined;
26
- /**
27
- * @internal
28
- */
29
- _arnForCloudAssembly(): string | undefined;
30
- /**
31
- * @internal
32
- */
33
- _specialize(spec: StringSpecializer): BootstrapRole;
34
21
  }
35
22
  /**
36
23
  * Deployment identities are the class of roles to be assumed by the CDK
@@ -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.231.0-alpha.0" };
14
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/app-staging-synthesizer-alpha.BootstrapRole", version: "2.232.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.231.0-alpha.0" };
63
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/app-staging-synthesizer-alpha.DeploymentIdentities", version: "2.232.0-alpha.0" };
64
64
  /**
65
65
  * Use CLI credentials for all deployment identities.
66
66
  */
@@ -1,6 +1,6 @@
1
1
  import * as ecr from 'aws-cdk-lib/aws-ecr';
2
2
  import * as s3 from 'aws-cdk-lib/aws-s3';
3
- import { App, DockerImageAssetSource, Duration, FileAssetSource, ISynthesisSession, Stack, StackProps } from 'aws-cdk-lib/core';
3
+ import { App, DockerImageAssetSource, Duration, FileAssetSource, Stack, StackProps } from 'aws-cdk-lib/core';
4
4
  import { Construct } from 'constructs';
5
5
  import { BootstrapRole } from './bootstrap-roles';
6
6
  import { FileStagingLocation, IStagingResources, IStagingResourcesFactory, ImageStagingLocation } from './staging-stack';
@@ -189,9 +189,4 @@ export declare class DefaultStagingStack extends Stack implements IStagingResour
189
189
  private getCreateRepo;
190
190
  addFile(asset: FileAssetSource): FileStagingLocation;
191
191
  addDockerImage(asset: DockerImageAssetSource): ImageStagingLocation;
192
- /**
193
- * Synthesizes the cloudformation template into a cloud assembly.
194
- * @internal
195
- */
196
- _synthesizeTemplate(session: ISynthesisSession, lookupRoleArn?: string | undefined): void;
197
192
  }
@@ -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.231.0-alpha.0" };
26
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/app-staging-synthesizer-alpha.UsingAppStagingSynthesizer", version: "2.232.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.231.0-alpha.0" };
41
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/app-staging-synthesizer-alpha.DefaultStagingStack", version: "2.232.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.231.0-alpha.0",
4
+ "version": "2.232.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.231.0",
92
+ "aws-cdk-lib": "2.232.0",
93
93
  "@aws-cdk/integ-runner": "^2.192.2",
94
- "@aws-cdk/integ-tests-alpha": "2.231.0-alpha.0",
94
+ "@aws-cdk/integ-tests-alpha": "2.232.0-alpha.0",
95
95
  "constructs": "^10.0.0",
96
- "@aws-cdk/cdk-build-tools": "2.231.0-alpha.0",
97
- "@aws-cdk/pkglint": "2.231.0-alpha.0"
96
+ "@aws-cdk/cdk-build-tools": "2.232.0-alpha.0",
97
+ "@aws-cdk/pkglint": "2.232.0-alpha.0"
98
98
  },
99
99
  "peerDependencies": {
100
- "aws-cdk-lib": "^2.231.0",
100
+ "aws-cdk-lib": "^2.232.0",
101
101
  "constructs": "^10.0.0"
102
102
  },
103
103
  "publishConfig": {