@aws-cdk/cloud-assembly-schema 2.20.0 → 2.22.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.
Files changed (37) hide show
  1. package/.jsii +57 -31
  2. package/.jsii.tabl.json +68 -3
  3. package/.warnings.jsii.js +253 -147
  4. package/NOTICE +0 -17
  5. package/lib/integ-tests/test-case.d.ts +47 -42
  6. package/lib/integ-tests/test-case.js +1 -1
  7. package/lib/manifest.js +57 -8
  8. package/node_modules/lru-cache/LICENSE +1 -1
  9. package/node_modules/lru-cache/README.md +632 -99
  10. package/node_modules/lru-cache/index.js +732 -251
  11. package/node_modules/lru-cache/package.json +17 -7
  12. package/node_modules/semver/README.md +3 -1
  13. package/node_modules/semver/bin/semver.js +17 -8
  14. package/node_modules/semver/classes/comparator.js +3 -2
  15. package/node_modules/semver/classes/index.js +1 -1
  16. package/node_modules/semver/classes/range.js +31 -22
  17. package/node_modules/semver/functions/cmp.js +8 -4
  18. package/node_modules/semver/functions/coerce.js +3 -2
  19. package/node_modules/semver/functions/parse.js +1 -1
  20. package/node_modules/semver/internal/constants.js +2 -2
  21. package/node_modules/semver/internal/identifiers.js +1 -1
  22. package/node_modules/semver/internal/parse-options.js +3 -3
  23. package/node_modules/semver/internal/re.js +3 -3
  24. package/node_modules/semver/package.json +46 -13
  25. package/node_modules/semver/ranges/min-version.js +2 -1
  26. package/node_modules/semver/ranges/outside.js +1 -1
  27. package/node_modules/semver/ranges/simplify.js +15 -12
  28. package/node_modules/semver/ranges/subset.js +53 -31
  29. package/package.json +6 -5
  30. package/schema/cloud-assembly.version.json +1 -1
  31. package/schema/integ.schema.json +1 -1
  32. package/node_modules/semver/CHANGELOG.md +0 -111
  33. package/node_modules/yallist/LICENSE +0 -15
  34. package/node_modules/yallist/README.md +0 -204
  35. package/node_modules/yallist/iterator.js +0 -8
  36. package/node_modules/yallist/package.json +0 -29
  37. package/node_modules/yallist/yallist.js +0 -426
package/.jsii CHANGED
@@ -9,14 +9,14 @@
9
9
  },
