aws-sdk-core 3.94.1 → 3.95.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: e3dcb7b830a3e5f10ec9ad91d7f9ac0dd951c01ab6ac7ef4d3c92cc246121e5e
4
- data.tar.gz: 67de0b39500fbd0f673f8eab1090a2ff2c8ccc0ff8d29458de785c9ba323e48c
3
+ metadata.gz: 60b1a6f829f927c518b36451d51a48b0231376c64eb6c96f37733654321f684c
4
+ data.tar.gz: 4eb47d3fd67a5cd7feefc457109f8d4d3cc603ca60eb412fdb6418f4e52ab9b1
5
5
  SHA512:
6
- metadata.gz: 73071a7ac86e2211ea76e64bf6ab449317cc9b7855a329729872363a09901f10937650bd4a7739590de279012987584b6222fdf1fe02e6762218cb849a18bb1d
7
- data.tar.gz: d79f0f6d5bfe744db5361b08f6622862e0f6c153625cf9ee7034eca28d02955d553f5d2d3723bb4422b98df7bbfb05b705a58c2006bdf7715520e1de6eeaf302
6
+ metadata.gz: a9719d38da7156226ea29e74c13412b662453554ab964371ac5508c5ef1d498f51144f9581838df85e3830999eb765579aea787b2bf07b54b9d5ea21783409be
7
+ data.tar.gz: aa50cf81b58ec28fe1a80995caa34101c7519450e99983dd64c4dcfc49e2a3329ad7526442673b887ccb9a5e4225fb1a00a15fb98bec2b36980f6cbbca4b73e5
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.94.1
1
+ 3.95.0
@@ -14,7 +14,7 @@ module Aws
14
14
  docstring: <<-DOCS) do |cfg|
15
15
  The AWS region to connect to. The configured `:region` is
16
16
  used to determine the service `:endpoint`. When not passed,
17
- a default `:region` is search for in the following locations:
17
+ a default `:region` is searched for in the following locations:
18
18
 
19
19
  * `Aws.config[:region]`
20
20
  * `ENV['AWS_REGION']`
@@ -31,7 +31,7 @@ a default `:region` is search for in the following locations:
31
31
  option(:endpoint, doc_type: String, docstring: <<-DOCS) do |cfg|
32
32
  The client endpoint is normally constructed from the `:region`
33
33
  option. You should only configure an `:endpoint` when connecting
34
- to test endpoints. This should be avalid HTTP(S) URI.
34
+ to test endpoints. This should be a valid HTTP(S) URI.
35
35
  DOCS
36
36
  endpoint_prefix = cfg.api.metadata['endpointPrefix']
37
37
  if cfg.region && endpoint_prefix
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-sts/customizations'
43
43
  # @service
44
44
  module Aws::STS
45
45
 
46
- GEM_VERSION = '3.94.1'
46
+ GEM_VERSION = '3.95.0'
47
47
 
48
48
  end
@@ -107,7 +107,7 @@ module Aws::STS
107
107
  # @option options [required, String] :region
108
108
  # The AWS region to connect to. The configured `:region` is
109
109
  # used to determine the service `:endpoint`. When not passed,
110
- # a default `:region` is search for in the following locations:
110
+ # a default `:region` is searched for in the following locations:
111
111
  #
112
112
  # * `Aws.config[:region]`
113
113
  # * `ENV['AWS_REGION']`
@@ -163,7 +163,7 @@ module Aws::STS
163
163
  # @option options [String] :endpoint
164
164
  # The client endpoint is normally constructed from the `:region`
165
165
  # option. You should only configure an `:endpoint` when connecting
166
- # to test endpoints. This should be avalid HTTP(S) URI.
166
+ # to test endpoints. This should be a valid HTTP(S) URI.
167
167
  #
168
168
  # @option options [Integer] :endpoint_cache_max_entries (1000)
169
169
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -2185,7 +2185,7 @@ module Aws::STS
2185
2185
  params: params,
2186
2186
  config: config)
2187
2187
  context[:gem_name] = 'aws-sdk-core'
2188
- context[:gem_version] = '3.94.1'
2188
+ context[:gem_version] = '3.95.0'
2189
2189
  Seahorse::Client::Request.new(handlers, context)
2190
2190
  end
2191
2191
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.94.1
4
+ version: 3.95.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-04 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: jmespath