Skip to content

Commit d5bfefb

Browse files
author
AWS
committed
AWS Glue Update: Addition of AuditContext in GetTable/GetTables Request
1 parent c4752ee commit d5bfefb

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Glue",
4+
"contributor": "",
5+
"description": "Addition of AuditContext in GetTable/GetTables Request"
6+
}

services/glue/src/main/resources/codegen-resources/endpoint-rule-set.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@
55
"builtIn": "AWS::Region",
66
"required": false,
77
"documentation": "The AWS region used to dispatch the request.",
8-
"type": "String"
8+
"type": "string"
99
},
1010
"UseDualStack": {
1111
"builtIn": "AWS::UseDualStack",
1212
"required": true,
1313
"default": false,
1414
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
15-
"type": "Boolean"
15+
"type": "boolean"
1616
},
1717
"UseFIPS": {
1818
"builtIn": "AWS::UseFIPS",
1919
"required": true,
2020
"default": false,
2121
"documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
22-
"type": "Boolean"
22+
"type": "boolean"
2323
},
2424
"Endpoint": {
2525
"builtIn": "SDK::Endpoint",
2626
"required": false,
2727
"documentation": "Override the endpoint used to send this request",
28-
"type": "String"
28+
"type": "string"
2929
}
3030
},
3131
"rules": [

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16057,6 +16057,10 @@
1605716057
"shape":"Timestamp",
1605816058
"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>"
1605916059
},
16060+
"AuditContext":{
16061+
"shape":"AuditContext",
16062+
"documentation":"<p>A structure containing the Lake Formation <a href=\"https://docs.aws.amazon.com/glue/latest/webapi/API_AuditContext.html\">audit context</a>.</p>"
16063+
},
1606016064
"IncludeStatusDetails":{
1606116065
"shape":"BooleanNullable",
1606216066
"documentation":"<p>Specifies whether to include status details related to a request to create or update an Glue Data Catalog view.</p>"
@@ -16184,6 +16188,10 @@
1618416188
"shape":"Timestamp",
1618516189
"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>"
1618616190
},
16191+
"AuditContext":{
16192+
"shape":"AuditContext",
16193+
"documentation":"<p>A structure containing the Lake Formation <a href=\"https://docs.aws.amazon.com/glue/latest/webapi/API_AuditContext.html\">audit context</a>.</p>"
16194+
},
1618716195
"IncludeStatusDetails":{
1618816196
"shape":"BooleanNullable",
1618916197
"documentation":"<p>Specifies whether to include status details related to a request to create or update an Glue Data Catalog view.</p>"
@@ -27957,7 +27965,10 @@
2795727965
"shape":"Boolean",
2795827966
"documentation":"<p>A flag that can be set to true to ignore matching storage descriptor and subobject matching requirements.</p>"
2795927967
},
27960-
"UpdateOpenTableFormatInput":{"shape":"UpdateOpenTableFormatInput"}
27968+
"UpdateOpenTableFormatInput":{
27969+
"shape":"UpdateOpenTableFormatInput",
27970+
"documentation":"<p>Input parameters for updating open table format tables in GlueData Catalog, serving as a wrapper for format-specific update operations such as Apache Iceberg.</p>"
27971+
}
2796127972
}
2796227973
},
2796327974
"UpdateTableResponse":{

0 commit comments

Comments
 (0)