aws-sdk-glue 1.82.0 → 1.87.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: f59cacdbabcb16853d4b8df4af91baacc81b291717759f280308b24ab7e6702c
4
- data.tar.gz: 7ac67a4a1a6968a08a273136e8be65b79a224eecdba86d281094d1da7d699e8f
3
+ metadata.gz: 6e7e888d509ad51082a8f5cbf548a21945e5b35bac231e0555d00dfcc48ab06d
4
+ data.tar.gz: ee994cdaa1a237a7dcd7ee7e5dd34a397446732c4d2e31750978b6e78c2fc316
5
5
  SHA512:
6
- metadata.gz: a299f4cf5265e9ab3e4fce8eb3feb48790fe8b79e601933323360be6fb16b55c06fb205151b310e9f13b874e95fd304fe9ab24a1161786c80d735a88fe9c6917
7
- data.tar.gz: 7c4b18be099fe91710d306616d2d7c5c3a660bc7036b851ef3f71ec018c1ec7e20f48e13e4eeedb37e9d7caedffe3fa178a43d6c42c549deeb089867047d8f4f
6
+ metadata.gz: e44e1b8afd118a68bdf391d5a96599f1477d1483488c67264b31e253bc975b9b8138b011fcd3ed2074bcba2d88961308bf790e837f42c1fbc7fa0997b436ed36
7
+ data.tar.gz: 6fcf1d17928c8d63b804cdf14184d518e923763ca7c8a5c8bfc798da74fcfe19b2c79a146f7a727d84529db984696a6fc3306eee7442b045a5a22cfe70c0a2ec
data/CHANGELOG.md ADDED
@@ -0,0 +1,459 @@
1
+ Unreleased Changes
2
+ ------------------
3
+
4
+ 1.87.0 (2021-04-26)
5
+ ------------------
6
+
7
+ * Feature - Adding Kafka Client Auth Related Parameters
8
+
9
+ 1.86.0 (2021-03-29)
10
+ ------------------
11
+
12
+ * Feature - Allow Dots in Registry and Schema Names for CreateRegistry, CreateSchema; Fixed issue when duplicate keys are present and not returned as part of QuerySchemaVersionMetadata.
13
+
14
+ 1.85.0 (2021-03-10)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.84.0 (2021-02-23)
20
+ ------------------
21
+
22
+ * Feature - Updating the page size for Glue catalog getter APIs.
23
+
24
+ 1.83.0 (2021-02-02)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
29
+ 1.82.0 (2020-12-22)
30
+ ------------------
31
+
32
+ * Feature - AWS Glue Find Matches machine learning transforms now support column importance scores.
33
+
34
+ 1.81.0 (2020-12-21)
35
+ ------------------
36
+
37
+ * Feature - Add 4 connection properties: SECRET_ID, CONNECTOR_URL, CONNECTOR_TYPE, CONNECTOR_CLASS_NAME. Add two connection types: MARKETPLACE, CUSTOM
38
+
39
+ 1.80.0 (2020-11-23)
40
+ ------------------
41
+
42
+ * Feature - Feature1 - Glue crawler adds data lineage configuration option. Feature2 - AWS Glue Data Catalog adds APIs for PartitionIndex creation and deletion as part of Enhancement Partition Management feature.
43
+
44
+ 1.79.0 (2020-11-19)
45
+ ------------------
46
+
47
+ * Feature - Adding support for Glue Schema Registry. The AWS Glue Schema Registry is a new feature that allows you to centrally discover, control, and evolve data stream schemas.
48
+
49
+ 1.78.0 (2020-10-27)
50
+ ------------------
51
+
52
+ * Feature - AWS Glue machine learning transforms now support encryption-at-rest for labels and trained models.
53
+
54
+ 1.77.0 (2020-10-21)
55
+ ------------------
56
+
57
+ * Feature - AWS Glue crawlers now support incremental crawls for the Amazon Simple Storage Service (Amazon S3) data source.
58
+
59
+ 1.76.0 (2020-10-21)
60
+ ------------------
61
+
62
+ * Feature - AWS Glue crawlers now support incremental crawls for the Amazon Simple Storage Service (Amazon S3) data source.
63
+
64
+ 1.75.0 (2020-10-15)
65
+ ------------------
66
+
67
+ * Feature - API Documentation updates for Glue Get-Plan API
68
+
69
+ 1.74.0 (2020-10-05)
70
+ ------------------
71
+
72
+ * Feature - AWS Glue crawlers now support Amazon DocumentDB (with MongoDB compatibility) and MongoDB collections. You can choose to crawl the entire data set or only a small sample to reduce crawl time.
73
+
74
+ 1.73.0 (2020-10-01)
75
+ ------------------
76
+
77
+ * Feature - Adding additional optional map parameter to get-plan api
78
+
79
+ 1.72.0 (2020-09-30)
80
+ ------------------
81
+
82
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
83
+
84
+ 1.71.0 (2020-09-21)
85
+ ------------------
86
+
87
+ * Feature - Adding support to update multiple partitions of a table in a single request
88
+
89
+ 1.70.0 (2020-09-15)
90
+ ------------------
91
+
92
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
93
+
94
+ 1.69.0 (2020-09-09)
95
+ ------------------
96
+
97
+ * Feature - Adding support for partitionIndexes to improve GetPartitions performance.
98
+
99
+ 1.68.0 (2020-08-25)
100
+ ------------------
101
+
102
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
103
+
104
+ 1.67.0 (2020-08-10)
105
+ ------------------
106
+
107
+ * Feature - Starting today, you can further control orchestration of your ETL workloads in AWS Glue by specifying the maximum number of concurrent runs for a Glue workflow.
108
+
109
+ 1.66.0 (2020-08-07)
110
+ ------------------
111
+
112
+ * Feature - AWS Glue now adds support for Network connection type enabling you to access resources inside your VPC using Glue crawlers and Glue ETL jobs.
113
+
114
+ 1.65.0 (2020-07-27)
115
+ ------------------
116
+
117
+ * Feature - Add ability to manually resume workflows in AWS Glue providing customers further control over the orchestration of ETL workloads.
118
+
119
+ 1.64.0 (2020-07-23)
120
+ ------------------
121
+
122
+ * Feature - Added new ConnectionProperties: "KAFKA_SSL_ENABLED" (to toggle SSL connections) and "KAFKA_CUSTOM_CERT" (import CA certificate file)
123
+
124
+ 1.63.0 (2020-07-07)
125
+ ------------------
126
+
127
+ * Feature - AWS Glue Data Catalog supports cross account sharing of tables through AWS Lake Formation
128
+
129
+ 1.62.0 (2020-07-02)
130
+ ------------------
131
+
132
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
133
+
134
+ 1.61.0 (2020-06-25)
135
+ ------------------
136
+
137
+ * Feature - This release adds new APIs to support column level statistics in AWS Glue Data Catalog
138
+
139
+ 1.60.0 (2020-06-23)
140
+ ------------------
141
+
142
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
143
+
144
+ 1.59.0 (2020-06-12)
145
+ ------------------
146
+
147
+ * Feature - You can now choose to crawl the entire table or just a sample of records in DynamoDB when using AWS Glue crawlers. Additionally, you can also specify a scanning rate for crawling DynamoDB tables.
148
+
149
+ 1.58.1 (2020-06-11)
150
+ ------------------
151
+
152
+ * Issue - Republish previous version with correct dependency on `aws-sdk-core`.
153
+
154
+ 1.58.0 (2020-06-10)
155
+ ------------------
156
+
157
+ * Issue - This version has been yanked. (#2327).
158
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
159
+
160
+ 1.57.0 (2020-06-03)
161
+ ------------------
162
+
163
+ * Feature - Adding databaseName in the response for GetUserDefinedFunctions() API.
164
+
165
+ 1.56.0 (2020-05-28)
166
+ ------------------
167
+
168
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
169
+
170
+ 1.55.0 (2020-05-15)
171
+ ------------------
172
+
173
+ * Feature - Starting today, you can stop the execution of Glue workflows that are running. AWS Glue workflows are directed acyclic graphs (DAGs) of Glue triggers, crawlers and jobs. Using a workflow, you can design a complex multi-job extract, transform, and load (ETL) activity that AWS Glue can execute and track as single entity.
174
+
175
+ 1.54.0 (2020-05-07)
176
+ ------------------
177
+
178
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
179
+
180
+ 1.53.0 (2020-04-20)
181
+ ------------------
182
+
183
+ * Feature - Added a new ConnectionType "KAFKA" and a ConnectionProperty "KAFKA_BOOTSTRAP_SERVERS" to support Kafka connection.
184
+
185
+ 1.52.0 (2020-04-16)
186
+ ------------------
187
+
188
+ * Feature - This release adds support for querying GetUserDefinedFunctions API without databaseName.
189
+
190
+ 1.51.0 (2020-03-31)
191
+ ------------------
192
+
193
+ * Feature - Add two enums for MongoDB connection: Added "CONNECTION_URL" to "ConnectionPropertyKey" and added "MONGODB" to "ConnectionType"
194
+
195
+ 1.50.0 (2020-03-09)
196
+ ------------------
197
+
198
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
199
+
200
+ 1.49.1 (2020-03-02)
201
+ ------------------
202
+
203
+ * Issue - Republish the previously yanked version.
204
+
205
+ 1.49.0 (2020-02-28)
206
+ ------------------
207
+
208
+ * Issue - This version has been yanked. (#2239)
209
+ * Feature - AWS Glue adds resource tagging support for Machine Learning Transforms and adds a new API, ListMLTransforms to support tag filtering. With this feature, customers can use tags in AWS Glue to organize and control access to Machine Learning Transforms.
210
+
211
+ 1.48.0 (2020-02-12)
212
+ ------------------
213
+
214
+ * Feature - Adding ability to add arguments that cannot be overridden to AWS Glue jobs
215
+
216
+ 1.47.0 (2019-11-21)
217
+ ------------------
218
+
219
+ * Feature - This release adds support for Glue 1.0 compatible ML Transforms.
220
+
221
+ 1.46.0 (2019-10-23)
222
+ ------------------
223
+
224
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
225
+
226
+ 1.45.0 (2019-10-07)
227
+ ------------------
228
+
229
+ * Feature - AWS Glue now provides ability to use custom certificates for JDBC Connections.
230
+
231
+ 1.44.0 (2019-09-19)
232
+ ------------------
233
+
234
+ * Feature - AWS Glue DevEndpoints now supports GlueVersion, enabling you to choose Apache Spark 2.4.3 (in addition to Apache Spark 2.2.1). In addition to supporting the latest version of Spark, you will also have the ability to choose between Python 2 and Python 3.
235
+
236
+ 1.43.0 (2019-08-15)
237
+ ------------------
238
+
239
+ * Feature - GetJobBookmarks API is withdrawn.
240
+
241
+ 1.42.0 (2019-08-08)
242
+ ------------------
243
+
244
+ * Feature - You can now use AWS Glue to find matching records across dataset even without identifiers to join on by using the new FindMatches ML Transform. Find related products, places, suppliers, customers, and more by teaching a custom machine learning transformation that you can use to identify matching matching records as part of your analysis, data cleaning, or master data management project by adding the FindMatches transformation to your Glue ETL Jobs. If your problem is more along the lines of deduplication, you can use the FindMatches in much the same way to identify customers who have signed up more than ones, products that have accidentally been added to your product catalog more than once, and so forth. Using the FindMatches MLTransform, you can teach a Transform your definition of a duplicate through examples, and it will use machine learning to identify other potential duplicates in your dataset. As with data integration, you can then use your new Transform in your deduplication projects by adding the FindMatches transformation to your Glue ETL Jobs. This release also contains additional APIs that support AWS Lake Formation.
245
+
246
+ 1.41.0 (2019-07-26)
247
+ ------------------
248
+
249
+ * Feature - This release provides GetJobBookmark and GetJobBookmarks APIs. These APIs enable users to look at specific versions or all versions of the JobBookmark for a specific job. This release also enables resetting the job bookmark to a specific run via an enhancement of the ResetJobBookmark API.
250
+
251
+ 1.40.0 (2019-07-25)
252
+ ------------------
253
+
254
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
255
+
256
+ 1.39.0 (2019-07-24)
257
+ ------------------
258
+
259
+ * Feature - This release provides GlueVersion option for Job APIs and WorkerType option for DevEndpoint APIs. Job APIs enable users to pick specific GlueVersion for a specific job and pin the job to a specific runtime environment. DevEndpoint APIs enable users to pick different WorkerType for memory intensive workload.
260
+
261
+ 1.38.0 (2019-07-01)
262
+ ------------------
263
+
264
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
265
+
266
+ 1.37.0 (2019-06-20)
267
+ ------------------
268
+
269
+ * Feature - Starting today, you can now use workflows in AWS Glue to author directed acyclic graphs (DAGs) of Glue triggers, crawlers and jobs. Workflows enable orchestration of your ETL workloads by building dependencies between Glue entities (triggers, crawlers and jobs). You can visually track status of the different nodes in the workflows on the console making it easier to monitor progress and troubleshoot issues. Also, you can share parameters across entities in the workflow.
270
+
271
+ 1.36.0 (2019-06-17)
272
+ ------------------
273
+
274
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
275
+
276
+ 1.35.0 (2019-06-05)
277
+ ------------------
278
+
279
+ * Feature - Support specifying python version for Python shell jobs. A new parameter PythonVersion is added to the JobCommand data type.
280
+
281
+ 1.34.0 (2019-05-21)
282
+ ------------------
283
+
284
+ * Feature - API update.
285
+
286
+ 1.33.0 (2019-05-15)
287
+ ------------------
288
+
289
+ * Feature - API update.
290
+
291
+ 1.32.0 (2019-05-14)
292
+ ------------------
293
+
294
+ * Feature - API update.
295
+
296
+ 1.31.0 (2019-05-10)
297
+ ------------------
298
+
299
+ * Feature - API update.
300
+
301
+ 1.30.0 (2019-04-05)
302
+ ------------------
303
+
304
+ * Feature - API update.
305
+
306
+ 1.29.0 (2019-03-26)
307
+ ------------------
308
+
309
+ * Feature - API update.
310
+
311
+ 1.28.0 (2019-03-21)
312
+ ------------------
313
+
314
+ * Feature - API update.
315
+
316
+ 1.27.0 (2019-03-18)
317
+ ------------------
318
+
319
+ * Feature - API update.
320
+
321
+ 1.26.0 (2019-03-14)
322
+ ------------------
323
+
324
+ * Feature - API update.
325
+
326
+ 1.25.0 (2019-03-11)
327
+ ------------------
328
+
329
+ * Feature - API update.
330
+
331
+ 1.24.0 (2019-02-22)
332
+ ------------------
333
+
334
+ * Feature - API update.
335
+
336
+ 1.23.0 (2019-01-18)
337
+ ------------------
338
+
339
+ * Feature - API update.
340
+
341
+ 1.22.0 (2018-12-12)
342
+ ------------------
343
+
344
+ * Feature - API update.
345
+
346
+ 1.21.0 (2018-11-20)
347
+ ------------------
348
+
349
+ * Feature - API update.
350
+
351
+ 1.20.0 (2018-10-24)
352
+ ------------------
353
+
354
+ * Feature - API update.
355
+
356
+ 1.19.0 (2018-10-23)
357
+ ------------------
358
+
359
+ * Feature - API update.
360
+
361
+ 1.18.0 (2018-10-16)
362
+ ------------------
363
+
364
+ * Feature - API update.
365
+
366
+ 1.17.0 (2018-09-26)
367
+ ------------------
368
+
369
+ * Feature - API update.
370
+
371
+ 1.16.0 (2018-09-06)
372
+ ------------------
373
+
374
+ * Feature - Adds code paths and plugins for future SDK instrumentation and telemetry.
375
+
376
+ 1.15.0 (2018-09-05)
377
+ ------------------
378
+
379
+ * Feature - API update.
380
+
381
+ 1.14.0 (2018-08-29)
382
+ ------------------
383
+
384
+ * Feature - API update.
385
+
386
+ 1.13.0 (2018-08-28)
387
+ ------------------
388
+
389
+ * Feature - API update.
390
+
391
+ 1.12.0 (2018-08-25)
392
+ ------------------
393
+
394
+ * Feature - API update.
395
+
396
+ 1.11.0 (2018-07-30)
397
+ ------------------
398
+
399
+ * Feature - API update.
400
+
401
+ 1.10.0 (2018-07-10)
402
+ ------------------
403
+
404
+ * Feature - API update.
405
+
406
+ 1.9.0 (2018-06-26)
407
+ ------------------
408
+
409
+ * Feature - API update.
410
+
411
+ 1.8.0 (2018-05-25)
412
+ ------------------
413
+
414
+ * Feature - API update.
415
+
416
+ 1.7.0 (2018-04-10)
417
+ ------------------
418
+
419
+ * Feature - API update.
420
+
421
+ 1.6.0 (2018-03-20)
422
+ ------------------
423
+
424
+ * Feature - API update.
425
+
426
+ 1.5.0 (2018-02-06)
427
+ ------------------
428
+
429
+ * Feature - API update.
430
+
431
+ 1.4.0 (2018-01-19)
432
+ ------------------
433
+
434
+ * Feature - API update.
435
+
436
+ 1.3.0 (2018-01-12)
437
+ ------------------
438
+
439
+ * Feature - API update.
440
+
441
+ 1.2.0 (2017-11-16)
442
+ ------------------
443
+
444
+ * Feature - API update.
445
+
446
+ 1.1.0 (2017-10-24)
447
+ ------------------
448
+
449
+ * Feature - API update.
450
+
451
+ * Issue - Update `aws-sdk-glue` gemspec metadata.
452
+
453
+ 1.0.0 (2017-08-29)
454
+ ------------------
455
+
456
+ 1.0.0.rc1 (2017-08-14)
457
+ ------------------
458
+
459
+ * Feature - Initial release of `aws-sdk-glue`.
data/LICENSE.txt ADDED
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.87.0
data/lib/aws-sdk-glue.rb CHANGED
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-glue/customizations'
48
48
  # @!group service
49
49
  module Aws::Glue
50
50
 
51
- GEM_VERSION = '1.82.0'
51
+ GEM_VERSION = '1.87.0'
52
52
 
53
53
  end
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -5717,6 +5717,8 @@ module Aws::Glue
5717
5717
  # @option params [Integer] :max_results
5718
5718
  # The maximum number of partitions to return in a single response.
5719
5719
  #
5720
+ # @option params [Boolean] :exclude_column_schema
5721
+ #
5720
5722
  # @return [Types::GetPartitionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5721
5723
  #
5722
5724
  # * {Types::GetPartitionsResponse#partitions #partitions} => Array<Types::Partition>
@@ -5737,6 +5739,7 @@ module Aws::Glue
5737
5739
  # total_segments: 1, # required
5738
5740
  # },
5739
5741
  # max_results: 1,
5742
+ # exclude_column_schema: false,
5740
5743
  # })
5741
5744
  #
5742
5745
  # @example Response structure
@@ -5939,11 +5942,11 @@ module Aws::Glue
5939
5942
  req.send_request(options)
5940
5943
  end
5941
5944
 
5942
- # Retrieves the security configurations for the resource policies set on
5943
- # individual resources, and also the account-level policy.
5945
+ # Retrieves the resource policies set on individual resources by AWS
5946
+ # Resource Access Manager during cross-account permission grants. Also
5947
+ # retrieves the Data Catalog resource policy.
5944
5948
  #
5945
- # This operation also returns the Data Catalog resource policy. However,
5946
- # if you enabled metadata encryption in Data Catalog settings, and you
5949
+ # If you enabled metadata encryption in Data Catalog settings, and you
5947
5950
  # do not have permission on the AWS KMS key, the operation can't return
5948
5951
  # the Data Catalog resource policy.
5949
5952
  #
@@ -5988,13 +5991,14 @@ module Aws::Glue
5988
5991
  # Retrieves a specified resource policy.
5989
5992
  #
5990
5993
  # @option params [String] :resource_arn
5991
- # The ARN of the AWS Glue resource for the resource policy to be
5992
- # retrieved. For more information about AWS Glue resource ARNs, see the
5993
- # [AWS Glue ARN string pattern][1]
5994
+ # The ARN of the AWS Glue resource for which to retrieve the resource
5995
+ # policy. If not supplied, the Data Catalog resource policy is returned.
5996
+ # Use `GetResourcePolicies` to view all existing resource policies. For
5997
+ # more information see [Specifying AWS Glue Resource ARNs][1].
5994
5998
  #
5995
5999
  #
5996
6000
  #
5997
- # [1]: https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-common.html#aws-glue-api-regex-aws-glue-arn-id
6001
+ # [1]: https://docs.aws.amazon.com/glue/latest/dg/glue-specifying-resource-arns.html
5998
6002
  #
5999
6003
  # @return [Types::GetResourcePolicyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6000
6004
  #
@@ -8028,13 +8032,7 @@ module Aws::Glue
8028
8032
  # Contains the policy document to set, in JSON format.
8029
8033
  #
8030
8034
  # @option params [String] :resource_arn
8031
- # The ARN of the AWS Glue resource for the resource policy to be set.
8032
- # For more information about AWS Glue resource ARNs, see the [AWS Glue
8033
- # ARN string pattern][1]
8034
- #
8035
- #
8036
- #
8037
- # [1]: https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-common.html#aws-glue-api-regex-aws-glue-arn-id
8035
+ # Do not use. For internal use only.
8038
8036
  #
8039
8037
  # @option params [String] :policy_hash_condition
8040
8038
  # The hash value returned when the previous policy was set using
@@ -8045,19 +8043,21 @@ module Aws::Glue
8045
8043
  # @option params [String] :policy_exists_condition
8046
8044
  # A value of `MUST_EXIST` is used to update a policy. A value of
8047
8045
  # `NOT_EXIST` is used to create a new policy. If a value of `NONE` or a
8048
- # null value is used, the call will not depend on the existence of a
8046
+ # null value is used, the call does not depend on the existence of a
8049
8047
  # policy.
8050
8048
  #
8051
8049
  # @option params [String] :enable_hybrid
8052
- # Allows you to specify if you want to use both resource-level and
8053
- # account/catalog-level resource policies. A resource-level policy is a
8054
- # policy attached to an individual resource such as a database or a
8055
- # table.
8050
+ # If `'TRUE'`, indicates that you are using both methods to grant
8051
+ # cross-account access to Data Catalog resources:
8052
+ #
8053
+ # * By directly updating the resource policy with `PutResourePolicy`
8054
+ #
8055
+ # * By using the **Grant permissions** command on the AWS Management
8056
+ # Console.
8056
8057
  #
8057
- # The default value of `NO` indicates that resource-level policies
8058
- # cannot co-exist with an account-level policy. A value of `YES` means
8059
- # the use of both resource-level and account/catalog-level resource
8060
- # policies is allowed.
8058
+ # Must be set to `'TRUE'` if you have already used the Management
8059
+ # Console to grant cross-account access, otherwise the call fails.
8060
+ # Default is 'FALSE'.
8061
8061
  #
8062
8062
  # @return [Types::PutResourcePolicyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8063
8063
  #
@@ -8244,6 +8244,9 @@ module Aws::Glue
8244
8244
  # resp.metadata_info_map #=> Hash
8245
8245
  # resp.metadata_info_map["MetadataKeyString"].metadata_value #=> String
8246
8246
  # resp.metadata_info_map["MetadataKeyString"].created_time #=> String
8247
+ # resp.metadata_info_map["MetadataKeyString"].other_metadata_value_list #=> Array
8248
+ # resp.metadata_info_map["MetadataKeyString"].other_metadata_value_list[0].metadata_value #=> String
8249
+ # resp.metadata_info_map["MetadataKeyString"].other_metadata_value_list[0].created_time #=> String
8247
8250
  # resp.schema_version_id #=> String
8248
8251
  # resp.next_token #=> String
8249
8252
  #
@@ -10596,7 +10599,7 @@ module Aws::Glue
10596
10599
  params: params,
10597
10600
  config: config)
10598
10601
  context[:gem_name] = 'aws-sdk-glue'
10599
- context[:gem_version] = '1.82.0'
10602
+ context[:gem_version] = '1.87.0'
10600
10603
  Seahorse::Client::Request.new(handlers, context)
10601
10604
  end
10602
10605
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -74,6 +74,7 @@ module Aws::Glue
74
74
  CatalogEncryptionMode = Shapes::StringShape.new(name: 'CatalogEncryptionMode')
75
75
  CatalogEntries = Shapes::ListShape.new(name: 'CatalogEntries')
76
76
  CatalogEntry = Shapes::StructureShape.new(name: 'CatalogEntry')
77
+ CatalogGetterPageSize = Shapes::IntegerShape.new(name: 'CatalogGetterPageSize')
77
78
  CatalogIdString = Shapes::StringShape.new(name: 'CatalogIdString')
78
79
  CatalogImportStatus = Shapes::StructureShape.new(name: 'CatalogImportStatus')
79
80
  CatalogTablesList = Shapes::ListShape.new(name: 'CatalogTablesList')
@@ -515,6 +516,8 @@ module Aws::Glue
515
516
  OrchestrationStringList = Shapes::ListShape.new(name: 'OrchestrationStringList')
516
517
  Order = Shapes::StructureShape.new(name: 'Order')
517
518
  OrderList = Shapes::ListShape.new(name: 'OrderList')
519
+ OtherMetadataValueList = Shapes::ListShape.new(name: 'OtherMetadataValueList')
520
+ OtherMetadataValueListItem = Shapes::StructureShape.new(name: 'OtherMetadataValueListItem')
518
521
  PageSize = Shapes::IntegerShape.new(name: 'PageSize')
519
522
  PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
520
523
  ParametersMap = Shapes::MapShape.new(name: 'ParametersMap')
@@ -1869,7 +1872,7 @@ module Aws::Glue
1869
1872
 
1870
1873
  GetDatabasesRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1871
1874
  GetDatabasesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
1872
- GetDatabasesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
1875
+ GetDatabasesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: CatalogGetterPageSize, location_name: "MaxResults"))
1873
1876
  GetDatabasesRequest.add_member(:resource_share_type, Shapes::ShapeRef.new(shape: ResourceShareType, location_name: "ResourceShareType"))
