aws-sdk-directoryservice 1.71.0 → 1.72.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-directoryservice/client.rb +7 -1
- data/lib/aws-sdk-directoryservice.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: 6fa85fa00e6d4289039bff5069807cb29a287fb1ac7f2c3d9b0fef5a125c8f75
|
|
4
|
+
data.tar.gz: 1f1140f9c798aeb0012219204e4cc12ce0ff8b7082adb46c68ffb069c4992549
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 63138ed89e3596ec718155e4d90d6764b4ceb865b866b4886b04c570f264128a6f7005cc6006fbc28961946ae741147b13d29245937074c58689192094778800
|
|
7
|
+
data.tar.gz: d9fad93ea1117ca6d37e5cf4c9886d76d4abb55a30fcb5a0fe974f116eb11ca796b85e7976806a38bb4c875d661b9fbbd68c777a22075984ad808d44dbafd357
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.72.0
|
|
@@ -432,6 +432,12 @@ module Aws::DirectoryService
|
|
|
432
432
|
# @option options [String] :ssl_ca_store
|
|
433
433
|
# Sets the X509::Store to verify peer certificate.
|
|
434
434
|
#
|
|
435
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
|
436
|
+
# Sets a client certificate when creating http connections.
|
|
437
|
+
#
|
|
438
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
|
439
|
+
# Sets a client key when creating http connections.
|
|
440
|
+
#
|
|
435
441
|
# @option options [Float] :ssl_timeout
|
|
436
442
|
# Sets the SSL timeout in seconds
|
|
437
443
|
#
|
|
@@ -3438,7 +3444,7 @@ module Aws::DirectoryService
|
|
|
3438
3444
|
tracer: tracer
|
|
3439
3445
|
)
|
|
3440
3446
|
context[:gem_name] = 'aws-sdk-directoryservice'
|
|
3441
|
-
context[:gem_version] = '1.
|
|
3447
|
+
context[:gem_version] = '1.72.0'
|
|
3442
3448
|
Seahorse::Client::Request.new(handlers, context)
|
|
3443
3449
|
end
|
|
3444
3450
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-directoryservice
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.72.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
|