// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`csharp snapshot 1`] = `
{
"displayName": "TagMutability",
"docs": {
"summary": "The tag mutability setting for your repository.",
},
"fqn": "Amazon.CDK.AWS.ECR.TagMutability",
"id": "@aws-cdk/aws-ecr.TagMutability",
"members": [
{
"displayName": "MUTABLE",
"docs": {
"summary": "allow image tags to be overwritten.",
},
"fqn": "Amazon.CDK.AWS.ECR.TagMutability.MUTABLE",
"id": "@aws-cdk/aws-ecr.TagMutability.MUTABLE",
},
{
"displayName": "IMMUTABLE",
"docs": {
"summary": "all image tags within the repository will be immutable which will prevent them from being overwritten.",
},
"fqn": "Amazon.CDK.AWS.ECR.TagMutability.IMMUTABLE",
"id": "@aws-cdk/aws-ecr.TagMutability.IMMUTABLE",
},
],
}
`;
exports[`csharp snapshot 2`] = `
" TagMutability
The tag mutability setting for your repository.
# Members
| **Name** | **Description** |
| --- | --- |
| MUTABLE
| allow image tags to be overwritten. |
| IMMUTABLE
| all image tags within the repository will be immutable which will prevent them from being overwritten. |
---
## \`MUTABLE\`
allow image tags to be overwritten.
---
## \`IMMUTABLE\`
all image tags within the repository will be immutable which will prevent them from being overwritten.
---
"
`;
exports[`go snapshot 1`] = `
{
"displayName": "TagMutability",
"docs": {
"summary": "The tag mutability setting for your repository.",
},
"fqn": "github.com/aws/aws-cdk-go/awscdkawsecr.TagMutability",
"id": "@aws-cdk/aws-ecr.TagMutability",
"members": [
{
"displayName": "TagMutability_MUTABLE",
"docs": {
"summary": "allow image tags to be overwritten.",
},
"fqn": "github.com/aws/aws-cdk-go/awscdkawsecr.TagMutability_MUTABLE",
"id": "@aws-cdk/aws-ecr.TagMutability.MUTABLE",
},
{
"displayName": "TagMutability_IMMUTABLE",
"docs": {
"summary": "all image tags within the repository will be immutable which will prevent them from being overwritten.",
},
"fqn": "github.com/aws/aws-cdk-go/awscdkawsecr.TagMutability_IMMUTABLE",
"id": "@aws-cdk/aws-ecr.TagMutability.IMMUTABLE",
},
],
}
`;
exports[`go snapshot 2`] = `
" TagMutability
The tag mutability setting for your repository.
# Members
| **Name** | **Description** |
| --- | --- |
| TagMutability_MUTABLE
| allow image tags to be overwritten. |
| TagMutability_IMMUTABLE
| all image tags within the repository will be immutable which will prevent them from being overwritten. |
---
## \`TagMutability_MUTABLE\`
allow image tags to be overwritten.
---
## \`TagMutability_IMMUTABLE\`
all image tags within the repository will be immutable which will prevent them from being overwritten.
---
"
`;
exports[`java snapshot 1`] = `
{
"displayName": "TagMutability",
"docs": {
"summary": "The tag mutability setting for your repository.",
},
"fqn": "software.amazon.awscdk.services.ecr.TagMutability",
"id": "@aws-cdk/aws-ecr.TagMutability",
"members": [
{
"displayName": "MUTABLE",
"docs": {
"summary": "allow image tags to be overwritten.",
},
"fqn": "software.amazon.awscdk.services.ecr.TagMutability.MUTABLE",
"id": "@aws-cdk/aws-ecr.TagMutability.MUTABLE",
},
{
"displayName": "IMMUTABLE",
"docs": {
"summary": "all image tags within the repository will be immutable which will prevent them from being overwritten.",
},
"fqn": "software.amazon.awscdk.services.ecr.TagMutability.IMMUTABLE",
"id": "@aws-cdk/aws-ecr.TagMutability.IMMUTABLE",
},
],
}
`;
exports[`java snapshot 2`] = `
" TagMutability
The tag mutability setting for your repository.
# Members
| **Name** | **Description** |
| --- | --- |
| MUTABLE
| allow image tags to be overwritten. |
| IMMUTABLE
| all image tags within the repository will be immutable which will prevent them from being overwritten. |
---
## \`MUTABLE\`
allow image tags to be overwritten.
---
## \`IMMUTABLE\`
all image tags within the repository will be immutable which will prevent them from being overwritten.
---
"
`;
exports[`python snapshot 1`] = `
{
"displayName": "TagMutability",
"docs": {
"summary": "The tag mutability setting for your repository.",
},
"fqn": "aws_cdk.aws_ecr.TagMutability",
"id": "@aws-cdk/aws-ecr.TagMutability",
"members": [
{
"displayName": "MUTABLE",
"docs": {
"summary": "allow image tags to be overwritten.",
},
"fqn": "aws_cdk.aws_ecr.TagMutability.MUTABLE",
"id": "@aws-cdk/aws-ecr.TagMutability.MUTABLE",
},
{
"displayName": "IMMUTABLE",
"docs": {
"summary": "all image tags within the repository will be immutable which will prevent them from being overwritten.",
},
"fqn": "aws_cdk.aws_ecr.TagMutability.IMMUTABLE",
"id": "@aws-cdk/aws-ecr.TagMutability.IMMUTABLE",
},
],
}
`;
exports[`python snapshot 2`] = `
" TagMutability
The tag mutability setting for your repository.
# Members
| **Name** | **Description** |
| --- | --- |
| MUTABLE
| allow image tags to be overwritten. |
| IMMUTABLE
| all image tags within the repository will be immutable which will prevent them from being overwritten. |
---
## \`MUTABLE\`
allow image tags to be overwritten.
---
## \`IMMUTABLE\`
all image tags within the repository will be immutable which will prevent them from being overwritten.
---
"
`;
exports[`typescript snapshot 1`] = `
{
"displayName": "TagMutability",
"docs": {
"summary": "The tag mutability setting for your repository.",
},
"fqn": "@aws-cdk/aws-ecr.TagMutability",
"id": "@aws-cdk/aws-ecr.TagMutability",
"members": [
{
"displayName": "MUTABLE",
"docs": {
"summary": "allow image tags to be overwritten.",
},
"fqn": "@aws-cdk/aws-ecr.TagMutability.MUTABLE",
"id": "@aws-cdk/aws-ecr.TagMutability.MUTABLE",
},
{
"displayName": "IMMUTABLE",
"docs": {
"summary": "all image tags within the repository will be immutable which will prevent them from being overwritten.",
},
"fqn": "@aws-cdk/aws-ecr.TagMutability.IMMUTABLE",
"id": "@aws-cdk/aws-ecr.TagMutability.IMMUTABLE",
},
],
}
`;
exports[`typescript snapshot 2`] = `
" TagMutability
The tag mutability setting for your repository.
# Members
| **Name** | **Description** |
| --- | --- |
| MUTABLE
| allow image tags to be overwritten. |
| IMMUTABLE
| all image tags within the repository will be immutable which will prevent them from being overwritten. |
---
## \`MUTABLE\`
allow image tags to be overwritten.
---
## \`IMMUTABLE\`
all image tags within the repository will be immutable which will prevent them from being overwritten.
---
"
`;