aws-sdk-core 3.191.1 → 3.191.3

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: 4fba83e64be6d833ebbde5a6b21464e168ee7237fa96a07e648c69d57da77c37
4
- data.tar.gz: 84a013c1b2ba6d1d562cbffd33748273fbc520c353f4ae1876cba59256da5e6c
3
+ metadata.gz: 68260c12e4207d03dda05d8306dbb424fa24bdfbfc14ab6b600bb47984386036
4
+ data.tar.gz: d56d5a0add66ca2823be22c455f3a89840a34d0edae6df6c4a259d2c939910fd
5
5
  SHA512:
6
- metadata.gz: 2105ff1d72329e3880cf366a804df12a1e1902a7ccf95c22fe94d9df87dfe60e144b066b91d94a1d2d48f39690aa43fb0efb5cf669c48a59701e654e6c9dc9d3
7
- data.tar.gz: 90eebbd2fbc6b4c6cbf94eaa8008ef9686772750b8f8f78d8ff9ac399b9708e918d01cbd63778b1f6c27a04875bb49251834efae2ec5bdaf8e698855ac37dad0
6
+ metadata.gz: 93e110a874071692f40a785ff11d38121754af40df5114fa3ee97ba058fbc9021941d0d344a5ebfbbd2e918568c00b16bd50fccb316bd57d777c8599dc8b604f
7
+ data.tar.gz: 65eb10ba5712795ca76c57d6148bed81942a13951ae4af3767ea1e54ac4ce855badf80397e9101debcdc5301d02060205961f6d413b4257f1c2388b12ddf9c2e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 3.191.3 (2024-02-20)
5
+ ------------------
6
+
7
+ * Issue - Remove base64 as dependency.
8
+
9
+ 3.191.2 (2024-02-14)
10
+ ------------------
11
+
12
+ * Issue - Add base64 as dependency to prepare for Ruby 3.4 release (#2984).
13
+
4
14
  3.191.1 (2024-02-07)
5
15
  ------------------
6
16
 
@@ -15,7 +25,7 @@ Unreleased Changes
15
25
 
16
26
  * Feature - Updated Aws::SSO::Client with the latest API changes.
17
27
 
18
- * Feature - Add RBS signature files to support static type checking.
28
+ * Feature - Add RBS signature files to support static type checking
19
29
 
20
30
  3.190.3 (2024-01-16)
21
31
  ------------------
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.191.1
1
+ 3.191.3
@@ -605,7 +605,7 @@ module Aws::SSO
605
605
  params: params,
606
606
  config: config)
607
607
  context[:gem_name] = 'aws-sdk-core'
608
- context[:gem_version] = '3.191.1'
608
+ context[:gem_version] = '3.191.3'
609
609
  Seahorse::Client::Request.new(handlers, context)
610
610
  end
611
611
 
data/lib/aws-sdk-sso.rb CHANGED
@@ -54,6 +54,6 @@ require_relative 'aws-sdk-sso/customizations'
54
54
  # @!group service
55
55
  module Aws::SSO
56
56
 
57
- GEM_VERSION = '3.191.1'
57
+ GEM_VERSION = '3.191.3'
58
58
 
59
59
  end
@@ -910,7 +910,7 @@ module Aws::SSOOIDC
910
910
  params: params,
911
911
  config: config)
912
912
  context[:gem_name] = 'aws-sdk-core'
913
- context[:gem_version] = '3.191.1'
913
+ context[:gem_version] = '3.191.3'
914
914
  Seahorse::Client::Request.new(handlers, context)
915
915
  end
916
916
 
@@ -54,6 +54,6 @@ require_relative 'aws-sdk-ssooidc/customizations'
54
54
  # @!group service
55
55
  module Aws::SSOOIDC
56
56
 
57
- GEM_VERSION = '3.191.1'
57
+ GEM_VERSION = '3.191.3'
58
58
 
59
59
  end
@@ -2352,7 +2352,7 @@ module Aws::STS
2352
2352
  params: params,
2353
2353
  config: config)
2354
2354
  context[:gem_name] = 'aws-sdk-core'
2355
- context[:gem_version] = '3.191.1'
2355
+ context[:gem_version] = '3.191.3'
2356
2356
  Seahorse::Client::Request.new(handlers, context)
2357
2357
  end
2358
2358
 
data/lib/aws-sdk-sts.rb CHANGED
@@ -54,6 +54,6 @@ require_relative 'aws-sdk-sts/customizations'
54
54
  # @!group service
55
55
  module Aws::STS
56
56
 
57
- GEM_VERSION = '3.191.1'
57
+ GEM_VERSION = '3.191.3'
58
58
 
59
59
  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.191.1
4
+ version: 3.191.3
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: 2024-02-07 00:00:00.000000000 Z
11
+ date: 2024-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath