aws-sdk-glue 1.122.0 → 1.124.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: fb305c9830a39c57981686a408b942c82b99c451cea223637adbad960a492672
4
- data.tar.gz: 23b067f243c337ca09187ac6767639cb79e53a4040e4ba6a3a81d1ac73e277c0
3
+ metadata.gz: ccea4573da0ad171431398bb3a9555afdbbed65f54d884f8e354a3144ddadc51
4
+ data.tar.gz: a9250b0903f37c368283ec939e740ad7e884d37b35cf1c08432c6956004f8a1b
5
5
  SHA512:
6
- metadata.gz: 7a7bbc04fd0afa6c8e2830033af8d37d0fc8b6c3cfda0e46eec0c525cc6c3a27fe1268afbb4e5070e3f89364294915fe306bf8e53ea16e5f1a4594748933a5c2
7
- data.tar.gz: eaece7264af1426a1592c5df972c2be670173ae2b3c6d7569213711e8073f0ac127d07b309eff9d2d2a3186337cf8bc68158825cc93eb0783a3a637ca61ce000
6
+ metadata.gz: 4b6afb31ac9fd242287e1cfb1e8e579c757d4683016403a43eeb032533fc5af46749995f4f5cfb0011dc20cbcfa0aed709ca174c7dae65e35e847b55fab50e22
7
+ data.tar.gz: aa1fd33aaee331dcaa34907147736aeaf5de6a3eee876bec3e5dfc9cf593d3f055fd96ac6b90690bbc961c8f155112294fc3ba1839f6884af96a8d54d8fba39f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.124.0 (2022-11-18)
5
+ ------------------
6
+
7
+ * Feature - AWSGlue Crawler - Adding support for Table and Column level Comments with database level datatypes for JDBC based crawler.
8
+
9
+ 1.123.0 (2022-11-11)
10
+ ------------------
11
+
12
+ * Feature - Added links related to enabling job bookmarks.
13
+
4
14
  1.122.0 (2022-10-27)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.122.0
1
+ 1.124.0
@@ -776,6 +776,8 @@ module Aws::Glue
776
776
  # resp.crawlers[0].targets.jdbc_targets[0].path #=> String
777
777
  # resp.crawlers[0].targets.jdbc_targets[0].exclusions #=> Array
778
778
  # resp.crawlers[0].targets.jdbc_targets[0].exclusions[0] #=> String
779
+ # resp.crawlers[0].targets.jdbc_targets[0].enable_additional_metadata #=> Array
780
+ # resp.crawlers[0].targets.jdbc_targets[0].enable_additional_metadata[0] #=> String, one of "COMMENTS", "RAWTYPES"
779
781
  # resp.crawlers[0].targets.mongo_db_targets #=> Array
780
782
  # resp.crawlers[0].targets.mongo_db_targets[0].connection_name #=> String
781
783
  # resp.crawlers[0].targets.mongo_db_targets[0].path #=> String
@@ -2304,7 +2306,7 @@ module Aws::Glue
2304
2306
  # @option params [String] :configuration
2305
2307
  # Crawler configuration information. This versioned JSON string allows
2306
2308
  # users to specify aspects of a crawler's behavior. For more
2307
- # information, see [Configuring a Crawler][1].
2309
+ # information, see [Setting crawler configuration options][1].
2308
2310
  #
2309
2311
  #
2310
2312
  #
@@ -2348,6 +2350,7 @@ module Aws::Glue
2348
2350
  # connection_name: "ConnectionName",
2349
2351
  # path: "Path",
2350
2352
  # exclusions: ["Path"],
2353
+ # enable_additional_metadata: ["COMMENTS"], # accepts COMMENTS, RAWTYPES
2351
2354
  # },
2352
2355
  # ],
2353
2356
  # mongo_db_targets: [
@@ -6188,6 +6191,8 @@ module Aws::Glue
6188
6191
  # resp.crawler.targets.jdbc_targets[0].path #=> String
6189
6192
  # resp.crawler.targets.jdbc_targets[0].exclusions #=> Array
6190
6193
  # resp.crawler.targets.jdbc_targets[0].exclusions[0] #=> String
6194
+ # resp.crawler.targets.jdbc_targets[0].enable_additional_metadata #=> Array
6195
+ # resp.crawler.targets.jdbc_targets[0].enable_additional_metadata[0] #=> String, one of "COMMENTS", "RAWTYPES"
6191
6196
  # resp.crawler.targets.mongo_db_targets #=> Array
6192
6197
  # resp.crawler.targets.mongo_db_targets[0].connection_name #=> String
