@aws-cdk/cloud-assembly-schema 1.155.0 → 1.157.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.tabl.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "2",
3
- "toolVersion": "1.57.0",
3
+ "toolVersion": "1.58.0",
4
4
  "snippets": {
5
5
  "cecc4b6be0cf4accc3e46f1670579b731439bd3e3b6efffdbd431eb0130d724c": {
6
6
  "translations": {
@@ -17,7 +17,7 @@
17
17
  "version": "1"
18
18
  },
19
19
  "go": {
20
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\namiContextQuery := &amiContextQuery{\n\taccount: jsii.String(\"account\"),\n\tfilters: map[string][]*string{\n\t\t\"filtersKey\": []*string{\n\t\t\tjsii.String(\"filters\"),\n\t\t},\n\t},\n\tregion: jsii.String(\"region\"),\n\n\t// the properties below are optional\n\tlookupRoleArn: jsii.String(\"lookupRoleArn\"),\n\towners: []*string{\n\t\tjsii.String(\"owners\"),\n\t},\n}",
20
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\namiContextQuery := &amiContextQuery{\n\taccount: jsii.String(\"account\"),\n\tfilters: map[string][]*string{\n\t\t\"filtersKey\": []*string{\n\t\t\tjsii.String(\"filters\"),\n\t\t},\n\t},\n\tregion: jsii.String(\"region\"),\n\n\t// the properties below are optional\n\tlookupRoleArn: jsii.String(\"lookupRoleArn\"),\n\towners: []*string{\n\t\tjsii.String(\"owners\"),\n\t},\n}",
21
21
  "version": "1"
22
22
  },
23
23
  "$": {
@@ -72,7 +72,7 @@
72
72
  "version": "1"
73
73
  },
74
74
  "go": {
75
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\nartifactManifest := &artifactManifest{\n\ttype: cloud_assembly_schema.artifactType_NONE,\n\n\t// the properties below are optional\n\tdependencies: []*string{\n\t\tjsii.String(\"dependencies\"),\n\t},\n\tdisplayName: jsii.String(\"displayName\"),\n\tenvironment: jsii.String(\"environment\"),\n\tmetadata: map[string][]metadataEntry{\n\t\t\"metadataKey\": []*metadataEntry{\n\t\t\t&metadataEntry{\n\t\t\t\t\"type\": jsii.String(\"type\"),\n\n\t\t\t\t// the properties below are optional\n\t\t\t\t\"data\": jsii.String(\"data\"),\n\t\t\t\t\"trace\": []*string{\n\t\t\t\t\tjsii.String(\"trace\"),\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t},\n\tproperties: &awsCloudFormationStackProperties{\n\t\ttemplateFile: jsii.String(\"templateFile\"),\n\n\t\t// the properties below are optional\n\t\tassumeRoleArn: jsii.String(\"assumeRoleArn\"),\n\t\tassumeRoleExternalId: jsii.String(\"assumeRoleExternalId\"),\n\t\tbootstrapStackVersionSsmParameter: jsii.String(\"bootstrapStackVersionSsmParameter\"),\n\t\tcloudFormationExecutionRoleArn: jsii.String(\"cloudFormationExecutionRoleArn\"),\n\t\tlookupRole: &bootstrapRole{\n\t\t\tarn: jsii.String(\"arn\"),\n\n\t\t\t// the properties below are optional\n\t\t\tassumeRoleExternalId: jsii.String(\"assumeRoleExternalId\"),\n\t\t\tbootstrapStackVersionSsmParameter: jsii.String(\"bootstrapStackVersionSsmParameter\"),\n\t\t\trequiresBootstrapStackVersion: jsii.Number(123),\n\t\t},\n\t\tparameters: map[string]*string{\n\t\t\t\"parametersKey\": jsii.String(\"parameters\"),\n\t\t},\n\t\trequiresBootstrapStackVersion: jsii.Number(123),\n\t\tstackName: jsii.String(\"stackName\"),\n\t\tstackTemplateAssetObjectUrl: jsii.String(\"stackTemplateAssetObjectUrl\"),\n\t\ttags: map[string]*string{\n\t\t\t\"tagsKey\": jsii.String(\"tags\"),\n\t\t},\n\t\tterminationProtection: jsii.Boolean(false),\n\t\tvalidateOnSynth: jsii.Boolean(false),\n\t},\n}",
75
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\nartifactManifest := &artifactManifest{\n\ttype: cloud_assembly_schema.artifactType_NONE,\n\n\t// the properties below are optional\n\tdependencies: []*string{\n\t\tjsii.String(\"dependencies\"),\n\t},\n\tdisplayName: jsii.String(\"displayName\"),\n\tenvironment: jsii.String(\"environment\"),\n\tmetadata: map[string][]metadataEntry{\n\t\t\"metadataKey\": []*metadataEntry{\n\t\t\t&metadataEntry{\n\t\t\t\t\"type\": jsii.String(\"type\"),\n\n\t\t\t\t// the properties below are optional\n\t\t\t\t\"data\": jsii.String(\"data\"),\n\t\t\t\t\"trace\": []*string{\n\t\t\t\t\tjsii.String(\"trace\"),\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t},\n\tproperties: &awsCloudFormationStackProperties{\n\t\ttemplateFile: jsii.String(\"templateFile\"),\n\n\t\t// the properties below are optional\n\t\tassumeRoleArn: jsii.String(\"assumeRoleArn\"),\n\t\tassumeRoleExternalId: jsii.String(\"assumeRoleExternalId\"),\n\t\tbootstrapStackVersionSsmParameter: jsii.String(\"bootstrapStackVersionSsmParameter\"),\n\t\tcloudFormationExecutionRoleArn: jsii.String(\"cloudFormationExecutionRoleArn\"),\n\t\tlookupRole: &bootstrapRole{\n\t\t\tarn: jsii.String(\"arn\"),\n\n\t\t\t// the properties below are optional\n\t\t\tassumeRoleExternalId: jsii.String(\"assumeRoleExternalId\"),\n\t\t\tbootstrapStackVersionSsmParameter: jsii.String(\"bootstrapStackVersionSsmParameter\"),\n\t\t\trequiresBootstrapStackVersion: jsii.Number(123),\n\t\t},\n\t\tparameters: map[string]*string{\n\t\t\t\"parametersKey\": jsii.String(\"parameters\"),\n\t\t},\n\t\trequiresBootstrapStackVersion: jsii.Number(123),\n\t\tstackName: jsii.String(\"stackName\"),\n\t\tstackTemplateAssetObjectUrl: jsii.String(\"stackTemplateAssetObjectUrl\"),\n\t\ttags: map[string]*string{\n\t\t\t\"tagsKey\": jsii.String(\"tags\"),\n\t\t},\n\t\tterminationProtection: jsii.Boolean(false),\n\t\tvalidateOnSynth: jsii.Boolean(false),\n\t},\n}",
76
76
  "version": "1"
77
77
  },
78
78
  "$": {
@@ -133,7 +133,7 @@
133
133
  "version": "1"
134
134
  },
135
135
  "go": {
136
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\nassemblyManifest := &assemblyManifest{\n\tversion: jsii.String(\"version\"),\n\n\t// the properties below are optional\n\tartifacts: map[string]artifactManifest{\n\t\t\"artifactsKey\": &artifactManifest{\n\t\t\t\"type\": cloud_assembly_schema.ArtifactType_NONE,\n\n\t\t\t// the properties below are optional\n\t\t\t\"dependencies\": []*string{\n\t\t\t\tjsii.String(\"dependencies\"),\n\t\t\t},\n\t\t\t\"displayName\": jsii.String(\"displayName\"),\n\t\t\t\"environment\": jsii.String(\"environment\"),\n\t\t\t\"metadata\": map[string][]MetadataEntry{\n\t\t\t\t\"metadataKey\": []MetadataEntry{\n\t\t\t\t\t&MetadataEntry{\n\t\t\t\t\t\t\"type\": jsii.String(\"type\"),\n\n\t\t\t\t\t\t// the properties below are optional\n\t\t\t\t\t\t\"data\": jsii.String(\"data\"),\n\t\t\t\t\t\t\"trace\": []*string{\n\t\t\t\t\t\t\tjsii.String(\"trace\"),\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\t\"properties\": &AwsCloudFormationStackProperties{\n\t\t\t\t\"templateFile\": jsii.String(\"templateFile\"),\n\n\t\t\t\t// the properties below are optional\n\t\t\t\t\"assumeRoleArn\": jsii.String(\"assumeRoleArn\"),\n\t\t\t\t\"assumeRoleExternalId\": jsii.String(\"assumeRoleExternalId\"),\n\t\t\t\t\"bootstrapStackVersionSsmParameter\": jsii.String(\"bootstrapStackVersionSsmParameter\"),\n\t\t\t\t\"cloudFormationExecutionRoleArn\": jsii.String(\"cloudFormationExecutionRoleArn\"),\n\t\t\t\t\"lookupRole\": &BootstrapRole{\n\t\t\t\t\t\"arn\": jsii.String(\"arn\"),\n\n\t\t\t\t\t// the properties below are optional\n\t\t\t\t\t\"assumeRoleExternalId\": jsii.String(\"assumeRoleExternalId\"),\n\t\t\t\t\t\"bootstrapStackVersionSsmParameter\": jsii.String(\"bootstrapStackVersionSsmParameter\"),\n\t\t\t\t\t\"requiresBootstrapStackVersion\": jsii.Number(123),\n\t\t\t\t},\n\t\t\t\t\"parameters\": map[string]*string{\n\t\t\t\t\t\"parametersKey\": jsii.String(\"parameters\"),\n\t\t\t\t},\n\t\t\t\t\"requiresBootstrapStackVersion\": jsii.Number(123),\n\t\t\t\t\"stackName\": jsii.String(\"stackName\"),\n\t\t\t\t\"stackTemplateAssetObjectUrl\": jsii.String(\"stackTemplateAssetObjectUrl\"),\n\t\t\t\t\"tags\": map[string]*string{\n\t\t\t\t\t\"tagsKey\": jsii.String(\"tags\"),\n\t\t\t\t},\n\t\t\t\t\"terminationProtection\": jsii.Boolean(false),\n\t\t\t\t\"validateOnSynth\": jsii.Boolean(false),\n\t\t\t},\n\t\t},\n\t},\n\tmissing: []missingContext{\n\t\t&missingContext{\n\t\t\tkey: jsii.String(\"key\"),\n\t\t\tprops: &amiContextQuery{\n\t\t\t\taccount: jsii.String(\"account\"),\n\t\t\t\tfilters: map[string][]*string{\n\t\t\t\t\t\"filtersKey\": []*string{\n\t\t\t\t\t\tjsii.String(\"filters\"),\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tregion: jsii.String(\"region\"),\n\n\t\t\t\t// the properties below are optional\n\t\t\t\tlookupRoleArn: jsii.String(\"lookupRoleArn\"),\n\t\t\t\towners: []interface{}{\n\t\t\t\t\tjsii.String(\"owners\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\tprovider: cloud_assembly_schema.contextProvider_AMI_PROVIDER,\n\t\t},\n\t},\n\truntime: &runtimeInfo{\n\t\tlibraries: map[string]*string{\n\t\t\t\"librariesKey\": jsii.String(\"libraries\"),\n\t\t},\n\t},\n}",
136
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\nassemblyManifest := &assemblyManifest{\n\tversion: jsii.String(\"version\"),\n\n\t// the properties below are optional\n\tartifacts: map[string]artifactManifest{\n\t\t\"artifactsKey\": &artifactManifest{\n\t\t\t\"type\": cloud_assembly_schema.ArtifactType_NONE,\n\n\t\t\t// the properties below are optional\n\t\t\t\"dependencies\": []*string{\n\t\t\t\tjsii.String(\"dependencies\"),\n\t\t\t},\n\t\t\t\"displayName\": jsii.String(\"displayName\"),\n\t\t\t\"environment\": jsii.String(\"environment\"),\n\t\t\t\"metadata\": map[string][]MetadataEntry{\n\t\t\t\t\"metadataKey\": []MetadataEntry{\n\t\t\t\t\t&MetadataEntry{\n\t\t\t\t\t\t\"type\": jsii.String(\"type\"),\n\n\t\t\t\t\t\t// the properties below are optional\n\t\t\t\t\t\t\"data\": jsii.String(\"data\"),\n\t\t\t\t\t\t\"trace\": []*string{\n\t\t\t\t\t\t\tjsii.String(\"trace\"),\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\t\"properties\": &AwsCloudFormationStackProperties{\n\t\t\t\t\"templateFile\": jsii.String(\"templateFile\"),\n\n\t\t\t\t// the properties below are optional\n\t\t\t\t\"assumeRoleArn\": jsii.String(\"assumeRoleArn\"),\n\t\t\t\t\"assumeRoleExternalId\": jsii.String(\"assumeRoleExternalId\"),\n\t\t\t\t\"bootstrapStackVersionSsmParameter\": jsii.String(\"bootstrapStackVersionSsmParameter\"),\n\t\t\t\t\"cloudFormationExecutionRoleArn\": jsii.String(\"cloudFormationExecutionRoleArn\"),\n\t\t\t\t\"lookupRole\": &BootstrapRole{\n\t\t\t\t\t\"arn\": jsii.String(\"arn\"),\n\n\t\t\t\t\t// the properties below are optional\n\t\t\t\t\t\"assumeRoleExternalId\": jsii.String(\"assumeRoleExternalId\"),\n\t\t\t\t\t\"bootstrapStackVersionSsmParameter\": jsii.String(\"bootstrapStackVersionSsmParameter\"),\n\t\t\t\t\t\"requiresBootstrapStackVersion\": jsii.Number(123),\n\t\t\t\t},\n\t\t\t\t\"parameters\": map[string]*string{\n\t\t\t\t\t\"parametersKey\": jsii.String(\"parameters\"),\n\t\t\t\t},\n\t\t\t\t\"requiresBootstrapStackVersion\": jsii.Number(123),\n\t\t\t\t\"stackName\": jsii.String(\"stackName\"),\n\t\t\t\t\"stackTemplateAssetObjectUrl\": jsii.String(\"stackTemplateAssetObjectUrl\"),\n\t\t\t\t\"tags\": map[string]*string{\n\t\t\t\t\t\"tagsKey\": jsii.String(\"tags\"),\n\t\t\t\t},\n\t\t\t\t\"terminationProtection\": jsii.Boolean(false),\n\t\t\t\t\"validateOnSynth\": jsii.Boolean(false),\n\t\t\t},\n\t\t},\n\t},\n\tmissing: []missingContext{\n\t\t&missingContext{\n\t\t\tkey: jsii.String(\"key\"),\n\t\t\tprops: &amiContextQuery{\n\t\t\t\taccount: jsii.String(\"account\"),\n\t\t\t\tfilters: map[string][]*string{\n\t\t\t\t\t\"filtersKey\": []*string{\n\t\t\t\t\t\tjsii.String(\"filters\"),\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tregion: jsii.String(\"region\"),\n\n\t\t\t\t// the properties below are optional\n\t\t\t\tlookupRoleArn: jsii.String(\"lookupRoleArn\"),\n\t\t\t\towners: []interface{}{\n\t\t\t\t\tjsii.String(\"owners\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\tprovider: cloud_assembly_schema.contextProvider_AMI_PROVIDER,\n\t\t},\n\t},\n\truntime: &runtimeInfo{\n\t\tlibraries: map[string]*string{\n\t\t\t\"librariesKey\": jsii.String(\"libraries\"),\n\t\t},\n\t},\n}",
137
137
  "version": "1"
138
138
  },
139
139
  "$": {
@@ -198,7 +198,7 @@
198
198
  "version": "1"
199
199
  },
200
200
  "go": {
201
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\nassetManifest := &assetManifest{\n\tversion: jsii.String(\"version\"),\n\n\t// the properties below are optional\n\tdockerImages: map[string]dockerImageAsset{\n\t\t\"dockerImagesKey\": &dockerImageAsset{\n\t\t\t\"destinations\": map[string]DockerImageDestination{\n\t\t\t\t\"destinationsKey\": &DockerImageDestination{\n\t\t\t\t\t\"imageTag\": jsii.String(\"imageTag\"),\n\t\t\t\t\t\"repositoryName\": jsii.String(\"repositoryName\"),\n\n\t\t\t\t\t// the properties below are optional\n\t\t\t\t\t\"assumeRoleArn\": jsii.String(\"assumeRoleArn\"),\n\t\t\t\t\t\"assumeRoleExternalId\": jsii.String(\"assumeRoleExternalId\"),\n\t\t\t\t\t\"region\": jsii.String(\"region\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\t\"source\": &DockerImageSource{\n\t\t\t\t\"directory\": jsii.String(\"directory\"),\n\t\t\t\t\"dockerBuildArgs\": map[string]*string{\n\t\t\t\t\t\"dockerBuildArgsKey\": jsii.String(\"dockerBuildArgs\"),\n\t\t\t\t},\n\t\t\t\t\"dockerBuildTarget\": jsii.String(\"dockerBuildTarget\"),\n\t\t\t\t\"dockerFile\": jsii.String(\"dockerFile\"),\n\t\t\t\t\"executable\": []*string{\n\t\t\t\t\tjsii.String(\"executable\"),\n\t\t\t\t},\n\t\t\t\t\"networkMode\": jsii.String(\"networkMode\"),\n\t\t\t},\n\t\t},\n\t},\n\tfiles: map[string]fileAsset{\n\t\t\"filesKey\": &fileAsset{\n\t\t\t\"destinations\": map[string]FileDestination{\n\t\t\t\t\"destinationsKey\": &FileDestination{\n\t\t\t\t\t\"bucketName\": jsii.String(\"bucketName\"),\n\t\t\t\t\t\"objectKey\": jsii.String(\"objectKey\"),\n\n\t\t\t\t\t// the properties below are optional\n\t\t\t\t\t\"assumeRoleArn\": jsii.String(\"assumeRoleArn\"),\n\t\t\t\t\t\"assumeRoleExternalId\": jsii.String(\"assumeRoleExternalId\"),\n\t\t\t\t\t\"region\": jsii.String(\"region\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\t\"source\": &FileSource{\n\t\t\t\t\"executable\": []*string{\n\t\t\t\t\tjsii.String(\"executable\"),\n\t\t\t\t},\n\t\t\t\t\"packaging\": cloud_assembly_schema.FileAssetPackaging_FILE,\n\t\t\t\t\"path\": jsii.String(\"path\"),\n\t\t\t},\n\t\t},\n\t},\n}",
201
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\nassetManifest := &assetManifest{\n\tversion: jsii.String(\"version\"),\n\n\t// the properties below are optional\n\tdockerImages: map[string]dockerImageAsset{\n\t\t\"dockerImagesKey\": &dockerImageAsset{\n\t\t\t\"destinations\": map[string]DockerImageDestination{\n\t\t\t\t\"destinationsKey\": &DockerImageDestination{\n\t\t\t\t\t\"imageTag\": jsii.String(\"imageTag\"),\n\t\t\t\t\t\"repositoryName\": jsii.String(\"repositoryName\"),\n\n\t\t\t\t\t// the properties below are optional\n\t\t\t\t\t\"assumeRoleArn\": jsii.String(\"assumeRoleArn\"),\n\t\t\t\t\t\"assumeRoleExternalId\": jsii.String(\"assumeRoleExternalId\"),\n\t\t\t\t\t\"region\": jsii.String(\"region\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\t\"source\": &DockerImageSource{\n\t\t\t\t\"directory\": jsii.String(\"directory\"),\n\t\t\t\t\"dockerBuildArgs\": map[string]*string{\n\t\t\t\t\t\"dockerBuildArgsKey\": jsii.String(\"dockerBuildArgs\"),\n\t\t\t\t},\n\t\t\t\t\"dockerBuildTarget\": jsii.String(\"dockerBuildTarget\"),\n\t\t\t\t\"dockerFile\": jsii.String(\"dockerFile\"),\n\t\t\t\t\"executable\": []*string{\n\t\t\t\t\tjsii.String(\"executable\"),\n\t\t\t\t},\n\t\t\t\t\"networkMode\": jsii.String(\"networkMode\"),\n\t\t\t},\n\t\t},\n\t},\n\tfiles: map[string]fileAsset{\n\t\t\"filesKey\": &fileAsset{\n\t\t\t\"destinations\": map[string]FileDestination{\n\t\t\t\t\"destinationsKey\": &FileDestination{\n\t\t\t\t\t\"bucketName\": jsii.String(\"bucketName\"),\n\t\t\t\t\t\"objectKey\": jsii.String(\"objectKey\"),\n\n\t\t\t\t\t// the properties below are optional\n\t\t\t\t\t\"assumeRoleArn\": jsii.String(\"assumeRoleArn\"),\n\t\t\t\t\t\"assumeRoleExternalId\": jsii.String(\"assumeRoleExternalId\"),\n\t\t\t\t\t\"region\": jsii.String(\"region\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\t\"source\": &FileSource{\n\t\t\t\t\"executable\": []*string{\n\t\t\t\t\tjsii.String(\"executable\"),\n\t\t\t\t},\n\t\t\t\t\"packaging\": cloud_assembly_schema.FileAssetPackaging_FILE,\n\t\t\t\t\"path\": jsii.String(\"path\"),\n\t\t\t},\n\t\t},\n\t},\n}",
202
202
  "version": "1"
203
203
  },
204
204
  "$": {
@@ -262,7 +262,7 @@
262
262
  "version": "1"
263
263
  },
264
264
  "go": {
265
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\nassetManifestProperties := &assetManifestProperties{\n\tfile: jsii.String(\"file\"),\n\n\t// the properties below are optional\n\tbootstrapStackVersionSsmParameter: jsii.String(\"bootstrapStackVersionSsmParameter\"),\n\trequiresBootstrapStackVersion: jsii.Number(123),\n}",
265
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\nassetManifestProperties := &assetManifestProperties{\n\tfile: jsii.String(\"file\"),\n\n\t// the properties below are optional\n\tbootstrapStackVersionSsmParameter: jsii.String(\"bootstrapStackVersionSsmParameter\"),\n\trequiresBootstrapStackVersion: jsii.Number(123),\n}",
266
266
  "version": "1"
267
267
  },
268
268
  "$": {
@@ -317,7 +317,7 @@
317
317
  "version": "1"
318
318
  },
319
319
  "go": {
320
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\navailabilityZonesContextQuery := &availabilityZonesContextQuery{\n\taccount: jsii.String(\"account\"),\n\tregion: jsii.String(\"region\"),\n\n\t// the properties below are optional\n\tlookupRoleArn: jsii.String(\"lookupRoleArn\"),\n}",
320
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\navailabilityZonesContextQuery := &availabilityZonesContextQuery{\n\taccount: jsii.String(\"account\"),\n\tregion: jsii.String(\"region\"),\n\n\t// the properties below are optional\n\tlookupRoleArn: jsii.String(\"lookupRoleArn\"),\n}",
321
321
  "version": "1"
322
322
  },
323
323
  "$": {
@@ -371,7 +371,7 @@
371
371
  "version": "1"
372
372
  },
373
373
  "go": {
374
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\nawsCloudFormationStackProperties := &awsCloudFormationStackProperties{\n\ttemplateFile: jsii.String(\"templateFile\"),\n\n\t// the properties below are optional\n\tassumeRoleArn: jsii.String(\"assumeRoleArn\"),\n\tassumeRoleExternalId: jsii.String(\"assumeRoleExternalId\"),\n\tbootstrapStackVersionSsmParameter: jsii.String(\"bootstrapStackVersionSsmParameter\"),\n\tcloudFormationExecutionRoleArn: jsii.String(\"cloudFormationExecutionRoleArn\"),\n\tlookupRole: &bootstrapRole{\n\t\tarn: jsii.String(\"arn\"),\n\n\t\t// the properties below are optional\n\t\tassumeRoleExternalId: jsii.String(\"assumeRoleExternalId\"),\n\t\tbootstrapStackVersionSsmParameter: jsii.String(\"bootstrapStackVersionSsmParameter\"),\n\t\trequiresBootstrapStackVersion: jsii.Number(123),\n\t},\n\tparameters: map[string]*string{\n\t\t\"parametersKey\": jsii.String(\"parameters\"),\n\t},\n\trequiresBootstrapStackVersion: jsii.Number(123),\n\tstackName: jsii.String(\"stackName\"),\n\tstackTemplateAssetObjectUrl: jsii.String(\"stackTemplateAssetObjectUrl\"),\n\ttags: map[string]*string{\n\t\t\"tagsKey\": jsii.String(\"tags\"),\n\t},\n\tterminationProtection: jsii.Boolean(false),\n\tvalidateOnSynth: jsii.Boolean(false),\n}",
374
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\nawsCloudFormationStackProperties := &awsCloudFormationStackProperties{\n\ttemplateFile: jsii.String(\"templateFile\"),\n\n\t// the properties below are optional\n\tassumeRoleArn: jsii.String(\"assumeRoleArn\"),\n\tassumeRoleExternalId: jsii.String(\"assumeRoleExternalId\"),\n\tbootstrapStackVersionSsmParameter: jsii.String(\"bootstrapStackVersionSsmParameter\"),\n\tcloudFormationExecutionRoleArn: jsii.String(\"cloudFormationExecutionRoleArn\"),\n\tlookupRole: &bootstrapRole{\n\t\tarn: jsii.String(\"arn\"),\n\n\t\t// the properties below are optional\n\t\tassumeRoleExternalId: jsii.String(\"assumeRoleExternalId\"),\n\t\tbootstrapStackVersionSsmParameter: jsii.String(\"bootstrapStackVersionSsmParameter\"),\n\t\trequiresBootstrapStackVersion: jsii.Number(123),\n\t},\n\tparameters: map[string]*string{\n\t\t\"parametersKey\": jsii.String(\"parameters\"),\n\t},\n\trequiresBootstrapStackVersion: jsii.Number(123),\n\tstackName: jsii.String(\"stackName\"),\n\tstackTemplateAssetObjectUrl: jsii.String(\"stackTemplateAssetObjectUrl\"),\n\ttags: map[string]*string{\n\t\t\"tagsKey\": jsii.String(\"tags\"),\n\t},\n\tterminationProtection: jsii.Boolean(false),\n\tvalidateOnSynth: jsii.Boolean(false),\n}",
375
375
  "version": "1"
376
376
  },
377
377
  "$": {
@@ -428,7 +428,7 @@
428
428
  "version": "1"
429
429
  },
430
430
  "go": {
431
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\nawsDestination := &awsDestination{\n\tassumeRoleArn: jsii.String(\"assumeRoleArn\"),\n\tassumeRoleExternalId: jsii.String(\"assumeRoleExternalId\"),\n\tregion: jsii.String(\"region\"),\n}",
431
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\nawsDestination := &awsDestination{\n\tassumeRoleArn: jsii.String(\"assumeRoleArn\"),\n\tassumeRoleExternalId: jsii.String(\"assumeRoleExternalId\"),\n\tregion: jsii.String(\"region\"),\n}",
432
432
  "version": "1"
433
433
  },
434
434
  "$": {
@@ -482,7 +482,7 @@
482
482
  "version": "1"
483
483
  },
484
484
  "go": {
485
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\nbootstrapRole := &bootstrapRole{\n\tarn: jsii.String(\"arn\"),\n\n\t// the properties below are optional\n\tassumeRoleExternalId: jsii.String(\"assumeRoleExternalId\"),\n\tbootstrapStackVersionSsmParameter: jsii.String(\"bootstrapStackVersionSsmParameter\"),\n\trequiresBootstrapStackVersion: jsii.Number(123),\n}",
485
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\nbootstrapRole := &bootstrapRole{\n\tarn: jsii.String(\"arn\"),\n\n\t// the properties below are optional\n\tassumeRoleExternalId: jsii.String(\"assumeRoleExternalId\"),\n\tbootstrapStackVersionSsmParameter: jsii.String(\"bootstrapStackVersionSsmParameter\"),\n\trequiresBootstrapStackVersion: jsii.Number(123),\n}",
486
486
  "version": "1"
487
487
  },
488
488
  "$": {
@@ -537,7 +537,7 @@
537
537
  "version": "1"
538
538
  },
539
539
  "go": {
540
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\ncdkCommand := &cdkCommand{\n\tenabled: jsii.Boolean(false),\n\texpectedMessage: jsii.String(\"expectedMessage\"),\n\texpectError: jsii.Boolean(false),\n}",
540
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\ncdkCommand := &cdkCommand{\n\tenabled: jsii.Boolean(false),\n\texpectedMessage: jsii.String(\"expectedMessage\"),\n\texpectError: jsii.Boolean(false),\n}",
541
541
  "version": "1"
542
542
  },
543
543
  "$": {
@@ -577,26 +577,26 @@
577
577
  },
578
578
  "fqnsFingerprint": "865a836cb27f42e709ad29a1f033399133017c1b7613ee028434d7ef7255a9ee"
579
579
  },
580
- "63dc388f28173d3c8caa17a4f56c2397f4a021852b0611fa6cc7e39ce47f462f": {
580
+ "3d5ed044bdcf88fb37a1df90c053ede6ecdfaab09db77590866856f0e8b7feb1": {
581
581
  "translations": {
582
582
  "python": {
583
- "source": "app = App()\n\nstack_under_test = Stack(app, \"StackUnderTest\")\n\nstack = Stack(app, \"stack\")\n\ntest_case = IntegTestCase(stack, \"CustomizedDeploymentWorkflow\",\n stacks=[stack_under_test],\n diff_assets=True,\n stack_update_workflow=True,\n cdk_command_options=CdkCommands(\n deploy=DeployCommand(\n args=DeployOptions(\n require_approval=RequireApproval.NEVER,\n json=True\n )\n ),\n destroy=DestroyCommand(\n args=DestroyOptions(\n force=True\n )\n )\n )\n)\n\nIntegTest(app, \"integ-test\",\n test_cases=[test_case]\n)",
583
+ "source": "app = App()\n\nstack_under_test = Stack(app, \"StackUnderTest\")\n\nstack = Stack(app, \"stack\")\n\ntest_case = IntegTest(app, \"CustomizedDeploymentWorkflow\",\n test_cases=[stack_under_test],\n diff_assets=True,\n stack_update_workflow=True,\n cdk_command_options=CdkCommands(\n deploy=DeployCommand(\n args=DeployOptions(\n require_approval=RequireApproval.NEVER,\n json=True\n )\n ),\n destroy=DestroyCommand(\n args=DestroyOptions(\n force=True\n )\n )\n )\n)",
584
584
  "version": "2"
585
585
  },
586
586
  "csharp": {
587
- "source": "App app = new App();\n\nStack stackUnderTest = new Stack(app, \"StackUnderTest\");\n\nStack stack = new Stack(app, \"stack\");\n\nIntegTestCase testCase = new IntegTestCase(stack, \"CustomizedDeploymentWorkflow\", new IntegTestCaseProps {\n Stacks = new [] { stackUnderTest },\n DiffAssets = true,\n StackUpdateWorkflow = true,\n CdkCommandOptions = new CdkCommands {\n Deploy = new DeployCommand {\n Args = new DeployOptions {\n RequireApproval = RequireApproval.NEVER,\n Json = true\n }\n },\n Destroy = new DestroyCommand {\n Args = new DestroyOptions {\n Force = true\n }\n }\n }\n});\n\nnew IntegTest(app, \"integ-test\", new IntegTestProps {\n TestCases = new [] { testCase }\n});",
587
+ "source": "App app = new App();\n\nStack stackUnderTest = new Stack(app, \"StackUnderTest\");\n\nStack stack = new Stack(app, \"stack\");\n\nIntegTest testCase = new IntegTest(app, \"CustomizedDeploymentWorkflow\", new IntegTestProps {\n TestCases = new [] { stackUnderTest },\n DiffAssets = true,\n StackUpdateWorkflow = true,\n CdkCommandOptions = new CdkCommands {\n Deploy = new DeployCommand {\n Args = new DeployOptions {\n RequireApproval = RequireApproval.NEVER,\n Json = true\n }\n },\n Destroy = new DestroyCommand {\n Args = new DestroyOptions {\n Force = true\n }\n }\n }\n});",
588
588
  "version": "1"
589
589
  },
590
590
  "java": {
591
- "source": "App app = new App();\n\nStack stackUnderTest = new Stack(app, \"StackUnderTest\");\n\nStack stack = new Stack(app, \"stack\");\n\nIntegTestCase testCase = IntegTestCase.Builder.create(stack, \"CustomizedDeploymentWorkflow\")\n .stacks(List.of(stackUnderTest))\n .diffAssets(true)\n .stackUpdateWorkflow(true)\n .cdkCommandOptions(CdkCommands.builder()\n .deploy(DeployCommand.builder()\n .args(DeployOptions.builder()\n .requireApproval(RequireApproval.NEVER)\n .json(true)\n .build())\n .build())\n .destroy(DestroyCommand.builder()\n .args(DestroyOptions.builder()\n .force(true)\n .build())\n .build())\n .build())\n .build();\n\nIntegTest.Builder.create(app, \"integ-test\")\n .testCases(List.of(testCase))\n .build();",
591
+ "source": "App app = new App();\n\nStack stackUnderTest = new Stack(app, \"StackUnderTest\");\n\nStack stack = new Stack(app, \"stack\");\n\nIntegTest testCase = IntegTest.Builder.create(app, \"CustomizedDeploymentWorkflow\")\n .testCases(List.of(stackUnderTest))\n .diffAssets(true)\n .stackUpdateWorkflow(true)\n .cdkCommandOptions(CdkCommands.builder()\n .deploy(DeployCommand.builder()\n .args(DeployOptions.builder()\n .requireApproval(RequireApproval.NEVER)\n .json(true)\n .build())\n .build())\n .destroy(DestroyCommand.builder()\n .args(DestroyOptions.builder()\n .force(true)\n .build())\n .build())\n .build())\n .build();",
592
592
  "version": "1"
593
593
  },
594
594
  "go": {
595
- "source": "app := NewApp()\n\nstackUnderTest := NewStack(app, jsii.String(\"StackUnderTest\"))\n\nstack := NewStack(app, jsii.String(\"stack\"))\n\ntestCase := NewIntegTestCase(stack, jsii.String(\"CustomizedDeploymentWorkflow\"), &integTestCaseProps{\n\tstacks: []stack{\n\t\tstackUnderTest,\n\t},\n\tdiffAssets: jsii.Boolean(true),\n\tstackUpdateWorkflow: jsii.Boolean(true),\n\tcdkCommandOptions: &cdkCommands{\n\t\tdeploy: &deployCommand{\n\t\t\targs: &deployOptions{\n\t\t\t\trequireApproval: requireApproval_NEVER,\n\t\t\t\tjson: jsii.Boolean(true),\n\t\t\t},\n\t\t},\n\t\tdestroy: &destroyCommand{\n\t\t\targs: &destroyOptions{\n\t\t\t\tforce: jsii.Boolean(true),\n\t\t\t},\n\t\t},\n\t},\n})\n\nNewIntegTest(app, jsii.String(\"integ-test\"), &integTestProps{\n\ttestCases: []integTestCase{\n\t\ttestCase,\n\t},\n})",
595
+ "source": "app := awscdkcore.NewApp()\n\nstackUnderTest := awscdkcore.NewStack(app, jsii.String(\"StackUnderTest\"))\n\nstack := awscdkcore.NewStack(app, jsii.String(\"stack\"))\n\ntestCase := awscdkintegtests.NewIntegTest(app, jsii.String(\"CustomizedDeploymentWorkflow\"), &integTestProps{\n\ttestCases: []stack{\n\t\tstackUnderTest,\n\t},\n\tdiffAssets: jsii.Boolean(true),\n\tstackUpdateWorkflow: jsii.Boolean(true),\n\tcdkCommandOptions: &cdkCommands{\n\t\tdeploy: &deployCommand{\n\t\t\targs: &deployOptions{\n\t\t\t\trequireApproval: *awscdkcloudassemblyschema.RequireApproval_NEVER,\n\t\t\t\tjson: jsii.Boolean(true),\n\t\t\t},\n\t\t},\n\t\tdestroy: &destroyCommand{\n\t\t\targs: &destroyOptions{\n\t\t\t\tforce: jsii.Boolean(true),\n\t\t\t},\n\t\t},\n\t},\n})",
596
596
  "version": "1"
597
597
  },
598
598
  "$": {
599
- "source": "const app = new App();\n\nconst stackUnderTest = new Stack(app, 'StackUnderTest', /* ... */);\n\nconst stack = new Stack(app, 'stack');\n\nconst testCase = new IntegTestCase(stack, 'CustomizedDeploymentWorkflow', {\n stacks: [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});\n\nnew IntegTest(app, 'integ-test', {\n testCases: [testCase],\n});",
599
+ "source": "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});",
600
600
  "version": "0"
601
601
  }
602
602
  },
@@ -619,30 +619,26 @@
619
619
  "@aws-cdk/cloud-assembly-schema.RequireApproval",
620
620
  "@aws-cdk/cloud-assembly-schema.RequireApproval#NEVER",
621
621
  "@aws-cdk/core.App",
622
- "@aws-cdk/core.Construct",
623
622
  "@aws-cdk/core.Stack",
624
623
  "@aws-cdk/integ-tests.IntegTest",
625
- "@aws-cdk/integ-tests.IntegTestCase",
626
- "@aws-cdk/integ-tests.IntegTestCaseProps",
627
624
  "@aws-cdk/integ-tests.IntegTestProps",
628
625
  "constructs.Construct"
629
626
  ],
630
- "fullSource": "import * as lambda from '@aws-cdk/aws-lambda';\nimport { IntegTestCase, IntegTest } from '@aws-cdk/integ-tests';\nimport {\n App,\n Construct,\n Stack,\n StackProps,\n} from '@aws-cdk/core';\nimport * as path from 'path';\nimport { RequireApproval } from '@aws-cdk/cloud-assembly-schema';\n\n// Code snippet begins after !show marker below\n/// !show\nconst app = new App();\n\nconst stackUnderTest = new Stack(app, 'StackUnderTest', /* ... */);\n\nconst stack = new Stack(app, 'stack');\n\nconst testCase = new IntegTestCase(stack, 'CustomizedDeploymentWorkflow', {\n stacks: [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});\n\nnew IntegTest(app, 'integ-test', {\n testCases: [testCase],\n});\n/// !hide\n// Code snippet ended before !hide marker above\n",
627
+ "fullSource": "import * as lambda from '@aws-cdk/aws-lambda';\nimport {\n IntegTestCase,\n IntegTest,\n IntegTestCaseStack,\n DeployAssert,\n AwsApiCall,\n EqualsAssertion,\n ActualResult,\n ExpectedResult,\n InvocationType,\n AssertionType,\n LambdaInvokeFunction,\n Match,\n} from '@aws-cdk/integ-tests';\nimport {\n App,\n Construct,\n Stack,\n StackProps,\n CustomResource,\n} from '@aws-cdk/core';\nimport * as path from 'path';\nimport * as sqs from '@aws-cdk/aws-sqs';\nimport { IStateMachine } from '@aws-cdk/aws-stepfunctions';\nimport { RequireApproval } from '@aws-cdk/cloud-assembly-schema';\n\n// Code snippet begins after !show marker below\n/// !show\nconst 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});\n/// !hide\n// Code snippet ended before !hide marker above\n",
631
628
  "syntaxKindCounter": {
632
- "10": 4,
633
- "75": 29,
629
+ "10": 3,
630
+ "75": 25,
634
631
  "106": 4,
635
- "192": 2,
636
- "193": 7,
632
+ "192": 1,
633
+ "193": 6,
637
634
  "194": 1,
638
- "197": 5,
635
+ "197": 4,
639
636
  "225": 4,
640
- "226": 1,
641
637
  "242": 4,
642
638
  "243": 4,
643
- "281": 12
639
+ "281": 11
644
640
  },
645
- "fqnsFingerprint": "8fd829411f80b66bd9a64ab6ac39bec7589714513a5f5020d1ce90298ceef9cb"
641
+ "fqnsFingerprint": "488d76cc68f30970fa014ebbe9ea29693504adfde90786f74ce76bc39d63e5cf"
646
642
  },
647
643
  "8f7e2b076b4d344fbaa2cffd1d4b6826a6b768f06ff4f268b7962397ae513f96": {
648
644
  "translations": {
@@ -659,7 +655,7 @@
659
655
  "version": "1"
660
656
  },
661
657
  "go": {
662
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\ncontainerImageAssetMetadataEntry := &containerImageAssetMetadataEntry{\n\tid: jsii.String(\"id\"),\n\tpackaging: jsii.String(\"packaging\"),\n\tpath: jsii.String(\"path\"),\n\tsourceHash: jsii.String(\"sourceHash\"),\n\n\t// the properties below are optional\n\tbuildArgs: map[string]*string{\n\t\t\"buildArgsKey\": jsii.String(\"buildArgs\"),\n\t},\n\tfile: jsii.String(\"file\"),\n\timageNameParameter: jsii.String(\"imageNameParameter\"),\n\timageTag: jsii.String(\"imageTag\"),\n\tnetworkMode: jsii.String(\"networkMode\"),\n\trepositoryName: jsii.String(\"repositoryName\"),\n\ttarget: jsii.String(\"target\"),\n}",
658
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\ncontainerImageAssetMetadataEntry := &containerImageAssetMetadataEntry{\n\tid: jsii.String(\"id\"),\n\tpackaging: jsii.String(\"packaging\"),\n\tpath: jsii.String(\"path\"),\n\tsourceHash: jsii.String(\"sourceHash\"),\n\n\t// the properties below are optional\n\tbuildArgs: map[string]*string{\n\t\t\"buildArgsKey\": jsii.String(\"buildArgs\"),\n\t},\n\tfile: jsii.String(\"file\"),\n\timageNameParameter: jsii.String(\"imageNameParameter\"),\n\timageTag: jsii.String(\"imageTag\"),\n\tnetworkMode: jsii.String(\"networkMode\"),\n\trepositoryName: jsii.String(\"repositoryName\"),\n\ttarget: jsii.String(\"target\"),\n}",
663
659
  "version": "1"
664
660
  },
665
661
  "$": {
@@ -713,7 +709,7 @@
713
709
  "version": "1"
714
710
  },
715
711
  "go": {
716
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\ndefaultCdkOptions := &defaultCdkOptions{\n\tall: jsii.Boolean(false),\n\tapp: jsii.String(\"app\"),\n\tassetMetadata: jsii.Boolean(false),\n\tcaBundlePath: jsii.String(\"caBundlePath\"),\n\tcolor: jsii.Boolean(false),\n\tcontext: map[string]*string{\n\t\t\"contextKey\": jsii.String(\"context\"),\n\t},\n\tdebug: jsii.Boolean(false),\n\tec2Creds: jsii.Boolean(false),\n\tignoreErrors: jsii.Boolean(false),\n\tjson: jsii.Boolean(false),\n\tlookups: jsii.Boolean(false),\n\tnotices: jsii.Boolean(false),\n\toutput: jsii.String(\"output\"),\n\tpathMetadata: jsii.Boolean(false),\n\tprofile: jsii.String(\"profile\"),\n\tproxy: jsii.String(\"proxy\"),\n\troleArn: jsii.String(\"roleArn\"),\n\tstacks: []*string{\n\t\tjsii.String(\"stacks\"),\n\t},\n\tstaging: jsii.Boolean(false),\n\tstrict: jsii.Boolean(false),\n\ttrace: jsii.Boolean(false),\n\tverbose: jsii.Boolean(false),\n\tversionReporting: jsii.Boolean(false),\n}",
712
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\ndefaultCdkOptions := &defaultCdkOptions{\n\tall: jsii.Boolean(false),\n\tapp: jsii.String(\"app\"),\n\tassetMetadata: jsii.Boolean(false),\n\tcaBundlePath: jsii.String(\"caBundlePath\"),\n\tcolor: jsii.Boolean(false),\n\tcontext: map[string]*string{\n\t\t\"contextKey\": jsii.String(\"context\"),\n\t},\n\tdebug: jsii.Boolean(false),\n\tec2Creds: jsii.Boolean(false),\n\tignoreErrors: jsii.Boolean(false),\n\tjson: jsii.Boolean(false),\n\tlookups: jsii.Boolean(false),\n\tnotices: jsii.Boolean(false),\n\toutput: jsii.String(\"output\"),\n\tpathMetadata: jsii.Boolean(false),\n\tprofile: jsii.String(\"profile\"),\n\tproxy: jsii.String(\"proxy\"),\n\troleArn: jsii.String(\"roleArn\"),\n\tstacks: []*string{\n\t\tjsii.String(\"stacks\"),\n\t},\n\tstaging: jsii.Boolean(false),\n\tstrict: jsii.Boolean(false),\n\ttrace: jsii.Boolean(false),\n\tverbose: jsii.Boolean(false),\n\tversionReporting: jsii.Boolean(false),\n}",
717
713
  "version": "1"
718
714
  },
719
715
  "$": {
@@ -754,26 +750,26 @@
754
750
  },
755
751
  "fqnsFingerprint": "f16cd9f149a62c877e1157dcab005757f63025a11ef35bfa96f204678c213aff"
756
752
  },
757
- "c8b3782ddc9b1dce8ccb2b9e8fb42557d54b61dd6d00b4ea6ac6a5f673e401b2": {
753
+ "d6b74519d6cb68f45ad4cf8ed9c08cef975278a726624ded3b3a0cc0998cfc36": {
758
754
  "translations": {
759
755
  "python": {
760
- "source": "app = App()\n\nstack_under_test = Stack(app, \"StackUnderTest\")\n\nstack = Stack(app, \"stack\")\n\ntest_case = IntegTestCase(stack, \"CustomizedDeploymentWorkflow\",\n stacks=[stack_under_test],\n diff_assets=True,\n stack_update_workflow=True,\n cdk_command_options=CdkCommands(\n deploy=DeployCommand(\n args=DeployOptions(\n require_approval=RequireApproval.NEVER,\n json=True\n )\n ),\n destroy=DestroyCommand(\n args=DestroyOptions(\n force=True\n )\n )\n )\n)\n\nIntegTest(app, \"integ-test\",\n test_cases=[test_case]\n)",
756
+ "source": "app = App()\n\nstack_under_test = Stack(app, \"StackUnderTest\")\n\nstack = Stack(app, \"stack\")\n\ntest_case = IntegTest(app, \"CustomizedDeploymentWorkflow\",\n test_cases=[stack_under_test],\n diff_assets=True,\n stack_update_workflow=True,\n cdk_command_options=CdkCommands(\n deploy=DeployCommand(\n args=DeployOptions(\n require_approval=RequireApproval.NEVER,\n json=True\n )\n ),\n destroy=DestroyCommand(\n args=DestroyOptions(\n force=True\n )\n )\n )\n)",
761
757
  "version": "2"
762
758
  },
763
759
  "csharp": {
764
- "source": "App app = new App();\n\nStack stackUnderTest = new Stack(app, \"StackUnderTest\");\n\nStack stack = new Stack(app, \"stack\");\n\nIntegTestCase testCase = new IntegTestCase(stack, \"CustomizedDeploymentWorkflow\", new IntegTestCaseProps {\n Stacks = new [] { stackUnderTest },\n DiffAssets = true,\n StackUpdateWorkflow = true,\n CdkCommandOptions = new CdkCommands {\n Deploy = new DeployCommand {\n Args = new DeployOptions {\n RequireApproval = RequireApproval.NEVER,\n Json = true\n }\n },\n Destroy = new DestroyCommand {\n Args = new DestroyOptions {\n Force = true\n }\n }\n }\n});\n\nnew IntegTest(app, \"integ-test\", new IntegTestProps {\n TestCases = new [] { testCase }\n});",
760
+ "source": "App app = new App();\n\nStack stackUnderTest = new Stack(app, \"StackUnderTest\");\n\nStack stack = new Stack(app, \"stack\");\n\nIntegTest testCase = new IntegTest(app, \"CustomizedDeploymentWorkflow\", new IntegTestProps {\n TestCases = new [] { stackUnderTest },\n DiffAssets = true,\n StackUpdateWorkflow = true,\n CdkCommandOptions = new CdkCommands {\n Deploy = new DeployCommand {\n Args = new DeployOptions {\n RequireApproval = RequireApproval.NEVER,\n Json = true\n }\n },\n Destroy = new DestroyCommand {\n Args = new DestroyOptions {\n Force = true\n }\n }\n }\n});",
765
761
  "version": "1"
766
762
  },
767
763
  "java": {
768
- "source": "App app = new App();\n\nStack stackUnderTest = new Stack(app, \"StackUnderTest\");\n\nStack stack = new Stack(app, \"stack\");\n\nIntegTestCase testCase = IntegTestCase.Builder.create(stack, \"CustomizedDeploymentWorkflow\")\n .stacks(List.of(stackUnderTest))\n .diffAssets(true)\n .stackUpdateWorkflow(true)\n .cdkCommandOptions(CdkCommands.builder()\n .deploy(DeployCommand.builder()\n .args(DeployOptions.builder()\n .requireApproval(RequireApproval.NEVER)\n .json(true)\n .build())\n .build())\n .destroy(DestroyCommand.builder()\n .args(DestroyOptions.builder()\n .force(true)\n .build())\n .build())\n .build())\n .build();\n\nIntegTest.Builder.create(app, \"integ-test\")\n .testCases(List.of(testCase))\n .build();",
764
+ "source": "App app = new App();\n\nStack stackUnderTest = new Stack(app, \"StackUnderTest\");\n\nStack stack = new Stack(app, \"stack\");\n\nIntegTest testCase = IntegTest.Builder.create(app, \"CustomizedDeploymentWorkflow\")\n .testCases(List.of(stackUnderTest))\n .diffAssets(true)\n .stackUpdateWorkflow(true)\n .cdkCommandOptions(CdkCommands.builder()\n .deploy(DeployCommand.builder()\n .args(DeployOptions.builder()\n .requireApproval(RequireApproval.NEVER)\n .json(true)\n .build())\n .build())\n .destroy(DestroyCommand.builder()\n .args(DestroyOptions.builder()\n .force(true)\n .build())\n .build())\n .build())\n .build();",
769
765
  "version": "1"
770
766
  },
771
767
  "go": {
772
- "source": "app := NewApp()\n\nstackUnderTest := NewStack(app, jsii.String(\"StackUnderTest\"))\n\nstack := NewStack(app, jsii.String(\"stack\"))\n\ntestCase := NewIntegTestCase(stack, jsii.String(\"CustomizedDeploymentWorkflow\"), &integTestCaseProps{\n\tstacks: []stack{\n\t\tstackUnderTest,\n\t},\n\tdiffAssets: jsii.Boolean(true),\n\tstackUpdateWorkflow: jsii.Boolean(true),\n\tcdkCommandOptions: &cdkCommands{\n\t\tdeploy: &deployCommand{\n\t\t\targs: &deployOptions{\n\t\t\t\trequireApproval: requireApproval_NEVER,\n\t\t\t\tjson: jsii.Boolean(true),\n\t\t\t},\n\t\t},\n\t\tdestroy: &destroyCommand{\n\t\t\targs: &destroyOptions{\n\t\t\t\tforce: jsii.Boolean(true),\n\t\t\t},\n\t\t},\n\t},\n})\n\nNewIntegTest(app, jsii.String(\"integ-test\"), &integTestProps{\n\ttestCases: []integTestCase{\n\t\ttestCase,\n\t},\n})",
768
+ "source": "app := awscdkcore.NewApp()\n\nstackUnderTest := awscdkcore.NewStack(app, jsii.String(\"StackUnderTest\"))\n\nstack := awscdkcore.NewStack(app, jsii.String(\"stack\"))\n\ntestCase := awscdkintegtests.NewIntegTest(app, jsii.String(\"CustomizedDeploymentWorkflow\"), &integTestProps{\n\ttestCases: []stack{\n\t\tstackUnderTest,\n\t},\n\tdiffAssets: jsii.Boolean(true),\n\tstackUpdateWorkflow: jsii.Boolean(true),\n\tcdkCommandOptions: &cdkCommands{\n\t\tdeploy: &deployCommand{\n\t\t\targs: &deployOptions{\n\t\t\t\trequireApproval: *awscdkcloudassemblyschema.RequireApproval_NEVER,\n\t\t\t\tjson: jsii.Boolean(true),\n\t\t\t},\n\t\t},\n\t\tdestroy: &destroyCommand{\n\t\t\targs: &destroyOptions{\n\t\t\t\tforce: jsii.Boolean(true),\n\t\t\t},\n\t\t},\n\t},\n})",
773
769
  "version": "1"
774
770
  },
775
771
  "$": {
776
- "source": "const app = new App();\n\nconst stackUnderTest = new Stack(app, 'StackUnderTest', /* ... */);\n\nconst stack = new Stack(app, 'stack');\n\nconst testCase = new IntegTestCase(stack, 'CustomizedDeploymentWorkflow', {\n stacks: [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});\n\nnew IntegTest(app, 'integ-test', {\n testCases: [testCase],\n});",
772
+ "source": "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});",
777
773
  "version": "0"
778
774
  }
779
775
  },
@@ -796,51 +792,47 @@
796
792
  "@aws-cdk/cloud-assembly-schema.RequireApproval",
797
793
  "@aws-cdk/cloud-assembly-schema.RequireApproval#NEVER",
798
794
  "@aws-cdk/core.App",
799
- "@aws-cdk/core.Construct",
800
795
  "@aws-cdk/core.Stack",
801
796
  "@aws-cdk/integ-tests.IntegTest",
802
- "@aws-cdk/integ-tests.IntegTestCase",
803
- "@aws-cdk/integ-tests.IntegTestCaseProps",
804
797
  "@aws-cdk/integ-tests.IntegTestProps",
805
798
  "constructs.Construct"
806
799
  ],
807
- "fullSource": "import * as lambda from '@aws-cdk/aws-lambda';\nimport { IntegTestCase, IntegTest } from '@aws-cdk/integ-tests';\nimport {\n App,\n Construct,\n Stack,\n StackProps,\n} from '@aws-cdk/core';\nimport * as path from 'path';\nimport { RequireApproval } from '@aws-cdk/cloud-assembly-schema';\n\n// Code snippet begins after !show marker below\n/// !show\nconst app = new App();\n\nconst stackUnderTest = new Stack(app, 'StackUnderTest', /* ... */);\n\nconst stack = new Stack(app, 'stack');\n\nconst testCase = new IntegTestCase(stack, 'CustomizedDeploymentWorkflow', {\n stacks: [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});\n\nnew IntegTest(app, 'integ-test', {\n testCases: [testCase],\n});\n/// !hide\n// Code snippet ended before !hide marker above\n",
800
+ "fullSource": "import * as lambda from '@aws-cdk/aws-lambda';\nimport {\n IntegTestCase,\n IntegTest,\n IntegTestCaseStack,\n DeployAssert,\n AwsApiCall,\n EqualsAssertion,\n ActualResult,\n ExpectedResult,\n InvocationType,\n AssertionType,\n LambdaInvokeFunction,\n Match,\n} from '@aws-cdk/integ-tests';\nimport {\n App,\n Construct,\n Stack,\n StackProps,\n CustomResource,\n} from '@aws-cdk/core';\nimport * as path from 'path';\nimport * as sqs from '@aws-cdk/aws-sqs';\nimport { IStateMachine } from '@aws-cdk/aws-stepfunctions';\nimport { RequireApproval } from '@aws-cdk/cloud-assembly-schema';\n\n// Code snippet begins after !show marker below\n/// !show\nconst 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});\n/// !hide\n// Code snippet ended before !hide marker above\n",
808
801
  "syntaxKindCounter": {
809
- "10": 4,
810
- "75": 29,
802
+ "10": 3,
803
+ "75": 25,
811
804
  "106": 4,
812
- "192": 2,
813
- "193": 7,
805
+ "192": 1,
806
+ "193": 6,
814
807
  "194": 1,
815
- "197": 5,
808
+ "197": 4,
816
809
  "225": 4,
817
- "226": 1,
818
810
  "242": 4,
819
811
  "243": 4,
820
- "281": 12
812
+ "281": 11
821
813
  },
822
- "fqnsFingerprint": "8fd829411f80b66bd9a64ab6ac39bec7589714513a5f5020d1ce90298ceef9cb"
814
+ "fqnsFingerprint": "488d76cc68f30970fa014ebbe9ea29693504adfde90786f74ce76bc39d63e5cf"
823
815
  },
824
- "6a6f28417fbf216b862f3f101683041ff98b74718631395289485f566e9246c3": {
816
+ "2673320b69bd7acf00bfdfe07b01f03cdae5f8421567b389c1b3182754f8a165": {
825
817
  "translations": {
826
818
  "python": {
827
- "source": "app = App()\n\nstack_under_test = Stack(app, \"StackUnderTest\")\n\nstack = Stack(app, \"stack\")\n\ntest_case = IntegTestCase(stack, \"CustomizedDeploymentWorkflow\",\n stacks=[stack_under_test],\n diff_assets=True,\n stack_update_workflow=True,\n cdk_command_options=CdkCommands(\n deploy=DeployCommand(\n args=DeployOptions(\n require_approval=RequireApproval.NEVER,\n json=True\n )\n ),\n destroy=DestroyCommand(\n args=DestroyOptions(\n force=True\n )\n )\n )\n)\n\nIntegTest(app, \"integ-test\",\n test_cases=[test_case]\n)",
819
+ "source": "app = App()\n\nstack_under_test = Stack(app, \"StackUnderTest\")\n\nstack = Stack(app, \"stack\")\n\ntest_case = IntegTest(app, \"CustomizedDeploymentWorkflow\",\n test_cases=[stack_under_test],\n diff_assets=True,\n stack_update_workflow=True,\n cdk_command_options=CdkCommands(\n deploy=DeployCommand(\n args=DeployOptions(\n require_approval=RequireApproval.NEVER,\n json=True\n )\n ),\n destroy=DestroyCommand(\n args=DestroyOptions(\n force=True\n )\n )\n )\n)",
828
820
  "version": "2"
829
821
  },
830
822
  "csharp": {
831
- "source": "App app = new App();\n\nStack stackUnderTest = new Stack(app, \"StackUnderTest\");\n\nStack stack = new Stack(app, \"stack\");\n\nIntegTestCase testCase = new IntegTestCase(stack, \"CustomizedDeploymentWorkflow\", new IntegTestCaseProps {\n Stacks = new [] { stackUnderTest },\n DiffAssets = true,\n StackUpdateWorkflow = true,\n CdkCommandOptions = new CdkCommands {\n Deploy = new DeployCommand {\n Args = new DeployOptions {\n RequireApproval = RequireApproval.NEVER,\n Json = true\n }\n },\n Destroy = new DestroyCommand {\n Args = new DestroyOptions {\n Force = true\n }\n }\n }\n});\n\nnew IntegTest(app, \"integ-test\", new IntegTestProps {\n TestCases = new [] { testCase }\n});",
823
+ "source": "App app = new App();\n\nStack stackUnderTest = new Stack(app, \"StackUnderTest\");\n\nStack stack = new Stack(app, \"stack\");\n\nIntegTest testCase = new IntegTest(app, \"CustomizedDeploymentWorkflow\", new IntegTestProps {\n TestCases = new [] { stackUnderTest },\n DiffAssets = true,\n StackUpdateWorkflow = true,\n CdkCommandOptions = new CdkCommands {\n Deploy = new DeployCommand {\n Args = new DeployOptions {\n RequireApproval = RequireApproval.NEVER,\n Json = true\n }\n },\n Destroy = new DestroyCommand {\n Args = new DestroyOptions {\n Force = true\n }\n }\n }\n});",
832
824
  "version": "1"
833
825
  },
834
826
  "java": {
835
- "source": "App app = new App();\n\nStack stackUnderTest = new Stack(app, \"StackUnderTest\");\n\nStack stack = new Stack(app, \"stack\");\n\nIntegTestCase testCase = IntegTestCase.Builder.create(stack, \"CustomizedDeploymentWorkflow\")\n .stacks(List.of(stackUnderTest))\n .diffAssets(true)\n .stackUpdateWorkflow(true)\n .cdkCommandOptions(CdkCommands.builder()\n .deploy(DeployCommand.builder()\n .args(DeployOptions.builder()\n .requireApproval(RequireApproval.NEVER)\n .json(true)\n .build())\n .build())\n .destroy(DestroyCommand.builder()\n .args(DestroyOptions.builder()\n .force(true)\n .build())\n .build())\n .build())\n .build();\n\nIntegTest.Builder.create(app, \"integ-test\")\n .testCases(List.of(testCase))\n .build();",
827
+ "source": "App app = new App();\n\nStack stackUnderTest = new Stack(app, \"StackUnderTest\");\n\nStack stack = new Stack(app, \"stack\");\n\nIntegTest testCase = IntegTest.Builder.create(app, \"CustomizedDeploymentWorkflow\")\n .testCases(List.of(stackUnderTest))\n .diffAssets(true)\n .stackUpdateWorkflow(true)\n .cdkCommandOptions(CdkCommands.builder()\n .deploy(DeployCommand.builder()\n .args(DeployOptions.builder()\n .requireApproval(RequireApproval.NEVER)\n .json(true)\n .build())\n .build())\n .destroy(DestroyCommand.builder()\n .args(DestroyOptions.builder()\n .force(true)\n .build())\n .build())\n .build())\n .build();",
836
828
  "version": "1"
837
829
  },
838
830
  "go": {
839
- "source": "app := NewApp()\n\nstackUnderTest := NewStack(app, jsii.String(\"StackUnderTest\"))\n\nstack := NewStack(app, jsii.String(\"stack\"))\n\ntestCase := NewIntegTestCase(stack, jsii.String(\"CustomizedDeploymentWorkflow\"), &integTestCaseProps{\n\tstacks: []stack{\n\t\tstackUnderTest,\n\t},\n\tdiffAssets: jsii.Boolean(true),\n\tstackUpdateWorkflow: jsii.Boolean(true),\n\tcdkCommandOptions: &cdkCommands{\n\t\tdeploy: &deployCommand{\n\t\t\targs: &deployOptions{\n\t\t\t\trequireApproval: requireApproval_NEVER,\n\t\t\t\tjson: jsii.Boolean(true),\n\t\t\t},\n\t\t},\n\t\tdestroy: &destroyCommand{\n\t\t\targs: &destroyOptions{\n\t\t\t\tforce: jsii.Boolean(true),\n\t\t\t},\n\t\t},\n\t},\n})\n\nNewIntegTest(app, jsii.String(\"integ-test\"), &integTestProps{\n\ttestCases: []integTestCase{\n\t\ttestCase,\n\t},\n})",
831
+ "source": "app := awscdkcore.NewApp()\n\nstackUnderTest := awscdkcore.NewStack(app, jsii.String(\"StackUnderTest\"))\n\nstack := awscdkcore.NewStack(app, jsii.String(\"stack\"))\n\ntestCase := awscdkintegtests.NewIntegTest(app, jsii.String(\"CustomizedDeploymentWorkflow\"), &integTestProps{\n\ttestCases: []stack{\n\t\tstackUnderTest,\n\t},\n\tdiffAssets: jsii.Boolean(true),\n\tstackUpdateWorkflow: jsii.Boolean(true),\n\tcdkCommandOptions: &cdkCommands{\n\t\tdeploy: &deployCommand{\n\t\t\targs: &deployOptions{\n\t\t\t\trequireApproval: *awscdkcloudassemblyschema.RequireApproval_NEVER,\n\t\t\t\tjson: jsii.Boolean(true),\n\t\t\t},\n\t\t},\n\t\tdestroy: &destroyCommand{\n\t\t\targs: &destroyOptions{\n\t\t\t\tforce: jsii.Boolean(true),\n\t\t\t},\n\t\t},\n\t},\n})",
840
832
  "version": "1"
841
833
  },
842
834
  "$": {
843
- "source": "const app = new App();\n\nconst stackUnderTest = new Stack(app, 'StackUnderTest', /* ... */);\n\nconst stack = new Stack(app, 'stack');\n\nconst testCase = new IntegTestCase(stack, 'CustomizedDeploymentWorkflow', {\n stacks: [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});\n\nnew IntegTest(app, 'integ-test', {\n testCases: [testCase],\n});",
835
+ "source": "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});",
844
836
  "version": "0"
845
837
  }
846
838
  },
@@ -863,51 +855,47 @@
863
855
  "@aws-cdk/cloud-assembly-schema.RequireApproval",
864
856
  "@aws-cdk/cloud-assembly-schema.RequireApproval#NEVER",
865
857
  "@aws-cdk/core.App",
866
- "@aws-cdk/core.Construct",
867
858
  "@aws-cdk/core.Stack",
868
859
  "@aws-cdk/integ-tests.IntegTest",
869
- "@aws-cdk/integ-tests.IntegTestCase",
870
- "@aws-cdk/integ-tests.IntegTestCaseProps",
871
860
  "@aws-cdk/integ-tests.IntegTestProps",
872
861
  "constructs.Construct"
873
862
  ],
874
- "fullSource": "import * as lambda from '@aws-cdk/aws-lambda';\nimport { IntegTestCase, IntegTest } from '@aws-cdk/integ-tests';\nimport {\n App,\n Construct,\n Stack,\n StackProps,\n} from '@aws-cdk/core';\nimport * as path from 'path';\nimport { RequireApproval } from '@aws-cdk/cloud-assembly-schema';\n\n// Code snippet begins after !show marker below\n/// !show\nconst app = new App();\n\nconst stackUnderTest = new Stack(app, 'StackUnderTest', /* ... */);\n\nconst stack = new Stack(app, 'stack');\n\nconst testCase = new IntegTestCase(stack, 'CustomizedDeploymentWorkflow', {\n stacks: [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});\n\nnew IntegTest(app, 'integ-test', {\n testCases: [testCase],\n});\n/// !hide\n// Code snippet ended before !hide marker above\n",
863
+ "fullSource": "import * as lambda from '@aws-cdk/aws-lambda';\nimport {\n IntegTestCase,\n IntegTest,\n IntegTestCaseStack,\n DeployAssert,\n AwsApiCall,\n EqualsAssertion,\n ActualResult,\n ExpectedResult,\n InvocationType,\n AssertionType,\n LambdaInvokeFunction,\n Match,\n} from '@aws-cdk/integ-tests';\nimport {\n App,\n Construct,\n Stack,\n StackProps,\n CustomResource,\n} from '@aws-cdk/core';\nimport * as path from 'path';\nimport * as sqs from '@aws-cdk/aws-sqs';\nimport { IStateMachine } from '@aws-cdk/aws-stepfunctions';\nimport { RequireApproval } from '@aws-cdk/cloud-assembly-schema';\n\n// Code snippet begins after !show marker below\n/// !show\nconst 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});\n/// !hide\n// Code snippet ended before !hide marker above\n",
875
864
  "syntaxKindCounter": {
876
- "10": 4,
877
- "75": 29,
865
+ "10": 3,
866
+ "75": 25,
878
867
  "106": 4,
879
- "192": 2,
880
- "193": 7,
868
+ "192": 1,
869
+ "193": 6,
881
870
  "194": 1,
882
- "197": 5,
871
+ "197": 4,
883
872
  "225": 4,
884
- "226": 1,
885
873
  "242": 4,
886
874
  "243": 4,
887
- "281": 12
875
+ "281": 11
888
876
  },
889
- "fqnsFingerprint": "8fd829411f80b66bd9a64ab6ac39bec7589714513a5f5020d1ce90298ceef9cb"
877
+ "fqnsFingerprint": "488d76cc68f30970fa014ebbe9ea29693504adfde90786f74ce76bc39d63e5cf"
890
878
  },
891
- "859d6e01e1259b0112eb5f54bb02b87d0b973b1901669403c912c3ac96016e7c": {
879
+ "928ecab06d014029482ce667d4580acb8191ffe6c64a33eaf1e223491ab4002e": {
892
880
  "translations": {
893
881
  "python": {
894
- "source": "app = App()\n\nstack_under_test = Stack(app, \"StackUnderTest\")\n\nstack = Stack(app, \"stack\")\n\ntest_case = IntegTestCase(stack, \"CustomizedDeploymentWorkflow\",\n stacks=[stack_under_test],\n diff_assets=True,\n stack_update_workflow=True,\n cdk_command_options=CdkCommands(\n deploy=DeployCommand(\n args=DeployOptions(\n require_approval=RequireApproval.NEVER,\n json=True\n )\n ),\n destroy=DestroyCommand(\n args=DestroyOptions(\n force=True\n )\n )\n )\n)\n\nIntegTest(app, \"integ-test\",\n test_cases=[test_case]\n)",
882
+ "source": "app = App()\n\nstack_under_test = Stack(app, \"StackUnderTest\")\n\nstack = Stack(app, \"stack\")\n\ntest_case = IntegTest(app, \"CustomizedDeploymentWorkflow\",\n test_cases=[stack_under_test],\n diff_assets=True,\n stack_update_workflow=True,\n cdk_command_options=CdkCommands(\n deploy=DeployCommand(\n args=DeployOptions(\n require_approval=RequireApproval.NEVER,\n json=True\n )\n ),\n destroy=DestroyCommand(\n args=DestroyOptions(\n force=True\n )\n )\n )\n)",
895
883
  "version": "2"
896
884
  },
897
885
  "csharp": {
898
- "source": "App app = new App();\n\nStack stackUnderTest = new Stack(app, \"StackUnderTest\");\n\nStack stack = new Stack(app, \"stack\");\n\nIntegTestCase testCase = new IntegTestCase(stack, \"CustomizedDeploymentWorkflow\", new IntegTestCaseProps {\n Stacks = new [] { stackUnderTest },\n DiffAssets = true,\n StackUpdateWorkflow = true,\n CdkCommandOptions = new CdkCommands {\n Deploy = new DeployCommand {\n Args = new DeployOptions {\n RequireApproval = RequireApproval.NEVER,\n Json = true\n }\n },\n Destroy = new DestroyCommand {\n Args = new DestroyOptions {\n Force = true\n }\n }\n }\n});\n\nnew IntegTest(app, \"integ-test\", new IntegTestProps {\n TestCases = new [] { testCase }\n});",
886
+ "source": "App app = new App();\n\nStack stackUnderTest = new Stack(app, \"StackUnderTest\");\n\nStack stack = new Stack(app, \"stack\");\n\nIntegTest testCase = new IntegTest(app, \"CustomizedDeploymentWorkflow\", new IntegTestProps {\n TestCases = new [] { stackUnderTest },\n DiffAssets = true,\n StackUpdateWorkflow = true,\n CdkCommandOptions = new CdkCommands {\n Deploy = new DeployCommand {\n Args = new DeployOptions {\n RequireApproval = RequireApproval.NEVER,\n Json = true\n }\n },\n Destroy = new DestroyCommand {\n Args = new DestroyOptions {\n Force = true\n }\n }\n }\n});",
899
887
  "version": "1"
900
888
  },
901
889
  "java": {
902
- "source": "App app = new App();\n\nStack stackUnderTest = new Stack(app, \"StackUnderTest\");\n\nStack stack = new Stack(app, \"stack\");\n\nIntegTestCase testCase = IntegTestCase.Builder.create(stack, \"CustomizedDeploymentWorkflow\")\n .stacks(List.of(stackUnderTest))\n .diffAssets(true)\n .stackUpdateWorkflow(true)\n .cdkCommandOptions(CdkCommands.builder()\n .deploy(DeployCommand.builder()\n .args(DeployOptions.builder()\n .requireApproval(RequireApproval.NEVER)\n .json(true)\n .build())\n .build())\n .destroy(DestroyCommand.builder()\n .args(DestroyOptions.builder()\n .force(true)\n .build())\n .build())\n .build())\n .build();\n\nIntegTest.Builder.create(app, \"integ-test\")\n .testCases(List.of(testCase))\n .build();",
890
+ "source": "App app = new App();\n\nStack stackUnderTest = new Stack(app, \"StackUnderTest\");\n\nStack stack = new Stack(app, \"stack\");\n\nIntegTest testCase = IntegTest.Builder.create(app, \"CustomizedDeploymentWorkflow\")\n .testCases(List.of(stackUnderTest))\n .diffAssets(true)\n .stackUpdateWorkflow(true)\n .cdkCommandOptions(CdkCommands.builder()\n .deploy(DeployCommand.builder()\n .args(DeployOptions.builder()\n .requireApproval(RequireApproval.NEVER)\n .json(true)\n .build())\n .build())\n .destroy(DestroyCommand.builder()\n .args(DestroyOptions.builder()\n .force(true)\n .build())\n .build())\n .build())\n .build();",
903
891
  "version": "1"
904
892
  },
905
893
  "go": {
906
- "source": "app := NewApp()\n\nstackUnderTest := NewStack(app, jsii.String(\"StackUnderTest\"))\n\nstack := NewStack(app, jsii.String(\"stack\"))\n\ntestCase := NewIntegTestCase(stack, jsii.String(\"CustomizedDeploymentWorkflow\"), &integTestCaseProps{\n\tstacks: []stack{\n\t\tstackUnderTest,\n\t},\n\tdiffAssets: jsii.Boolean(true),\n\tstackUpdateWorkflow: jsii.Boolean(true),\n\tcdkCommandOptions: &cdkCommands{\n\t\tdeploy: &deployCommand{\n\t\t\targs: &deployOptions{\n\t\t\t\trequireApproval: requireApproval_NEVER,\n\t\t\t\tjson: jsii.Boolean(true),\n\t\t\t},\n\t\t},\n\t\tdestroy: &destroyCommand{\n\t\t\targs: &destroyOptions{\n\t\t\t\tforce: jsii.Boolean(true),\n\t\t\t},\n\t\t},\n\t},\n})\n\nNewIntegTest(app, jsii.String(\"integ-test\"), &integTestProps{\n\ttestCases: []integTestCase{\n\t\ttestCase,\n\t},\n})",
894
+ "source": "app := awscdkcore.NewApp()\n\nstackUnderTest := awscdkcore.NewStack(app, jsii.String(\"StackUnderTest\"))\n\nstack := awscdkcore.NewStack(app, jsii.String(\"stack\"))\n\ntestCase := awscdkintegtests.NewIntegTest(app, jsii.String(\"CustomizedDeploymentWorkflow\"), &integTestProps{\n\ttestCases: []stack{\n\t\tstackUnderTest,\n\t},\n\tdiffAssets: jsii.Boolean(true),\n\tstackUpdateWorkflow: jsii.Boolean(true),\n\tcdkCommandOptions: &cdkCommands{\n\t\tdeploy: &deployCommand{\n\t\t\targs: &deployOptions{\n\t\t\t\trequireApproval: *awscdkcloudassemblyschema.RequireApproval_NEVER,\n\t\t\t\tjson: jsii.Boolean(true),\n\t\t\t},\n\t\t},\n\t\tdestroy: &destroyCommand{\n\t\t\targs: &destroyOptions{\n\t\t\t\tforce: jsii.Boolean(true),\n\t\t\t},\n\t\t},\n\t},\n})",
907
895
  "version": "1"
908
896
  },
909
897
  "$": {
910
- "source": "const app = new App();\n\nconst stackUnderTest = new Stack(app, 'StackUnderTest', /* ... */);\n\nconst stack = new Stack(app, 'stack');\n\nconst testCase = new IntegTestCase(stack, 'CustomizedDeploymentWorkflow', {\n stacks: [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});\n\nnew IntegTest(app, 'integ-test', {\n testCases: [testCase],\n});",
898
+ "source": "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});",
911
899
  "version": "0"
912
900
  }
913
901
  },
@@ -930,51 +918,47 @@
930
918
  "@aws-cdk/cloud-assembly-schema.RequireApproval",
931
919
  "@aws-cdk/cloud-assembly-schema.RequireApproval#NEVER",
932
920
  "@aws-cdk/core.App",
933
- "@aws-cdk/core.Construct",
934
921
  "@aws-cdk/core.Stack",
935
922
  "@aws-cdk/integ-tests.IntegTest",
936
- "@aws-cdk/integ-tests.IntegTestCase",
937
- "@aws-cdk/integ-tests.IntegTestCaseProps",
938
923
  "@aws-cdk/integ-tests.IntegTestProps",
939
924
  "constructs.Construct"
940
925
  ],
941
- "fullSource": "import * as lambda from '@aws-cdk/aws-lambda';\nimport { IntegTestCase, IntegTest } from '@aws-cdk/integ-tests';\nimport {\n App,\n Construct,\n Stack,\n StackProps,\n} from '@aws-cdk/core';\nimport * as path from 'path';\nimport { RequireApproval } from '@aws-cdk/cloud-assembly-schema';\n\n// Code snippet begins after !show marker below\n/// !show\nconst app = new App();\n\nconst stackUnderTest = new Stack(app, 'StackUnderTest', /* ... */);\n\nconst stack = new Stack(app, 'stack');\n\nconst testCase = new IntegTestCase(stack, 'CustomizedDeploymentWorkflow', {\n stacks: [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});\n\nnew IntegTest(app, 'integ-test', {\n testCases: [testCase],\n});\n/// !hide\n// Code snippet ended before !hide marker above\n",
926
+ "fullSource": "import * as lambda from '@aws-cdk/aws-lambda';\nimport {\n IntegTestCase,\n IntegTest,\n IntegTestCaseStack,\n DeployAssert,\n AwsApiCall,\n EqualsAssertion,\n ActualResult,\n ExpectedResult,\n InvocationType,\n AssertionType,\n LambdaInvokeFunction,\n Match,\n} from '@aws-cdk/integ-tests';\nimport {\n App,\n Construct,\n Stack,\n StackProps,\n CustomResource,\n} from '@aws-cdk/core';\nimport * as path from 'path';\nimport * as sqs from '@aws-cdk/aws-sqs';\nimport { IStateMachine } from '@aws-cdk/aws-stepfunctions';\nimport { RequireApproval } from '@aws-cdk/cloud-assembly-schema';\n\n// Code snippet begins after !show marker below\n/// !show\nconst 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});\n/// !hide\n// Code snippet ended before !hide marker above\n",
942
927
  "syntaxKindCounter": {
943
- "10": 4,
944
- "75": 29,
928
+ "10": 3,
929
+ "75": 25,
945
930
  "106": 4,
946
- "192": 2,
947
- "193": 7,
931
+ "192": 1,
932
+ "193": 6,
948
933
  "194": 1,
949
- "197": 5,
934
+ "197": 4,
950
935
  "225": 4,
951
- "226": 1,
952
936
  "242": 4,
953
937
  "243": 4,
954
- "281": 12
938
+ "281": 11
955
939
  },
956
- "fqnsFingerprint": "8fd829411f80b66bd9a64ab6ac39bec7589714513a5f5020d1ce90298ceef9cb"
940
+ "fqnsFingerprint": "488d76cc68f30970fa014ebbe9ea29693504adfde90786f74ce76bc39d63e5cf"
957
941
  },
958
- "1dc1930944c9dfe6549bde49d2de407743410df4147e8dd7f5c23416fb3707b8": {
942
+ "59ac31ef21c661554ae7ad8fb696e3102218f40802c707103c458f6798fa0c50": {
959
943
  "translations": {
960
944
  "python": {
961
- "source": "app = App()\n\nstack_under_test = Stack(app, \"StackUnderTest\")\n\nstack = Stack(app, \"stack\")\n\ntest_case = IntegTestCase(stack, \"CustomizedDeploymentWorkflow\",\n stacks=[stack_under_test],\n diff_assets=True,\n stack_update_workflow=True,\n cdk_command_options=CdkCommands(\n deploy=DeployCommand(\n args=DeployOptions(\n require_approval=RequireApproval.NEVER,\n json=True\n )\n ),\n destroy=DestroyCommand(\n args=DestroyOptions(\n force=True\n )\n )\n )\n)\n\nIntegTest(app, \"integ-test\",\n test_cases=[test_case]\n)",
945
+ "source": "app = App()\n\nstack_under_test = Stack(app, \"StackUnderTest\")\n\nstack = Stack(app, \"stack\")\n\ntest_case = IntegTest(app, \"CustomizedDeploymentWorkflow\",\n test_cases=[stack_under_test],\n diff_assets=True,\n stack_update_workflow=True,\n cdk_command_options=CdkCommands(\n deploy=DeployCommand(\n args=DeployOptions(\n require_approval=RequireApproval.NEVER,\n json=True\n )\n ),\n destroy=DestroyCommand(\n args=DestroyOptions(\n force=True\n )\n )\n )\n)",
962
946
  "version": "2"
963
947
  },
964
948
  "csharp": {
965
- "source": "App app = new App();\n\nStack stackUnderTest = new Stack(app, \"StackUnderTest\");\n\nStack stack = new Stack(app, \"stack\");\n\nIntegTestCase testCase = new IntegTestCase(stack, \"CustomizedDeploymentWorkflow\", new IntegTestCaseProps {\n Stacks = new [] { stackUnderTest },\n DiffAssets = true,\n StackUpdateWorkflow = true,\n CdkCommandOptions = new CdkCommands {\n Deploy = new DeployCommand {\n Args = new DeployOptions {\n RequireApproval = RequireApproval.NEVER,\n Json = true\n }\n },\n Destroy = new DestroyCommand {\n Args = new DestroyOptions {\n Force = true\n }\n }\n }\n});\n\nnew IntegTest(app, \"integ-test\", new IntegTestProps {\n TestCases = new [] { testCase }\n});",
949
+ "source": "App app = new App();\n\nStack stackUnderTest = new Stack(app, \"StackUnderTest\");\n\nStack stack = new Stack(app, \"stack\");\n\nIntegTest testCase = new IntegTest(app, \"CustomizedDeploymentWorkflow\", new IntegTestProps {\n TestCases = new [] { stackUnderTest },\n DiffAssets = true,\n StackUpdateWorkflow = true,\n CdkCommandOptions = new CdkCommands {\n Deploy = new DeployCommand {\n Args = new DeployOptions {\n RequireApproval = RequireApproval.NEVER,\n Json = true\n }\n },\n Destroy = new DestroyCommand {\n Args = new DestroyOptions {\n Force = true\n }\n }\n }\n});",
966
950
  "version": "1"
967
951
  },
968
952
  "java": {
969
- "source": "App app = new App();\n\nStack stackUnderTest = new Stack(app, \"StackUnderTest\");\n\nStack stack = new Stack(app, \"stack\");\n\nIntegTestCase testCase = IntegTestCase.Builder.create(stack, \"CustomizedDeploymentWorkflow\")\n .stacks(List.of(stackUnderTest))\n .diffAssets(true)\n .stackUpdateWorkflow(true)\n .cdkCommandOptions(CdkCommands.builder()\n .deploy(DeployCommand.builder()\n .args(DeployOptions.builder()\n .requireApproval(RequireApproval.NEVER)\n .json(true)\n .build())\n .build())\n .destroy(DestroyCommand.builder()\n .args(DestroyOptions.builder()\n .force(true)\n .build())\n .build())\n .build())\n .build();\n\nIntegTest.Builder.create(app, \"integ-test\")\n .testCases(List.of(testCase))\n .build();",
953
+ "source": "App app = new App();\n\nStack stackUnderTest = new Stack(app, \"StackUnderTest\");\n\nStack stack = new Stack(app, \"stack\");\n\nIntegTest testCase = IntegTest.Builder.create(app, \"CustomizedDeploymentWorkflow\")\n .testCases(List.of(stackUnderTest))\n .diffAssets(true)\n .stackUpdateWorkflow(true)\n .cdkCommandOptions(CdkCommands.builder()\n .deploy(DeployCommand.builder()\n .args(DeployOptions.builder()\n .requireApproval(RequireApproval.NEVER)\n .json(true)\n .build())\n .build())\n .destroy(DestroyCommand.builder()\n .args(DestroyOptions.builder()\n .force(true)\n .build())\n .build())\n .build())\n .build();",
970
954
  "version": "1"
971
955
  },
972
956
  "go": {
973
- "source": "app := NewApp()\n\nstackUnderTest := NewStack(app, jsii.String(\"StackUnderTest\"))\n\nstack := NewStack(app, jsii.String(\"stack\"))\n\ntestCase := NewIntegTestCase(stack, jsii.String(\"CustomizedDeploymentWorkflow\"), &integTestCaseProps{\n\tstacks: []stack{\n\t\tstackUnderTest,\n\t},\n\tdiffAssets: jsii.Boolean(true),\n\tstackUpdateWorkflow: jsii.Boolean(true),\n\tcdkCommandOptions: &cdkCommands{\n\t\tdeploy: &deployCommand{\n\t\t\targs: &deployOptions{\n\t\t\t\trequireApproval: requireApproval_NEVER,\n\t\t\t\tjson: jsii.Boolean(true),\n\t\t\t},\n\t\t},\n\t\tdestroy: &destroyCommand{\n\t\t\targs: &destroyOptions{\n\t\t\t\tforce: jsii.Boolean(true),\n\t\t\t},\n\t\t},\n\t},\n})\n\nNewIntegTest(app, jsii.String(\"integ-test\"), &integTestProps{\n\ttestCases: []integTestCase{\n\t\ttestCase,\n\t},\n})",
957
+ "source": "app := awscdkcore.NewApp()\n\nstackUnderTest := awscdkcore.NewStack(app, jsii.String(\"StackUnderTest\"))\n\nstack := awscdkcore.NewStack(app, jsii.String(\"stack\"))\n\ntestCase := awscdkintegtests.NewIntegTest(app, jsii.String(\"CustomizedDeploymentWorkflow\"), &integTestProps{\n\ttestCases: []stack{\n\t\tstackUnderTest,\n\t},\n\tdiffAssets: jsii.Boolean(true),\n\tstackUpdateWorkflow: jsii.Boolean(true),\n\tcdkCommandOptions: &cdkCommands{\n\t\tdeploy: &deployCommand{\n\t\t\targs: &deployOptions{\n\t\t\t\trequireApproval: *awscdkcloudassemblyschema.RequireApproval_NEVER,\n\t\t\t\tjson: jsii.Boolean(true),\n\t\t\t},\n\t\t},\n\t\tdestroy: &destroyCommand{\n\t\t\targs: &destroyOptions{\n\t\t\t\tforce: jsii.Boolean(true),\n\t\t\t},\n\t\t},\n\t},\n})",
974
958
  "version": "1"
975
959
  },
976
960
  "$": {
977
- "source": "const app = new App();\n\nconst stackUnderTest = new Stack(app, 'StackUnderTest', /* ... */);\n\nconst stack = new Stack(app, 'stack');\n\nconst testCase = new IntegTestCase(stack, 'CustomizedDeploymentWorkflow', {\n stacks: [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});\n\nnew IntegTest(app, 'integ-test', {\n testCases: [testCase],\n});",
961
+ "source": "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});",
978
962
  "version": "0"
979
963
  }
980
964
  },
@@ -997,30 +981,26 @@
997
981
  "@aws-cdk/cloud-assembly-schema.RequireApproval",
998
982
  "@aws-cdk/cloud-assembly-schema.RequireApproval#NEVER",
999
983
  "@aws-cdk/core.App",
1000
- "@aws-cdk/core.Construct",
1001
984
  "@aws-cdk/core.Stack",
1002
985
  "@aws-cdk/integ-tests.IntegTest",
1003
- "@aws-cdk/integ-tests.IntegTestCase",
1004
- "@aws-cdk/integ-tests.IntegTestCaseProps",
1005
986
  "@aws-cdk/integ-tests.IntegTestProps",
1006
987
  "constructs.Construct"
1007
988
  ],
1008
- "fullSource": "import * as lambda from '@aws-cdk/aws-lambda';\nimport { IntegTestCase, IntegTest } from '@aws-cdk/integ-tests';\nimport {\n App,\n Construct,\n Stack,\n StackProps,\n} from '@aws-cdk/core';\nimport * as path from 'path';\nimport { RequireApproval } from '@aws-cdk/cloud-assembly-schema';\n\n// Code snippet begins after !show marker below\n/// !show\nconst app = new App();\n\nconst stackUnderTest = new Stack(app, 'StackUnderTest', /* ... */);\n\nconst stack = new Stack(app, 'stack');\n\nconst testCase = new IntegTestCase(stack, 'CustomizedDeploymentWorkflow', {\n stacks: [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});\n\nnew IntegTest(app, 'integ-test', {\n testCases: [testCase],\n});\n/// !hide\n// Code snippet ended before !hide marker above\n",
989
+ "fullSource": "import * as lambda from '@aws-cdk/aws-lambda';\nimport {\n IntegTestCase,\n IntegTest,\n IntegTestCaseStack,\n DeployAssert,\n AwsApiCall,\n EqualsAssertion,\n ActualResult,\n ExpectedResult,\n InvocationType,\n AssertionType,\n LambdaInvokeFunction,\n Match,\n} from '@aws-cdk/integ-tests';\nimport {\n App,\n Construct,\n Stack,\n StackProps,\n CustomResource,\n} from '@aws-cdk/core';\nimport * as path from 'path';\nimport * as sqs from '@aws-cdk/aws-sqs';\nimport { IStateMachine } from '@aws-cdk/aws-stepfunctions';\nimport { RequireApproval } from '@aws-cdk/cloud-assembly-schema';\n\n// Code snippet begins after !show marker below\n/// !show\nconst 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});\n/// !hide\n// Code snippet ended before !hide marker above\n",
1009
990
  "syntaxKindCounter": {
1010
- "10": 4,
1011
- "75": 29,
991
+ "10": 3,
992
+ "75": 25,
1012
993
  "106": 4,
1013
- "192": 2,
1014
- "193": 7,
994
+ "192": 1,
995
+ "193": 6,
1015
996
  "194": 1,
1016
- "197": 5,
997
+ "197": 4,
1017
998
  "225": 4,
1018
- "226": 1,
1019
999
  "242": 4,
1020
1000
  "243": 4,
1021
- "281": 12
1001
+ "281": 11
1022
1002
  },
1023
- "fqnsFingerprint": "8fd829411f80b66bd9a64ab6ac39bec7589714513a5f5020d1ce90298ceef9cb"
1003
+ "fqnsFingerprint": "488d76cc68f30970fa014ebbe9ea29693504adfde90786f74ce76bc39d63e5cf"
1024
1004
  },
1025
1005
  "13514bf756685ec4825817ac806f4a7510034d11baa93291d3d8749ecc9bc6e2": {
1026
1006
  "translations": {
@@ -1037,7 +1017,7 @@
1037
1017
  "version": "1"
1038
1018
  },
1039
1019
  "go": {
1040
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\ndockerImageAsset := &dockerImageAsset{\n\tdestinations: map[string]dockerImageDestination{\n\t\t\"destinationsKey\": &dockerImageDestination{\n\t\t\t\"imageTag\": jsii.String(\"imageTag\"),\n\t\t\t\"repositoryName\": jsii.String(\"repositoryName\"),\n\n\t\t\t// the properties below are optional\n\t\t\t\"assumeRoleArn\": jsii.String(\"assumeRoleArn\"),\n\t\t\t\"assumeRoleExternalId\": jsii.String(\"assumeRoleExternalId\"),\n\t\t\t\"region\": jsii.String(\"region\"),\n\t\t},\n\t},\n\tsource: &dockerImageSource{\n\t\tdirectory: jsii.String(\"directory\"),\n\t\tdockerBuildArgs: map[string]*string{\n\t\t\t\"dockerBuildArgsKey\": jsii.String(\"dockerBuildArgs\"),\n\t\t},\n\t\tdockerBuildTarget: jsii.String(\"dockerBuildTarget\"),\n\t\tdockerFile: jsii.String(\"dockerFile\"),\n\t\texecutable: []*string{\n\t\t\tjsii.String(\"executable\"),\n\t\t},\n\t\tnetworkMode: jsii.String(\"networkMode\"),\n\t},\n}",
1020
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\ndockerImageAsset := &dockerImageAsset{\n\tdestinations: map[string]dockerImageDestination{\n\t\t\"destinationsKey\": &dockerImageDestination{\n\t\t\t\"imageTag\": jsii.String(\"imageTag\"),\n\t\t\t\"repositoryName\": jsii.String(\"repositoryName\"),\n\n\t\t\t// the properties below are optional\n\t\t\t\"assumeRoleArn\": jsii.String(\"assumeRoleArn\"),\n\t\t\t\"assumeRoleExternalId\": jsii.String(\"assumeRoleExternalId\"),\n\t\t\t\"region\": jsii.String(\"region\"),\n\t\t},\n\t},\n\tsource: &dockerImageSource{\n\t\tdirectory: jsii.String(\"directory\"),\n\t\tdockerBuildArgs: map[string]*string{\n\t\t\t\"dockerBuildArgsKey\": jsii.String(\"dockerBuildArgs\"),\n\t\t},\n\t\tdockerBuildTarget: jsii.String(\"dockerBuildTarget\"),\n\t\tdockerFile: jsii.String(\"dockerFile\"),\n\t\texecutable: []*string{\n\t\t\tjsii.String(\"executable\"),\n\t\t},\n\t\tnetworkMode: jsii.String(\"networkMode\"),\n\t},\n}",
1041
1021
  "version": "1"
1042
1022
  },
1043
1023
  "$": {
@@ -1094,7 +1074,7 @@
1094
1074
  "version": "1"
1095
1075
  },
1096
1076
  "go": {
1097
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\ndockerImageDestination := &dockerImageDestination{\n\timageTag: jsii.String(\"imageTag\"),\n\trepositoryName: jsii.String(\"repositoryName\"),\n\n\t// the properties below are optional\n\tassumeRoleArn: jsii.String(\"assumeRoleArn\"),\n\tassumeRoleExternalId: jsii.String(\"assumeRoleExternalId\"),\n\tregion: jsii.String(\"region\"),\n}",
1077
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\ndockerImageDestination := &dockerImageDestination{\n\timageTag: jsii.String(\"imageTag\"),\n\trepositoryName: jsii.String(\"repositoryName\"),\n\n\t// the properties below are optional\n\tassumeRoleArn: jsii.String(\"assumeRoleArn\"),\n\tassumeRoleExternalId: jsii.String(\"assumeRoleExternalId\"),\n\tregion: jsii.String(\"region\"),\n}",
1098
1078
  "version": "1"
1099
1079
  },
1100
1080
  "$": {
@@ -1148,7 +1128,7 @@
1148
1128
  "version": "1"
1149
1129
  },
1150
1130
  "go": {
1151
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\ndockerImageSource := &dockerImageSource{\n\tdirectory: jsii.String(\"directory\"),\n\tdockerBuildArgs: map[string]*string{\n\t\t\"dockerBuildArgsKey\": jsii.String(\"dockerBuildArgs\"),\n\t},\n\tdockerBuildTarget: jsii.String(\"dockerBuildTarget\"),\n\tdockerFile: jsii.String(\"dockerFile\"),\n\texecutable: []*string{\n\t\tjsii.String(\"executable\"),\n\t},\n\tnetworkMode: jsii.String(\"networkMode\"),\n}",
1131
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\ndockerImageSource := &dockerImageSource{\n\tdirectory: jsii.String(\"directory\"),\n\tdockerBuildArgs: map[string]*string{\n\t\t\"dockerBuildArgsKey\": jsii.String(\"dockerBuildArgs\"),\n\t},\n\tdockerBuildTarget: jsii.String(\"dockerBuildTarget\"),\n\tdockerFile: jsii.String(\"dockerFile\"),\n\texecutable: []*string{\n\t\tjsii.String(\"executable\"),\n\t},\n\tnetworkMode: jsii.String(\"networkMode\"),\n}",
1152
1132
  "version": "1"
1153
1133
  },
1154
1134
  "$": {
@@ -1203,7 +1183,7 @@
1203
1183
  "version": "1"
1204
1184
  },
1205
1185
  "go": {
1206
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\nendpointServiceAvailabilityZonesContextQuery := &endpointServiceAvailabilityZonesContextQuery{\n\taccount: jsii.String(\"account\"),\n\tregion: jsii.String(\"region\"),\n\tserviceName: jsii.String(\"serviceName\"),\n\n\t// the properties below are optional\n\tlookupRoleArn: jsii.String(\"lookupRoleArn\"),\n}",
1186
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\nendpointServiceAvailabilityZonesContextQuery := &endpointServiceAvailabilityZonesContextQuery{\n\taccount: jsii.String(\"account\"),\n\tregion: jsii.String(\"region\"),\n\tserviceName: jsii.String(\"serviceName\"),\n\n\t// the properties below are optional\n\tlookupRoleArn: jsii.String(\"lookupRoleArn\"),\n}",
1207
1187
  "version": "1"
1208
1188
  },
1209
1189
  "$": {
@@ -1257,7 +1237,7 @@
1257
1237
  "version": "1"
1258
1238
  },
1259
1239
  "go": {
1260
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\nfileAsset := &fileAsset{\n\tdestinations: map[string]fileDestination{\n\t\t\"destinationsKey\": &fileDestination{\n\t\t\t\"bucketName\": jsii.String(\"bucketName\"),\n\t\t\t\"objectKey\": jsii.String(\"objectKey\"),\n\n\t\t\t// the properties below are optional\n\t\t\t\"assumeRoleArn\": jsii.String(\"assumeRoleArn\"),\n\t\t\t\"assumeRoleExternalId\": jsii.String(\"assumeRoleExternalId\"),\n\t\t\t\"region\": jsii.String(\"region\"),\n\t\t},\n\t},\n\tsource: &fileSource{\n\t\texecutable: []*string{\n\t\t\tjsii.String(\"executable\"),\n\t\t},\n\t\tpackaging: cloud_assembly_schema.fileAssetPackaging_FILE,\n\t\tpath: jsii.String(\"path\"),\n\t},\n}",
1240
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\nfileAsset := &fileAsset{\n\tdestinations: map[string]fileDestination{\n\t\t\"destinationsKey\": &fileDestination{\n\t\t\t\"bucketName\": jsii.String(\"bucketName\"),\n\t\t\t\"objectKey\": jsii.String(\"objectKey\"),\n\n\t\t\t// the properties below are optional\n\t\t\t\"assumeRoleArn\": jsii.String(\"assumeRoleArn\"),\n\t\t\t\"assumeRoleExternalId\": jsii.String(\"assumeRoleExternalId\"),\n\t\t\t\"region\": jsii.String(\"region\"),\n\t\t},\n\t},\n\tsource: &fileSource{\n\t\texecutable: []*string{\n\t\t\tjsii.String(\"executable\"),\n\t\t},\n\t\tpackaging: cloud_assembly_schema.fileAssetPackaging_FILE,\n\t\tpath: jsii.String(\"path\"),\n\t},\n}",
1261
1241
  "version": "1"
1262
1242
  },
1263
1243
  "$": {
@@ -1317,7 +1297,7 @@
1317
1297
  "version": "1"
1318
1298
  },
1319
1299
  "go": {
1320
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\nfileAssetMetadataEntry := &fileAssetMetadataEntry{\n\tartifactHashParameter: jsii.String(\"artifactHashParameter\"),\n\tid: jsii.String(\"id\"),\n\tpackaging: jsii.String(\"packaging\"),\n\tpath: jsii.String(\"path\"),\n\ts3BucketParameter: jsii.String(\"s3BucketParameter\"),\n\ts3KeyParameter: jsii.String(\"s3KeyParameter\"),\n\tsourceHash: jsii.String(\"sourceHash\"),\n}",
1300
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\nfileAssetMetadataEntry := &fileAssetMetadataEntry{\n\tartifactHashParameter: jsii.String(\"artifactHashParameter\"),\n\tid: jsii.String(\"id\"),\n\tpackaging: jsii.String(\"packaging\"),\n\tpath: jsii.String(\"path\"),\n\ts3BucketParameter: jsii.String(\"s3BucketParameter\"),\n\ts3KeyParameter: jsii.String(\"s3KeyParameter\"),\n\tsourceHash: jsii.String(\"sourceHash\"),\n}",
1321
1301
  "version": "1"
1322
1302
  },
1323
1303
  "$": {
@@ -1371,7 +1351,7 @@
1371
1351
  "version": "1"
1372
1352
  },
1373
1353
  "go": {
1374
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\nfileDestination := &fileDestination{\n\tbucketName: jsii.String(\"bucketName\"),\n\tobjectKey: jsii.String(\"objectKey\"),\n\n\t// the properties below are optional\n\tassumeRoleArn: jsii.String(\"assumeRoleArn\"),\n\tassumeRoleExternalId: jsii.String(\"assumeRoleExternalId\"),\n\tregion: jsii.String(\"region\"),\n}",
1354
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\nfileDestination := &fileDestination{\n\tbucketName: jsii.String(\"bucketName\"),\n\tobjectKey: jsii.String(\"objectKey\"),\n\n\t// the properties below are optional\n\tassumeRoleArn: jsii.String(\"assumeRoleArn\"),\n\tassumeRoleExternalId: jsii.String(\"assumeRoleExternalId\"),\n\tregion: jsii.String(\"region\"),\n}",
1375
1355
  "version": "1"
1376
1356
  },
1377
1357
  "$": {
@@ -1425,7 +1405,7 @@
1425
1405
  "version": "1"
1426
1406
  },
1427
1407
  "go": {
1428
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\nfileSource := &fileSource{\n\texecutable: []*string{\n\t\tjsii.String(\"executable\"),\n\t},\n\tpackaging: cloud_assembly_schema.fileAssetPackaging_FILE,\n\tpath: jsii.String(\"path\"),\n}",
1408
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\nfileSource := &fileSource{\n\texecutable: []*string{\n\t\tjsii.String(\"executable\"),\n\t},\n\tpackaging: cloud_assembly_schema.fileAssetPackaging_FILE,\n\tpath: jsii.String(\"path\"),\n}",
1429
1409
  "version": "1"
1430
1410
  },
1431
1411
  "$": {
@@ -1483,7 +1463,7 @@
1483
1463
  "version": "1"
1484
1464
  },
1485
1465
  "go": {
1486
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\nhooks := &hooks{\n\tpostDeploy: []*string{\n\t\tjsii.String(\"postDeploy\"),\n\t},\n\tpostDestroy: []*string{\n\t\tjsii.String(\"postDestroy\"),\n\t},\n\tpreDeploy: []*string{\n\t\tjsii.String(\"preDeploy\"),\n\t},\n\tpreDestroy: []*string{\n\t\tjsii.String(\"preDestroy\"),\n\t},\n}",
1466
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\nhooks := &hooks{\n\tpostDeploy: []*string{\n\t\tjsii.String(\"postDeploy\"),\n\t},\n\tpostDestroy: []*string{\n\t\tjsii.String(\"postDestroy\"),\n\t},\n\tpreDeploy: []*string{\n\t\tjsii.String(\"preDeploy\"),\n\t},\n\tpreDestroy: []*string{\n\t\tjsii.String(\"preDestroy\"),\n\t},\n}",
1487
1467
  "version": "1"
1488
1468
  },
1489
1469
  "$": {
@@ -1538,7 +1518,7 @@
1538
1518
  "version": "1"
1539
1519
  },
1540
1520
  "go": {
1541
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\nhostedZoneContextQuery := &hostedZoneContextQuery{\n\taccount: jsii.String(\"account\"),\n\tdomainName: jsii.String(\"domainName\"),\n\tregion: jsii.String(\"region\"),\n\n\t// the properties below are optional\n\tlookupRoleArn: jsii.String(\"lookupRoleArn\"),\n\tprivateZone: jsii.Boolean(false),\n\tvpcId: jsii.String(\"vpcId\"),\n}",
1521
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\nhostedZoneContextQuery := &hostedZoneContextQuery{\n\taccount: jsii.String(\"account\"),\n\tdomainName: jsii.String(\"domainName\"),\n\tregion: jsii.String(\"region\"),\n\n\t// the properties below are optional\n\tlookupRoleArn: jsii.String(\"lookupRoleArn\"),\n\tprivateZone: jsii.Boolean(false),\n\tvpcId: jsii.String(\"vpcId\"),\n}",
1542
1522
  "version": "1"
1543
1523
  },
1544
1524
  "$": {
@@ -1578,26 +1558,26 @@
1578
1558
  },
1579
1559
  "fqnsFingerprint": "047059be64704a685d7e0f39d3e38c24b1a7fc585a887bfdae03dfb15dbf38d9"
1580
1560
  },
1581
- "537e8ecc1b426402e8d989e415b08474a43060c97788650b603b8065ce879a4b": {
1561
+ "7ba8cf6d19b675085a43393c9f587e88a6c36b981be83374366607c0fac6691b": {
1582
1562
  "translations": {
1583
1563
  "python": {
1584
- "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\ninteg_manifest = cloud_assembly_schema.IntegManifest(\n test_cases={\n \"test_cases_key\": cloud_assembly_schema.TestCase(\n stacks=[\"stacks\"],\n\n # the properties below are optional\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 )\n },\n version=\"version\",\n\n # the properties below are optional\n enable_lookups=False,\n synth_context={\n \"synth_context_key\": \"synthContext\"\n }\n)",
1564
+ "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\ninteg_manifest = cloud_assembly_schema.IntegManifest(\n test_cases={\n \"test_cases_key\": cloud_assembly_schema.TestCase(\n stacks=[\"stacks\"],\n\n # the properties below are optional\n allow_destroy=[\"allowDestroy\"],\n assertion_stack=\"assertionStack\",\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 )\n },\n version=\"version\",\n\n # the properties below are optional\n enable_lookups=False,\n synth_context={\n \"synth_context_key\": \"synthContext\"\n }\n)",
1585
1565
  "version": "2"
1586
1566
  },
1587
1567
  "csharp": {
1588
- "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\nIntegManifest integManifest = new IntegManifest {\n TestCases = new Dictionary<string, TestCase> {\n { \"testCasesKey\", new TestCase {\n Stacks = new [] { \"stacks\" },\n\n // the properties below are optional\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 } }\n },\n Version = \"version\",\n\n // the properties below are optional\n EnableLookups = false,\n SynthContext = new Dictionary<string, string> {\n { \"synthContextKey\", \"synthContext\" }\n }\n};",
1568
+ "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\nIntegManifest integManifest = new IntegManifest {\n TestCases = new Dictionary<string, TestCase> {\n { \"testCasesKey\", new TestCase {\n Stacks = new [] { \"stacks\" },\n\n // the properties below are optional\n AllowDestroy = new [] { \"allowDestroy\" },\n AssertionStack = \"assertionStack\",\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 } }\n },\n Version = \"version\",\n\n // the properties below are optional\n EnableLookups = false,\n SynthContext = new Dictionary<string, string> {\n { \"synthContextKey\", \"synthContext\" }\n }\n};",
1589
1569
  "version": "1"
1590
1570
  },
1591
1571
  "java": {
1592
- "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\nIntegManifest integManifest = IntegManifest.builder()\n .testCases(Map.of(\n \"testCasesKey\", TestCase.builder()\n .stacks(List.of(\"stacks\"))\n\n // the properties below are optional\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()))\n .version(\"version\")\n\n // the properties below are optional\n .enableLookups(false)\n .synthContext(Map.of(\n \"synthContextKey\", \"synthContext\"))\n .build();",
1572
+ "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\nIntegManifest integManifest = IntegManifest.builder()\n .testCases(Map.of(\n \"testCasesKey\", TestCase.builder()\n .stacks(List.of(\"stacks\"))\n\n // the properties below are optional\n .allowDestroy(List.of(\"allowDestroy\"))\n .assertionStack(\"assertionStack\")\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()))\n .version(\"version\")\n\n // the properties below are optional\n .enableLookups(false)\n .synthContext(Map.of(\n \"synthContextKey\", \"synthContext\"))\n .build();",
1593
1573
  "version": "1"
1594
1574
  },
1595
1575
  "go": {
1596
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\nintegManifest := &integManifest{\n\ttestCases: map[string]testCase{\n\t\t\"testCasesKey\": &testCase{\n\t\t\t\"stacks\": []*string{\n\t\t\t\tjsii.String(\"stacks\"),\n\t\t\t},\n\n\t\t\t// the properties below are optional\n\t\t\t\"allowDestroy\": []*string{\n\t\t\t\tjsii.String(\"allowDestroy\"),\n\t\t\t},\n\t\t\t\"cdkCommandOptions\": &CdkCommands{\n\t\t\t\t\"deploy\": &DeployCommand{\n\t\t\t\t\t\"args\": &DeployOptions{\n\t\t\t\t\t\t\"all\": jsii.Boolean(false),\n\t\t\t\t\t\t\"app\": jsii.String(\"app\"),\n\t\t\t\t\t\t\"assetMetadata\": jsii.Boolean(false),\n\t\t\t\t\t\t\"caBundlePath\": jsii.String(\"caBundlePath\"),\n\t\t\t\t\t\t\"changeSetName\": jsii.String(\"changeSetName\"),\n\t\t\t\t\t\t\"ci\": jsii.Boolean(false),\n\t\t\t\t\t\t\"color\": jsii.Boolean(false),\n\t\t\t\t\t\t\"context\": map[string]*string{\n\t\t\t\t\t\t\t\"contextKey\": jsii.String(\"context\"),\n\t\t\t\t\t\t},\n\t\t\t\t\t\t\"debug\": jsii.Boolean(false),\n\t\t\t\t\t\t\"ec2Creds\": jsii.Boolean(false),\n\t\t\t\t\t\t\"exclusively\": jsii.Boolean(false),\n\t\t\t\t\t\t\"execute\": jsii.Boolean(false),\n\t\t\t\t\t\t\"force\": jsii.Boolean(false),\n\t\t\t\t\t\t\"ignoreErrors\": jsii.Boolean(false),\n\t\t\t\t\t\t\"json\": jsii.Boolean(false),\n\t\t\t\t\t\t\"lookups\": jsii.Boolean(false),\n\t\t\t\t\t\t\"notices\": jsii.Boolean(false),\n\t\t\t\t\t\t\"notificationArns\": []*string{\n\t\t\t\t\t\t\tjsii.String(\"notificationArns\"),\n\t\t\t\t\t\t},\n\t\t\t\t\t\t\"output\": jsii.String(\"output\"),\n\t\t\t\t\t\t\"outputsFile\": jsii.String(\"outputsFile\"),\n\t\t\t\t\t\t\"parameters\": map[string]*string{\n\t\t\t\t\t\t\t\"parametersKey\": jsii.String(\"parameters\"),\n\t\t\t\t\t\t},\n\t\t\t\t\t\t\"pathMetadata\": jsii.Boolean(false),\n\t\t\t\t\t\t\"profile\": jsii.String(\"profile\"),\n\t\t\t\t\t\t\"proxy\": jsii.String(\"proxy\"),\n\t\t\t\t\t\t\"requireApproval\": cloud_assembly_schema.RequireApproval_NEVER,\n\t\t\t\t\t\t\"reuseAssets\": []*string{\n\t\t\t\t\t\t\tjsii.String(\"reuseAssets\"),\n\t\t\t\t\t\t},\n\t\t\t\t\t\t\"roleArn\": jsii.String(\"roleArn\"),\n\t\t\t\t\t\t\"rollback\": jsii.Boolean(false),\n\t\t\t\t\t\t\"stacks\": []*string{\n\t\t\t\t\t\t\tjsii.String(\"stacks\"),\n\t\t\t\t\t\t},\n\t\t\t\t\t\t\"staging\": jsii.Boolean(false),\n\t\t\t\t\t\t\"strict\": jsii.Boolean(false),\n\t\t\t\t\t\t\"toolkitStackName\": jsii.String(\"toolkitStackName\"),\n\t\t\t\t\t\t\"trace\": jsii.Boolean(false),\n\t\t\t\t\t\t\"usePreviousParameters\": jsii.Boolean(false),\n\t\t\t\t\t\t\"verbose\": jsii.Boolean(false),\n\t\t\t\t\t\t\"versionReporting\": jsii.Boolean(false),\n\t\t\t\t\t},\n\t\t\t\t\t\"enabled\": jsii.Boolean(false),\n\t\t\t\t\t\"expectedMessage\": jsii.String(\"expectedMessage\"),\n\t\t\t\t\t\"expectError\": jsii.Boolean(false),\n\t\t\t\t},\n\t\t\t\t\"destroy\": &DestroyCommand{\n\t\t\t\t\t\"args\": &DestroyOptions{\n\t\t\t\t\t\t\"all\": jsii.Boolean(false),\n\t\t\t\t\t\t\"app\": jsii.String(\"app\"),\n\t\t\t\t\t\t\"assetMetadata\": jsii.Boolean(false),\n\t\t\t\t\t\t\"caBundlePath\": jsii.String(\"caBundlePath\"),\n\t\t\t\t\t\t\"color\": jsii.Boolean(false),\n\t\t\t\t\t\t\"context\": map[string]*string{\n\t\t\t\t\t\t\t\"contextKey\": jsii.String(\"context\"),\n\t\t\t\t\t\t},\n\t\t\t\t\t\t\"debug\": jsii.Boolean(false),\n\t\t\t\t\t\t\"ec2Creds\": jsii.Boolean(false),\n\t\t\t\t\t\t\"exclusively\": jsii.Boolean(false),\n\t\t\t\t\t\t\"force\": jsii.Boolean(false),\n\t\t\t\t\t\t\"ignoreErrors\": jsii.Boolean(false),\n\t\t\t\t\t\t\"json\": jsii.Boolean(false),\n\t\t\t\t\t\t\"lookups\": jsii.Boolean(false),\n\t\t\t\t\t\t\"notices\": jsii.Boolean(false),\n\t\t\t\t\t\t\"output\": jsii.String(\"output\"),\n\t\t\t\t\t\t\"pathMetadata\": jsii.Boolean(false),\n\t\t\t\t\t\t\"profile\": jsii.String(\"profile\"),\n\t\t\t\t\t\t\"proxy\": jsii.String(\"proxy\"),\n\t\t\t\t\t\t\"roleArn\": jsii.String(\"roleArn\"),\n\t\t\t\t\t\t\"stacks\": []*string{\n\t\t\t\t\t\t\tjsii.String(\"stacks\"),\n\t\t\t\t\t\t},\n\t\t\t\t\t\t\"staging\": jsii.Boolean(false),\n\t\t\t\t\t\t\"strict\": jsii.Boolean(false),\n\t\t\t\t\t\t\"trace\": jsii.Boolean(false),\n\t\t\t\t\t\t\"verbose\": jsii.Boolean(false),\n\t\t\t\t\t\t\"versionReporting\": jsii.Boolean(false),\n\t\t\t\t\t},\n\t\t\t\t\t\"enabled\": jsii.Boolean(false),\n\t\t\t\t\t\"expectedMessage\": jsii.String(\"expectedMessage\"),\n\t\t\t\t\t\"expectError\": jsii.Boolean(false),\n\t\t\t\t},\n\t\t\t},\n\t\t\t\"diffAssets\": jsii.Boolean(false),\n\t\t\t\"hooks\": &Hooks{\n\t\t\t\t\"postDeploy\": []*string{\n\t\t\t\t\tjsii.String(\"postDeploy\"),\n\t\t\t\t},\n\t\t\t\t\"postDestroy\": []*string{\n\t\t\t\t\tjsii.String(\"postDestroy\"),\n\t\t\t\t},\n\t\t\t\t\"preDeploy\": []*string{\n\t\t\t\t\tjsii.String(\"preDeploy\"),\n\t\t\t\t},\n\t\t\t\t\"preDestroy\": []*string{\n\t\t\t\t\tjsii.String(\"preDestroy\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\t\"regions\": []*string{\n\t\t\t\tjsii.String(\"regions\"),\n\t\t\t},\n\t\t\t\"stackUpdateWorkflow\": jsii.Boolean(false),\n\t\t},\n\t},\n\tversion: jsii.String(\"version\"),\n\n\t// the properties below are optional\n\tenableLookups: jsii.Boolean(false),\n\tsynthContext: map[string]*string{\n\t\t\"synthContextKey\": jsii.String(\"synthContext\"),\n\t},\n}",
1576
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\nintegManifest := &integManifest{\n\ttestCases: map[string]testCase{\n\t\t\"testCasesKey\": &testCase{\n\t\t\t\"stacks\": []*string{\n\t\t\t\tjsii.String(\"stacks\"),\n\t\t\t},\n\n\t\t\t// the properties below are optional\n\t\t\t\"allowDestroy\": []*string{\n\t\t\t\tjsii.String(\"allowDestroy\"),\n\t\t\t},\n\t\t\t\"assertionStack\": jsii.String(\"assertionStack\"),\n\t\t\t\"cdkCommandOptions\": &CdkCommands{\n\t\t\t\t\"deploy\": &DeployCommand{\n\t\t\t\t\t\"args\": &DeployOptions{\n\t\t\t\t\t\t\"all\": jsii.Boolean(false),\n\t\t\t\t\t\t\"app\": jsii.String(\"app\"),\n\t\t\t\t\t\t\"assetMetadata\": jsii.Boolean(false),\n\t\t\t\t\t\t\"caBundlePath\": jsii.String(\"caBundlePath\"),\n\t\t\t\t\t\t\"changeSetName\": jsii.String(\"changeSetName\"),\n\t\t\t\t\t\t\"ci\": jsii.Boolean(false),\n\t\t\t\t\t\t\"color\": jsii.Boolean(false),\n\t\t\t\t\t\t\"context\": map[string]*string{\n\t\t\t\t\t\t\t\"contextKey\": jsii.String(\"context\"),\n\t\t\t\t\t\t},\n\t\t\t\t\t\t\"debug\": jsii.Boolean(false),\n\t\t\t\t\t\t\"ec2Creds\": jsii.Boolean(false),\n\t\t\t\t\t\t\"exclusively\": jsii.Boolean(false),\n\t\t\t\t\t\t\"execute\": jsii.Boolean(false),\n\t\t\t\t\t\t\"force\": jsii.Boolean(false),\n\t\t\t\t\t\t\"ignoreErrors\": jsii.Boolean(false),\n\t\t\t\t\t\t\"json\": jsii.Boolean(false),\n\t\t\t\t\t\t\"lookups\": jsii.Boolean(false),\n\t\t\t\t\t\t\"notices\": jsii.Boolean(false),\n\t\t\t\t\t\t\"notificationArns\": []*string{\n\t\t\t\t\t\t\tjsii.String(\"notificationArns\"),\n\t\t\t\t\t\t},\n\t\t\t\t\t\t\"output\": jsii.String(\"output\"),\n\t\t\t\t\t\t\"outputsFile\": jsii.String(\"outputsFile\"),\n\t\t\t\t\t\t\"parameters\": map[string]*string{\n\t\t\t\t\t\t\t\"parametersKey\": jsii.String(\"parameters\"),\n\t\t\t\t\t\t},\n\t\t\t\t\t\t\"pathMetadata\": jsii.Boolean(false),\n\t\t\t\t\t\t\"profile\": jsii.String(\"profile\"),\n\t\t\t\t\t\t\"proxy\": jsii.String(\"proxy\"),\n\t\t\t\t\t\t\"requireApproval\": cloud_assembly_schema.RequireApproval_NEVER,\n\t\t\t\t\t\t\"reuseAssets\": []*string{\n\t\t\t\t\t\t\tjsii.String(\"reuseAssets\"),\n\t\t\t\t\t\t},\n\t\t\t\t\t\t\"roleArn\": jsii.String(\"roleArn\"),\n\t\t\t\t\t\t\"rollback\": jsii.Boolean(false),\n\t\t\t\t\t\t\"stacks\": []*string{\n\t\t\t\t\t\t\tjsii.String(\"stacks\"),\n\t\t\t\t\t\t},\n\t\t\t\t\t\t\"staging\": jsii.Boolean(false),\n\t\t\t\t\t\t\"strict\": jsii.Boolean(false),\n\t\t\t\t\t\t\"toolkitStackName\": jsii.String(\"toolkitStackName\"),\n\t\t\t\t\t\t\"trace\": jsii.Boolean(false),\n\t\t\t\t\t\t\"usePreviousParameters\": jsii.Boolean(false),\n\t\t\t\t\t\t\"verbose\": jsii.Boolean(false),\n\t\t\t\t\t\t\"versionReporting\": jsii.Boolean(false),\n\t\t\t\t\t},\n\t\t\t\t\t\"enabled\": jsii.Boolean(false),\n\t\t\t\t\t\"expectedMessage\": jsii.String(\"expectedMessage\"),\n\t\t\t\t\t\"expectError\": jsii.Boolean(false),\n\t\t\t\t},\n\t\t\t\t\"destroy\": &DestroyCommand{\n\t\t\t\t\t\"args\": &DestroyOptions{\n\t\t\t\t\t\t\"all\": jsii.Boolean(false),\n\t\t\t\t\t\t\"app\": jsii.String(\"app\"),\n\t\t\t\t\t\t\"assetMetadata\": jsii.Boolean(false),\n\t\t\t\t\t\t\"caBundlePath\": jsii.String(\"caBundlePath\"),\n\t\t\t\t\t\t\"color\": jsii.Boolean(false),\n\t\t\t\t\t\t\"context\": map[string]*string{\n\t\t\t\t\t\t\t\"contextKey\": jsii.String(\"context\"),\n\t\t\t\t\t\t},\n\t\t\t\t\t\t\"debug\": jsii.Boolean(false),\n\t\t\t\t\t\t\"ec2Creds\": jsii.Boolean(false),\n\t\t\t\t\t\t\"exclusively\": jsii.Boolean(false),\n\t\t\t\t\t\t\"force\": jsii.Boolean(false),\n\t\t\t\t\t\t\"ignoreErrors\": jsii.Boolean(false),\n\t\t\t\t\t\t\"json\": jsii.Boolean(false),\n\t\t\t\t\t\t\"lookups\": jsii.Boolean(false),\n\t\t\t\t\t\t\"notices\": jsii.Boolean(false),\n\t\t\t\t\t\t\"output\": jsii.String(\"output\"),\n\t\t\t\t\t\t\"pathMetadata\": jsii.Boolean(false),\n\t\t\t\t\t\t\"profile\": jsii.String(\"profile\"),\n\t\t\t\t\t\t\"proxy\": jsii.String(\"proxy\"),\n\t\t\t\t\t\t\"roleArn\": jsii.String(\"roleArn\"),\n\t\t\t\t\t\t\"stacks\": []*string{\n\t\t\t\t\t\t\tjsii.String(\"stacks\"),\n\t\t\t\t\t\t},\n\t\t\t\t\t\t\"staging\": jsii.Boolean(false),\n\t\t\t\t\t\t\"strict\": jsii.Boolean(false),\n\t\t\t\t\t\t\"trace\": jsii.Boolean(false),\n\t\t\t\t\t\t\"verbose\": jsii.Boolean(false),\n\t\t\t\t\t\t\"versionReporting\": jsii.Boolean(false),\n\t\t\t\t\t},\n\t\t\t\t\t\"enabled\": jsii.Boolean(false),\n\t\t\t\t\t\"expectedMessage\": jsii.String(\"expectedMessage\"),\n\t\t\t\t\t\"expectError\": jsii.Boolean(false),\n\t\t\t\t},\n\t\t\t},\n\t\t\t\"diffAssets\": jsii.Boolean(false),\n\t\t\t\"hooks\": &Hooks{\n\t\t\t\t\"postDeploy\": []*string{\n\t\t\t\t\tjsii.String(\"postDeploy\"),\n\t\t\t\t},\n\t\t\t\t\"postDestroy\": []*string{\n\t\t\t\t\tjsii.String(\"postDestroy\"),\n\t\t\t\t},\n\t\t\t\t\"preDeploy\": []*string{\n\t\t\t\t\tjsii.String(\"preDeploy\"),\n\t\t\t\t},\n\t\t\t\t\"preDestroy\": []*string{\n\t\t\t\t\tjsii.String(\"preDestroy\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\t\"regions\": []*string{\n\t\t\t\tjsii.String(\"regions\"),\n\t\t\t},\n\t\t\t\"stackUpdateWorkflow\": jsii.Boolean(false),\n\t\t},\n\t},\n\tversion: jsii.String(\"version\"),\n\n\t// the properties below are optional\n\tenableLookups: jsii.Boolean(false),\n\tsynthContext: map[string]*string{\n\t\t\"synthContextKey\": jsii.String(\"synthContext\"),\n\t},\n}",
1597
1577
  "version": "1"
1598
1578
  },
1599
1579
  "$": {
1600
- "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 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};",
1580
+ "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 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};",
1601
1581
  "version": "0"
1602
1582
  }
1603
1583
  },
@@ -1623,10 +1603,10 @@
1623
1603
  "@aws-cdk/cloud-assembly-schema.RequireApproval#NEVER",
1624
1604
  "@aws-cdk/cloud-assembly-schema.TestCase"
1625
1605
  ],
1626
- "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 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};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
1606
+ "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 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};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
1627
1607
  "syntaxKindCounter": {
1628
- "10": 34,
1629
- "75": 98,
1608
+ "10": 35,
1609
+ "75": 99,
1630
1610
  "91": 45,
1631
1611
  "153": 1,
1632
1612
  "169": 1,
@@ -1639,10 +1619,10 @@
1639
1619
  "254": 1,
1640
1620
  "255": 1,
1641
1621
  "256": 1,
1642
- "281": 91,
1622
+ "281": 92,
1643
1623
  "290": 1
1644
1624
  },
1645
- "fqnsFingerprint": "739e6f1ad66512b5d2d44d3ee586164888e444536082e817302131f4b2bda228"
1625
+ "fqnsFingerprint": "c03403aac3fc76d5f61d8684fb9249d4f8a9fb2ba28ad81cf3756819d6278f14"
1646
1626
  },
1647
1627
  "ace2c0f8cefd8405e123e856adc09df724751fa6d2d4aaee28f73a730ea65155": {
1648
1628
  "translations": {
@@ -1659,7 +1639,7 @@
1659
1639
  "version": "1"
1660
1640
  },
1661
1641
  "go": {
1662
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\nkeyContextQuery := &keyContextQuery{\n\taccount: jsii.String(\"account\"),\n\taliasName: jsii.String(\"aliasName\"),\n\tregion: jsii.String(\"region\"),\n\n\t// the properties below are optional\n\tlookupRoleArn: jsii.String(\"lookupRoleArn\"),\n}",
1642
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\nkeyContextQuery := &keyContextQuery{\n\taccount: jsii.String(\"account\"),\n\taliasName: jsii.String(\"aliasName\"),\n\tregion: jsii.String(\"region\"),\n\n\t// the properties below are optional\n\tlookupRoleArn: jsii.String(\"lookupRoleArn\"),\n}",
1663
1643
  "version": "1"
1664
1644
  },
1665
1645
  "$": {
@@ -1713,7 +1693,7 @@
1713
1693
  "version": "1"
1714
1694
  },
1715
1695
  "go": {
1716
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\nloadBalancerContextQuery := &loadBalancerContextQuery{\n\taccount: jsii.String(\"account\"),\n\tloadBalancerType: cloud_assembly_schema.loadBalancerType_NETWORK,\n\tregion: jsii.String(\"region\"),\n\n\t// the properties below are optional\n\tloadBalancerArn: jsii.String(\"loadBalancerArn\"),\n\tloadBalancerTags: []tag{\n\t\t&tag{\n\t\t\tkey: jsii.String(\"key\"),\n\t\t\tvalue: jsii.String(\"value\"),\n\t\t},\n\t},\n\tlookupRoleArn: jsii.String(\"lookupRoleArn\"),\n}",
1696
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\nloadBalancerContextQuery := &loadBalancerContextQuery{\n\taccount: jsii.String(\"account\"),\n\tloadBalancerType: cloud_assembly_schema.loadBalancerType_NETWORK,\n\tregion: jsii.String(\"region\"),\n\n\t// the properties below are optional\n\tloadBalancerArn: jsii.String(\"loadBalancerArn\"),\n\tloadBalancerTags: []tag{\n\t\t&tag{\n\t\t\tkey: jsii.String(\"key\"),\n\t\t\tvalue: jsii.String(\"value\"),\n\t\t},\n\t},\n\tlookupRoleArn: jsii.String(\"lookupRoleArn\"),\n}",
1717
1697
  "version": "1"
1718
1698
  },
1719
1699
  "$": {
@@ -1771,7 +1751,7 @@
1771
1751
  "version": "1"
1772
1752
  },
1773
1753
  "go": {
1774
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\nloadBalancerFilter := &loadBalancerFilter{\n\tloadBalancerType: cloud_assembly_schema.loadBalancerType_NETWORK,\n\n\t// the properties below are optional\n\tloadBalancerArn: jsii.String(\"loadBalancerArn\"),\n\tloadBalancerTags: []tag{\n\t\t&tag{\n\t\t\tkey: jsii.String(\"key\"),\n\t\t\tvalue: jsii.String(\"value\"),\n\t\t},\n\t},\n}",
1754
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\nloadBalancerFilter := &loadBalancerFilter{\n\tloadBalancerType: cloud_assembly_schema.loadBalancerType_NETWORK,\n\n\t// the properties below are optional\n\tloadBalancerArn: jsii.String(\"loadBalancerArn\"),\n\tloadBalancerTags: []tag{\n\t\t&tag{\n\t\t\tkey: jsii.String(\"key\"),\n\t\t\tvalue: jsii.String(\"value\"),\n\t\t},\n\t},\n}",
1775
1755
  "version": "1"
1776
1756
  },
1777
1757
  "$": {
@@ -1829,7 +1809,7 @@
1829
1809
  "version": "1"
1830
1810
  },
1831
1811
  "go": {
1832
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\nloadBalancerListenerContextQuery := &loadBalancerListenerContextQuery{\n\taccount: jsii.String(\"account\"),\n\tloadBalancerType: cloud_assembly_schema.loadBalancerType_NETWORK,\n\tregion: jsii.String(\"region\"),\n\n\t// the properties below are optional\n\tlistenerArn: jsii.String(\"listenerArn\"),\n\tlistenerPort: jsii.Number(123),\n\tlistenerProtocol: cloud_assembly_schema.loadBalancerListenerProtocol_HTTP,\n\tloadBalancerArn: jsii.String(\"loadBalancerArn\"),\n\tloadBalancerTags: []tag{\n\t\t&tag{\n\t\t\tkey: jsii.String(\"key\"),\n\t\t\tvalue: jsii.String(\"value\"),\n\t\t},\n\t},\n\tlookupRoleArn: jsii.String(\"lookupRoleArn\"),\n}",
1812
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\nloadBalancerListenerContextQuery := &loadBalancerListenerContextQuery{\n\taccount: jsii.String(\"account\"),\n\tloadBalancerType: cloud_assembly_schema.loadBalancerType_NETWORK,\n\tregion: jsii.String(\"region\"),\n\n\t// the properties below are optional\n\tlistenerArn: jsii.String(\"listenerArn\"),\n\tlistenerPort: jsii.Number(123),\n\tlistenerProtocol: cloud_assembly_schema.loadBalancerListenerProtocol_HTTP,\n\tloadBalancerArn: jsii.String(\"loadBalancerArn\"),\n\tloadBalancerTags: []tag{\n\t\t&tag{\n\t\t\tkey: jsii.String(\"key\"),\n\t\t\tvalue: jsii.String(\"value\"),\n\t\t},\n\t},\n\tlookupRoleArn: jsii.String(\"lookupRoleArn\"),\n}",
1833
1813
  "version": "1"
1834
1814
  },
1835
1815
  "$": {
@@ -1890,7 +1870,7 @@
1890
1870
  "version": "1"
1891
1871
  },
1892
1872
  "go": {
1893
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\nloadManifestOptions := &loadManifestOptions{\n\tskipEnumCheck: jsii.Boolean(false),\n\tskipVersionCheck: jsii.Boolean(false),\n}",
1873
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\nloadManifestOptions := &loadManifestOptions{\n\tskipEnumCheck: jsii.Boolean(false),\n\tskipVersionCheck: jsii.Boolean(false),\n}",
1894
1874
  "version": "1"
1895
1875
  },
1896
1876
  "$": {
@@ -1945,7 +1925,7 @@
1945
1925
  "version": "1"
1946
1926
  },
1947
1927
  "go": {
1948
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\nmetadataEntry := &metadataEntry{\n\ttype: jsii.String(\"type\"),\n\n\t// the properties below are optional\n\tdata: jsii.String(\"data\"),\n\ttrace: []*string{\n\t\tjsii.String(\"trace\"),\n\t},\n}",
1928
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\nmetadataEntry := &metadataEntry{\n\ttype: jsii.String(\"type\"),\n\n\t// the properties below are optional\n\tdata: jsii.String(\"data\"),\n\ttrace: []*string{\n\t\tjsii.String(\"trace\"),\n\t},\n}",
1949
1929
  "version": "1"
1950
1930
  },
1951
1931
  "$": {
@@ -2000,7 +1980,7 @@
2000
1980
  "version": "1"
2001
1981
  },
2002
1982
  "go": {
2003
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\nmissingContext := &missingContext{\n\tkey: jsii.String(\"key\"),\n\tprops: &amiContextQuery{\n\t\taccount: jsii.String(\"account\"),\n\t\tfilters: map[string][]*string{\n\t\t\t\"filtersKey\": []*string{\n\t\t\t\tjsii.String(\"filters\"),\n\t\t\t},\n\t\t},\n\t\tregion: jsii.String(\"region\"),\n\n\t\t// the properties below are optional\n\t\tlookupRoleArn: jsii.String(\"lookupRoleArn\"),\n\t\towners: []interface{}{\n\t\t\tjsii.String(\"owners\"),\n\t\t},\n\t},\n\tprovider: cloud_assembly_schema.contextProvider_AMI_PROVIDER,\n}",
1983
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\nmissingContext := &missingContext{\n\tkey: jsii.String(\"key\"),\n\tprops: &amiContextQuery{\n\t\taccount: jsii.String(\"account\"),\n\t\tfilters: map[string][]*string{\n\t\t\t\"filtersKey\": []*string{\n\t\t\t\tjsii.String(\"filters\"),\n\t\t\t},\n\t\t},\n\t\tregion: jsii.String(\"region\"),\n\n\t\t// the properties below are optional\n\t\tlookupRoleArn: jsii.String(\"lookupRoleArn\"),\n\t\towners: []interface{}{\n\t\t\tjsii.String(\"owners\"),\n\t\t},\n\t},\n\tprovider: cloud_assembly_schema.contextProvider_AMI_PROVIDER,\n}",
2004
1984
  "version": "1"
2005
1985
  },
2006
1986
  "$": {
@@ -2058,7 +2038,7 @@
2058
2038
  "version": "1"
2059
2039
  },
2060
2040
  "go": {
2061
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\nnestedCloudAssemblyProperties := &nestedCloudAssemblyProperties{\n\tdirectoryName: jsii.String(\"directoryName\"),\n\n\t// the properties below are optional\n\tdisplayName: jsii.String(\"displayName\"),\n}",
2041
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\nnestedCloudAssemblyProperties := &nestedCloudAssemblyProperties{\n\tdirectoryName: jsii.String(\"directoryName\"),\n\n\t// the properties below are optional\n\tdisplayName: jsii.String(\"displayName\"),\n}",
2062
2042
  "version": "1"
2063
2043
  },
2064
2044
  "$": {
@@ -2112,7 +2092,7 @@
2112
2092
  "version": "1"
2113
2093
  },
2114
2094
  "go": {
2115
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\npluginContextQuery := &pluginContextQuery{\n\tpluginName: jsii.String(\"pluginName\"),\n}",
2095
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\npluginContextQuery := &pluginContextQuery{\n\tpluginName: jsii.String(\"pluginName\"),\n}",
2116
2096
  "version": "1"
2117
2097
  },
2118
2098
  "$": {
@@ -2151,26 +2131,26 @@
2151
2131
  },
2152
2132
  "fqnsFingerprint": "78d074e4d2b470a75f833cbc617f3e6d2667991e1805d63d741a9e7cc7fdf8fe"
2153
2133
  },
2154
- "bc5bef228be61a617fbc0a4e642506372ce1840e576434bbf5b6a9c022bb960a": {
2134
+ "f38525da9c20f63de9631257e32d488988af2d21b21100245f7562b0c245bc35": {
2155
2135
  "translations": {
2156
2136
  "python": {
2157
- "source": "app = App()\n\nstack_under_test = Stack(app, \"StackUnderTest\")\n\nstack = Stack(app, \"stack\")\n\ntest_case = IntegTestCase(stack, \"CustomizedDeploymentWorkflow\",\n stacks=[stack_under_test],\n diff_assets=True,\n stack_update_workflow=True,\n cdk_command_options=CdkCommands(\n deploy=DeployCommand(\n args=DeployOptions(\n require_approval=RequireApproval.NEVER,\n json=True\n )\n ),\n destroy=DestroyCommand(\n args=DestroyOptions(\n force=True\n )\n )\n )\n)\n\nIntegTest(app, \"integ-test\",\n test_cases=[test_case]\n)",
2137
+ "source": "app = App()\n\nstack_under_test = Stack(app, \"StackUnderTest\")\n\nstack = Stack(app, \"stack\")\n\ntest_case = IntegTest(app, \"CustomizedDeploymentWorkflow\",\n test_cases=[stack_under_test],\n diff_assets=True,\n stack_update_workflow=True,\n cdk_command_options=CdkCommands(\n deploy=DeployCommand(\n args=DeployOptions(\n require_approval=RequireApproval.NEVER,\n json=True\n )\n ),\n destroy=DestroyCommand(\n args=DestroyOptions(\n force=True\n )\n )\n )\n)",
2158
2138
  "version": "2"
2159
2139
  },
2160
2140
  "csharp": {
2161
- "source": "App app = new App();\n\nStack stackUnderTest = new Stack(app, \"StackUnderTest\");\n\nStack stack = new Stack(app, \"stack\");\n\nIntegTestCase testCase = new IntegTestCase(stack, \"CustomizedDeploymentWorkflow\", new IntegTestCaseProps {\n Stacks = new [] { stackUnderTest },\n DiffAssets = true,\n StackUpdateWorkflow = true,\n CdkCommandOptions = new CdkCommands {\n Deploy = new DeployCommand {\n Args = new DeployOptions {\n RequireApproval = RequireApproval.NEVER,\n Json = true\n }\n },\n Destroy = new DestroyCommand {\n Args = new DestroyOptions {\n Force = true\n }\n }\n }\n});\n\nnew IntegTest(app, \"integ-test\", new IntegTestProps {\n TestCases = new [] { testCase }\n});",
2141
+ "source": "App app = new App();\n\nStack stackUnderTest = new Stack(app, \"StackUnderTest\");\n\nStack stack = new Stack(app, \"stack\");\n\nIntegTest testCase = new IntegTest(app, \"CustomizedDeploymentWorkflow\", new IntegTestProps {\n TestCases = new [] { stackUnderTest },\n DiffAssets = true,\n StackUpdateWorkflow = true,\n CdkCommandOptions = new CdkCommands {\n Deploy = new DeployCommand {\n Args = new DeployOptions {\n RequireApproval = RequireApproval.NEVER,\n Json = true\n }\n },\n Destroy = new DestroyCommand {\n Args = new DestroyOptions {\n Force = true\n }\n }\n }\n});",
2162
2142
  "version": "1"
2163
2143
  },
2164
2144
  "java": {
2165
- "source": "App app = new App();\n\nStack stackUnderTest = new Stack(app, \"StackUnderTest\");\n\nStack stack = new Stack(app, \"stack\");\n\nIntegTestCase testCase = IntegTestCase.Builder.create(stack, \"CustomizedDeploymentWorkflow\")\n .stacks(List.of(stackUnderTest))\n .diffAssets(true)\n .stackUpdateWorkflow(true)\n .cdkCommandOptions(CdkCommands.builder()\n .deploy(DeployCommand.builder()\n .args(DeployOptions.builder()\n .requireApproval(RequireApproval.NEVER)\n .json(true)\n .build())\n .build())\n .destroy(DestroyCommand.builder()\n .args(DestroyOptions.builder()\n .force(true)\n .build())\n .build())\n .build())\n .build();\n\nIntegTest.Builder.create(app, \"integ-test\")\n .testCases(List.of(testCase))\n .build();",
2145
+ "source": "App app = new App();\n\nStack stackUnderTest = new Stack(app, \"StackUnderTest\");\n\nStack stack = new Stack(app, \"stack\");\n\nIntegTest testCase = IntegTest.Builder.create(app, \"CustomizedDeploymentWorkflow\")\n .testCases(List.of(stackUnderTest))\n .diffAssets(true)\n .stackUpdateWorkflow(true)\n .cdkCommandOptions(CdkCommands.builder()\n .deploy(DeployCommand.builder()\n .args(DeployOptions.builder()\n .requireApproval(RequireApproval.NEVER)\n .json(true)\n .build())\n .build())\n .destroy(DestroyCommand.builder()\n .args(DestroyOptions.builder()\n .force(true)\n .build())\n .build())\n .build())\n .build();",
2166
2146
  "version": "1"
2167
2147
  },
2168
2148
  "go": {
2169
- "source": "app := NewApp()\n\nstackUnderTest := NewStack(app, jsii.String(\"StackUnderTest\"))\n\nstack := NewStack(app, jsii.String(\"stack\"))\n\ntestCase := NewIntegTestCase(stack, jsii.String(\"CustomizedDeploymentWorkflow\"), &integTestCaseProps{\n\tstacks: []stack{\n\t\tstackUnderTest,\n\t},\n\tdiffAssets: jsii.Boolean(true),\n\tstackUpdateWorkflow: jsii.Boolean(true),\n\tcdkCommandOptions: &cdkCommands{\n\t\tdeploy: &deployCommand{\n\t\t\targs: &deployOptions{\n\t\t\t\trequireApproval: requireApproval_NEVER,\n\t\t\t\tjson: jsii.Boolean(true),\n\t\t\t},\n\t\t},\n\t\tdestroy: &destroyCommand{\n\t\t\targs: &destroyOptions{\n\t\t\t\tforce: jsii.Boolean(true),\n\t\t\t},\n\t\t},\n\t},\n})\n\nNewIntegTest(app, jsii.String(\"integ-test\"), &integTestProps{\n\ttestCases: []integTestCase{\n\t\ttestCase,\n\t},\n})",
2149
+ "source": "app := awscdkcore.NewApp()\n\nstackUnderTest := awscdkcore.NewStack(app, jsii.String(\"StackUnderTest\"))\n\nstack := awscdkcore.NewStack(app, jsii.String(\"stack\"))\n\ntestCase := awscdkintegtests.NewIntegTest(app, jsii.String(\"CustomizedDeploymentWorkflow\"), &integTestProps{\n\ttestCases: []stack{\n\t\tstackUnderTest,\n\t},\n\tdiffAssets: jsii.Boolean(true),\n\tstackUpdateWorkflow: jsii.Boolean(true),\n\tcdkCommandOptions: &cdkCommands{\n\t\tdeploy: &deployCommand{\n\t\t\targs: &deployOptions{\n\t\t\t\trequireApproval: *awscdkcloudassemblyschema.RequireApproval_NEVER,\n\t\t\t\tjson: jsii.Boolean(true),\n\t\t\t},\n\t\t},\n\t\tdestroy: &destroyCommand{\n\t\t\targs: &destroyOptions{\n\t\t\t\tforce: jsii.Boolean(true),\n\t\t\t},\n\t\t},\n\t},\n})",
2170
2150
  "version": "1"
2171
2151
  },
2172
2152
  "$": {
2173
- "source": "const app = new App();\n\nconst stackUnderTest = new Stack(app, 'StackUnderTest', /* ... */);\n\nconst stack = new Stack(app, 'stack');\n\nconst testCase = new IntegTestCase(stack, 'CustomizedDeploymentWorkflow', {\n stacks: [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});\n\nnew IntegTest(app, 'integ-test', {\n testCases: [testCase],\n});",
2153
+ "source": "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});",
2174
2154
  "version": "0"
2175
2155
  }
2176
2156
  },
@@ -2193,30 +2173,26 @@
2193
2173
  "@aws-cdk/cloud-assembly-schema.RequireApproval",
2194
2174
  "@aws-cdk/cloud-assembly-schema.RequireApproval#NEVER",
2195
2175
  "@aws-cdk/core.App",
2196
- "@aws-cdk/core.Construct",
2197
2176
  "@aws-cdk/core.Stack",
2198
2177
  "@aws-cdk/integ-tests.IntegTest",
2199
- "@aws-cdk/integ-tests.IntegTestCase",
2200
- "@aws-cdk/integ-tests.IntegTestCaseProps",
2201
2178
  "@aws-cdk/integ-tests.IntegTestProps",
2202
2179
  "constructs.Construct"
2203
2180
  ],
2204
- "fullSource": "import * as lambda from '@aws-cdk/aws-lambda';\nimport { IntegTestCase, IntegTest } from '@aws-cdk/integ-tests';\nimport {\n App,\n Construct,\n Stack,\n StackProps,\n} from '@aws-cdk/core';\nimport * as path from 'path';\nimport { RequireApproval } from '@aws-cdk/cloud-assembly-schema';\n\n// Code snippet begins after !show marker below\n/// !show\nconst app = new App();\n\nconst stackUnderTest = new Stack(app, 'StackUnderTest', /* ... */);\n\nconst stack = new Stack(app, 'stack');\n\nconst testCase = new IntegTestCase(stack, 'CustomizedDeploymentWorkflow', {\n stacks: [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});\n\nnew IntegTest(app, 'integ-test', {\n testCases: [testCase],\n});\n/// !hide\n// Code snippet ended before !hide marker above\n",
2181
+ "fullSource": "import * as lambda from '@aws-cdk/aws-lambda';\nimport {\n IntegTestCase,\n IntegTest,\n IntegTestCaseStack,\n DeployAssert,\n AwsApiCall,\n EqualsAssertion,\n ActualResult,\n ExpectedResult,\n InvocationType,\n AssertionType,\n LambdaInvokeFunction,\n Match,\n} from '@aws-cdk/integ-tests';\nimport {\n App,\n Construct,\n Stack,\n StackProps,\n CustomResource,\n} from '@aws-cdk/core';\nimport * as path from 'path';\nimport * as sqs from '@aws-cdk/aws-sqs';\nimport { IStateMachine } from '@aws-cdk/aws-stepfunctions';\nimport { RequireApproval } from '@aws-cdk/cloud-assembly-schema';\n\n// Code snippet begins after !show marker below\n/// !show\nconst 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});\n/// !hide\n// Code snippet ended before !hide marker above\n",
2205
2182
  "syntaxKindCounter": {
2206
- "10": 4,
2207
- "75": 29,
2183
+ "10": 3,
2184
+ "75": 25,
2208
2185
  "106": 4,
2209
- "192": 2,
2210
- "193": 7,
2186
+ "192": 1,
2187
+ "193": 6,
2211
2188
  "194": 1,
2212
- "197": 5,
2189
+ "197": 4,
2213
2190
  "225": 4,
2214
- "226": 1,
2215
2191
  "242": 4,
2216
2192
  "243": 4,
2217
- "281": 12
2193
+ "281": 11
2218
2194
  },
2219
- "fqnsFingerprint": "8fd829411f80b66bd9a64ab6ac39bec7589714513a5f5020d1ce90298ceef9cb"
2195
+ "fqnsFingerprint": "488d76cc68f30970fa014ebbe9ea29693504adfde90786f74ce76bc39d63e5cf"
2220
2196
  },
2221
2197
  "e327fc98591a1ca4bf6867147aeb8b7a1d27221cb2c89501caa802b5a19cd818": {
2222
2198
  "translations": {
@@ -2233,7 +2209,7 @@
2233
2209
  "version": "1"
2234
2210
  },
2235
2211
  "go": {
2236
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\nruntimeInfo := &runtimeInfo{\n\tlibraries: map[string]*string{\n\t\t\"librariesKey\": jsii.String(\"libraries\"),\n\t},\n}",
2212
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\nruntimeInfo := &runtimeInfo{\n\tlibraries: map[string]*string{\n\t\t\"librariesKey\": jsii.String(\"libraries\"),\n\t},\n}",
2237
2213
  "version": "1"
2238
2214
  },
2239
2215
  "$": {
@@ -2287,7 +2263,7 @@
2287
2263
  "version": "1"
2288
2264
  },
2289
2265
  "go": {
2290
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\nsSMParameterContextQuery := &sSMParameterContextQuery{\n\taccount: jsii.String(\"account\"),\n\tparameterName: jsii.String(\"parameterName\"),\n\tregion: jsii.String(\"region\"),\n\n\t// the properties below are optional\n\tlookupRoleArn: jsii.String(\"lookupRoleArn\"),\n}",
2266
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\nsSMParameterContextQuery := &sSMParameterContextQuery{\n\taccount: jsii.String(\"account\"),\n\tparameterName: jsii.String(\"parameterName\"),\n\tregion: jsii.String(\"region\"),\n\n\t// the properties below are optional\n\tlookupRoleArn: jsii.String(\"lookupRoleArn\"),\n}",
2291
2267
  "version": "1"
2292
2268
  },
2293
2269
  "$": {
@@ -2341,7 +2317,7 @@
2341
2317
  "version": "1"
2342
2318
  },
2343
2319
  "go": {
2344
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\nsecurityGroupContextQuery := &securityGroupContextQuery{\n\taccount: jsii.String(\"account\"),\n\tregion: jsii.String(\"region\"),\n\n\t// the properties below are optional\n\tlookupRoleArn: jsii.String(\"lookupRoleArn\"),\n\tsecurityGroupId: jsii.String(\"securityGroupId\"),\n\tsecurityGroupName: jsii.String(\"securityGroupName\"),\n\tvpcId: jsii.String(\"vpcId\"),\n}",
2320
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\nsecurityGroupContextQuery := &securityGroupContextQuery{\n\taccount: jsii.String(\"account\"),\n\tregion: jsii.String(\"region\"),\n\n\t// the properties below are optional\n\tlookupRoleArn: jsii.String(\"lookupRoleArn\"),\n\tsecurityGroupId: jsii.String(\"securityGroupId\"),\n\tsecurityGroupName: jsii.String(\"securityGroupName\"),\n\tvpcId: jsii.String(\"vpcId\"),\n}",
2345
2321
  "version": "1"
2346
2322
  },
2347
2323
  "$": {
@@ -2395,7 +2371,7 @@
2395
2371
  "version": "1"
2396
2372
  },
2397
2373
  "go": {
2398
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\ntag := &tag{\n\tkey: jsii.String(\"key\"),\n\tvalue: jsii.String(\"value\"),\n}",
2374
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\ntag := &tag{\n\tkey: jsii.String(\"key\"),\n\tvalue: jsii.String(\"value\"),\n}",
2399
2375
  "version": "1"
2400
2376
  },
2401
2377
  "$": {
@@ -2434,26 +2410,26 @@
2434
2410
  },
2435
2411
  "fqnsFingerprint": "00a9c22e7f063f4897295481ff2ff2240c6dd977d4c3724da8d90f976831fe5d"
2436
2412
  },
2437
- "0320a574665dcbe406563f4d4194924764edac6f13143a067e946caf5336ac13": {
2413
+ "a7aefe7e810442173f96e6e1af7e724ad6947865c1c4bf6cb26bd48a854a6e37": {
2438
2414
  "translations": {
2439
2415
  "python": {
2440
- "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_case = cloud_assembly_schema.TestCase(\n stacks=[\"stacks\"],\n\n # the properties below are optional\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)",
2416
+ "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_case = cloud_assembly_schema.TestCase(\n stacks=[\"stacks\"],\n\n # the properties below are optional\n allow_destroy=[\"allowDestroy\"],\n assertion_stack=\"assertionStack\",\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)",
2441
2417
  "version": "2"
2442
2418
  },
2443
2419
  "csharp": {
2444
- "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\nTestCase testCase = new TestCase {\n Stacks = new [] { \"stacks\" },\n\n // the properties below are optional\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};",
2420
+ "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\nTestCase testCase = new TestCase {\n Stacks = new [] { \"stacks\" },\n\n // the properties below are optional\n AllowDestroy = new [] { \"allowDestroy\" },\n AssertionStack = \"assertionStack\",\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};",
2445
2421
  "version": "1"
2446
2422
  },
2447
2423
  "java": {
2448
- "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\nTestCase testCase = TestCase.builder()\n .stacks(List.of(\"stacks\"))\n\n // the properties below are optional\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();",
2424
+ "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\nTestCase testCase = TestCase.builder()\n .stacks(List.of(\"stacks\"))\n\n // the properties below are optional\n .allowDestroy(List.of(\"allowDestroy\"))\n .assertionStack(\"assertionStack\")\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();",
2449
2425
  "version": "1"
2450
2426
  },
2451
2427
  "go": {
2452
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\ntestCase := &testCase{\n\tstacks: []*string{\n\t\tjsii.String(\"stacks\"),\n\t},\n\n\t// the properties below are optional\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}",
2428
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\ntestCase := &testCase{\n\tstacks: []*string{\n\t\tjsii.String(\"stacks\"),\n\t},\n\n\t// the properties below are optional\n\tallowDestroy: []*string{\n\t\tjsii.String(\"allowDestroy\"),\n\t},\n\tassertionStack: jsii.String(\"assertionStack\"),\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}",
2453
2429
  "version": "1"
2454
2430
  },
2455
2431
  "$": {
2456
- "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 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};",
2432
+ "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 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};",
2457
2433
  "version": "0"
2458
2434
  }
2459
2435
  },
@@ -2478,10 +2454,10 @@
2478
2454
  "@aws-cdk/cloud-assembly-schema.RequireApproval#NEVER",
2479
2455
  "@aws-cdk/cloud-assembly-schema.TestCase"
2480
2456
  ],
2481
- "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 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};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
2457
+ "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 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};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
2482
2458
  "syntaxKindCounter": {
2483
- "10": 32,
2484
- "75": 92,
2459
+ "10": 33,
2460
+ "75": 93,
2485
2461
  "91": 44,
2486
2462
  "153": 1,
2487
2463
  "169": 1,
@@ -2494,10 +2470,10 @@
2494
2470
  "254": 1,
2495
2471
  "255": 1,
2496
2472
  "256": 1,
2497
- "281": 85,
2473
+ "281": 86,
2498
2474
  "290": 1
2499
2475
  },
2500
- "fqnsFingerprint": "7a4a65ed03956d821ae63c3132877ac35f7f81c79c4975a4e678860f078cbb91"
2476
+ "fqnsFingerprint": "28d3c0ba42294fff0b5f69e8fe4a3e60a2527fec8965d08d777b3a894c90678c"
2501
2477
  },
2502
2478
  "2f3dd325771b352930f14f196545716d8018a2fcbf0b9d9a3f3dc0dc5d3e5f6c": {
2503
2479
  "translations": {
@@ -2514,7 +2490,7 @@
2514
2490
  "version": "1"
2515
2491
  },
2516
2492
  "go": {
2517
- "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}",
2493
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\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}",
2518
2494
  "version": "1"
2519
2495
  },
2520
2496
  "$": {
@@ -2579,7 +2555,7 @@
2579
2555
  "version": "1"
2580
2556
  },
2581
2557
  "go": {
2582
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\ntreeArtifactProperties := &treeArtifactProperties{\n\tfile: jsii.String(\"file\"),\n}",
2558
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\ntreeArtifactProperties := &treeArtifactProperties{\n\tfile: jsii.String(\"file\"),\n}",
2583
2559
  "version": "1"
2584
2560
  },
2585
2561
  "$": {
@@ -2633,7 +2609,7 @@
2633
2609
  "version": "1"
2634
2610
  },
2635
2611
  "go": {
2636
- "source": "import cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\nvpcContextQuery := &vpcContextQuery{\n\taccount: jsii.String(\"account\"),\n\tfilter: map[string]*string{\n\t\t\"filterKey\": jsii.String(\"filter\"),\n\t},\n\tregion: jsii.String(\"region\"),\n\n\t// the properties below are optional\n\tlookupRoleArn: jsii.String(\"lookupRoleArn\"),\n\treturnAsymmetricSubnets: jsii.Boolean(false),\n\tsubnetGroupNameTag: jsii.String(\"subnetGroupNameTag\"),\n}",
2612
+ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloud_assembly_schema \"github.com/aws-samples/dummy/awscdkcloudassemblyschema\"\n\nvpcContextQuery := &vpcContextQuery{\n\taccount: jsii.String(\"account\"),\n\tfilter: map[string]*string{\n\t\t\"filterKey\": jsii.String(\"filter\"),\n\t},\n\tregion: jsii.String(\"region\"),\n\n\t// the properties below are optional\n\tlookupRoleArn: jsii.String(\"lookupRoleArn\"),\n\treturnAsymmetricSubnets: jsii.Boolean(false),\n\tsubnetGroupNameTag: jsii.String(\"subnetGroupNameTag\"),\n}",
2637
2613
  "version": "1"
2638
2614
  },
2639
2615
  "$": {