@aws-cdk/aws-codestar-alpha 2.202.0-alpha.0 → 2.203.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.202.0",
11
+ "aws-cdk-lib": "^2.203.0",
12
12
  "constructs": "^10.0.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -161,6 +161,19 @@
161
161
  }
162
162
  }
163
163
  },
164
+ "aws-cdk-lib.aws_aiops": {
165
+ "targets": {
166
+ "dotnet": {
167
+ "package": "Amazon.CDK.AWS.AIOps"
168
+ },
169
+ "java": {
170
+ "package": "software.amazon.awscdk.services.aiops"
171
+ },
172
+ "python": {
173
+ "module": "aws_cdk.aws_aiops"
174
+ }
175
+ }
176
+ },
164
177
  "aws-cdk-lib.aws_amazonmq": {
165
178
  "targets": {
166
179
  "dotnet": {
@@ -2502,6 +2515,19 @@
2502
2515
  }
2503
2516
  }
2504
2517
  },
2518
+ "aws-cdk-lib.aws_mpa": {
2519
+ "targets": {
2520
+ "dotnet": {
2521
+ "package": "Amazon.CDK.AWS.MPA"
2522
+ },
2523
+ "java": {
2524
+ "package": "software.amazon.awscdk.services.mpa"
2525
+ },
2526
+ "python": {
2527
+ "module": "aws_cdk.aws_mpa"
2528
+ }
2529
+ }
2530
+ },
2505
2531
  "aws-cdk-lib.aws_msk": {
2506
2532
  "targets": {
2507
2533
  "dotnet": {
@@ -3776,6 +3802,19 @@
3776
3802
  }
3777
3803
  }
3778
3804
  },
3805
+ "aws-cdk-lib.aws_workspacesinstances": {
3806
+ "targets": {
3807
+ "dotnet": {
3808
+ "package": "Amazon.CDK.AWS.WorkspacesInstances"
3809
+ },
3810
+ "java": {
3811
+ "package": "software.amazon.awscdk.services.workspacesinstances"
3812
+ },
3813
+ "python": {
3814
+ "module": "aws_cdk.aws_workspacesinstances"
3815
+ }
3816
+ }
3817
+ },
3779
3818
  "aws-cdk-lib.aws_workspacesthinclient": {
3780
3819
  "targets": {
3781
3820
  "dotnet": {
@@ -4403,6 +4442,6 @@
4403
4442
  "symbolId": "lib/github-repository:RepositoryVisibility"
4404
4443
  }
4405
4444
  },
4406
- "version": "2.202.0-alpha.0",
4445
+ "version": "2.203.0-alpha.0",
4407
4446
  "fingerprint": "**********"
4408
4447
  }
Binary file
@@ -52,7 +52,7 @@ let GitHubRepository = class GitHubRepository extends cdk.Resource {
52
52
  };
53
53
  exports.GitHubRepository = GitHubRepository;
54
54
  _a = JSII_RTTI_SYMBOL_1;
55
- GitHubRepository[_a] = { fqn: "@aws-cdk/aws-codestar-alpha.GitHubRepository", version: "2.202.0-alpha.0" };
55
+ GitHubRepository[_a] = { fqn: "@aws-cdk/aws-codestar-alpha.GitHubRepository", version: "2.203.0-alpha.0" };
56
56
  /** Uniquely identifies this class. */
57
57
  GitHubRepository.PROPERTY_INJECTION_ID = '@aws-cdk.aws-codestar-alpha.GitHubRepository';
58
58
  exports.GitHubRepository = GitHubRepository = __decorate([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-cdk/aws-codestar-alpha",
3
- "version": "2.202.0-alpha.0",
3
+ "version": "2.203.0-alpha.0",
4
4
  "private": false,
5
5
  "description": "The CDK Construct Library for AWS::CodeStar",
6
6
  "main": "lib/index.js",
@@ -50,7 +50,7 @@
50
50
  "homepage": "https://github.com/aws/aws-cdk",
51
51
  "scripts": {
52
52
  "build": "cdk-build",
53
- "integ": "integ-runner --language javascript",
53
+ "integ": "integ-runner --unstable=toolkit-lib-engine --language javascript",
54
54
  "lint": "cdk-lint",
55
55
  "package": "cdk-package",
56
56
  "awslint": "cdk-awslint",
@@ -83,16 +83,16 @@
83
83
  },
84
84
  "license": "Apache-2.0",
85
85
  "devDependencies": {
86
- "@aws-cdk/cdk-build-tools": "2.202.0-alpha.0",
87
- "@aws-cdk/integ-runner": "^2.187.0",
88
- "@aws-cdk/pkglint": "2.202.0-alpha.0",
86
+ "@aws-cdk/cdk-build-tools": "2.203.0-alpha.0",
87
+ "@aws-cdk/integ-runner": "^2.188.0",
88
+ "@aws-cdk/pkglint": "2.203.0-alpha.0",
89
89
  "@types/jest": "^29.5.14",
90
- "aws-cdk-lib": "2.202.0",
90
+ "aws-cdk-lib": "2.203.0",
91
91
  "constructs": "^10.0.0"
92
92
  },
93
93
  "dependencies": {},
94
94
  "peerDependencies": {
95
- "aws-cdk-lib": "^2.202.0",
95
+ "aws-cdk-lib": "^2.203.0",
96
96
  "constructs": "^10.0.0"
97
97
  },
98
98
  "engines": {