aws-sdk-cloudsearchdomain 1.48.0 → 1.50.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudsearchdomain/client.rb +7 -1
- data/lib/aws-sdk-cloudsearchdomain.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 80e659444f6155e8e983b84330a4f3a5bea485a0e8e7db02186a3b51e7f8ddaf
|
4
|
+
data.tar.gz: b320d9ed17801998724f9cdfb316b9e2bd1e6eca28675f6cca1a22b928bda0eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d382b380f856cda97ffc096f7ec7f1072e229a74357c07478d5df38bbaa8ac0c31d09a9c72965c56a6c0f5a66c35fd1048826b1181cca1039a2ddce92641be1e
|
7
|
+
data.tar.gz: afd6d50f23e6617b12f4fa27967814e6ca0dba80bb970fb2ac6bc47d065bdbf95bb1d02e84ef60034c96dae330d626bb345a9be667bc2a0cfd70631a75fe95bb
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.50.0 (2024-09-11)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.49.0 (2024-09-10)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.48.0 (2024-09-03)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.50.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.50.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.50.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-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.205.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.205.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|