aws-sdk-athena 1.39.0 → 1.43.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-athena/client.rb +64 -45
- data/lib/aws-sdk-athena/types.rb +78 -54
- data/lib/aws-sdk-athena.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7ef158051b50424a9170b396c0bdfd5485c729d5ed4821d181795c534db8cfd3
|
4
|
+
data.tar.gz: b674f760fde2c7559fc759a4e6983bd57f7dfa6971c8b519deaa77be7f538a94
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 58ac85c0383ca10abb1fcf892e75ecba57409c7a412c812fca230f84d923b21790dece12ff14177a0906c42fe9246bf07c29de1a9fd0dae7aee81e15f09ddff4
|
7
|
+
data.tar.gz: 0d97d5bcca7cd532f2ab58b3ba9acc5a84a853b1f5329e33a8556eff769f197164862ac3e78b2f24aa9e228083a129fdc5aa20d6a0ba9f3c8b6dbed1abd67fec
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.43.0 (2021-11-04)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.42.0 (2021-10-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.41.0 (2021-09-01)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.40.0 (2021-08-06)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Documentation updates for Athena.
|
23
|
+
|
4
24
|
1.39.0 (2021-07-30)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.43.0
|
@@ -285,6 +285,15 @@ module Aws::Athena
|
|
285
285
|
# ** Please note ** When response stubbing is enabled, no HTTP
|
286
286
|
# requests are made, and retries are disabled.
|
287
287
|
#
|
288
|
+
# @option options [Boolean] :use_dualstack_endpoint
|
289
|
+
# When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
|
290
|
+
# will be used if available.
|
291
|
+
#
|
292
|
+
# @option options [Boolean] :use_fips_endpoint
|
293
|
+
# When set to `true`, fips compatible endpoints will be used if available.
|
294
|
+
# When a `fips` region is used, the region is normalized and this config
|
295
|
+
# is set to `true`.
|
296
|
+
#
|
288
297
|
# @option options [Boolean] :validate_params (true)
|
289
298
|
# When `true`, request parameters are validated before
|
290
299
|
# sending the request.
|
@@ -447,23 +456,18 @@ module Aws::Athena
|
|
447
456
|
end
|
448
457
|
|
449
458
|
# Creates (registers) a data catalog with the specified name and
|
450
|
-
# properties. Catalogs created are visible to all users of the same
|
451
|
-
# account.
|
459
|
+
# properties. Catalogs created are visible to all users of the same
|
460
|
+
# Amazon Web Services account.
|
452
461
|
#
|
453
462
|
# @option params [required, String] :name
|
454
463
|
# The name of the data catalog to create. The catalog name must be
|
455
|
-
# unique for the
|
456
|
-
# underscore, at sign, or hyphen characters.
|
464
|
+
# unique for the Amazon Web Services account and can use a maximum of
|
465
|
+
# 128 alphanumeric, underscore, at sign, or hyphen characters.
|
457
466
|
#
|
458
467
|
# @option params [required, String] :type
|
459
|
-
# The type of data catalog to create: `LAMBDA` for a federated catalog
|
460
|
-
#
|
461
|
-
#
|
462
|
-
# <note markdown="1"> Do not use the `GLUE` type. This refers to the `AwsDataCatalog` that
|
463
|
-
# already exists in your account, of which you can have only one.
|
464
|
-
# Specifying the `GLUE` type will result in an `INVALID_INPUT` error.
|
465
|
-
#
|
466
|
-
# </note>
|
468
|
+
# The type of data catalog to create: `LAMBDA` for a federated catalog,
|
469
|
+
# `HIVE` for an external hive metastore, or `GLUE` for an Glue Data
|
470
|
+
# Catalog.
|
467
471
|
#
|
468
472
|
# @option params [String] :description
|
469
473
|
# A description of the data catalog to be created.
|
@@ -495,6 +499,23 @@ module Aws::Athena
|
|
495
499
|
#
|
496
500
|
# `function=lambda_arn `
|
497
501
|
#
|
502
|
+
# * The `GLUE` type takes a catalog ID parameter and is required. The `
|
503
|
+
# catalog_id ` is the account ID of the Amazon Web Services account to
|
504
|
+
# which the Glue Data Catalog belongs.
|
505
|
+
#
|
506
|
+
# `catalog-id=catalog_id `
|
507
|
+
#
|
508
|
+
# * The `GLUE` data catalog type also applies to the default
|
509
|
+
# `AwsDataCatalog` that already exists in your account, of which you
|
510
|
+
# can have only one and cannot modify.
|
511
|
+
#
|
512
|
+
# * Queries that specify a Glue Data Catalog other than the default
|
513
|
+
# `AwsDataCatalog` must be run on Athena engine version 2.
|
514
|
+
#
|
515
|
+
# * In Regions where Athena engine version 2 is not available,
|
516
|
+
# creating new Glue data catalogs results in an `INVALID_INPUT`
|
517
|
+
# error.
|
518
|
+
#
|
498
519
|
# @option params [Array<Types::Tag>] :tags
|
499
520
|
# A list of comma separated tags to add to the data catalog that is
|
500
521
|
# created.
|
@@ -530,8 +551,8 @@ module Aws::Athena
|
|
530
551
|
# Creates a named query in the specified workgroup. Requires that you
|
531
552
|
# have access to the workgroup.
|
532
553
|
#
|
533
|
-
# For code samples using the
|
534
|
-
# Samples][1] in the *Amazon Athena User Guide*.
|
554
|
+
# For code samples using the Amazon Web Services SDK for Java, see
|
555
|
+
# [Examples and Code Samples][1] in the *Amazon Athena User Guide*.
|
535
556
|
#
|
536
557
|
#
|
537
558
|
#
|
@@ -556,10 +577,11 @@ module Aws::Athena
|
|
556
577
|
# and another query is not created. If a parameter has changed, for
|
557
578
|
# example, the `QueryString`, an error is returned.
|
558
579
|
#
|
559
|
-
# This token is listed as not required because
|
560
|
-
#
|
561
|
-
#
|
562
|
-
#
|
580
|
+
# This token is listed as not required because Amazon Web Services SDKs
|
581
|
+
# (for example the Amazon Web Services SDK for Java) auto-generate the
|
582
|
+
# token for users. If you are not using the Amazon Web Services SDK or
|
583
|
+
# the Amazon Web Services CLI, you must provide this token or the action
|
584
|
+
# will fail.
|
563
585
|
#
|
564
586
|
# **A suitable default value is auto-generated.** You should normally
|
565
587
|
# not need to pass this option.**
|
@@ -641,8 +663,8 @@ module Aws::Athena
|
|
641
663
|
# Amazon CloudWatch Metrics are enabled for the workgroup, the limit for
|
642
664
|
# the amount of bytes scanned (cutoff) per query, if it is specified,
|
643
665
|
# and whether workgroup's settings (specified with
|
644
|
-
# EnforceWorkGroupConfiguration) in the WorkGroupConfiguration
|
645
|
-
# client-side settings. See
|
666
|
+
# `EnforceWorkGroupConfiguration`) in the `WorkGroupConfiguration`
|
667
|
+
# override client-side settings. See
|
646
668
|
# WorkGroupConfiguration$EnforceWorkGroupConfiguration.
|
647
669
|
#
|
648
670
|
# @option params [String] :description
|
@@ -718,8 +740,8 @@ module Aws::Athena
|
|
718
740
|
# Deletes the named query if you have access to the workgroup in which
|
719
741
|
# the query was saved.
|
720
742
|
#
|
721
|
-
# For code samples using the
|
722
|
-
# Samples][1] in the *Amazon Athena User Guide*.
|
743
|
+
# For code samples using the Amazon Web Services SDK for Java, see
|
744
|
+
# [Examples and Code Samples][1] in the *Amazon Athena User Guide*.
|
723
745
|
#
|
724
746
|
#
|
725
747
|
#
|
@@ -1159,7 +1181,7 @@ module Aws::Athena
|
|
1159
1181
|
req.send_request(options)
|
1160
1182
|
end
|
1161
1183
|
|
1162
|
-
# Lists the data catalogs in the current
|
1184
|
+
# Lists the data catalogs in the current Amazon Web Services account.
|
1163
1185
|
#
|
1164
1186
|
# @option params [String] :next_token
|
1165
1187
|
# A token generated by the Athena service that specifies where to
|
@@ -1292,8 +1314,8 @@ module Aws::Athena
|
|
1292
1314
|
# workgroup. If a workgroup is not specified, lists the saved queries
|
1293
1315
|
# for the primary workgroup.
|
1294
1316
|
#
|
1295
|
-
# For code samples using the
|
1296
|
-
# Samples][1] in the *Amazon Athena User Guide*.
|
1317
|
+
# For code samples using the Amazon Web Services SDK for Java, see
|
1318
|
+
# [Examples and Code Samples][1] in the *Amazon Athena User Guide*.
|
1297
1319
|
#
|
1298
1320
|
#
|
1299
1321
|
#
|
@@ -1393,8 +1415,8 @@ module Aws::Athena
|
|
1393
1415
|
# list of query execution IDs for the primary workgroup. Requires you to
|
1394
1416
|
# have access to the workgroup in which the queries ran.
|
1395
1417
|
#
|
1396
|
-
# For code samples using the
|
1397
|
-
# Samples][1] in the *Amazon Athena User Guide*.
|
1418
|
+
# For code samples using the Amazon Web Services SDK for Java, see
|
1419
|
+
# [Examples and Code Samples][1] in the *Amazon Athena User Guide*.
|
1398
1420
|
#
|
1399
1421
|
#
|
1400
1422
|
#
|
@@ -1606,8 +1628,9 @@ module Aws::Athena
|
|
1606
1628
|
# Runs the SQL query statements contained in the `Query`. Requires you
|
1607
1629
|
# to have access to the workgroup in which the query ran. Running
|
1608
1630
|
# queries against an external catalog requires GetDataCatalog permission
|
1609
|
-
# to the catalog. For code samples using the
|
1610
|
-
# [Examples and Code Samples][1] in the *Amazon Athena User
|
1631
|
+
# to the catalog. For code samples using the Amazon Web Services SDK for
|
1632
|
+
# Java, see [Examples and Code Samples][1] in the *Amazon Athena User
|
1633
|
+
# Guide*.
|
1611
1634
|
#
|
1612
1635
|
#
|
1613
1636
|
#
|
@@ -1623,10 +1646,11 @@ module Aws::Athena
|
|
1623
1646
|
# returned and another query is not created. If a parameter has changed,
|
1624
1647
|
# for example, the `QueryString`, an error is returned.
|
1625
1648
|
#
|
1626
|
-
# This token is listed as not required because
|
1627
|
-
#
|
1628
|
-
#
|
1629
|
-
#
|
1649
|
+
# This token is listed as not required because Amazon Web Services SDKs
|
1650
|
+
# (for example the Amazon Web Services SDK for Java) auto-generate the
|
1651
|
+
# token for users. If you are not using the Amazon Web Services SDK or
|
1652
|
+
# the Amazon Web Services CLI, you must provide this token or the action
|
1653
|
+
# will fail.
|
1630
1654
|
#
|
1631
1655
|
# **A suitable default value is auto-generated.** You should normally
|
1632
1656
|
# not need to pass this option.**
|
@@ -1685,8 +1709,8 @@ module Aws::Athena
|
|
1685
1709
|
# Stops a query execution. Requires you to have access to the workgroup
|
1686
1710
|
# in which the query ran.
|
1687
1711
|
#
|
1688
|
-
# For code samples using the
|
1689
|
-
# Samples][1] in the *Amazon Athena User Guide*.
|
1712
|
+
# For code samples using the Amazon Web Services SDK for Java, see
|
1713
|
+
# [Examples and Code Samples][1] in the *Amazon Athena User Guide*.
|
1690
1714
|
#
|
1691
1715
|
#
|
1692
1716
|
#
|
@@ -1795,18 +1819,13 @@ module Aws::Athena
|
|
1795
1819
|
#
|
1796
1820
|
# @option params [required, String] :name
|
1797
1821
|
# The name of the data catalog to update. The catalog name must be
|
1798
|
-
# unique for the
|
1799
|
-
# underscore, at sign, or hyphen characters.
|
1822
|
+
# unique for the Amazon Web Services account and can use a maximum of
|
1823
|
+
# 128 alphanumeric, underscore, at sign, or hyphen characters.
|
1800
1824
|
#
|
1801
1825
|
# @option params [required, String] :type
|
1802
1826
|
# Specifies the type of data catalog to update. Specify `LAMBDA` for a
|
1803
|
-
# federated catalog
|
1804
|
-
#
|
1805
|
-
# <note markdown="1"> Do not use the `GLUE` type. This refers to the `AwsDataCatalog` that
|
1806
|
-
# already exists in your account, of which you can have only one.
|
1807
|
-
# Specifying the `GLUE` type will result in an `INVALID_INPUT` error.
|
1808
|
-
#
|
1809
|
-
# </note>
|
1827
|
+
# federated catalog, `HIVE` for an external hive metastore, or `GLUE`
|
1828
|
+
# for an Glue Data Catalog.
|
1810
1829
|
#
|
1811
1830
|
# @option params [String] :description
|
1812
1831
|
# New or modified text that describes the data catalog.
|
@@ -1962,7 +1981,7 @@ module Aws::Athena
|
|
1962
1981
|
params: params,
|
1963
1982
|
config: config)
|
1964
1983
|
context[:gem_name] = 'aws-sdk-athena'
|
1965
|
-
context[:gem_version] = '1.
|
1984
|
+
context[:gem_version] = '1.43.0'
|
1966
1985
|
Seahorse::Client::Request.new(handlers, context)
|
1967
1986
|
end
|
1968
1987
|
|
data/lib/aws-sdk-athena/types.rb
CHANGED
@@ -187,19 +187,14 @@ module Aws::Athena
|
|
187
187
|
#
|
188
188
|
# @!attribute [rw] name
|
189
189
|
# The name of the data catalog to create. The catalog name must be
|
190
|
-
# unique for the
|
191
|
-
# alphanumeric, underscore, at sign, or hyphen characters.
|
190
|
+
# unique for the Amazon Web Services account and can use a maximum of
|
191
|
+
# 128 alphanumeric, underscore, at sign, or hyphen characters.
|
192
192
|
# @return [String]
|
193
193
|
#
|
194
194
|
# @!attribute [rw] type
|
195
|
-
# The type of data catalog to create: `LAMBDA` for a federated
|
196
|
-
#
|
197
|
-
#
|
198
|
-
# <note markdown="1"> Do not use the `GLUE` type. This refers to the `AwsDataCatalog` that
|
199
|
-
# already exists in your account, of which you can have only one.
|
200
|
-
# Specifying the `GLUE` type will result in an `INVALID_INPUT` error.
|
201
|
-
#
|
202
|
-
# </note>
|
195
|
+
# The type of data catalog to create: `LAMBDA` for a federated
|
196
|
+
# catalog, `HIVE` for an external hive metastore, or `GLUE` for an
|
197
|
+
# Glue Data Catalog.
|
203
198
|
# @return [String]
|
204
199
|
#
|
205
200
|
# @!attribute [rw] description
|
@@ -232,6 +227,23 @@ module Aws::Athena
|
|
232
227
|
# Lambda function.
|
233
228
|
#
|
234
229
|
# `function=lambda_arn `
|
230
|
+
#
|
231
|
+
# * The `GLUE` type takes a catalog ID parameter and is required. The
|
232
|
+
# ` catalog_id ` is the account ID of the Amazon Web Services
|
233
|
+
# account to which the Glue Data Catalog belongs.
|
234
|
+
#
|
235
|
+
# `catalog-id=catalog_id `
|
236
|
+
#
|
237
|
+
# * The `GLUE` data catalog type also applies to the default
|
238
|
+
# `AwsDataCatalog` that already exists in your account, of which
|
239
|
+
# you can have only one and cannot modify.
|
240
|
+
#
|
241
|
+
# * Queries that specify a Glue Data Catalog other than the default
|
242
|
+
# `AwsDataCatalog` must be run on Athena engine version 2.
|
243
|
+
#
|
244
|
+
# * In Regions where Athena engine version 2 is not available,
|
245
|
+
# creating new Glue data catalogs results in an `INVALID_INPUT`
|
246
|
+
# error.
|
235
247
|
# @return [Hash<String,String>]
|
236
248
|
#
|
237
249
|
# @!attribute [rw] tags
|
@@ -290,10 +302,11 @@ module Aws::Athena
|
|
290
302
|
# returned and another query is not created. If a parameter has
|
291
303
|
# changed, for example, the `QueryString`, an error is returned.
|
292
304
|
#
|
293
|
-
# This token is listed as not required because
|
294
|
-
#
|
295
|
-
#
|
296
|
-
# the
|
305
|
+
# This token is listed as not required because Amazon Web Services
|
306
|
+
# SDKs (for example the Amazon Web Services SDK for Java)
|
307
|
+
# auto-generate the token for users. If you are not using the Amazon
|
308
|
+
# Web Services SDK or the Amazon Web Services CLI, you must provide
|
309
|
+
# this token or the action will fail.
|
297
310
|
#
|
298
311
|
# **A suitable default value is auto-generated.** You should normally
|
299
312
|
# not need to pass this option.
|
@@ -411,7 +424,7 @@ module Aws::Athena
|
|
411
424
|
# the Amazon CloudWatch Metrics are enabled for the workgroup, the
|
412
425
|
# limit for the amount of bytes scanned (cutoff) per query, if it is
|
413
426
|
# specified, and whether workgroup's settings (specified with
|
414
|
-
# EnforceWorkGroupConfiguration) in the WorkGroupConfiguration
|
427
|
+
# `EnforceWorkGroupConfiguration`) in the `WorkGroupConfiguration`
|
415
428
|
# override client-side settings. See
|
416
429
|
# WorkGroupConfiguration$EnforceWorkGroupConfiguration.
|
417
430
|
# @return [Types::WorkGroupConfiguration]
|
@@ -440,12 +453,13 @@ module Aws::Athena
|
|
440
453
|
#
|
441
454
|
class CreateWorkGroupOutput < Aws::EmptyStructure; end
|
442
455
|
|
443
|
-
# Contains information about a data catalog in an
|
456
|
+
# Contains information about a data catalog in an Amazon Web Services
|
457
|
+
# account.
|
444
458
|
#
|
445
459
|
# @!attribute [rw] name
|
446
460
|
# The name of the data catalog. The catalog name must be unique for
|
447
|
-
# the
|
448
|
-
# underscore, at sign, or hyphen characters.
|
461
|
+
# the Amazon Web Services account and can use a maximum of 128
|
462
|
+
# alphanumeric, underscore, at sign, or hyphen characters.
|
449
463
|
# @return [String]
|
450
464
|
#
|
451
465
|
# @!attribute [rw] description
|
@@ -453,10 +467,9 @@ module Aws::Athena
|
|
453
467
|
# @return [String]
|
454
468
|
#
|
455
469
|
# @!attribute [rw] type
|
456
|
-
# The type of data catalog: `LAMBDA` for a federated
|
457
|
-
# for an external hive metastore
|
458
|
-
#
|
459
|
-
# can have only one.
|
470
|
+
# The type of data catalog to create: `LAMBDA` for a federated
|
471
|
+
# catalog, `HIVE` for an external hive metastore, or `GLUE` for an
|
472
|
+
# Glue Data Catalog.
|
460
473
|
# @return [String]
|
461
474
|
#
|
462
475
|
# @!attribute [rw] parameters
|
@@ -484,6 +497,19 @@ module Aws::Athena
|
|
484
497
|
# Lambda function.
|
485
498
|
#
|
486
499
|
# `function=lambda_arn `
|
500
|
+
#
|
501
|
+
# * The `GLUE` type takes a catalog ID parameter and is required. The
|
502
|
+
# ` catalog_id ` is the account ID of the Amazon Web Services
|
503
|
+
# account to which the Glue catalog belongs.
|
504
|
+
#
|
505
|
+
# `catalog-id=catalog_id `
|
506
|
+
#
|
507
|
+
# * The `GLUE` data catalog type also applies to the default
|
508
|
+
# `AwsDataCatalog` that already exists in your account, of which
|
509
|
+
# you can have only one and cannot modify.
|
510
|
+
#
|
511
|
+
# * Queries that specify a Glue Data Catalog other than the default
|
512
|
+
# `AwsDataCatalog` must be run on Athena engine version 2.
|
487
513
|
# @return [Hash<String,String>]
|
488
514
|
#
|
489
515
|
# @see http://docs.aws.amazon.com/goto/WebAPI/athena-2017-05-18/DataCatalog AWS API Documentation
|
@@ -936,7 +962,8 @@ module Aws::Athena
|
|
936
962
|
end
|
937
963
|
|
938
964
|
# @!attribute [rw] update_count
|
939
|
-
# The number of rows inserted with a CREATE TABLE AS SELECT
|
965
|
+
# The number of rows inserted with a `CREATE TABLE AS SELECT`
|
966
|
+
# statement.
|
940
967
|
# @return [Integer]
|
941
968
|
#
|
942
969
|
# @!attribute [rw] result_set
|
@@ -1677,7 +1704,7 @@ module Aws::Athena
|
|
1677
1704
|
# statements. `DML` indicates DML (Data Manipulation Language) query
|
1678
1705
|
# statements, such as `CREATE TABLE AS SELECT`. `UTILITY` indicates
|
1679
1706
|
# query statements other than DDL and DML, such as `SHOW CREATE
|
1680
|
-
# TABLE`, or `DESCRIBE
|
1707
|
+
# TABLE`, or `DESCRIBE TABLE`.
|
1681
1708
|
# @return [String]
|
1682
1709
|
#
|
1683
1710
|
# @!attribute [rw] result_configuration
|
@@ -1740,7 +1767,8 @@ module Aws::Athena
|
|
1740
1767
|
# }
|
1741
1768
|
#
|
1742
1769
|
# @!attribute [rw] database
|
1743
|
-
# The name of the database used in the query execution.
|
1770
|
+
# The name of the database used in the query execution. The database
|
1771
|
+
# must exist in the catalog.
|
1744
1772
|
# @return [String]
|
1745
1773
|
#
|
1746
1774
|
# @!attribute [rw] catalog
|
@@ -1959,8 +1987,8 @@ module Aws::Athena
|
|
1959
1987
|
# then the query uses the location for the query results and the
|
1960
1988
|
# encryption configuration that are specified for the workgroup. The
|
1961
1989
|
# "workgroup settings override" is specified in
|
1962
|
-
# EnforceWorkGroupConfiguration (true/false) in the
|
1963
|
-
# WorkGroupConfiguration
|
1990
|
+
# `EnforceWorkGroupConfiguration` (true/false) in the
|
1991
|
+
# `WorkGroupConfiguration`. See
|
1964
1992
|
# WorkGroupConfiguration$EnforceWorkGroupConfiguration.
|
1965
1993
|
#
|
1966
1994
|
#
|
@@ -1972,9 +2000,9 @@ module Aws::Athena
|
|
1972
2000
|
# If set to "true", indicates that the previously-specified query
|
1973
2001
|
# results location (also known as a client-side setting) for queries
|
1974
2002
|
# in this workgroup should be ignored and set to null. If set to
|
1975
|
-
# "false" or not set, and a value is present in the OutputLocation
|
1976
|
-
# in ResultConfigurationUpdates (the client-side setting), the
|
1977
|
-
# OutputLocation in the workgroup's ResultConfiguration will be
|
2003
|
+
# "false" or not set, and a value is present in the `OutputLocation`
|
2004
|
+
# in `ResultConfigurationUpdates` (the client-side setting), the
|
2005
|
+
# `OutputLocation` in the workgroup's `ResultConfiguration` will be
|
1978
2006
|
# updated with the new value. For more information, see [Workgroup
|
1979
2007
|
# Settings Override Client-Side Settings][1].
|
1980
2008
|
#
|
@@ -1992,11 +2020,11 @@ module Aws::Athena
|
|
1992
2020
|
# encryption configuration (also known as the client-side setting) for
|
1993
2021
|
# queries in this workgroup should be ignored and set to null. If set
|
1994
2022
|
# to "false" or not set, and a value is present in the
|
1995
|
-
# EncryptionConfiguration in ResultConfigurationUpdates (the
|
1996
|
-
# client-side setting), the EncryptionConfiguration in the
|
1997
|
-
# workgroup's ResultConfiguration will be updated with the new
|
1998
|
-
# For more information, see [Workgroup Settings Override
|
1999
|
-
# Settings][1].
|
2023
|
+
# `EncryptionConfiguration` in `ResultConfigurationUpdates` (the
|
2024
|
+
# client-side setting), the `EncryptionConfiguration` in the
|
2025
|
+
# workgroup's `ResultConfiguration` will be updated with the new
|
2026
|
+
# value. For more information, see [Workgroup Settings Override
|
2027
|
+
# Client-Side Settings][1].
|
2000
2028
|
#
|
2001
2029
|
#
|
2002
2030
|
#
|
@@ -2097,10 +2125,11 @@ module Aws::Athena
|
|
2097
2125
|
# returned and another query is not created. If a parameter has
|
2098
2126
|
# changed, for example, the `QueryString`, an error is returned.
|
2099
2127
|
#
|
2100
|
-
# This token is listed as not required because
|
2101
|
-
#
|
2102
|
-
#
|
2103
|
-
# the
|
2128
|
+
# This token is listed as not required because Amazon Web Services
|
2129
|
+
# SDKs (for example the Amazon Web Services SDK for Java)
|
2130
|
+
# auto-generate the token for users. If you are not using the Amazon
|
2131
|
+
# Web Services SDK or the Amazon Web Services CLI, you must provide
|
2132
|
+
# this token or the action will fail.
|
2104
2133
|
#
|
2105
2134
|
# **A suitable default value is auto-generated.** You should normally
|
2106
2135
|
# not need to pass this option.
|
@@ -2417,19 +2446,14 @@ module Aws::Athena
|
|
2417
2446
|
#
|
2418
2447
|
# @!attribute [rw] name
|
2419
2448
|
# The name of the data catalog to update. The catalog name must be
|
2420
|
-
# unique for the
|
2421
|
-
# alphanumeric, underscore, at sign, or hyphen characters.
|
2449
|
+
# unique for the Amazon Web Services account and can use a maximum of
|
2450
|
+
# 128 alphanumeric, underscore, at sign, or hyphen characters.
|
2422
2451
|
# @return [String]
|
2423
2452
|
#
|
2424
2453
|
# @!attribute [rw] type
|
2425
2454
|
# Specifies the type of data catalog to update. Specify `LAMBDA` for a
|
2426
|
-
# federated catalog
|
2427
|
-
#
|
2428
|
-
# <note markdown="1"> Do not use the `GLUE` type. This refers to the `AwsDataCatalog` that
|
2429
|
-
# already exists in your account, of which you can have only one.
|
2430
|
-
# Specifying the `GLUE` type will result in an `INVALID_INPUT` error.
|
2431
|
-
#
|
2432
|
-
# </note>
|
2455
|
+
# federated catalog, `HIVE` for an external hive metastore, or `GLUE`
|
2456
|
+
# for an Glue Data Catalog.
|
2433
2457
|
# @return [String]
|
2434
2458
|
#
|
2435
2459
|
# @!attribute [rw] description
|
@@ -2589,8 +2613,8 @@ module Aws::Athena
|
|
2589
2613
|
# settings), to enable sending query metrics to Amazon CloudWatch, and
|
2590
2614
|
# to establish per-query data usage control limits for all queries in a
|
2591
2615
|
# workgroup. The workgroup settings override is specified in
|
2592
|
-
# EnforceWorkGroupConfiguration (true/false) in the
|
2593
|
-
# WorkGroupConfiguration
|
2616
|
+
# `EnforceWorkGroupConfiguration` (true/false) in the
|
2617
|
+
# `WorkGroupConfiguration`. See
|
2594
2618
|
# WorkGroupConfiguration$EnforceWorkGroupConfiguration.
|
2595
2619
|
#
|
2596
2620
|
# @!attribute [rw] name
|
@@ -2609,8 +2633,8 @@ module Aws::Athena
|
|
2609
2633
|
# settings override client-side settings; and the data usage limits
|
2610
2634
|
# for the amount of data scanned per query or per workgroup. The
|
2611
2635
|
# workgroup settings override is specified in
|
2612
|
-
# EnforceWorkGroupConfiguration (true/false) in the
|
2613
|
-
# WorkGroupConfiguration
|
2636
|
+
# `EnforceWorkGroupConfiguration` (true/false) in the
|
2637
|
+
# `WorkGroupConfiguration`. See
|
2614
2638
|
# WorkGroupConfiguration$EnforceWorkGroupConfiguration.
|
2615
2639
|
# @return [Types::WorkGroupConfiguration]
|
2616
2640
|
#
|
@@ -2640,8 +2664,8 @@ module Aws::Athena
|
|
2640
2664
|
# enabled for the workgroup and whether workgroup settings override
|
2641
2665
|
# query settings, and the data usage limits for the amount of data
|
2642
2666
|
# scanned per query or per workgroup. The workgroup settings override is
|
2643
|
-
# specified in EnforceWorkGroupConfiguration (true/false) in the
|
2644
|
-
# WorkGroupConfiguration
|
2667
|
+
# specified in `EnforceWorkGroupConfiguration` (true/false) in the
|
2668
|
+
# `WorkGroupConfiguration`. See
|
2645
2669
|
# WorkGroupConfiguration$EnforceWorkGroupConfiguration.
|
2646
2670
|
#
|
2647
2671
|
# @note When making an API call, you may pass WorkGroupConfiguration
|
data/lib/aws-sdk-athena.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-athena
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.43.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-11-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.122.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.122.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -76,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
76
76
|
requirements:
|
77
77
|
- - ">="
|
78
78
|
- !ruby/object:Gem::Version
|
79
|
-
version: '
|
79
|
+
version: '2.3'
|
80
80
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
81
81
|
requirements:
|
82
82
|
- - ">="
|