1874
1877
  GetDatabasesRequest.struct_class = Types::GetDatabasesRequest
1875
1878
 
@@ -2031,6 +2034,7 @@ module Aws::Glue
2031
2034
  GetPartitionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
2032
2035
  GetPartitionsRequest.add_member(:segment, Shapes::ShapeRef.new(shape: Segment, location_name: "Segment"))
2033
2036
  GetPartitionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
2037
+ GetPartitionsRequest.add_member(:exclude_column_schema, Shapes::ShapeRef.new(shape: BooleanNullable, location_name: "ExcludeColumnSchema"))
2034
2038
  GetPartitionsRequest.struct_class = Types::GetPartitionsRequest
2035
2039
 
2036
2040
  GetPartitionsResponse.add_member(:partitions, Shapes::ShapeRef.new(shape: PartitionList, location_name: "Partitions"))
@@ -2168,7 +2172,7 @@ module Aws::Glue
2168
2172
  GetTableVersionsRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
2169
2173
  GetTableVersionsRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
2170
2174
  GetTableVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
2171
- GetTableVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
2175
+ GetTableVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: CatalogGetterPageSize, location_name: "MaxResults"))
2172
2176
  GetTableVersionsRequest.struct_class = Types::GetTableVersionsRequest
2173
2177
 
2174
2178
  GetTableVersionsResponse.add_member(:table_versions, Shapes::ShapeRef.new(shape: GetTableVersionsList, location_name: "TableVersions"))
