|
826 | 826 | "builtIn": "AWS::Region", |
827 | 827 | "required": false, |
828 | 828 | "documentation": "The AWS region used to dispatch the request.", |
829 | | - "type": "String" |
| 829 | + "type": "string" |
830 | 830 | }, |
831 | 831 | "UseDualStack": { |
832 | 832 | "builtIn": "AWS::UseDualStack", |
833 | 833 | "required": true, |
834 | 834 | "default": false, |
835 | 835 | "documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", |
836 | | - "type": "Boolean" |
| 836 | + "type": "boolean" |
837 | 837 | }, |
838 | 838 | "UseFIPS": { |
839 | 839 | "builtIn": "AWS::UseFIPS", |
840 | 840 | "required": true, |
841 | 841 | "default": false, |
842 | 842 | "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.", |
843 | | - "type": "Boolean" |
| 843 | + "type": "boolean" |
844 | 844 | }, |
845 | 845 | "Endpoint": { |
846 | 846 | "builtIn": "SDK::Endpoint", |
847 | 847 | "required": false, |
848 | 848 | "documentation": "Override the endpoint used to send this request", |
849 | | - "type": "String" |
| 849 | + "type": "string" |
850 | 850 | } |
851 | 851 | }, |
852 | 852 | "rules": [ |
|
24820 | 24820 | "smithy.api#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>" |
24821 | 24821 | } |
24822 | 24822 | }, |
| 24823 | + "AuditContext": { |
| 24824 | + "target": "com.amazonaws.glue#AuditContext", |
| 24825 | + "traits": { |
| 24826 | + "smithy.api#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>" |
| 24827 | + } |
| 24828 | + }, |
24823 | 24829 | "IncludeStatusDetails": { |
24824 | 24830 | "target": "com.amazonaws.glue#BooleanNullable", |
24825 | 24831 | "traits": { |
|
25108 | 25114 | "smithy.api#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>" |
25109 | 25115 | } |
25110 | 25116 | }, |
| 25117 | + "AuditContext": { |
| 25118 | + "target": "com.amazonaws.glue#AuditContext", |
| 25119 | + "traits": { |
| 25120 | + "smithy.api#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>" |
| 25121 | + } |
| 25122 | + }, |
25111 | 25123 | "IncludeStatusDetails": { |
25112 | 25124 | "target": "com.amazonaws.glue#BooleanNullable", |
25113 | 25125 | "traits": { |
|
46672 | 46684 | } |
46673 | 46685 | }, |
46674 | 46686 | "UpdateOpenTableFormatInput": { |
46675 | | - "target": "com.amazonaws.glue#UpdateOpenTableFormatInput" |
| 46687 | + "target": "com.amazonaws.glue#UpdateOpenTableFormatInput", |
| 46688 | + "traits": { |
| 46689 | + "smithy.api#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>" |
| 46690 | + } |
46676 | 46691 | } |
46677 | 46692 | }, |
46678 | 46693 | "traits": { |
|
0 commit comments