6193
6198
  # resp.crawler.targets.mongo_db_targets[0].path #=> String
@@ -6332,6 +6337,8 @@ module Aws::Glue
6332
6337
  # resp.crawlers[0].targets.jdbc_targets[0].path #=> String
6333
6338
  # resp.crawlers[0].targets.jdbc_targets[0].exclusions #=> Array
6334
6339
  # resp.crawlers[0].targets.jdbc_targets[0].exclusions[0] #=> String
6340
+ # resp.crawlers[0].targets.jdbc_targets[0].enable_additional_metadata #=> Array
6341
+ # resp.crawlers[0].targets.jdbc_targets[0].enable_additional_metadata[0] #=> String, one of "COMMENTS", "RAWTYPES"
6335
6342
  # resp.crawlers[0].targets.mongo_db_targets #=> Array
6336
6343
  # resp.crawlers[0].targets.mongo_db_targets[0].connection_name #=> String
6337
6344
  # resp.crawlers[0].targets.mongo_db_targets[0].path #=> String
@@ -6668,7 +6675,8 @@ module Aws::Glue
6668
6675
  req.send_request(options)
6669
6676
  end
6670
6677
 
6671
- # Retrieves all the development endpoints in this AWS account.
6678
+ # Retrieves all the development endpoints in this Amazon Web Services
6679
+ # account.
6672
6680
  #
6673
6681
  # <note markdown="1"> When you create a development endpoint in a virtual private cloud
6674
6682
  # (VPC), Glue returns only a private IP address and the public IP
@@ -7282,6 +7290,20 @@ module Aws::Glue
7282
7290
 
7283
7291
  # Returns information on a job bookmark entry.
7284
7292
  #
7293
+ # For more information about enabling and using job bookmarks, see:
7294
+ #
7295
+ # * [Tracking processed data using job bookmarks][1]
7296
+ #
7297
+ # * [Job parameters used by Glue][2]
7298
+ #
7299
+ # * [Job structure][3]
7300
+ #
7301
+ #
7302
+ #
7303
+ # [1]: https://docs.aws.amazon.com/glue/latest/dg/monitor-continuations.html
7304
+ # [2]: https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-glue-arguments.html
7305
+ # [3]: https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-jobs-job.html#aws-glue-api-jobs-job-Job
7306
+ #
7285
7307
  # @option params [required, String] :job_name
7286
7308
  # The name of the job in question.
7287
7309
  #
@@ -12125,6 +12147,20 @@ module Aws::Glue
12125
12147
 
12126
12148
  # Resets a bookmark entry.
12127
12149
  #
12150
+ # For more information about enabling and using job bookmarks, see:
12151
+ #
12152
+ # * [Tracking processed data using job bookmarks][1]
12153
+ #
12154
+ # * [Job parameters used by Glue][2]
12155
+ #
12156
+ # * [Job structure][3]
12157
+ #
12158
+ #
12159
+ #
12160
+ # [1]: https://docs.aws.amazon.com/glue/latest/dg/monitor-continuations.html
12161
+ # [2]: https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-glue-arguments.html
12162
+ # [3]: https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-jobs-job.html#aws-glue-api-jobs-job-Job
12163
+ #
12128
12164
  # @option params [required, String] :job_name
12129
12165
  # The name of the job in question.
12130
12166
  #
@@ -13567,7 +13603,7 @@ module Aws::Glue
13567
13603
  # @option params [String] :configuration
13568
13604
  # Crawler configuration information. This versioned JSON string allows
13569
13605
  # users to specify aspects of a crawler's behavior. For more
13570
- # information, see [Configuring a Crawler][1].
13606
+ # information, see [Setting crawler configuration options][1].
13571
13607
  #
13572
13608
  #
13573
13609
  #
@@ -13602,6 +13638,7 @@ module Aws::Glue
13602
13638
  # connection_name: "ConnectionName",
13603
13639
  # path: "Path",
13604
13640
  # exclusions: ["Path"],
13641
+ # enable_additional_metadata: ["COMMENTS"], # accepts COMMENTS, RAWTYPES
13605
13642
  # },
13606
13643
  # ],
13607
13644
  # mongo_db_targets: [
@@ -15361,7 +15398,7 @@ module Aws::Glue
15361
15398
  params: params,
15362
15399
  config: config)
15363
15400
  context[:gem_name] = 'aws-sdk-glue'
15364
- context[:gem_version] = '1.122.0'
15401
+ context[:gem_version] = '1.124.0'
15365
15402
  Seahorse::Client::Request.new(handlers, context)