@@ -2179,7 +2183,7 @@ module Aws::Glue
2179
2183
  GetTablesRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
2180
2184
  GetTablesRequest.add_member(:expression, Shapes::ShapeRef.new(shape: FilterString, location_name: "Expression"))
2181
2185
  GetTablesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
2182
- GetTablesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
2186
+ GetTablesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: CatalogGetterPageSize, location_name: "MaxResults"))
2183
2187
  GetTablesRequest.struct_class = Types::GetTablesRequest
2184
2188
 
2185
2189
  GetTablesResponse.add_member(:table_list, Shapes::ShapeRef.new(shape: TableList, location_name: "TableList"))
@@ -2219,7 +2223,7 @@ module Aws::Glue
2219
2223
  GetUserDefinedFunctionsRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, location_name: "DatabaseName"))
2220
2224
  GetUserDefinedFunctionsRequest.add_member(:pattern, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Pattern"))
2221
2225
  GetUserDefinedFunctionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
2222
- GetUserDefinedFunctionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
2226
+ GetUserDefinedFunctionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: CatalogGetterPageSize, location_name: "MaxResults"))
2223
2227
  GetUserDefinedFunctionsRequest.struct_class = Types::GetUserDefinedFunctionsRequest
2224
2228
 
2225
2229
  GetUserDefinedFunctionsResponse.add_member(:user_defined_functions, Shapes::ShapeRef.new(shape: UserDefinedFunctionList, location_name: "UserDefinedFunctions"))
