|
2379 | 2379 | } |
2380 | 2380 | ], |
2381 | 2381 | "traits": { |
2382 | | - "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>" |
| 2382 | + "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>" |
2383 | 2383 | } |
2384 | 2384 | }, |
2385 | 2385 | "com.amazonaws.athena#CreateDataCatalogInput": { |
|
2395 | 2395 | "Type": { |
2396 | 2396 | "target": "com.amazonaws.athena#DataCatalogType", |
2397 | 2397 | "traits": { |
2398 | | - "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>", |
| 2398 | + "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>", |
2399 | 2399 | "smithy.api#required": {} |
2400 | 2400 | } |
2401 | 2401 | }, |
|
6690 | 6690 | "StatementType": { |
6691 | 6691 | "target": "com.amazonaws.athena#StatementType", |
6692 | 6692 | "traits": { |
6693 | | - "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>" |
| 6693 | + "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>" |
6694 | 6694 | } |
6695 | 6695 | }, |
6696 | 6696 | "ResultConfiguration": { |
|
7698 | 7698 | "target": "com.amazonaws.athena#CalculationConfiguration", |
7699 | 7699 | "traits": { |
7700 | 7700 | "smithy.api#deprecated": { |
7701 | | - "message": "Kepler Post GA Tasks : https://sim.amazon.com/issues/ATHENA-39828" |
| 7701 | + "message": "Structure is deprecated." |
7702 | 7702 | }, |
7703 | 7703 | "smithy.api#documentation": "<p>Contains configuration information for the calculation.</p>" |
7704 | 7704 | } |
|
0 commit comments