aws-sdk-athena 1.119.0 → 1.120.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 75391e2b00e3707128ad56578ceba4b4b4ef7909046870d9e0b104055880e315
4
- data.tar.gz: 522048dee9bf5096e14b43645d6c13caff97eb71adc83edcbf0eed46662c3233
3
+ metadata.gz: e6b2f7af0e998072494000a2cc9d24a846839ce0461873501683c8b8967eefc2
4
+ data.tar.gz: 56f17b17c04e18a2b4fdc2f9d27963950a89024bc373db3914e652a87d5e9fc8
5
5
  SHA512:
6
- metadata.gz: 7c9eb268fdee21e361b87f6a0420c38e9d25ea3c414e5edc88f6749dfe48c9fadefb4085c8c25c6e9c2f4017475012bee288b562f63e93315dab75ec7df65cbe
7
- data.tar.gz: 17d975793287d4e195f23897acfe640ef928c0e87695ae2840336107d98db0f44e2a3436ce2e8e78a8c26e2271a7d7ba461f6423ff36a2b6932e243663d47ec4
6
+ metadata.gz: 0e91b55b2db7c9aaa22564c032b8f34b059824edbff96872a799e1876f3a2081f73914f415cbae11f43536c170f30f8c1e14a90fe201688957f4e0bcc56b5e00
7
+ data.tar.gz: 0454ff983d0d6d919bc56d93e5caef58da2caba5216a33452cea6497339241c2af623218b920c2f980d36ebd1e236dd0edd4849b326e1e3fb435c621a29a4fea
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.120.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.119.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.119.0
1
+ 1.120.0
@@ -4131,7 +4131,7 @@ module Aws::Athena
4131
4131
  tracer: tracer
4132
4132
  )
4133
4133
  context[:gem_name] = 'aws-sdk-athena'
4134
- context[:gem_version] = '1.119.0'
4134
+ context[:gem_version] = '1.120.0'
4135
4135
  Seahorse::Client::Request.new(handlers, context)
4136
4136
  end
4137
4137
 
@@ -54,7 +54,7 @@ module Aws::Athena
54
54
  autoload :EndpointProvider, 'aws-sdk-athena/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-athena/endpoints'
56
56
 
57
- GEM_VERSION = '1.119.0'
57
+ GEM_VERSION = '1.120.0'
58
58
 
59
59
  end
60
60
 
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
- cloud_watch_logging_configuration: {
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
- cloud_watch_logging_configuration: {
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.119.0
4
+ version: 1.120.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -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