|
84 | 84 | "Boolean": { |
85 | 85 | "base": null, |
86 | 86 | "refs": { |
| 87 | + "AthenaError$Retryable": "<p>True if the query might succeed if resubmitted.</p>", |
87 | 88 | "ColumnInfo$CaseSensitive": "<p>Indicates whether values in the column are case-sensitive.</p>" |
88 | 89 | } |
89 | 90 | }, |
|
324 | 325 | } |
325 | 326 | }, |
326 | 327 | "EncryptionConfiguration": { |
327 | | - "base": "<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>", |
| 328 | + "base": "<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>", |
328 | 329 | "refs": { |
329 | | - "ResultConfiguration$EncryptionConfiguration": "<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>", |
| 330 | + "ResultConfiguration$EncryptionConfiguration": "<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>", |
330 | 331 | "ResultConfigurationUpdates$EncryptionConfiguration": "<p>The encryption configuration for the query results.</p>" |
331 | 332 | } |
332 | 333 | }, |
333 | 334 | "EncryptionOption": { |
334 | 335 | "base": null, |
335 | 336 | "refs": { |
336 | | - "EncryptionConfiguration$EncryptionOption": "<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>" |
| 337 | + "EncryptionConfiguration$EncryptionOption": "<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>" |
337 | 338 | } |
338 | 339 | }, |
339 | 340 | "EngineVersion": { |
|
915 | 916 | "String": { |
916 | 917 | "base": null, |
917 | 918 | "refs": { |
| 919 | + "AthenaError$ErrorMessage": "<p>Contains a short description of the error that occurred.</p>", |
918 | 920 | "ColumnInfo$CatalogName": "<p>The catalog to which the query results belong.</p>", |
919 | 921 | "ColumnInfo$SchemaName": "<p>The schema name (database name) to which the query results belong.</p>", |
920 | 922 | "ColumnInfo$TableName": "<p>The table name for the query results.</p>", |
921 | 923 | "ColumnInfo$Name": "<p>The name of the column.</p>", |
922 | 924 | "ColumnInfo$Label": "<p>A column label.</p>", |
923 | 925 | "ColumnInfo$Type": "<p>The data type of the column.</p>", |
924 | | - "EncryptionConfiguration$KmsKey": "<p>For <code>SSE-KMS</code> and <code>CSE-KMS</code>, this is the KMS key ARN or ID.</p>", |
| 926 | + "EncryptionConfiguration$KmsKey": "<p>For <code>SSE_KMS</code> and <code>CSE_KMS</code>, this is the KMS key ARN or ID.</p>", |
925 | 927 | "QueryExecutionStatistics$DataManifestLocation": "<p>The location and file name of a data manifest file. The manifest file is saved to the Athena query results location in Amazon S3. The manifest file tracks files that the query wrote to Amazon S3. If the query fails, the manifest file also tracks files that the query intended to write. The manifest is useful for identifying orphaned files resulting from a failed query. For more information, see <a href=\"https://docs.aws.amazon.com/athena/latest/ug/querying.html\">Working with Query Results, Output Files, and Query History</a> in the <i>Amazon Athena User Guide</i>.</p>", |
926 | 928 | "QueryExecutionStatus$StateChangeReason": "<p>Further detail about the status of the query.</p>", |
927 | 929 | "ResultConfiguration$OutputLocation": "<p>The location in Amazon S3 where your query results are stored, such as <code>s3://path/to/query/bucket/</code>. To run the query, you must specify the query results location using one of the ways: either for individual queries using either this setting (client-side), or in the workgroup, using <a>WorkGroupConfiguration</a>. If none of them is set, Athena issues an error that no output location is provided. For more information, see <a href=\"https://docs.aws.amazon.com/athena/latest/ug/querying.html\">Query Results</a>. If workgroup settings override client-side settings, then the query uses the settings specified for the workgroup. See <a>WorkGroupConfiguration$EnforceWorkGroupConfiguration</a>.</p>", |
|
0 commit comments