aws-sdk-osis 1.21.0 → 1.22.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: 0c3314425309fb33431ef7b79a6f58d2ce7ab9c4f9df1a31823c9adb6a83b6d1
4
- data.tar.gz: bae83f1ae4932b17d4dcd8221233c590de85b45d85cd3dbab2015f065696aa8c
3
+ metadata.gz: 53d3733f03ef9d2119bd24f433085dde5764d301d64e990fa106998b2066f784
4
+ data.tar.gz: 74876883d448f33f804b689e74b918defafea0ee2e39562a1d4a05f560ff2ece
5
5
  SHA512:
6
- metadata.gz: 607db98b73edad84fac5133a2ae21c6ce1494e5a275b97b2504e3b93bd63bf9bd5d4f2036bd8f2e933436f92eea38940860a2fdc4067d7a947e378f9f3cd10a5
7
- data.tar.gz: 4d0e3ea3b26736031f927482317e6aea43319742627c6bdfa90eb85bff38b8829865368b93f916e13327f4475d64b2a733b89f128f552b72396894716465da5c
6
+ metadata.gz: 1a79b43b9dd7b82a280d7dcc3a1cba9fe7dc106a9dc0d062fd91187139f316398e9834ec489ee7a040f3fe298572f0aba9eab378f99aae779b411b8c07835aa9
7
+ data.tar.gz: 5760d1c4dbfea17e7ae00ce17940968c68c02b2d62bd3eac9227226dc6e193022d896f14cd2d50b22bcc9fcb8cb2bc09af3321469dd0a200b880b8ea598b0eaa
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.22.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.21.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.21.0
1
+ 1.22.0
@@ -425,6 +425,12 @@ module Aws::OSIS
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
  #
@@ -1234,7 +1240,7 @@ module Aws::OSIS
1234
1240
  tracer: tracer
1235
1241
  )
1236
1242
  context[:gem_name] = 'aws-sdk-osis'
1237
- context[:gem_version] = '1.21.0'
1243
+ context[:gem_version] = '1.22.0'
1238
1244
  Seahorse::Client::Request.new(handlers, context)
1239
1245
  end
1240
1246
 
data/lib/aws-sdk-osis.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-osis/customizations'
52
52
  # @!group service
53
53
  module Aws::OSIS
54
54
 
55
- GEM_VERSION = '1.21.0'
55
+ GEM_VERSION = '1.22.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-osis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.21.0
4
+ version: 1.22.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