You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-athena): This release adds subfields, ErrorMessage, Retryable, to the AthenaError response object in the GetQueryExecution API when a query fails.
* <code>BUCKET_OWNER_FULL_CONTROL</code>. If a query runs in a workgroup and the
22
22
* workgroup overrides client-side settings, then the Amazon S3 canned ACL
23
23
* specified in the workgroup's settings is used for all queries that run in the workgroup.
24
-
* For more information about Amazon S3 canned ACLs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl-overview.html#canned-acl">Canned ACL</a> in the <i>Amazon S3 User
25
-
* Guide</i>.</p>
24
+
* For more information about Amazon S3 canned ACLs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl-overview.html#canned-acl">Canned ACL</a> in the <i>Amazon S3 User Guide</i>.</p>
* <p>If query results are encrypted in Amazon S3, indicates the encryption option
332
-
* used (for example, <code>SSE-KMS</code> or <code>CSE-KMS</code>) and key information.
331
+
* used (for example, <code>SSE_KMS</code> or <code>CSE_KMS</code>) and key information.
333
332
* This is a client-side setting. If workgroup settings override client-side settings, then
334
333
* the query uses the encryption configuration that is specified for the workgroup, and
335
334
* 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>
* <p>The Amazon Web Services account ID that you expect to be the owner of the Amazon S3 bucket specified by <a>ResultConfiguration$OutputLocation</a>.
341
340
* If set, Athena uses the value for <code>ExpectedBucketOwner</code> when it
342
341
* makes Amazon S3 calls to your specified output location. If the
343
-
* <code>ExpectedBucketOwner</code>
342
+
* <code>ExpectedBucketOwner</code>
344
343
* Amazon Web Services account ID does not match the actual owner of the Amazon S3
345
344
* bucket, the call fails with a permissions error.</p>
346
345
* <p>This is a client-side setting. If workgroup settings override client-side settings,
* <p>The Amazon Web Services account ID that you expect to be the owner of the Amazon S3 bucket specified by <a>ResultConfiguration$OutputLocation</a>.
2928
2937
* If set, Athena uses the value for <code>ExpectedBucketOwner</code> when it
2929
2938
* makes Amazon S3 calls to your specified output location. If the
2930
-
* <code>ExpectedBucketOwner</code>
2939
+
* <code>ExpectedBucketOwner</code>
2931
2940
* Amazon Web Services account ID does not match the actual owner of the Amazon S3
2932
2941
* bucket, the call fails with a permissions error.</p>
2933
2942
*
2934
2943
* <p>If workgroup settings override client-side settings, then the query uses the
2935
-
* <code>ExpectedBucketOwner</code> setting that is specified for the workgroup, and
2944
+
* <code>ExpectedBucketOwner</code> setting that is specified for the workgroup, and
2936
2945
* 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>
2937
2946
*/
2938
2947
ExpectedBucketOwner?: string;
2939
2948
2940
2949
/**
2941
2950
* <p>If set to "true", removes the Amazon Web Services account ID previously specified for
2942
-
* <a>ResultConfiguration$ExpectedBucketOwner</a>. If set to "false" or not
2951
+
* <a>ResultConfiguration$ExpectedBucketOwner</a>. If set to "false" or not
2943
2952
* set, and a value is present in the <code>ExpectedBucketOwner</code> in
2944
-
* <code>ResultConfigurationUpdates</code> (the client-side setting), the
2945
-
* <code>ExpectedBucketOwner</code> in the workgroup's <code>ResultConfiguration</code>
2953
+
* <code>ResultConfigurationUpdates</code> (the client-side setting), the
2954
+
* <code>ExpectedBucketOwner</code> in the workgroup's <code>ResultConfiguration</code>
2946
2955
* is updated with the new value. For more information, see <a href="https://docs.aws.amazon.com/athena/latest/ug/workgroups-settings-override.html">Workgroup Settings Override
0 commit comments