aws-sdk-glue 1.87.0 → 1.88.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: 6e7e888d509ad51082a8f5cbf548a21945e5b35bac231e0555d00dfcc48ab06d
4
- data.tar.gz: ee994cdaa1a237a7dcd7ee7e5dd34a397446732c4d2e31750978b6e78c2fc316
3
+ metadata.gz: 706a8c5dfc3c6f6e7e92aac295e1b7ed3880776d8457a038b9deba6ca2b94045
4
+ data.tar.gz: 31b164a8290ab719eff6bdaf37722788b1d77ab6b006dbd54e657aed2bfa3ffd
5
5
  SHA512:
6
- metadata.gz: e44e1b8afd118a68bdf391d5a96599f1477d1483488c67264b31e253bc975b9b8138b011fcd3ed2074bcba2d88961308bf790e837f42c1fbc7fa0997b436ed36
7
- data.tar.gz: 6fcf1d17928c8d63b804cdf14184d518e923763ca7c8a5c8bfc798da74fcfe19b2c79a146f7a727d84529db984696a6fc3306eee7442b045a5a22cfe70c0a2ec
6
+ metadata.gz: 6d845fcc1d4dbfa197ae3ee93693225febc4e6d402136333e37a2d3065f1a87260489eb8a5a28bad6e80ad7ed3a072c788307922ac860f74e3b576565a30387e
7
+ data.tar.gz: e58c59acf7efcc0566b364aba8deb56abcde287ba342115facd5a884799c26a6cda71c27366d00b906611d0a8dd470e7003c6024d097e7def3b82338759b855b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.88.0 (2021-06-07)
5
+ ------------------
6
+
7
+ * Feature - Add SampleSize variable to S3Target to enable s3-sampling feature through API.
8
+
4
9
  1.87.0 (2021-04-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.87.0
1
+ 1.88.0
data/lib/aws-sdk-glue.rb CHANGED
@@ -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.87.0'
51
+ GEM_VERSION = '1.88.0'
52
52
 
53
53
  end
@@ -667,6 +667,7 @@ module Aws::Glue
667
667
  # resp.crawlers[0].targets.s3_targets[0].exclusions #=> Array
668
668
  # resp.crawlers[0].targets.s3_targets[0].exclusions[0] #=> String
669
669
  # resp.crawlers[0].targets.s3_targets[0].connection_name #=> String
670
+ # resp.crawlers[0].targets.s3_targets[0].sample_size #=> Integer
670
671
  # resp.crawlers[0].targets.jdbc_targets #=> Array
671
672
  # resp.crawlers[0].targets.jdbc_targets[0].connection_name #=> String
672
673
  # resp.crawlers[0].targets.jdbc_targets[0].path #=> String
@@ -1596,6 +1597,7 @@ module Aws::Glue
1596
1597
  # path: "Path",
1597
1598
  # exclusions: ["Path"],
1598
1599
  # connection_name: "ConnectionName",
1600
+ # sample_size: 1,
1599
1601
  # },
1600
1602
  # ],
1601
1603
  # jdbc_targets: [
@@ -4270,6 +4272,7 @@ module Aws::Glue
4270
4272
  # resp.crawler.targets.s3_targets[0].exclusions #=> Array
4271
4273
  # resp.crawler.targets.s3_targets[0].exclusions[0] #=> String
4272
4274
  # resp.crawler.targets.s3_targets[0].connection_name #=> String
4275
+ # resp.crawler.targets.s3_targets[0].sample_size #=> Integer
4273
4276
  # resp.crawler.targets.jdbc_targets #=> Array
4274
4277
  # resp.crawler.targets.jdbc_targets[0].connection_name #=> String
4275
4278
  # resp.crawler.targets.jdbc_targets[0].path #=> String
@@ -4401,6 +4404,7 @@ module Aws::Glue
4401
4404
  # resp.crawlers[0].targets.s3_targets[0].exclusions #=> Array
4402
4405
  # resp.crawlers[0].targets.s3_targets[0].exclusions[0] #=> String
4403
4406
  # resp.crawlers[0].targets.s3_targets[0].connection_name #=> String
4407
+ # resp.crawlers[0].targets.s3_targets[0].sample_size #=> Integer
4404
4408
  # resp.crawlers[0].targets.jdbc_targets #=> Array
4405
4409
  # resp.crawlers[0].targets.jdbc_targets[0].connection_name #=> String
4406
4410
  # resp.crawlers[0].targets.jdbc_targets[0].path #=> String
@@ -9681,6 +9685,7 @@ module Aws::Glue
9681
9685
  # path: "Path",
9682
9686
  # exclusions: ["Path"],
9683
9687
  # connection_name: "ConnectionName",
9688
+ # sample_size: 1,
9684
9689
  # },
9685
9690
  # ],
9686
9691
  # jdbc_targets: [
@@ -10599,7 +10604,7 @@ module Aws::Glue
10599
10604
  params: params,
10600
10605
  config: config)
