aws-sdk-athena 1.46.0 → 1.80.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8e4adc124ea67b6ebb0ed0fd885a083ef1f8f4fcadd40375a5fbb6363dc76974
4
- data.tar.gz: bd8ae71072285c2de1a139cbd9197cc786ff442f2dbe146ac73a664dbd38cd42
3
+ metadata.gz: 1f5d691cbe84be625ed0fdd128696b2fab544e785933545755e0a3b578e0a1d7
4
+ data.tar.gz: 514d2d90b3708547c8f4c2125804c0f648178f66d0702c162a7e6cadd6f69dcc
5
5
  SHA512:
6
- metadata.gz: 19d1695339895486b1b4448d1b52986c64dfbbc2a7e88f0189896987894ebc52873ac572bf16c64bbcdbd04dc491cb3d16a9d2553f72c96ccd67bdfe890f910b
7
- data.tar.gz: cab239aad3e817d60d4f6f51527e0cb5c05c46ef62297a494824c229dd9864c9d584f5cfa0bac0f0812dd7890c2aaad9779545fbaa198d67a6250bb282749c26
6
+ metadata.gz: 7719d9c6c7db4573513002ec14ccfa00fe4b864035f2746e0447e2bdebb9e4ad85008c8b47896eb58f9ee3d8793960968eb27f7c4db7ab3cad1c73d841fe1518
7
+ data.tar.gz: 62dc62497d64469a2dd043351c7b8612985366139444c4f45e77cf680171651217e859d9e7628028e2b061d2f7814d690f5a48fe0c64a36950cc4b2a30870130
data/CHANGELOG.md CHANGED
@@ -1,6 +1,178 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.80.0 (2024-01-19)
5
+ ------------------
6
+
7
+ * Feature - Introducing new NotebookS3LocationUri parameter to Athena ImportNotebook API. Payload is no longer required and either Payload or NotebookS3LocationUri needs to be provided (not both) for a successful ImportNotebook API call. If both are provided, an InvalidRequestException will be thrown.
8
+
9
+ 1.79.0 (2023-12-05)
10
+ ------------------
11
+
12
+ * Feature - Adding IdentityCenter enabled request for interactive query
13
+
14
+ 1.78.0 (2023-11-28)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.77.0 (2023-11-22)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
24
+ 1.76.0 (2023-11-17)
25
+ ------------------
26
+
27
+ * Feature - Adding SerivicePreProcessing time metric
28
+
29
+ 1.75.0 (2023-09-27)
30
+ ------------------
31
+
32
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
33
+
34
+ 1.74.0 (2023-07-11)
35
+ ------------------
36
+
37
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
38
+
39
+ 1.73.0 (2023-07-06)
40
+ ------------------
41
+
42
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
43
+
44
+ 1.72.0 (2023-06-28)
45
+ ------------------
46
+
47
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
48
+
49
+ 1.71.0 (2023-06-15)
50
+ ------------------
51
+
52
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
53
+
54
+ 1.70.0 (2023-06-08)
55
+ ------------------
56
+
57
+ * Feature - You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning.
58
+
59
+ 1.69.0 (2023-06-02)
60
+ ------------------
61
+
62
+ * Feature - This release introduces the DeleteCapacityReservation API and the ability to manage capacity reservations using CloudFormation
63
+
64
+ 1.68.0 (2023-05-31)
65
+ ------------------
66
+
67
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
68
+
69
+ 1.67.0 (2023-05-18)
70
+ ------------------
71
+
72
+ * Feature - Removing SparkProperties from EngineConfiguration object for StartSession API call
73
+
74
+ 1.66.0 (2023-05-15)
75
+ ------------------
76
+
77
+ * Feature - You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning.
78
+
79
+ 1.65.0 (2023-04-28)
80
+ ------------------
81
+
82
+ * Feature - You can now use capacity reservations on Amazon Athena to run SQL queries on fully-managed compute capacity.
83
+
84
+ 1.64.0 (2023-03-30)
85
+ ------------------
86
+
87
+ * Feature - Make DefaultExecutorDpuSize and CoordinatorDpuSize fields optional in StartSession
88
+
89
+ 1.63.0 (2023-03-27)
90
+ ------------------
91
+
92
+ * Feature - Enforces a minimal level of encryption for the workgroup for query and calculation results that are written to Amazon S3. When enabled, workgroup users can set encryption only to the minimum level set by the administrator or higher when they submit queries.
93
+
94
+ 1.62.0 (2023-03-08)
95
+ ------------------
96
+
97
+ * Feature - A new field SubstatementType is added to GetQueryExecution API, so customers have an error free way to detect the query type and interpret the result.
98
+
99
+ 1.61.0 (2023-01-18)
100
+ ------------------
101
+
102
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
103
+
104
+ * Issue - Replace runtime endpoint resolution approach with generated ruby code.
105
+
106
+ 1.60.0 (2022-12-19)
107
+ ------------------
108
+
109
+ * Feature - Add missed InvalidRequestException in GetCalculationExecutionCode,StopCalculationExecution APIs. Correct required parameters (Payload and Type) in UpdateNotebook API. Change Notebook size from 15 Mb to 10 Mb.
110
+
111
+ 1.59.0 (2022-11-30)
112
+ ------------------
113
+
114
+ * Feature - This release includes support for using Apache Spark in Amazon Athena.
115
+
116
+ 1.58.0 (2022-11-07)
117
+ ------------------
118
+
119
+ * Feature - Adds support for using Query Result Reuse
120
+
121
+ 1.57.0 (2022-10-25)
122
+ ------------------
123
+
124
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
125
+
126
+ 1.56.0 (2022-07-21)
127
+ ------------------
128
+
129
+ * Feature - This feature allows customers to retrieve runtime statistics for completed queries
130
+
131
+ 1.55.0 (2022-07-14)
132
+ ------------------
133
+
134
+ * Feature - This release updates data types that contain either QueryExecutionId, NamedQueryId or ExpectedBucketOwner. Ids must be between 1 and 128 characters and contain only non-whitespace characters. ExpectedBucketOwner must be 12-digit string.
135
+
136
+ 1.54.0 (2022-06-30)
137
+ ------------------
138
+
139
+ * Feature - This feature introduces the API support for Athena's parameterized query and BatchGetPreparedStatement API.
140
+
141
+ 1.53.0 (2022-04-15)
142
+ ------------------
143
+
144
+ * Feature - This release adds subfields, ErrorMessage, Retryable, to the AthenaError response object in the GetQueryExecution API when a query fails.
145
+
146
+ 1.52.0 (2022-03-02)
147
+ ------------------
148
+
149
+ * Feature - This release adds support for S3 Object Ownership by allowing the S3 bucket owner full control canned ACL to be set when Athena writes query results to S3 buckets.
150
+
151
+ 1.51.0 (2022-02-28)
152
+ ------------------
153
+
154
+ * Feature - This release adds support for updating an existing named query.
155
+
156
+ 1.50.0 (2022-02-24)
157
+ ------------------
158
+
159
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
160
+
161
+ 1.49.0 (2022-02-14)
162
+ ------------------
163
+
164
+ * Feature - This release adds a subfield, ErrorType, to the AthenaError response object in the GetQueryExecution API when a query fails.
165
+
166
+ 1.48.0 (2022-02-04)
167
+ ------------------
168
+
169
+ * Feature - You can now optionally specify the account ID that you expect to be the owner of your query results output location bucket in Athena. If the account ID of the query results bucket owner does not match the specified account ID, attempts to output to the bucket will fail with an S3 permissions error.
170
+
171
+ 1.47.0 (2022-02-03)
172
+ ------------------
173
+
174
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
175
+
4
176
  1.46.0 (2022-01-28)
5
177
  ------------------
6
178
 
@@ -278,4 +450,4 @@ Unreleased Changes
278
450
  1.0.0.rc1 (2017-05-23)
279
451
  ------------------
280
452
 
281
- * Feature - Initial release of `aws-sdk-athena`.
453
+ * Feature - Initial release of `aws-sdk-athena`.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.46.0
1
+ 1.80.0