aws-sdk-rdsdataservice 1.16.0 → 1.17.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
- SHA1:
3
- metadata.gz: 380e452cae01909ecdcce27e0c9d4f636e30192e
4
- data.tar.gz: 1f10ecb075144eb79cf3046a4314b6b2e52c38f4
2
+ SHA256:
3
+ metadata.gz: cc8fc1208f45d3729b6078bbff8ecc21cb0b3b8eda38f4e471f1e69dbf9d435a
4
+ data.tar.gz: ed2d5e408277bf3e0afd2e388dc72daa1eededbe2e191dd936d54ce8306a3fb5
5
5
  SHA512:
6
- metadata.gz: 23af17e7409de4788e50aa75ff2cdf3629009cfc308292910a2e6a15ba7193935011959eb144535fcd49efb30af608822a67fde14cb9b8f1f56a163868de08ea
7
- data.tar.gz: bc079e3461bc9d20b5b2b1b0e09875059024493faca418ce4a956ae82db6b7c8a381799cccdb4c90f2fd4f6db1360be32c14844162513096189429c3976692ed
6
+ metadata.gz: 4aa46a90835264ce17e6c74a8709c55c0ebaa1ed95fe3bd69e63e3d7e3425c2117a073198397744c3e255141ab8810d19f8ceefce86464d7c3bec6105a467a74
7
+ data.tar.gz: abe82cc6526072d437add59768d7721966e54e57a1c3058e3ecf409e384f3fc6f8e03bb44993b7f79ac77cea1d3a8fba1e0fd9d0b9ef0b6a8b2981e21044899f
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-rdsdataservice/customizations'
45
45
  # @service
46
46
  module Aws::RDSDataService
47
47
 
48
- GEM_VERSION = '1.16.0'
48
+ GEM_VERSION = '1.17.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::RDSDataService
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::RDSDataService
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
@@ -269,8 +269,7 @@ module Aws::RDSDataService
269
269
  #
270
270
  # @option options [Integer] :http_read_timeout (60) The default
271
271
  # number of seconds to wait for response data. This value can
272
- # safely be set
273
- # per-request on the session yielded by {#session_for}.
272
+ # safely be set per-request on the session.
274
273
  #
275
274
  # @option options [Float] :http_idle_timeout (5) The number of
276
275
  # seconds a connection is allowed to sit idle before it is
@@ -282,7 +281,7 @@ module Aws::RDSDataService
282
281
  # request body. This option has no effect unless the request has
283
282
  # "Expect" header set to "100-continue". Defaults to `nil` which
284
283
  # disables this behaviour. This value can safely be set per
285
- # request on the session yielded by {#session_for}.
284
+ # request on the session.
286
285
  #
287
286
  # @option options [Boolean] :http_wire_trace (false) When `true`,
288
287
  # HTTP debug output will be sent to the `:logger`.
@@ -809,7 +808,7 @@ module Aws::RDSDataService
809
808
  params: params,
810
809
  config: config)
811
810
  context[:gem_name] = 'aws-sdk-rdsdataservice'
812
- context[:gem_version] = '1.16.0'
811
+ context[:gem_version] = '1.17.0'
813
812
  Seahorse::Client::Request.new(handlers, context)
814
813
  end
815
814
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rdsdataservice
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-03-24 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 - AWS RDS DataService