aws-sdk-detective 1.4.0 → 1.5.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 95782499e30a5451e137d417e64234c0d72864ad
4
- data.tar.gz: 7403ba9e1f35672dba26d6b7e598f21b76010643
2
+ SHA256:
3
+ metadata.gz: d4d743a58b2a2043631fec0030e97c2a8f6d5cbb21afb08fba566c4d71bc9cb6
4
+ data.tar.gz: 8e68f91ec6a79af36e4e461a1f5bde3a5eed40c40c61bd93594a64a178fec49d
5
5
  SHA512:
6
- metadata.gz: 93b2ffd4ac7d17766ddb06ab24a06a6a91a337f04210474bd34d920b5e920676cfd13d4241a75e7e47c258a525f33cc6f77de069df9f546a5d61aacf78f78805
7
- data.tar.gz: 2d87d0991c6907f9bc8c48f269009c95474db01e53524c835c38b0d5a963427660ffbae0f0353e02600899ecf4cc7e0d85e731b410c06e312889a58a211558ef
6
+ metadata.gz: d96dbfda79ca84331365a27ffd0b3cbaa49347130125c7ae5d0744679ea5a2668f54cea548b24910625ea3ba6025b91740c6d681da81b75a6c94502812b51031
7
+ data.tar.gz: 7a30d6813916d10c63459793118f3e32eaac0eb46dc2f1cd2189ff34b33c6c0493f81cba57562e6d2ee8ca7f729eb348fa121d2efa4a82753b97327d5f24c97b
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-detective/customizations'
45
45
  # @service
46
46
  module Aws::Detective
47
47
 
48
- GEM_VERSION = '1.4.0'
48
+ GEM_VERSION = '1.5.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::Detective
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::Detective
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
@@ -844,7 +844,7 @@ module Aws::Detective
844
844
  params: params,
845
845
  config: config)
846
846
  context[:gem_name] = 'aws-sdk-detective'
847
- context[:gem_version] = '1.4.0'
847
+ context[:gem_version] = '1.5.0'
848
848
  Seahorse::Client::Request.new(handlers, context)
849
849
  end
850
850
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-detective
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.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-03-31 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
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  version: '0'
82
82
  requirements: []
83
83
  rubyforge_project:
84
- rubygems_version: 2.5.2.3
84
+ rubygems_version: 2.7.6.2
85
85
  signing_key:
86
86
  specification_version: 4
87
87
  summary: AWS SDK for Ruby - Amazon Detective