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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cb36d1551a60ee630f5ae793fa1fe91057f4f430b9601f38d0ebdb9163d221b6
4
- data.tar.gz: '09646849fc6e4adebbc9e0360e8cbdc27b9e9f3883a07a425e1f0660a33e118f'
3
+ metadata.gz: a18b5ff7c504f20592ebd36b607457b474e0f86eb4b96ae4a83b8ba8638e896a
4
+ data.tar.gz: 026b94ad61d647725a281900412eff102775e4acaa1b3105360fa2e42f06ca18
5
5
  SHA512:
6
- metadata.gz: 7f558e61b8d7e64b10eeef75df71252047b34b476ae0289467aad25b259a2b0a0559431175157d046172d6e5d5ea0ecc5b9dc1f8eee81347560fb94371bd3e01
7
- data.tar.gz: '0121649182be37d2c242afd47225ddb468dfc6995f9840877ce2bdb1f7ff3679aad1d16f3a648f81c1b347041cbc3900fbc9173edc6d97db2736196cf04a16e0'
6
+ metadata.gz: 3d7b31ead1625ff3d0b80b84292710e1e7d2c95cd9f43417fed863b85b73cc20c3f5b6e57238561ca210276a5240af2c91646bf46fbebd01ae38bbd49a63dfee
7
+ data.tar.gz: ded82959a4ac78d2e3df3fb3fb613a550f5d4dc4a444f8b32d83004506c4fbee2850b9c8c295feb5205e3194bc3bbe8aba90459fc3720fc87c91e87d1486b5af
@@ -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.80.0'
51
+ GEM_VERSION = '1.81.0'
52
52
 
53
53
  end
@@ -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.80.0'
10593
+ context[:gem_version] = '1.81.0'
10594
10594
  Seahorse::Client::Request.new(handlers, context)
10595
10595
  end
10596
10596
 
@@ -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.80.0
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-23 00:00:00.000000000 Z
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