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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1c5f1276524f221ad56b7c2c5b26028591eeaab1d82c7cfb03eb6156ef5fd9b1
4
- data.tar.gz: efbcdf0484433d63d4f7df96a4956d7fc632a36f6f6cdd4039c5dce0eb248a0b
3
+ metadata.gz: 71ce2606bebfdd47869c0a3753f1f25487c56b1aa2d8044735af19bc4b02c44c
4
+ data.tar.gz: 74a8986874545f4ab49b7a489ecb10c6048d189b2154ca899a7a98e1e8d183f8
5
5
  SHA512:
6
- metadata.gz: 1d2a5261eabfaf8f7f0675e9d38637ee822a28af2958d41cc8dbbd14f3d031a8af4a31533692d70abad3c1dd204e5c9a2a03fded4fc3c467ec4b4ad301d35e72
7
- data.tar.gz: 8a4640dbff375fdc59166d224daa4c3ef2951d0b8d17bf227f79210ff86806064492d3b947330947d9e5ce63e286373bfa8ceacdbb889465b8528aea147578b9
6
+ metadata.gz: 1be0b4201e48fb75ed42749e72434b66395f68449dad1dea88e55de761c1e5649f356f71eb29e810291c2eece511a55fe63cd766e49b58130e7e3f7cfa88d7b0
7
+ data.tar.gz: 413da74a1274f54b26b180faf2e0d8d4419ba14d799bc46673ee7f94cc7f8410e53c38af766653a9f544d0949c82befb9582d86dbf0f174bba321341bc04dadf
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-costexplorer/customizations'
45
45
  # @service
46
46
  module Aws::CostExplorer
47
47
 
48
- GEM_VERSION = '1.40.0'
48
+ GEM_VERSION = '1.41.0'
49
49
 
50
50
  end
@@ -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 search for in the following locations:
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 avalid HTTP(S) URI.
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.40.0'
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.40.0
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-04-21 00:00:00.000000000 Z
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