@aws-cdk/cloud-assembly-schema 45.1.0 → 48.0.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 +4 -4
- package/.jsii.tabl.json +1 -1
- package/cli-version.json +1 -1
- package/lib/integ-tests/schema.d.ts +1 -1
- package/lib/integ-tests/schema.js +1 -1
- package/lib/manifest.js +1 -1
- package/package.json +4 -4
- package/schema/integ.schema.json +1 -1
- package/schema/version.json +3 -2
package/.jsii
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"stability": "stable"
|
|
17
17
|
},
|
|
18
18
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
19
|
-
"jsiiVersion": "5.
|
|
19
|
+
"jsiiVersion": "5.8.15 (build af1b019)",
|
|
20
20
|
"keywords": [
|
|
21
21
|
"aws",
|
|
22
22
|
"cdk"
|
|
@@ -4331,7 +4331,7 @@
|
|
|
4331
4331
|
"abstract": true,
|
|
4332
4332
|
"docs": {
|
|
4333
4333
|
"default": "false",
|
|
4334
|
-
"remarks": "If lookups are enabled\nthen `stackUpdateWorkflow` must be set to false.\nLookups should only be enabled when you are
|
|
4334
|
+
"remarks": "If lookups are enabled\nthen `stackUpdateWorkflow` must be set to false.\nLookups should only be enabled when you are explicitly testing\nlookups.",
|
|
4335
4335
|
"stability": "stable",
|
|
4336
4336
|
"summary": "Enable lookups for this test."
|
|
4337
4337
|
},
|
|
@@ -5926,6 +5926,6 @@
|
|
|
5926
5926
|
"symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
|
|
5927
5927
|
}
|
|
5928
5928
|
},
|
|
5929
|
-
"version": "
|
|
5930
|
-
"fingerprint": "
|
|
5929
|
+
"version": "48.0.0",
|
|
5930
|
+
"fingerprint": "YOjOD4vZx73aZK3qI7BU1qXtkOPeg5aUxbyr66ndmic="
|
|
5931
5931
|
}
|
package/.jsii.tabl.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"2","toolVersion":"5.6.20","snippets":{"33a997f3b80c5a7b85d876d8c34171c602c0cab4ef93ece45859e3c7119441ac":{"translations":{"python":{"source":"from aws_cdk.cloud_assembly_schema import CcApiContextQuery\n\n\nx = CcApiContextQuery(\n type_name=\"AWS::Some::Type\",\n expected_match_count=\"exactly-one\",\n properties_to_return=[\"SomeProp\"],\n account=\"11111111111\",\n region=\"us-east-1\"\n)","version":"2"},"csharp":{"source":"using Amazon.CDK.CloudAssembly.Schema;\n\n\nvar x = new CcApiContextQuery {\n TypeName = \"AWS::Some::Type\",\n ExpectedMatchCount = \"exactly-one\",\n PropertiesToReturn = new [] { \"SomeProp\" },\n Account = \"11111111111\",\n Region = \"us-east-1\"\n};","version":"1"},"java":{"source":"import software.amazon.awscdk.cloudassembly.schema.CcApiContextQuery;\n\n\nCcApiContextQuery x = CcApiContextQuery.builder()\n .typeName(\"AWS::Some::Type\")\n .expectedMatchCount(\"exactly-one\")\n .propertiesToReturn(List.of(\"SomeProp\"))\n .account(\"11111111111\")\n .region(\"us-east-1\")\n .build();","version":"1"},"go":{"source":"import \"github.com/cdklabs/cloud-assembly-schema-go/awscdkcloudassemblyschema\"\n\n\nx := &CcApiContextQuery{\n\tTypeName: jsii.String(\"AWS::Some::Type\"),\n\tExpectedMatchCount: jsii.String(\"exactly-one\"),\n\tPropertiesToReturn: []*string{\n\t\tjsii.String(\"SomeProp\"),\n\t},\n\tAccount: jsii.String(\"11111111111\"),\n\tRegion: jsii.String(\"us-east-1\"),\n}","version":"1"},"$":{"source":"import { CcApiContextQuery } from '@aws-cdk/cloud-assembly-schema';\n\nconst x: CcApiContextQuery = {\n typeName: 'AWS::Some::Type',\n expectedMatchCount: 'exactly-one',\n propertiesToReturn: ['SomeProp'],\n account: '11111111111',\n region: 'us-east-1',\n};","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/cloud-assembly-schema.CcApiContextQuery"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/cloud-assembly-schema.CcApiContextQuery"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\nimport { CcApiContextQuery } from '@aws-cdk/cloud-assembly-schema';\n/// !hide\n// Hoisted imports ended before !hide marker above\n// Fixture intentionally empty\n\n// Code snippet begins after !show marker below\n/// !show\n\n\nconst x: CcApiContextQuery = {\n typeName: 'AWS::Some::Type',\n expectedMatchCount: 'exactly-one',\n propertiesToReturn: ['SomeProp'],\n account: '11111111111',\n region: 'us-east-1',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n","syntaxKindCounter":{"11":6,"80":8,"183":1,"209":1,"210":1,"243":1,"260":1,"261":1,"272":1,"273":1,"275":1,"276":1,"303":5,"307":1},"fqnsFingerprint":"f5f66a2137c7e3039ff9787fb4c05a533e42ab9052cd67e5fdfc69454e9bcfe4"},"ed50ccafc79acf82c002383b64b4a7674dd3fb7feced40b7886b0ea45d7a2f53":{"translations":{"python":{"source":"\"registry\"","version":"2"},"csharp":{"source":"\"registry\";","version":"1"},"java":{"source":"\"registry\";","version":"1"},"go":{"source":"\"registry\"","version":"1"},"$":{"source":"'registry'","version":"0"}},"location":{"api":{"api":"member","fqn":"@aws-cdk/cloud-assembly-schema.ContainerImageAssetCacheOption","memberName":"type"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":[],"fullSource":"// Fixture intentionally empty\n\n// Code snippet begins after !show marker below\n/// !show\n'registry'\n/// !hide\n// Code snippet ended before !hide marker above\n","syntaxKindCounter":{"11":1,"244":1,"307":1},"fqnsFingerprint":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"},"74f6e3d3bc59ec8004507cb82fdf5644924846e87e5d795dc7dec654f80ecfa8":{"translations":{"python":{"source":"# branch: str\n\n\nparams = {\n \"ref\": f\"12345678.dkr.ecr.us-west-2.amazonaws.com/cache:{branch}\",\n \"mode\": \"max\"\n}","version":"2"},"csharp":{"source":"string branch;\n\n\nIDictionary<string, object> params = new Dictionary<string, object> {\n { \"ref\", $\"12345678.dkr.ecr.us-west-2.amazonaws.com/cache:{branch}\" },\n { \"mode\", \"max\" }\n};","version":"1"},"java":{"source":"String branch;\n\n\nMap<String, Object> params = Map.of(\n \"ref\", String.format(\"12345678.dkr.ecr.us-west-2.amazonaws.com/cache:%s\", branch),\n \"mode\", \"max\");","version":"1"},"go":{"source":"var branch string\n\n\nparams := map[string]interface{}{\n\t\"ref\": fmt.Sprintf(\"12345678.dkr.ecr.us-west-2.amazonaws.com/cache:%v\", branch),\n\t\"mode\": jsii.String(\"max\"),\n}","version":"1"},"$":{"source":"declare const branch: string;\n\nconst params = {\n ref: `12345678.dkr.ecr.us-west-2.amazonaws.com/cache:${branch}`,\n mode: \"max\",\n};","version":"0"}},"location":{"api":{"api":"member","fqn":"@aws-cdk/cloud-assembly-schema.ContainerImageAssetCacheOption","memberName":"params"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":[],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\ndeclare const branch: string;\n/// !hide\n// Hoisted imports ended before !hide marker above\n// Fixture intentionally empty\n\n// Code snippet begins after !show marker below\n/// !show\n\n\nconst params = {\n ref: `12345678.dkr.ecr.us-west-2.amazonaws.com/cache:${branch}`,\n mode: \"max\",\n};\n/// !hide\n// Code snippet ended before !hide marker above\n","syntaxKindCounter":{"11":1,"16":1,"18":1,"80":5,"138":1,"154":1,"210":1,"228":1,"239":1,"243":2,"260":2,"261":2,"303":2,"307":1},"fqnsFingerprint":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"},"5abfd7af60ba3b85920714aeeadeb2c1e4082c4d0ded3511ee41a643079af611":{"translations":{"python":{"source":"entry = {\n \"packaging\": \"container-image\",\n \"repository_name\": \"repository-name\",\n \"image_tag\": \"tag\"\n}","version":"2"},"csharp":{"source":"IDictionary<string, string> entry = new Dictionary<string, string> {\n { \"packaging\", \"container-image\" },\n { \"repositoryName\", \"repository-name\" },\n { \"imageTag\", \"tag\" }\n};","version":"1"},"java":{"source":"Map<String, String> entry = Map.of(\n \"packaging\", \"container-image\",\n \"repositoryName\", \"repository-name\",\n \"imageTag\", \"tag\");","version":"1"},"go":{"source":"entry := map[string]*string{\n\t\"packaging\": jsii.String(\"container-image\"),\n\t\"repositoryName\": jsii.String(\"repository-name\"),\n\t\"imageTag\": jsii.String(\"tag\"),\n}","version":"1"},"$":{"source":"const entry = {\n packaging: 'container-image',\n repositoryName: 'repository-name',\n imageTag: 'tag',\n}","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/cloud-assembly-schema.ContainerImageAssetMetadataEntry"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":[],"fullSource":"// Fixture intentionally empty\n\n// Code snippet begins after !show marker below\n/// !show\nconst entry = {\n packaging: 'container-image',\n repositoryName: 'repository-name',\n imageTag: 'tag',\n}\n/// !hide\n// Code snippet ended before !hide marker above\n","syntaxKindCounter":{"11":3,"80":4,"210":1,"243":1,"260":1,"261":1,"303":3,"307":1},"fqnsFingerprint":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"},"8ca73f17168cfe977e2e7f7d640aea4e78b5dc022a16bf4e187251525ec88255":{"translations":{"python":{"source":"\"registry\"","version":"2"},"csharp":{"source":"\"registry\";","version":"1"},"java":{"source":"\"registry\";","version":"1"},"go":{"source":"\"registry\"","version":"1"},"$":{"source":"'registry'","version":"0"}},"location":{"api":{"api":"member","fqn":"@aws-cdk/cloud-assembly-schema.DockerCacheOption","memberName":"type"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":[],"fullSource":"// Fixture intentionally empty\n\n// Code snippet begins after !show marker below\n/// !show\n'registry'\n/// !hide\n// Code snippet ended before !hide marker above\n","syntaxKindCounter":{"11":1,"244":1,"307":1},"fqnsFingerprint":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"},"089525294f3dfb3bb6d7687a2ebd219fc6d219c96d08c082e3e3c9a5a39f04bc":{"translations":{"python":{"source":"# branch: str\n\n\nparams = {\n \"ref\": f\"12345678.dkr.ecr.us-west-2.amazonaws.com/cache:{branch}\",\n \"mode\": \"max\"\n}","version":"2"},"csharp":{"source":"string branch;\n\n\nIDictionary<string, object> params = new Dictionary<string, object> {\n { \"ref\", $\"12345678.dkr.ecr.us-west-2.amazonaws.com/cache:{branch}\" },\n { \"mode\", \"max\" }\n};","version":"1"},"java":{"source":"String branch;\n\n\nMap<String, Object> params = Map.of(\n \"ref\", String.format(\"12345678.dkr.ecr.us-west-2.amazonaws.com/cache:%s\", branch),\n \"mode\", \"max\");","version":"1"},"go":{"source":"var branch string\n\n\nparams := map[string]interface{}{\n\t\"ref\": fmt.Sprintf(\"12345678.dkr.ecr.us-west-2.amazonaws.com/cache:%v\", branch),\n\t\"mode\": jsii.String(\"max\"),\n}","version":"1"},"$":{"source":"declare const branch: string;\n\nconst params = {\n ref: `12345678.dkr.ecr.us-west-2.amazonaws.com/cache:${branch}`,\n mode: \"max\",\n};","version":"0"}},"location":{"api":{"api":"member","fqn":"@aws-cdk/cloud-assembly-schema.DockerCacheOption","memberName":"params"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":[],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\ndeclare const branch: string;\n/// !hide\n// Hoisted imports ended before !hide marker above\n// Fixture intentionally empty\n\n// Code snippet begins after !show marker below\n/// !show\n\n\nconst params = {\n ref: `12345678.dkr.ecr.us-west-2.amazonaws.com/cache:${branch}`,\n mode: \"max\",\n};\n/// !hide\n// Code snippet ended before !hide marker above\n","syntaxKindCounter":{"11":1,"16":1,"18":1,"80":5,"138":1,"154":1,"210":1,"228":1,"239":1,"243":2,"260":2,"261":2,"303":2,"307":1},"fqnsFingerprint":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"},"82a0fc5ca89d11e2a7e67427d70fec66670ed3a10a83efa087f4b2df94d6be57":{"translations":{"python":{"source":"entry = {\n \"packaging\": \"file\",\n \"s3_bucket_parameter\": \"bucket-parameter\",\n \"s3_key_paramenter\": \"key-parameter\",\n \"artifact_hash_parameter\": \"hash-parameter\"\n}","version":"2"},"csharp":{"source":"IDictionary<string, string> entry = new Dictionary<string, string> {\n { \"packaging\", \"file\" },\n { \"s3BucketParameter\", \"bucket-parameter\" },\n { \"s3KeyParamenter\", \"key-parameter\" },\n { \"artifactHashParameter\", \"hash-parameter\" }\n};","version":"1"},"java":{"source":"Map<String, String> entry = Map.of(\n \"packaging\", \"file\",\n \"s3BucketParameter\", \"bucket-parameter\",\n \"s3KeyParamenter\", \"key-parameter\",\n \"artifactHashParameter\", \"hash-parameter\");","version":"1"},"go":{"source":"entry := map[string]*string{\n\t\"packaging\": jsii.String(\"file\"),\n\t\"s3BucketParameter\": jsii.String(\"bucket-parameter\"),\n\t\"s3KeyParamenter\": jsii.String(\"key-parameter\"),\n\t\"artifactHashParameter\": jsii.String(\"hash-parameter\"),\n}","version":"1"},"$":{"source":"const entry = {\n packaging: 'file',\n s3BucketParameter: 'bucket-parameter',\n s3KeyParamenter: 'key-parameter',\n artifactHashParameter: 'hash-parameter',\n}","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/cloud-assembly-schema.FileAssetMetadataEntry"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":[],"fullSource":"// Fixture intentionally empty\n\n// Code snippet begins after !show marker below\n/// !show\nconst entry = {\n packaging: 'file',\n s3BucketParameter: 'bucket-parameter',\n s3KeyParamenter: 'key-parameter',\n artifactHashParameter: 'hash-parameter',\n}\n/// !hide\n// Code snippet ended before !hide marker above\n","syntaxKindCounter":{"11":4,"80":5,"210":1,"243":1,"260":1,"261":1,"303":4,"307":1},"fqnsFingerprint":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"}}}
|
|
1
|
+
{"version":"2","toolVersion":"5.8.11","snippets":{"33a997f3b80c5a7b85d876d8c34171c602c0cab4ef93ece45859e3c7119441ac":{"translations":{"python":{"source":"from aws_cdk.cloud_assembly_schema import CcApiContextQuery\n\n\nx = CcApiContextQuery(\n type_name=\"AWS::Some::Type\",\n expected_match_count=\"exactly-one\",\n properties_to_return=[\"SomeProp\"],\n account=\"11111111111\",\n region=\"us-east-1\"\n)","version":"2"},"csharp":{"source":"using Amazon.CDK.CloudAssembly.Schema;\n\n\nvar x = new CcApiContextQuery {\n TypeName = \"AWS::Some::Type\",\n ExpectedMatchCount = \"exactly-one\",\n PropertiesToReturn = new [] { \"SomeProp\" },\n Account = \"11111111111\",\n Region = \"us-east-1\"\n};","version":"1"},"java":{"source":"import software.amazon.awscdk.cloudassembly.schema.CcApiContextQuery;\n\n\nCcApiContextQuery x = CcApiContextQuery.builder()\n .typeName(\"AWS::Some::Type\")\n .expectedMatchCount(\"exactly-one\")\n .propertiesToReturn(List.of(\"SomeProp\"))\n .account(\"11111111111\")\n .region(\"us-east-1\")\n .build();","version":"1"},"go":{"source":"import \"github.com/cdklabs/cloud-assembly-schema-go/awscdkcloudassemblyschema\"\n\n\nx := &CcApiContextQuery{\n\tTypeName: jsii.String(\"AWS::Some::Type\"),\n\tExpectedMatchCount: jsii.String(\"exactly-one\"),\n\tPropertiesToReturn: []*string{\n\t\tjsii.String(\"SomeProp\"),\n\t},\n\tAccount: jsii.String(\"11111111111\"),\n\tRegion: jsii.String(\"us-east-1\"),\n}","version":"1"},"$":{"source":"import { CcApiContextQuery } from '@aws-cdk/cloud-assembly-schema';\n\nconst x: CcApiContextQuery = {\n typeName: 'AWS::Some::Type',\n expectedMatchCount: 'exactly-one',\n propertiesToReturn: ['SomeProp'],\n account: '11111111111',\n region: 'us-east-1',\n};","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/cloud-assembly-schema.CcApiContextQuery"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/cloud-assembly-schema.CcApiContextQuery"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\nimport { CcApiContextQuery } from '@aws-cdk/cloud-assembly-schema';\n/// !hide\n// Hoisted imports ended before !hide marker above\n// Fixture intentionally empty\n\n// Code snippet begins after !show marker below\n/// !show\n\n\nconst x: CcApiContextQuery = {\n typeName: 'AWS::Some::Type',\n expectedMatchCount: 'exactly-one',\n propertiesToReturn: ['SomeProp'],\n account: '11111111111',\n region: 'us-east-1',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n","syntaxKindCounter":{"11":6,"80":8,"183":1,"209":1,"210":1,"243":1,"260":1,"261":1,"272":1,"273":1,"275":1,"276":1,"303":5,"307":1},"fqnsFingerprint":"f5f66a2137c7e3039ff9787fb4c05a533e42ab9052cd67e5fdfc69454e9bcfe4"},"ed50ccafc79acf82c002383b64b4a7674dd3fb7feced40b7886b0ea45d7a2f53":{"translations":{"python":{"source":"\"registry\"","version":"2"},"csharp":{"source":"\"registry\";","version":"1"},"java":{"source":"\"registry\";","version":"1"},"go":{"source":"\"registry\"","version":"1"},"$":{"source":"'registry'","version":"0"}},"location":{"api":{"api":"member","fqn":"@aws-cdk/cloud-assembly-schema.ContainerImageAssetCacheOption","memberName":"type"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":[],"fullSource":"// Fixture intentionally empty\n\n// Code snippet begins after !show marker below\n/// !show\n'registry'\n/// !hide\n// Code snippet ended before !hide marker above\n","syntaxKindCounter":{"11":1,"244":1,"307":1},"fqnsFingerprint":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"},"74f6e3d3bc59ec8004507cb82fdf5644924846e87e5d795dc7dec654f80ecfa8":{"translations":{"python":{"source":"# branch: str\n\n\nparams = {\n \"ref\": f\"12345678.dkr.ecr.us-west-2.amazonaws.com/cache:{branch}\",\n \"mode\": \"max\"\n}","version":"2"},"csharp":{"source":"string branch;\n\n\nIDictionary<string, object> params = new Dictionary<string, object> {\n { \"ref\", $\"12345678.dkr.ecr.us-west-2.amazonaws.com/cache:{branch}\" },\n { \"mode\", \"max\" }\n};","version":"1"},"java":{"source":"String branch;\n\n\nMap<String, Object> params = Map.of(\n \"ref\", String.format(\"12345678.dkr.ecr.us-west-2.amazonaws.com/cache:%s\", branch),\n \"mode\", \"max\");","version":"1"},"go":{"source":"var branch string\n\n\nparams := map[string]interface{}{\n\t\"ref\": fmt.Sprintf(\"12345678.dkr.ecr.us-west-2.amazonaws.com/cache:%v\", branch),\n\t\"mode\": jsii.String(\"max\"),\n}","version":"1"},"$":{"source":"declare const branch: string;\n\nconst params = {\n ref: `12345678.dkr.ecr.us-west-2.amazonaws.com/cache:${branch}`,\n mode: \"max\",\n};","version":"0"}},"location":{"api":{"api":"member","fqn":"@aws-cdk/cloud-assembly-schema.ContainerImageAssetCacheOption","memberName":"params"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":[],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\ndeclare const branch: string;\n/// !hide\n// Hoisted imports ended before !hide marker above\n// Fixture intentionally empty\n\n// Code snippet begins after !show marker below\n/// !show\n\n\nconst params = {\n ref: `12345678.dkr.ecr.us-west-2.amazonaws.com/cache:${branch}`,\n mode: \"max\",\n};\n/// !hide\n// Code snippet ended before !hide marker above\n","syntaxKindCounter":{"11":1,"16":1,"18":1,"80":5,"138":1,"154":1,"210":1,"228":1,"239":1,"243":2,"260":2,"261":2,"303":2,"307":1},"fqnsFingerprint":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"},"5abfd7af60ba3b85920714aeeadeb2c1e4082c4d0ded3511ee41a643079af611":{"translations":{"python":{"source":"entry = {\n \"packaging\": \"container-image\",\n \"repository_name\": \"repository-name\",\n \"image_tag\": \"tag\"\n}","version":"2"},"csharp":{"source":"IDictionary<string, string> entry = new Dictionary<string, string> {\n { \"packaging\", \"container-image\" },\n { \"repositoryName\", \"repository-name\" },\n { \"imageTag\", \"tag\" }\n};","version":"1"},"java":{"source":"Map<String, String> entry = Map.of(\n \"packaging\", \"container-image\",\n \"repositoryName\", \"repository-name\",\n \"imageTag\", \"tag\");","version":"1"},"go":{"source":"entry := map[string]*string{\n\t\"packaging\": jsii.String(\"container-image\"),\n\t\"repositoryName\": jsii.String(\"repository-name\"),\n\t\"imageTag\": jsii.String(\"tag\"),\n}","version":"1"},"$":{"source":"const entry = {\n packaging: 'container-image',\n repositoryName: 'repository-name',\n imageTag: 'tag',\n}","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/cloud-assembly-schema.ContainerImageAssetMetadataEntry"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":[],"fullSource":"// Fixture intentionally empty\n\n// Code snippet begins after !show marker below\n/// !show\nconst entry = {\n packaging: 'container-image',\n repositoryName: 'repository-name',\n imageTag: 'tag',\n}\n/// !hide\n// Code snippet ended before !hide marker above\n","syntaxKindCounter":{"11":3,"80":4,"210":1,"243":1,"260":1,"261":1,"303":3,"307":1},"fqnsFingerprint":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"},"8ca73f17168cfe977e2e7f7d640aea4e78b5dc022a16bf4e187251525ec88255":{"translations":{"python":{"source":"\"registry\"","version":"2"},"csharp":{"source":"\"registry\";","version":"1"},"java":{"source":"\"registry\";","version":"1"},"go":{"source":"\"registry\"","version":"1"},"$":{"source":"'registry'","version":"0"}},"location":{"api":{"api":"member","fqn":"@aws-cdk/cloud-assembly-schema.DockerCacheOption","memberName":"type"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":[],"fullSource":"// Fixture intentionally empty\n\n// Code snippet begins after !show marker below\n/// !show\n'registry'\n/// !hide\n// Code snippet ended before !hide marker above\n","syntaxKindCounter":{"11":1,"244":1,"307":1},"fqnsFingerprint":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"},"089525294f3dfb3bb6d7687a2ebd219fc6d219c96d08c082e3e3c9a5a39f04bc":{"translations":{"python":{"source":"# branch: str\n\n\nparams = {\n \"ref\": f\"12345678.dkr.ecr.us-west-2.amazonaws.com/cache:{branch}\",\n \"mode\": \"max\"\n}","version":"2"},"csharp":{"source":"string branch;\n\n\nIDictionary<string, object> params = new Dictionary<string, object> {\n { \"ref\", $\"12345678.dkr.ecr.us-west-2.amazonaws.com/cache:{branch}\" },\n { \"mode\", \"max\" }\n};","version":"1"},"java":{"source":"String branch;\n\n\nMap<String, Object> params = Map.of(\n \"ref\", String.format(\"12345678.dkr.ecr.us-west-2.amazonaws.com/cache:%s\", branch),\n \"mode\", \"max\");","version":"1"},"go":{"source":"var branch string\n\n\nparams := map[string]interface{}{\n\t\"ref\": fmt.Sprintf(\"12345678.dkr.ecr.us-west-2.amazonaws.com/cache:%v\", branch),\n\t\"mode\": jsii.String(\"max\"),\n}","version":"1"},"$":{"source":"declare const branch: string;\n\nconst params = {\n ref: `12345678.dkr.ecr.us-west-2.amazonaws.com/cache:${branch}`,\n mode: \"max\",\n};","version":"0"}},"location":{"api":{"api":"member","fqn":"@aws-cdk/cloud-assembly-schema.DockerCacheOption","memberName":"params"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":[],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\ndeclare const branch: string;\n/// !hide\n// Hoisted imports ended before !hide marker above\n// Fixture intentionally empty\n\n// Code snippet begins after !show marker below\n/// !show\n\n\nconst params = {\n ref: `12345678.dkr.ecr.us-west-2.amazonaws.com/cache:${branch}`,\n mode: \"max\",\n};\n/// !hide\n// Code snippet ended before !hide marker above\n","syntaxKindCounter":{"11":1,"16":1,"18":1,"80":5,"138":1,"154":1,"210":1,"228":1,"239":1,"243":2,"260":2,"261":2,"303":2,"307":1},"fqnsFingerprint":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"},"82a0fc5ca89d11e2a7e67427d70fec66670ed3a10a83efa087f4b2df94d6be57":{"translations":{"python":{"source":"entry = {\n \"packaging\": \"file\",\n \"s3_bucket_parameter\": \"bucket-parameter\",\n \"s3_key_paramenter\": \"key-parameter\",\n \"artifact_hash_parameter\": \"hash-parameter\"\n}","version":"2"},"csharp":{"source":"IDictionary<string, string> entry = new Dictionary<string, string> {\n { \"packaging\", \"file\" },\n { \"s3BucketParameter\", \"bucket-parameter\" },\n { \"s3KeyParamenter\", \"key-parameter\" },\n { \"artifactHashParameter\", \"hash-parameter\" }\n};","version":"1"},"java":{"source":"Map<String, String> entry = Map.of(\n \"packaging\", \"file\",\n \"s3BucketParameter\", \"bucket-parameter\",\n \"s3KeyParamenter\", \"key-parameter\",\n \"artifactHashParameter\", \"hash-parameter\");","version":"1"},"go":{"source":"entry := map[string]*string{\n\t\"packaging\": jsii.String(\"file\"),\n\t\"s3BucketParameter\": jsii.String(\"bucket-parameter\"),\n\t\"s3KeyParamenter\": jsii.String(\"key-parameter\"),\n\t\"artifactHashParameter\": jsii.String(\"hash-parameter\"),\n}","version":"1"},"$":{"source":"const entry = {\n packaging: 'file',\n s3BucketParameter: 'bucket-parameter',\n s3KeyParamenter: 'key-parameter',\n artifactHashParameter: 'hash-parameter',\n}","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/cloud-assembly-schema.FileAssetMetadataEntry"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":[],"fullSource":"// Fixture intentionally empty\n\n// Code snippet begins after !show marker below\n/// !show\nconst entry = {\n packaging: 'file',\n s3BucketParameter: 'bucket-parameter',\n s3KeyParamenter: 'key-parameter',\n artifactHashParameter: 'hash-parameter',\n}\n/// !hide\n// Code snippet ended before !hide marker above\n","syntaxKindCounter":{"11":4,"80":5,"210":1,"243":1,"260":1,"261":1,"303":4,"307":1},"fqnsFingerprint":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"}}}
|
package/cli-version.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"2.
|
|
1
|
+
{"version":"2.1021.0"}
|
|
@@ -10,7 +10,7 @@ export interface IntegManifest {
|
|
|
10
10
|
/**
|
|
11
11
|
* Enable lookups for this test. If lookups are enabled
|
|
12
12
|
* then `stackUpdateWorkflow` must be set to false.
|
|
13
|
-
* Lookups should only be enabled when you are
|
|
13
|
+
* Lookups should only be enabled when you are explicitly testing
|
|
14
14
|
* lookups.
|
|
15
15
|
*
|
|
16
16
|
* @default false
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2NoZW1hLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsic2NoZW1hLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IFRlc3RDYXNlIH0gZnJvbSAnLi90ZXN0LWNhc2UnO1xuLyoqXG4gKiBEZWZpbml0aW9ucyBmb3IgdGhlIGludGVncmF0aW9uIHRlc3RpbmcgbWFuaWZlc3RcbiAqL1xuZXhwb3J0IGludGVyZmFjZSBJbnRlZ01hbmlmZXN0IHtcbiAgLyoqXG4gICAqIFZlcnNpb24gb2YgdGhlIG1hbmlmZXN0XG4gICAqL1xuICByZWFkb25seSB2ZXJzaW9uOiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIEVuYWJsZSBsb29rdXBzIGZvciB0aGlzIHRlc3QuIElmIGxvb2t1cHMgYXJlIGVuYWJsZWRcbiAgICogdGhlbiBgc3RhY2tVcGRhdGVXb3JrZmxvd2AgbXVzdCBiZSBzZXQgdG8gZmFsc2UuXG4gICAqIExvb2t1cHMgc2hvdWxkIG9ubHkgYmUgZW5hYmxlZCB3aGVuIHlvdSBhcmUgZXhwbGljaXRseSB0ZXN0aW5nXG4gICAqIGxvb2t1cHMuXG4gICAqXG4gICAqIEBkZWZhdWx0IGZhbHNlXG4gICAqL1xuICByZWFkb25seSBlbmFibGVMb29rdXBzPzogYm9vbGVhbjtcblxuICAvKipcbiAgICogQWRkaXRpb25hbCBjb250ZXh0IHRvIHVzZSB3aGVuIHBlcmZvcm1pbmdcbiAgICogYSBzeW50aC4gQW55IGNvbnRleHQgcHJvdmlkZWQgaGVyZSB3aWxsIG92ZXJyaWRlXG4gICAqIGFueSBkZWZhdWx0IGNvbnRleHRcbiAgICpcbiAgICogQGRlZmF1bHQgLSBubyBhZGRpdGlvbmFsIGNvbnRleHRcbiAgICovXG4gIHJlYWRvbmx5IHN5bnRoQ29udGV4dD86IHsgW25hbWU6IHN0cmluZ106IHN0cmluZyB9O1xuXG4gIC8qKlxuICAgKiB0ZXN0IGNhc2VzXG4gICAqL1xuICByZWFkb25seSB0ZXN0Q2FzZXM6IHsgW3Rlc3ROYW1lOiBzdHJpbmddOiBUZXN0Q2FzZSB9O1xufVxuIl19
|
package/lib/manifest.js
CHANGED
|
@@ -269,7 +269,7 @@ class Manifest {
|
|
|
269
269
|
}
|
|
270
270
|
exports.Manifest = Manifest;
|
|
271
271
|
_a = JSII_RTTI_SYMBOL_1;
|
|
272
|
-
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "
|
|
272
|
+
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "48.0.0" };
|
|
273
273
|
function mapValues(xs, fn) {
|
|
274
274
|
if (!xs) {
|
|
275
275
|
return undefined;
|
package/package.json
CHANGED
|
@@ -57,16 +57,16 @@
|
|
|
57
57
|
"eslint-plugin-prettier": "^5.5.1",
|
|
58
58
|
"jest": "^29.7.0",
|
|
59
59
|
"jest-junit": "^16",
|
|
60
|
-
"jsii": "5.
|
|
60
|
+
"jsii": "5.8",
|
|
61
61
|
"jsii-diff": "^1.112.0",
|
|
62
62
|
"jsii-pacmak": "^1.112.0",
|
|
63
|
-
"jsii-rosetta": "5.
|
|
63
|
+
"jsii-rosetta": "5.8",
|
|
64
64
|
"license-checker": "^25.0.1",
|
|
65
65
|
"mock-fs": "^5.5.0",
|
|
66
66
|
"prettier": "^2.8",
|
|
67
67
|
"ts-jest": "^29.4.0",
|
|
68
68
|
"tsx": "^4.20.3",
|
|
69
|
-
"typescript": "5.
|
|
69
|
+
"typescript": "5.8",
|
|
70
70
|
"typescript-json-schema": "^0.65.1"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"publishConfig": {
|
|
91
91
|
"access": "public"
|
|
92
92
|
},
|
|
93
|
-
"version": "
|
|
93
|
+
"version": "48.0.0",
|
|
94
94
|
"types": "lib/index.d.ts",
|
|
95
95
|
"stability": "stable",
|
|
96
96
|
"jsii": {
|
package/schema/integ.schema.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"type": "string"
|
|
11
11
|
},
|
|
12
12
|
"enableLookups": {
|
|
13
|
-
"description": "Enable lookups for this test. If lookups are enabled\nthen `stackUpdateWorkflow` must be set to false.\nLookups should only be enabled when you are
|
|
13
|
+
"description": "Enable lookups for this test. If lookups are enabled\nthen `stackUpdateWorkflow` must be set to false.\nLookups should only be enabled when you are explicitly testing\nlookups.",
|
|
14
14
|
"default": false,
|
|
15
15
|
"type": "boolean"
|
|
16
16
|
},
|
package/schema/version.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"schemaHash": "
|
|
3
|
-
"
|
|
2
|
+
"schemaHash": "0807b42f8220bdafddeb4dad246a696721ed86e99ac6b13aa83359bab834d60d",
|
|
3
|
+
"$comment": "Do not hold back the version on additions: jsonschema validation of the manifest by the consumer will trigger errors on unexpected fields.",
|
|
4
|
+
"revision": 48
|
|
4
5
|
}
|