aws-sdk-outposts 1.3.0 → 1.4.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: 61a3d240c7036c20e27485499f05dba7b3f189a6
4
- data.tar.gz: 90f68445fbff75f5c43da2c34bcb96f0c90667ce
2
+ SHA256:
3
+ metadata.gz: 6305a14645347dabd5e75cdcf2252c4fbede037b36479981616c42ee54f2c1d9
4
+ data.tar.gz: c319fa138bbfaf681c2e3baabc475b4e8c187c74d6289309c1467c9f19835dfe
5
5
  SHA512:
6
- metadata.gz: 35b4883d44a90348d6f62b18a9a2b5669461450ccecc18a94c39fc901af6d4778370ad8b8a364b4c33ec4364ab7290dbd30486e0f85adebd4de3f02057e2ce9b
7
- data.tar.gz: caef14827eb5be62d269adaf69e45ffe9ce8450111a5282fd46a5513336e13a88f4f77e3b83b216d05d8a2df7a8ef783cae18715f60ebdfa1f8ed7708cfd5bea
6
+ metadata.gz: b5cf954c3bbc4106085f87e6d425d1417937c8279a8059f5de8b3e45f7e0dbdd12a16dabda4a768af54801e193b435ae992b8b3176a40da5ddfde477474e4141
7
+ data.tar.gz: 410271fd85e89ae801fec4bdc3fbe21eccaac6fb80940c2ced8249ea2495b24808f197c006e2278cbfc027a8aba2fd8ee88e6b8de50035d59b5ea59ae48404c2
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-outposts/customizations'
45
45
  # @service
46
46
  module Aws::Outposts
47
47
 
48
- GEM_VERSION = '1.3.0'
48
+ GEM_VERSION = '1.4.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::Outposts
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::Outposts
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::Outposts
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::Outposts
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`.
@@ -586,7 +585,7 @@ module Aws::Outposts
586
585
  params: params,
587
586
  config: config)
588
587
  context[:gem_name] = 'aws-sdk-outposts'
589
- context[:gem_version] = '1.3.0'
588
+ context[:gem_version] = '1.4.0'
590
589
  Seahorse::Client::Request.new(handlers, context)
591
590
  end
592
591
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-outposts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.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-19 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 - Outposts