Skip to content

Commit eaea6fe

Browse files
author
AWS
committed
AWS Glue Update: Support for optimistic locking in UpdateTable
1 parent 9575c86 commit eaea6fe

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Glue",
4+
"contributor": "",
5+
"description": "Support for optimistic locking in UpdateTable"
6+
}

services/glue/src/main/resources/codegen-resources/service-2.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -12382,7 +12382,8 @@
1238212382
"CatalogId":{
1238312383
"shape":"CatalogIdString",
1238412384
"documentation":"<p>The ID of the Data Catalog in which the table resides.</p>"
12385-
}
12385+
},
12386+
"VersionId":{"shape":"VersionString"}
1238612387
},
1238712388
"documentation":"<p>Represents a collection of related data organized in columns and rows.</p>"
1238812389
},
@@ -13638,7 +13639,8 @@
1363813639
"TransactionId":{
1363913640
"shape":"TransactionIdString",
1364013641
"documentation":"<p>The transaction ID at which to update the table contents. </p>"
13641-
}
13642+
},
13643+
"VersionId":{"shape":"VersionString"}
1364213644
}
1364313645
},
1364413646
"UpdateTableResponse":{

0 commit comments

Comments
 (0)