aws-sdk-cloudsearchdomain 1.48.0 → 1.49.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudsearchdomain/client.rb +7 -1
- data/lib/aws-sdk-cloudsearchdomain.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 77f6ec7292b9180fa945c63f6abcd1178943ca0ea6da603fce9de0f496893966
|
|
4
|
+
data.tar.gz: d828327bfb1507f7a62e74978f1bd9a441b256a4250664278b78c962f798aabb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: beb9aea121c3cf56bf1e59dddfcd09c5c48ba12de138e92e734028e72e35c3ef440f4ee0bd0bd4ec435b4faf09040b073b57db5befc9fdf7ef47c1cfe7c54fff
|
|
7
|
+
data.tar.gz: a8f756b6c67990da07c73a8226da9c122abdd783bcd5f9225c57fa10b3ff55fc004e1573866a9736e26be092b5e0776c2dde7d61eb02ef1429f79b389ded0ec7
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.49.0
|
|
@@ -366,6 +366,12 @@ module Aws::CloudSearchDomain
|
|
|
366
366
|
# @option options [String] :ssl_ca_store
|
|
367
367
|
# Sets the X509::Store to verify peer certificate.
|
|
368
368
|
#
|
|
369
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
|
370
|
+
# Sets a client certificate when creating http connections.
|
|
371
|
+
#
|
|
372
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
|
373
|
+
# Sets a client key when creating http connections.
|
|
374
|
+
#
|
|
369
375
|
# @option options [Float] :ssl_timeout
|
|
370
376
|
# Sets the SSL timeout in seconds
|
|
371
377
|
#
|
|
@@ -982,7 +988,7 @@ module Aws::CloudSearchDomain
|
|
|
982
988
|
tracer: tracer
|
|
983
989
|
)
|
|
984
990
|
context[:gem_name] = 'aws-sdk-cloudsearchdomain'
|
|
985
|
-
context[:gem_version] = '1.
|
|
991
|
+
context[:gem_version] = '1.49.0'
|
|
986
992
|
Seahorse::Client::Request.new(handlers, context)
|
|
987
993
|
end
|
|
988
994
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-cloudsearchdomain
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.49.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-
|
|
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
|