aws-sdk-core 3.139.0 → 3.148.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: 1113be75f15cd8a7409bc0a456ccc4060a7a6cc890ebb8d5221d0003049308bb
4
- data.tar.gz: c5f900614121dad193065080cee328b5c91f0973682a382aeef52b419eba8b18
3
+ metadata.gz: 5469fd4081057eecd1781cd8bcf9d5d8c8703616d626b895541e3e72ce7671dc
4
+ data.tar.gz: fd3087eec39a586f868099a95a9b7be59e3c3cc02d67d7010a2e3cab8a325f7e
5
5
  SHA512:
6
- metadata.gz: 1aa1d47b5415a62e2fb0725ea1ffc7cce61cda483fdcfbf860bab7c267b98ad57000c09df6fd2d7bcc49ff244fece7eeda3da4952fcee8039913e2c730898964
7
- data.tar.gz: 4ff12524ddf1110103e67724c10fb1313ca884b3ca26d3d4c380f15a104324a49ba83e49fd78a42cf13a06dc51f0442d55a656c17f4fef0124d8dfa4a2ab4d27
6
+ metadata.gz: 97f88e28c0056ca13daaff0bf6092ecf8f5d88255846b8517099b35a3fb1946160b2a7049d4ca059c8797c7ae0ca74362a2b50131baa7072c2ad32b30349199a
7
+ data.tar.gz: 60c574c3bfd3cd90123099ece6c1575af52a36357be2848807da713577c8ac8a3a9baa1b89a17f82f46040086c6163be525026bd11fb1e80662b31a4f8a79ca4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,51 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 3.148.0 (2022-09-15)
5
+ ------------------
6
+
7
+ * Feature - Updated Aws::SSO::Client with the latest API changes.
8
+
9
+ 3.147.0 (2022-09-14)
10
+ ------------------
11
+
12
+ * Feature - Updated Aws::SSO::Client with the latest API changes.
13
+
14
+ 3.146.0 (2022-09-13)
15
+ ------------------
16
+
17
+ * Feature - Updated Aws::SSO::Client with the latest API changes.
18
+
19
+ 3.145.0 (2022-09-12)
20
+ ------------------
21
+
22
+ * Feature - Updated Aws::SSO::Client with the latest API changes.
23
+
24
+ 3.144.0 (2022-09-09)
25
+ ------------------
26
+
27
+ * Feature - Updated Aws::SSO::Client with the latest API changes.
28
+
29
+ 3.143.0 (2022-09-08)
30
+ ------------------
31
+
32
+ * Feature - Updated Aws::SSO::Client with the latest API changes.
33
+
34
+ 3.142.0 (2022-09-07)
35
+ ------------------
36
+
37
+ * Feature - Updated Aws::SSO::Client with the latest API changes.
38
+
39
+ 3.141.0 (2022-09-06)
40
+ ------------------
41
+
42
+ * Feature - Updated Aws::SSO::Client with the latest API changes.
43
+
44
+ 3.140.0 (2022-09-02)
45
+ ------------------
46
+
47
+ * Feature - Updated Aws::SSO::Client with the latest API changes.
48
+
4
49
  3.139.0 (2022-09-01)
5
50
  ------------------
6
51
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.139.0
1
+ 3.148.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.139.0'
571
+ context[:gem_version] = '3.148.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.139.0'
53
+ GEM_VERSION = '3.148.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.138.0'
552
+ context[:gem_version] = '3.147.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.138.0'
53
+ GEM_VERSION = '3.147.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.139.0'
2302
+ context[:gem_version] = '3.148.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.139.0'
53
+ GEM_VERSION = '3.148.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.139.0
4
+ version: 3.148.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-01 00:00:00.000000000 Z
11
+ date: 2022-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath