aws-sdk-costexplorer 1.106.0 → 1.107.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-costexplorer/client.rb +7 -1
- data/lib/aws-sdk-costexplorer.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: b8bf58a7704545d496b51967eb88c1715f0f5acada09d4d6644f20db0f3f5c48
|
4
|
+
data.tar.gz: 86101ef804fdfe0f486e8cc381b668a80f8fdfbc2afc68dcede73a0ddab6af9b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa51e1a1d25b77f0b612d8a6090f839dae47be33d2a29c50bb22b77a8b133f3174302e3948800c963c74dd64face80a0803554bdd07aeea88cce4b02caf62c38
|
7
|
+
data.tar.gz: f701a7692371d5d982e294cba48809638b11aa23119f1c3bfdbff151ea5b394fe10b32fe101d854e12ae03f0a33f72f1e74b60108b0c47d6a45b74964366efdf
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.107.0
|
@@ -432,6 +432,12 @@ module Aws::CostExplorer
|
|
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
|
#
|
@@ -5341,7 +5347,7 @@ module Aws::CostExplorer
|
|
5341
5347
|
tracer: tracer
|
5342
5348
|
)
|
5343
5349
|
context[:gem_name] = 'aws-sdk-costexplorer'
|
5344
|
-
context[:gem_version] = '1.
|
5350
|
+
context[:gem_version] = '1.107.0'
|
5345
5351
|
Seahorse::Client::Request.new(handlers, context)
|
5346
5352
|
end
|
5347
5353
|
|
data/lib/aws-sdk-costexplorer.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-costexplorer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.107.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
|