aws-sdk-ram 1.16.0 → 1.17.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
2
  SHA256:
3
- metadata.gz: 3fa345fd36dea9f607a21bbaa2f257b6a76e918010d5839f64f3cfccca4b4a97
4
- data.tar.gz: 07b79b2b94b81848ff47c9a843eb7cbc23b1a9e5fb00252e4dd7b5bc5d179795
3
+ metadata.gz: b9176890c001377d01344ab6a14e4ff6ade89e43a3a1510d6baa127db506acbc
4
+ data.tar.gz: 9a5c7ff5df8d877b9d54c400b47b802722a6d1c14c10a9e4010eb47d887996d5
5
5
  SHA512:
6
- metadata.gz: d3fb72bb2ed36ca1bb034324fbe71b53fd052f1a8469c82779d918bc3ceca90be413120e3c6b0ff0dbfa0a37200a8d7faa441b2d33bc4e05e4040ca7b70443fe
7
- data.tar.gz: 97ea1e2c854e81c3497aaafd36604b7252d2f2c2c5617394784ad69260802a0f1ae96fa8ceab90c9945a188c72b735b68e947b7df1f7559397bff33b1c768430
6
+ metadata.gz: ea5b80134fba83c18e6c99add98e7cad0054814d3bf5ee06f3cecf30f110d6d9480fc2773e8bc22f5469a94bdceb535132fe8e76d55b37f7566d94bdad34f06f
7
+ data.tar.gz: 0eb106cafcf118993b66201d0b38bf72353d13913fec8d1b5ec89c151609f33c624388d1d2f2b01bcf241efa102accfa967d4d5eb473875e2831d90ca202273c
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-ram/customizations'
45
45
  # @service
46
46
  module Aws::RAM
47
47
 
48
- GEM_VERSION = '1.16.0'
48
+ GEM_VERSION = '1.17.0'
49
49
 
50
50
  end
@@ -176,7 +176,7 @@ module Aws::RAM
176
176
  # requests fetching endpoints information. Defaults to 60 sec.
177
177
  #
178
178
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
179
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
180
  #
181
181
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
182
  # The log formatter.
@@ -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.16.0'
1534
+ context[:gem_version] = '1.17.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.16.0
4
+ version: 1.17.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-05-07 00:00:00.000000000 Z
11
+ date: 2020-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core