@@ -2574,6 +2578,7 @@ module Aws::Glue
2574
2578
 
2575
2579
  MetadataInfo.add_member(:metadata_value, Shapes::ShapeRef.new(shape: MetadataValueString, location_name: "MetadataValue"))
2576
2580
  MetadataInfo.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTimestamp, location_name: "CreatedTime"))
2581
+ MetadataInfo.add_member(:other_metadata_value_list, Shapes::ShapeRef.new(shape: OtherMetadataValueList, location_name: "OtherMetadataValueList"))
2577
2582
  MetadataInfo.struct_class = Types::MetadataInfo
2578
2583
 
2579
2584
  MetadataInfoMap.key = Shapes::ShapeRef.new(shape: MetadataKeyString)
@@ -2623,6 +2628,12 @@ module Aws::Glue
2623
2628
 
2624
2629
  OrderList.member = Shapes::ShapeRef.new(shape: Order)
2625
2630
 
2631
+ OtherMetadataValueList.member = Shapes::ShapeRef.new(shape: OtherMetadataValueListItem)
2632
+
2633
+ OtherMetadataValueListItem.add_member(:metadata_value, Shapes::ShapeRef.new(shape: MetadataValueString, location_name: "MetadataValue"))
2634
+ OtherMetadataValueListItem.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTimestamp, location_name: "CreatedTime"))
2635
+ OtherMetadataValueListItem.struct_class = Types::OtherMetadataValueListItem
2636
+
2626
2637
  ParametersMap.key = Shapes::ShapeRef.new(shape: KeyString)
