aws-sdk-glue 1.80.0 → 1.81.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 +6 -6
- data/lib/aws-sdk-glue/types.rb +36 -5
- 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: a18b5ff7c504f20592ebd36b607457b474e0f86eb4b96ae4a83b8ba8638e896a
|
|
4
|
+
data.tar.gz: 026b94ad61d647725a281900412eff102775e4acaa1b3105360fa2e42f06ca18
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3d7b31ead1625ff3d0b80b84292710e1e7d2c95cd9f43417fed863b85b73cc20c3f5b6e57238561ca210276a5240af2c91646bf46fbebd01ae38bbd49a63dfee
|
|
7
|
+
data.tar.gz: ded82959a4ac78d2e3df3fb3fb613a550f5d4dc4a444f8b32d83004506c4fbee2850b9c8c295feb5205e3194bc3bbe8aba90459fc3720fc87c91e87d1486b5af
|
data/lib/aws-sdk-glue.rb
CHANGED
data/lib/aws-sdk-glue/client.rb
CHANGED
|
@@ -1487,7 +1487,7 @@ module Aws::Glue
|
|
|
1487
1487
|
# connection_input: { # required
|
|
1488
1488
|
# name: "NameString", # required
|
|
1489
1489
|
# description: "DescriptionString",
|
|
1490
|
-
# connection_type: "JDBC", # required, accepts JDBC, SFTP, MONGODB, KAFKA, NETWORK
|
|
1490
|
+
# connection_type: "JDBC", # required, accepts JDBC, SFTP, MONGODB, KAFKA, NETWORK, MARKETPLACE, CUSTOM
|
|
1491
1491
|
# match_criteria: ["NameString"],
|
|
1492
1492
|
# connection_properties: { # required
|
|
1493
1493
|
# "HOST" => "ValueString",
|
|
@@ -4153,7 +4153,7 @@ module Aws::Glue
|
|
|
4153
4153
|
#
|
|
4154
4154
|
# resp.connection.name #=> String
|
|
4155
4155
|
# resp.connection.description #=> String
|
|
4156
|
-
# resp.connection.connection_type #=> String, one of "JDBC", "SFTP", "MONGODB", "KAFKA", "NETWORK"
|
|
4156
|
+
# resp.connection.connection_type #=> String, one of "JDBC", "SFTP", "MONGODB", "KAFKA", "NETWORK", "MARKETPLACE", "CUSTOM"
|
|
4157
4157
|
# resp.connection.match_criteria #=> Array
|
|
4158
4158
|
# resp.connection.match_criteria[0] #=> String
|
|
4159
4159
|
# resp.connection.connection_properties #=> Hash
|
|
@@ -4211,7 +4211,7 @@ module Aws::Glue
|
|
|
4211
4211
|
# catalog_id: "CatalogIdString",
|
|
4212
4212
|
# filter: {
|
|
4213
4213
|
# match_criteria: ["NameString"],
|
|
4214
|
-
# connection_type: "JDBC", # accepts JDBC, SFTP, MONGODB, KAFKA, NETWORK
|
|
4214
|
+
# connection_type: "JDBC", # accepts JDBC, SFTP, MONGODB, KAFKA, NETWORK, MARKETPLACE, CUSTOM
|
|
4215
4215
|
# },
|
|
4216
4216
|
# hide_password: false,
|
|
4217
4217
|
# next_token: "Token",
|
|
@@ -4223,7 +4223,7 @@ module Aws::Glue
|
|
|
4223
4223
|
# resp.connection_list #=> Array
|
|
4224
4224
|
# resp.connection_list[0].name #=> String
|
|
4225
4225
|
# resp.connection_list[0].description #=> String
|
|
4226
|
-
# resp.connection_list[0].connection_type #=> String, one of "JDBC", "SFTP", "MONGODB", "KAFKA", "NETWORK"
|
|
4226
|
+
# resp.connection_list[0].connection_type #=> String, one of "JDBC", "SFTP", "MONGODB", "KAFKA", "NETWORK", "MARKETPLACE", "CUSTOM"
|
|
4227
4227
|
# resp.connection_list[0].match_criteria #=> Array
|
|
4228
4228
|
# resp.connection_list[0].match_criteria[0] #=> String
|
|
4229
4229
|
# resp.connection_list[0].connection_properties #=> Hash
|
|
@@ -9574,7 +9574,7 @@ module Aws::Glue
|
|
|
9574
9574
|
# connection_input: { # required
|
|
9575
9575
|
# name: "NameString", # required
|
|
9576
9576
|
# description: "DescriptionString",
|
|
9577
|
-
# connection_type: "JDBC", # required, accepts JDBC, SFTP, MONGODB, KAFKA, NETWORK
|
|
9577
|
+
# connection_type: "JDBC", # required, accepts JDBC, SFTP, MONGODB, KAFKA, NETWORK, MARKETPLACE, CUSTOM
|
|
9578
9578
|
# match_criteria: ["NameString"],
|
|
9579
9579
|
# connection_properties: { # required
|
|
9580
9580
|
# "HOST" => "ValueString",
|
|
@@ -10590,7 +10590,7 @@ module Aws::Glue
|
|
|
10590
10590
|
params: params,
|
|
10591
10591
|
config: config)
|
|
10592
10592
|
context[:gem_name] = 'aws-sdk-glue'
|
|
10593
|
-
context[:gem_version] = '1.
|
|
10593
|
+
context[:gem_version] = '1.81.0'
|
|
10594
10594
|
Seahorse::Client::Request.new(handlers, context)
|
|
10595
10595
|
end
|
|
10596
10596
|
|
data/lib/aws-sdk-glue/types.rb
CHANGED
|
@@ -1963,6 +1963,18 @@ module Aws::Glue
|
|
|
1963
1963
|
# validation of the CA cert file or not. AWS Glue validates for
|
|
1964
1964
|
# three algorithms: SHA256withRSA, SHA384withRSA and SHA512withRSA.
|
|
1965
1965
|
# Default value is "false".
|
|
1966
|
+
#
|
|
1967
|
+
# * `SECRET_ID` - The secret ID used for the secret manager of
|
|
1968
|
+
# credentials.
|
|
1969
|
+
#
|
|
1970
|
+
# * `CONNECTOR_URL` - The connector URL for a MARKETPLACE or CUSTOM
|
|
1971
|
+
# connection.
|
|
1972
|
+
#
|
|
1973
|
+
# * `CONNECTOR_TYPE` - The connector type for a MARKETPLACE or CUSTOM
|
|
1974
|
+
# connection.
|
|
1975
|
+
#
|
|
1976
|
+
# * `CONNECTOR_CLASS_NAME` - The connector class name for a
|
|
1977
|
+
# MARKETPLACE or CUSTOM connection.
|
|
1966
1978
|
# @return [Hash<String,String>]
|
|
1967
1979
|
#
|
|
1968
1980
|
# @!attribute [rw] physical_connection_requirements
|
|
@@ -2008,7 +2020,7 @@ module Aws::Glue
|
|
|
2008
2020
|
# {
|
|
2009
2021
|
# name: "NameString", # required
|
|
2010
2022
|
# description: "DescriptionString",
|
|
2011
|
-
# connection_type: "JDBC", # required, accepts JDBC, SFTP, MONGODB, KAFKA, NETWORK
|
|
2023
|
+
# connection_type: "JDBC", # required, accepts JDBC, SFTP, MONGODB, KAFKA, NETWORK, MARKETPLACE, CUSTOM
|
|
2012
2024
|
# match_criteria: ["NameString"],
|
|
2013
2025
|
# connection_properties: { # required
|
|
2014
2026
|
# "HOST" => "ValueString",
|
|
@@ -2043,6 +2055,14 @@ module Aws::Glue
|
|
|
2043
2055
|
# * `NETWORK` - Designates a network connection to a data source
|
|
2044
2056
|
# within an Amazon Virtual Private Cloud environment (Amazon VPC).
|
|
2045
2057
|
#
|
|
2058
|
+
# * `MARKETPLACE` - Uses configuration settings contained in a
|
|
2059
|
+
# connector purchased from AWS Marketplace to read from and write to
|
|
2060
|
+
# data stores that are not natively supported by AWS Glue.
|
|
2061
|
+
#
|
|
2062
|
+
# * `CUSTOM` - Uses configuration settings contained in a custom
|
|
2063
|
+
# connector to read from and write to data stores that are not
|
|
2064
|
+
# natively supported by AWS Glue.
|
|
2065
|
+
#
|
|
2046
2066
|
# SFTP is not supported.
|
|
2047
2067
|
# @return [String]
|
|
2048
2068
|
#
|
|
@@ -2557,7 +2577,7 @@ module Aws::Glue
|
|
|
2557
2577
|
# connection_input: { # required
|
|
2558
2578
|
# name: "NameString", # required
|
|
2559
2579
|
# description: "DescriptionString",
|
|
2560
|
-
# connection_type: "JDBC", # required, accepts JDBC, SFTP, MONGODB, KAFKA, NETWORK
|
|
2580
|
+
# connection_type: "JDBC", # required, accepts JDBC, SFTP, MONGODB, KAFKA, NETWORK, MARKETPLACE, CUSTOM
|
|
2561
2581
|
# match_criteria: ["NameString"],
|
|
2562
2582
|
# connection_properties: { # required
|
|
2563
2583
|
# "HOST" => "ValueString",
|
|
@@ -6788,7 +6808,7 @@ module Aws::Glue
|
|
|
6788
6808
|
#
|
|
6789
6809
|
# {
|
|
6790
6810
|
# match_criteria: ["NameString"],
|
|
6791
|
-
# connection_type: "JDBC", # accepts JDBC, SFTP, MONGODB, KAFKA, NETWORK
|
|
6811
|
+
# connection_type: "JDBC", # accepts JDBC, SFTP, MONGODB, KAFKA, NETWORK, MARKETPLACE, CUSTOM
|
|
6792
6812
|
# }
|
|
6793
6813
|
#
|
|
6794
6814
|
# @!attribute [rw] match_criteria
|
|
@@ -6816,7 +6836,7 @@ module Aws::Glue
|
|
|
6816
6836
|
# catalog_id: "CatalogIdString",
|
|
6817
6837
|
# filter: {
|
|
6818
6838
|
# match_criteria: ["NameString"],
|
|
6819
|
-
# connection_type: "JDBC", # accepts JDBC, SFTP, MONGODB, KAFKA, NETWORK
|
|
6839
|
+
# connection_type: "JDBC", # accepts JDBC, SFTP, MONGODB, KAFKA, NETWORK, MARKETPLACE, CUSTOM
|
|
6820
6840
|
# },
|
|
6821
6841
|
# hide_password: false,
|
|
6822
6842
|
# next_token: "Token",
|
|
@@ -13093,6 +13113,8 @@ module Aws::Glue
|
|
|
13093
13113
|
include Aws::Structure
|
|
13094
13114
|
end
|
|
13095
13115
|
|
|
13116
|
+
# The unique ID of the schema in the AWS Glue schema registry.
|
|
13117
|
+
#
|
|
13096
13118
|
# @note When making an API call, you may pass SchemaId
|
|
13097
13119
|
# data as a hash:
|
|
13098
13120
|
#
|
|
@@ -13103,12 +13125,17 @@ module Aws::Glue
|
|
|
13103
13125
|
# }
|
|
13104
13126
|
#
|
|
13105
13127
|
# @!attribute [rw] schema_arn
|
|
13128
|
+
# The Amazon Resource Name (ARN) of the schema. One of `SchemaArn` or
|
|
13129
|
+
# `SchemaName` has to be provided.
|
|
13106
13130
|
# @return [String]
|
|
13107
13131
|
#
|
|
13108
13132
|
# @!attribute [rw] schema_name
|
|
13133
|
+
# The name of the schema. One of `SchemaArn` or `SchemaName` has to be
|
|
13134
|
+
# provided.
|
|
13109
13135
|
# @return [String]
|
|
13110
13136
|
#
|
|
13111
13137
|
# @!attribute [rw] registry_name
|
|
13138
|
+
# The name of the schema registry that contains the schema.
|
|
13112
13139
|
# @return [String]
|
|
13113
13140
|
#
|
|
13114
13141
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/SchemaId AWS API Documentation
|
|
@@ -13259,6 +13286,8 @@ module Aws::Glue
|
|
|
13259
13286
|
include Aws::Structure
|
|
13260
13287
|
end
|
|
13261
13288
|
|
|
13289
|
+
# A structure containing the schema version information.
|
|
13290
|
+
#
|
|
13262
13291
|
# @note When making an API call, you may pass SchemaVersionNumber
|
|
13263
13292
|
# data as a hash:
|
|
13264
13293
|
#
|
|
@@ -13268,9 +13297,11 @@ module Aws::Glue
|
|
|
13268
13297
|
# }
|
|
13269
13298
|
#
|
|
13270
13299
|
# @!attribute [rw] latest_version
|
|
13300
|
+
# The latest version available for the schema.
|
|
13271
13301
|
# @return [Boolean]
|
|
13272
13302
|
#
|
|
13273
13303
|
# @!attribute [rw] version_number
|
|
13304
|
+
# The version number of the schema.
|
|
13274
13305
|
# @return [Integer]
|
|
13275
13306
|
#
|
|
13276
13307
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/SchemaVersionNumber AWS API Documentation
|
|
@@ -15502,7 +15533,7 @@ module Aws::Glue
|
|
|
15502
15533
|
# connection_input: { # required
|
|
15503
15534
|
# name: "NameString", # required
|
|
15504
15535
|
# description: "DescriptionString",
|
|
15505
|
-
# connection_type: "JDBC", # required, accepts JDBC, SFTP, MONGODB, KAFKA, NETWORK
|
|
15536
|
+
# connection_type: "JDBC", # required, accepts JDBC, SFTP, MONGODB, KAFKA, NETWORK, MARKETPLACE, CUSTOM
|
|
15506
15537
|
# match_criteria: ["NameString"],
|
|
15507
15538
|
# connection_properties: { # required
|
|
15508
15539
|
# "HOST" => "ValueString",
|
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.81.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-
|
|
11
|
+
date: 2020-12-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|