Skip to content

Commit a8d12ec

Browse files
github-actions[bot]github-actions
andauthored
chore(schema): update (#2946)
Co-authored-by: github-actions <[email protected]>
1 parent d5de445 commit a8d12ec

File tree

2 files changed

+438
-20
lines changed

2 files changed

+438
-20
lines changed

samtranslator/schema/schema.json

Lines changed: 219 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8045,6 +8045,20 @@
80458045
],
80468046
"type": "object"
80478047
},
8048+
"AWS::ApiGatewayV2::RouteResponse.ParameterConstraints": {
8049+
"additionalProperties": false,
8050+
"properties": {
8051+
"Required": {
8052+
"markdownDescription": "Specifies whether the parameter is required\\. \n*Required*: Yes \n*Type*: Boolean \n*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)",
8053+
"title": "Required",
8054+
"type": "boolean"
8055+
}
8056+
},
8057+
"required": [
8058+
"Required"
8059+
],
8060+
"type": "object"
8061+
},
80488062
"AWS::ApiGatewayV2::Stage": {
80498063
"additionalProperties": false,
80508064
"properties": {
@@ -8987,6 +9001,9 @@
89879001
"markdownDescription": "An optional locking token used to prevent race conditions from overwriting configuration updates when creating a new version\\. To ensure your data is not overwritten when creating multiple hosted configuration versions in rapid succession, specify the version number of the latest hosted configuration version\\. \n*Required*: No \n*Type*: Double \n*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)",
89889002
"title": "LatestVersionNumber",
89899003
"type": "number"
9004+
},
9005+
"VersionLabel": {
9006+
"type": "string"
89909007
}
89919008
},
89929009
"required": [
@@ -78082,7 +78099,6 @@
7808278099
},
7808378100
"required": [
7808478101
"EventBuses",
78085-
"Name",
7808678102
"RoutingConfig"
7808778103
],
7808878104
"type": "object"
@@ -97507,6 +97523,94 @@
9750797523
],
9750897524
"type": "object"
9750997525
},
97526+
"AWS::InternetMonitor::Monitor": {
97527+
"additionalProperties": false,
97528+
"properties": {
97529+
"Condition": {
97530+
"type": "string"
97531+
},
97532+
"DeletionPolicy": {
97533+
"enum": [
97534+
"Delete",
97535+
"Retain",
97536+
"Snapshot"
97537+
],
97538+
"type": "string"
97539+
},
97540+
"DependsOn": {
97541+
"anyOf": [
97542+
{
97543+
"pattern": "^[a-zA-Z0-9]+$",
97544+
"type": "string"
97545+
},
97546+
{
97547+
"items": {
97548+
"pattern": "^[a-zA-Z0-9]+$",
97549+
"type": "string"
97550+
},
97551+
"type": "array"
97552+
}
97553+
]
97554+
},
97555+
"Metadata": {
97556+
"type": "object"
97557+
},
97558+
"Properties": {
97559+
"additionalProperties": false,
97560+
"properties": {
97561+
"MonitorName": {
97562+
"type": "string"
97563+
},
97564+
"Resources": {
97565+
"items": {
97566+
"type": "string"
97567+
},
97568+
"type": "array"
97569+
},
97570+
"ResourcesToAdd": {
97571+
"items": {
97572+
"type": "string"
97573+
},
97574+
"type": "array"
97575+
},
97576+
"ResourcesToRemove": {
97577+
"items": {
97578+
"type": "string"
97579+
},
97580+
"type": "array"
97581+
},
97582+
"Status": {
97583+
"type": "string"
97584+
},
97585+
"Tags": {
97586+
"items": {
97587+
"$ref": "#/definitions/Tag"
97588+
},
97589+
"type": "array"
97590+
}
97591+
},
97592+
"type": "object"
97593+
},
97594+
"Type": {
97595+
"enum": [
97596+
"AWS::InternetMonitor::Monitor"
97597+
],
97598+
"type": "string"
97599+
},
97600+
"UpdateReplacePolicy": {
97601+
"enum": [
97602+
"Delete",
97603+
"Retain",
97604+
"Snapshot"
97605+
],
97606+
"type": "string"
97607+
}
97608+
},
97609+
"required": [
97610+
"Type"
97611+
],
97612+
"type": "object"
97613+
},
9751097614
"AWS::IoT1Click::Device": {
9751197615
"additionalProperties": false,
9751297616
"properties": {
@@ -140189,6 +140293,102 @@
140189140293
],
140190140294
"type": "object"
140191140295
},
140296+
"AWS::NetworkManager::TransitGatewayRouteTableAttachment": {
140297+
"additionalProperties": false,
140298+
"properties": {
140299+
"Condition": {
140300+
"type": "string"
140301+
},
140302+
"DeletionPolicy": {
140303+
"enum": [
140304+
"Delete",
140305+
"Retain",
140306+
"Snapshot"
140307+
],
140308+
"type": "string"
140309+
},
140310+
"DependsOn": {
140311+
"anyOf": [
140312+
{
140313+
"pattern": "^[a-zA-Z0-9]+$",
140314+
"type": "string"
140315+
},
140316+
{
140317+
"items": {
140318+
"pattern": "^[a-zA-Z0-9]+$",
140319+
"type": "string"
140320+
},
140321+
"type": "array"
140322+
}
140323+
]
140324+
},
140325+
"Metadata": {
140326+
"type": "object"
140327+
},
140328+
"Properties": {
140329+
"additionalProperties": false,
140330+
"properties": {
140331+
"PeeringId": {
140332+
"type": "string"
140333+
},
140334+
"ProposedSegmentChange": {
140335+
"$ref": "#/definitions/AWS::NetworkManager::TransitGatewayRouteTableAttachment.ProposedSegmentChange"
140336+
},
140337+
"Tags": {
140338+
"items": {
140339+
"$ref": "#/definitions/Tag"
140340+
},
140341+
"type": "array"
140342+
},
140343+
"TransitGatewayRouteTableArn": {
140344+
"type": "string"
140345+
}
140346+
},
140347+
"required": [
140348+
"PeeringId",
140349+
"TransitGatewayRouteTableArn"
140350+
],
140351+
"type": "object"
140352+
},
140353+
"Type": {
140354+
"enum": [
140355+
"AWS::NetworkManager::TransitGatewayRouteTableAttachment"
140356+
],
140357+
"type": "string"
140358+
},
140359+
"UpdateReplacePolicy": {
140360+
"enum": [
140361+
"Delete",
140362+
"Retain",
140363+
"Snapshot"
140364+
],
140365+
"type": "string"
140366+
}
140367+
},
140368+
"required": [
140369+
"Type",
140370+
"Properties"
140371+
],
140372+
"type": "object"
140373+
},
140374+
"AWS::NetworkManager::TransitGatewayRouteTableAttachment.ProposedSegmentChange": {
140375+
"additionalProperties": false,
140376+
"properties": {
140377+
"AttachmentPolicyRuleNumber": {
140378+
"type": "number"
140379+
},
140380+
"SegmentName": {
140381+
"type": "string"
140382+
},
140383+
"Tags": {
140384+
"items": {
140385+
"$ref": "#/definitions/Tag"
140386+
},
140387+
"type": "array"
140388+
}
140389+
},
140390+
"type": "object"
140391+
},
140192140392
"AWS::NetworkManager::VpcAttachment": {
140193140393
"additionalProperties": false,
140194140394
"properties": {
@@ -142428,6 +142628,7 @@
142428142628
},
142429142629
"required": [
142430142630
"Name",
142631+
"SubnetIds",
142431142632
"VpcId"
142432142633
],
142433142634
"type": "object"
@@ -157443,6 +157644,9 @@
157443157644
"title": "ParameterGroupFamily",
157444157645
"type": "string"
157445157646
},
157647+
"ParameterGroupName": {
157648+
"type": "string"
157649+
},
157446157650
"Parameters": {
157447157651
"items": {
157448157652
"$ref": "#/definitions/AWS::Redshift::ClusterParameterGroup.Parameter"
@@ -162520,14 +162724,6 @@
162520162724
"Properties": {
162521162725
"additionalProperties": false,
162522162726
"properties": {
162523-
"ClusterEndpoints": {
162524-
"items": {
162525-
"$ref": "#/definitions/AWS::Route53RecoveryControl::Cluster.ClusterEndpoint"
162526-
},
162527-
"markdownDescription": "Property description not available\\. \n*Required*: No \n*Type*: List of [ClusterEndpoint](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53recoverycontrol-cluster-clusterendpoint.html) \n*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)",
162528-
"title": "ClusterEndpoints",
162529-
"type": "array"
162530-
},
162531162727
"Name": {
162532162728
"markdownDescription": "Name of the cluster\\. You can use any non\\-white space character in the name\\. \n*Required*: No \n*Type*: String \n*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)",
162533162729
"title": "Name",
@@ -162542,6 +162738,9 @@
162542162738
"type": "array"
162543162739
}
162544162740
},
162741+
"required": [
162742+
"Name"
162743+
],
162545162744
"type": "object"
162546162745
},
162547162746
"Type": {
@@ -162560,7 +162759,8 @@
162560162759
}
162561162760
},
162562162761
"required": [
162563-
"Type"
162762+
"Type",
162763+
"Properties"
162564162764
],
162565162765
"type": "object"
162566162766
},
@@ -180840,6 +181040,9 @@
180840181040
"title": "RotationType",
180841181041
"type": "string"
180842181042
},
181043+
"Runtime": {
181044+
"type": "string"
181045+
},
180843181046
"SuperuserSecretArn": {
180844181047
"markdownDescription": "The ARN of the secret that contains elevated credentials\\. You must create the superuser secret before you can set this property\\. The Lambda rotation function uses this secret for the [ Alternating users rotation strategy](https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotating-secrets_strategies.html#rotating-secrets-two-users)\\. \nYou can specify `MasterSecretArn` or `SuperuserSecretArn` but not both\\. They represent the same superuser secret\\. \n*Required*: No \n*Type*: String \n*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)",
180845181048
"title": "SuperuserSecretArn",
@@ -202306,6 +202509,9 @@
202306202509
{
202307202510
"$ref": "#/definitions/AWS::InspectorV2::Filter"
202308202511
},
202512+
{
202513+
"$ref": "#/definitions/AWS::InternetMonitor::Monitor"
202514+
},
202309202515
{
202310202516
"$ref": "#/definitions/AWS::IoT1Click::Device"
202311202517
},
@@ -202879,6 +203085,9 @@
202879203085
{
202880203086
"$ref": "#/definitions/AWS::NetworkManager::TransitGatewayRegistration"
202881203087
},
203088+
{
203089+
"$ref": "#/definitions/AWS::NetworkManager::TransitGatewayRouteTableAttachment"
203090+
},
202882203091
{
202883203092
"$ref": "#/definitions/AWS::NetworkManager::VpcAttachment"
202884203093
},

0 commit comments

Comments
 (0)