|
310 | 310 | {"shape":"ResourceNumberLimitExceededException"},
|
311 | 311 | {"shape":"InternalServiceException"},
|
312 | 312 | {"shape":"OperationTimeoutException"},
|
313 |
| - {"shape":"GlueEncryptionException"} |
| 313 | + {"shape":"GlueEncryptionException"}, |
| 314 | + {"shape":"ConcurrentModificationException"} |
314 | 315 | ],
|
315 | 316 | "documentation":"<p>Creates a new database in a Data Catalog.</p>"
|
316 | 317 | },
|
|
492 | 493 | {"shape":"ResourceNumberLimitExceededException"},
|
493 | 494 | {"shape":"InternalServiceException"},
|
494 | 495 | {"shape":"OperationTimeoutException"},
|
495 |
| - {"shape":"GlueEncryptionException"} |
| 496 | + {"shape":"GlueEncryptionException"}, |
| 497 | + {"shape":"ConcurrentModificationException"} |
496 | 498 | ],
|
497 | 499 | "documentation":"<p>Creates a new table definition in the Data Catalog.</p>"
|
498 | 500 | },
|
|
643 | 645 | {"shape":"EntityNotFoundException"},
|
644 | 646 | {"shape":"InvalidInputException"},
|
645 | 647 | {"shape":"InternalServiceException"},
|
646 |
| - {"shape":"OperationTimeoutException"} |
| 648 | + {"shape":"OperationTimeoutException"}, |
| 649 | + {"shape":"ConcurrentModificationException"} |
647 | 650 | ],
|
648 | 651 | "documentation":"<p>Removes a specified database from a Data Catalog.</p> <note> <p>After completing this operation, you no longer have access to the tables (and all table versions and partitions that might belong to the tables) and the user-defined functions in the deleted database. Glue deletes these \"orphaned\" resources asynchronously in a timely manner, at the discretion of the service.</p> <p>To ensure the immediate deletion of all related resources, before calling <code>DeleteDatabase</code>, use <code>DeleteTableVersion</code> or <code>BatchDeleteTableVersion</code>, <code>DeletePartition</code> or <code>BatchDeletePartition</code>, <code>DeleteUserDefinedFunction</code>, and <code>DeleteTable</code> or <code>BatchDeleteTable</code>, to delete any resources that belong to the database.</p> </note>"
|
649 | 652 | },
|
|
821 | 824 | {"shape":"EntityNotFoundException"},
|
822 | 825 | {"shape":"InvalidInputException"},
|
823 | 826 | {"shape":"InternalServiceException"},
|
824 |
| - {"shape":"OperationTimeoutException"} |
| 827 | + {"shape":"OperationTimeoutException"}, |
| 828 | + {"shape":"ConcurrentModificationException"} |
825 | 829 | ],
|
826 | 830 | "documentation":"<p>Removes a table definition from the Data Catalog.</p> <note> <p>After completing this operation, you no longer have access to the table versions and partitions that belong to the deleted table. Glue deletes these \"orphaned\" resources asynchronously in a timely manner, at the discretion of the service.</p> <p>To ensure the immediate deletion of all related resources, before calling <code>DeleteTable</code>, use <code>DeleteTableVersion</code> or <code>BatchDeleteTableVersion</code>, and <code>DeletePartition</code> or <code>BatchDeletePartition</code>, to delete any resources that belong to the table.</p> </note>"
|
827 | 831 | },
|
|
2400 | 2404 | {"shape":"InvalidInputException"},
|
2401 | 2405 | {"shape":"InternalServiceException"},
|
2402 | 2406 | {"shape":"OperationTimeoutException"},
|
2403 |
| - {"shape":"GlueEncryptionException"} |
| 2407 | + {"shape":"GlueEncryptionException"}, |
| 2408 | + {"shape":"ConcurrentModificationException"} |
2404 | 2409 | ],
|
2405 | 2410 | "documentation":"<p>Updates an existing database definition in a Data Catalog.</p>"
|
2406 | 2411 | },
|
|
3892 | 3897 | },
|
3893 | 3898 | "ConnectionType":{
|
3894 | 3899 | "shape":"ConnectionType",
|
3895 |
| - "documentation":"<p>The type of the connection. Currently, these types are supported:</p> <ul> <li> <p> <code>JDBC</code> - Designates a connection to a database through Java Database Connectivity (JDBC).</p> </li> <li> <p> <code>KAFKA</code> - Designates a connection to an Apache Kafka streaming platform.</p> </li> <li> <p> <code>MONGODB</code> - Designates a connection to a MongoDB document database.</p> </li> <li> <p> <code>NETWORK</code> - Designates a network connection to a data source within an Amazon Virtual Private Cloud environment (Amazon VPC).</p> </li> <li> <p> <code>MARKETPLACE</code> - Uses configuration settings contained in a connector purchased from Marketplace to read from and write to data stores that are not natively supported by Glue.</p> </li> <li> <p> <code>CUSTOM</code> - Uses configuration settings contained in a custom connector to read from and write to data stores that are not natively supported by Glue.</p> </li> </ul> <p>SFTP is not supported.</p>" |
| 3900 | + "documentation":"<p>The type of the connection. Currently, these types are supported:</p> <ul> <li> <p> <code>JDBC</code> - Designates a connection to a database through Java Database Connectivity (JDBC).</p> </li> <li> <p> <code>KAFKA</code> - Designates a connection to an Apache Kafka streaming platform.</p> </li> <li> <p> <code>MONGODB</code> - Designates a connection to a MongoDB document database.</p> </li> <li> <p> <code>NETWORK</code> - Designates a network connection to a data source within an Amazon Virtual Private Cloud environment (Amazon VPC).</p> </li> <li> <p> <code>MARKETPLACE</code> - Uses configuration settings contained in a connector purchased from Amazon Web Services Marketplace to read from and write to data stores that are not natively supported by Glue.</p> </li> <li> <p> <code>CUSTOM</code> - Uses configuration settings contained in a custom connector to read from and write to data stores that are not natively supported by Glue.</p> </li> </ul> <p>SFTP is not supported.</p>" |
3896 | 3901 | },
|
3897 | 3902 | "MatchCriteria":{
|
3898 | 3903 | "shape":"MatchCriteria",
|
|
10068 | 10073 | },
|
10069 | 10074 | "EnableHybrid":{
|
10070 | 10075 | "shape":"EnableHybridValues",
|
10071 |
| - "documentation":"<p>If <code>'TRUE'</code>, indicates that you are using both methods to grant cross-account access to Data Catalog resources:</p> <ul> <li> <p>By directly updating the resource policy with <code>PutResourePolicy</code> </p> </li> <li> <p>By using the <b>Grant permissions</b> command on the Management Console.</p> </li> </ul> <p>Must be set to <code>'TRUE'</code> if you have already used the Management Console to grant cross-account access, otherwise the call fails. Default is 'FALSE'.</p>" |
| 10076 | + "documentation":"<p>If <code>'TRUE'</code>, indicates that you are using both methods to grant cross-account access to Data Catalog resources:</p> <ul> <li> <p>By directly updating the resource policy with <code>PutResourePolicy</code> </p> </li> <li> <p>By using the <b>Grant permissions</b> command on the Amazon Web Services Management Console.</p> </li> </ul> <p>Must be set to <code>'TRUE'</code> if you have already used the Management Console to grant cross-account access, otherwise the call fails. Default is 'FALSE'.</p>" |
10072 | 10077 | }
|
10073 | 10078 | }
|
10074 | 10079 | },
|
|
0 commit comments