Skip to content
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
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ model.socialmessaging.version=1.0.0
model.sqs.version=1.0.0
model.ssm.version=1.0.0
model.ssm-contacts.version=1.0.0
model.ssm-guiconnect.version=1.0.0
model.ssm-incidents.version=1.0.0
model.ssm-quicksetup.version=1.0.0
model.ssm-sap.version=1.0.0
Expand Down
8 changes: 4 additions & 4 deletions models/athena/service/2017-05-18/athena-2017-05-18.json
Original file line number Diff line number Diff line change
Expand Up @@ -2379,7 +2379,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Creates (registers) a data catalog with the specified name and properties. Catalogs\n created are visible to all users of the same Amazon Web Services account.</p>\n <p>This API operation creates the following resources.</p>\n <ul>\n <li>\n <p>CFN Stack Name with a maximum length of 128 characters and prefix\n <code>athenafederatedcatalog-CATALOG_NAME_SANITIZED</code> with length 23\n characters.</p>\n </li>\n <li>\n <p>Lambda Function Name with a maximum length of 64 characters and prefix\n <code>athenafederatedcatalog_CATALOG_NAME_SANITIZED</code> with length 23\n characters.</p>\n </li>\n <li>\n <p>Glue Connection Name with a maximum length of 255 characters and a prefix\n <code>athenafederatedcatalog_CATALOG_NAME_SANITIZED</code> with length 23\n characters. </p>\n </li>\n </ul>"
"smithy.api#documentation": "<p>Creates (registers) a data catalog with the specified name and properties. Catalogs\n created are visible to all users of the same Amazon Web Services account.</p>\n <p>For a <code>FEDERATED</code> catalog, this API operation creates the following\n resources.</p>\n <ul>\n <li>\n <p>CFN Stack Name with a maximum length of 128 characters and prefix\n <code>athenafederatedcatalog-CATALOG_NAME_SANITIZED</code> with length 23\n characters.</p>\n </li>\n <li>\n <p>Lambda Function Name with a maximum length of 64 characters and prefix\n <code>athenafederatedcatalog_CATALOG_NAME_SANITIZED</code> with length 23\n characters.</p>\n </li>\n <li>\n <p>Glue Connection Name with a maximum length of 255 characters and a prefix\n <code>athenafederatedcatalog_CATALOG_NAME_SANITIZED</code> with length 23\n characters. </p>\n </li>\n </ul>"
}
},
"com.amazonaws.athena#CreateDataCatalogInput": {
Expand All @@ -2395,7 +2395,7 @@
"Type": {
"target": "com.amazonaws.athena#DataCatalogType",
"traits": {
"smithy.api#documentation": "<p>The type of data catalog to create: <code>LAMBDA</code> for a federated catalog,\n <code>GLUE</code> for an Glue Data Catalog, and <code>HIVE</code> for an\n external Apache Hive metastore. <code>FEDERATED</code> is a federated catalog for which\n Athena creates the connection and the Lambda function for\n you based on the parameters that you pass.</p>",
"smithy.api#documentation": "<p>The type of data catalog to create: <code>LAMBDA</code> for a federated catalog,\n <code>GLUE</code> for an Glue Data Catalog, and <code>HIVE</code> for an\n external Apache Hive metastore. <code>FEDERATED</code> is a federated catalog for which\n Athena creates the connection and the Lambda function for\n you based on the parameters that you pass.</p>\n <p>For <code>FEDERATED</code> type, we do not support IAM identity center.</p>",
"smithy.api#required": {}
}
},
Expand Down Expand Up @@ -6690,7 +6690,7 @@
"StatementType": {
"target": "com.amazonaws.athena#StatementType",
"traits": {
"smithy.api#documentation": "<p>The type of query statement that was run. <code>DDL</code> indicates DDL query\n statements. <code>DML</code> indicates DML (Data Manipulation Language) query\n statements, such as <code>CREATE TABLE AS SELECT</code>. <code>UTILITY</code> indicates\n query statements other than DDL and DML, such as <code>SHOW CREATE TABLE</code>, or\n <code>DESCRIBE TABLE</code>.</p>"
"smithy.api#documentation": "<p>The type of query statement that was run. <code>DDL</code> indicates DDL query\n statements. <code>DML</code> indicates DML (Data Manipulation Language) query\n statements, such as <code>CREATE TABLE AS SELECT</code>. <code>UTILITY</code> indicates\n query statements other than DDL and DML, such as <code>SHOW CREATE TABLE</code>,\n <code>EXPLAIN</code>, <code>DESCRIBE</code>, or <code>SHOW TABLES</code>.</p>"
}
},
"ResultConfiguration": {
Expand Down Expand Up @@ -7698,7 +7698,7 @@
"target": "com.amazonaws.athena#CalculationConfiguration",
"traits": {
"smithy.api#deprecated": {
"message": "Kepler Post GA Tasks : https://sim.amazon.com/issues/ATHENA-39828"
"message": "Structure is deprecated."
},
"smithy.api#documentation": "<p>Contains configuration information for the calculation.</p>"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,12 @@
"traits": {
"smithy.api#documentation": "<p>The JSON-formatted string returned by the API invoked by the action group.</p>"
}
},
"metadata": {
"target": "com.amazonaws.bedrockagentruntime#Metadata",
"traits": {
"smithy.api#documentation": "<p>Contains information about the action group output.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -413,6 +419,12 @@
"traits": {
"smithy.api#documentation": "<p>The output's output.</p>"
}
},
"metadata": {
"target": "com.amazonaws.bedrockagentruntime#Metadata",
"traits": {
"smithy.api#documentation": "<p>Contains information about the output from the agent collaborator.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -1750,6 +1762,12 @@
"traits": {
"smithy.api#documentation": "<p>Indicates if the execution of the code timed out.</p>"
}
},
"metadata": {
"target": "com.amazonaws.bedrockagentruntime#Metadata",
"traits": {
"smithy.api#documentation": "<p>Contains information about the output from the code interpreter.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -2702,6 +2720,18 @@
"traits": {
"smithy.api#documentation": "<p>The reason the interaction failed.</p>"
}
},
"failureCode": {
"target": "smithy.api#Integer",
"traits": {
"smithy.api#documentation": "<p>The failure code for the trace.</p>"
}
},
"metadata": {
"target": "com.amazonaws.bedrockagentruntime#Metadata",
"traits": {
"smithy.api#documentation": "<p>Information about the failure that occurred.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -2873,6 +2903,12 @@
"traits": {
"smithy.api#documentation": "<p>The text in the response to the user.</p>"
}
},
"metadata": {
"target": "com.amazonaws.bedrockagentruntime#Metadata",
"traits": {
"smithy.api#documentation": "<p>Contains information about the invoke agent operation.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -4953,6 +4989,12 @@
"traits": {
"smithy.api#documentation": "<p>The details of the output assessments used in the Guardrail Trace.</p>"
}
},
"metadata": {
"target": "com.amazonaws.bedrockagentruntime#Metadata",
"traits": {
"smithy.api#documentation": "<p>Contains information about the Guardrail output.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -6535,6 +6577,12 @@
"traits": {
"smithy.api#documentation": "<p>Contains metadata about the sources cited for the generated response.</p>"
}
},
"metadata": {
"target": "com.amazonaws.bedrockagentruntime#Metadata",
"traits": {
"smithy.api#documentation": "<p>Contains information about the knowledge base output.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -7207,15 +7255,47 @@
"com.amazonaws.bedrockagentruntime#Metadata": {
"type": "structure",
"members": {
"startTime": {
"target": "com.amazonaws.bedrockagentruntime#DateTimestamp",
"traits": {
"smithy.api#documentation": "<p>In the final response, <code>startTime</code> is the start time of the agent invocation operation.</p>",
"smithy.api#timestampFormat": "date-time"
}
},
"endTime": {
"target": "com.amazonaws.bedrockagentruntime#DateTimestamp",
"traits": {
"smithy.api#documentation": "<p>In the final response, <code>endTime</code> is the end time time of the agent invocation operation.</p>",
"smithy.api#timestampFormat": "date-time"
}
},
"totalTimeMs": {
"target": "smithy.api#Long",
"traits": {
"smithy.api#documentation": "<p> The total execution time for the specific invocation being processed (model, knowledge base, guardrail, agent collaborator, or code interpreter). It represents how long the individual invocation took.</p>"
}
},
"operationTotalTimeMs": {
"target": "smithy.api#Long",
"traits": {
"smithy.api#documentation": "<p>The total time it took for the agent to complete execution. This field is only set for the final response.</p>"
}
},
"clientRequestId": {
"target": "smithy.api#String",
"traits": {
"smithy.api#documentation": "<p>A unique identifier associated with the downstream invocation. This ID can be used for tracing, debugging, and identifying specific invocations in customer logs or systems.</p>"
}
},
"usage": {
"target": "com.amazonaws.bedrockagentruntime#Usage",
"traits": {
"smithy.api#documentation": "<p>Contains details of the foundation model usage.</p>"
"smithy.api#documentation": "<p>Specific to model invocation and contains details about the usage of a foundation model.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Provides details of the foundation model.</p>",
"smithy.api#documentation": "<p>Provides information about the execution process for different types of invocations, such as model invocation, knowledge base invocation, agent collaborator invocation, guardrail invocation, and code interpreter Invocation.</p>",
"smithy.api#sensitive": {}
}
},
Expand Down
Loading
Loading