2627
2638
  ParametersMap.value = Shapes::ShapeRef.new(shape: ParametersMapValue)
2628
2639
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -1999,6 +1999,24 @@ module Aws::Glue
1999
1999
  #
2000
2000
  # * `CONNECTOR_CLASS_NAME` - The connector class name for a
2001
2001
  # MARKETPLACE or CUSTOM connection.
2002
+ #
2003
+ # * `KAFKA_CLIENT_KEYSTORE` - The Amazon S3 location of the client
2004
+ # keystore file for Kafka client side authentication (Optional).
2005
+ #
2006
+ # * `KAFKA_CLIENT_KEYSTORE_PASSWORD` - The password to access the
2007
+ # provided keystore (Optional).
2008
+ #
2009
+ # * `KAFKA_CLIENT_KEY_PASSWORD` - A keystore can consist of multiple
2010
+ # keys, so this is the password to access the client key to be used
2011
+ # with the Kafka server side key (Optional).
2012
+ #
2013
+ # * `ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD` - The encrypted version
2014
+ # of the Kafka client keystore password (if the user has the AWS
2015
+ # Glue encrypt passwords setting selected).
2016
+ #
2017
+ # * `ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD` - The encrypted version of
2018
+ # the Kafka client key password (if the user has the AWS Glue
2019
+ # encrypt passwords setting selected).
2002
2020
  # @return [Hash<String,String>]
