aws-sdk-costexplorer 1.40.0 → 1.41.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-costexplorer.rb +1 -1
- data/lib/aws-sdk-costexplorer/client.rb +3 -3
- 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: 71ce2606bebfdd47869c0a3753f1f25487c56b1aa2d8044735af19bc4b02c44c
|
4
|
+
data.tar.gz: 74a8986874545f4ab49b7a489ecb10c6048d189b2154ca899a7a98e1e8d183f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1be0b4201e48fb75ed42749e72434b66395f68449dad1dea88e55de761c1e5649f356f71eb29e810291c2eece511a55fe63cd766e49b58130e7e3f7cfa88d7b0
|
7
|
+
data.tar.gz: 413da74a1274f54b26b180faf2e0d8d4419ba14d799bc46673ee7f94cc7f8410e53c38af766653a9f544d0949c82befb9582d86dbf0f174bba321341bc04dadf
|
data/lib/aws-sdk-costexplorer.rb
CHANGED
@@ -105,7 +105,7 @@ module Aws::CostExplorer
|
|
105
105
|
# @option options [required, String] :region
|
106
106
|
# The AWS region to connect to. The configured `:region` is
|
107
107
|
# used to determine the service `:endpoint`. When not passed,
|
108
|
-
# a default `:region` is
|
108
|
+
# a default `:region` is searched for in the following locations:
|
109
109
|
#
|
110
110
|
# * `Aws.config[:region]`
|
111
111
|
# * `ENV['AWS_REGION']`
|
@@ -161,7 +161,7 @@ module Aws::CostExplorer
|
|
161
161
|
# @option options [String] :endpoint
|
162
162
|
# The client endpoint is normally constructed from the `:region`
|
163
163
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be
|
164
|
+
# to test endpoints. This should be a valid HTTP(S) URI.
|
165
165
|
#
|
166
166
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
167
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -2721,7 +2721,7 @@ module Aws::CostExplorer
|
|
2721
2721
|
params: params,
|
2722
2722
|
config: config)
|
2723
2723
|
context[:gem_name] = 'aws-sdk-costexplorer'
|
2724
|
-
context[:gem_version] = '1.
|
2724
|
+
context[:gem_version] = '1.41.0'
|
2725
2725
|
Seahorse::Client::Request.new(handlers, context)
|
2726
2726
|
end
|
2727
2727
|
|
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.41.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: 2020-
|
11
|
+
date: 2020-05-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|