@aws-cdk/cloud-assembly-schema 2.3.0 → 2.4.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 +322 -322
- package/.jsii.tabl.json +1622 -0
- package/.warnings.jsii.js +13 -13
- package/LICENSE +1 -1
- package/NOTICE +1 -1
- package/lib/manifest.js +1 -1
- package/package.json +4 -4
package/.warnings.jsii.js
CHANGED
|
@@ -52,10 +52,6 @@ function _aws_cdk_cloud_assembly_schema_ContainerImageAssetMetadataEntry(p) {
|
|
|
52
52
|
}
|
|
53
53
|
function _aws_cdk_cloud_assembly_schema_AwsCloudFormationStackProperties(p) {
|
|
54
54
|
}
|
|
55
|
-
function _aws_cdk_cloud_assembly_schema_DockerImageDestination(p) {
|
|
56
|
-
}
|
|
57
|
-
function _aws_cdk_cloud_assembly_schema_FileDestination(p) {
|
|
58
|
-
}
|
|
59
55
|
function _aws_cdk_cloud_assembly_schema_LoadBalancerContextQuery(p) {
|
|
60
56
|
if (p == null)
|
|
61
57
|
return;
|
|
@@ -66,6 +62,10 @@ function _aws_cdk_cloud_assembly_schema_LoadBalancerContextQuery(p) {
|
|
|
66
62
|
_aws_cdk_cloud_assembly_schema_Tag(p.loadBalancerTags);
|
|
67
63
|
visitedObjects.delete(p);
|
|
68
64
|
}
|
|
65
|
+
function _aws_cdk_cloud_assembly_schema_DockerImageDestination(p) {
|
|
66
|
+
}
|
|
67
|
+
function _aws_cdk_cloud_assembly_schema_FileDestination(p) {
|
|
68
|
+
}
|
|
69
69
|
function _aws_cdk_cloud_assembly_schema_LoadBalancerFilter(p) {
|
|
70
70
|
if (p == null)
|
|
71
71
|
return;
|
|
@@ -76,24 +76,24 @@ function _aws_cdk_cloud_assembly_schema_LoadBalancerFilter(p) {
|
|
|
76
76
|
_aws_cdk_cloud_assembly_schema_Tag(p.loadBalancerTags);
|
|
77
77
|
visitedObjects.delete(p);
|
|
78
78
|
}
|
|
79
|
-
function
|
|
79
|
+
function _aws_cdk_cloud_assembly_schema_FileAsset(p) {
|
|
80
80
|
if (p == null)
|
|
81
81
|
return;
|
|
82
82
|
visitedObjects.add(p);
|
|
83
83
|
if (!visitedObjects.has(p.destinations))
|
|
84
|
-
|
|
84
|
+
_aws_cdk_cloud_assembly_schema_FileDestination(p.destinations);
|
|
85
85
|
if (!visitedObjects.has(p.source))
|
|
86
|
-
|
|
86
|
+
_aws_cdk_cloud_assembly_schema_FileSource(p.source);
|
|
87
87
|
visitedObjects.delete(p);
|
|
88
88
|
}
|
|
89
|
-
function
|
|
89
|
+
function _aws_cdk_cloud_assembly_schema_DockerImageAsset(p) {
|
|
90
90
|
if (p == null)
|
|
91
91
|
return;
|
|
92
92
|
visitedObjects.add(p);
|
|
93
93
|
if (!visitedObjects.has(p.destinations))
|
|
94
|
-
|
|
94
|
+
_aws_cdk_cloud_assembly_schema_DockerImageDestination(p.destinations);
|
|
95
95
|
if (!visitedObjects.has(p.source))
|
|
96
|
-
|
|
96
|
+
_aws_cdk_cloud_assembly_schema_DockerImageSource(p.source);
|
|
97
97
|
visitedObjects.delete(p);
|
|
98
98
|
}
|
|
99
99
|
function _aws_cdk_cloud_assembly_schema_AssetManifest(p) {
|
|
@@ -114,6 +114,8 @@ function _aws_cdk_cloud_assembly_schema_FileSource(p) {
|
|
|
114
114
|
_aws_cdk_cloud_assembly_schema_FileAssetPackaging(p.packaging);
|
|
115
115
|
visitedObjects.delete(p);
|
|
116
116
|
}
|
|
117
|
+
function _aws_cdk_cloud_assembly_schema_MetadataEntry(p) {
|
|
118
|
+
}
|
|
117
119
|
function _aws_cdk_cloud_assembly_schema_AssemblyManifest(p) {
|
|
118
120
|
if (p == null)
|
|
119
121
|
return;
|
|
@@ -126,8 +128,6 @@ function _aws_cdk_cloud_assembly_schema_AssemblyManifest(p) {
|
|
|
126
128
|
_aws_cdk_cloud_assembly_schema_RuntimeInfo(p.runtime);
|
|
127
129
|
visitedObjects.delete(p);
|
|
128
130
|
}
|
|
129
|
-
function _aws_cdk_cloud_assembly_schema_MetadataEntry(p) {
|
|
130
|
-
}
|
|
131
131
|
function _aws_cdk_cloud_assembly_schema_Manifest(p) {
|
|
132
132
|
}
|
|
133
133
|
function _aws_cdk_cloud_assembly_schema_ArtifactManifest(p) {
|
|
@@ -177,5 +177,5 @@ function print(name, deprecationMessage) {
|
|
|
177
177
|
const visitedObjects = new Set();
|
|
178
178
|
class DeprecationError extends Error {
|
|
179
179
|
}
|
|
180
|
-
module.exports = { print, _aws_cdk_cloud_assembly_schema_ArtifactType, _aws_cdk_cloud_assembly_schema_ArtifactMetadataEntryType, _aws_cdk_cloud_assembly_schema_ContextProvider, _aws_cdk_cloud_assembly_schema_LoadBalancerType, _aws_cdk_cloud_assembly_schema_LoadBalancerListenerProtocol, _aws_cdk_cloud_assembly_schema_FileAssetPackaging, _aws_cdk_cloud_assembly_schema_TreeArtifactProperties, _aws_cdk_cloud_assembly_schema_Tag, _aws_cdk_cloud_assembly_schema_RuntimeInfo, _aws_cdk_cloud_assembly_schema_NestedCloudAssemblyProperties, _aws_cdk_cloud_assembly_schema_AvailabilityZonesContextQuery, _aws_cdk_cloud_assembly_schema_SSMParameterContextQuery, _aws_cdk_cloud_assembly_schema_EndpointServiceAvailabilityZonesContextQuery, _aws_cdk_cloud_assembly_schema_KeyContextQuery, _aws_cdk_cloud_assembly_schema_AssetManifestProperties, _aws_cdk_cloud_assembly_schema_AwsDestination, _aws_cdk_cloud_assembly_schema_FileAssetMetadataEntry, _aws_cdk_cloud_assembly_schema_HostedZoneContextQuery, _aws_cdk_cloud_assembly_schema_SecurityGroupContextQuery, _aws_cdk_cloud_assembly_schema_AmiContextQuery, _aws_cdk_cloud_assembly_schema_VpcContextQuery, _aws_cdk_cloud_assembly_schema_DockerImageSource, _aws_cdk_cloud_assembly_schema_ContainerImageAssetMetadataEntry, _aws_cdk_cloud_assembly_schema_AwsCloudFormationStackProperties, _aws_cdk_cloud_assembly_schema_DockerImageDestination, _aws_cdk_cloud_assembly_schema_FileDestination,
|
|
180
|
+
module.exports = { print, _aws_cdk_cloud_assembly_schema_ArtifactType, _aws_cdk_cloud_assembly_schema_ArtifactMetadataEntryType, _aws_cdk_cloud_assembly_schema_ContextProvider, _aws_cdk_cloud_assembly_schema_LoadBalancerType, _aws_cdk_cloud_assembly_schema_LoadBalancerListenerProtocol, _aws_cdk_cloud_assembly_schema_FileAssetPackaging, _aws_cdk_cloud_assembly_schema_TreeArtifactProperties, _aws_cdk_cloud_assembly_schema_Tag, _aws_cdk_cloud_assembly_schema_RuntimeInfo, _aws_cdk_cloud_assembly_schema_NestedCloudAssemblyProperties, _aws_cdk_cloud_assembly_schema_AvailabilityZonesContextQuery, _aws_cdk_cloud_assembly_schema_SSMParameterContextQuery, _aws_cdk_cloud_assembly_schema_EndpointServiceAvailabilityZonesContextQuery, _aws_cdk_cloud_assembly_schema_KeyContextQuery, _aws_cdk_cloud_assembly_schema_AssetManifestProperties, _aws_cdk_cloud_assembly_schema_AwsDestination, _aws_cdk_cloud_assembly_schema_FileAssetMetadataEntry, _aws_cdk_cloud_assembly_schema_HostedZoneContextQuery, _aws_cdk_cloud_assembly_schema_SecurityGroupContextQuery, _aws_cdk_cloud_assembly_schema_AmiContextQuery, _aws_cdk_cloud_assembly_schema_VpcContextQuery, _aws_cdk_cloud_assembly_schema_DockerImageSource, _aws_cdk_cloud_assembly_schema_ContainerImageAssetMetadataEntry, _aws_cdk_cloud_assembly_schema_AwsCloudFormationStackProperties, _aws_cdk_cloud_assembly_schema_LoadBalancerContextQuery, _aws_cdk_cloud_assembly_schema_DockerImageDestination, _aws_cdk_cloud_assembly_schema_FileDestination, _aws_cdk_cloud_assembly_schema_LoadBalancerFilter, _aws_cdk_cloud_assembly_schema_FileAsset, _aws_cdk_cloud_assembly_schema_DockerImageAsset, _aws_cdk_cloud_assembly_schema_AssetManifest, _aws_cdk_cloud_assembly_schema_FileSource, _aws_cdk_cloud_assembly_schema_MetadataEntry, _aws_cdk_cloud_assembly_schema_AssemblyManifest, _aws_cdk_cloud_assembly_schema_Manifest, _aws_cdk_cloud_assembly_schema_ArtifactManifest, _aws_cdk_cloud_assembly_schema_LoadBalancerListenerContextQuery, _aws_cdk_cloud_assembly_schema_MissingContext };
|
|
181
181
|
module.exports.DeprecationError = DeprecationError;
|
package/LICENSE
CHANGED
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright 2018-
|
|
189
|
+
Copyright 2018-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
package/NOTICE
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
AWS Cloud Development Kit (AWS CDK)
|
|
2
|
-
Copyright 2018-
|
|
2
|
+
Copyright 2018-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
3
3
|
|
|
4
4
|
-------------------------------------------------------------------------------
|
|
5
5
|
|
package/lib/manifest.js
CHANGED
|
@@ -191,7 +191,7 @@ class Manifest {
|
|
|
191
191
|
}
|
|
192
192
|
exports.Manifest = Manifest;
|
|
193
193
|
_a = JSII_RTTI_SYMBOL_1;
|
|
194
|
-
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "2.
|
|
194
|
+
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "2.4.0" };
|
|
195
195
|
function mapValues(xs, fn) {
|
|
196
196
|
if (!xs) {
|
|
197
197
|
return undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-cdk/cloud-assembly-schema",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.0",
|
|
4
4
|
"description": "Cloud Assembly Schema",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -60,12 +60,12 @@
|
|
|
60
60
|
},
|
|
61
61
|
"license": "Apache-2.0",
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@aws-cdk/cdk-build-tools": "2.
|
|
64
|
-
"@aws-cdk/pkglint": "2.
|
|
63
|
+
"@aws-cdk/cdk-build-tools": "2.4.0",
|
|
64
|
+
"@aws-cdk/pkglint": "2.4.0",
|
|
65
65
|
"@types/jest": "^27.0.3",
|
|
66
66
|
"@types/mock-fs": "^4.13.1",
|
|
67
67
|
"@types/semver": "^7.3.9",
|
|
68
|
-
"jest": "^27.4.
|
|
68
|
+
"jest": "^27.4.5",
|
|
69
69
|
"mock-fs": "^4.14.0",
|
|
70
70
|
"typescript-json-schema": "^0.52.0"
|
|
71
71
|
},
|