Skip to content

Commit

Permalink
#ResourceSpecificationVersion: "45.0.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 26, 2021
1 parent 3a50c8e commit a239408
Show file tree
Hide file tree
Showing 247 changed files with 2,501 additions and 435 deletions.
1 change: 1 addition & 0 deletions aws/afsouth1/CodeBuild.cue
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import "github.com/cue-sh/cfn-cue/aws/fn"
} | fn.#If
BadgeEnabled?: *bool | fn.#Fn
BuildBatchConfig?: *{
BatchReportMode?: *string | fn.#Fn
CombineArtifacts?: *bool | fn.#Fn
Restrictions?: *{
ComputeTypesAllowed?: [...(*string | fn.#Fn)] | (*string | fn.#Fn)
Expand Down
1 change: 1 addition & 0 deletions aws/afsouth1/FMS.cue
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ import (
}] | fn.#If
ResourceType: *(strings.MinRunes(1) & strings.MaxRunes(128) & (=~#"^([^\s]*)$"#)) | fn.#Fn
ResourceTypeList?: [...(*(strings.MinRunes(1) & strings.MaxRunes(128) & (=~#"^([^\s]*)$"#)) | fn.#Fn)] | (*(strings.MinRunes(1) & strings.MaxRunes(128) & (=~#"^([^\s]*)$"#)) | fn.#Fn)
ResourcesCleanUp?: *bool | fn.#Fn
SecurityServicePolicyData: *{
[string]: _
} | fn.#Fn
Expand Down
8 changes: 7 additions & 1 deletion aws/afsouth1/ImageBuilder.cue
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ import (
Iops?: *int | fn.#Fn
KmsKeyId?: *string | fn.#Fn
SnapshotId?: *string | fn.#Fn
Throughput?: *int | fn.#Fn
VolumeSize?: *int | fn.#Fn
VolumeType?: *("standard" | "io1" | "io2" | "gp2" | "gp3" | "sc1" | "st1") | fn.#Fn
} | fn.#If
Expand Down Expand Up @@ -174,6 +175,7 @@ import (
Iops?: *int | fn.#Fn
KmsKeyId?: *string | fn.#Fn
SnapshotId?: *string | fn.#Fn
Throughput?: *int | fn.#Fn
VolumeSize?: *int | fn.#Fn
VolumeType?: *("standard" | "io1" | "io2" | "gp2" | "gp3" | "sc1" | "st1") | fn.#Fn
} | fn.#If
Expand Down Expand Up @@ -205,7 +207,11 @@ import (
#InfrastructureConfiguration: {
Type: "AWS::ImageBuilder::InfrastructureConfiguration"
Properties: {
Description?: *string | fn.#Fn
Description?: *string | fn.#Fn
InstanceMetadataOptions?: *{
HttpPutResponseHopLimit?: *int | fn.#Fn
HttpTokens?: *("required" | "optional") | fn.#Fn
} | fn.#If
InstanceProfileName: *string | fn.#Fn
InstanceTypes?: [...(*string | fn.#Fn)] | (*string | fn.#Fn)
KeyPair?: *string | fn.#Fn
Expand Down
7 changes: 2 additions & 5 deletions aws/afsouth1/SES.cue
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
package afsouth1

import (
"github.com/cue-sh/cfn-cue/aws/fn"
"strings"
)
import "github.com/cue-sh/cfn-cue/aws/fn"

#SES: {
#ConfigurationSet: {
Type: "AWS::SES::ConfigurationSet"
Properties: Name?: *(strings.MinRunes(1) & strings.MaxRunes(64) & (=~#"^[a-zA-Z0-9_-]{1,64}$"#)) | fn.#Fn
Properties: Name?: *(=~#"^[a-zA-Z0-9_-]{1,64}$"#) | fn.#Fn
DependsOn?: string | [...string]
DeletionPolicy?: "Delete" | "Retain"
UpdateReplacePolicy?: "Delete" | "Retain"
Expand Down
1 change: 1 addition & 0 deletions aws/afsouth1/SageMaker.cue
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ import (
KmsKeyId?: *string | fn.#Fn
LifecycleConfigName?: *string | fn.#Fn
NotebookInstanceName?: *string | fn.#Fn
PlatformIdentifier?: *string | fn.#Fn
RoleArn: *string | fn.#Fn
RootAccess?: *string | fn.#Fn
SecurityGroupIds?: [...(*string | fn.#Fn)] | (*string | fn.#Fn)
Expand Down
5 changes: 3 additions & 2 deletions aws/afsouth1/Synthetics.cue
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ import "github.com/cue-sh/cfn-cue/aws/fn"
Properties: {
ArtifactConfig?: *{
S3Encryption?: *{
[string]: _
} | fn.#Fn
EncryptionMode?: *string | fn.#Fn
KmsKeyArn?: *string | fn.#Fn
} | fn.#If
} | fn.#If
ArtifactS3Location: *(=~#"^(s3|S3)://"#) | fn.#Fn
Code: *{
Expand Down
2 changes: 1 addition & 1 deletion aws/afsouth1/afsouth1.cue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package afsouth1

import "github.com/cue-sh/cfn-cue/aws/fn"

#ResourceSpecificationVersion: "44.0.0"
#ResourceSpecificationVersion: "45.0.0"
#Template: {
AWSTemplateFormatVersion?: "2010-09-09"
Description?: string
Expand Down
4 changes: 4 additions & 0 deletions aws/apeast1/Backup.cue
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,16 @@ import (
Properties: {
BackupPlanId: *string | fn.#Fn
BackupSelection: *{
Conditions?: *{
[string]: _
} | fn.#Fn
IamRoleArn: *(=~#"arn:(aws[a-zA-Z-]*)?:iam::\d{12}:role/[a-zA-Z_0-9+=,.@\-_/]+"#) | fn.#Fn
ListOfTags?: *[...{
ConditionKey: *string | fn.#Fn
ConditionType: *string | fn.#Fn
ConditionValue: *string | fn.#Fn
}] | fn.#If
NotResources?: [...(*string | fn.#Fn)] | (*string | fn.#Fn)
Resources?: [...(*string | fn.#Fn)] | (*string | fn.#Fn)
SelectionName: *string | fn.#Fn
} | fn.#If
Expand Down
1 change: 1 addition & 0 deletions aws/apeast1/CodeBuild.cue
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import "github.com/cue-sh/cfn-cue/aws/fn"
} | fn.#If
BadgeEnabled?: *bool | fn.#Fn
BuildBatchConfig?: *{
BatchReportMode?: *string | fn.#Fn
CombineArtifacts?: *bool | fn.#Fn
Restrictions?: *{
ComputeTypesAllowed?: [...(*string | fn.#Fn)] | (*string | fn.#Fn)
Expand Down
1 change: 1 addition & 0 deletions aws/apeast1/FMS.cue
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ import (
}] | fn.#If
ResourceType: *(strings.MinRunes(1) & strings.MaxRunes(128) & (=~#"^([^\s]*)$"#)) | fn.#Fn
ResourceTypeList?: [...(*(strings.MinRunes(1) & strings.MaxRunes(128) & (=~#"^([^\s]*)$"#)) | fn.#Fn)] | (*(strings.MinRunes(1) & strings.MaxRunes(128) & (=~#"^([^\s]*)$"#)) | fn.#Fn)
ResourcesCleanUp?: *bool | fn.#Fn
SecurityServicePolicyData: *{
[string]: _
} | fn.#Fn
Expand Down
8 changes: 7 additions & 1 deletion aws/apeast1/ImageBuilder.cue
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ import (
Iops?: *int | fn.#Fn
KmsKeyId?: *string | fn.#Fn
SnapshotId?: *string | fn.#Fn
Throughput?: *int | fn.#Fn
VolumeSize?: *int | fn.#Fn
VolumeType?: *("standard" | "io1" | "io2" | "gp2" | "gp3" | "sc1" | "st1") | fn.#Fn
} | fn.#If
Expand Down Expand Up @@ -174,6 +175,7 @@ import (
Iops?: *int | fn.#Fn
KmsKeyId?: *string | fn.#Fn
SnapshotId?: *string | fn.#Fn
Throughput?: *int | fn.#Fn
VolumeSize?: *int | fn.#Fn
VolumeType?: *("standard" | "io1" | "io2" | "gp2" | "gp3" | "sc1" | "st1") | fn.#Fn
} | fn.#If
Expand Down Expand Up @@ -205,7 +207,11 @@ import (
#InfrastructureConfiguration: {
Type: "AWS::ImageBuilder::InfrastructureConfiguration"
Properties: {
Description?: *string | fn.#Fn
Description?: *string | fn.#Fn
InstanceMetadataOptions?: *{
HttpPutResponseHopLimit?: *int | fn.#Fn
HttpTokens?: *("required" | "optional") | fn.#Fn
} | fn.#If
InstanceProfileName: *string | fn.#Fn
InstanceTypes?: [...(*string | fn.#Fn)] | (*string | fn.#Fn)
KeyPair?: *string | fn.#Fn
Expand Down
1 change: 1 addition & 0 deletions aws/apeast1/SageMaker.cue
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,7 @@ import (
KmsKeyId?: *string | fn.#Fn
LifecycleConfigName?: *string | fn.#Fn
NotebookInstanceName?: *string | fn.#Fn
PlatformIdentifier?: *string | fn.#Fn
RoleArn: *string | fn.#Fn
RootAccess?: *string | fn.#Fn
SecurityGroupIds?: [...(*string | fn.#Fn)] | (*string | fn.#Fn)
Expand Down
5 changes: 3 additions & 2 deletions aws/apeast1/Synthetics.cue
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ import "github.com/cue-sh/cfn-cue/aws/fn"
Properties: {
ArtifactConfig?: *{
S3Encryption?: *{
[string]: _
} | fn.#Fn
EncryptionMode?: *string | fn.#Fn
KmsKeyArn?: *string | fn.#Fn
} | fn.#If
} | fn.#If
ArtifactS3Location: *(=~#"^(s3|S3)://"#) | fn.#Fn
Code: *{
Expand Down
2 changes: 1 addition & 1 deletion aws/apeast1/apeast1.cue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package apeast1

import "github.com/cue-sh/cfn-cue/aws/fn"

#ResourceSpecificationVersion: "44.0.0"
#ResourceSpecificationVersion: "45.0.0"
#Template: {
AWSTemplateFormatVersion?: "2010-09-09"
Description?: string
Expand Down
2 changes: 1 addition & 1 deletion aws/apnortheast1/ApiGateway.cue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import "github.com/cue-sh/cfn-cue/aws/fn"
AuthorizerUri?: *string | fn.#Fn
IdentitySource?: *string | fn.#Fn
IdentityValidationExpression?: *string | fn.#Fn
Name?: *string | fn.#Fn
Name: *string | fn.#Fn
ProviderARNs?: [...(*string | fn.#Fn)] | (*string | fn.#Fn)
RestApiId: *string | fn.#Fn
Type: *("COGNITO_USER_POOLS" | "REQUEST" | "TOKEN") | fn.#Fn
Expand Down
4 changes: 4 additions & 0 deletions aws/apnortheast1/Backup.cue
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,16 @@ import (
Properties: {
BackupPlanId: *string | fn.#Fn
BackupSelection: *{
Conditions?: *{
[string]: _
} | fn.#Fn
IamRoleArn: *(=~#"arn:(aws[a-zA-Z-]*)?:iam::\d{12}:role/[a-zA-Z_0-9+=,.@\-_/]+"#) | fn.#Fn
ListOfTags?: *[...{
ConditionKey: *string | fn.#Fn
ConditionType: *string | fn.#Fn
ConditionValue: *string | fn.#Fn
}] | fn.#If
NotResources?: [...(*string | fn.#Fn)] | (*string | fn.#Fn)
Resources?: [...(*string | fn.#Fn)] | (*string | fn.#Fn)
SelectionName: *string | fn.#Fn
} | fn.#If
Expand Down
2 changes: 1 addition & 1 deletion aws/apnortheast1/Budgets.cue
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ import "github.com/cue-sh/cfn-cue/aws/fn"
} | fn.#If
ExecutionRoleArn: *string | fn.#Fn
NotificationType: *("ACTUAL" | "FORECASTED") | fn.#Fn
Subscribers?: *[...{
Subscribers: *[...{
Address: *string | fn.#Fn
Type: *("SNS" | "EMAIL") | fn.#Fn
}] | fn.#If
Expand Down
1 change: 1 addition & 0 deletions aws/apnortheast1/Cassandra.cue
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import "github.com/cue-sh/cfn-cue/aws/fn"
} | fn.#If
OrderBy?: *("ASC" | "DESC") | fn.#Fn
}] | fn.#If
DefaultTimeToLive?: *int | fn.#Fn
EncryptionSpecification?: *{
EncryptionType: *("AWS_OWNED_KMS_KEY" | "CUSTOMER_MANAGED_KMS_KEY") | fn.#Fn
KmsKeyIdentifier?: *string | fn.#Fn
Expand Down
68 changes: 68 additions & 0 deletions aws/apnortheast1/Connect.cue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,29 @@ import (
)

#Connect: {
#HoursOfOperation: {
Type: "AWS::Connect::HoursOfOperation"
Properties: {
Config: *[...{
Day: *("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY") | fn.#Fn
EndTime: *string | fn.#Fn
StartTime: *string | fn.#Fn
}] | fn.#If
Description?: *(strings.MinRunes(1) & strings.MaxRunes(250)) | fn.#Fn
InstanceArn: *(=~#"^arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*$"#) | fn.#Fn
Name: *(strings.MinRunes(1) & strings.MaxRunes(127)) | fn.#Fn
Tags?: *[...{
Key: *string | fn.#Fn
Value: *string | fn.#Fn
}] | fn.#If
TimeZone: *string | fn.#Fn
}
DependsOn?: string | [...string]
DeletionPolicy?: "Delete" | "Retain"
UpdateReplacePolicy?: "Delete" | "Retain"
Metadata?: [string]: _
Condition?: string
}
#QuickConnect: {
Type: "AWS::Connect::QuickConnect"
Properties: {
Expand Down Expand Up @@ -37,4 +60,49 @@ import (
Metadata?: [string]: _
Condition?: string
}
#User: {
Type: "AWS::Connect::User"
Properties: {
DirectoryUserId?: *string | fn.#Fn
HierarchyGroupArn?: *(=~#"^arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*/agent-group/[-a-zA-Z0-9]*$"#) | fn.#Fn
IdentityInfo?: *{
Email?: *string | fn.#Fn
FirstName?: *string | fn.#Fn
LastName?: *string | fn.#Fn
} | fn.#If
InstanceArn: *(=~#"^arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*$"#) | fn.#Fn
Password?: *(=~#"^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)[a-zA-Z\d\S]{8,64}$"#) | fn.#Fn
PhoneConfig: *{
AfterContactWorkTimeLimit?: *int | fn.#Fn
AutoAccept?: *bool | fn.#Fn
DeskPhoneNumber?: *string | fn.#Fn
PhoneType: *("SOFT_PHONE" | "DESK_PHONE") | fn.#Fn
} | fn.#If
RoutingProfileArn: *(=~#"^arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*/routing-profile/[-a-zA-Z0-9]*$"#) | fn.#Fn
SecurityProfileArns: [...(*(=~#"^arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*/security-profile/[-a-zA-Z0-9]*$"#) | fn.#Fn)] | (*(=~#"^arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*/security-profile/[-a-zA-Z0-9]*$"#) | fn.#Fn)
Tags?: *[...{
Key: *string | fn.#Fn
Value: *string | fn.#Fn
}] | fn.#If
Username: *(strings.MinRunes(1) & strings.MaxRunes(64) & (=~#"[a-zA-Z0-9\_\-\.\@]+"#)) | fn.#Fn
}
DependsOn?: string | [...string]
DeletionPolicy?: "Delete" | "Retain"
UpdateReplacePolicy?: "Delete" | "Retain"
Metadata?: [string]: _
Condition?: string
}
#UserHierarchyGroup: {
Type: "AWS::Connect::UserHierarchyGroup"
Properties: {
InstanceArn: *(=~#"^arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*$"#) | fn.#Fn
Name: *(strings.MinRunes(1) & strings.MaxRunes(100)) | fn.#Fn
ParentGroupArn?: *(=~#"^arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*/agent-group/[-a-zA-Z0-9]*$"#) | fn.#Fn
}
DependsOn?: string | [...string]
DeletionPolicy?: "Delete" | "Retain"
UpdateReplacePolicy?: "Delete" | "Retain"
Metadata?: [string]: _
Condition?: string
}
}
1 change: 1 addition & 0 deletions aws/apnortheast1/FMS.cue
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ import (
}] | fn.#If
ResourceType: *(strings.MinRunes(1) & strings.MaxRunes(128) & (=~#"^([^\s]*)$"#)) | fn.#Fn
ResourceTypeList?: [...(*(strings.MinRunes(1) & strings.MaxRunes(128) & (=~#"^([^\s]*)$"#)) | fn.#Fn)] | (*(strings.MinRunes(1) & strings.MaxRunes(128) & (=~#"^([^\s]*)$"#)) | fn.#Fn)
ResourcesCleanUp?: *bool | fn.#Fn
SecurityServicePolicyData: *{
[string]: _
} | fn.#Fn
Expand Down
8 changes: 7 additions & 1 deletion aws/apnortheast1/ImageBuilder.cue
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ import (
Iops?: *int | fn.#Fn
KmsKeyId?: *string | fn.#Fn
SnapshotId?: *string | fn.#Fn
Throughput?: *int | fn.#Fn
VolumeSize?: *int | fn.#Fn
VolumeType?: *("standard" | "io1" | "io2" | "gp2" | "gp3" | "sc1" | "st1") | fn.#Fn
} | fn.#If
Expand Down Expand Up @@ -174,6 +175,7 @@ import (
Iops?: *int | fn.#Fn
KmsKeyId?: *string | fn.#Fn
SnapshotId?: *string | fn.#Fn
Throughput?: *int | fn.#Fn
VolumeSize?: *int | fn.#Fn
VolumeType?: *("standard" | "io1" | "io2" | "gp2" | "gp3" | "sc1" | "st1") | fn.#Fn
} | fn.#If
Expand Down Expand Up @@ -205,7 +207,11 @@ import (
#InfrastructureConfiguration: {
Type: "AWS::ImageBuilder::InfrastructureConfiguration"
Properties: {
Description?: *string | fn.#Fn
Description?: *string | fn.#Fn
InstanceMetadataOptions?: *{
HttpPutResponseHopLimit?: *int | fn.#Fn
HttpTokens?: *("required" | "optional") | fn.#Fn
} | fn.#If
InstanceProfileName: *string | fn.#Fn
InstanceTypes?: [...(*string | fn.#Fn)] | (*string | fn.#Fn)
KeyPair?: *string | fn.#Fn
Expand Down
16 changes: 9 additions & 7 deletions aws/apnortheast1/MWAA.cue
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,15 @@ import (
SecurityGroupIds?: [...(*(strings.MinRunes(1) & strings.MaxRunes(1024) & (=~#"^sg-[a-zA-Z0-9\-._]+$"#)) | fn.#Fn)] | (*(strings.MinRunes(1) & strings.MaxRunes(1024) & (=~#"^sg-[a-zA-Z0-9\-._]+$"#)) | fn.#Fn)
SubnetIds?: [...(*(=~#"^subnet-[a-zA-Z0-9\-._]+$"#) | fn.#Fn)] | (*(=~#"^subnet-[a-zA-Z0-9\-._]+$"#) | fn.#Fn)
} | fn.#If
PluginsS3ObjectVersion?: *string | fn.#Fn
PluginsS3Path?: *(=~#".*"#) | fn.#Fn
RequirementsS3ObjectVersion?: *string | fn.#Fn
RequirementsS3Path?: *(=~#".*"#) | fn.#Fn
Schedulers?: *int | fn.#Fn
SourceBucketArn?: *(strings.MinRunes(1) & strings.MaxRunes(1224) & (=~#"^arn:(aws|aws-us-gov|aws-cn|aws-iso|aws-iso-b)(-[a-z]+)?:s3:::[a-z0-9.\-]+$"#)) | fn.#Fn
Tags?: *{} | fn.#If
PluginsS3ObjectVersion?: *string | fn.#Fn
PluginsS3Path?: *(=~#".*"#) | fn.#Fn
RequirementsS3ObjectVersion?: *string | fn.#Fn
RequirementsS3Path?: *(=~#".*"#) | fn.#Fn
Schedulers?: *int | fn.#Fn
SourceBucketArn?: *(strings.MinRunes(1) & strings.MaxRunes(1224) & (=~#"^arn:(aws|aws-us-gov|aws-cn|aws-iso|aws-iso-b)(-[a-z]+)?:s3:::[a-z0-9.\-]+$"#)) | fn.#Fn
Tags?: *{
[string]: _
} | fn.#Fn
WebserverAccessMode?: *("PRIVATE_ONLY" | "PUBLIC_ONLY") | fn.#Fn
WeeklyMaintenanceWindowStart?: *(=~#"(MON|TUE|WED|THU|FRI|SAT|SUN):([01]\d|2[0-3]):(00|30)"#) | fn.#Fn
}
Expand Down
18 changes: 18 additions & 0 deletions aws/apnortheast1/Rekognition.cue
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
package apnortheast1

import (
"github.com/cue-sh/cfn-cue/aws/fn"
"strings"
)

#Rekognition: {
#Project: {
Type: "AWS::Rekognition::Project"
Properties: ProjectName: *(strings.MinRunes(1) & strings.MaxRunes(255) & (=~#"[a-zA-Z0-9][a-zA-Z0-9_\-]*"#)) | fn.#Fn
DependsOn?: string | [...string]
DeletionPolicy?: "Delete" | "Retain"
UpdateReplacePolicy?: "Delete" | "Retain"
Metadata?: [string]: _
Condition?: string
}
}
Loading

0 comments on commit a239408

Please sign in to comment.