aws-sdk-glue 1.73.0 → 1.74.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/lib/aws-sdk-glue.rb +1 -1
- data/lib/aws-sdk-glue/client.rb +27 -1
- data/lib/aws-sdk-glue/client_api.rb +10 -0
- data/lib/aws-sdk-glue/types.rb +67 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e9f500eba05c7f45bcef9c609e603c71301c6ea3c116fc4a564cce5e10d5ba3c
|
4
|
+
data.tar.gz: a0b8fe74ad689c1992a934d0bd6c3fcecc1aa4fc2a06a82654f19ceca48c432e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 60d5c84fa411d3eab681e71ca57691cf07c9168b3dc029cb9388abe03063fa6ab405c36bc119ce50212c77f85ab0d43443a933b0c420e71f2b2627324104cc29
|
7
|
+
data.tar.gz: e357e95f6577655ce21426f2dbd356843afa89ea3cf784b78b7446f8df6566ed1f7a12189c556efcce45a3cfa20d6ee628cb61ce9d1e1dae750af5bda65a2d97
|
data/lib/aws-sdk-glue.rb
CHANGED
data/lib/aws-sdk-glue/client.rb
CHANGED
@@ -663,6 +663,10 @@ module Aws::Glue
|
|
663
663
|
# resp.crawlers[0].targets.jdbc_targets[0].path #=> String
|
664
664
|
# resp.crawlers[0].targets.jdbc_targets[0].exclusions #=> Array
|
665
665
|
# resp.crawlers[0].targets.jdbc_targets[0].exclusions[0] #=> String
|
666
|
+
# resp.crawlers[0].targets.mongo_db_targets #=> Array
|
667
|
+
# resp.crawlers[0].targets.mongo_db_targets[0].connection_name #=> String
|
668
|
+
# resp.crawlers[0].targets.mongo_db_targets[0].path #=> String
|
669
|
+
# resp.crawlers[0].targets.mongo_db_targets[0].scan_all #=> Boolean
|
666
670
|
# resp.crawlers[0].targets.dynamo_db_targets #=> Array
|
667
671
|
# resp.crawlers[0].targets.dynamo_db_targets[0].path #=> String
|
668
672
|
# resp.crawlers[0].targets.dynamo_db_targets[0].scan_all #=> Boolean
|
@@ -1531,6 +1535,13 @@ module Aws::Glue
|
|
1531
1535
|
# exclusions: ["Path"],
|
1532
1536
|
# },
|
1533
1537
|
# ],
|
1538
|
+
# mongo_db_targets: [
|
1539
|
+
# {
|
1540
|
+
# connection_name: "ConnectionName",
|
1541
|
+
# path: "Path",
|
1542
|
+
# scan_all: false,
|
1543
|
+
# },
|
1544
|
+
# ],
|
1534
1545
|
# dynamo_db_targets: [
|
1535
1546
|
# {
|
1536
1547
|
# path: "Path",
|
@@ -3727,6 +3738,10 @@ module Aws::Glue
|
|
3727
3738
|
# resp.crawler.targets.jdbc_targets[0].path #=> String
|
3728
3739
|
# resp.crawler.targets.jdbc_targets[0].exclusions #=> Array
|
3729
3740
|
# resp.crawler.targets.jdbc_targets[0].exclusions[0] #=> String
|
3741
|
+
# resp.crawler.targets.mongo_db_targets #=> Array
|
3742
|
+
# resp.crawler.targets.mongo_db_targets[0].connection_name #=> String
|
3743
|
+
# resp.crawler.targets.mongo_db_targets[0].path #=> String
|
3744
|
+
# resp.crawler.targets.mongo_db_targets[0].scan_all #=> Boolean
|
3730
3745
|
# resp.crawler.targets.dynamo_db_targets #=> Array
|
3731
3746
|
# resp.crawler.targets.dynamo_db_targets[0].path #=> String
|
3732
3747
|
# resp.crawler.targets.dynamo_db_targets[0].scan_all #=> Boolean
|
@@ -3852,6 +3867,10 @@ module Aws::Glue
|
|
3852
3867
|
# resp.crawlers[0].targets.jdbc_targets[0].path #=> String
|
3853
3868
|
# resp.crawlers[0].targets.jdbc_targets[0].exclusions #=> Array
|
3854
3869
|
# resp.crawlers[0].targets.jdbc_targets[0].exclusions[0] #=> String
|
3870
|
+
# resp.crawlers[0].targets.mongo_db_targets #=> Array
|
3871
|
+
# resp.crawlers[0].targets.mongo_db_targets[0].connection_name #=> String
|
3872
|
+
# resp.crawlers[0].targets.mongo_db_targets[0].path #=> String
|
3873
|
+
# resp.crawlers[0].targets.mongo_db_targets[0].scan_all #=> Boolean
|
3855
3874
|
# resp.crawlers[0].targets.dynamo_db_targets #=> Array
|
3856
3875
|
# resp.crawlers[0].targets.dynamo_db_targets[0].path #=> String
|
3857
3876
|
# resp.crawlers[0].targets.dynamo_db_targets[0].scan_all #=> Boolean
|
@@ -8331,6 +8350,13 @@ module Aws::Glue
|
|
8331
8350
|
# exclusions: ["Path"],
|
8332
8351
|
# },
|
8333
8352
|
# ],
|
8353
|
+
# mongo_db_targets: [
|
8354
|
+
# {
|
8355
|
+
# connection_name: "ConnectionName",
|
8356
|
+
# path: "Path",
|
8357
|
+
# scan_all: false,
|
8358
|
+
# },
|
8359
|
+
# ],
|
8334
8360
|
# dynamo_db_targets: [
|
8335
8361
|
# {
|
8336
8362
|
# path: "Path",
|
@@ -9096,7 +9122,7 @@ module Aws::Glue
|
|
9096
9122
|
params: params,
|
9097
9123
|
config: config)
|
9098
9124
|
context[:gem_name] = 'aws-sdk-glue'
|
9099
|
-
context[:gem_version] = '1.
|
9125
|
+
context[:gem_version] = '1.74.0'
|
9100
9126
|
Seahorse::Client::Request.new(handlers, context)
|
9101
9127
|
end
|
9102
9128
|
|
@@ -437,6 +437,8 @@ module Aws::Glue
|
|
437
437
|
MessagePrefix = Shapes::StringShape.new(name: 'MessagePrefix')
|
438
438
|
MessageString = Shapes::StringShape.new(name: 'MessageString')
|
439
439
|
MillisecondsCount = Shapes::IntegerShape.new(name: 'MillisecondsCount')
|
440
|
+
MongoDBTarget = Shapes::StructureShape.new(name: 'MongoDBTarget')
|
441
|
+
MongoDBTargetList = Shapes::ListShape.new(name: 'MongoDBTargetList')
|
440
442
|
NameString = Shapes::StringShape.new(name: 'NameString')
|
441
443
|
NameStringList = Shapes::ListShape.new(name: 'NameStringList')
|
442
444
|
NoScheduleException = Shapes::StructureShape.new(name: 'NoScheduleException')
|
@@ -1067,6 +1069,7 @@ module Aws::Glue
|
|
1067
1069
|
|
1068
1070
|
CrawlerTargets.add_member(:s3_targets, Shapes::ShapeRef.new(shape: S3TargetList, location_name: "S3Targets"))
|
1069
1071
|
CrawlerTargets.add_member(:jdbc_targets, Shapes::ShapeRef.new(shape: JdbcTargetList, location_name: "JdbcTargets"))
|
1072
|
+
CrawlerTargets.add_member(:mongo_db_targets, Shapes::ShapeRef.new(shape: MongoDBTargetList, location_name: "MongoDBTargets"))
|
1070
1073
|
CrawlerTargets.add_member(:dynamo_db_targets, Shapes::ShapeRef.new(shape: DynamoDBTargetList, location_name: "DynamoDBTargets"))
|
1071
1074
|
CrawlerTargets.add_member(:catalog_targets, Shapes::ShapeRef.new(shape: CatalogTargetList, location_name: "CatalogTargets"))
|
1072
1075
|
CrawlerTargets.struct_class = Types::CrawlerTargets
|
@@ -2265,6 +2268,13 @@ module Aws::Glue
|
|
2265
2268
|
|
2266
2269
|
MatchCriteria.member = Shapes::ShapeRef.new(shape: NameString)
|
2267
2270
|
|
2271
|
+
MongoDBTarget.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "ConnectionName"))
|
2272
|
+
MongoDBTarget.add_member(:path, Shapes::ShapeRef.new(shape: Path, location_name: "Path"))
|
2273
|
+
MongoDBTarget.add_member(:scan_all, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "ScanAll"))
|
2274
|
+
MongoDBTarget.struct_class = Types::MongoDBTarget
|
2275
|
+
|
2276
|
+
MongoDBTargetList.member = Shapes::ShapeRef.new(shape: MongoDBTarget)
|
2277
|
+
|
2268
2278
|
NameStringList.member = Shapes::ShapeRef.new(shape: NameString)
|
2269
2279
|
|
2270
2280
|
NoScheduleException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
data/lib/aws-sdk-glue/types.rb
CHANGED
@@ -2309,6 +2309,13 @@ module Aws::Glue
|
|
2309
2309
|
# exclusions: ["Path"],
|
2310
2310
|
# },
|
2311
2311
|
# ],
|
2312
|
+
# mongo_db_targets: [
|
2313
|
+
# {
|
2314
|
+
# connection_name: "ConnectionName",
|
2315
|
+
# path: "Path",
|
2316
|
+
# scan_all: false,
|
2317
|
+
# },
|
2318
|
+
# ],
|
2312
2319
|
# dynamo_db_targets: [
|
2313
2320
|
# {
|
2314
2321
|
# path: "Path",
|
@@ -2332,6 +2339,10 @@ module Aws::Glue
|
|
2332
2339
|
# Specifies JDBC targets.
|
2333
2340
|
# @return [Array<Types::JdbcTarget>]
|
2334
2341
|
#
|
2342
|
+
# @!attribute [rw] mongo_db_targets
|
2343
|
+
# Specifies Amazon DocumentDB or MongoDB targets.
|
2344
|
+
# @return [Array<Types::MongoDBTarget>]
|
2345
|
+
#
|
2335
2346
|
# @!attribute [rw] dynamo_db_targets
|
2336
2347
|
# Specifies Amazon DynamoDB targets.
|
2337
2348
|
# @return [Array<Types::DynamoDBTarget>]
|
@@ -2345,6 +2356,7 @@ module Aws::Glue
|
|
2345
2356
|
class CrawlerTargets < Struct.new(
|
2346
2357
|
:s3_targets,
|
2347
2358
|
:jdbc_targets,
|
2359
|
+
:mongo_db_targets,
|
2348
2360
|
:dynamo_db_targets,
|
2349
2361
|
:catalog_targets)
|
2350
2362
|
SENSITIVE = []
|
@@ -2478,6 +2490,13 @@ module Aws::Glue
|
|
2478
2490
|
# exclusions: ["Path"],
|
2479
2491
|
# },
|
2480
2492
|
# ],
|
2493
|
+
# mongo_db_targets: [
|
2494
|
+
# {
|
2495
|
+
# connection_name: "ConnectionName",
|
2496
|
+
# path: "Path",
|
2497
|
+
# scan_all: false,
|
2498
|
+
# },
|
2499
|
+
# ],
|
2481
2500
|
# dynamo_db_targets: [
|
2482
2501
|
# {
|
2483
2502
|
# path: "Path",
|
@@ -10207,6 +10226,47 @@ module Aws::Glue
|
|
10207
10226
|
include Aws::Structure
|
10208
10227
|
end
|
10209
10228
|
|
10229
|
+
# Specifies an Amazon DocumentDB or MongoDB data store to crawl.
|
10230
|
+
#
|
10231
|
+
# @note When making an API call, you may pass MongoDBTarget
|
10232
|
+
# data as a hash:
|
10233
|
+
#
|
10234
|
+
# {
|
10235
|
+
# connection_name: "ConnectionName",
|
10236
|
+
# path: "Path",
|
10237
|
+
# scan_all: false,
|
10238
|
+
# }
|
10239
|
+
#
|
10240
|
+
# @!attribute [rw] connection_name
|
10241
|
+
# The name of the connection to use to connect to the Amazon
|
10242
|
+
# DocumentDB or MongoDB target.
|
10243
|
+
# @return [String]
|
10244
|
+
#
|
10245
|
+
# @!attribute [rw] path
|
10246
|
+
# The path of the Amazon DocumentDB or MongoDB target
|
10247
|
+
# (database/collection).
|
10248
|
+
# @return [String]
|
10249
|
+
#
|
10250
|
+
# @!attribute [rw] scan_all
|
10251
|
+
# Indicates whether to scan all the records, or to sample rows from
|
10252
|
+
# the table. Scanning all the records can take a long time when the
|
10253
|
+
# table is not a high throughput table.
|
10254
|
+
#
|
10255
|
+
# A value of `true` means to scan all records, while a value of
|
10256
|
+
# `false` means to sample the records. If no value is specified, the
|
10257
|
+
# value defaults to `true`.
|
10258
|
+
# @return [Boolean]
|
10259
|
+
#
|
10260
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/MongoDBTarget AWS API Documentation
|
10261
|
+
#
|
10262
|
+
class MongoDBTarget < Struct.new(
|
10263
|
+
:connection_name,
|
10264
|
+
:path,
|
10265
|
+
:scan_all)
|
10266
|
+
SENSITIVE = []
|
10267
|
+
include Aws::Structure
|
10268
|
+
end
|
10269
|
+
|
10210
10270
|
# There is no applicable schedule.
|
10211
10271
|
#
|
10212
10272
|
# @!attribute [rw] message
|
@@ -13417,6 +13477,13 @@ module Aws::Glue
|
|
13417
13477
|
# exclusions: ["Path"],
|
13418
13478
|
# },
|
13419
13479
|
# ],
|
13480
|
+
# mongo_db_targets: [
|
13481
|
+
# {
|
13482
|
+
# connection_name: "ConnectionName",
|
13483
|
+
# path: "Path",
|
13484
|
+
# scan_all: false,
|
13485
|
+
# },
|
13486
|
+
# ],
|
13420
13487
|
# dynamo_db_targets: [
|
13421
13488
|
# {
|
13422
13489
|
# path: "Path",
|
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.
|
4
|
+
version: 1.74.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-10-
|
11
|
+
date: 2020-10-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|