2003
2021
  #
2004
2022
  # @!attribute [rw] physical_connection_requirements
@@ -8082,6 +8100,7 @@ module Aws::Glue
8082
8100
  # total_segments: 1, # required
8083
8101
  # },
8084
8102
  # max_results: 1,
8103
+ # exclude_column_schema: false,
8085
8104
  # }
8086
8105
  #
8087
8106
  # @!attribute [rw] catalog_id
@@ -8207,6 +8226,9 @@ module Aws::Glue
8207
8226
  # The maximum number of partitions to return in a single response.
8208
8227
  # @return [Integer]
8209
8228
  #
8229
+ # @!attribute [rw] exclude_column_schema
8230
+ # @return [Boolean]
8231
+ #
8210
8232
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetPartitionsRequest AWS API Documentation
8211
8233
  #
8212
8234
  class GetPartitionsRequest < Struct.new(
@@ -8216,7 +8238,8 @@ module Aws::Glue
8216
8238
  :expression,
8217
8239
  :next_token,
8218
8240
  :segment,
8219
- :max_results)
8241
+ :max_results,
8242
+ :exclude_column_schema)
8220
8243
  SENSITIVE = []
8221
8244
  include Aws::Structure
8222
8245
  end
@@ -8467,13 +8490,15 @@ module Aws::Glue
8467
8490
  # }
