aws-sdk-core 3.111.2 → 3.112.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: 282f18d47c64542b150b414e2c5bffc94b94edf011b9504c79687ac23adc13e6
4
- data.tar.gz: c70ec81b05022177b2ceecfdd7d332c17b69028bb8a8babe42f9646e16167742
3
+ metadata.gz: 9846398704dff183b4e6d15386b1e2a2d0e1d30c148615bca73cda3f749b9bc5
4
+ data.tar.gz: 9b144fdc3b4d71f71df2a9fd238adb23d0c71afb195776232ba94e4580993014
5
5
  SHA512:
6
- metadata.gz: a7576e33d28306590206c7a45092f5b41c8ce002a51c4745608c4aa0ca4dba76830d69546f3ffdaa321dae51d3456d2894d090e0cde1243ada25b4ae4648c701
7
- data.tar.gz: 36ba0115844053b24f8465368532768fef87c28d6abacbe82eab99178661f95b4cc1d1dc52b3a7724092bd72cfa983a1d03e50b25241534a8e9ec067e2c9b43b
6
+ metadata.gz: 9505410b4d01e6c77063e9b17c22e9bb6a73e8cbbcdcdb148bc6828ecee5c7829c47a7993193f680711bab17c20245afe66400e4e6981558ad8e57ad13e49756
7
+ data.tar.gz: b9f246135996a501f06f7c4dd6bbf183e44342dd6987fc952d3de4432341a0354c487c67aaa8f5301c53a0db70e94c9f5058967d3c0ff5dd312cd276c0230a42
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.111.2
1
+ 3.112.0
@@ -21,8 +21,7 @@ to default service endpoint when available.
21
21
  class Handler < Seahorse::Client::Handler
22
22
 
23
23
  def call(context)
24
- if context.config.regional_endpoint &&
25
- !context.config.disable_host_prefix_injection
24
+ if !context.config.disable_host_prefix_injection
26
25
  endpoint_trait = context.operation.endpoint_pattern
27
26
  if endpoint_trait && !endpoint_trait.empty?
28
27
  _apply_endpoint_trait(context, endpoint_trait)
data/lib/aws-sdk-sso.rb CHANGED
@@ -50,6 +50,6 @@ require_relative 'aws-sdk-sso/customizations'
50
50
  # @!group service
51
51
  module Aws::SSO
52
52
 
53
- GEM_VERSION = '3.111.2'
53
+ GEM_VERSION = '3.112.0'
54
54
 
55
55
  end
@@ -523,7 +523,7 @@ module Aws::SSO
523
523
  params: params,
524
524
  config: config)
525
525
  context[:gem_name] = 'aws-sdk-core'
526
- context[:gem_version] = '3.111.2'
526
+ context[:gem_version] = '3.112.0'
527
527
  Seahorse::Client::Request.new(handlers, context)
528
528
  end
529
529
 
@@ -11,7 +11,7 @@ module Aws
11
11
 
12
12
  class Handler < Seahorse::Client::Handler
13
13
  def call(context)
14
- # Some SSO operations break when given an empty content-type header.
14
+ # Some operations break when given an empty content-type header.
15
15
  # The SDK adds this blank content-type header
16
16
  # since Net::HTTP provides a default that can break services.
17
17
  # We're setting one here even though it's not used or necessary.
data/lib/aws-sdk-sts.rb CHANGED
@@ -50,6 +50,6 @@ require_relative 'aws-sdk-sts/customizations'
50
50
  # @!group service
51
51
  module Aws::STS
52
52
 
53
- GEM_VERSION = '3.111.2'
53
+ GEM_VERSION = '3.112.0'
54
54
 
55
55
  end
@@ -2204,7 +2204,7 @@ module Aws::STS
2204
2204
  params: params,
2205
2205
  config: config)
2206
2206
  context[:gem_name] = 'aws-sdk-core'
2207
- context[:gem_version] = '3.111.2'
2207
+ context[:gem_version] = '3.112.0'
2208
2208
  Seahorse::Client::Request.new(handlers, context)
2209
2209
  end
2210
2210
 
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.111.2
4
+ version: 3.112.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: 2021-01-19 00:00:00.000000000 Z
11
+ date: 2021-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath