Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(schema): update #3376

Merged
merged 2 commits into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
111 changes: 82 additions & 29 deletions samtranslator/schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7406,7 +7406,13 @@
"title": "MutualTlsAuthentication"
},
"Tags": {
"additionalProperties": true,
"markdownDescription": "The collection of tags associated with a domain name.",
"patternProperties": {
"^[a-zA-Z0-9]+$": {
"type": "string"
}
},
"title": "Tags",
"type": "object"
}
Expand Down Expand Up @@ -31889,6 +31895,12 @@
"title": "Enabled",
"type": "boolean"
},
"SingleHeaderPolicyConfig": {
"$ref": "#/definitions/AWS::CloudFront::ContinuousDeploymentPolicy.SingleHeaderPolicyConfig"
},
"SingleWeightPolicyConfig": {
"$ref": "#/definitions/AWS::CloudFront::ContinuousDeploymentPolicy.SingleWeightPolicyConfig"
},
"StagingDistributionDnsNames": {
"items": {
"type": "string"
Expand All @@ -31901,6 +31913,9 @@
"$ref": "#/definitions/AWS::CloudFront::ContinuousDeploymentPolicy.TrafficConfig",
"markdownDescription": "Contains the parameters for routing production traffic from your primary to staging distributions.",
"title": "TrafficConfig"
},
"Type": {
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -31949,6 +31964,22 @@
],
"type": "object"
},
"AWS::CloudFront::ContinuousDeploymentPolicy.SingleHeaderPolicyConfig": {
"additionalProperties": false,
"properties": {
"Header": {
"type": "string"
},
"Value": {
"type": "string"
}
},
"required": [
"Header",
"Value"
],
"type": "object"
},
"AWS::CloudFront::ContinuousDeploymentPolicy.SingleWeightConfig": {
"additionalProperties": false,
"properties": {
Expand All @@ -31968,6 +31999,21 @@
],
"type": "object"
},
"AWS::CloudFront::ContinuousDeploymentPolicy.SingleWeightPolicyConfig": {
"additionalProperties": false,
"properties": {
"SessionStickinessConfig": {
"$ref": "#/definitions/AWS::CloudFront::ContinuousDeploymentPolicy.SessionStickinessConfig"
},
"Weight": {
"type": "number"
}
},
"required": [
"Weight"
],
"type": "object"
},
"AWS::CloudFront::ContinuousDeploymentPolicy.TrafficConfig": {
"additionalProperties": false,
"properties": {
Expand Down Expand Up @@ -84608,9 +84654,12 @@
"title": "Name",
"type": "string"
},
"Policy": {
"type": "object"
},
"Tags": {
"items": {
"$ref": "#/definitions/AWS::Events::EventBus.TagEntry"
"$ref": "#/definitions/Tag"
},
"markdownDescription": "Tags to associate with the event bus.",
"title": "Tags",
Expand Down Expand Up @@ -84643,26 +84692,6 @@
],
"type": "object"
},
"AWS::Events::EventBus.TagEntry": {
"additionalProperties": false,
"properties": {
"Key": {
"markdownDescription": "A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.",
"title": "Key",
"type": "string"
},
"Value": {
"markdownDescription": "The value for the specified tag key.",
"title": "Value",
"type": "string"
}
},
"required": [
"Key",
"Value"
],
"type": "object"
},
"AWS::Events::EventBusPolicy": {
"additionalProperties": false,
"properties": {
Expand Down Expand Up @@ -85233,12 +85262,6 @@
"title": "Sql",
"type": "string"
},
"Sqls": {
"items": {
"type": "string"
},
"type": "array"
},
"StatementName": {
"markdownDescription": "The name of the SQL statement. You can name the SQL statement when you create it to identify the query.",
"title": "StatementName",
Expand All @@ -85251,8 +85274,7 @@
}
},
"required": [
"Database",
"Sql"
"Database"
],
"type": "object"
},
Expand Down Expand Up @@ -85360,6 +85382,22 @@
],
"type": "object"
},
"AWS::Events::Rule.Tag": {
"additionalProperties": false,
"properties": {
"Key": {
"markdownDescription": "A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.",
"title": "Key",
"type": "string"
},
"Value": {
"markdownDescription": "The value for the specified tag key.",
"title": "Value",
"type": "string"
}
},
"type": "object"
},
"AWS::Events::Rule.Target": {
"additionalProperties": false,
"properties": {
Expand Down Expand Up @@ -106774,6 +106812,12 @@
"title": "Description",
"type": "string"
},
"DestinationPackageVersions": {
"items": {
"type": "string"
},
"type": "array"
},
"Document": {
"markdownDescription": "The job document.\n\nRequired if you don't specify a value for `documentSource` .",
"title": "Document",
Expand Down Expand Up @@ -146977,6 +147021,12 @@
"AWS::MediaTailor::Channel.HlsPlaylistSettings": {
"additionalProperties": false,
"properties": {
"AdMarkupType": {
"items": {
"type": "string"
},
"type": "array"
},
"ManifestWindowSeconds": {
"type": "number"
}
Expand Down Expand Up @@ -204357,6 +204407,9 @@
"title": "AutoMinorVersionUpgrade",
"type": "boolean"
},
"AutomaticBackupReplicationRegion": {
"type": "string"
},
"AvailabilityZone": {
"markdownDescription": "The Availability Zone (AZ) where the database will be created. For information on AWS Regions and Availability Zones, see [Regions and Availability Zones](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html) .\n\nFor Amazon Aurora, each Aurora DB cluster hosts copies of its storage in three separate Availability Zones. Specify one of these Availability Zones. Aurora automatically chooses an appropriate Availability Zone if you don't specify one.\n\nDefault: A random, system-chosen Availability Zone in the endpoint's AWS Region .\n\nConstraints:\n\n- The `AvailabilityZone` parameter can't be specified if the DB instance is a Multi-AZ deployment.\n- The specified Availability Zone must be in the same AWS Region as the current endpoint.\n\nExample: `us-east-1d`",
"title": "AvailabilityZone",
Expand Down
Loading