10
10
  "bundled": {
11
11
  "jsonschema": "^1.4.0",
12
- "semver": "^7.3.5"
12
+ "semver": "^7.3.6"
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.55.1 (build 07d2d90)",
19
+ "jsiiVersion": "1.57.0 (build f614666)",
20
20
  "keywords": [
21
21
  "aws",
22
22
  "cdk"
@@ -61,7 +61,8 @@
61
61
  },
62
62
  "python": {
63
63
  "classifiers": [
64
- "Framework :: AWS CDK"
64
+ "Framework :: AWS CDK",
65
+ "Framework :: AWS CDK :: 2"
65
66
  ],
66
67
  "distName": "aws-cdk.cloud-assembly-schema",
67
68
  "module": "aws_cdk.cloud_assembly_schema"
@@ -1241,7 +1242,7 @@
1241
1242
  "kind": "interface",
1242
1243
  "locationInModule": {
1243
1244
  "filename": "lib/integ-tests/test-case.ts",
1244
- "line": 115
1245
+ "line": 120
1245
1246
  },
1246
1247
  "name": "CdkCommand",
1247
1248
  "properties": [
@@ -1255,7 +1256,7 @@
1255
1256
  "immutable": true,
1256
1257
  "locationInModule": {
1257
1258
  "filename": "lib/integ-tests/test-case.ts",
1258
- "line": 124
1259
+ "line": 129
1259
1260
  },
1260
1261
  "name": "enabled",
1261
1262
  "optional": true,
@@ -1273,7 +1274,7 @@
1273
1274
  "immutable": true,
1274
1275
  "locationInModule": {
1275
1276
  "filename": "lib/integ-tests/test-case.ts",
1276
- "line": 139
1277
+ "line": 144
1277
1278
  },
1278
1279
  "name": "expectedMessage",
1279
1280
  "optional": true,
@@ -1291,7 +1292,7 @@
1291
1292
  "immutable": true,
1292
1293
  "locationInModule": {
1293
1294
  "filename": "lib/integ-tests/test-case.ts",
1294
- "line": 131
1295
+ "line": 136
1295
1296
  },
1296
1297
  "name": "expectError",
1297
1298
  "optional": true,
@@ -1317,7 +1318,7 @@
1317
1318
  "kind": "interface",
1318
1319
  "locationInModule": {
1319
1320
  "filename": "lib/integ-tests/test-case.ts",
1320
- "line": 172
1321
+ "line": 177
1321
1322
  },
1322
1323
  "name": "CdkCommands",
1323
1324
  "properties": [
@@ -1331,7 +1332,7 @@
1331
1332
  "immutable": true,
1332
1333
  "locationInModule": {
1333
1334
  "filename": "lib/integ-tests/test-case.ts",
1334
- "line": 178
1335
+ "line": 183
1335
1336
  },
1336
1337
  "name": "deploy",
1337
1338
  "optional": true,
@@ -1349,7 +1350,7 @@
1349
1350
  "immutable": true,
1350
1351
  "locationInModule": {
1351
1352
  "filename": "lib/integ-tests/test-case.ts",
1352
- "line": 185
1353
+ "line": 190
1353
1354
  },
1354
1355
  "name": "destroy",
1355
1356
  "optional": true,
@@ -2143,7 +2144,7 @@
2143
2144
  "kind": "interface",
2144
2145
  "locationInModule": {
2145
2146
  "filename": "lib/integ-tests/test-case.ts",
2146
- "line": 145
2147
+ "line": 150
2147
2148
  },
2148
2149
  "name": "DeployCommand",
2149
2150
  "properties": [
@@ -2157,7 +2158,7 @@
2157
2158
  "immutable": true,
2158
2159
  "locationInModule": {
2159
2160
  "filename": "lib/integ-tests/test-case.ts",
2160
- "line": 152
2161
+ "line": 157
2161
2162
  },
2162
2163
  "name": "args",
2163
2164
  "optional": true,
@@ -2462,7 +2463,7 @@
2462
2463
  "kind": "interface",
2463
2464
  "locationInModule": {
2464
2465
  "filename": "lib/integ-tests/test-case.ts",
2465
- "line": 158
2466
+ "line": 163
2466
2467
  },
2467
2468
  "name": "DestroyCommand",
2468
2469
  "properties": [
@@ -2476,7 +2477,7 @@
2476
2477
  "immutable": true,
2477
2478
  "locationInModule": {
2478
2479
  "filename": "lib/integ-tests/test-case.ts",
2479
- "line": 165
2480
+ "line": 170
2480
2481
  },
2481
2482
  "name": "args",
2482
2483
  "optional": true,
@@ -3276,7 +3277,7 @@
3276
3277
  "kind": "interface",
3277
3278
  "locationInModule": {
3278
3279
  "filename": "lib/integ-tests/test-case.ts",
3279
- "line": 77
3280
+ "line": 82
3280
3281
  },
3281
3282
  "name": "Hooks",
3282
3283
  "properties": [
@@ -3290,7 +3291,7 @@
3290
3291
  "immutable": true,
3291
3292
  "locationInModule": {
3292
3293
  "filename": "lib/integ-tests/test-case.ts",
3293
- "line": 92
3294
+ "line": 97
3294
3295
  },
3295
3296
  "name": "postDeploy",
3296
3297
  "optional": true,
@@ -3313,7 +3314,7 @@
3313
3314
  "immutable": true,
3314
3315
  "locationInModule": {
3315
3316
  "filename": "lib/integ-tests/test-case.ts",
3316
- "line": 108
3317
+ "line": 113
3317
3318
  },
3318
3319
  "name": "postDestroy",
3319
3320
  "optional": true,
@@ -3336,7 +3337,7 @@
3336
3337
  "immutable": true,
3337
3338
  "locationInModule": {
3338
3339
  "filename": "lib/integ-tests/test-case.ts",
3339
- "line": 84
3340
+ "line": 89
3340
3341
  },
3341
3342
  "name": "preDeploy",
3342
3343
  "optional": true,
@@ -3359,7 +3360,7 @@
3359
3360
  "immutable": true,
3360
3361
  "locationInModule": {
3361
3362
  "filename": "lib/integ-tests/test-case.ts",
3362
- "line": 100
3363
+ "line": 105
3363
3364
  },
3364
3365
  "name": "preDestroy",
3365
3366
  "optional": true,
@@ -5029,17 +5030,20 @@
5029
5030
  "datatype": true,
5030
5031
  "docs": {
5031
5032
  "stability": "stable",
5032
- "summary": "Represents an integration test test case.",
5033
+ "summary": "Represents an integration test case.",
5033
5034
  "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};",
5034
5035
  "custom": {
5035
5036
  "exampleMetadata": "fixture=_generated"
5036
5037
  }
5037
5038
  },
5038
5039
  "fqn": "@aws-cdk/cloud-assembly-schema.TestCase",
5040
+ "interfaces": [
5041
+ "@aws-cdk/cloud-assembly-schema.TestOptions"
5042
+ ],
5039
5043
  "kind": "interface",
5040
5044
  "locationInModule": {
5041
5045
  "filename": "lib/integ-tests/test-case.ts",
5042
- "line": 6
5046
+ "line": 68
5043
5047
  },
5044
5048
  "name": "TestCase",
5045
5049
  "properties": [
@@ -5052,7 +5056,7 @@
5052
5056
  "immutable": true,
5053
5057
  "locationInModule": {
5054
5058
  "filename": "lib/integ-tests/test-case.ts",
5055
- "line": 13
5059
+ "line": 75
5056
5060
  },
5057
5061
  "name": "stacks",
5058
5062
  "type": {
@@ -5063,7 +5067,29 @@
5063
5067
  "kind": "array"
5064
5068
  }
5065
5069
  }
5066
- },
5070
+ }
5071
+ ],
5072
+ "symbolId": "lib/integ-tests/test-case:TestCase"
5073
+ },
5074
+ "@aws-cdk/cloud-assembly-schema.TestOptions": {
5075
+ "assembly": "@aws-cdk/cloud-assembly-schema",
5076
+ "datatype": true,
5077
+ "docs": {
5078
+ "stability": "stable",
5079
+ "summary": "The set of options to control the workflow of the test runner.",
5080
+ "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 testOptions: cloud_assembly_schema.TestOptions = {\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};",
5081
+ "custom": {
5082
+ "exampleMetadata": "fixture=_generated"
5083
+ }
5084
+ },
5085
+ "fqn": "@aws-cdk/cloud-assembly-schema.TestOptions",
5086
+ "kind": "interface",
5087
+ "locationInModule": {
5088
+ "filename": "lib/integ-tests/test-case.ts",
5089
+ "line": 6
5090
+ },
5091
+ "name": "TestOptions",
5092
+ "properties": [
5067
5093
  {
5068
5094
  "abstract": true,
5069
5095
  "docs": {
@@ -5075,7 +5101,7 @@
5075
5101
  "immutable": true,
5076
5102
  "locationInModule": {
5077
5103
  "filename": "lib/integ-tests/test-case.ts",
5078
- "line": 63
5104
+ "line": 55
5079
5105
  },
5080
5106
  "name": "allowDestroy",
5081
5107
  "optional": true,
@@ -5098,7 +5124,7 @@
5098
5124
  "immutable": true,
5099
5125
  "locationInModule": {
5100
5126
  "filename": "lib/integ-tests/test-case.ts",
5101
- "line": 29
5127
+ "line": 21
5102
5128
  },
5103
5129
  "name": "cdkCommandOptions",
5104
5130
  "optional": true,
@@ -5117,7 +5143,7 @@
5117
5143
  "immutable": true,
5118
5144
  "locationInModule": {
5119
5145
  "filename": "lib/integ-tests/test-case.ts",
5120
- "line": 48
5146
+ "line": 40
5121
5147
  },
5122
5148
  "name": "diffAssets",
5123
5149
  "optional": true,
@@ -5136,7 +5162,7 @@
5136
5162
  "immutable": true,
5137
5163
  "locationInModule": {
5138
5164
  "filename": "lib/integ-tests/test-case.ts",
5139
- "line": 38
5165
+ "line": 30
5140
5166
  },
5141
5167
  "name": "hooks",
5142
5168
  "optional": true,
@@ -5154,7 +5180,7 @@
5154
5180
  "immutable": true,
5155
5181
  "locationInModule": {
5156
5182
  "filename": "lib/integ-tests/test-case.ts",
5157
- "line": 70
5183
+ "line": 62
5158
5184
  },
5159
5185
  "name": "regions",
5160
5186
  "optional": true,
@@ -5177,7 +5203,7 @@
5177
5203
  "immutable": true,
5178
5204
  "locationInModule": {
5179
5205
  "filename": "lib/integ-tests/test-case.ts",
5180
- "line": 22
5206
+ "line": 14
5181
5207
  },
5182
5208
  "name": "stackUpdateWorkflow",
5183
5209
  "optional": true,
@@ -5186,7 +5212,7 @@
5186
5212
  }
5187
5213
  }
5188
5214
  ],
5189
- "symbolId": "lib/integ-tests/test-case:TestCase"
5215
+ "symbolId": "lib/integ-tests/test-case:TestOptions"
5190
5216
  },
5191
5217
  "@aws-cdk/cloud-assembly-schema.TreeArtifactProperties": {
5192
5218
  "assembly": "@aws-cdk/cloud-assembly-schema",
@@ -5359,6 +5385,6 @@
5359
5385
  "symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
5360
5386
  }
5361
5387
  },
5362
- "version": "2.20.0",
5388
+ "version": "2.22.0",
5363
5389
  "fingerprint": "**********"
5364
5390
  }
package/.jsii.tabl.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "2",
3
- "toolVersion": "1.55.1",
3
+ "toolVersion": "1.57.0",
4
4
  "snippets": {
5
5
  "cecc4b6be0cf4accc3e46f1670579b731439bd3e3b6efffdbd431eb0130d724c": {
6
6
  "translations": {
@@ -1602,7 +1602,7 @@
1602
1602
  "281": 89,
1603
1603
  "290": 1
1604
1604
  },
1605
- "fqnsFingerprint": "e1becec3203368d44715cf295af851076f18da455d2125b7c016bab07c348c5d"
1605
+ "fqnsFingerprint": "bcc337f30444939a473d200590b177697681554c69d3e17af159f8f7d8fe3033"
1606
1606
  },
1607
1607
  "ace2c0f8cefd8405e123e856adc09df724751fa6d2d4aaee28f73a730ea65155": {
1608
1608
  "translations": {
@@ -2390,7 +2390,72 @@
2390
2390
  "281": 85,
2391
2391
  "290": 1
2392
2392
  },
2393
- "fqnsFingerprint": "50cb8d8302da215926fd5c80e426c85c84cdaa16445db406fbbc81d99948ed41"
2393
+ "fqnsFingerprint": "7a4a65ed03956d821ae63c3132877ac35f7f81c79c4975a4e678860f078cbb91"
2394
+ },
2395
+ "2f3dd325771b352930f14f196545716d8018a2fcbf0b9d9a3f3dc0dc5d3e5f6c": {
2396
+ "translations": {
2397
+ "python": {
2398
+ "source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\ntest_options = cloud_assembly_schema.TestOptions(\n allow_destroy=[\"allowDestroy\"],\n cdk_command_options=cloud_assembly_schema.CdkCommands(\n deploy=cloud_assembly_schema.DeployCommand(\n args=cloud_assembly_schema.DeployOptions(\n all=False,\n app=\"app\",\n asset_metadata=False,\n ca_bundle_path=\"caBundlePath\",\n change_set_name=\"changeSetName\",\n ci=False,\n color=False,\n context={\n \"context_key\": \"context\"\n },\n debug=False,\n ec2_creds=False,\n exclusively=False,\n execute=False,\n force=False,\n ignore_errors=False,\n json=False,\n lookups=False,\n notices=False,\n notification_arns=[\"notificationArns\"],\n output=\"output\",\n outputs_file=\"outputsFile\",\n parameters={\n \"parameters_key\": \"parameters\"\n },\n path_metadata=False,\n profile=\"profile\",\n proxy=\"proxy\",\n require_approval=cloud_assembly_schema.RequireApproval.NEVER,\n reuse_assets=[\"reuseAssets\"],\n role_arn=\"roleArn\",\n rollback=False,\n stacks=[\"stacks\"],\n staging=False,\n strict=False,\n toolkit_stack_name=\"toolkitStackName\",\n trace=False,\n use_previous_parameters=False,\n verbose=False,\n version_reporting=False\n ),\n enabled=False,\n expected_message=\"expectedMessage\",\n expect_error=False\n ),\n destroy=cloud_assembly_schema.DestroyCommand(\n args=cloud_assembly_schema.DestroyOptions(\n all=False,\n app=\"app\",\n asset_metadata=False,\n ca_bundle_path=\"caBundlePath\",\n color=False,\n context={\n \"context_key\": \"context\"\n },\n debug=False,\n ec2_creds=False,\n exclusively=False,\n force=False,\n ignore_errors=False,\n json=False,\n lookups=False,\n notices=False,\n output=\"output\",\n path_metadata=False,\n profile=\"profile\",\n proxy=\"proxy\",\n role_arn=\"roleArn\",\n stacks=[\"stacks\"],\n staging=False,\n strict=False,\n trace=False,\n verbose=False,\n version_reporting=False\n ),\n enabled=False,\n expected_message=\"expectedMessage\",\n expect_error=False\n )\n ),\n diff_assets=False,\n hooks=cloud_assembly_schema.Hooks(\n post_deploy=[\"postDeploy\"],\n post_destroy=[\"postDestroy\"],\n pre_deploy=[\"preDeploy\"],\n pre_destroy=[\"preDestroy\"]\n ),\n regions=[\"regions\"],\n stack_update_workflow=False\n)",
2399
+ "version": "2"
2400
+ },
2401
+ "csharp": {
2402
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nTestOptions testOptions = new TestOptions {\n AllowDestroy = new [] { \"allowDestroy\" },\n CdkCommandOptions = new CdkCommands {\n Deploy = new DeployCommand {\n Args = new DeployOptions {\n All = false,\n App = \"app\",\n AssetMetadata = false,\n CaBundlePath = \"caBundlePath\",\n ChangeSetName = \"changeSetName\",\n Ci = false,\n Color = false,\n Context = new Dictionary<string, string> {\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 = new [] { \"notificationArns\" },\n Output = \"output\",\n OutputsFile = \"outputsFile\",\n Parameters = new Dictionary<string, string> {\n { \"parametersKey\", \"parameters\" }\n },\n PathMetadata = false,\n Profile = \"profile\",\n Proxy = \"proxy\",\n RequireApproval = RequireApproval.NEVER,\n ReuseAssets = new [] { \"reuseAssets\" },\n RoleArn = \"roleArn\",\n Rollback = false,\n Stacks = new [] { \"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 = new DestroyCommand {\n Args = new DestroyOptions {\n All = false,\n App = \"app\",\n AssetMetadata = false,\n CaBundlePath = \"caBundlePath\",\n Color = false,\n Context = new Dictionary<string, string> {\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 = new [] { \"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 = new Hooks {\n PostDeploy = new [] { \"postDeploy\" },\n PostDestroy = new [] { \"postDestroy\" },\n PreDeploy = new [] { \"preDeploy\" },\n PreDestroy = new [] { \"preDestroy\" }\n },\n Regions = new [] { \"regions\" },\n StackUpdateWorkflow = false\n};",
2403
+ "version": "1"
2404
+ },
2405
+ "java": {
2406
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.cloudassembly.schema.*;\n\nTestOptions testOptions = TestOptions.builder()\n .allowDestroy(List.of(\"allowDestroy\"))\n .cdkCommandOptions(CdkCommands.builder()\n .deploy(DeployCommand.builder()\n .args(DeployOptions.builder()\n .all(false)\n .app(\"app\")\n .assetMetadata(false)\n .caBundlePath(\"caBundlePath\")\n .changeSetName(\"changeSetName\")\n .ci(false)\n .color(false)\n .context(Map.of(\n \"contextKey\", \"context\"))\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(List.of(\"notificationArns\"))\n .output(\"output\")\n .outputsFile(\"outputsFile\")\n .parameters(Map.of(\n \"parametersKey\", \"parameters\"))\n .pathMetadata(false)\n .profile(\"profile\")\n .proxy(\"proxy\")\n .requireApproval(RequireApproval.NEVER)\n .reuseAssets(List.of(\"reuseAssets\"))\n .roleArn(\"roleArn\")\n .rollback(false)\n .stacks(List.of(\"stacks\"))\n .staging(false)\n .strict(false)\n .toolkitStackName(\"toolkitStackName\")\n .trace(false)\n .usePreviousParameters(false)\n .verbose(false)\n .versionReporting(false)\n .build())\n .enabled(false)\n .expectedMessage(\"expectedMessage\")\n .expectError(false)\n .build())\n .destroy(DestroyCommand.builder()\n .args(DestroyOptions.builder()\n .all(false)\n .app(\"app\")\n .assetMetadata(false)\n .caBundlePath(\"caBundlePath\")\n .color(false)\n .context(Map.of(\n \"contextKey\", \"context\"))\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(List.of(\"stacks\"))\n .staging(false)\n .strict(false)\n .trace(false)\n .verbose(false)\n .versionReporting(false)\n .build())\n .enabled(false)\n .expectedMessage(\"expectedMessage\")\n .expectError(false)\n .build())\n .build())\n .diffAssets(false)\n .hooks(Hooks.builder()\n .postDeploy(List.of(\"postDeploy\"))\n .postDestroy(List.of(\"postDestroy\"))\n .preDeploy(List.of(\"preDeploy\"))\n .preDestroy(List.of(\"preDestroy\"))\n .build())\n .regions(List.of(\"regions\"))\n .stackUpdateWorkflow(false)\n .build();",
2407
+ "version": "1"
2408
+ },
2409
+ "go": {
2410
+ "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\ntestOptions := &testOptions{\n\tallowDestroy: []*string{\n\t\tjsii.String(\"allowDestroy\"),\n\t},\n\tcdkCommandOptions: &cdkCommands{\n\t\tdeploy: &deployCommand{\n\t\t\targs: &deployOptions{\n\t\t\t\tall: jsii.Boolean(false),\n\t\t\t\tapp: jsii.String(\"app\"),\n\t\t\t\tassetMetadata: jsii.Boolean(false),\n\t\t\t\tcaBundlePath: jsii.String(\"caBundlePath\"),\n\t\t\t\tchangeSetName: jsii.String(\"changeSetName\"),\n\t\t\t\tci: jsii.Boolean(false),\n\t\t\t\tcolor: jsii.Boolean(false),\n\t\t\t\tcontext: map[string]*string{\n\t\t\t\t\t\"contextKey\": jsii.String(\"context\"),\n\t\t\t\t},\n\t\t\t\tdebug: jsii.Boolean(false),\n\t\t\t\tec2Creds: jsii.Boolean(false),\n\t\t\t\texclusively: jsii.Boolean(false),\n\t\t\t\texecute: jsii.Boolean(false),\n\t\t\t\tforce: jsii.Boolean(false),\n\t\t\t\tignoreErrors: jsii.Boolean(false),\n\t\t\t\tjson: jsii.Boolean(false),\n\t\t\t\tlookups: jsii.Boolean(false),\n\t\t\t\tnotices: jsii.Boolean(false),\n\t\t\t\tnotificationArns: []*string{\n\t\t\t\t\tjsii.String(\"notificationArns\"),\n\t\t\t\t},\n\t\t\t\toutput: jsii.String(\"output\"),\n\t\t\t\toutputsFile: jsii.String(\"outputsFile\"),\n\t\t\t\tparameters: map[string]*string{\n\t\t\t\t\t\"parametersKey\": jsii.String(\"parameters\"),\n\t\t\t\t},\n\t\t\t\tpathMetadata: jsii.Boolean(false),\n\t\t\t\tprofile: jsii.String(\"profile\"),\n\t\t\t\tproxy: jsii.String(\"proxy\"),\n\t\t\t\trequireApproval: cloud_assembly_schema.requireApproval_NEVER,\n\t\t\t\treuseAssets: []*string{\n\t\t\t\t\tjsii.String(\"reuseAssets\"),\n\t\t\t\t},\n\t\t\t\troleArn: jsii.String(\"roleArn\"),\n\t\t\t\trollback: jsii.Boolean(false),\n\t\t\t\tstacks: []*string{\n\t\t\t\t\tjsii.String(\"stacks\"),\n\t\t\t\t},\n\t\t\t\tstaging: jsii.Boolean(false),\n\t\t\t\tstrict: jsii.Boolean(false),\n\t\t\t\ttoolkitStackName: jsii.String(\"toolkitStackName\"),\n\t\t\t\ttrace: jsii.Boolean(false),\n\t\t\t\tusePreviousParameters: jsii.Boolean(false),\n\t\t\t\tverbose: jsii.Boolean(false),\n\t\t\t\tversionReporting: jsii.Boolean(false),\n\t\t\t},\n\t\t\tenabled: jsii.Boolean(false),\n\t\t\texpectedMessage: jsii.String(\"expectedMessage\"),\n\t\t\texpectError: jsii.Boolean(false),\n\t\t},\n\t\tdestroy: &destroyCommand{\n\t\t\targs: &destroyOptions{\n\t\t\t\tall: jsii.Boolean(false),\n\t\t\t\tapp: jsii.String(\"app\"),\n\t\t\t\tassetMetadata: jsii.Boolean(false),\n\t\t\t\tcaBundlePath: jsii.String(\"caBundlePath\"),\n\t\t\t\tcolor: jsii.Boolean(false),\n\t\t\t\tcontext: map[string]*string{\n\t\t\t\t\t\"contextKey\": jsii.String(\"context\"),\n\t\t\t\t},\n\t\t\t\tdebug: jsii.Boolean(false),\n\t\t\t\tec2Creds: jsii.Boolean(false),\n\t\t\t\texclusively: jsii.Boolean(false),\n\t\t\t\tforce: jsii.Boolean(false),\n\t\t\t\tignoreErrors: jsii.Boolean(false),\n\t\t\t\tjson: jsii.Boolean(false),\n\t\t\t\tlookups: jsii.Boolean(false),\n\t\t\t\tnotices: jsii.Boolean(false),\n\t\t\t\toutput: jsii.String(\"output\"),\n\t\t\t\tpathMetadata: jsii.Boolean(false),\n\t\t\t\tprofile: jsii.String(\"profile\"),\n\t\t\t\tproxy: jsii.String(\"proxy\"),\n\t\t\t\troleArn: jsii.String(\"roleArn\"),\n\t\t\t\tstacks: []*string{\n\t\t\t\t\tjsii.String(\"stacks\"),\n\t\t\t\t},\n\t\t\t\tstaging: jsii.Boolean(false),\n\t\t\t\tstrict: jsii.Boolean(false),\n\t\t\t\ttrace: jsii.Boolean(false),\n\t\t\t\tverbose: jsii.Boolean(false),\n\t\t\t\tversionReporting: jsii.Boolean(false),\n\t\t\t},\n\t\t\tenabled: jsii.Boolean(false),\n\t\t\texpectedMessage: jsii.String(\"expectedMessage\"),\n\t\t\texpectError: jsii.Boolean(false),\n\t\t},\n\t},\n\tdiffAssets: jsii.Boolean(false),\n\thooks: &hooks{\n\t\tpostDeploy: []*string{\n\t\t\tjsii.String(\"postDeploy\"),\n\t\t},\n\t\tpostDestroy: []*string{\n\t\t\tjsii.String(\"postDestroy\"),\n\t\t},\n\t\tpreDeploy: []*string{\n\t\t\tjsii.String(\"preDeploy\"),\n\t\t},\n\t\tpreDestroy: []*string{\n\t\t\tjsii.String(\"preDestroy\"),\n\t\t},\n\t},\n\tregions: []*string{\n\t\tjsii.String(\"regions\"),\n\t},\n\tstackUpdateWorkflow: jsii.Boolean(false),\n}",
2411
+ "version": "1"
2412
+ },
2413
+ "$": {
2414
+ "source": "// 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 testOptions: cloud_assembly_schema.TestOptions = {\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};",
2415
+ "version": "0"
2416
+ }
2417
+ },
2418
+ "location": {
2419
+ "api": {
2420
+ "api": "type",
2421
+ "fqn": "@aws-cdk/cloud-assembly-schema.TestOptions"
2422
+ },
2423
+ "field": {
2424
+ "field": "example"
2425
+ }
2426
+ },
2427
+ "didCompile": true,
2428
+ "fqnsReferenced": [
2429
+ "@aws-cdk/cloud-assembly-schema.CdkCommands",
2430
+ "@aws-cdk/cloud-assembly-schema.DeployCommand",
2431
+ "@aws-cdk/cloud-assembly-schema.DeployOptions",
2432
+ "@aws-cdk/cloud-assembly-schema.DestroyCommand",
2433
+ "@aws-cdk/cloud-assembly-schema.DestroyOptions",
2434
+ "@aws-cdk/cloud-assembly-schema.Hooks",
2435
+ "@aws-cdk/cloud-assembly-schema.RequireApproval",
2436
+ "@aws-cdk/cloud-assembly-schema.RequireApproval#NEVER",
2437
+ "@aws-cdk/cloud-assembly-schema.TestOptions"
2438
+ ],
2439
+ "fullSource": "// Hoisted imports begin after !show marker below\n/// !show\n// 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';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst testOptions: cloud_assembly_schema.TestOptions = {\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/// !hide\n// Code snippet ended before !hide marker above\n} }",
2440
+ "syntaxKindCounter": {
2441
+ "10": 31,
2442
+ "75": 91,
2443
+ "91": 44,
2444
+ "153": 1,
2445
+ "169": 1,
2446
+ "192": 10,
2447
+ "193": 10,
2448
+ "194": 2,
2449
+ "225": 1,
2450
+ "242": 1,
2451
+ "243": 1,
2452
+ "254": 1,
2453
+ "255": 1,
2454
+ "256": 1,
2455
+ "281": 84,
2456
+ "290": 1
2457
+ },
2458
+ "fqnsFingerprint": "2b670620b6bd6bf18bef714178abeb6b1c2c4165bfbfa9443f3340843969c643"
2394
2459
  },
2395
2460
  "ea1bc4f88d5cfeea825e5d51c026f05a15345d5c410859f91aae9efe2897813a": {
2396
2461
  "translations": {