@aws-cdk/aws-codestar-alpha 2.248.0-alpha.0 → 2.249.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.248.0",
11
+ "aws-cdk-lib": "^2.249.0",
12
12
  "constructs": "^10.5.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -2820,6 +2820,19 @@
2820
2820
  }
2821
2821
  }
2822
2822
  },
2823
+ "aws-cdk-lib.aws_novaact": {
2824
+ "targets": {
2825
+ "dotnet": {
2826
+ "namespace": "Amazon.CDK.AWS.NovaAct"
2827
+ },
2828
+ "java": {
2829
+ "package": "software.amazon.awscdk.services.novaact"
2830
+ },
2831
+ "python": {
2832
+ "module": "aws_cdk.aws_novaact"
2833
+ }
2834
+ }
2835
+ },
2823
2836
  "aws-cdk-lib.aws_oam": {
2824
2837
  "targets": {
2825
2838
  "dotnet": {
@@ -3616,6 +3629,19 @@
3616
3629
  }
3617
3630
  }
3618
3631
  },
3632
+ "aws-cdk-lib.aws_securityagent": {
3633
+ "targets": {
3634
+ "dotnet": {
3635
+ "namespace": "Amazon.CDK.AWS.SecurityAgent"
3636
+ },
3637
+ "java": {
3638
+ "package": "software.amazon.awscdk.services.securityagent"
3639
+ },
3640
+ "python": {
3641
+ "module": "aws_cdk.aws_securityagent"
3642
+ }
3643
+ }
3644
+ },
3619
3645
  "aws-cdk-lib.aws_securityhub": {
3620
3646
  "targets": {
3621
3647
  "dotnet": {
@@ -7184,6 +7210,22 @@
7184
7210
  }
7185
7211
  }
7186
7212
  },
7213
+ "aws-cdk-lib.interfaces.aws_novaact": {
7214
+ "targets": {
7215
+ "dotnet": {
7216
+ "namespace": "Amazon.CDK.Interfaces.NovaAct"
7217
+ },
7218
+ "go": {
7219
+ "packageName": "interfacesawsnovaact"
7220
+ },
7221
+ "java": {
7222
+ "package": "software.amazon.awscdk.interfaces.novaact"
7223
+ },
7224
+ "python": {
7225
+ "module": "aws_cdk.interfaces.aws_novaact"
7226
+ }
7227
+ }
7228
+ },
7187
7229
  "aws-cdk-lib.interfaces.aws_oam": {
7188
7230
  "targets": {
7189
7231
  "dotnet": {
@@ -8048,6 +8090,22 @@
8048
8090
  }
8049
8091
  }
8050
8092
  },
8093
+ "aws-cdk-lib.interfaces.aws_securityagent": {
8094
+ "targets": {
8095
+ "dotnet": {
8096
+ "namespace": "Amazon.CDK.Interfaces.SecurityAgent"
8097
+ },
8098
+ "go": {
8099
+ "packageName": "interfacesawssecurityagent"
8100
+ },
8101
+ "java": {
8102
+ "package": "software.amazon.awscdk.interfaces.securityagent"
8103
+ },
8104
+ "python": {
8105
+ "module": "aws_cdk.interfaces.aws_securityagent"
8106
+ }
8107
+ }
8108
+ },
8051
8109
  "aws-cdk-lib.interfaces.aws_securityhub": {
8052
8110
  "targets": {
8053
8111
  "dotnet": {
@@ -8763,7 +8821,7 @@
8763
8821
  "stability": "experimental"
8764
8822
  },
8765
8823
  "homepage": "https://github.com/aws/aws-cdk",
8766
- "jsiiVersion": "5.9.31 (build 550e607)",
8824
+ "jsiiVersion": "5.9.37 (build 5176c0d)",
8767
8825
  "keywords": [
8768
8826
  "aws",
8769
8827
  "cdk",
@@ -9188,6 +9246,6 @@
9188
9246
  "symbolId": "lib/github-repository:RepositoryVisibility"
9189
9247
  }
9190
9248
  },
9191
- "version": "2.248.0-alpha.0",
9249
+ "version": "2.249.0-alpha.0",
9192
9250
  "fingerprint": "**********"
9193
9251
  }