15366
15403
  end
15367
15404
 
@@ -348,6 +348,7 @@ module Aws::Glue
348
348
  DynamoDBTargetList = Shapes::ListShape.new(name: 'DynamoDBTargetList')
349
349
  Edge = Shapes::StructureShape.new(name: 'Edge')
350
350
  EdgeList = Shapes::ListShape.new(name: 'EdgeList')
351
+ EnableAdditionalMetadata = Shapes::ListShape.new(name: 'EnableAdditionalMetadata')
351
352
  EnableHybridValues = Shapes::StringShape.new(name: 'EnableHybridValues')
352
353
  EnclosedInStringProperties = Shapes::ListShape.new(name: 'EnclosedInStringProperties')
353
354
  EnclosedInStringPropertiesMinOne = Shapes::ListShape.new(name: 'EnclosedInStringPropertiesMinOne')
@@ -557,6 +558,7 @@ module Aws::Glue
557
558
  JDBCConnectorTarget = Shapes::StructureShape.new(name: 'JDBCConnectorTarget')
558
559
  JDBCDataType = Shapes::StringShape.new(name: 'JDBCDataType')
559
560
  JDBCDataTypeMapping = Shapes::MapShape.new(name: 'JDBCDataTypeMapping')
561
+ JdbcMetadataEntry = Shapes::StringShape.new(name: 'JdbcMetadataEntry')
560
562
  JdbcTarget = Shapes::StructureShape.new(name: 'JdbcTarget')
561
563
  JdbcTargetList = Shapes::ListShape.new(name: 'JdbcTargetList')
562
564
  Job = Shapes::StructureShape.new(name: 'Job')
@@ -2332,6 +2334,8 @@ module Aws::Glue
2332
2334
 
2333
2335
  EdgeList.member = Shapes::ShapeRef.new(shape: Edge)
2334
2336
 
2337
+ EnableAdditionalMetadata.member = Shapes::ShapeRef.new(shape: JdbcMetadataEntry)
2338
+
2335
2339
  EnclosedInStringProperties.member = Shapes::ShapeRef.new(shape: EnclosedInStringProperty)
2336
2340
 
2337
2341
  EnclosedInStringPropertiesMinOne.member = Shapes::ShapeRef.new(shape: EnclosedInStringProperty)
@@ -3128,6 +3132,7 @@ module Aws::Glue
3128
3132
  JdbcTarget.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "ConnectionName"))
3129
3133
  JdbcTarget.add_member(:path, Shapes::ShapeRef.new(shape: Path, location_name: "Path"))
3130
3134
  JdbcTarget.add_member(:exclusions, Shapes::ShapeRef.new(shape: PathList, location_name: "Exclusions"))
3135
+ JdbcTarget.add_member(:enable_additional_metadata, Shapes::ShapeRef.new(shape: EnableAdditionalMetadata, location_name: "EnableAdditionalMetadata"))
3131
3136
  JdbcTarget.struct_class = Types::JdbcTarget
3132
3137
 
3133
3138
  JdbcTargetList.member = Shapes::ShapeRef.new(shape: JdbcTarget)
@@ -4164,11 +4164,11 @@ module Aws::Glue
4164
4164
  # @!attribute [rw] configuration
4165
4165
  # Crawler configuration information. This versioned JSON string allows
4166
4166
  # users to specify aspects of a crawler's behavior. For more
4167
- # information, see [Include and Exclude Patterns][1].
4167
+ # information, see [Setting crawler configuration options][1].
4168
4168
  #
4169
4169
  #
4170
4170
  #
4171
- # [1]: https://docs.aws.amazon.com/glue/latest/dg/define-crawler.html#crawler-data-stores-exclude
4171
+ # [1]: https://docs.aws.amazon.com/glue/latest/dg/crawler-configuration.html
4172
4172
  # @return [String]
4173
4173
  #
4174
4174
  # @!attribute [rw] crawler_security_configuration
@@ -4397,6 +4397,7 @@ module Aws::Glue
4397
4397
  # connection_name: "ConnectionName",
4398
4398
  # path: "Path",
4399
4399
  # exclusions: ["Path"],
4400
+ # enable_additional_metadata: ["COMMENTS"], # accepts COMMENTS, RAWTYPES
4400
4401
  # },
4401
4402
  # ],
4402
4403
  # mongo_db_targets: [
@@ -4716,6 +4717,7 @@ module Aws::Glue
4716
4717
  # connection_name: "ConnectionName",
4717
4718
  # path: "Path",