8468
8491
  #
8469
8492
  # @!attribute [rw] resource_arn
8470
- # The ARN of the AWS Glue resource for the resource policy to be
8471
- # retrieved. For more information about AWS Glue resource ARNs, see
8472
- # the [AWS Glue ARN string pattern][1]
8493
+ # The ARN of the AWS Glue resource for which to retrieve the resource
8494
+ # policy. If not supplied, the Data Catalog resource policy is
8495
+ # returned. Use `GetResourcePolicies` to view all existing resource
8496
+ # policies. For more information see [Specifying AWS Glue Resource
8497
+ # ARNs][1].
8473
8498
  #
8474
8499
  #
8475
8500
  #
8476
- # [1]: https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-common.html#aws-glue-api-regex-aws-glue-arn-id
8501
+ # [1]: https://docs.aws.amazon.com/glue/latest/dg/glue-specifying-resource-arns.html
8477
8502
  # @return [String]
8478
8503
  #
8479
8504
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetResourcePolicyRequest AWS API Documentation
@@ -11608,11 +11633,16 @@ module Aws::Glue
11608
11633
  # The time at which the entry was created.
11609
11634
  # @return [String]
11610
11635
  #
11636
+ # @!attribute [rw] other_metadata_value_list
11637
+ # Other metadata belonging to the same metadata key.
11638
+ # @return [Array<Types::OtherMetadataValueListItem>]
11639
+ #
11611
11640
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/MetadataInfo AWS API Documentation
11612
11641
  #
11613
11642
  class MetadataInfo < Struct.new(
11614
11643
  :metadata_value,
11615
- :created_time)
11644
+ :created_time,
11645
+ :other_metadata_value_list)
11616
11646
  SENSITIVE = []
