@aws-cdk/cloud-assembly-schema 1.169.0 → 1.170.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 +26 -26
- package/.jsii.tabl.json +1 -1
- package/lib/manifest.js +1 -1
- package/package.json +4 -4
package/.jsii
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"stability": "stable"
|
|
17
17
|
},
|
|
18
18
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
19
|
-
"jsiiVersion": "1.
|
|
19
|
+
"jsiiVersion": "1.65.0 (build 7a02b7f)",
|
|
20
20
|
"keywords": [
|
|
21
21
|
"aws",
|
|
22
22
|
"cdk"
|
|
@@ -1307,12 +1307,12 @@
|
|
|
1307
1307
|
"assembly": "@aws-cdk/cloud-assembly-schema",
|
|
1308
1308
|
"datatype": true,
|
|
1309
1309
|
"docs": {
|
|
1310
|
+
"stability": "stable",
|
|
1311
|
+
"summary": "Options for specific cdk commands that are run as part of the integration test workflow.",
|
|
1312
|
+
"example": "const app = new App();\n\nconst stackUnderTest = new Stack(app, 'StackUnderTest', /* ... */);\n\nconst stack = new Stack(app, 'stack');\n\nconst testCase = new IntegTest(app, 'CustomizedDeploymentWorkflow', {\n testCases: [stackUnderTest],\n diffAssets: true,\n stackUpdateWorkflow: true,\n cdkCommandOptions: {\n deploy: {\n args: {\n requireApproval: RequireApproval.NEVER,\n json: true,\n },\n\t },\n destroy: {\n args: {\n force: true,\n },\n },\n },\n});",
|
|
1310
1313
|
"custom": {
|
|
1311
1314
|
"exampleMetadata": "infused"
|
|
1312
|
-
}
|
|
1313
|
-
"example": "const app = new App();\n\nconst stackUnderTest = new Stack(app, 'StackUnderTest', /* ... */);\n\nconst stack = new Stack(app, 'stack');\n\nconst testCase = new IntegTest(app, 'CustomizedDeploymentWorkflow', {\n testCases: [stackUnderTest],\n diffAssets: true,\n stackUpdateWorkflow: true,\n cdkCommandOptions: {\n deploy: {\n args: {\n requireApproval: RequireApproval.NEVER,\n json: true,\n },\n\t },\n destroy: {\n args: {\n force: true,\n },\n },\n },\n});",
|
|
1314
|
-
"stability": "stable",
|
|
1315
|
-
"summary": "Options for specific cdk commands that are run as part of the integration test workflow."
|
|
1315
|
+
}
|
|
1316
1316
|
},
|
|
1317
1317
|
"fqn": "@aws-cdk/cloud-assembly-schema.CdkCommands",
|
|
1318
1318
|
"kind": "interface",
|
|
@@ -2149,12 +2149,12 @@
|
|
|
2149
2149
|
"assembly": "@aws-cdk/cloud-assembly-schema",
|
|
2150
2150
|
"datatype": true,
|
|
2151
2151
|
"docs": {
|
|
2152
|
+
"stability": "stable",
|
|
2153
|
+
"summary": "Represents a cdk deploy command.",
|
|
2154
|
+
"example": "const app = new App();\n\nconst stackUnderTest = new Stack(app, 'StackUnderTest', /* ... */);\n\nconst stack = new Stack(app, 'stack');\n\nconst testCase = new IntegTest(app, 'CustomizedDeploymentWorkflow', {\n testCases: [stackUnderTest],\n diffAssets: true,\n stackUpdateWorkflow: true,\n cdkCommandOptions: {\n deploy: {\n args: {\n requireApproval: RequireApproval.NEVER,\n json: true,\n },\n\t },\n destroy: {\n args: {\n force: true,\n },\n },\n },\n});",
|
|
2152
2155
|
"custom": {
|
|
2153
2156
|
"exampleMetadata": "infused"
|
|
2154
|
-
}
|
|
2155
|
-
"example": "const app = new App();\n\nconst stackUnderTest = new Stack(app, 'StackUnderTest', /* ... */);\n\nconst stack = new Stack(app, 'stack');\n\nconst testCase = new IntegTest(app, 'CustomizedDeploymentWorkflow', {\n testCases: [stackUnderTest],\n diffAssets: true,\n stackUpdateWorkflow: true,\n cdkCommandOptions: {\n deploy: {\n args: {\n requireApproval: RequireApproval.NEVER,\n json: true,\n },\n\t },\n destroy: {\n args: {\n force: true,\n },\n },\n },\n});",
|
|
2156
|
-
"stability": "stable",
|
|
2157
|
-
"summary": "Represents a cdk deploy command."
|
|
2157
|
+
}
|
|
2158
2158
|
},
|
|
2159
2159
|
"fqn": "@aws-cdk/cloud-assembly-schema.DeployCommand",
|
|
2160
2160
|
"interfaces": [
|
|
@@ -2192,12 +2192,12 @@
|
|
|
2192
2192
|
"assembly": "@aws-cdk/cloud-assembly-schema",
|
|
2193
2193
|
"datatype": true,
|
|
2194
2194
|
"docs": {
|
|
2195
|
+
"stability": "stable",
|
|
2196
|
+
"summary": "Options to use with cdk deploy.",
|
|
2197
|
+
"example": "const app = new App();\n\nconst stackUnderTest = new Stack(app, 'StackUnderTest', /* ... */);\n\nconst stack = new Stack(app, 'stack');\n\nconst testCase = new IntegTest(app, 'CustomizedDeploymentWorkflow', {\n testCases: [stackUnderTest],\n diffAssets: true,\n stackUpdateWorkflow: true,\n cdkCommandOptions: {\n deploy: {\n args: {\n requireApproval: RequireApproval.NEVER,\n json: true,\n },\n\t },\n destroy: {\n args: {\n force: true,\n },\n },\n },\n});",
|
|
2195
2198
|
"custom": {
|
|
2196
2199
|
"exampleMetadata": "infused"
|
|
2197
|
-
}
|
|
2198
|
-
"example": "const app = new App();\n\nconst stackUnderTest = new Stack(app, 'StackUnderTest', /* ... */);\n\nconst stack = new Stack(app, 'stack');\n\nconst testCase = new IntegTest(app, 'CustomizedDeploymentWorkflow', {\n testCases: [stackUnderTest],\n diffAssets: true,\n stackUpdateWorkflow: true,\n cdkCommandOptions: {\n deploy: {\n args: {\n requireApproval: RequireApproval.NEVER,\n json: true,\n },\n\t },\n destroy: {\n args: {\n force: true,\n },\n },\n },\n});",
|
|
2199
|
-
"stability": "stable",
|
|
2200
|
-
"summary": "Options to use with cdk deploy."
|
|
2200
|
+
}
|
|
2201
2201
|
},
|
|
2202
2202
|
"fqn": "@aws-cdk/cloud-assembly-schema.DeployOptions",
|
|
2203
2203
|
"interfaces": [
|
|
@@ -2468,12 +2468,12 @@
|
|
|
2468
2468
|
"assembly": "@aws-cdk/cloud-assembly-schema",
|
|
2469
2469
|
"datatype": true,
|
|
2470
2470
|
"docs": {
|
|
2471
|
+
"stability": "stable",
|
|
2472
|
+
"summary": "Represents a cdk destroy command.",
|
|
2473
|
+
"example": "const app = new App();\n\nconst stackUnderTest = new Stack(app, 'StackUnderTest', /* ... */);\n\nconst stack = new Stack(app, 'stack');\n\nconst testCase = new IntegTest(app, 'CustomizedDeploymentWorkflow', {\n testCases: [stackUnderTest],\n diffAssets: true,\n stackUpdateWorkflow: true,\n cdkCommandOptions: {\n deploy: {\n args: {\n requireApproval: RequireApproval.NEVER,\n json: true,\n },\n\t },\n destroy: {\n args: {\n force: true,\n },\n },\n },\n});",
|
|
2471
2474
|
"custom": {
|
|
2472
2475
|
"exampleMetadata": "infused"
|
|
2473
|
-
}
|
|
2474
|
-
"example": "const app = new App();\n\nconst stackUnderTest = new Stack(app, 'StackUnderTest', /* ... */);\n\nconst stack = new Stack(app, 'stack');\n\nconst testCase = new IntegTest(app, 'CustomizedDeploymentWorkflow', {\n testCases: [stackUnderTest],\n diffAssets: true,\n stackUpdateWorkflow: true,\n cdkCommandOptions: {\n deploy: {\n args: {\n requireApproval: RequireApproval.NEVER,\n json: true,\n },\n\t },\n destroy: {\n args: {\n force: true,\n },\n },\n },\n});",
|
|
2475
|
-
"stability": "stable",
|
|
2476
|
-
"summary": "Represents a cdk destroy command."
|
|
2476
|
+
}
|
|
2477
2477
|
},
|
|
2478
2478
|
"fqn": "@aws-cdk/cloud-assembly-schema.DestroyCommand",
|
|
2479
2479
|
"interfaces": [
|
|
@@ -2511,12 +2511,12 @@
|
|
|
2511
2511
|
"assembly": "@aws-cdk/cloud-assembly-schema",
|
|
2512
2512
|
"datatype": true,
|
|
2513
2513
|
"docs": {
|
|
2514
|
+
"stability": "stable",
|
|
2515
|
+
"summary": "Options to use with cdk destroy.",
|
|
2516
|
+
"example": "const app = new App();\n\nconst stackUnderTest = new Stack(app, 'StackUnderTest', /* ... */);\n\nconst stack = new Stack(app, 'stack');\n\nconst testCase = new IntegTest(app, 'CustomizedDeploymentWorkflow', {\n testCases: [stackUnderTest],\n diffAssets: true,\n stackUpdateWorkflow: true,\n cdkCommandOptions: {\n deploy: {\n args: {\n requireApproval: RequireApproval.NEVER,\n json: true,\n },\n\t },\n destroy: {\n args: {\n force: true,\n },\n },\n },\n});",
|
|
2514
2517
|
"custom": {
|
|
2515
2518
|
"exampleMetadata": "infused"
|
|
2516
|
-
}
|
|
2517
|
-
"example": "const app = new App();\n\nconst stackUnderTest = new Stack(app, 'StackUnderTest', /* ... */);\n\nconst stack = new Stack(app, 'stack');\n\nconst testCase = new IntegTest(app, 'CustomizedDeploymentWorkflow', {\n testCases: [stackUnderTest],\n diffAssets: true,\n stackUpdateWorkflow: true,\n cdkCommandOptions: {\n deploy: {\n args: {\n requireApproval: RequireApproval.NEVER,\n json: true,\n },\n\t },\n destroy: {\n args: {\n force: true,\n },\n },\n },\n});",
|
|
2518
|
-
"stability": "stable",
|
|
2519
|
-
"summary": "Options to use with cdk destroy."
|
|
2519
|
+
}
|
|
2520
2520
|
},
|
|
2521
2521
|
"fqn": "@aws-cdk/cloud-assembly-schema.DestroyOptions",
|
|
2522
2522
|
"interfaces": [
|
|
@@ -4739,12 +4739,12 @@
|
|
|
4739
4739
|
"@aws-cdk/cloud-assembly-schema.RequireApproval": {
|
|
4740
4740
|
"assembly": "@aws-cdk/cloud-assembly-schema",
|
|
4741
4741
|
"docs": {
|
|
4742
|
+
"stability": "stable",
|
|
4743
|
+
"summary": "In what scenarios should the CLI ask for approval.",
|
|
4744
|
+
"example": "const app = new App();\n\nconst stackUnderTest = new Stack(app, 'StackUnderTest', /* ... */);\n\nconst stack = new Stack(app, 'stack');\n\nconst testCase = new IntegTest(app, 'CustomizedDeploymentWorkflow', {\n testCases: [stackUnderTest],\n diffAssets: true,\n stackUpdateWorkflow: true,\n cdkCommandOptions: {\n deploy: {\n args: {\n requireApproval: RequireApproval.NEVER,\n json: true,\n },\n\t },\n destroy: {\n args: {\n force: true,\n },\n },\n },\n});",
|
|
4742
4745
|
"custom": {
|
|
4743
4746
|
"exampleMetadata": "infused"
|
|
4744
|
-
}
|
|
4745
|
-
"example": "const app = new App();\n\nconst stackUnderTest = new Stack(app, 'StackUnderTest', /* ... */);\n\nconst stack = new Stack(app, 'stack');\n\nconst testCase = new IntegTest(app, 'CustomizedDeploymentWorkflow', {\n testCases: [stackUnderTest],\n diffAssets: true,\n stackUpdateWorkflow: true,\n cdkCommandOptions: {\n deploy: {\n args: {\n requireApproval: RequireApproval.NEVER,\n json: true,\n },\n\t },\n destroy: {\n args: {\n force: true,\n },\n },\n },\n});",
|
|
4746
|
-
"stability": "stable",
|
|
4747
|
-
"summary": "In what scenarios should the CLI ask for approval."
|
|
4747
|
+
}
|
|
4748
4748
|
},
|
|
4749
4749
|
"fqn": "@aws-cdk/cloud-assembly-schema.RequireApproval",
|
|
4750
4750
|
"kind": "enum",
|
|
@@ -5469,6 +5469,6 @@
|
|
|
5469
5469
|
"symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
|
|
5470
5470
|
}
|
|
5471
5471
|
},
|
|
5472
|
-
"version": "1.
|
|
5472
|
+
"version": "1.170.0",
|
|
5473
5473
|
"fingerprint": "**********"
|
|
5474
5474
|
}
|
package/.jsii.tabl.json
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.170.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.170.0",
|
|
4
4
|
"description": "Cloud Assembly Schema",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -60,11 +60,11 @@
|
|
|
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.170.0",
|
|
64
|
+
"@aws-cdk/pkglint": "1.170.0",
|
|
65
65
|
"@types/jest": "^27.5.2",
|
|
66
66
|
"@types/mock-fs": "^4.13.1",
|
|
67
|
-
"@types/semver": "^7.3.
|
|
67
|
+
"@types/semver": "^7.3.12",
|
|
68
68
|
"jest": "^27.5.1",
|
|
69
69
|
"mock-fs": "^4.14.0",
|
|
70
70
|
"typescript-json-schema": "^0.54.0"
|