aws-sdk-accessanalyzer 1.5.0 → 1.6.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: c3473a1b27f43059682dcf204728522da2b9924c6b83391af47fea23147095b5
4
- data.tar.gz: 26a1200012e532284b0fd2f3d388640526d0779c015b7a857e755acaeaafc81d
3
+ metadata.gz: 20c868112ab8cb7f9fa018ef1951c5812383f86e63dc4b09c29b282340f46b35
4
+ data.tar.gz: b6154cba7b7ae24cbcd894558c65f353960e26073aeb54388a88465b34f9454e
5
5
  SHA512:
6
- metadata.gz: e27affe0cf571380855dd857b16cf78ccc2463b9ba534a6d3035cecf95df8f41ef43554cacebcb605aed8f9b22aef2de2fcfc72e9c127c781fd9e2c982f0de67
7
- data.tar.gz: 17b9c3b98b64596b32b3025c15c3b066d43379b31362d0d1ea1ef51a1a7f1ed368b7b135b5d9f33a6caad7241664d19bffa24838b22008a45397430227c63a47
6
+ metadata.gz: 249a5ba4942615bce8a574845cb2dd0642a7f1ecdce7583332d85f4c57a087e57f4a8c752306b07b67281355d4af4e6fdf432b6952ebd3af9e5abdbcc551c6f9
7
+ data.tar.gz: 7df705efdff2353ced3b2ee050fce02b93b86930487ffa9d11cd5f23adbacf87e76a53938e20e7a3286672ebf0361ee7bf6c2548b39d9c54f0a3cfb4f1497f11
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-accessanalyzer/customizations'
45
45
  # @service
46
46
  module Aws::AccessAnalyzer
47
47
 
48
- GEM_VERSION = '1.5.0'
48
+ GEM_VERSION = '1.6.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::AccessAnalyzer
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::AccessAnalyzer
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
@@ -1095,7 +1095,7 @@ module Aws::AccessAnalyzer
1095
1095
  params: params,
1096
1096
  config: config)
1097
1097
  context[:gem_name] = 'aws-sdk-accessanalyzer'
1098
- context[:gem_version] = '1.5.0'
1098
+ context[:gem_version] = '1.6.0'
1099
1099
  Seahorse::Client::Request.new(handlers, context)
1100
1100
  end
1101
1101
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-accessanalyzer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.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-27 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