10601
10606
  context[:gem_name] = 'aws-sdk-glue'
10602
- context[:gem_version] = '1.87.0'
10607
+ context[:gem_version] = '1.88.0'
10603
10608
  Seahorse::Client::Request.new(handlers, context)
10604
10609
  end
10605
10610
 
@@ -2842,6 +2842,7 @@ module Aws::Glue
2842
2842
  S3Target.add_member(:path, Shapes::ShapeRef.new(shape: Path, location_name: "Path"))
2843
2843
  S3Target.add_member(:exclusions, Shapes::ShapeRef.new(shape: PathList, location_name: "Exclusions"))
2844
2844
  S3Target.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "ConnectionName"))
2845
+ S3Target.add_member(:sample_size, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "SampleSize"))
2845
2846
  S3Target.struct_class = Types::S3Target
2846
2847
 
2847
2848
  S3TargetList.member = Shapes::ShapeRef.new(shape: S3Target)
@@ -2331,11 +2331,11 @@ module Aws::Glue
2331
2331
  # @!attribute [rw] configuration
2332
2332
  # Crawler configuration information. This versioned JSON string allows
2333
2333
  # users to specify aspects of a crawler's behavior. For more
2334
- # information, see [Configuring a Crawler][1].
2334
+ # information, see [Include and Exclude Patterns][1].
2335
2335
  #
2336
2336
  #
2337
2337
  #
2338
- # [1]: https://docs.aws.amazon.com/glue/latest/dg/crawler-configuration.html
2338
+ # [1]: https://docs.aws.amazon.com/glue/latest/dg/define-crawler.html#crawler-data-stores-exclude
2339
2339
  # @return [String]
2340
2340
  #
2341
2341
  # @!attribute [rw] crawler_security_configuration
@@ -2487,6 +2487,7 @@ module Aws::Glue
2487
2487
  # path: "Path",
2488
2488
  # exclusions: ["Path"],
2489
2489
  # connection_name: "ConnectionName",
2490
+ # sample_size: 1,
2490
2491
  # },
2491
2492
  # ],
2492
2493
  # jdbc_targets: [
@@ -2668,6 +2669,7 @@ module Aws::Glue
2668
2669
  # path: "Path",
2669
2670
  # exclusions: ["Path"],
2670
2671
  # connection_name: "ConnectionName",
2672
+ # sample_size: 1,
2671
2673
  # },
2672
2674
  # ],
2673
2675
  # jdbc_targets: [
@@ -13036,6 +13038,7 @@ module Aws::Glue
13036
13038
  # path: "Path",
13037
13039
  # exclusions: ["Path"],
13038
13040
  # connection_name: "ConnectionName",
13041
+ # sample_size: 1,
13039
13042
  # }
13040
13043
  #
13041
13044
  # @!attribute [rw] path
@@ -13057,12 +13060,19 @@ module Aws::Glue
13057
13060
  # (Amazon VPC).
13058
13061
  # @return [String]
13059
13062
  #
13063
+ # @!attribute [rw] sample_size
13064
+ # Sets the number of files in each leaf folder to be crawled when
13065
+ # crawling sample files in a dataset. If not set, all the files are
13066
+ # crawled. A valid value is an integer between 1 and 249.
13067
+ # @return [Integer]
13068
+ #
13060
13069
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/S3Target AWS API Documentation
13061
13070
  #
13062
13071
  class S3Target < Struct.new(
13063
13072
  :path,
13064
13073
  :exclusions,
13065
- :connection_name)
13074
+ :connection_name,
13075
+ :sample_size)
13066
13076
  SENSITIVE = []
13067
13077
  include Aws::Structure
13068
13078
  end
@@ -15665,6 +15675,7 @@ module Aws::Glue
15665
15675
  # path: "Path",
15666
15676
  # exclusions: ["Path"],
15667
15677
  # connection_name: "ConnectionName",
15678
+ # sample_size: 1,
15668
15679
  # },
15669
15680
  # ],
15670
15681
  # jdbc_targets: [
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.87.0
4
+ version: 1.88.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-04-26 00:00:00.000000000 Z
11
+ date: 2021-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core