@aws-cdk/cloud-assembly-schema 1.181.0 → 1.182.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 +1 -1
- package/lib/manifest.js +1 -1
- package/package.json +4 -4
- package/schema/cloud-assembly.schema.json +40 -37
- package/schema/cloud-assembly.version.json +1 -1
package/.jsii
CHANGED
package/lib/manifest.js
CHANGED
|
@@ -255,7 +255,7 @@ class Manifest {
|
|
|
255
255
|
}
|
|
256
256
|
exports.Manifest = Manifest;
|
|
257
257
|
_a = JSII_RTTI_SYMBOL_1;
|
|
258
|
-
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "1.
|
|
258
|
+
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "1.182.0" };
|
|
259
259
|
function mapValues(xs, fn) {
|
|
260
260
|
if (!xs) {
|
|
261
261
|
return undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-cdk/cloud-assembly-schema",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.182.0",
|
|
4
4
|
"description": "Cloud Assembly Schema",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -60,14 +60,14 @@
|
|
|
60
60
|
},
|
|
61
61
|
"license": "Apache-2.0",
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@aws-cdk/cdk-build-tools": "1.
|
|
64
|
-
"@aws-cdk/pkglint": "1.
|
|
63
|
+
"@aws-cdk/cdk-build-tools": "1.182.0",
|
|
64
|
+
"@aws-cdk/pkglint": "1.182.0",
|
|
65
65
|
"@types/jest": "^27.5.2",
|
|
66
66
|
"@types/mock-fs": "^4.13.1",
|
|
67
67
|
"@types/semver": "^7.3.13",
|
|
68
68
|
"jest": "^27.5.1",
|
|
69
69
|
"mock-fs": "^4.14.0",
|
|
70
|
-
"typescript-json-schema": "^0.
|
|
70
|
+
"typescript-json-schema": "^0.55.0"
|
|
71
71
|
},
|
|
72
72
|
"repository": {
|
|
73
73
|
"url": "https://github.com/aws/aws-cdk.git",
|
|
@@ -429,42 +429,8 @@
|
|
|
429
429
|
"description": "The provider from which we expect this context key to be obtained."
|
|
430
430
|
},
|
|
431
431
|
"props": {
|
|
432
|
-
"
|
|
433
|
-
"
|
|
434
|
-
{
|
|
435
|
-
"$ref": "#/definitions/AmiContextQuery"
|
|
436
|
-
},
|
|
437
|
-
{
|
|
438
|
-
"$ref": "#/definitions/AvailabilityZonesContextQuery"
|
|
439
|
-
},
|
|
440
|
-
{
|
|
441
|
-
"$ref": "#/definitions/HostedZoneContextQuery"
|
|
442
|
-
},
|
|
443
|
-
{
|
|
444
|
-
"$ref": "#/definitions/SSMParameterContextQuery"
|
|
445
|
-
},
|
|
446
|
-
{
|
|
447
|
-
"$ref": "#/definitions/VpcContextQuery"
|
|
448
|
-
},
|
|
449
|
-
{
|
|
450
|
-
"$ref": "#/definitions/EndpointServiceAvailabilityZonesContextQuery"
|
|
451
|
-
},
|
|
452
|
-
{
|
|
453
|
-
"$ref": "#/definitions/LoadBalancerContextQuery"
|
|
454
|
-
},
|
|
455
|
-
{
|
|
456
|
-
"$ref": "#/definitions/LoadBalancerListenerContextQuery"
|
|
457
|
-
},
|
|
458
|
-
{
|
|
459
|
-
"$ref": "#/definitions/SecurityGroupContextQuery"
|
|
460
|
-
},
|
|
461
|
-
{
|
|
462
|
-
"$ref": "#/definitions/KeyContextQuery"
|
|
463
|
-
},
|
|
464
|
-
{
|
|
465
|
-
"$ref": "#/definitions/PluginContextQuery"
|
|
466
|
-
}
|
|
467
|
-
]
|
|
432
|
+
"$ref": "#/definitions/ContextQueryProperties",
|
|
433
|
+
"description": "A set of provider-specific options."
|
|
468
434
|
}
|
|
469
435
|
},
|
|
470
436
|
"required": [
|
|
@@ -490,6 +456,43 @@
|
|
|
490
456
|
],
|
|
491
457
|
"type": "string"
|
|
492
458
|
},
|
|
459
|
+
"ContextQueryProperties": {
|
|
460
|
+
"anyOf": [
|
|
461
|
+
{
|
|
462
|
+
"$ref": "#/definitions/AmiContextQuery"
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"$ref": "#/definitions/AvailabilityZonesContextQuery"
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"$ref": "#/definitions/HostedZoneContextQuery"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"$ref": "#/definitions/SSMParameterContextQuery"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"$ref": "#/definitions/VpcContextQuery"
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"$ref": "#/definitions/EndpointServiceAvailabilityZonesContextQuery"
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"$ref": "#/definitions/LoadBalancerContextQuery"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"$ref": "#/definitions/LoadBalancerListenerContextQuery"
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"$ref": "#/definitions/SecurityGroupContextQuery"
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"$ref": "#/definitions/KeyContextQuery"
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"$ref": "#/definitions/PluginContextQuery"
|
|
493
|
+
}
|
|
494
|
+
]
|
|
495
|
+
},
|
|
493
496
|
"AmiContextQuery": {
|
|
494
497
|
"description": "Query to AMI context provider",
|
|
495
498
|
"type": "object",
|
|
@@ -639,7 +642,7 @@
|
|
|
639
642
|
}
|
|
640
643
|
},
|
|
641
644
|
"returnAsymmetricSubnets": {
|
|
642
|
-
"description": "Whether to populate the subnetGroups field of the{@
|
|
645
|
+
"description": "Whether to populate the subnetGroups field of the {@link VpcContextResponse},\nwhich contains potentially asymmetric subnet groups.",
|
|
643
646
|
"default": false,
|
|
644
647
|
"type": "boolean"
|
|
645
648
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"
|
|
1
|
+
{"version":"21.0.0"}
|