aws-sdk-glue 1.96.0 → 1.97.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-glue/client.rb +16 -6
- data/lib/aws-sdk-glue/client_api.rb +3 -0
- data/lib/aws-sdk-glue/types.rb +27 -4
- data/lib/aws-sdk-glue.rb +1 -1
- 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: 5b1a58e5625290cb8c02f9b8fd41a636838f0db692bbff2bdc6d9c5bf55fa642
|
|
4
|
+
data.tar.gz: ace2493e4c9e4de71627e29758b0167447205ba3fa233ff1b351b1e105688700
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e1197158c5d308e3c5a050f160a21c734f7d3bcb79a5b309a68a27ed4d2c9060765424b0caa1bb8af8d9cb216f8390790302979136dfaf446093110a4a2db1e9
|
|
7
|
+
data.tar.gz: 6a7c3caff3747e826bbd683a9bc0560658f089a0b7d218bec9edb8d0c77ba197c6dad1e4de28f98fa9b5084789bf66b88f12167c846cab8dd5eb10cf393e7eac
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.97.0
|
data/lib/aws-sdk-glue/client.rb
CHANGED
|
@@ -723,6 +723,8 @@ module Aws::Glue
|
|
|
723
723
|
# resp.crawlers[0].targets.s3_targets[0].exclusions[0] #=> String
|
|
724
724
|
# resp.crawlers[0].targets.s3_targets[0].connection_name #=> String
|
|
725
725
|
# resp.crawlers[0].targets.s3_targets[0].sample_size #=> Integer
|
|
726
|
+
# resp.crawlers[0].targets.s3_targets[0].event_queue_arn #=> String
|
|
727
|
+
# resp.crawlers[0].targets.s3_targets[0].dlq_event_queue_arn #=> String
|
|
726
728
|
# resp.crawlers[0].targets.jdbc_targets #=> Array
|
|
727
729
|
# resp.crawlers[0].targets.jdbc_targets[0].connection_name #=> String
|
|
728
730
|
# resp.crawlers[0].targets.jdbc_targets[0].path #=> String
|
|
@@ -744,7 +746,7 @@ module Aws::Glue
|
|
|
744
746
|
# resp.crawlers[0].description #=> String
|
|
745
747
|
# resp.crawlers[0].classifiers #=> Array
|
|
746
748
|
# resp.crawlers[0].classifiers[0] #=> String
|
|
747
|
-
# resp.crawlers[0].recrawl_policy.recrawl_behavior #=> String, one of "CRAWL_EVERYTHING", "CRAWL_NEW_FOLDERS_ONLY"
|
|
749
|
+
# resp.crawlers[0].recrawl_policy.recrawl_behavior #=> String, one of "CRAWL_EVERYTHING", "CRAWL_NEW_FOLDERS_ONLY", "CRAWL_EVENT_MODE"
|
|
748
750
|
# resp.crawlers[0].schema_change_policy.update_behavior #=> String, one of "LOG", "UPDATE_IN_DATABASE"
|
|
749
751
|
# resp.crawlers[0].schema_change_policy.delete_behavior #=> String, one of "LOG", "DELETE_FROM_DATABASE", "DEPRECATE_IN_DATABASE"
|
|
750
752
|
# resp.crawlers[0].lineage_configuration.crawler_lineage_settings #=> String, one of "ENABLE", "DISABLE"
|
|
@@ -1712,6 +1714,8 @@ module Aws::Glue
|
|
|
1712
1714
|
# exclusions: ["Path"],
|
|
1713
1715
|
# connection_name: "ConnectionName",
|
|
1714
1716
|
# sample_size: 1,
|
|
1717
|
+
# event_queue_arn: "EventQueueArn",
|
|
1718
|
+
# dlq_event_queue_arn: "EventQueueArn",
|
|
1715
1719
|
# },
|
|
1716
1720
|
# ],
|
|
1717
1721
|
# jdbc_targets: [
|
|
@@ -1750,7 +1754,7 @@ module Aws::Glue
|
|
|
1750
1754
|
# delete_behavior: "LOG", # accepts LOG, DELETE_FROM_DATABASE, DEPRECATE_IN_DATABASE
|
|
1751
1755
|
# },
|
|
1752
1756
|
# recrawl_policy: {
|
|
1753
|
-
# recrawl_behavior: "CRAWL_EVERYTHING", # accepts CRAWL_EVERYTHING, CRAWL_NEW_FOLDERS_ONLY
|
|
1757
|
+
# recrawl_behavior: "CRAWL_EVERYTHING", # accepts CRAWL_EVERYTHING, CRAWL_NEW_FOLDERS_ONLY, CRAWL_EVENT_MODE
|
|
1754
1758
|
# },
|
|
1755
1759
|
# lineage_configuration: {
|
|
1756
1760
|
# crawler_lineage_settings: "ENABLE", # accepts ENABLE, DISABLE
|
|
@@ -4572,6 +4576,8 @@ module Aws::Glue
|
|
|
4572
4576
|
# resp.crawler.targets.s3_targets[0].exclusions[0] #=> String
|
|
4573
4577
|
# resp.crawler.targets.s3_targets[0].connection_name #=> String
|
|
4574
4578
|
# resp.crawler.targets.s3_targets[0].sample_size #=> Integer
|
|
4579
|
+
# resp.crawler.targets.s3_targets[0].event_queue_arn #=> String
|
|
4580
|
+
# resp.crawler.targets.s3_targets[0].dlq_event_queue_arn #=> String
|
|
4575
4581
|
# resp.crawler.targets.jdbc_targets #=> Array
|
|
4576
4582
|
# resp.crawler.targets.jdbc_targets[0].connection_name #=> String
|
|
4577
4583
|
# resp.crawler.targets.jdbc_targets[0].path #=> String
|
|
@@ -4593,7 +4599,7 @@ module Aws::Glue
|
|
|
4593
4599
|
# resp.crawler.description #=> String
|
|
4594
4600
|
# resp.crawler.classifiers #=> Array
|
|
4595
4601
|
# resp.crawler.classifiers[0] #=> String
|
|
4596
|
-
# resp.crawler.recrawl_policy.recrawl_behavior #=> String, one of "CRAWL_EVERYTHING", "CRAWL_NEW_FOLDERS_ONLY"
|
|
4602
|
+
# resp.crawler.recrawl_policy.recrawl_behavior #=> String, one of "CRAWL_EVERYTHING", "CRAWL_NEW_FOLDERS_ONLY", "CRAWL_EVENT_MODE"
|
|
4597
4603
|
# resp.crawler.schema_change_policy.update_behavior #=> String, one of "LOG", "UPDATE_IN_DATABASE"
|
|
4598
4604
|
# resp.crawler.schema_change_policy.delete_behavior #=> String, one of "LOG", "DELETE_FROM_DATABASE", "DEPRECATE_IN_DATABASE"
|
|
4599
4605
|
# resp.crawler.lineage_configuration.crawler_lineage_settings #=> String, one of "ENABLE", "DISABLE"
|
|
@@ -4704,6 +4710,8 @@ module Aws::Glue
|
|
|
4704
4710
|
# resp.crawlers[0].targets.s3_targets[0].exclusions[0] #=> String
|
|
4705
4711
|
# resp.crawlers[0].targets.s3_targets[0].connection_name #=> String
|
|
4706
4712
|
# resp.crawlers[0].targets.s3_targets[0].sample_size #=> Integer
|
|
4713
|
+
# resp.crawlers[0].targets.s3_targets[0].event_queue_arn #=> String
|
|
4714
|
+
# resp.crawlers[0].targets.s3_targets[0].dlq_event_queue_arn #=> String
|
|
4707
4715
|
# resp.crawlers[0].targets.jdbc_targets #=> Array
|
|
4708
4716
|
# resp.crawlers[0].targets.jdbc_targets[0].connection_name #=> String
|
|
4709
4717
|
# resp.crawlers[0].targets.jdbc_targets[0].path #=> String
|
|
@@ -4725,7 +4733,7 @@ module Aws::Glue
|
|
|
4725
4733
|
# resp.crawlers[0].description #=> String
|
|
4726
4734
|
# resp.crawlers[0].classifiers #=> Array
|
|
4727
4735
|
# resp.crawlers[0].classifiers[0] #=> String
|
|
4728
|
-
# resp.crawlers[0].recrawl_policy.recrawl_behavior #=> String, one of "CRAWL_EVERYTHING", "CRAWL_NEW_FOLDERS_ONLY"
|
|
4736
|
+
# resp.crawlers[0].recrawl_policy.recrawl_behavior #=> String, one of "CRAWL_EVERYTHING", "CRAWL_NEW_FOLDERS_ONLY", "CRAWL_EVENT_MODE"
|
|
4729
4737
|
# resp.crawlers[0].schema_change_policy.update_behavior #=> String, one of "LOG", "UPDATE_IN_DATABASE"
|
|
4730
4738
|
# resp.crawlers[0].schema_change_policy.delete_behavior #=> String, one of "LOG", "DELETE_FROM_DATABASE", "DEPRECATE_IN_DATABASE"
|
|
4731
4739
|
# resp.crawlers[0].lineage_configuration.crawler_lineage_settings #=> String, one of "ENABLE", "DISABLE"
|
|
@@ -10133,6 +10141,8 @@ module Aws::Glue
|
|
|
10133
10141
|
# exclusions: ["Path"],
|
|
10134
10142
|
# connection_name: "ConnectionName",
|
|
10135
10143
|
# sample_size: 1,
|
|
10144
|
+
# event_queue_arn: "EventQueueArn",
|
|
10145
|
+
# dlq_event_queue_arn: "EventQueueArn",
|
|
10136
10146
|
# },
|
|
10137
10147
|
# ],
|
|
10138
10148
|
# jdbc_targets: [
|
|
@@ -10171,7 +10181,7 @@ module Aws::Glue
|
|
|
10171
10181
|
# delete_behavior: "LOG", # accepts LOG, DELETE_FROM_DATABASE, DEPRECATE_IN_DATABASE
|
|
10172
10182
|
# },
|
|
10173
10183
|
# recrawl_policy: {
|
|
10174
|
-
# recrawl_behavior: "CRAWL_EVERYTHING", # accepts CRAWL_EVERYTHING, CRAWL_NEW_FOLDERS_ONLY
|
|
10184
|
+
# recrawl_behavior: "CRAWL_EVERYTHING", # accepts CRAWL_EVERYTHING, CRAWL_NEW_FOLDERS_ONLY, CRAWL_EVENT_MODE
|
|
10175
10185
|
# },
|
|
10176
10186
|
# lineage_configuration: {
|
|
10177
10187
|
# crawler_lineage_settings: "ENABLE", # accepts ENABLE, DISABLE
|
|
@@ -11058,7 +11068,7 @@ module Aws::Glue
|
|
|
11058
11068
|
params: params,
|
|
11059
11069
|
config: config)
|
|
11060
11070
|
context[:gem_name] = 'aws-sdk-glue'
|
|
11061
|
-
context[:gem_version] = '1.
|
|
11071
|
+
context[:gem_version] = '1.97.0'
|
|
11062
11072
|
Seahorse::Client::Request.new(handlers, context)
|
|
11063
11073
|
end
|
|
11064
11074
|
|
|
@@ -296,6 +296,7 @@ module Aws::Glue
|
|
|
296
296
|
ErrorString = Shapes::StringShape.new(name: 'ErrorString')
|
|
297
297
|
EvaluationMetrics = Shapes::StructureShape.new(name: 'EvaluationMetrics')
|
|
298
298
|
EventBatchingCondition = Shapes::StructureShape.new(name: 'EventBatchingCondition')
|
|
299
|
+
EventQueueArn = Shapes::StringShape.new(name: 'EventQueueArn')
|
|
299
300
|
ExecutionProperty = Shapes::StructureShape.new(name: 'ExecutionProperty')
|
|
300
301
|
ExecutionTime = Shapes::IntegerShape.new(name: 'ExecutionTime')
|
|
301
302
|
ExistCondition = Shapes::StringShape.new(name: 'ExistCondition')
|
|
@@ -2991,6 +2992,8 @@ module Aws::Glue
|
|
|
2991
2992
|
S3Target.add_member(:exclusions, Shapes::ShapeRef.new(shape: PathList, location_name: "Exclusions"))
|
|
2992
2993
|
S3Target.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "ConnectionName"))
|
|
2993
2994
|
S3Target.add_member(:sample_size, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "SampleSize"))
|
|
2995
|
+
S3Target.add_member(:event_queue_arn, Shapes::ShapeRef.new(shape: EventQueueArn, location_name: "EventQueueArn"))
|
|
2996
|
+
S3Target.add_member(:dlq_event_queue_arn, Shapes::ShapeRef.new(shape: EventQueueArn, location_name: "DlqEventQueueArn"))
|
|
2994
2997
|
S3Target.struct_class = Types::S3Target
|
|
2995
2998
|
|
|
2996
2999
|
S3TargetList.member = Shapes::ShapeRef.new(shape: S3Target)
|
data/lib/aws-sdk-glue/types.rb
CHANGED
|
@@ -2706,6 +2706,8 @@ module Aws::Glue
|
|
|
2706
2706
|
# exclusions: ["Path"],
|
|
2707
2707
|
# connection_name: "ConnectionName",
|
|
2708
2708
|
# sample_size: 1,
|
|
2709
|
+
# event_queue_arn: "EventQueueArn",
|
|
2710
|
+
# dlq_event_queue_arn: "EventQueueArn",
|
|
2709
2711
|
# },
|
|
2710
2712
|
# ],
|
|
2711
2713
|
# jdbc_targets: [
|
|
@@ -2948,6 +2950,8 @@ module Aws::Glue
|
|
|
2948
2950
|
# exclusions: ["Path"],
|
|
2949
2951
|
# connection_name: "ConnectionName",
|
|
2950
2952
|
# sample_size: 1,
|
|
2953
|
+
# event_queue_arn: "EventQueueArn",
|
|
2954
|
+
# dlq_event_queue_arn: "EventQueueArn",
|
|
2951
2955
|
# },
|
|
2952
2956
|
# ],
|
|
2953
2957
|
# jdbc_targets: [
|
|
@@ -2986,7 +2990,7 @@ module Aws::Glue
|
|
|
2986
2990
|
# delete_behavior: "LOG", # accepts LOG, DELETE_FROM_DATABASE, DEPRECATE_IN_DATABASE
|
|
2987
2991
|
# },
|
|
2988
2992
|
# recrawl_policy: {
|
|
2989
|
-
# recrawl_behavior: "CRAWL_EVERYTHING", # accepts CRAWL_EVERYTHING, CRAWL_NEW_FOLDERS_ONLY
|
|
2993
|
+
# recrawl_behavior: "CRAWL_EVERYTHING", # accepts CRAWL_EVERYTHING, CRAWL_NEW_FOLDERS_ONLY, CRAWL_EVENT_MODE
|
|
2990
2994
|
# },
|
|
2991
2995
|
# lineage_configuration: {
|
|
2992
2996
|
# crawler_lineage_settings: "ENABLE", # accepts ENABLE, DISABLE
|
|
@@ -13229,7 +13233,7 @@ module Aws::Glue
|
|
|
13229
13233
|
# data as a hash:
|
|
13230
13234
|
#
|
|
13231
13235
|
# {
|
|
13232
|
-
# recrawl_behavior: "CRAWL_EVERYTHING", # accepts CRAWL_EVERYTHING, CRAWL_NEW_FOLDERS_ONLY
|
|
13236
|
+
# recrawl_behavior: "CRAWL_EVERYTHING", # accepts CRAWL_EVERYTHING, CRAWL_NEW_FOLDERS_ONLY, CRAWL_EVENT_MODE
|
|
13233
13237
|
# }
|
|
13234
13238
|
#
|
|
13235
13239
|
# @!attribute [rw] recrawl_behavior
|
|
@@ -13241,6 +13245,9 @@ module Aws::Glue
|
|
|
13241
13245
|
#
|
|
13242
13246
|
# A value of `CRAWL_NEW_FOLDERS_ONLY` specifies crawling only folders
|
|
13243
13247
|
# that were added since the last crawler run.
|
|
13248
|
+
#
|
|
13249
|
+
# A value of `CRAWL_EVENT_MODE` specifies crawling only the changes
|
|
13250
|
+
# identified by Amazon S3 events.
|
|
13244
13251
|
# @return [String]
|
|
13245
13252
|
#
|
|
13246
13253
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/RecrawlPolicy AWS API Documentation
|
|
@@ -13644,6 +13651,8 @@ module Aws::Glue
|
|
|
13644
13651
|
# exclusions: ["Path"],
|
|
13645
13652
|
# connection_name: "ConnectionName",
|
|
13646
13653
|
# sample_size: 1,
|
|
13654
|
+
# event_queue_arn: "EventQueueArn",
|
|
13655
|
+
# dlq_event_queue_arn: "EventQueueArn",
|
|
13647
13656
|
# }
|
|
13648
13657
|
#
|
|
13649
13658
|
# @!attribute [rw] path
|
|
@@ -13671,13 +13680,25 @@ module Aws::Glue
|
|
|
13671
13680
|
# crawled. A valid value is an integer between 1 and 249.
|
|
13672
13681
|
# @return [Integer]
|
|
13673
13682
|
#
|
|
13683
|
+
# @!attribute [rw] event_queue_arn
|
|
13684
|
+
# A valid Amazon SQS ARN. For example,
|
|
13685
|
+
# `arn:aws:sqs:region:account:sqs`.
|
|
13686
|
+
# @return [String]
|
|
13687
|
+
#
|
|
13688
|
+
# @!attribute [rw] dlq_event_queue_arn
|
|
13689
|
+
# A valid Amazon dead-letter SQS ARN. For example,
|
|
13690
|
+
# `arn:aws:sqs:region:account:deadLetterQueue`.
|
|
13691
|
+
# @return [String]
|
|
13692
|
+
#
|
|
13674
13693
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/S3Target AWS API Documentation
|
|
13675
13694
|
#
|
|
13676
13695
|
class S3Target < Struct.new(
|
|
13677
13696
|
:path,
|
|
13678
13697
|
:exclusions,
|
|
13679
13698
|
:connection_name,
|
|
13680
|
-
:sample_size
|
|
13699
|
+
:sample_size,
|
|
13700
|
+
:event_queue_arn,
|
|
13701
|
+
:dlq_event_queue_arn)
|
|
13681
13702
|
SENSITIVE = []
|
|
13682
13703
|
include Aws::Structure
|
|
13683
13704
|
end
|
|
@@ -16406,6 +16427,8 @@ module Aws::Glue
|
|
|
16406
16427
|
# exclusions: ["Path"],
|
|
16407
16428
|
# connection_name: "ConnectionName",
|
|
16408
16429
|
# sample_size: 1,
|
|
16430
|
+
# event_queue_arn: "EventQueueArn",
|
|
16431
|
+
# dlq_event_queue_arn: "EventQueueArn",
|
|
16409
16432
|
# },
|
|
16410
16433
|
# ],
|
|
16411
16434
|
# jdbc_targets: [
|
|
@@ -16444,7 +16467,7 @@ module Aws::Glue
|
|
|
16444
16467
|
# delete_behavior: "LOG", # accepts LOG, DELETE_FROM_DATABASE, DEPRECATE_IN_DATABASE
|
|
16445
16468
|
# },
|
|
16446
16469
|
# recrawl_policy: {
|
|
16447
|
-
# recrawl_behavior: "CRAWL_EVERYTHING", # accepts CRAWL_EVERYTHING, CRAWL_NEW_FOLDERS_ONLY
|
|
16470
|
+
# recrawl_behavior: "CRAWL_EVERYTHING", # accepts CRAWL_EVERYTHING, CRAWL_NEW_FOLDERS_ONLY, CRAWL_EVENT_MODE
|
|
16448
16471
|
# },
|
|
16449
16472
|
# lineage_configuration: {
|
|
16450
16473
|
# crawler_lineage_settings: "ENABLE", # accepts ENABLE, DISABLE
|
data/lib/aws-sdk-glue.rb
CHANGED
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.97.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: 2021-10-
|
|
11
|
+
date: 2021-10-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|