aws-sdk-core 3.143.0 → 3.144.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: bd114fc9c20c464364a73148278fa295df6be4002c2306c161e466f210a99f07
4
- data.tar.gz: f92123de15a40ab2d4359e6fd5421f697694a2e0c9a2a4b29474e6a1d839adcd
3
+ metadata.gz: 12cffdd6e08d26844dcfa72fddb30f10c07ac4593fe78eb5548d0aeb4991669b
4
+ data.tar.gz: 3ff2f642c88ae58add5041439f5c7619bea5ce26834096133f0d67aca00613d3
5
5
  SHA512:
6
- metadata.gz: b5fd2e098ba342092878a568356a73270bb6a12645ca03426718bfea90b08ed3c9c43771c656d89f496ff45aea6cc9816be0f3b41ba6820810cdfbba6c91bee4
7
- data.tar.gz: ae6d99d0d3334242ccf2b06d6ac613f1fd31c1cb01f387ba23fd3a5392024aafefc4ce6de7c0a8e5655de898545bc04bc3f6b1642a11a7f30434e1b066f2a709
6
+ metadata.gz: ced36e26869e2cd03d1ddd0862124429eb6ba10afd6777ec718434080a4f193cd28a692e7ead25ff53302d0ca548b2bba2968f62efec5e0b01061a3063771a36
7
+ data.tar.gz: 32841e8f698715a247b23521c13a7dae039845201459368a6244650556cfab58f8bb6dcd3beadfa812aa86f060186d064661b1938aa3a0e37c40a4053e6b385e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 3.144.0 (2022-09-09)
5
+ ------------------
6
+
7
+ * Feature - Updated Aws::SSO::Client with the latest API changes.
8
+
4
9
  3.143.0 (2022-09-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.143.0
1
+ 3.144.0
@@ -568,7 +568,7 @@ module Aws::SSO
568
568
  params: params,
569
569
  config: config)
570
570
  context[:gem_name] = 'aws-sdk-core'
571
- context[:gem_version] = '3.143.0'
571
+ context[:gem_version] = '3.144.0'
572
572
  Seahorse::Client::Request.new(handlers, context)
573
573
  end
574
574
 
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.143.0'
53
+ GEM_VERSION = '3.144.0'
54
54
 
55
55
  end
@@ -549,7 +549,7 @@ module Aws::SSOOIDC
549
549
  params: params,
550
550
  config: config)
551
551
  context[:gem_name] = 'aws-sdk-core'
552
- context[:gem_version] = '3.142.0'
552
+ context[:gem_version] = '3.143.0'
553
553
  Seahorse::Client::Request.new(handlers, context)
554
554
  end
555
555
 
@@ -50,6 +50,6 @@ require_relative 'aws-sdk-ssooidc/customizations'
50
50
  # @!group service
51
51
  module Aws::SSOOIDC
52
52
 
53
- GEM_VERSION = '3.142.0'
53
+ GEM_VERSION = '3.143.0'
54
54
 
55
55
  end
@@ -2299,7 +2299,7 @@ module Aws::STS
2299
2299
  params: params,
2300
2300
  config: config)
2301
2301
  context[:gem_name] = 'aws-sdk-core'
2302
- context[:gem_version] = '3.143.0'
2302
+ context[:gem_version] = '3.144.0'
2303
2303
  Seahorse::Client::Request.new(handlers, context)
2304
2304
  end
2305
2305
 
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.143.0'
53
+ GEM_VERSION = '3.144.0'
54
54
 
55
55
  end
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.143.0
4
+ version: 3.144.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: 2022-09-08 00:00:00.000000000 Z
11
+ date: 2022-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath