aws-sdk-cloudcontrolapi 1.27.0 → 1.28.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-cloudcontrolapi/client.rb +7 -1
- data/lib/aws-sdk-cloudcontrolapi.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: 968160eceda31e8b5840d728bbfad243eba56a520f17ac93b65088db586a957e
|
|
4
|
+
data.tar.gz: '01815cbad7c33c2af5327a5f71d7261ef5b072548c60777b389e30855512fbd6'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0c267c9d6a47fec02e370b4dfb4a77ad06704cfcf512de55cd2f7bae11cca1d284ab3e94a75a8655dab69fb70d2d44da3b7f87e9e22c5f8afa79ae2108cfb71a
|
|
7
|
+
data.tar.gz: b38de60d46969e0881e96acb245f5d570a0ad3ab627c7316836fa300cf99e7c1abe5a964c8392ebd79d9ce296d372a5ca3e502dc015511b0171ce3772d9d5c44
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.28.0
|
|
@@ -432,6 +432,12 @@ module Aws::CloudControlApi
|
|
|
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
|
#
|
|
@@ -1202,7 +1208,7 @@ module Aws::CloudControlApi
|
|
|
1202
1208
|
tracer: tracer
|
|
1203
1209
|
)
|
|
1204
1210
|
context[:gem_name] = 'aws-sdk-cloudcontrolapi'
|
|
1205
|
-
context[:gem_version] = '1.
|
|
1211
|
+
context[:gem_version] = '1.28.0'
|
|
1206
1212
|
Seahorse::Client::Request.new(handlers, context)
|
|
1207
1213
|
end
|
|
1208
1214
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-cloudcontrolapi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.28.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
|