package/.warnings.jsii.js CHANGED
@@ -1,21 +1,4 @@
1
- function _aws_cdk_aws_codestar_alpha_IGitHubRepository(p) {
2
- }
3
- function _aws_cdk_aws_codestar_alpha_GitHubRepositoryProps(p) {
4
- if (p == null)
5
- return;
6
- visitedObjects.add(p);
7
- try {
8
- if (!visitedObjects.has(p.visibility))
9
- _aws_cdk_aws_codestar_alpha_RepositoryVisibility(p.visibility);
10
- }
11
- finally {
12
- visitedObjects.delete(p);
13
- }
14
- }
15
- function _aws_cdk_aws_codestar_alpha_GitHubRepository(p) {
16
- }
17
- function _aws_cdk_aws_codestar_alpha_RepositoryVisibility(p) {
18
- }
1
+ const VALIDATORS = {};
19
2
  function print(name, deprecationMessage) {
20
3
  const deprecated = process.env.JSII_DEPRECATED;
21
4
  const deprecationMode = ["warn", "fail", "quiet"].includes(deprecated) ? deprecated : "warn";
@@ -52,4 +35,16 @@ class DeprecationError extends Error {
52
35
  });
53
36
  }
54
37
  }
55
- module.exports = { print, getPropertyDescriptor, DeprecationError, _aws_cdk_aws_codestar_alpha_IGitHubRepository, _aws_cdk_aws_codestar_alpha_GitHubRepositoryProps, _aws_cdk_aws_codestar_alpha_GitHubRepository, _aws_cdk_aws_codestar_alpha_RepositoryVisibility };
38
+ function nop() {
39
+ }
40
+ module.exports = new Proxy({}, {
41
+ get(target, prop, receiver) {
42
+ if (prop === "print")
43
+ return print;
44
+ if (prop === "getPropertyDescriptor")
45
+ return getPropertyDescriptor;
46
+ if (prop === "DeprecationError")
47
+ return DeprecationError;
48
+ return VALIDATORS[prop] ?? nop;
49
+ },
50
+ });
@@ -58,7 +58,7 @@ let GitHubRepository = (() => {
58
58
  GitHubRepository = _classThis = _classDescriptor.value;
59
59
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
60
60
  }
61
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-codestar-alpha.GitHubRepository", version: "2.248.0-alpha.0" };
61
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-codestar-alpha.GitHubRepository", version: "2.249.0-alpha.0" };
62
62
  /** Uniquely identifies this class. */
63
63
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-codestar-alpha.GitHubRepository';
64
64
  owner;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-cdk/aws-codestar-alpha",
3
- "version": "2.248.0-alpha.0",
3
+ "version": "2.249.0-alpha.0",
4
4
  "private": false,
5
5
  "description": "The CDK Construct Library for AWS::CodeStar",
6
6
  "main": "lib/index.js",
@@ -84,16 +84,16 @@
84
84
  },
85
85
  "license": "Apache-2.0",
86
86
  "devDependencies": {
87
- "@aws-cdk/cdk-build-tools": "2.248.0-alpha.0",
87
+ "@aws-cdk/cdk-build-tools": "2.249.0-alpha.0",
88
88
  "@aws-cdk/integ-runner": "^2.197.1",
89
- "@aws-cdk/pkglint": "2.248.0-alpha.0",
89
+ "@aws-cdk/pkglint": "2.249.0-alpha.0",
90
90
  "@types/jest": "^29.5.14",
91
- "aws-cdk-lib": "2.248.0",
91
+ "aws-cdk-lib": "2.249.0",
92
92
  "constructs": "^10.5.0"
93
93
  },
94
94
  "dependencies": {},
95
95
  "peerDependencies": {
96
- "aws-cdk-lib": "^2.248.0",
96
+ "aws-cdk-lib": "^2.249.0",
97
97
  "constructs": "^10.5.0"
98
98
  },
99
99
  "engines": {