|
73 | 73 | {"shape":"InvalidInputException"},
|
74 | 74 | {"shape":"EntityNotFoundException"},
|
75 | 75 | {"shape":"InternalServiceException"},
|
76 |
| - {"shape":"OperationTimeoutException"} |
| 76 | + {"shape":"OperationTimeoutException"}, |
| 77 | + {"shape":"GlueEncryptionException"}, |
| 78 | + {"shape":"ResourceNotReadyException"} |
77 | 79 | ],
|
78 | 80 | "documentation":"<p>Deletes multiple tables at once.</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>BatchDeleteTable</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>"
|
79 | 81 | },
|
|
166 | 168 | {"shape":"EntityNotFoundException"},
|
167 | 169 | {"shape":"OperationTimeoutException"},
|
168 | 170 | {"shape":"InternalServiceException"},
|
169 |
| - {"shape":"GlueEncryptionException"} |
| 171 | + {"shape":"GlueEncryptionException"}, |
| 172 | + {"shape":"InvalidStateException"} |
170 | 173 | ],
|
171 | 174 | "documentation":"<p>Retrieves partitions in a batch request.</p>"
|
172 | 175 | },
|
|
526 | 529 | {"shape":"InternalServiceException"},
|
527 | 530 | {"shape":"OperationTimeoutException"},
|
528 | 531 | {"shape":"GlueEncryptionException"},
|
529 |
| - {"shape":"ConcurrentModificationException"} |
| 532 | + {"shape":"ConcurrentModificationException"}, |
| 533 | + {"shape":"ResourceNotReadyException"} |
530 | 534 | ],
|
531 | 535 | "documentation":"<p>Creates a new table definition in the Data Catalog.</p>"
|
532 | 536 | },
|
|
872 | 876 | {"shape":"InvalidInputException"},
|
873 | 877 | {"shape":"InternalServiceException"},
|
874 | 878 | {"shape":"OperationTimeoutException"},
|
875 |
| - {"shape":"ConcurrentModificationException"} |
| 879 | + {"shape":"ConcurrentModificationException"}, |
| 880 | + {"shape":"ResourceNotReadyException"} |
876 | 881 | ],
|
877 | 882 | "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>"
|
878 | 883 | },
|
|
1437 | 1442 | {"shape":"InvalidInputException"},
|
1438 | 1443 | {"shape":"OperationTimeoutException"},
|
1439 | 1444 | {"shape":"InternalServiceException"},
|
1440 |
| - {"shape":"GlueEncryptionException"} |
| 1445 | + {"shape":"GlueEncryptionException"}, |
| 1446 | + {"shape":"InvalidStateException"}, |
| 1447 | + {"shape":"ResourceNotReadyException"} |
1441 | 1448 | ],
|
1442 | 1449 | "documentation":"<p>Retrieves information about the partitions in a table.</p>"
|
1443 | 1450 | },
|
|
1613 | 1620 | {"shape":"InvalidInputException"},
|
1614 | 1621 | {"shape":"InternalServiceException"},
|
1615 | 1622 | {"shape":"OperationTimeoutException"},
|
1616 |
| - {"shape":"GlueEncryptionException"} |
| 1623 | + {"shape":"GlueEncryptionException"}, |
| 1624 | + {"shape":"ResourceNotReadyException"} |
1617 | 1625 | ],
|
1618 | 1626 | "documentation":"<p>Retrieves the <code>Table</code> definition in a Data Catalog for a specified table.</p>"
|
1619 | 1627 | },
|
|
2671 | 2679 | {"shape":"OperationTimeoutException"},
|
2672 | 2680 | {"shape":"ConcurrentModificationException"},
|
2673 | 2681 | {"shape":"ResourceNumberLimitExceededException"},
|
2674 |
| - {"shape":"GlueEncryptionException"} |
| 2682 | + {"shape":"GlueEncryptionException"}, |
| 2683 | + {"shape":"ResourceNotReadyException"} |
2675 | 2684 | ],
|
2676 | 2685 | "documentation":"<p>Updates a metadata table in the Data Catalog.</p>"
|
2677 | 2686 | },
|
|
2949 | 2958 | "TablesToDelete":{
|
2950 | 2959 | "shape":"BatchDeleteTableNameList",
|
2951 | 2960 | "documentation":"<p>A list of the table to delete.</p>"
|
| 2961 | + }, |
| 2962 | + "TransactionId":{ |
| 2963 | + "shape":"TransactionIdString", |
| 2964 | + "documentation":"<p>The transaction ID at which to delete the table contents.</p>" |
2952 | 2965 | }
|
2953 | 2966 | }
|
2954 | 2967 | },
|
|
5447 | 5460 | "PartitionIndexes":{
|
5448 | 5461 | "shape":"PartitionIndexList",
|
5449 | 5462 | "documentation":"<p>A list of partition indexes, <code>PartitionIndex</code> structures, to create in the table.</p>"
|
| 5463 | + }, |
| 5464 | + "TransactionId":{ |
| 5465 | + "shape":"TransactionIdString", |
| 5466 | + "documentation":"<p>The ID of the transaction.</p>" |
5450 | 5467 | }
|
5451 | 5468 | }
|
5452 | 5469 | },
|
|
6293 | 6310 | "Name":{
|
6294 | 6311 | "shape":"NameString",
|
6295 | 6312 | "documentation":"<p>The name of the table to be deleted. For Hive compatibility, this name is entirely lowercase.</p>"
|
| 6313 | + }, |
| 6314 | + "TransactionId":{ |
| 6315 | + "shape":"TransactionIdString", |
| 6316 | + "documentation":"<p>The transaction ID at which to delete the table contents.</p>" |
6296 | 6317 | }
|
6297 | 6318 | }
|
6298 | 6319 | },
|
|
7883 | 7904 | "ExcludeColumnSchema":{
|
7884 | 7905 | "shape":"BooleanNullable",
|
7885 | 7906 | "documentation":"<p>When true, specifies not returning the partition column schema. Useful when you are interested only in other partition attributes such as partition values or location. This approach avoids the problem of a large response by not returning duplicate data.</p>"
|
| 7907 | + }, |
| 7908 | + "TransactionId":{ |
| 7909 | + "shape":"TransactionIdString", |
| 7910 | + "documentation":"<p>The transaction ID at which to read the partition contents.</p>" |
| 7911 | + }, |
| 7912 | + "QueryAsOfTime":{ |
| 7913 | + "shape":"Timestamp", |
| 7914 | + "documentation":"<p>The time as of when to read the partition contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with <code>TransactionId</code>.</p>" |
7886 | 7915 | }
|
7887 | 7916 | }
|
7888 | 7917 | },
|
|
8302 | 8331 | "Name":{
|
8303 | 8332 | "shape":"NameString",
|
8304 | 8333 | "documentation":"<p>The name of the table for which to retrieve the definition. For Hive compatibility, this name is entirely lowercase.</p>"
|
| 8334 | + }, |
| 8335 | + "TransactionId":{ |
| 8336 | + "shape":"TransactionIdString", |
| 8337 | + "documentation":"<p>The transaction ID at which to read the table contents. </p>" |
| 8338 | + }, |
| 8339 | + "QueryAsOfTime":{ |
| 8340 | + "shape":"Timestamp", |
| 8341 | + "documentation":"<p>The time as of when to read the table contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with <code>TransactionId</code>.</p>" |
8305 | 8342 | }
|
8306 | 8343 | }
|
8307 | 8344 | },
|
|
8417 | 8454 | "MaxResults":{
|
8418 | 8455 | "shape":"CatalogGetterPageSize",
|
8419 | 8456 | "documentation":"<p>The maximum number of tables to return in a single response.</p>"
|
| 8457 | + }, |
| 8458 | + "TransactionId":{ |
| 8459 | + "shape":"TransactionIdString", |
| 8460 | + "documentation":"<p>The transaction ID at which to read the table contents.</p>" |
| 8461 | + }, |
| 8462 | + "QueryAsOfTime":{ |
| 8463 | + "shape":"Timestamp", |
| 8464 | + "documentation":"<p>The time as of when to read the table contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with <code>TransactionId</code>.</p>" |
8420 | 8465 | }
|
8421 | 8466 | }
|
8422 | 8467 | },
|
|
8905 | 8950 | "documentation":"<p>The input provided was not valid.</p>",
|
8906 | 8951 | "exception":true
|
8907 | 8952 | },
|
| 8953 | + "InvalidStateException":{ |
| 8954 | + "type":"structure", |
| 8955 | + "members":{ |
| 8956 | + "Message":{ |
| 8957 | + "shape":"MessageString", |
| 8958 | + "documentation":"<p>A message describing the problem.</p>" |
| 8959 | + } |
| 8960 | + }, |
| 8961 | + "documentation":"<p>An error that indicates your data is in an invalid state.</p>", |
| 8962 | + "exception":true |
| 8963 | + }, |
8908 | 8964 | "IsVersionValid":{"type":"boolean"},
|
8909 | 8965 | "JdbcTarget":{
|
8910 | 8966 | "type":"structure",
|
|
10984 | 11040 | }
|
10985 | 11041 | }
|
10986 | 11042 | },
|
| 11043 | + "ResourceNotReadyException":{ |
| 11044 | + "type":"structure", |
| 11045 | + "members":{ |
| 11046 | + "Message":{ |
| 11047 | + "shape":"MessageString", |
| 11048 | + "documentation":"<p>A message describing the problem.</p>" |
| 11049 | + } |
| 11050 | + }, |
| 11051 | + "documentation":"<p>A resource was not ready for a transaction.</p>", |
| 11052 | + "exception":true |
| 11053 | + }, |
10987 | 11054 | "ResourceNumberLimitExceededException":{
|
10988 | 11055 | "type":"structure",
|
10989 | 11056 | "members":{
|
|
12441 | 12508 | "max":10,
|
12442 | 12509 | "min":1
|
12443 | 12510 | },
|
| 12511 | + "TransactionIdString":{ |
| 12512 | + "type":"string", |
| 12513 | + "max":255, |
| 12514 | + "min":1, |
| 12515 | + "pattern":"[\\p{L}\\p{N}\\p{P}]*" |
| 12516 | + }, |
12444 | 12517 | "TransformEncryption":{
|
12445 | 12518 | "type":"structure",
|
12446 | 12519 | "members":{
|
|
13321 | 13394 | "SkipArchive":{
|
13322 | 13395 | "shape":"BooleanNullable",
|
13323 | 13396 | "documentation":"<p>By default, <code>UpdateTable</code> always creates an archived version of the table before updating it. However, if <code>skipArchive</code> is set to true, <code>UpdateTable</code> does not create the archived version.</p>"
|
| 13397 | + }, |
| 13398 | + "TransactionId":{ |
| 13399 | + "shape":"TransactionIdString", |
| 13400 | + "documentation":"<p>The transaction ID at which to update the table contents. </p>" |
13324 | 13401 | }
|
13325 | 13402 | }
|
13326 | 13403 | },
|
|
0 commit comments