aws-sdk-core 3.131.0 → 3.158.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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.131.0
4
+ version: 3.158.1
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-05-16 00:00:00.000000000 Z
11
+ date: 2022-10-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -16,14 +16,20 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.0'
19
+ version: '1'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 1.6.1
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
27
  - - "~>"
25
28
  - !ruby/object:Gem::Version
26
- version: '1.0'
29
+ version: '1'
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 1.6.1
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: aws-partitions
29
35
  requirement: !ruby/object:Gem::Requirement
@@ -139,6 +145,7 @@ files:
139
145
  - lib/aws-sdk-core/plugins/apig_authorizer_token.rb
140
146
  - lib/aws-sdk-core/plugins/apig_credentials_configuration.rb
141
147
  - lib/aws-sdk-core/plugins/apig_user_agent.rb
148
+ - lib/aws-sdk-core/plugins/bearer_authorization.rb
142
149
  - lib/aws-sdk-core/plugins/checksum_algorithm.rb
143
150
  - lib/aws-sdk-core/plugins/client_metrics_plugin.rb
144
151
  - lib/aws-sdk-core/plugins/client_metrics_send_plugin.rb
@@ -183,6 +190,7 @@ files:
183
190
  - lib/aws-sdk-core/query/param_builder.rb
184
191
  - lib/aws-sdk-core/query/param_list.rb
185
192
  - lib/aws-sdk-core/refreshing_credentials.rb
193
+ - lib/aws-sdk-core/refreshing_token.rb
186
194
  - lib/aws-sdk-core/resources/collection.rb
187
195
  - lib/aws-sdk-core/rest.rb
188
196
  - lib/aws-sdk-core/rest/handler.rb
@@ -198,6 +206,8 @@ files:
198
206
  - lib/aws-sdk-core/shared_config.rb
199
207
  - lib/aws-sdk-core/shared_credentials.rb
200
208
  - lib/aws-sdk-core/sso_credentials.rb
209
+ - lib/aws-sdk-core/sso_token_provider.rb
210
+ - lib/aws-sdk-core/static_token_provider.rb
201
211
  - lib/aws-sdk-core/structure.rb
202
212
  - lib/aws-sdk-core/stubbing/data_applicator.rb
203
213
  - lib/aws-sdk-core/stubbing/empty_stub.rb
@@ -210,6 +220,9 @@ files:
210
220
  - lib/aws-sdk-core/stubbing/protocols/rest_xml.rb
211
221
  - lib/aws-sdk-core/stubbing/stub_data.rb
212
222
  - lib/aws-sdk-core/stubbing/xml_error.rb
223
+ - lib/aws-sdk-core/token.rb
224
+ - lib/aws-sdk-core/token_provider.rb
225
+ - lib/aws-sdk-core/token_provider_chain.rb
213
226
  - lib/aws-sdk-core/type_builder.rb
214
227
  - lib/aws-sdk-core/util.rb
215
228
  - lib/aws-sdk-core/waiters.rb
@@ -238,6 +251,13 @@ files:
238
251
  - lib/aws-sdk-sso/errors.rb
239
252
  - lib/aws-sdk-sso/resource.rb
240
253
  - lib/aws-sdk-sso/types.rb
254
+ - lib/aws-sdk-ssooidc.rb
255
+ - lib/aws-sdk-ssooidc/client.rb
256
+ - lib/aws-sdk-ssooidc/client_api.rb
257
+ - lib/aws-sdk-ssooidc/customizations.rb
258
+ - lib/aws-sdk-ssooidc/errors.rb
259
+ - lib/aws-sdk-ssooidc/resource.rb
260
+ - lib/aws-sdk-ssooidc/types.rb
241
261
  - lib/aws-sdk-sts.rb
242
262
  - lib/aws-sdk-sts/client.rb
243
263
  - lib/aws-sdk-sts/client_api.rb