aws-sdk-core 3.163.0 → 3.164.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: aa37e2c252c1011c01a94fe281610b25594b85376a291360b615a9fd9678a540
4
- data.tar.gz: 263f98339bb11b3b21e54bc2d841a1d72c1bd20f6af589192b6277660a0e299e
3
+ metadata.gz: 482759f78107adf12b6958c01d956f19d65c1c19057df86771f5374f1827ae89
4
+ data.tar.gz: 99c3b116e86921582a7de105b0b6231cd6d9404c600ec3ccab8933b6078f1a87
5
5
  SHA512:
6
- metadata.gz: 7b112268cb6885f5e2a227c9dd16f4469b12511e5d618b7c1fc29c31099d347a9a9a665002246e062efaf618c21c7878b7398d771265818536aa92678a7fc249
7
- data.tar.gz: d2ea944418f0174b811ade40f75bca442ed1827562f7b7f60ea551d2443140151ab90278decf039e851deaed7b05426d637f1e7f49ebff3e797132b685c4e668
6
+ metadata.gz: 01dad2b5e6a1d7dd5995b297120a599ab3e2f707cf3616eb08feefb44ff9d1f3c878586a4b9b31ee0263a7780a23224093f78062125c58daffb1a3a3fd742dad
7
+ data.tar.gz: 91c47a9849417a1a3848cd477f74b11bf232248f208d0b709a948cbb32735dfb583f58c66c12853d3933866db92325e7548ee5fd397e24260685bfe22ae8a6a9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 3.164.0 (2022-10-21)
5
+ ------------------
6
+
7
+ * Feature - Updated Aws::SSOOIDC::Client with the latest API changes.
8
+
4
9
  3.163.0 (2022-10-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.163.0
1
+ 3.164.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.163.0'
571
+ context[:gem_version] = '3.164.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.163.0'
53
+ GEM_VERSION = '3.164.0'
54
54
 
55
55
  end
@@ -564,7 +564,7 @@ module Aws::SSOOIDC
564
564
  params: params,
565
565
  config: config)
566
566
  context[:gem_name] = 'aws-sdk-core'
567
- context[:gem_version] = '3.162.0'
567
+ context[:gem_version] = '3.163.0'
568
568
  Seahorse::Client::Request.new(handlers, context)
569
569
  end
570
570
 
@@ -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.162.0'
53
+ GEM_VERSION = '3.163.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.163.0'
2302
+ context[:gem_version] = '3.164.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.163.0'
53
+ GEM_VERSION = '3.164.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.163.0
4
+ version: 3.164.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-10-20 00:00:00.000000000 Z
11
+ date: 2022-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath