aws-sdk-glue 1.161.0 → 1.163.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: e6bf1224d6ce0cd249e0ff371d49bb8f396777023e4dc3c6d8eda2d31e2e3440
4
- data.tar.gz: 23d0f5906e17b992b19eb9395f1de35d6c9ca866fb418e1d1052b0e2f7e97079
3
+ metadata.gz: 1e7a5c0d64ee80f5bcf61a9505bef49545c4390db086cdc8e6eeee06589eaa00
4
+ data.tar.gz: bf8f31a8265d84d6c877b38b000b0fe56b6dca3adf2d7c015fe6d3f0740f3e02
5
5
  SHA512:
6
- metadata.gz: f772d9af37b746fcfb403caa4920ccd088eb1cc13c3d99ccb2cd094c09b23edb3ef01529672adc12e26c2bd69de9656c445664ffa6ff99c9606c7e4a8c15e4c3
7
- data.tar.gz: edf18d144a01953166e42088df6bb4d0fe8ce7a603cf7a3b77554cf1d6ead06b66a6ccdeaa5a1a2ed4e56a6fa791f24d748c25976be6c64438ede604ed1c2c98
6
+ metadata.gz: 3f2abf6e7759c7131f5e344885be817ff51682d0dd4c5b7ce3f8e70ffc4d1d627e556c674dd3f6aaecb86074e98b5e38b77e3eab22cce634e638636399e70375
7
+ data.tar.gz: 7414b6b0e71232e8f2a6e559699e86af5ed57e632d2ba53b36c0c7485e0a11c46215cafe6f0b255f8def41fcb0636324cd5ba74d16ddc2fc686a4144f1dac304
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.163.0 (2023-11-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.162.0 (2023-11-27)
10
+ ------------------
11
+
12
+ * Feature - add observations support to DQ CodeGen config model + update document for connectiontypes supported by ConnectorData entities
13
+
4
14
  1.161.0 (2023-11-22)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.161.0
1
+ 1.163.0
@@ -16891,7 +16891,7 @@ module Aws::Glue
16891
16891
  params: params,
16892
16892
  config: config)
16893
16893
  context[:gem_name] = 'aws-sdk-glue'
16894
- context[:gem_version] = '1.161.0'
16894
+ context[:gem_version] = '1.163.0'
16895
16895
  Seahorse::Client::Request.new(handlers, context)
16896
16896
  end
16897
16897
 
@@ -25,16 +25,17 @@ module Aws::Glue
25
25
  # @api private
26
26
  class Handler < Seahorse::Client::Handler
27
27
  def call(context)
28
- # If endpoint was discovered, do not resolve or apply the endpoint.
29
28
  unless context[:discovered_endpoint]
30
29
  params = parameters_for_operation(context)
31
30
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
31
 
33
32
  context.http_request.endpoint = endpoint.url
34
33
  apply_endpoint_headers(context, endpoint.headers)
34
+
35
+ context[:endpoint_params] = params
36
+ context[:endpoint_properties] = endpoint.properties
35
37
  end
36
38
 
37
- context[:endpoint_params] = params
38
39
  context[:auth_scheme] =
39
40
  Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
41
 
@@ -3407,9 +3407,19 @@ module Aws::Glue
3407
3407
  # The `connectionType`, as provided to the underlying Glue library.
3408
3408
  # This node type supports the following connection types:
3409
3409
  #
3410
+ # * `opensearch`
3411
+ #
3412
+ # * `azuresql`
3413
+ #
3414
+ # * `azurecosmos`
3415
+ #
3410
3416
  # * `bigquery`
3411
3417
  #
3412
- # ^
3418
+ # * `saphana`
3419
+ #
3420
+ # * `teradata`
3421
+ #
3422
+ # * `vertica`
3413
3423
  # @return [String]
3414
3424
  #
3415
3425
  # @!attribute [rw] data
@@ -3447,9 +3457,19 @@ module Aws::Glue
3447
3457
  # The `connectionType`, as provided to the underlying Glue library.
3448
3458
  # This node type supports the following connection types:
3449
3459
  #
3460
+ # * `opensearch`
3461
+ #
3462
+ # * `azuresql`
3463
+ #
3464
+ # * `azurecosmos`
3465
+ #
3450
3466
  # * `bigquery`
3451
3467
  #
3452
- # ^
3468
+ # * `saphana`
3469
+ #
3470
+ # * `teradata`
3471
+ #
3472
+ # * `vertica`
3453
3473
  # @return [String]
3454
3474
  #
3455
3475
  # @!attribute [rw] data
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.161.0'
55
+ GEM_VERSION = '1.163.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.161.0
4
+ version: 1.163.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: 2023-11-22 00:00:00.000000000 Z
11
+ date: 2023-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core