aws-sdk-core 3.175.0 → 3.176.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: 00b5dd5634edc052e3a3b44da5f1d06a96c5897585de71fe994130a991bf7cee
4
- data.tar.gz: 4aab11d507d492ed8b2eec6123bb9170c5271c40b42afb026dd844dbb082786f
3
+ metadata.gz: 4d55f3964d4df747b72d706e88c7697db6abd63a6a6317339a909f07516bccc5
4
+ data.tar.gz: b1365f16a04b0c70d323149359e12ad2ed82a9cf30c9a6f208b3c2cdac64d735
5
5
  SHA512:
6
- metadata.gz: e85525d950b0e7dbe029a0b8c45661edf1ed398d32f4e63b2f0641d6febbdfee370701309719146e5da98415233d2a978fc88905e4fc1073cd95dca42cd13eff
7
- data.tar.gz: 3a9c20834b4b0f8faf9fdbc3963156cf996719f1f1051ae4b8e251f5f32ec45a7f072b9c0f007cbbeabcc6496aa6f473f840ee338d97e3f227b72217d53f2cba
6
+ metadata.gz: 71ca87725a33e2a3778203f522e908a8f793eb06446b7e703b250975ce0d089f3f317a7d9cf16541f2aed5d17e5562db153119c1d12cb101c15a8ed2db5c6112
7
+ data.tar.gz: 1d8a808a57567a21f0d265c87f1c300d5439853e931aa926126928cb228c1fcd3c48c880f13a28b5a44e64cd7e858186afeeca680be3dd6bc044bf430a2be6ee
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 3.176.0 (2023-06-28)
5
+ ------------------
6
+
7
+ * Feature - Add :expiration accessor to `CredentialProvider` and do not refresh credentials when checking expiration.
8
+
4
9
  3.175.0 (2023-06-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.175.0
1
+ 3.176.0
@@ -6,6 +6,9 @@ module Aws
6
6
  # @return [Credentials]
7
7
  attr_reader :credentials
8
8
 
9
+ # @param [Time]
10
+ attr_reader :expiration
11
+
9
12
  # @return [Boolean]
10
13
  def set?
11
14
  !!credentials && credentials.set?
@@ -36,12 +36,6 @@ module Aws
36
36
  @credentials
37
37
  end
38
38
 
39
- # @return [Time,nil]
40
- def expiration
41
- refresh_if_near_expiration!
42
- @expiration
43
- end
44
-
45
39
  # Refresh credentials.
46
40
  # @return [void]
47
41
  def refresh!
@@ -590,7 +590,7 @@ module Aws::SSO
590
590
  params: params,
591
591
  config: config)
592
592
  context[:gem_name] = 'aws-sdk-core'
593
- context[:gem_version] = '3.175.0'
593
+ context[:gem_version] = '3.176.0'
594
594
  Seahorse::Client::Request.new(handlers, context)
595
595
  end
596
596
 
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.175.0'
57
+ GEM_VERSION = '3.176.0'
58
58
 
59
59
  end
@@ -586,7 +586,7 @@ module Aws::SSOOIDC
586
586
  params: params,
587
587
  config: config)
588
588
  context[:gem_name] = 'aws-sdk-core'
589
- context[:gem_version] = '3.175.0'
589
+ context[:gem_version] = '3.176.0'
590
590
  Seahorse::Client::Request.new(handlers, context)
591
591
  end
592
592
 
@@ -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.175.0'
57
+ GEM_VERSION = '3.176.0'
58
58
 
59
59
  end
@@ -2319,7 +2319,7 @@ module Aws::STS
2319
2319
  params: params,
2320
2320
  config: config)
2321
2321
  context[:gem_name] = 'aws-sdk-core'
2322
- context[:gem_version] = '3.175.0'
2322
+ context[:gem_version] = '3.176.0'
2323
2323
  Seahorse::Client::Request.new(handlers, context)
2324
2324
  end
2325
2325
 
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.175.0'
57
+ GEM_VERSION = '3.176.0'
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.175.0
4
+ version: 3.176.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: 2023-06-15 00:00:00.000000000 Z
11
+ date: 2023-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath