|
5221 | 5221 | "documentation":"<p>The query string is not valid. Details about this error are displayed in a <code>QueryCompileError</code> object. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_QueryCompileError.html\">QueryCompileError</a>.</p> <p>For more information about valid query syntax, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CWL_QuerySyntax.html\">CloudWatch Logs Insights Query Syntax</a>.</p>", |
5222 | 5222 | "exception":true |
5223 | 5223 | }, |
| 5224 | + "MappingVersion":{ |
| 5225 | + "type":"string", |
| 5226 | + "max":10, |
| 5227 | + "min":1, |
| 5228 | + "pattern":"^\\d+\\.\\d+(\\.\\d+)?$" |
| 5229 | + }, |
5224 | 5230 | "MatchPattern":{ |
5225 | 5231 | "type":"string", |
5226 | 5232 | "min":1 |
|
5401 | 5407 | }, |
5402 | 5408 | "OCSFVersion":{ |
5403 | 5409 | "type":"string", |
5404 | | - "enum":["V1.1"] |
| 5410 | + "enum":[ |
| 5411 | + "V1.1", |
| 5412 | + "V1.5" |
| 5413 | + ] |
5405 | 5414 | }, |
5406 | 5415 | "OpenSearchApplication":{ |
5407 | 5416 | "type":"structure", |
|
5800 | 5809 | "ocsfVersion":{ |
5801 | 5810 | "shape":"OCSFVersion", |
5802 | 5811 | "documentation":"<p>Specify which version of the OCSF schema to use for the transformed log events.</p>" |
| 5812 | + }, |
| 5813 | + "mappingVersion":{ |
| 5814 | + "shape":"MappingVersion", |
| 5815 | + "documentation":"<p>Identifies the specific release of the Open Cybersecurity Schema Framework (OCSF) transformer being used to parse OCSF data. Defaults to the latest version if not specified. Does not automatically update.</p>" |
5803 | 5816 | } |
5804 | 5817 | }, |
5805 | | - "documentation":"<p>This processor converts logs into <a href=\"https://ocsf.io\">Open Cybersecurity Schema Framework (OCSF)</a> events.</p> <p>For more information about this processor including examples, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-parseToOCSF\"> parseToOSCF</a> in the <i>CloudWatch Logs User Guide</i>.</p>" |
| 5818 | + "documentation":"<p>This processor converts logs into <a href=\"https://ocsf.io\">Open Cybersecurity Schema Framework (OCSF)</a> events.</p> <p>For more information about this processor including examples, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-parseToOCSF\">parseToOCSF</a> in the <i>CloudWatch Logs User Guide</i>.</p>" |
5806 | 5819 | }, |
5807 | 5820 | "ParseVPC":{ |
5808 | 5821 | "type":"structure", |
|
6170 | 6183 | }, |
6171 | 6184 | "logType":{ |
6172 | 6185 | "shape":"LogType", |
6173 | | - "documentation":"<p>Defines the type of log that the source is sending.</p> <ul> <li> <p>For Amazon Bedrock Agents, the valid values are <code>APPLICATION_LOGS</code> and <code>EVENT_LOGS</code>.</p> </li> <li> <p>For Amazon Bedrock Knowledge Bases, the valid value is <code>APPLICATION_LOGS</code>.</p> </li> <li> <p>For Amazon Bedrock AgentCore Runtime, the valid values are <code>APPLICATION_LOGS</code>, <code>USAGE_LOGS</code> and <code>TRACES</code>.</p> </li> <li> <p>For Amazon Bedrock AgentCore Tools, the valid values are <code>APPLICATION_LOGS</code>, <code>USAGE_LOGS</code> and <code>TRACES</code>.</p> </li> <li> <p>For Amazon Bedrock AgentCore Identity, the valid values are <code>APPLICATION_LOGS</code> and <code>TRACES</code>.</p> </li> <li> <p>For Amazon Bedrock AgentCore Gateway, the valid values are <code>APPLICATION_LOGS</code> and <code>TRACES</code>.</p> </li> <li> <p>For CloudFront, the valid value is <code>ACCESS_LOGS</code>.</p> </li> <li> <p>For Amazon CodeWhisperer, the valid value is <code>EVENT_LOGS</code>.</p> </li> <li> <p>For Elemental MediaPackage, the valid values are <code>EGRESS_ACCESS_LOGS</code> and <code>INGRESS_ACCESS_LOGS</code>.</p> </li> <li> <p>For Elemental MediaTailor, the valid values are <code>AD_DECISION_SERVER_LOGS</code>, <code>MANIFEST_SERVICE_LOGS</code>, and <code>TRANSCODE_LOGS</code>.</p> </li> <li> <p>For Entity Resolution, the valid value is <code>WORKFLOW_LOGS</code>.</p> </li> <li> <p>For IAM Identity Center, the valid value is <code>ERROR_LOGS</code>.</p> </li> <li> <p>For PCS, the valid values are <code>PCS_SCHEDULER_LOGS</code> and <code>PCS_JOBCOMP_LOGS</code>.</p> </li> <li> <p>For Amazon Q, the valid values are <code>EVENT_LOGS</code> and <code>SYNC_JOB_LOGS</code>.</p> </li> <li> <p>For Amazon SES mail manager, the valid values are <code>APPLICATION_LOGS</code> and <code>TRAFFIC_POLICY_DEBUG_LOGS</code>.</p> </li> <li> <p>For Amazon WorkMail, the valid values are <code>ACCESS_CONTROL_LOGS</code>, <code>AUTHENTICATION_LOGS</code>, <code>WORKMAIL_AVAILABILITY_PROVIDER_LOGS</code>, <code>WORKMAIL_MAILBOX_ACCESS_LOGS</code>, and <code>WORKMAIL_PERSONAL_ACCESS_TOKEN_LOGS</code>.</p> </li> <li> <p>For Amazon VPC Route Server, the valid value is <code>EVENT_LOGS</code>.</p> </li> </ul>" |
| 6186 | + "documentation":"<p>Defines the type of log that the source is sending.</p> <ul> <li> <p>For Amazon Bedrock Agents, the valid values are <code>APPLICATION_LOGS</code> and <code>EVENT_LOGS</code>.</p> </li> <li> <p>For Amazon Bedrock Knowledge Bases, the valid value is <code>APPLICATION_LOGS</code>.</p> </li> <li> <p>For Amazon Bedrock AgentCore Runtime, the valid values are <code>APPLICATION_LOGS</code>, <code>USAGE_LOGS</code> and <code>TRACES</code>.</p> </li> <li> <p>For Amazon Bedrock AgentCore Tools, the valid values are <code>APPLICATION_LOGS</code>, <code>USAGE_LOGS</code> and <code>TRACES</code>.</p> </li> <li> <p>For Amazon Bedrock AgentCore Identity, the valid values are <code>APPLICATION_LOGS</code> and <code>TRACES</code>.</p> </li> <li> <p>For Amazon Bedrock AgentCore Gateway, the valid values are <code>APPLICATION_LOGS</code> and <code>TRACES</code>.</p> </li> <li> <p>For CloudFront, the valid value is <code>ACCESS_LOGS</code>.</p> </li> <li> <p>For Amazon CodeWhisperer, the valid value is <code>EVENT_LOGS</code>.</p> </li> <li> <p>For Elemental MediaPackage, the valid values are <code>EGRESS_ACCESS_LOGS</code> and <code>INGRESS_ACCESS_LOGS</code>.</p> </li> <li> <p>For Elemental MediaTailor, the valid values are <code>AD_DECISION_SERVER_LOGS</code>, <code>MANIFEST_SERVICE_LOGS</code>, and <code>TRANSCODE_LOGS</code>.</p> </li> <li> <p>For Entity Resolution, the valid value is <code>WORKFLOW_LOGS</code>.</p> </li> <li> <p>For IAM Identity Center, the valid value is <code>ERROR_LOGS</code>.</p> </li> <li> <p>For Network Load Balancer, the valid value is <code>NLB_ACCESS_LOGS</code>.</p> </li> <li> <p>For PCS, the valid values are <code>PCS_SCHEDULER_LOGS</code> and <code>PCS_JOBCOMP_LOGS</code>.</p> </li> <li> <p>For Amazon Web Services RTB Fabric, the valid values is <code>APPLICATION_LOGS</code>.</p> </li> <li> <p>For Amazon Q, the valid values are <code>EVENT_LOGS</code> and <code>SYNC_JOB_LOGS</code>.</p> </li> <li> <p>For Amazon SES mail manager, the valid values are <code>APPLICATION_LOGS</code> and <code>TRAFFIC_POLICY_DEBUG_LOGS</code>.</p> </li> <li> <p>For Amazon WorkMail, the valid values are <code>ACCESS_CONTROL_LOGS</code>, <code>AUTHENTICATION_LOGS</code>, <code>WORKMAIL_AVAILABILITY_PROVIDER_LOGS</code>, <code>WORKMAIL_MAILBOX_ACCESS_LOGS</code>, and <code>WORKMAIL_PERSONAL_ACCESS_TOKEN_LOGS</code>.</p> </li> <li> <p>For Amazon VPC Route Server, the valid value is <code>EVENT_LOGS</code>.</p> </li> </ul>" |
6174 | 6187 | }, |
6175 | 6188 | "tags":{ |
6176 | 6189 | "shape":"Tags", |
|
6980 | 6993 | "members":{ |
6981 | 6994 | "destinationType":{ |
6982 | 6995 | "shape":"ScheduledQueryDestinationType", |
6983 | | - "documentation":"<p>The type of destination (S3 or EVENTBRIDGE).</p>" |
| 6996 | + "documentation":"<p>The type of destination (S3).</p>" |
6984 | 6997 | }, |
6985 | 6998 | "destinationIdentifier":{ |
6986 | 6999 | "shape":"String", |
6987 | | - "documentation":"<p>The destination identifier (S3 URI or EventBridge ARN).</p>" |
| 7000 | + "documentation":"<p>The destination identifier (S3 URI).</p>" |
6988 | 7001 | }, |
6989 | 7002 | "status":{ |
6990 | 7003 | "shape":"ActionStatus", |
6991 | 7004 | "documentation":"<p>The processing status for this destination (IN_PROGRESS, ERROR, FAILED, or COMPLETE).</p>" |
6992 | 7005 | }, |
6993 | 7006 | "processedIdentifier":{ |
6994 | 7007 | "shape":"String", |
6995 | | - "documentation":"<p>The processed identifier returned for the destination (S3 key or event ID).</p>" |
| 7008 | + "documentation":"<p>The processed identifier returned for the destination (S3 key).</p>" |
6996 | 7009 | }, |
6997 | 7010 | "errorMessage":{ |
6998 | 7011 | "shape":"String", |
|
7708 | 7721 | }, |
7709 | 7722 | "executionStatus":{ |
7710 | 7723 | "shape":"ExecutionStatus", |
7711 | | - "documentation":"<p>The status of the query execution (SUCCEEDED, FAILED, TIMEOUT, or INVALID_QUERY).</p>" |
| 7724 | + "documentation":"<p>The status of the query execution (Running, Complete, Failed, Timeout, or InvalidQuery).</p>" |
7712 | 7725 | }, |
7713 | 7726 | "triggeredTimestamp":{ |
7714 | 7727 | "shape":"Timestamp", |
|
7720 | 7733 | }, |
7721 | 7734 | "destinations":{ |
7722 | 7735 | "shape":"ScheduledQueryDestinationList", |
7723 | | - "documentation":"<p>The list of destinations where the scheduled query results were delivered for this execution. This includes S3 buckets and EventBridge targets configured for the scheduled query.</p>" |
| 7736 | + "documentation":"<p>The list of destinations where the scheduled query results were delivered for this execution. This includes S3 buckets configured for the scheduled query.</p>" |
7724 | 7737 | } |
7725 | 7738 | }, |
7726 | 7739 | "documentation":"<p>A record of a scheduled query execution, including its status and destination processing information.</p>" |
|
0 commit comments