aws-sdk-core 3.142.0 → 3.145.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: b86e4019cefec7f740569c46e21f5039b4ec11162965aa4d462d1d4124c3e11b
4
- data.tar.gz: 2196f7ac66b7a6a7a0183f01f3e577ea554a12f682fa8a357da3742af8b5cb46
3
+ metadata.gz: b18205025334a837b5d0349a7bd9cb0a381a186d9ce46c3bc31274e0a21eb088
4
+ data.tar.gz: f687a4da4580de211513eb6979c2836f2a8d42ffe9a80db75140f2483302e4a2
5
5
  SHA512:
6
- metadata.gz: 738dca379ddca6ebf5023a7559c55ed8c9c55cdd6b08eaed74f7cc7be7eb54a9b409754b2ab6a6a26c7f7b5ca13b554f462a9edc89796204ca3a3fd06b2b22ea
7
- data.tar.gz: 313ac05373f31bd534960fc0fc18868666e849bbcd40ce62b6562dc3e64fcd709825ce2fead1a4b6d469e0e312bffb31034ab43b63d7b8e8d4d79e42ef4da9f2
6
+ metadata.gz: 01f74765d859fb35153af20a9de4512057b86d2c77caf8229ae150c8933d5e9edbed175c5400cddcea44c88e4a871c70fbc08137d8a37b2996c000f51e5d4dcb
7
+ data.tar.gz: 05b623e0111508e00d309f9b4f5a4bef60a7f8873a6ba156612f077dcd4d11163db661bb1066933ab39e8644c5617330e70eda26d18012f62d526ec8dbb02998
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 3.145.0 (2022-09-12)
5
+ ------------------
6
+
7
+ * Feature - Updated Aws::SSO::Client with the latest API changes.
8
+
9
+ 3.144.0 (2022-09-09)
10
+ ------------------
11
+
12
+ * Feature - Updated Aws::SSO::Client with the latest API changes.
13
+
14
+ 3.143.0 (2022-09-08)
15
+ ------------------
16
+
17
+ * Feature - Updated Aws::SSO::Client with the latest API changes.
18
+
4
19
  3.142.0 (2022-09-07)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.142.0
1
+ 3.145.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.142.0'
571
+ context[:gem_version] = '3.145.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.142.0'
53
+ GEM_VERSION = '3.145.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.141.0'
552
+ context[:gem_version] = '3.144.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.141.0'
53
+ GEM_VERSION = '3.144.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.142.0'
2302
+ context[:gem_version] = '3.145.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.142.0'
53
+ GEM_VERSION = '3.145.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.142.0
4
+ version: 3.145.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-07 00:00:00.000000000 Z
11
+ date: 2022-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath