aws-sdk-forecastqueryservice 1.42.0 → 1.43.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-forecastqueryservice/client.rb +7 -1
- data/lib/aws-sdk-forecastqueryservice.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: 05b00ffc4a4bcb9b7bc76dd562bf61ccc151c73beb76d5ef5bfd46e5f12602d3
|
4
|
+
data.tar.gz: 56bb49e306a3b314f06de5ca549ecc31b8fe377270330bcc7fe49bed39d5fee3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c3cbcc7ba0d1e4a439bb1e9eb455222f9beec438c4a9a4767fa9a685afa050c3c48d7a221ab8440eab598874a700494ecae150d403add11761e5d9b2fcfa145e
|
7
|
+
data.tar.gz: b2c4531647e08404093b839c128fca02261de7109ba41db00f2d74435ca3adb5ec9a684c3b8927a47af7aa9471c3d7c9deefa223ed17e30e37df4472533d3c12
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.43.0
|
@@ -432,6 +432,12 @@ module Aws::ForecastQueryService
|
|
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
|
#
|
@@ -615,7 +621,7 @@ module Aws::ForecastQueryService
|
|
615
621
|
tracer: tracer
|
616
622
|
)
|
617
623
|
context[:gem_name] = 'aws-sdk-forecastqueryservice'
|
618
|
-
context[:gem_version] = '1.
|
624
|
+
context[:gem_version] = '1.43.0'
|
619
625
|
Seahorse::Client::Request.new(handlers, context)
|
620
626
|
end
|
621
627
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-forecastqueryservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.43.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
|