Skip to content

Commit 7bf59dd

Browse files
github-actions[bot]github-actionsaaythapa
authored
chore(schema): update (#3376)
Co-authored-by: github-actions <[email protected]> Co-authored-by: Aayush thapa <[email protected]>
1 parent 9a85209 commit 7bf59dd

File tree

2 files changed

+164
-58
lines changed

2 files changed

+164
-58
lines changed

samtranslator/schema/schema.json

Lines changed: 82 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -7406,7 +7406,13 @@
74067406
"title": "MutualTlsAuthentication"
74077407
},
74087408
"Tags": {
7409+
"additionalProperties": true,
74097410
"markdownDescription": "The collection of tags associated with a domain name.",
7411+
"patternProperties": {
7412+
"^[a-zA-Z0-9]+$": {
7413+
"type": "string"
7414+
}
7415+
},
74107416
"title": "Tags",
74117417
"type": "object"
74127418
}
@@ -31889,6 +31895,12 @@
3188931895
"title": "Enabled",
3189031896
"type": "boolean"
3189131897
},
31898+
"SingleHeaderPolicyConfig": {
31899+
"$ref": "#/definitions/AWS::CloudFront::ContinuousDeploymentPolicy.SingleHeaderPolicyConfig"
31900+
},
31901+
"SingleWeightPolicyConfig": {
31902+
"$ref": "#/definitions/AWS::CloudFront::ContinuousDeploymentPolicy.SingleWeightPolicyConfig"
31903+
},
3189231904
"StagingDistributionDnsNames": {
3189331905
"items": {
3189431906
"type": "string"
@@ -31901,6 +31913,9 @@
3190131913
"$ref": "#/definitions/AWS::CloudFront::ContinuousDeploymentPolicy.TrafficConfig",
3190231914
"markdownDescription": "Contains the parameters for routing production traffic from your primary to staging distributions.",
3190331915
"title": "TrafficConfig"
31916+
},
31917+
"Type": {
31918+
"type": "string"
3190431919
}
3190531920
},
3190631921
"required": [
@@ -31949,6 +31964,22 @@
3194931964
],
3195031965
"type": "object"
3195131966
},
31967+
"AWS::CloudFront::ContinuousDeploymentPolicy.SingleHeaderPolicyConfig": {
31968+
"additionalProperties": false,
31969+
"properties": {
31970+
"Header": {
31971+
"type": "string"
31972+
},
31973+
"Value": {
31974+
"type": "string"
31975+
}
31976+
},
31977+
"required": [
31978+
"Header",
31979+
"Value"
31980+
],
31981+
"type": "object"
31982+
},
3195231983
"AWS::CloudFront::ContinuousDeploymentPolicy.SingleWeightConfig": {
3195331984
"additionalProperties": false,
3195431985
"properties": {
@@ -31968,6 +31999,21 @@
3196831999
],
3196932000
"type": "object"
3197032001
},
32002+
"AWS::CloudFront::ContinuousDeploymentPolicy.SingleWeightPolicyConfig": {
32003+
"additionalProperties": false,
32004+
"properties": {
32005+
"SessionStickinessConfig": {
32006+
"$ref": "#/definitions/AWS::CloudFront::ContinuousDeploymentPolicy.SessionStickinessConfig"
32007+
},
32008+
"Weight": {
32009+
"type": "number"
32010+
}
32011+
},
32012+
"required": [
32013+
"Weight"
32014+
],
32015+
"type": "object"
32016+
},
3197132017
"AWS::CloudFront::ContinuousDeploymentPolicy.TrafficConfig": {
3197232018
"additionalProperties": false,
3197332019
"properties": {
@@ -84608,9 +84654,12 @@
8460884654
"title": "Name",
8460984655
"type": "string"
8461084656
},
84657+
"Policy": {
84658+
"type": "object"
84659+
},
8461184660
"Tags": {
8461284661
"items": {
84613-
"$ref": "#/definitions/AWS::Events::EventBus.TagEntry"
84662+
"$ref": "#/definitions/Tag"
8461484663
},
8461584664
"markdownDescription": "Tags to associate with the event bus.",
8461684665
"title": "Tags",
@@ -84643,26 +84692,6 @@
8464384692
],
8464484693
"type": "object"
8464584694
},
84646-
"AWS::Events::EventBus.TagEntry": {
84647-
"additionalProperties": false,
84648-
"properties": {
84649-
"Key": {
84650-
"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.",
84651-
"title": "Key",
84652-
"type": "string"
84653-
},
84654-
"Value": {
84655-
"markdownDescription": "The value for the specified tag key.",
84656-
"title": "Value",
84657-
"type": "string"
84658-
}
84659-
},
84660-
"required": [
84661-
"Key",
84662-
"Value"
84663-
],
84664-
"type": "object"
84665-
},
8466684695
"AWS::Events::EventBusPolicy": {
8466784696
"additionalProperties": false,
8466884697
"properties": {
@@ -85233,12 +85262,6 @@
8523385262
"title": "Sql",
8523485263
"type": "string"
8523585264
},
85236-
"Sqls": {
85237-
"items": {
85238-
"type": "string"
85239-
},
85240-
"type": "array"
85241-
},
8524285265
"StatementName": {
8524385266
"markdownDescription": "The name of the SQL statement. You can name the SQL statement when you create it to identify the query.",
8524485267
"title": "StatementName",
@@ -85251,8 +85274,7 @@
8525185274
}
8525285275
},
8525385276
"required": [
85254-
"Database",
85255-
"Sql"
85277+
"Database"
8525685278
],
8525785279
"type": "object"
8525885280
},
@@ -85360,6 +85382,22 @@
8536085382
],
8536185383
"type": "object"
8536285384
},
85385+
"AWS::Events::Rule.Tag": {
85386+
"additionalProperties": false,
85387+
"properties": {
85388+
"Key": {
85389+
"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.",
85390+
"title": "Key",
85391+
"type": "string"
85392+
},
85393+
"Value": {
85394+
"markdownDescription": "The value for the specified tag key.",
85395+
"title": "Value",
85396+
"type": "string"
85397+
}
85398+
},
85399+
"type": "object"
85400+
},
8536385401
"AWS::Events::Rule.Target": {
8536485402
"additionalProperties": false,
8536585403
"properties": {
@@ -106774,6 +106812,12 @@
106774106812
"title": "Description",
106775106813
"type": "string"
106776106814
},
106815+
"DestinationPackageVersions": {
106816+
"items": {
106817+
"type": "string"
106818+
},
106819+
"type": "array"
106820+
},
106777106821
"Document": {
106778106822
"markdownDescription": "The job document.\n\nRequired if you don't specify a value for `documentSource` .",
106779106823
"title": "Document",
@@ -146977,6 +147021,12 @@
146977147021
"AWS::MediaTailor::Channel.HlsPlaylistSettings": {
146978147022
"additionalProperties": false,
146979147023
"properties": {
147024+
"AdMarkupType": {
147025+
"items": {
147026+
"type": "string"
147027+
},
147028+
"type": "array"
147029+
},
146980147030
"ManifestWindowSeconds": {
146981147031
"type": "number"
146982147032
}
@@ -204357,6 +204407,9 @@
204357204407
"title": "AutoMinorVersionUpgrade",
204358204408
"type": "boolean"
204359204409
},
204410+
"AutomaticBackupReplicationRegion": {
204411+
"type": "string"
204412+
},
204360204413
"AvailabilityZone": {
204361204414
"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`",
204362204415
"title": "AvailabilityZone",

0 commit comments

Comments
 (0)