@aws-cdk/cloud-assembly-schema 2.23.0 → 2.25.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 +39 -21
- package/.jsii.tabl.json +66 -66
- package/NOTICE +18 -1
- package/lib/integ-tests/test-case.d.ts +6 -0
- package/lib/integ-tests/test-case.js +1 -1
- package/lib/manifest.js +1 -1
- package/node_modules/lru-cache/LICENSE +1 -1
- package/node_modules/lru-cache/README.md +99 -632
- package/node_modules/lru-cache/index.js +251 -732
- package/node_modules/lru-cache/package.json +7 -17
- package/node_modules/semver/bin/semver.js +2 -1
- package/node_modules/semver/classes/semver.js +1 -1
- package/node_modules/semver/functions/inc.js +4 -1
- package/node_modules/semver/package.json +6 -5
- package/node_modules/yallist/LICENSE +15 -0
- package/node_modules/yallist/README.md +204 -0
- package/node_modules/yallist/iterator.js +8 -0
- package/node_modules/yallist/package.json +29 -0
- package/node_modules/yallist/yallist.js +426 -0
- package/package.json +5 -5
- package/schema/cloud-assembly.version.json +1 -1
- package/schema/integ.schema.json +4 -0
package/.jsii
CHANGED
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
},
|
|
10
10
|
"bundled": {
|
|
11
11
|
"jsonschema": "^1.4.0",
|
|
12
|
-
"semver": "^7.3.
|
|
12
|
+
"semver": "^7.3.7"
|
|
13
13
|
},
|
|
14
14
|
"description": "Cloud Assembly Schema",
|
|
15
15
|
"docs": {
|
|
16
16
|
"stability": "stable"
|
|
17
17
|
},
|
|
18
18
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
19
|
-
"jsiiVersion": "1.
|
|
19
|
+
"jsiiVersion": "1.58.0 (build f8ba112)",
|
|
20
20
|
"keywords": [
|
|
21
21
|
"aws",
|
|
22
22
|
"cdk"
|
|
@@ -1242,7 +1242,7 @@
|
|
|
1242
1242
|
"kind": "interface",
|
|
1243
1243
|
"locationInModule": {
|
|
1244
1244
|
"filename": "lib/integ-tests/test-case.ts",
|
|
1245
|
-
"line":
|
|
1245
|
+
"line": 127
|
|
1246
1246
|
},
|
|
1247
1247
|
"name": "CdkCommand",
|
|
1248
1248
|
"properties": [
|
|
@@ -1256,7 +1256,7 @@
|
|
|
1256
1256
|
"immutable": true,
|
|
1257
1257
|
"locationInModule": {
|
|
1258
1258
|
"filename": "lib/integ-tests/test-case.ts",
|
|
1259
|
-
"line":
|
|
1259
|
+
"line": 136
|
|
1260
1260
|
},
|
|
1261
1261
|
"name": "enabled",
|
|
1262
1262
|
"optional": true,
|
|
@@ -1274,7 +1274,7 @@
|
|
|
1274
1274
|
"immutable": true,
|
|
1275
1275
|
"locationInModule": {
|
|
1276
1276
|
"filename": "lib/integ-tests/test-case.ts",
|
|
1277
|
-
"line":
|
|
1277
|
+
"line": 151
|
|
1278
1278
|
},
|
|
1279
1279
|
"name": "expectedMessage",
|
|
1280
1280
|
"optional": true,
|
|
@@ -1292,7 +1292,7 @@
|
|
|
1292
1292
|
"immutable": true,
|
|
1293
1293
|
"locationInModule": {
|
|
1294
1294
|
"filename": "lib/integ-tests/test-case.ts",
|
|
1295
|
-
"line":
|
|
1295
|
+
"line": 143
|
|
1296
1296
|
},
|
|
1297
1297
|
"name": "expectError",
|
|
1298
1298
|
"optional": true,
|
|
@@ -1318,7 +1318,7 @@
|
|
|
1318
1318
|
"kind": "interface",
|
|
1319
1319
|
"locationInModule": {
|
|
1320
1320
|
"filename": "lib/integ-tests/test-case.ts",
|
|
1321
|
-
"line":
|
|
1321
|
+
"line": 184
|
|
1322
1322
|
},
|
|
1323
1323
|
"name": "CdkCommands",
|
|
1324
1324
|
"properties": [
|
|
@@ -1332,7 +1332,7 @@
|
|
|
1332
1332
|
"immutable": true,
|
|
1333
1333
|
"locationInModule": {
|
|
1334
1334
|
"filename": "lib/integ-tests/test-case.ts",
|
|
1335
|
-
"line":
|
|
1335
|
+
"line": 190
|
|
1336
1336
|
},
|
|
1337
1337
|
"name": "deploy",
|
|
1338
1338
|
"optional": true,
|
|
@@ -1350,7 +1350,7 @@
|
|
|
1350
1350
|
"immutable": true,
|
|
1351
1351
|
"locationInModule": {
|
|
1352
1352
|
"filename": "lib/integ-tests/test-case.ts",
|
|
1353
|
-
"line":
|
|
1353
|
+
"line": 197
|
|
1354
1354
|
},
|
|
1355
1355
|
"name": "destroy",
|
|
1356
1356
|
"optional": true,
|
|
@@ -2144,7 +2144,7 @@
|
|
|
2144
2144
|
"kind": "interface",
|
|
2145
2145
|
"locationInModule": {
|
|
2146
2146
|
"filename": "lib/integ-tests/test-case.ts",
|
|
2147
|
-
"line":
|
|
2147
|
+
"line": 157
|
|
2148
2148
|
},
|
|
2149
2149
|
"name": "DeployCommand",
|
|
2150
2150
|
"properties": [
|
|
@@ -2158,7 +2158,7 @@
|
|
|
2158
2158
|
"immutable": true,
|
|
2159
2159
|
"locationInModule": {
|
|
2160
2160
|
"filename": "lib/integ-tests/test-case.ts",
|
|
2161
|
-
"line":
|
|
2161
|
+
"line": 164
|
|
2162
2162
|
},
|
|
2163
2163
|
"name": "args",
|
|
2164
2164
|
"optional": true,
|
|
@@ -2463,7 +2463,7 @@
|
|
|
2463
2463
|
"kind": "interface",
|
|
2464
2464
|
"locationInModule": {
|
|
2465
2465
|
"filename": "lib/integ-tests/test-case.ts",
|
|
2466
|
-
"line":
|
|
2466
|
+
"line": 170
|
|
2467
2467
|
},
|
|
2468
2468
|
"name": "DestroyCommand",
|
|
2469
2469
|
"properties": [
|
|
@@ -2477,7 +2477,7 @@
|
|
|
2477
2477
|
"immutable": true,
|
|
2478
2478
|
"locationInModule": {
|
|
2479
2479
|
"filename": "lib/integ-tests/test-case.ts",
|
|
2480
|
-
"line":
|
|
2480
|
+
"line": 177
|
|
2481
2481
|
},
|
|
2482
2482
|
"name": "args",
|
|
2483
2483
|
"optional": true,
|
|
@@ -3277,7 +3277,7 @@
|
|
|
3277
3277
|
"kind": "interface",
|
|
3278
3278
|
"locationInModule": {
|
|
3279
3279
|
"filename": "lib/integ-tests/test-case.ts",
|
|
3280
|
-
"line":
|
|
3280
|
+
"line": 89
|
|
3281
3281
|
},
|
|
3282
3282
|
"name": "Hooks",
|
|
3283
3283
|
"properties": [
|
|
@@ -3291,7 +3291,7 @@
|
|
|
3291
3291
|
"immutable": true,
|
|
3292
3292
|
"locationInModule": {
|
|
3293
3293
|
"filename": "lib/integ-tests/test-case.ts",
|
|
3294
|
-
"line":
|
|
3294
|
+
"line": 104
|
|
3295
3295
|
},
|
|
3296
3296
|
"name": "postDeploy",
|
|
3297
3297
|
"optional": true,
|
|
@@ -3314,7 +3314,7 @@
|
|
|
3314
3314
|
"immutable": true,
|
|
3315
3315
|
"locationInModule": {
|
|
3316
3316
|
"filename": "lib/integ-tests/test-case.ts",
|
|
3317
|
-
"line":
|
|
3317
|
+
"line": 120
|
|
3318
3318
|
},
|
|
3319
3319
|
"name": "postDestroy",
|
|
3320
3320
|
"optional": true,
|
|
@@ -3337,7 +3337,7 @@
|
|
|
3337
3337
|
"immutable": true,
|
|
3338
3338
|
"locationInModule": {
|
|
3339
3339
|
"filename": "lib/integ-tests/test-case.ts",
|
|
3340
|
-
"line":
|
|
3340
|
+
"line": 96
|
|
3341
3341
|
},
|
|
3342
3342
|
"name": "preDeploy",
|
|
3343
3343
|
"optional": true,
|
|
@@ -3360,7 +3360,7 @@
|
|
|
3360
3360
|
"immutable": true,
|
|
3361
3361
|
"locationInModule": {
|
|
3362
3362
|
"filename": "lib/integ-tests/test-case.ts",
|
|
3363
|
-
"line":
|
|
3363
|
+
"line": 112
|
|
3364
3364
|
},
|
|
3365
3365
|
"name": "preDestroy",
|
|
3366
3366
|
"optional": true,
|
|
@@ -3507,7 +3507,7 @@
|
|
|
3507
3507
|
"docs": {
|
|
3508
3508
|
"stability": "stable",
|
|
3509
3509
|
"summary": "Definitions for the integration testing manifest.",
|
|
3510
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst integManifest: cloud_assembly_schema.IntegManifest = {\n testCases: {\n testCasesKey: {\n stacks: ['stacks'],\n\n // the properties below are optional\n allowDestroy: ['allowDestroy'],\n cdkCommandOptions: {\n deploy: {\n args: {\n all: false,\n app: 'app',\n assetMetadata: false,\n caBundlePath: 'caBundlePath',\n changeSetName: 'changeSetName',\n ci: false,\n color: false,\n context: {\n contextKey: 'context',\n },\n debug: false,\n ec2Creds: false,\n exclusively: false,\n execute: false,\n force: false,\n ignoreErrors: false,\n json: false,\n lookups: false,\n notices: false,\n notificationArns: ['notificationArns'],\n output: 'output',\n outputsFile: 'outputsFile',\n parameters: {\n parametersKey: 'parameters',\n },\n pathMetadata: false,\n profile: 'profile',\n proxy: 'proxy',\n requireApproval: cloud_assembly_schema.RequireApproval.NEVER,\n reuseAssets: ['reuseAssets'],\n roleArn: 'roleArn',\n rollback: false,\n stacks: ['stacks'],\n staging: false,\n strict: false,\n toolkitStackName: 'toolkitStackName',\n trace: false,\n usePreviousParameters: false,\n verbose: false,\n versionReporting: false,\n },\n enabled: false,\n expectedMessage: 'expectedMessage',\n expectError: false,\n },\n destroy: {\n args: {\n all: false,\n app: 'app',\n assetMetadata: false,\n caBundlePath: 'caBundlePath',\n color: false,\n context: {\n contextKey: 'context',\n },\n debug: false,\n ec2Creds: false,\n exclusively: false,\n force: false,\n ignoreErrors: false,\n json: false,\n lookups: false,\n notices: false,\n output: 'output',\n pathMetadata: false,\n profile: 'profile',\n proxy: 'proxy',\n roleArn: 'roleArn',\n stacks: ['stacks'],\n staging: false,\n strict: false,\n trace: false,\n verbose: false,\n versionReporting: false,\n },\n enabled: false,\n expectedMessage: 'expectedMessage',\n expectError: false,\n },\n },\n diffAssets: false,\n hooks: {\n postDeploy: ['postDeploy'],\n postDestroy: ['postDestroy'],\n preDeploy: ['preDeploy'],\n preDestroy: ['preDestroy'],\n },\n regions: ['regions'],\n stackUpdateWorkflow: false,\n },\n },\n version: 'version',\n\n // the properties below are optional\n enableLookups: false,\n synthContext: {\n synthContextKey: 'synthContext',\n },\n};",
|
|
3510
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst integManifest: cloud_assembly_schema.IntegManifest = {\n testCases: {\n testCasesKey: {\n stacks: ['stacks'],\n\n // the properties below are optional\n allowDestroy: ['allowDestroy'],\n assertionStack: 'assertionStack',\n cdkCommandOptions: {\n deploy: {\n args: {\n all: false,\n app: 'app',\n assetMetadata: false,\n caBundlePath: 'caBundlePath',\n changeSetName: 'changeSetName',\n ci: false,\n color: false,\n context: {\n contextKey: 'context',\n },\n debug: false,\n ec2Creds: false,\n exclusively: false,\n execute: false,\n force: false,\n ignoreErrors: false,\n json: false,\n lookups: false,\n notices: false,\n notificationArns: ['notificationArns'],\n output: 'output',\n outputsFile: 'outputsFile',\n parameters: {\n parametersKey: 'parameters',\n },\n pathMetadata: false,\n profile: 'profile',\n proxy: 'proxy',\n requireApproval: cloud_assembly_schema.RequireApproval.NEVER,\n reuseAssets: ['reuseAssets'],\n roleArn: 'roleArn',\n rollback: false,\n stacks: ['stacks'],\n staging: false,\n strict: false,\n toolkitStackName: 'toolkitStackName',\n trace: false,\n usePreviousParameters: false,\n verbose: false,\n versionReporting: false,\n },\n enabled: false,\n expectedMessage: 'expectedMessage',\n expectError: false,\n },\n destroy: {\n args: {\n all: false,\n app: 'app',\n assetMetadata: false,\n caBundlePath: 'caBundlePath',\n color: false,\n context: {\n contextKey: 'context',\n },\n debug: false,\n ec2Creds: false,\n exclusively: false,\n force: false,\n ignoreErrors: false,\n json: false,\n lookups: false,\n notices: false,\n output: 'output',\n pathMetadata: false,\n profile: 'profile',\n proxy: 'proxy',\n roleArn: 'roleArn',\n stacks: ['stacks'],\n staging: false,\n strict: false,\n trace: false,\n verbose: false,\n versionReporting: false,\n },\n enabled: false,\n expectedMessage: 'expectedMessage',\n expectError: false,\n },\n },\n diffAssets: false,\n hooks: {\n postDeploy: ['postDeploy'],\n postDestroy: ['postDestroy'],\n preDeploy: ['preDeploy'],\n preDestroy: ['preDestroy'],\n },\n regions: ['regions'],\n stackUpdateWorkflow: false,\n },\n },\n version: 'version',\n\n // the properties below are optional\n enableLookups: false,\n synthContext: {\n synthContextKey: 'synthContext',\n },\n};",
|
|
3511
3511
|
"custom": {
|
|
3512
3512
|
"exampleMetadata": "fixture=_generated"
|
|
3513
3513
|
}
|
|
@@ -5055,7 +5055,7 @@
|
|
|
5055
5055
|
"docs": {
|
|
5056
5056
|
"stability": "stable",
|
|
5057
5057
|
"summary": "Represents an integration test case.",
|
|
5058
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst testCase: cloud_assembly_schema.TestCase = {\n stacks: ['stacks'],\n\n // the properties below are optional\n allowDestroy: ['allowDestroy'],\n cdkCommandOptions: {\n deploy: {\n args: {\n all: false,\n app: 'app',\n assetMetadata: false,\n caBundlePath: 'caBundlePath',\n changeSetName: 'changeSetName',\n ci: false,\n color: false,\n context: {\n contextKey: 'context',\n },\n debug: false,\n ec2Creds: false,\n exclusively: false,\n execute: false,\n force: false,\n ignoreErrors: false,\n json: false,\n lookups: false,\n notices: false,\n notificationArns: ['notificationArns'],\n output: 'output',\n outputsFile: 'outputsFile',\n parameters: {\n parametersKey: 'parameters',\n },\n pathMetadata: false,\n profile: 'profile',\n proxy: 'proxy',\n requireApproval: cloud_assembly_schema.RequireApproval.NEVER,\n reuseAssets: ['reuseAssets'],\n roleArn: 'roleArn',\n rollback: false,\n stacks: ['stacks'],\n staging: false,\n strict: false,\n toolkitStackName: 'toolkitStackName',\n trace: false,\n usePreviousParameters: false,\n verbose: false,\n versionReporting: false,\n },\n enabled: false,\n expectedMessage: 'expectedMessage',\n expectError: false,\n },\n destroy: {\n args: {\n all: false,\n app: 'app',\n assetMetadata: false,\n caBundlePath: 'caBundlePath',\n color: false,\n context: {\n contextKey: 'context',\n },\n debug: false,\n ec2Creds: false,\n exclusively: false,\n force: false,\n ignoreErrors: false,\n json: false,\n lookups: false,\n notices: false,\n output: 'output',\n pathMetadata: false,\n profile: 'profile',\n proxy: 'proxy',\n roleArn: 'roleArn',\n stacks: ['stacks'],\n staging: false,\n strict: false,\n trace: false,\n verbose: false,\n versionReporting: false,\n },\n enabled: false,\n expectedMessage: 'expectedMessage',\n expectError: false,\n },\n },\n diffAssets: false,\n hooks: {\n postDeploy: ['postDeploy'],\n postDestroy: ['postDestroy'],\n preDeploy: ['preDeploy'],\n preDestroy: ['preDestroy'],\n },\n regions: ['regions'],\n stackUpdateWorkflow: false,\n};",
|
|
5058
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst testCase: cloud_assembly_schema.TestCase = {\n stacks: ['stacks'],\n\n // the properties below are optional\n allowDestroy: ['allowDestroy'],\n assertionStack: 'assertionStack',\n cdkCommandOptions: {\n deploy: {\n args: {\n all: false,\n app: 'app',\n assetMetadata: false,\n caBundlePath: 'caBundlePath',\n changeSetName: 'changeSetName',\n ci: false,\n color: false,\n context: {\n contextKey: 'context',\n },\n debug: false,\n ec2Creds: false,\n exclusively: false,\n execute: false,\n force: false,\n ignoreErrors: false,\n json: false,\n lookups: false,\n notices: false,\n notificationArns: ['notificationArns'],\n output: 'output',\n outputsFile: 'outputsFile',\n parameters: {\n parametersKey: 'parameters',\n },\n pathMetadata: false,\n profile: 'profile',\n proxy: 'proxy',\n requireApproval: cloud_assembly_schema.RequireApproval.NEVER,\n reuseAssets: ['reuseAssets'],\n roleArn: 'roleArn',\n rollback: false,\n stacks: ['stacks'],\n staging: false,\n strict: false,\n toolkitStackName: 'toolkitStackName',\n trace: false,\n usePreviousParameters: false,\n verbose: false,\n versionReporting: false,\n },\n enabled: false,\n expectedMessage: 'expectedMessage',\n expectError: false,\n },\n destroy: {\n args: {\n all: false,\n app: 'app',\n assetMetadata: false,\n caBundlePath: 'caBundlePath',\n color: false,\n context: {\n contextKey: 'context',\n },\n debug: false,\n ec2Creds: false,\n exclusively: false,\n force: false,\n ignoreErrors: false,\n json: false,\n lookups: false,\n notices: false,\n output: 'output',\n pathMetadata: false,\n profile: 'profile',\n proxy: 'proxy',\n roleArn: 'roleArn',\n stacks: ['stacks'],\n staging: false,\n strict: false,\n trace: false,\n verbose: false,\n versionReporting: false,\n },\n enabled: false,\n expectedMessage: 'expectedMessage',\n expectError: false,\n },\n },\n diffAssets: false,\n hooks: {\n postDeploy: ['postDeploy'],\n postDestroy: ['postDestroy'],\n preDeploy: ['preDeploy'],\n preDestroy: ['preDestroy'],\n },\n regions: ['regions'],\n stackUpdateWorkflow: false,\n};",
|
|
5059
5059
|
"custom": {
|
|
5060
5060
|
"exampleMetadata": "fixture=_generated"
|
|
5061
5061
|
}
|
|
@@ -5091,6 +5091,24 @@
|
|
|
5091
5091
|
"kind": "array"
|
|
5092
5092
|
}
|
|
5093
5093
|
}
|
|
5094
|
+
},
|
|
5095
|
+
{
|
|
5096
|
+
"abstract": true,
|
|
5097
|
+
"docs": {
|
|
5098
|
+
"default": "- no assertion stack",
|
|
5099
|
+
"stability": "stable",
|
|
5100
|
+
"summary": "The name of the stack that contains assertions."
|
|
5101
|
+
},
|
|
5102
|
+
"immutable": true,
|
|
5103
|
+
"locationInModule": {
|
|
5104
|
+
"filename": "lib/integ-tests/test-case.ts",
|
|
5105
|
+
"line": 82
|
|
5106
|
+
},
|
|
5107
|
+
"name": "assertionStack",
|
|
5108
|
+
"optional": true,
|
|
5109
|
+
"type": {
|
|
5110
|
+
"primitive": "string"
|
|
5111
|
+
}
|
|
5094
5112
|
}
|
|
5095
5113
|
],
|
|
5096
5114
|
"symbolId": "lib/integ-tests/test-case:TestCase"
|
|
@@ -5409,6 +5427,6 @@
|
|
|
5409
5427
|
"symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
|
|
5410
5428
|
}
|
|
5411
5429
|
},
|
|
5412
|
-
"version": "2.
|
|
5430
|
+
"version": "2.25.0",
|
|
5413
5431
|
"fingerprint": "**********"
|
|
5414
5432
|
}
|