aws-sdk-athena 1.119.0 → 1.121.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-athena/client.rb +6 -8
- data/lib/aws-sdk-athena.rb +1 -1
- data/sig/client.rbs +15 -131
- data/sig/params.rbs +57 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0ea725c489172a56b0c848ed07019ee776179d8d98c324fa42c9df08dfc90b38
|
|
4
|
+
data.tar.gz: 793e4d59f6885e90ea7ceeab815c4a2cb24b3c247c7e7d5e75711396c29adf8f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e70f3fe3c4385ebe30ea8cadfdaecd6cc7e65f2cdd526d8a1e48b40e387f88ed6d79a68fdde79a61721bf9ff3f6a521041b762a91b039231edfb5434919feabd
|
|
7
|
+
data.tar.gz: fe895e802549f6708e679da8624dbe7b9f18f31cebf69a519d62e85ea375b5dfecd122d14f817dfc634c327c86b70b6be4a103334966e3622c7d90ec3df197f5
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.121.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.120.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.119.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.121.0
|
|
@@ -199,7 +199,7 @@ module Aws::Athena
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::Athena
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -4131,7 +4129,7 @@ module Aws::Athena
|
|
|
4131
4129
|
tracer: tracer
|
|
4132
4130
|
)
|
|
4133
4131
|
context[:gem_name] = 'aws-sdk-athena'
|
|
4134
|
-
context[:gem_version] = '1.
|
|
4132
|
+
context[:gem_version] = '1.121.0'
|
|
4135
4133
|
Seahorse::Client::Request.new(handlers, context)
|
|
4136
4134
|
end
|
|
4137
4135
|
|
data/lib/aws-sdk-athena.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -133,7 +133,7 @@ module Aws
|
|
|
133
133
|
{
|
|
134
134
|
key: ::String?,
|
|
135
135
|
value: ::String?
|
|
136
|
-
}
|
|
136
|
+
}
|
|
137
137
|
]
|
|
138
138
|
) -> _CreateCapacityReservationResponseSuccess
|
|
139
139
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCapacityReservationResponseSuccess
|
|
@@ -152,7 +152,7 @@ module Aws
|
|
|
152
152
|
{
|
|
153
153
|
key: ::String?,
|
|
154
154
|
value: ::String?
|
|
155
|
-
}
|
|
155
|
+
}
|
|
156
156
|
]
|
|
157
157
|
) -> _CreateDataCatalogResponseSuccess
|
|
158
158
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDataCatalogResponseSuccess
|
|
@@ -215,17 +215,7 @@ module Aws
|
|
|
215
215
|
def create_work_group: (
|
|
216
216
|
name: ::String,
|
|
217
217
|
?configuration: {
|
|
218
|
-
result_configuration:
|
|
219
|
-
output_location: ::String?,
|
|
220
|
-
encryption_configuration: {
|
|
221
|
-
encryption_option: ("SSE_S3" | "SSE_KMS" | "CSE_KMS"),
|
|
222
|
-
kms_key: ::String?
|
|
223
|
-
}?,
|
|
224
|
-
expected_bucket_owner: ::String?,
|
|
225
|
-
acl_configuration: {
|
|
226
|
-
s3_acl_option: ("BUCKET_OWNER_FULL_CONTROL")
|
|
227
|
-
}?
|
|
228
|
-
}?,
|
|
218
|
+
result_configuration: Params::result_configuration?,
|
|
229
219
|
managed_query_results_configuration: {
|
|
230
220
|
enabled: bool,
|
|
231
221
|
encryption_configuration: {
|
|
@@ -242,36 +232,8 @@ module Aws
|
|
|
242
232
|
}?,
|
|
243
233
|
additional_configuration: ::String?,
|
|
244
234
|
execution_role: ::String?,
|
|
245
|
-
monitoring_configuration:
|
|
246
|
-
|
|
247
|
-
enabled: bool,
|
|
248
|
-
log_group: ::String?,
|
|
249
|
-
log_stream_name_prefix: ::String?,
|
|
250
|
-
log_types: Hash[::String, Array[::String]]?
|
|
251
|
-
}?,
|
|
252
|
-
managed_logging_configuration: {
|
|
253
|
-
enabled: bool,
|
|
254
|
-
kms_key: ::String?
|
|
255
|
-
}?,
|
|
256
|
-
s3_logging_configuration: {
|
|
257
|
-
enabled: bool,
|
|
258
|
-
kms_key: ::String?,
|
|
259
|
-
log_location: ::String?
|
|
260
|
-
}?
|
|
261
|
-
}?,
|
|
262
|
-
engine_configuration: {
|
|
263
|
-
coordinator_dpu_size: ::Integer?,
|
|
264
|
-
max_concurrent_dpus: ::Integer?,
|
|
265
|
-
default_executor_dpu_size: ::Integer?,
|
|
266
|
-
additional_configs: Hash[::String, ::String]?,
|
|
267
|
-
spark_properties: Hash[::String, ::String]?,
|
|
268
|
-
classifications: Array[
|
|
269
|
-
{
|
|
270
|
-
name: ::String?,
|
|
271
|
-
properties: Hash[::String, ::String]?
|
|
272
|
-
},
|
|
273
|
-
]?
|
|
274
|
-
}?,
|
|
235
|
+
monitoring_configuration: Params::monitoring_configuration?,
|
|
236
|
+
engine_configuration: Params::engine_configuration?,
|
|
275
237
|
customer_content_encryption_configuration: {
|
|
276
238
|
kms_key: ::String
|
|
277
239
|
}?,
|
|
@@ -291,7 +253,7 @@ module Aws
|
|
|
291
253
|
{
|
|
292
254
|
key: ::String?,
|
|
293
255
|
value: ::String?
|
|
294
|
-
}
|
|
256
|
+
}
|
|
295
257
|
]
|
|
296
258
|
) -> _CreateWorkGroupResponseSuccess
|
|
297
259
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateWorkGroupResponseSuccess
|
|
@@ -825,7 +787,7 @@ module Aws
|
|
|
825
787
|
capacity_assignments: Array[
|
|
826
788
|
{
|
|
827
789
|
work_group_names: Array[::String]?
|
|
828
|
-
}
|
|
790
|
+
}
|
|
829
791
|
]
|
|
830
792
|
) -> _PutCapacityAssignmentConfigurationResponseSuccess
|
|
831
793
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutCapacityAssignmentConfigurationResponseSuccess
|
|
@@ -859,17 +821,7 @@ module Aws
|
|
|
859
821
|
database: ::String?,
|
|
860
822
|
catalog: ::String?
|
|
861
823
|
},
|
|
862
|
-
?result_configuration:
|
|
863
|
-
output_location: ::String?,
|
|
864
|
-
encryption_configuration: {
|
|
865
|
-
encryption_option: ("SSE_S3" | "SSE_KMS" | "CSE_KMS"),
|
|
866
|
-
kms_key: ::String?
|
|
867
|
-
}?,
|
|
868
|
-
expected_bucket_owner: ::String?,
|
|
869
|
-
acl_configuration: {
|
|
870
|
-
s3_acl_option: ("BUCKET_OWNER_FULL_CONTROL")
|
|
871
|
-
}?
|
|
872
|
-
},
|
|
824
|
+
?result_configuration: Params::result_configuration,
|
|
873
825
|
?work_group: ::String,
|
|
874
826
|
?execution_parameters: Array[::String],
|
|
875
827
|
?result_reuse_configuration: {
|
|
@@ -878,19 +830,7 @@ module Aws
|
|
|
878
830
|
max_age_in_minutes: ::Integer?
|
|
879
831
|
}?
|
|
880
832
|
},
|
|
881
|
-
?engine_configuration:
|
|
882
|
-
coordinator_dpu_size: ::Integer?,
|
|
883
|
-
max_concurrent_dpus: ::Integer?,
|
|
884
|
-
default_executor_dpu_size: ::Integer?,
|
|
885
|
-
additional_configs: Hash[::String, ::String]?,
|
|
886
|
-
spark_properties: Hash[::String, ::String]?,
|
|
887
|
-
classifications: Array[
|
|
888
|
-
{
|
|
889
|
-
name: ::String?,
|
|
890
|
-
properties: Hash[::String, ::String]?
|
|
891
|
-
},
|
|
892
|
-
]?
|
|
893
|
-
}
|
|
833
|
+
?engine_configuration: Params::engine_configuration
|
|
894
834
|
) -> _StartQueryExecutionResponseSuccess
|
|
895
835
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartQueryExecutionResponseSuccess
|
|
896
836
|
|
|
@@ -903,37 +843,9 @@ module Aws
|
|
|
903
843
|
def start_session: (
|
|
904
844
|
?description: ::String,
|
|
905
845
|
work_group: ::String,
|
|
906
|
-
engine_configuration:
|
|
907
|
-
coordinator_dpu_size: ::Integer?,
|
|
908
|
-
max_concurrent_dpus: ::Integer?,
|
|
909
|
-
default_executor_dpu_size: ::Integer?,
|
|
910
|
-
additional_configs: Hash[::String, ::String]?,
|
|
911
|
-
spark_properties: Hash[::String, ::String]?,
|
|
912
|
-
classifications: Array[
|
|
913
|
-
{
|
|
914
|
-
name: ::String?,
|
|
915
|
-
properties: Hash[::String, ::String]?
|
|
916
|
-
},
|
|
917
|
-
]?
|
|
918
|
-
},
|
|
846
|
+
engine_configuration: Params::engine_configuration,
|
|
919
847
|
?execution_role: ::String,
|
|
920
|
-
?monitoring_configuration:
|
|
921
|
-
cloud_watch_logging_configuration: {
|
|
922
|
-
enabled: bool,
|
|
923
|
-
log_group: ::String?,
|
|
924
|
-
log_stream_name_prefix: ::String?,
|
|
925
|
-
log_types: Hash[::String, Array[::String]]?
|
|
926
|
-
}?,
|
|
927
|
-
managed_logging_configuration: {
|
|
928
|
-
enabled: bool,
|
|
929
|
-
kms_key: ::String?
|
|
930
|
-
}?,
|
|
931
|
-
s3_logging_configuration: {
|
|
932
|
-
enabled: bool,
|
|
933
|
-
kms_key: ::String?,
|
|
934
|
-
log_location: ::String?
|
|
935
|
-
}?
|
|
936
|
-
},
|
|
848
|
+
?monitoring_configuration: Params::monitoring_configuration,
|
|
937
849
|
?notebook_version: ::String,
|
|
938
850
|
?session_idle_timeout_in_minutes: ::Integer,
|
|
939
851
|
?client_request_token: ::String,
|
|
@@ -941,7 +853,7 @@ module Aws
|
|
|
941
853
|
{
|
|
942
854
|
key: ::String?,
|
|
943
855
|
value: ::String?
|
|
944
|
-
}
|
|
856
|
+
}
|
|
945
857
|
],
|
|
946
858
|
?copy_work_group_tags: bool
|
|
947
859
|
) -> _StartSessionResponseSuccess
|
|
@@ -976,7 +888,7 @@ module Aws
|
|
|
976
888
|
{
|
|
977
889
|
key: ::String?,
|
|
978
890
|
value: ::String?
|
|
979
|
-
}
|
|
891
|
+
}
|
|
980
892
|
]
|
|
981
893
|
) -> _TagResourceResponseSuccess
|
|
982
894
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
|
@@ -1122,36 +1034,8 @@ module Aws
|
|
|
1122
1034
|
create_user_level_prefix: bool?,
|
|
1123
1035
|
authentication_type: ("DIRECTORY_IDENTITY")
|
|
1124
1036
|
}?,
|
|
1125
|
-
monitoring_configuration:
|
|
1126
|
-
|
|
1127
|
-
enabled: bool,
|
|
1128
|
-
log_group: ::String?,
|
|
1129
|
-
log_stream_name_prefix: ::String?,
|
|
1130
|
-
log_types: Hash[::String, Array[::String]]?
|
|
1131
|
-
}?,
|
|
1132
|
-
managed_logging_configuration: {
|
|
1133
|
-
enabled: bool,
|
|
1134
|
-
kms_key: ::String?
|
|
1135
|
-
}?,
|
|
1136
|
-
s3_logging_configuration: {
|
|
1137
|
-
enabled: bool,
|
|
1138
|
-
kms_key: ::String?,
|
|
1139
|
-
log_location: ::String?
|
|
1140
|
-
}?
|
|
1141
|
-
}?,
|
|
1142
|
-
engine_configuration: {
|
|
1143
|
-
coordinator_dpu_size: ::Integer?,
|
|
1144
|
-
max_concurrent_dpus: ::Integer?,
|
|
1145
|
-
default_executor_dpu_size: ::Integer?,
|
|
1146
|
-
additional_configs: Hash[::String, ::String]?,
|
|
1147
|
-
spark_properties: Hash[::String, ::String]?,
|
|
1148
|
-
classifications: Array[
|
|
1149
|
-
{
|
|
1150
|
-
name: ::String?,
|
|
1151
|
-
properties: Hash[::String, ::String]?
|
|
1152
|
-
},
|
|
1153
|
-
]?
|
|
1154
|
-
}?
|
|
1037
|
+
monitoring_configuration: Params::monitoring_configuration?,
|
|
1038
|
+
engine_configuration: Params::engine_configuration?
|
|
1155
1039
|
},
|
|
1156
1040
|
?state: ("ENABLED" | "DISABLED")
|
|
1157
1041
|
) -> _UpdateWorkGroupResponseSuccess
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module Athena
|
|
10
|
+
module Params
|
|
11
|
+
type result_configuration = {
|
|
12
|
+
output_location: ::String?,
|
|
13
|
+
encryption_configuration: {
|
|
14
|
+
encryption_option: ("SSE_S3" | "SSE_KMS" | "CSE_KMS"),
|
|
15
|
+
kms_key: ::String?
|
|
16
|
+
}?,
|
|
17
|
+
expected_bucket_owner: ::String?,
|
|
18
|
+
acl_configuration: {
|
|
19
|
+
s3_acl_option: ("BUCKET_OWNER_FULL_CONTROL")
|
|
20
|
+
}?
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
type monitoring_configuration = {
|
|
24
|
+
cloud_watch_logging_configuration: {
|
|
25
|
+
enabled: bool,
|
|
26
|
+
log_group: ::String?,
|
|
27
|
+
log_stream_name_prefix: ::String?,
|
|
28
|
+
log_types: Hash[::String, Array[::String]]?
|
|
29
|
+
}?,
|
|
30
|
+
managed_logging_configuration: {
|
|
31
|
+
enabled: bool,
|
|
32
|
+
kms_key: ::String?
|
|
33
|
+
}?,
|
|
34
|
+
s3_logging_configuration: {
|
|
35
|
+
enabled: bool,
|
|
36
|
+
kms_key: ::String?,
|
|
37
|
+
log_location: ::String?
|
|
38
|
+
}?
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
type engine_configuration = {
|
|
42
|
+
coordinator_dpu_size: ::Integer?,
|
|
43
|
+
max_concurrent_dpus: ::Integer?,
|
|
44
|
+
default_executor_dpu_size: ::Integer?,
|
|
45
|
+
additional_configs: Hash[::String, ::String]?,
|
|
46
|
+
spark_properties: Hash[::String, ::String]?,
|
|
47
|
+
classifications: Array[
|
|
48
|
+
{
|
|
49
|
+
name: ::String?,
|
|
50
|
+
properties: Hash[::String, ::String]?
|
|
51
|
+
}
|
|
52
|
+
]?
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
end
|
|
56
|
+
end
|
|
57
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.121.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- lib/aws-sdk-athena/types.rb
|
|
68
68
|
- sig/client.rbs
|
|
69
69
|
- sig/errors.rbs
|
|
70
|
+
- sig/params.rbs
|
|
70
71
|
- sig/resource.rbs
|
|
71
72
|
- sig/types.rbs
|
|
72
73
|
- sig/waiters.rbs
|