@aws-cdk/aws-servicecatalogappregistry-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 +61 -3
- package/.warnings.jsii.js +76 -113
- package/lib/application-associator.js +1 -1
- package/lib/application.js +1 -1
- package/lib/attribute-group.js +1 -1
- package/lib/target-application.js +1 -1
- package/package.json +6 -6
package/.jsii
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"url": "https://aws.amazon.com"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"aws-cdk-lib": "^2.
|
|
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.
|
|
8824
|
+
"jsiiVersion": "5.9.37 (build 5176c0d)",
|
|
8767
8825
|
"keywords": [
|
|
8768
8826
|
"aws",
|
|
8769
8827
|
"cdk",
|
|
@@ -10690,6 +10748,6 @@
|
|
|
10690
10748
|
"symbolId": "lib/target-application:TargetApplicationCommonOptions"
|
|
10691
10749
|
}
|
|
10692
10750
|
},
|
|
10693
|
-
"version": "2.
|
|
10751
|
+
"version": "2.249.0-alpha.0",
|
|
10694
10752
|
"fingerprint": "**********"
|
|
10695
10753
|
}
|
package/.warnings.jsii.js
CHANGED
|
@@ -1,115 +1,66 @@
|
|
|
1
|
-
function
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
}
|
|
31
|
-
function
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
if (p == null)
|
|
65
|
-
return;
|
|
66
|
-
visitedObjects.add(p);
|
|
67
|
-
try {
|
|
68
|
-
if ("stackId" in p)
|
|
69
|
-
print("@aws-cdk/aws-servicecatalogappregistry-alpha.TargetApplicationCommonOptions#stackId", "- Use `stackName` instead to control the name and id of the stack");
|
|
70
|
-
if (p.propertyInjectors != null)
|
|
71
|
-
for (const o of p.propertyInjectors)
|
|
72
|
-
if (!visitedObjects.has(o))
|
|
73
|
-
require("aws-cdk-lib/.warnings.jsii.js").aws_cdk_lib_IPropertyInjector(o);
|
|
74
|
-
}
|
|
75
|
-
finally {
|
|
76
|
-
visitedObjects.delete(p);
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
function _aws_cdk_aws_servicecatalogappregistry_alpha_TargetApplication(p) {
|
|
80
|
-
}
|
|
81
|
-
function _aws_cdk_aws_servicecatalogappregistry_alpha_BindTargetApplicationResult(p) {
|
|
82
|
-
if (p == null)
|
|
83
|
-
return;
|
|
84
|
-
visitedObjects.add(p);
|
|
85
|
-
try {
|
|
86
|
-
if (!visitedObjects.has(p.application))
|
|
87
|
-
_aws_cdk_aws_servicecatalogappregistry_alpha_IApplication(p.application);
|
|
88
|
-
}
|
|
89
|
-
finally {
|
|
90
|
-
visitedObjects.delete(p);
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
function _aws_cdk_aws_servicecatalogappregistry_alpha_SharePermission(p) {
|
|
94
|
-
}
|
|
95
|
-
function _aws_cdk_aws_servicecatalogappregistry_alpha_ShareOptions(p) {
|
|
96
|
-
if (p == null)
|
|
97
|
-
return;
|
|
98
|
-
visitedObjects.add(p);
|
|
99
|
-
try {
|
|
100
|
-
if (p.roles != null)
|
|
101
|
-
for (const o of p.roles)
|
|
102
|
-
if (!visitedObjects.has(o))
|
|
103
|
-
require("aws-cdk-lib/.warnings.jsii.js").aws_cdk_lib_aws_iam_IRole(o);
|
|
104
|
-
if (p.users != null)
|
|
105
|
-
for (const o of p.users)
|
|
106
|
-
if (!visitedObjects.has(o))
|
|
107
|
-
require("aws-cdk-lib/.warnings.jsii.js").aws_cdk_lib_aws_iam_IUser(o);
|
|
108
|
-
}
|
|
109
|
-
finally {
|
|
110
|
-
visitedObjects.delete(p);
|
|
111
|
-
}
|
|
112
|
-
}
|
|
1
|
+
const VALIDATORS = { _aws_cdk_aws_servicecatalogappregistry_alpha_TargetApplicationCommonOptions: function _aws_cdk_aws_servicecatalogappregistry_alpha_TargetApplicationCommonOptions(p) {
|
|
2
|
+
if (p == null)
|
|
3
|
+
return;
|
|
4
|
+
visitedObjects.add(p);
|
|
5
|
+
try {
|
|
6
|
+
if ("stackId" in p)
|
|
7
|
+
print("@aws-cdk/aws-servicecatalogappregistry-alpha.TargetApplicationCommonOptions#stackId", "- Use `stackName` instead to control the name and id of the stack");
|
|
8
|
+
if (p.propertyInjectors != null)
|
|
9
|
+
for (const o of p.propertyInjectors)
|
|
10
|
+
if (!visitedObjects.has(o))
|
|
11
|
+
require("aws-cdk-lib/.warnings.jsii.js").aws_cdk_lib_IPropertyInjector(o);
|
|
12
|
+
}
|
|
13
|
+
finally {
|
|
14
|
+
visitedObjects.delete(p);
|
|
15
|
+
}
|
|
16
|
+
}, _aws_cdk_aws_servicecatalogappregistry_alpha_CreateTargetApplicationOptions: function _aws_cdk_aws_servicecatalogappregistry_alpha_CreateTargetApplicationOptions(p) {
|
|
17
|
+
if (p == null)
|
|
18
|
+
return;
|
|
19
|
+
visitedObjects.add(p);
|
|
20
|
+
try {
|
|
21
|
+
if ("stackId" in p)
|
|
22
|
+
print("@aws-cdk/aws-servicecatalogappregistry-alpha.TargetApplicationCommonOptions#stackId", "- Use `stackName` instead to control the name and id of the stack");
|
|
23
|
+
if (p.propertyInjectors != null)
|
|
24
|
+
for (const o of p.propertyInjectors)
|
|
25
|
+
if (!visitedObjects.has(o))
|
|
26
|
+
require("aws-cdk-lib/.warnings.jsii.js").aws_cdk_lib_IPropertyInjector(o);
|
|
27
|
+
}
|
|
28
|
+
finally {
|
|
29
|
+
visitedObjects.delete(p);
|
|
30
|
+
}
|
|
31
|
+
}, _aws_cdk_aws_servicecatalogappregistry_alpha_ExistingTargetApplicationOptions: function _aws_cdk_aws_servicecatalogappregistry_alpha_ExistingTargetApplicationOptions(p) {
|
|
32
|
+
if (p == null)
|
|
33
|
+
return;
|
|
34
|
+
visitedObjects.add(p);
|
|
35
|
+
try {
|
|
36
|
+
if ("stackId" in p)
|
|
37
|
+
print("@aws-cdk/aws-servicecatalogappregistry-alpha.TargetApplicationCommonOptions#stackId", "- Use `stackName` instead to control the name and id of the stack");
|
|
38
|
+
if (p.propertyInjectors != null)
|
|
39
|
+
for (const o of p.propertyInjectors)
|
|
40
|
+
if (!visitedObjects.has(o))
|
|
41
|
+
require("aws-cdk-lib/.warnings.jsii.js").aws_cdk_lib_IPropertyInjector(o);
|
|
42
|
+
}
|
|
43
|
+
finally {
|
|
44
|
+
visitedObjects.delete(p);
|
|
45
|
+
}
|
|
46
|
+
}, _aws_cdk_aws_servicecatalogappregistry_alpha_ShareOptions: function _aws_cdk_aws_servicecatalogappregistry_alpha_ShareOptions(p) {
|
|
47
|
+
if (p == null)
|
|
48
|
+
return;
|
|
49
|
+
visitedObjects.add(p);
|
|
50
|
+
try {
|
|
51
|
+
if (p.roles != null)
|
|
52
|
+
for (const o of p.roles)
|
|
53
|
+
if (!visitedObjects.has(o))
|
|
54
|
+
require("aws-cdk-lib/.warnings.jsii.js").aws_cdk_lib_aws_iam_IRole(o);
|
|
55
|
+
if (p.users != null)
|
|
56
|
+
for (const o of p.users)
|
|
57
|
+
if (!visitedObjects.has(o))
|
|
58
|
+
require("aws-cdk-lib/.warnings.jsii.js").aws_cdk_lib_aws_iam_IUser(o);
|
|
59
|
+
}
|
|
60
|
+
finally {
|
|
61
|
+
visitedObjects.delete(p);
|
|
62
|
+
}
|
|
63
|
+
} };
|
|
113
64
|
function print(name, deprecationMessage) {
|
|
114
65
|
const deprecated = process.env.JSII_DEPRECATED;
|
|
115
66
|
const deprecationMode = ["warn", "fail", "quiet"].includes(deprecated) ? deprecated : "warn";
|
|
@@ -146,4 +97,16 @@ class DeprecationError extends Error {
|
|
|
146
97
|
});
|
|
147
98
|
}
|
|
148
99
|
}
|
|
149
|
-
|
|
100
|
+
function nop() {
|
|
101
|
+
}
|
|
102
|
+
module.exports = new Proxy({}, {
|
|
103
|
+
get(target, prop, receiver) {
|
|
104
|
+
if (prop === "print")
|
|
105
|
+
return print;
|
|
106
|
+
if (prop === "getPropertyDescriptor")
|
|
107
|
+
return getPropertyDescriptor;
|
|
108
|
+
if (prop === "DeprecationError")
|
|
109
|
+
return DeprecationError;
|
|
110
|
+
return VALIDATORS[prop] ?? nop;
|
|
111
|
+
},
|
|
112
|
+
});
|
|
@@ -54,7 +54,7 @@ const stack_associator_1 = require("./aspects/stack-associator");
|
|
|
54
54
|
* Cross account feature will only work for non environment agnostic stacks.
|
|
55
55
|
*/
|
|
56
56
|
class ApplicationAssociator extends constructs_1.Construct {
|
|
57
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-servicecatalogappregistry-alpha.ApplicationAssociator", version: "2.
|
|
57
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-servicecatalogappregistry-alpha.ApplicationAssociator", version: "2.249.0-alpha.0" };
|
|
58
58
|
/**
|
|
59
59
|
* Created or imported application.
|
|
60
60
|
*/
|
package/lib/application.js
CHANGED
|
@@ -225,7 +225,7 @@ let Application = (() => {
|
|
|
225
225
|
Application = _classThis = _classDescriptor.value;
|
|
226
226
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
227
227
|
}
|
|
228
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-servicecatalogappregistry-alpha.Application", version: "2.
|
|
228
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-servicecatalogappregistry-alpha.Application", version: "2.249.0-alpha.0" };
|
|
229
229
|
/** Uniquely identifies this class. */
|
|
230
230
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-servicecatalogappregistry-alpha.Application';
|
|
231
231
|
/**
|
package/lib/attribute-group.js
CHANGED
|
@@ -132,7 +132,7 @@ let AttributeGroup = (() => {
|
|
|
132
132
|
AttributeGroup = _classThis = _classDescriptor.value;
|
|
133
133
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
134
134
|
}
|
|
135
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-servicecatalogappregistry-alpha.AttributeGroup", version: "2.
|
|
135
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-servicecatalogappregistry-alpha.AttributeGroup", version: "2.249.0-alpha.0" };
|
|
136
136
|
/** Uniquely identifies this class. */
|
|
137
137
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-servicecatalogappregistry-alpha.AttributeGroup';
|
|
138
138
|
/**
|
|
@@ -44,7 +44,7 @@ const common_1 = require("./common");
|
|
|
44
44
|
* needed for application associator to work
|
|
45
45
|
*/
|
|
46
46
|
class TargetApplication {
|
|
47
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-servicecatalogappregistry-alpha.TargetApplication", version: "2.
|
|
47
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-servicecatalogappregistry-alpha.TargetApplication", version: "2.249.0-alpha.0" };
|
|
48
48
|
/**
|
|
49
49
|
* Factory method to build the input using the provided
|
|
50
50
|
* application ARN.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-cdk/aws-servicecatalogappregistry-alpha",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.249.0-alpha.0",
|
|
4
4
|
"description": "The CDK Construct Library for AWS::ServiceCatalogAppRegistry",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -83,17 +83,17 @@
|
|
|
83
83
|
},
|
|
84
84
|
"license": "Apache-2.0",
|
|
85
85
|
"devDependencies": {
|
|
86
|
-
"@aws-cdk/cdk-build-tools": "2.
|
|
86
|
+
"@aws-cdk/cdk-build-tools": "2.249.0-alpha.0",
|
|
87
87
|
"@aws-cdk/integ-runner": "^2.197.1",
|
|
88
|
-
"@aws-cdk/pkglint": "2.
|
|
88
|
+
"@aws-cdk/pkglint": "2.249.0-alpha.0",
|
|
89
89
|
"@types/jest": "^29.5.14",
|
|
90
|
-
"aws-cdk-lib": "2.
|
|
90
|
+
"aws-cdk-lib": "2.249.0",
|
|
91
91
|
"constructs": "^10.5.0",
|
|
92
|
-
"@aws-cdk/integ-tests-alpha": "2.
|
|
92
|
+
"@aws-cdk/integ-tests-alpha": "2.249.0-alpha.0"
|
|
93
93
|
},
|
|
94
94
|
"dependencies": {},
|
|
95
95
|
"peerDependencies": {
|
|
96
|
-
"aws-cdk-lib": "^2.
|
|
96
|
+
"aws-cdk-lib": "^2.249.0",
|
|
97
97
|
"constructs": "^10.5.0"
|
|
98
98
|
},
|
|
99
99
|
"engines": {
|