aws-sdk-glue 1.201.0 → 1.202.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: 5135b2a07562f57b190518e282be4e298f1da8477704d7733e88224fe4f15761
4
- data.tar.gz: 619749936172b7f4aeaf25223734a8e2bd2770ae6a399dcf5de7ed34ba856842
3
+ metadata.gz: ea3f075816b5ba8c1b32fab2456a7a4197f4d8a3b10c94db90ff12539144bd87
4
+ data.tar.gz: cf459798daabc2429f646b0d0f8e79c4faa4477e0f5ea1aefdbc92eefda18ec2
5
5
  SHA512:
6
- metadata.gz: 14f2cb022bd539dae914a914db3be54545d1bd10b40a14232263eee0f44cc15c2b0ebe25fc379b5ca5a3387be4d668514a3c91dc31a8e5dd74a4d4147177e8a6
7
- data.tar.gz: 4b8aacc6ed915e5bf89b8a5125321604483a735853b135973eaabc08047f1b368676aff9527a5ac991685fed39fbc43d5f44c5e4a30fe60c7e3b9a03a69b589a
6
+ metadata.gz: 1c8aa1f1089d7869355ef598c34815b794ec3a58741d605d54c8b0d398bc8107c26bb350ef52d9d4615ab7ce46f087e5131a7de0fdc1987cd5644baf8b5a56a0
7
+ data.tar.gz: a22b87371f16a16f4487efebf272da0b9befdaa2a88037993204bdf8fe5b9f5a7692d74869020289dfd6c19eccd4507d710e7d84f0d7845da1870df28aae46aa
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.202.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.201.0 (2024-11-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.201.0
1
+ 1.202.0
@@ -18456,7 +18456,7 @@ module Aws::Glue
18456
18456
  tracer: tracer
18457
18457
  )
18458
18458
  context[:gem_name] = 'aws-sdk-glue'
18459
- context[:gem_version] = '1.201.0'
18459
+ context[:gem_version] = '1.202.0'
18460
18460
  Seahorse::Client::Request.new(handlers, context)
18461
18461
  end
18462
18462
 
@@ -3548,7 +3548,6 @@ module Aws::Glue
3548
3548
  # * Optional: `JDBC_ENFORCE_SSL`, `CUSTOM_JDBC_CERT`,
3549
3549
  # `CUSTOM_JDBC_CERT_STRING`, `SKIP_CUSTOM_JDBC_CERT_VALIDATION`.
3550
3550
  # These parameters are used to configure SSL with JDBC.
3551
- #
3552
3551
  # * `KAFKA` - Designates a connection to an Apache Kafka streaming
3553
3552
  # platform.
3554
3553
  #
@@ -3578,7 +3577,6 @@ module Aws::Glue
3578
3577
  # `KAFKA_SASL_GSSAPI_KRB5_CONF`, `KAFKA_SASL_GSSAPI_SERVICE`,
3579
3578
  # `KAFKA_SASL_GSSAPI_PRINCIPAL`. These parameters are used to
3580
3579
  # configure SASL/GSSAPI authentication with `KAFKA`.
3581
- #
3582
3580
  # * `MONGODB` - Designates a connection to a MongoDB document
3583
3581
  # database.
3584
3582
  #
@@ -3587,7 +3585,6 @@ module Aws::Glue
3587
3585
  # * Required: `CONNECTION_URL`.
3588
3586
  #
3589
3587
  # * Required: All of (`USERNAME`, `PASSWORD`) or `SECRET_ID`.
3590
- #
3591
3588
  # * `SALESFORCE` - Designates a connection to Salesforce using OAuth
3592
3589
  # authencation.
3593
3590
  #
@@ -3595,7 +3592,6 @@ module Aws::Glue
3595
3592
  # configured.
3596
3593
  #
3597
3594
  # ^
3598
- #
3599
3595
  # * `VIEW_VALIDATION_REDSHIFT` - Designates a connection used for view
3600
3596
  # validation by Amazon Redshift.
3601
3597
  #
@@ -3620,7 +3616,6 @@ module Aws::Glue
3620
3616
  #
3621
3617
  # * Required for `JDBC` `CONNECTOR_TYPE` connections: All of
3622
3618
  # (`USERNAME`, `PASSWORD`) or `SECRET_ID`.
3623
- #
3624
3619
  # * `CUSTOM` - Uses configuration settings contained in a custom
3625
3620
  # connector to read from and write to data stores that are not
3626
3621
  # natively supported by Glue.
data/lib/aws-sdk-glue.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::Glue
54
54
  autoload :EndpointProvider, 'aws-sdk-glue/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-glue/endpoints'
56
56
 
57
- GEM_VERSION = '1.201.0'
57
+ GEM_VERSION = '1.202.0'
58
58
 
59
59
  end
60
60
 
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.201.0
4
+ version: 1.202.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: 2024-11-06 00:00:00.000000000 Z
11
+ date: 2024-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core