aws-sdk-ram 1.15.0 → 1.16.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: 2b323f0ec352598c9cdc38189bd79ed6dd2c4ec4174276435753d5e67a5758b0
4
- data.tar.gz: e9d67296d6aaba5b57784e0ea1cb0d31648aa4633851f7a3562cab1813fc0a18
3
+ metadata.gz: 3fa345fd36dea9f607a21bbaa2f257b6a76e918010d5839f64f3cfccca4b4a97
4
+ data.tar.gz: 07b79b2b94b81848ff47c9a843eb7cbc23b1a9e5fb00252e4dd7b5bc5d179795
5
5
  SHA512:
6
- metadata.gz: cc034047d0d2e356397b16aaafbcd8f44ede4b3d296d7e51af07408431fa330e3d249fe792750a9558d2540b518009246649b18ff0a72f5ddbcb6f2c5b969ba1
7
- data.tar.gz: 89bb43ad1bcdfc26bdaf115f35e7e12de8f326eda2471e6928df3500cc4c9a3e5ec5904fd2301b5a1089579cdf7994925582dc689d41104c73c2ed73fa4c596f
6
+ metadata.gz: d3fb72bb2ed36ca1bb034324fbe71b53fd052f1a8469c82779d918bc3ceca90be413120e3c6b0ff0dbfa0a37200a8d7faa441b2d33bc4e05e4040ca7b70443fe
7
+ data.tar.gz: 97ea1e2c854e81c3497aaafd36604b7252d2f2c2c5617394784ad69260802a0f1ae96fa8ceab90c9945a188c72b735b68e947b7df1f7559397bff33b1c768430
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-ram/customizations'
45
45
  # @service
46
46
  module Aws::RAM
47
47
 
48
- GEM_VERSION = '1.15.0'
48
+ GEM_VERSION = '1.16.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::RAM
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::RAM
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
@@ -1531,7 +1531,7 @@ module Aws::RAM
1531
1531
  params: params,
1532
1532
  config: config)
1533
1533
  context[:gem_name] = 'aws-sdk-ram'
1534
- context[:gem_version] = '1.15.0'
1534
+ context[:gem_version] = '1.16.0'
1535
1535
  Seahorse::Client::Request.new(handlers, context)
1536
1536
  end
1537
1537
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ram
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.0
4
+ version: 1.16.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-23 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