aws-sdk-gluedatabrew 1.43.0 → 1.44.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: e9b03f7706695f81e3bae2e3ae8b7a746dbb19a589cbb711f0ce107cf573d64e
4
- data.tar.gz: 18b96a76eca2a31a0ec9c3d6a079c485f3e981bc56a14ba079a791a26ef77d06
3
+ metadata.gz: 05ecdab73d6812c2b41f6dd45f9f6260a70c577138284971496549f7809b2e98
4
+ data.tar.gz: 18c91dc88f14c6861680c8f89f06404c27dacc128c80b704189cbf19b03fac29
5
5
  SHA512:
6
- metadata.gz: 68026d283cc3ef15b40a50a38ee30cabf4f1676b6167663395feb35d8f5fa7976f0bc5346ac9da3342ffcd85d61943936236d6d7d9ddbebe0e78a08f63942bf5
7
- data.tar.gz: ab74ec5da96f541ae740e8575208227ae4753652dae7ee50301ec0f6440dd23cbf156bd313f256961ef59e9992d95d2a2419c27bc4ca5d77fb794ecb96e3423b
6
+ metadata.gz: 19c169a059eea59fa01ad526cba67c96a686927f3a97c88f6b4a28ca7203c9347c00a7c6d270916b79e76b6a7d4e0cee0da2f67cffbf5cf55bf70aff5fd920fc
7
+ data.tar.gz: d7f51868cec83e19fa0aead0fb82561730936250c9270723e739266bbe12ccce8e4b1cdbd49476e265d2c5444adf4a0203fed4838b382de721e3d65300095444
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.0 (2024-09-10)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.43.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.43.0
1
+ 1.44.0
@@ -425,6 +425,12 @@ module Aws::GlueDataBrew
425
425
  # @option options [String] :ssl_ca_store
426
426
  # Sets the X509::Store to verify peer certificate.
427
427
  #
428
+ # @option options [OpenSSL::X509::Certificate] :ssl_cert
429
+ # Sets a client certificate when creating http connections.
430
+ #
431
+ # @option options [OpenSSL::PKey] :ssl_key
432
+ # Sets a client key when creating http connections.
433
+ #
428
434
  # @option options [Float] :ssl_timeout
429
435
  # Sets the SSL timeout in seconds
430
436
  #
@@ -3408,7 +3414,7 @@ module Aws::GlueDataBrew
3408
3414
  tracer: tracer
3409
3415
  )
3410
3416
  context[:gem_name] = 'aws-sdk-gluedatabrew'
3411
- context[:gem_version] = '1.43.0'
3417
+ context[:gem_version] = '1.44.0'
3412
3418
  Seahorse::Client::Request.new(handlers, context)
3413
3419
  end
3414
3420
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-gluedatabrew/customizations'
52
52
  # @!group service
53
53
  module Aws::GlueDataBrew
54
54
 
55
- GEM_VERSION = '1.43.0'
55
+ GEM_VERSION = '1.44.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-gluedatabrew
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.43.0
4
+ version: 1.44.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-09-03 00:00:00.000000000 Z
11
+ date: 2024-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core