aws-sdk-glue 1.65.0 → 1.66.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 +11 -6
- data/lib/aws-sdk-glue/client_api.rb +1 -0
- data/lib/aws-sdk-glue/types.rb +20 -6
- 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: 92a9f6d0f1755bffb1bae0ee2e08f9c166fe0486455b730238e06b2bd731c8e8
|
4
|
+
data.tar.gz: 10f52a1b881f4490d4d5058dca497f1e9ed5316e5fe6c87a36a1835174b009ce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 526dfb4b3a3ee07c6dc78464aa61f06f3af8afdfdd6479e497f3a092c259f8fd048cc7d46cf5630bb8424c20ce8498f3a9ab90dfa288b8819830b87fbe910707
|
7
|
+
data.tar.gz: 7206f63bcecd124a72585d65e20b2535d24aa34f9a82b69af090ebf01a435e32e6f803cf97786d4dec95141834113c4e70c31fb351f8ce9eaff97958ca7cc77a
|
data/lib/aws-sdk-glue.rb
CHANGED
data/lib/aws-sdk-glue/client.rb
CHANGED
@@ -642,6 +642,7 @@ module Aws::Glue
|
|
642
642
|
# resp.crawlers[0].targets.s3_targets[0].path #=> String
|
643
643
|
# resp.crawlers[0].targets.s3_targets[0].exclusions #=> Array
|
644
644
|
# resp.crawlers[0].targets.s3_targets[0].exclusions[0] #=> String
|
645
|
+
# resp.crawlers[0].targets.s3_targets[0].connection_name #=> String
|
645
646
|
# resp.crawlers[0].targets.jdbc_targets #=> Array
|
646
647
|
# resp.crawlers[0].targets.jdbc_targets[0].connection_name #=> String
|
647
648
|
# resp.crawlers[0].targets.jdbc_targets[0].path #=> String
|
@@ -1300,7 +1301,7 @@ module Aws::Glue
|
|
1300
1301
|
# connection_input: { # required
|
1301
1302
|
# name: "NameString", # required
|
1302
1303
|
# description: "DescriptionString",
|
1303
|
-
# connection_type: "JDBC", # required, accepts JDBC, SFTP, MONGODB, KAFKA
|
1304
|
+
# connection_type: "JDBC", # required, accepts JDBC, SFTP, MONGODB, KAFKA, NETWORK
|
1304
1305
|
# match_criteria: ["NameString"],
|
1305
1306
|
# connection_properties: { # required
|
1306
1307
|
# "HOST" => "ValueString",
|
@@ -1401,6 +1402,7 @@ module Aws::Glue
|
|
1401
1402
|
# {
|
1402
1403
|
# path: "Path",
|
1403
1404
|
# exclusions: ["Path"],
|
1405
|
+
# connection_name: "ConnectionName",
|
1404
1406
|
# },
|
1405
1407
|
# ],
|
1406
1408
|
# jdbc_targets: [
|
@@ -3466,7 +3468,7 @@ module Aws::Glue
|
|
3466
3468
|
#
|
3467
3469
|
# resp.connection.name #=> String
|
3468
3470
|
# resp.connection.description #=> String
|
3469
|
-
# resp.connection.connection_type #=> String, one of "JDBC", "SFTP", "MONGODB", "KAFKA"
|
3471
|
+
# resp.connection.connection_type #=> String, one of "JDBC", "SFTP", "MONGODB", "KAFKA", "NETWORK"
|
3470
3472
|
# resp.connection.match_criteria #=> Array
|
3471
3473
|
# resp.connection.match_criteria[0] #=> String
|
3472
3474
|
# resp.connection.connection_properties #=> Hash
|
@@ -3524,7 +3526,7 @@ module Aws::Glue
|
|
3524
3526
|
# catalog_id: "CatalogIdString",
|
3525
3527
|
# filter: {
|
3526
3528
|
# match_criteria: ["NameString"],
|
3527
|
-
# connection_type: "JDBC", # accepts JDBC, SFTP, MONGODB, KAFKA
|
3529
|
+
# connection_type: "JDBC", # accepts JDBC, SFTP, MONGODB, KAFKA, NETWORK
|
3528
3530
|
# },
|
3529
3531
|
# hide_password: false,
|
3530
3532
|
# next_token: "Token",
|
@@ -3536,7 +3538,7 @@ module Aws::Glue
|
|
3536
3538
|
# resp.connection_list #=> Array
|
3537
3539
|
# resp.connection_list[0].name #=> String
|
3538
3540
|
# resp.connection_list[0].description #=> String
|
3539
|
-
# resp.connection_list[0].connection_type #=> String, one of "JDBC", "SFTP", "MONGODB", "KAFKA"
|
3541
|
+
# resp.connection_list[0].connection_type #=> String, one of "JDBC", "SFTP", "MONGODB", "KAFKA", "NETWORK"
|
3540
3542
|
# resp.connection_list[0].match_criteria #=> Array
|
3541
3543
|
# resp.connection_list[0].match_criteria[0] #=> String
|
3542
3544
|
# resp.connection_list[0].connection_properties #=> Hash
|
@@ -3582,6 +3584,7 @@ module Aws::Glue
|
|
3582
3584
|
# resp.crawler.targets.s3_targets[0].path #=> String
|
3583
3585
|
# resp.crawler.targets.s3_targets[0].exclusions #=> Array
|
3584
3586
|
# resp.crawler.targets.s3_targets[0].exclusions[0] #=> String
|
3587
|
+
# resp.crawler.targets.s3_targets[0].connection_name #=> String
|
3585
3588
|
# resp.crawler.targets.jdbc_targets #=> Array
|
3586
3589
|
# resp.crawler.targets.jdbc_targets[0].connection_name #=> String
|
3587
3590
|
# resp.crawler.targets.jdbc_targets[0].path #=> String
|
@@ -3706,6 +3709,7 @@ module Aws::Glue
|
|
3706
3709
|
# resp.crawlers[0].targets.s3_targets[0].path #=> String
|
3707
3710
|
# resp.crawlers[0].targets.s3_targets[0].exclusions #=> Array
|
3708
3711
|
# resp.crawlers[0].targets.s3_targets[0].exclusions[0] #=> String
|
3712
|
+
# resp.crawlers[0].targets.s3_targets[0].connection_name #=> String
|
3709
3713
|
# resp.crawlers[0].targets.jdbc_targets #=> Array
|
3710
3714
|
# resp.crawlers[0].targets.jdbc_targets[0].connection_name #=> String
|
3711
3715
|
# resp.crawlers[0].targets.jdbc_targets[0].path #=> String
|
@@ -8029,7 +8033,7 @@ module Aws::Glue
|
|
8029
8033
|
# connection_input: { # required
|
8030
8034
|
# name: "NameString", # required
|
8031
8035
|
# description: "DescriptionString",
|
8032
|
-
# connection_type: "JDBC", # required, accepts JDBC, SFTP, MONGODB, KAFKA
|
8036
|
+
# connection_type: "JDBC", # required, accepts JDBC, SFTP, MONGODB, KAFKA, NETWORK
|
8033
8037
|
# match_criteria: ["NameString"],
|
8034
8038
|
# connection_properties: { # required
|
8035
8039
|
# "HOST" => "ValueString",
|
@@ -8119,6 +8123,7 @@ module Aws::Glue
|
|
8119
8123
|
# {
|
8120
8124
|
# path: "Path",
|
8121
8125
|
# exclusions: ["Path"],
|
8126
|
+
# connection_name: "ConnectionName",
|
8122
8127
|
# },
|
8123
8128
|
# ],
|
8124
8129
|
# jdbc_targets: [
|
@@ -8885,7 +8890,7 @@ module Aws::Glue
|
|
8885
8890
|
params: params,
|
8886
8891
|
config: config)
|
8887
8892
|
context[:gem_name] = 'aws-sdk-glue'
|
8888
|
-
context[:gem_version] = '1.
|
8893
|
+
context[:gem_version] = '1.66.0'
|
8889
8894
|
Seahorse::Client::Request.new(handlers, context)
|
8890
8895
|
end
|
8891
8896
|
|
@@ -2352,6 +2352,7 @@ module Aws::Glue
|
|
2352
2352
|
|
2353
2353
|
S3Target.add_member(:path, Shapes::ShapeRef.new(shape: Path, location_name: "Path"))
|
2354
2354
|
S3Target.add_member(:exclusions, Shapes::ShapeRef.new(shape: PathList, location_name: "Exclusions"))
|
2355
|
+
S3Target.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "ConnectionName"))
|
2355
2356
|
S3Target.struct_class = Types::S3Target
|
2356
2357
|
|
2357
2358
|
S3TargetList.member = Shapes::ShapeRef.new(shape: S3Target)
|
data/lib/aws-sdk-glue/types.rb
CHANGED
@@ -1674,7 +1674,7 @@ module Aws::Glue
|
|
1674
1674
|
# {
|
1675
1675
|
# name: "NameString", # required
|
1676
1676
|
# description: "DescriptionString",
|
1677
|
-
# connection_type: "JDBC", # required, accepts JDBC, SFTP, MONGODB, KAFKA
|
1677
|
+
# connection_type: "JDBC", # required, accepts JDBC, SFTP, MONGODB, KAFKA, NETWORK
|
1678
1678
|
# match_criteria: ["NameString"],
|
1679
1679
|
# connection_properties: { # required
|
1680
1680
|
# "HOST" => "ValueString",
|
@@ -1706,6 +1706,9 @@ module Aws::Glue
|
|
1706
1706
|
# * `MONGODB` - Designates a connection to a MongoDB document
|
1707
1707
|
# database.
|
1708
1708
|
#
|
1709
|
+
# * `NETWORK` - Designates a network connection to a data source
|
1710
|
+
# within an Amazon Virtual Private Cloud environment (Amazon VPC).
|
1711
|
+
#
|
1709
1712
|
# SFTP is not supported.
|
1710
1713
|
# @return [String]
|
1711
1714
|
#
|
@@ -2075,6 +2078,7 @@ module Aws::Glue
|
|
2075
2078
|
# {
|
2076
2079
|
# path: "Path",
|
2077
2080
|
# exclusions: ["Path"],
|
2081
|
+
# connection_name: "ConnectionName",
|
2078
2082
|
# },
|
2079
2083
|
# ],
|
2080
2084
|
# jdbc_targets: [
|
@@ -2195,7 +2199,7 @@ module Aws::Glue
|
|
2195
2199
|
# connection_input: { # required
|
2196
2200
|
# name: "NameString", # required
|
2197
2201
|
# description: "DescriptionString",
|
2198
|
-
# connection_type: "JDBC", # required, accepts JDBC, SFTP, MONGODB, KAFKA
|
2202
|
+
# connection_type: "JDBC", # required, accepts JDBC, SFTP, MONGODB, KAFKA, NETWORK
|
2199
2203
|
# match_criteria: ["NameString"],
|
2200
2204
|
# connection_properties: { # required
|
2201
2205
|
# "HOST" => "ValueString",
|
@@ -2243,6 +2247,7 @@ module Aws::Glue
|
|
2243
2247
|
# {
|
2244
2248
|
# path: "Path",
|
2245
2249
|
# exclusions: ["Path"],
|
2250
|
+
# connection_name: "ConnectionName",
|
2246
2251
|
# },
|
2247
2252
|
# ],
|
2248
2253
|
# jdbc_targets: [
|
@@ -5837,7 +5842,7 @@ module Aws::Glue
|
|
5837
5842
|
#
|
5838
5843
|
# {
|
5839
5844
|
# match_criteria: ["NameString"],
|
5840
|
-
# connection_type: "JDBC", # accepts JDBC, SFTP, MONGODB, KAFKA
|
5845
|
+
# connection_type: "JDBC", # accepts JDBC, SFTP, MONGODB, KAFKA, NETWORK
|
5841
5846
|
# }
|
5842
5847
|
#
|
5843
5848
|
# @!attribute [rw] match_criteria
|
@@ -5865,7 +5870,7 @@ module Aws::Glue
|
|
5865
5870
|
# catalog_id: "CatalogIdString",
|
5866
5871
|
# filter: {
|
5867
5872
|
# match_criteria: ["NameString"],
|
5868
|
-
# connection_type: "JDBC", # accepts JDBC, SFTP, MONGODB, KAFKA
|
5873
|
+
# connection_type: "JDBC", # accepts JDBC, SFTP, MONGODB, KAFKA, NETWORK
|
5869
5874
|
# },
|
5870
5875
|
# hide_password: false,
|
5871
5876
|
# next_token: "Token",
|
@@ -10652,6 +10657,7 @@ module Aws::Glue
|
|
10652
10657
|
# {
|
10653
10658
|
# path: "Path",
|
10654
10659
|
# exclusions: ["Path"],
|
10660
|
+
# connection_name: "ConnectionName",
|
10655
10661
|
# }
|
10656
10662
|
#
|
10657
10663
|
# @!attribute [rw] path
|
@@ -10667,11 +10673,18 @@ module Aws::Glue
|
|
10667
10673
|
# [1]: https://docs.aws.amazon.com/glue/latest/dg/add-crawler.html
|
10668
10674
|
# @return [Array<String>]
|
10669
10675
|
#
|
10676
|
+
# @!attribute [rw] connection_name
|
10677
|
+
# The name of a connection which allows a job or crawler to access
|
10678
|
+
# data in Amazon S3 within an Amazon Virtual Private Cloud environment
|
10679
|
+
# (Amazon VPC).
|
10680
|
+
# @return [String]
|
10681
|
+
#
|
10670
10682
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/S3Target AWS API Documentation
|
10671
10683
|
#
|
10672
10684
|
class S3Target < Struct.new(
|
10673
10685
|
:path,
|
10674
|
-
:exclusions
|
10686
|
+
:exclusions,
|
10687
|
+
:connection_name)
|
10675
10688
|
SENSITIVE = []
|
10676
10689
|
include Aws::Structure
|
10677
10690
|
end
|
@@ -12955,7 +12968,7 @@ module Aws::Glue
|
|
12955
12968
|
# connection_input: { # required
|
12956
12969
|
# name: "NameString", # required
|
12957
12970
|
# description: "DescriptionString",
|
12958
|
-
# connection_type: "JDBC", # required, accepts JDBC, SFTP, MONGODB, KAFKA
|
12971
|
+
# connection_type: "JDBC", # required, accepts JDBC, SFTP, MONGODB, KAFKA, NETWORK
|
12959
12972
|
# match_criteria: ["NameString"],
|
12960
12973
|
# connection_properties: { # required
|
12961
12974
|
# "HOST" => "ValueString",
|
@@ -13009,6 +13022,7 @@ module Aws::Glue
|
|
13009
13022
|
# {
|
13010
13023
|
# path: "Path",
|
13011
13024
|
# exclusions: ["Path"],
|
13025
|
+
# connection_name: "ConnectionName",
|
13012
13026
|
# },
|
13013
13027
|
# ],
|
13014
13028
|
# 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.
|
4
|
+
version: 1.66.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-07
|
11
|
+
date: 2020-08-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|