Skip to content

Commit

Permalink
chore(schema): update (aws#3404)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
github-actions[bot] and github-actions committed Nov 6, 2023
1 parent 7c5bca7 commit bbec9a0
Show file tree
Hide file tree
Showing 2 changed files with 322 additions and 14 deletions.
168 changes: 161 additions & 7 deletions samtranslator/schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -16213,6 +16213,9 @@
"$ref": "#/definitions/AWS::AppRunner::Service.IngressConfiguration",
"markdownDescription": "Network configuration settings for inbound message traffic.",
"title": "IngressConfiguration"
},
"IpAddressType": {
"type": "string"
}
},
"type": "object"
Expand Down Expand Up @@ -18025,6 +18028,9 @@
"title": "Action",
"type": "string"
},
"MaximumLength": {
"type": "number"
},
"Permission": {
"markdownDescription": "Indicates whether the action is enabled or disabled.",
"title": "Permission",
Expand Down Expand Up @@ -22433,12 +22439,9 @@
"type": "array"
},
"TopicARN": {
"items": {
"type": "string"
},
"markdownDescription": "The Amazon Resource Name (ARN) of the Amazon SNS topic.",
"title": "TopicARN",
"type": "array"
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -36873,9 +36876,7 @@
}
},
"required": [
"ComputeType",
"Image",
"Type"
"Image"
],
"type": "object"
},
Expand Down Expand Up @@ -37034,6 +37035,15 @@
],
"type": "object"
},
"AWS::CodeBuild::Project.ProjectFleet": {
"additionalProperties": false,
"properties": {
"FleetArn": {
"type": "string"
}
},
"type": "object"
},
"AWS::CodeBuild::Project.ProjectSourceVersion": {
"additionalProperties": false,
"properties": {
Expand Down Expand Up @@ -49423,6 +49433,12 @@
"title": "Location",
"type": "string"
},
"Scripts": {
"items": {
"$ref": "#/definitions/AWS::DLM::LifecyclePolicy.Script"
},
"type": "array"
},
"Times": {
"items": {
"type": "string"
Expand Down Expand Up @@ -49859,6 +49875,33 @@
},
"type": "object"
},
"AWS::DLM::LifecyclePolicy.Script": {
"additionalProperties": false,
"properties": {
"ExecuteOperationOnScriptFailure": {
"type": "boolean"
},
"ExecutionHandler": {
"type": "string"
},
"ExecutionHandlerService": {
"type": "string"
},
"ExecutionTimeout": {
"type": "number"
},
"MaximumRetryCount": {
"type": "number"
},
"Stages": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"AWS::DLM::LifecyclePolicy.ShareRule": {
"additionalProperties": false,
"properties": {
Expand Down Expand Up @@ -61361,6 +61404,9 @@
"markdownDescription": "The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key `Owner` and the value `TeamA` , specify `tag:Owner` for the filter name and `TeamA` for the filter value.",
"title": "Tags",
"type": "array"
},
"Tier": {
"type": "string"
}
},
"type": "object"
Expand Down Expand Up @@ -68348,6 +68394,9 @@
"title": "EnableDns64",
"type": "boolean"
},
"Ipv4NetmaskLength": {
"type": "number"
},
"Ipv6CidrBlock": {
"markdownDescription": "The IPv6 CIDR block.\n\nIf you specify `AssignIpv6AddressOnCreation` , you must also specify `Ipv6CidrBlock` .",
"title": "Ipv6CidrBlock",
Expand All @@ -68358,6 +68407,9 @@
"title": "Ipv6Native",
"type": "boolean"
},
"Ipv6NetmaskLength": {
"type": "number"
},
"MapPublicIpOnLaunch": {
"markdownDescription": "Indicates whether instances launched in this subnet receive a public IPv4 address. The default value is `false` .",
"title": "MapPublicIpOnLaunch",
Expand Down Expand Up @@ -79229,6 +79281,9 @@
"markdownDescription": "The maximum capacity of the application. This is cumulative across all workers at any given point in time during the lifespan of the application is created. No new resources will be created once any one of the defined limits is hit.",
"title": "MaximumCapacity"
},
"MonitoringConfiguration": {
"$ref": "#/definitions/AWS::EMRServerless::Application.MonitoringConfiguration"
},
"Name": {
"markdownDescription": "The name of the application.\n\n*Minimum* : 1\n\n*Maximum* : 64\n\n*Pattern* : `^[A-Za-z0-9._\\\\/#-]+$`",
"title": "Name",
Expand All @@ -79244,6 +79299,12 @@
"title": "ReleaseLabel",
"type": "string"
},
"RuntimeConfiguration": {
"items": {
"$ref": "#/definitions/AWS::EMRServerless::Application.ConfigurationObject"
},
"type": "array"
},
"Tags": {
"items": {
"$ref": "#/definitions/Tag"
Expand Down Expand Up @@ -79323,6 +79384,33 @@
},
"type": "object"
},
"AWS::EMRServerless::Application.ConfigurationObject": {
"additionalProperties": false,
"properties": {
"Classification": {
"type": "string"
},
"Configurations": {
"items": {
"$ref": "#/definitions/AWS::EMRServerless::Application.ConfigurationObject"
},
"type": "array"
},
"Properties": {
"additionalProperties": true,
"patternProperties": {
"^[a-zA-Z0-9]+$": {
"type": "string"
}
},
"type": "object"
}
},
"required": [
"Classification"
],
"type": "object"
},
"AWS::EMRServerless::Application.ImageConfigurationInput": {
"additionalProperties": false,
"properties": {
Expand Down Expand Up @@ -79374,6 +79462,18 @@
],
"type": "object"
},
"AWS::EMRServerless::Application.ManagedPersistenceMonitoringConfiguration": {
"additionalProperties": false,
"properties": {
"Enabled": {
"type": "boolean"
},
"EncryptionKeyArn": {
"type": "string"
}
},
"type": "object"
},
"AWS::EMRServerless::Application.MaximumAllowedResources": {
"additionalProperties": false,
"properties": {
Expand All @@ -79399,6 +79499,18 @@
],
"type": "object"
},
"AWS::EMRServerless::Application.MonitoringConfiguration": {
"additionalProperties": false,
"properties": {
"ManagedPersistenceMonitoringConfiguration": {
"$ref": "#/definitions/AWS::EMRServerless::Application.ManagedPersistenceMonitoringConfiguration"
},
"S3MonitoringConfiguration": {
"$ref": "#/definitions/AWS::EMRServerless::Application.S3MonitoringConfiguration"
}
},
"type": "object"
},
"AWS::EMRServerless::Application.NetworkConfiguration": {
"additionalProperties": false,
"properties": {
Expand All @@ -79421,6 +79533,18 @@
},
"type": "object"
},
"AWS::EMRServerless::Application.S3MonitoringConfiguration": {
"additionalProperties": false,
"properties": {
"EncryptionKeyArn": {
"type": "string"
},
"LogUri": {
"type": "string"
}
},
"type": "object"
},
"AWS::EMRServerless::Application.WorkerConfiguration": {
"additionalProperties": false,
"properties": {
Expand Down Expand Up @@ -217224,6 +217348,9 @@
"$ref": "#/definitions/AWS::S3::StorageLens.DetailedStatusCodesMetrics",
"markdownDescription": "This property contains the details of account-level detailed status code metrics for S3 Storage Lens.",
"title": "DetailedStatusCodesMetrics"
},
"StorageLensGroupLevel": {
"$ref": "#/definitions/AWS::S3::StorageLens.StorageLensGroupLevel"
}
},
"required": [
Expand Down Expand Up @@ -217546,6 +217673,33 @@
],
"type": "object"
},
"AWS::S3::StorageLens.StorageLensGroupLevel": {
"additionalProperties": false,
"properties": {
"StorageLensGroupSelectionCriteria": {
"$ref": "#/definitions/AWS::S3::StorageLens.StorageLensGroupSelectionCriteria"
}
},
"type": "object"
},
"AWS::S3::StorageLens.StorageLensGroupSelectionCriteria": {
"additionalProperties": false,
"properties": {
"Exclude": {
"items": {
"type": "string"
},
"type": "array"
},
"Include": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"AWS::S3ObjectLambda::AccessPoint": {
"additionalProperties": false,
"properties": {
Expand Down
Loading

0 comments on commit bbec9a0

Please sign in to comment.