aws-sdk-organizations 1.97.0 → 1.98.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-organizations/client.rb +7 -1
- data/lib/aws-sdk-organizations.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: 839221bd094af2e7c23a58a3dca5f35017d113a9938c8d76efbd2496b4789249
|
|
4
|
+
data.tar.gz: aecd1e1ee9d59ebb7eda8eca05ed47ab8dba49ff659d6e441f878e7308941105
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eaa035e2d3c36c198bad5ec6412a3327554d75efcdcefb5ece5292918033f58c097890c316d6d72b938d37441267d4ab3c83b685bc060af4e24468d8497c21d6
|
|
7
|
+
data.tar.gz: c434e0bbca5fc353e11560705de4579ec0ef5e49149d2cbb6f57be2ab891dc6bb3a5c4db70a91112c62005cf96fba15aceb4e1c2a0364f2a580270404990e023
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.98.0
|
|
@@ -432,6 +432,12 @@ module Aws::Organizations
|
|
|
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
|
#
|
|
@@ -5800,7 +5806,7 @@ module Aws::Organizations
|
|
|
5800
5806
|
tracer: tracer
|
|
5801
5807
|
)
|
|
5802
5808
|
context[:gem_name] = 'aws-sdk-organizations'
|
|
5803
|
-
context[:gem_version] = '1.
|
|
5809
|
+
context[:gem_version] = '1.98.0'
|
|
5804
5810
|
Seahorse::Client::Request.new(handlers, context)
|
|
5805
5811
|
end
|
|
5806
5812
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-organizations
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.98.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
|