11617
11647
  include Aws::Structure
11618
11648
  end
@@ -11803,6 +11833,27 @@ module Aws::Glue
11803
11833
  include Aws::Structure
11804
11834
  end
11805
11835
 
11836
+ # A structure containing other metadata for a schema version belonging
11837
+ # to the same metadata key.
11838
+ #
11839
+ # @!attribute [rw] metadata_value
11840
+ # The metadata key’s corresponding value for the other metadata
11841
+ # belonging to the same metadata key.
11842
+ # @return [String]
11843
+ #
11844
+ # @!attribute [rw] created_time
11845
+ # The time at which the entry was created.
11846
+ # @return [String]
11847
+ #
11848
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/OtherMetadataValueListItem AWS API Documentation
11849
+ #
11850
+ class OtherMetadataValueListItem < Struct.new(
11851
+ :metadata_value,
11852
+ :created_time)
11853
+ SENSITIVE = []
11854
+ include Aws::Structure
11855
+ end
11856
+
11806
11857
  # Represents a slice of table data.
11807
11858
  #
11808
11859
  # @!attribute [rw] values
@@ -12282,13 +12333,7 @@ module Aws::Glue
12282
12333
  # @return [String]
12283
12334
  #
12284
12335
  # @!attribute [rw] resource_arn
12285
- # The ARN of the AWS Glue resource for the resource policy to be set.
12286
- # For more information about AWS Glue resource ARNs, see the [AWS Glue
12287
- # ARN string pattern][1]
12288
- #
12289
- #
12290
- #
12291
- # [1]: https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-common.html#aws-glue-api-regex-aws-glue-arn-id
12336
+ # Do not use. For internal use only.
12292
12337
  # @return [String]
12293
12338
  #
12294
12339
  # @!attribute [rw] policy_hash_condition
@@ -12301,20 +12346,22 @@ module Aws::Glue
12301
12346
  # @!attribute [rw] policy_exists_condition
12302
12347
  # A value of `MUST_EXIST` is used to update a policy. A value of
12303
12348
  # `NOT_EXIST` is used to create a new policy. If a value of `NONE` or
12304
- # a null value is used, the call will not depend on the existence of a
12349
+ # a null value is used, the call does not depend on the existence of a
12305
12350
  # policy.
12306
12351
  # @return [String]
12307
12352
  #
12308
12353
  # @!attribute [rw] enable_hybrid
12309
- # Allows you to specify if you want to use both resource-level and
12310
- # account/catalog-level resource policies. A resource-level policy is
12311
- # a policy attached to an individual resource such as a database or a
12312
- # table.
12354
+ # If `'TRUE'`, indicates that you are using both methods to grant
12355
+ # cross-account access to Data Catalog resources:
12356
+ #
12357
+ # * By directly updating the resource policy with `PutResourePolicy`
12358
+ #
12359
+ # * By using the **Grant permissions** command on the AWS Management
12360
+ # Console.
12313
12361
  #
12314
- # The default value of `NO` indicates that resource-level policies
12315
- # cannot co-exist with an account-level policy. A value of `YES` means
12316
- # the use of both resource-level and account/catalog-level resource
12317
- # policies is allowed.
12362
+ # Must be set to `'TRUE'` if you have already used the Management
12363
+ # Console to grant cross-account access, otherwise the call fails.
12364
+ # Default is 'FALSE'.
12318
12365
  # @return [String]
12319
12366
  #
12320
12367
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/PutResourcePolicyRequest AWS API Documentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-glue
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.82.0
4
+ version: 1.87.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: 2020-12-22 00:00:00.000000000 Z
11
+ date: 2021-04-26 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.109.0
22
+ version: 3.112.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.109.0
32
+ version: 3.112.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -47,11 +47,14 @@ dependencies:
47
47
  description: Official AWS Ruby gem for AWS Glue. This gem is part of the AWS SDK for
48
48
  Ruby.
49
49
  email:
50
- - trevrowe@amazon.com
50
+ - aws-dr-rubygems@amazon.com
51
51
  executables: []
52
52
  extensions: []
53
53
  extra_rdoc_files: []
54
54
  files:
55
+ - CHANGELOG.md
56
+ - LICENSE.txt
57
+ - VERSION
55
58
  - lib/aws-sdk-glue.rb
56
59
  - lib/aws-sdk-glue/client.rb
57
60
  - lib/aws-sdk-glue/client_api.rb
@@ -63,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
63
66
  licenses:
64
67
  - Apache-2.0
65
68
  metadata:
66
- source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-glue
67
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-glue/CHANGELOG.md
69
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-glue
70
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-glue/CHANGELOG.md
68
71
  post_install_message:
69
72
  rdoc_options: []
70
73
  require_paths:
@@ -80,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
83
  - !ruby/object:Gem::Version
81
84
  version: '0'
82
85
  requirements: []
83
- rubyforge_project:
84
- rubygems_version: 2.7.6.2
86
+ rubygems_version: 3.1.6
85
87
  signing_key:
86
88
  specification_version: 4
87
89
  summary: AWS SDK for Ruby - AWS Glue