aws-sdk-ram 1.61.0 → 1.62.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-ram/client.rb +7 -1
- data/lib/aws-sdk-ram.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: 51798182ee129cea78d3180832e4b59d19b56d727b9fd112acd1e431d10ba804
|
|
4
|
+
data.tar.gz: c80e89749f4e02c05361c88c1bbdba7bbafdbe1b453ebc13bf603054e366e716
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5974947f1474ffc234346ae2b36f82ac21c8e0bd59200979b0662310643eb141c52b13899b4dfbef283ef1721e65cd0bafb50e81598f3058068badaeab2a96f4
|
|
7
|
+
data.tar.gz: cdd7f3ab36d8a2805e9838d9ec2769a3f945c9b19f37cad3372fbf24b268590904f02031ac2ea3da2ecb03c27303046bc82e07a1a0b1a99fb2b87cc3a7325cb6
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.62.0
|
data/lib/aws-sdk-ram/client.rb
CHANGED
|
@@ -425,6 +425,12 @@ module Aws::RAM
|
|
|
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
|
#
|
|
@@ -3341,7 +3347,7 @@ module Aws::RAM
|
|
|
3341
3347
|
tracer: tracer
|
|
3342
3348
|
)
|
|
3343
3349
|
context[:gem_name] = 'aws-sdk-ram'
|
|
3344
|
-
context[:gem_version] = '1.
|
|
3350
|
+
context[:gem_version] = '1.62.0'
|
|
3345
3351
|
Seahorse::Client::Request.new(handlers, context)
|
|
3346
3352
|
end
|
|
3347
3353
|
|
data/lib/aws-sdk-ram.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-ram
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.62.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
|