aws-sdk-core 3.148.0 → 3.151.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: 5469fd4081057eecd1781cd8bcf9d5d8c8703616d626b895541e3e72ce7671dc
4
- data.tar.gz: fd3087eec39a586f868099a95a9b7be59e3c3cc02d67d7010a2e3cab8a325f7e
3
+ metadata.gz: c0d098fc8d54102c752486779b51880fecdfb2adf16620aaf121056a892720ca
4
+ data.tar.gz: 8265271390298d347fbb8eaaffb002b1e252063a281f851a9337552d70fcd166
5
5
  SHA512:
6
- metadata.gz: 97f88e28c0056ca13daaff0bf6092ecf8f5d88255846b8517099b35a3fb1946160b2a7049d4ca059c8797c7ae0ca74362a2b50131baa7072c2ad32b30349199a
7
- data.tar.gz: 60c574c3bfd3cd90123099ece6c1575af52a36357be2848807da713577c8ac8a3a9baa1b89a17f82f46040086c6163be525026bd11fb1e80662b31a4f8a79ca4
6
+ metadata.gz: b4c92ba72ea61b35c55d33f11b61daa061cb2d91f330a029a811b5a5e96b3600f180ad1b3f179abe613936acbf10b8b3dc676e76bea7cc86d2f3951cafddc07b
7
+ data.tar.gz: f0eebeebdf22e5ad782f7fcc6bccf93e26e45afcec284bb9ffdda9e4f183e1af5e0d09765bfc3ecc359c7ddc1fb2200e40b075afc381db88ac3dd5388d69fe40
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 3.151.0 (2022-09-20)
5
+ ------------------
6
+
7
+ * Feature - Updated Aws::SSO::Client with the latest API changes.
8
+
9
+ 3.150.0 (2022-09-19)
10
+ ------------------
11
+
12
+ * Feature - Updated Aws::SSO::Client with the latest API changes.
13
+
14
+ 3.149.0 (2022-09-16)
15
+ ------------------
16
+
17
+ * Feature - Updated Aws::SSO::Client with the latest API changes.
18
+
4
19
  3.148.0 (2022-09-15)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.148.0
1
+ 3.151.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.148.0'
571
+ context[:gem_version] = '3.151.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.148.0'
53
+ GEM_VERSION = '3.151.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.147.0'
552
+ context[:gem_version] = '3.150.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.147.0'
53
+ GEM_VERSION = '3.150.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.148.0'
2302
+ context[:gem_version] = '3.151.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.148.0'
53
+ GEM_VERSION = '3.151.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.148.0
4
+ version: 3.151.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-15 00:00:00.000000000 Z
11
+ date: 2022-09-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath