aws-sdk-core 3.140.0 → 3.143.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
2
  SHA256:
3
- metadata.gz: 2bbc8aa22c01f276cccd583c8eaf56fa493b7f045c430b47aca13ca17e7a2b3a
4
- data.tar.gz: 2d4e4ca7280c37b2924305cecf3b03f3e05ef5f71cd2b9eddc746b5055ff4021
3
+ metadata.gz: bd114fc9c20c464364a73148278fa295df6be4002c2306c161e466f210a99f07
4
+ data.tar.gz: f92123de15a40ab2d4359e6fd5421f697694a2e0c9a2a4b29474e6a1d839adcd
5
5
  SHA512:
6
- metadata.gz: 2cbb9f461b5c39a43e53edd88ceea65b4ada600e697cbee560acd5f4b409b52a4ff7f21dacf6be1d0e570aaeeaa8b21a53f2f162d99e0e9c8d34c29cabb67444
7
- data.tar.gz: c13b7f11477cb1c13a6dc34ab644ebf5f62a04fab197572185eb29c00e32de088b2e556b808f06e360a12aac117ddbb1877347c6f8a781c039252474179a0128
6
+ metadata.gz: b5fd2e098ba342092878a568356a73270bb6a12645ca03426718bfea90b08ed3c9c43771c656d89f496ff45aea6cc9816be0f3b41ba6820810cdfbba6c91bee4
7
+ data.tar.gz: ae6d99d0d3334242ccf2b06d6ac613f1fd31c1cb01f387ba23fd3a5392024aafefc4ce6de7c0a8e5655de898545bc04bc3f6b1642a11a7f30434e1b066f2a709
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 3.143.0 (2022-09-08)
5
+ ------------------
6
+
7
+ * Feature - Updated Aws::SSO::Client with the latest API changes.
8
+
9
+ 3.142.0 (2022-09-07)
10
+ ------------------
11
+
12
+ * Feature - Updated Aws::SSO::Client with the latest API changes.
13
+
14
+ 3.141.0 (2022-09-06)
15
+ ------------------
16
+
17
+ * Feature - Updated Aws::SSO::Client with the latest API changes.
18
+
4
19
  3.140.0 (2022-09-02)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.140.0
1
+ 3.143.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.140.0'
571
+ context[:gem_version] = '3.143.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.140.0'
53
+ GEM_VERSION = '3.143.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.139.0'
552
+ context[:gem_version] = '3.142.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.139.0'
53
+ GEM_VERSION = '3.142.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.140.0'
2302
+ context[:gem_version] = '3.143.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.140.0'
53
+ GEM_VERSION = '3.143.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.140.0
4
+ version: 3.143.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-02 00:00:00.000000000 Z
11
+ date: 2022-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath