|
851 | 851 | "ErrorType": { |
852 | 852 | "shape": "ErrorType", |
853 | 853 | "documentation": "<p>An integer value that provides specific information about an Athena query error. For the meaning of specific values, see the <a href=\"https://docs.aws.amazon.com/athena/latest/ug/error-reference.html#error-reference-error-type-reference\">Error Type Reference</a> in the <i>Amazon Athena User Guide</i>.</p>" |
| 854 | + }, |
| 855 | + "Retryable": { |
| 856 | + "shape": "Boolean", |
| 857 | + "documentation": "<p>True if the query might succeed if resubmitted.</p>" |
| 858 | + }, |
| 859 | + "ErrorMessage": { |
| 860 | + "shape": "String", |
| 861 | + "documentation": "<p>Contains a short description of the error that occurred.</p>" |
854 | 862 | } |
855 | 863 | }, |
856 | 864 | "documentation": "<p>Provides information about an Athena query error. The <code>AthenaError</code> feature provides standardized error information to help you understand failed queries and take steps after a query failure occurs. <code>AthenaError</code> includes an <code>ErrorCategory</code> field that specifies whether the cause of the failed query is due to system error, user error, or other error.</p>" |
|
1339 | 1347 | "members": { |
1340 | 1348 | "EncryptionOption": { |
1341 | 1349 | "shape": "EncryptionOption", |
1342 | | - "documentation": "<p>Indicates whether Amazon S3 server-side encryption with Amazon S3-managed keys (<code>SSE-S3</code>), server-side encryption with KMS-managed keys (<code>SSE-KMS</code>), or client-side encryption with KMS-managed keys (CSE-KMS) is used.</p> <p>If a query runs in a workgroup and the workgroup overrides client-side settings, then the workgroup's setting for encryption is used. It specifies whether query results must be encrypted, for all queries that run in this workgroup. </p>" |
| 1350 | + "documentation": "<p>Indicates whether Amazon S3 server-side encryption with Amazon S3-managed keys (<code>SSE_S3</code>), server-side encryption with KMS-managed keys (<code>SSE_KMS</code>), or client-side encryption with KMS-managed keys (<code>CSE_KMS</code>) is used.</p> <p>If a query runs in a workgroup and the workgroup overrides client-side settings, then the workgroup's setting for encryption is used. It specifies whether query results must be encrypted, for all queries that run in this workgroup. </p>" |
1343 | 1351 | }, |
1344 | 1352 | "KmsKey": { |
1345 | 1353 | "shape": "String", |
1346 | | - "documentation": "<p>For <code>SSE-KMS</code> and <code>CSE-KMS</code>, this is the KMS key ARN or ID.</p>" |
| 1354 | + "documentation": "<p>For <code>SSE_KMS</code> and <code>CSE_KMS</code>, this is the KMS key ARN or ID.</p>" |
1347 | 1355 | } |
1348 | 1356 | }, |
1349 | | - "documentation": "<p>If query results are encrypted in Amazon S3, indicates the encryption option used (for example, <code>SSE-KMS</code> or <code>CSE-KMS</code>) and key information.</p>" |
| 1357 | + "documentation": "<p>If query results are encrypted in Amazon S3, indicates the encryption option used (for example, <code>SSE_KMS</code> or <code>CSE_KMS</code>) and key information.</p>" |
1350 | 1358 | }, |
1351 | 1359 | "EncryptionOption": { |
1352 | 1360 | "type": "string", |
|
2243 | 2251 | }, |
2244 | 2252 | "EncryptionConfiguration": { |
2245 | 2253 | "shape": "EncryptionConfiguration", |
2246 | | - "documentation": "<p>If query results are encrypted in Amazon S3, indicates the encryption option used (for example, <code>SSE-KMS</code> or <code>CSE-KMS</code>) and key information. This is a client-side setting. If workgroup settings override client-side settings, then the query uses the encryption configuration that is specified for the workgroup, and also uses the location for storing query results specified in the workgroup. See <a>WorkGroupConfiguration$EnforceWorkGroupConfiguration</a> and <a href=\"https://docs.aws.amazon.com/athena/latest/ug/workgroups-settings-override.html\">Workgroup Settings Override Client-Side Settings</a>.</p>" |
| 2254 | + "documentation": "<p>If query results are encrypted in Amazon S3, indicates the encryption option used (for example, <code>SSE_KMS</code> or <code>CSE_KMS</code>) and key information. This is a client-side setting. If workgroup settings override client-side settings, then the query uses the encryption configuration that is specified for the workgroup, and also uses the location for storing query results specified in the workgroup. See <a>WorkGroupConfiguration$EnforceWorkGroupConfiguration</a> and <a href=\"https://docs.aws.amazon.com/athena/latest/ug/workgroups-settings-override.html\">Workgroup Settings Override Client-Side Settings</a>.</p>" |
2247 | 2255 | }, |
2248 | 2256 | "ExpectedBucketOwner": { |
2249 | 2257 | "shape": "String", |
|
0 commit comments