4718
4719
  # exclusions: ["Path"],
4720
+ # enable_additional_metadata: ["COMMENTS"], # accepts COMMENTS, RAWTYPES
4719
4721
  # },
4720
4722
  # ],
4721
4723
  # mongo_db_targets: [
@@ -4836,7 +4838,7 @@ module Aws::Glue
4836
4838
  # @!attribute [rw] configuration
4837
4839
  # Crawler configuration information. This versioned JSON string allows
4838
4840
  # users to specify aspects of a crawler's behavior. For more
4839
- # information, see [Configuring a Crawler][1].
4841
+ # information, see [Setting crawler configuration options][1].
4840
4842
  #
4841
4843
  #
4842
4844
  #
@@ -5302,7 +5304,8 @@ module Aws::Glue
5302
5304
  # @return [Integer]
5303
5305
  #
5304
5306
  # @!attribute [rw] availability_zone
5305
- # The AWS Availability Zone where this `DevEndpoint` is located.
5307
+ # The Amazon Web Services Availability Zone where this `DevEndpoint`
5308
+ # is located.
5306
5309
  # @return [String]
5307
5310
  #
5308
5311
  # @!attribute [rw] vpc_id
@@ -9230,7 +9233,8 @@ module Aws::Glue
9230
9233
  # @return [Integer]
9231
9234
  #
9232
9235
  # @!attribute [rw] availability_zone
9233
- # The AWS Availability Zone where this `DevEndpoint` is located.
9236
+ # The Amazon Web Services Availability Zone where this `DevEndpoint`
9237
+ # is located.
9234
9238
  # @return [String]
9235
9239
  #
9236
9240
  # @!attribute [rw] vpc_id
@@ -14616,6 +14620,7 @@ module Aws::Glue
14616
14620
  # connection_name: "ConnectionName",
14617
14621
  # path: "Path",
14618
14622
  # exclusions: ["Path"],
14623
+ # enable_additional_metadata: ["COMMENTS"], # accepts COMMENTS, RAWTYPES
14619
14624
  # }
14620
14625
  #
14621
14626
  # @!attribute [rw] connection_name
@@ -14635,12 +14640,22 @@ module Aws::Glue
14635
14640
  # [1]: https://docs.aws.amazon.com/glue/latest/dg/add-crawler.html
14636
14641
  # @return [Array<String>]
14637
14642
  #
14643
+ # @!attribute [rw] enable_additional_metadata
14644
+ # Specify a value of `RAWTYPES` or `COMMENTS` to enable additional
14645
+ # metadata in table responses. `RAWTYPES` provides the native-level
14646
+ # datatype. `COMMENTS` provides comments associated with a column or
14647
+ # table in the database.
14648
+ #
14649
+ # If you do not need additional metadata, keep the field empty.
14650
+ # @return [Array<String>]
14651
+ #
14638
14652
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/JdbcTarget AWS API Documentation
14639
14653
  #
14640
14654
  class JdbcTarget < Struct.new(
14641
14655
  :connection_name,
14642
14656
  :path,
14643
- :exclusions)
14657
+ :exclusions,
14658
+ :enable_additional_metadata)
14644
14659
  SENSITIVE = []
14645
14660
  include Aws::Structure
14646
14661
  end
@@ -24452,6 +24467,7 @@ module Aws::Glue
24452
24467
  # connection_name: "ConnectionName",
24453
24468
  # path: "Path",
24454
24469
  # exclusions: ["Path"],
24470
+ # enable_additional_metadata: ["COMMENTS"], # accepts COMMENTS, RAWTYPES
24455
24471
  # },
24456
24472
  # ],
24457
24473
  # mongo_db_targets: [
@@ -24569,7 +24585,7 @@ module Aws::Glue
24569
24585
  # @!attribute [rw] configuration
24570
24586
  # Crawler configuration information. This versioned JSON string allows
24571
24587
  # users to specify aspects of a crawler's behavior. For more
24572
- # information, see [Configuring a Crawler][1].
24588
+ # information, see [Setting crawler configuration options][1].
24573
24589
  #
24574
24590
  #
24575
24591
  #
data/lib/aws-sdk-glue.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-glue/customizations'
52
52
  # @!group service
53
53
  module Aws::Glue
54
54
 
55
- GEM_VERSION = '1.122.0'
55
+ GEM_VERSION = '1.124.0'
56
56
 
57
57
  end
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.122.0
4
+ version: 1.124.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: 2022-10-27 00:00:00.000000000 Z
11
+ date: 2022-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core