aws-sdk-core 3.164.0 → 3.165.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +16 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-core/arn.rb +13 -0
- data/lib/aws-sdk-core/binary/encode_handler.rb +12 -1
- data/lib/aws-sdk-core/endpoints/condition.rb +36 -0
- data/lib/aws-sdk-core/endpoints/endpoint.rb +17 -0
- data/lib/aws-sdk-core/endpoints/endpoint_rule.rb +71 -0
- data/lib/aws-sdk-core/endpoints/error_rule.rb +37 -0
- data/lib/aws-sdk-core/endpoints/function.rb +75 -0
- data/lib/aws-sdk-core/endpoints/matchers.rb +127 -0
- data/lib/aws-sdk-core/endpoints/reference.rb +26 -0
- data/lib/aws-sdk-core/endpoints/rule.rb +20 -0
- data/lib/aws-sdk-core/endpoints/rule_set.rb +47 -0
- data/lib/aws-sdk-core/endpoints/rules_provider.rb +32 -0
- data/lib/aws-sdk-core/endpoints/templater.rb +52 -0
- data/lib/aws-sdk-core/endpoints/tree_rule.rb +40 -0
- data/lib/aws-sdk-core/endpoints/url.rb +59 -0
- data/lib/aws-sdk-core/endpoints.rb +74 -0
- data/lib/aws-sdk-core/plugins/credentials_configuration.rb +24 -0
- data/lib/aws-sdk-core/plugins/endpoint_discovery.rb +6 -2
- data/lib/aws-sdk-core/plugins/regional_endpoint.rb +5 -0
- data/lib/aws-sdk-core/plugins/sign.rb +190 -0
- data/lib/aws-sdk-core/plugins/signature_v2.rb +1 -0
- data/lib/aws-sdk-core/plugins/signature_v4.rb +1 -0
- data/lib/aws-sdk-core/rest/request/headers.rb +2 -6
- data/lib/aws-sdk-core.rb +4 -0
- data/lib/aws-sdk-sso/client.rb +20 -3
- data/lib/aws-sdk-sso/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-sso/endpoint_provider.rb +112 -0
- data/lib/aws-sdk-sso/endpoints.rb +71 -0
- data/lib/aws-sdk-sso/plugins/endpoints.rb +76 -0
- data/lib/aws-sdk-sso.rb +5 -1
- data/lib/aws-sdk-ssooidc/client.rb +20 -3
- data/lib/aws-sdk-ssooidc/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-ssooidc/endpoint_provider.rb +111 -0
- data/lib/aws-sdk-ssooidc/endpoints.rb +57 -0
- data/lib/aws-sdk-ssooidc/plugins/endpoints.rb +74 -0
- data/lib/aws-sdk-ssooidc.rb +5 -1
- data/lib/aws-sdk-sts/client.rb +20 -3
- data/lib/aws-sdk-sts/endpoint_parameters.rb +78 -0
- data/lib/aws-sdk-sts/endpoint_provider.rb +229 -0
- data/lib/aws-sdk-sts/endpoints.rb +135 -0
- data/lib/aws-sdk-sts/plugins/endpoints.rb +84 -0
- data/lib/aws-sdk-sts/presigner.rb +13 -15
- data/lib/aws-sdk-sts.rb +5 -1
- data/lib/seahorse/client/async_base.rb +0 -1
- data/lib/seahorse/client/configuration.rb +2 -2
- data/lib/seahorse/util.rb +4 -0
- metadata +38 -11
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.
|
4
|
+
version: 3.165.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-10-
|
11
|
+
date: 2022-10-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -39,7 +39,7 @@ dependencies:
|
|
39
39
|
version: '1'
|
40
40
|
- - ">="
|
41
41
|
- !ruby/object:Gem::Version
|
42
|
-
version: 1.
|
42
|
+
version: 1.651.0
|
43
43
|
type: :runtime
|
44
44
|
prerelease: false
|
45
45
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -49,21 +49,21 @@ dependencies:
|
|
49
49
|
version: '1'
|
50
50
|
- - ">="
|
51
51
|
- !ruby/object:Gem::Version
|
52
|
-
version: 1.
|
52
|
+
version: 1.651.0
|
53
53
|
- !ruby/object:Gem::Dependency
|
54
54
|
name: aws-sigv4
|
55
55
|
requirement: !ruby/object:Gem::Requirement
|
56
56
|
requirements:
|
57
57
|
- - "~>"
|
58
58
|
- !ruby/object:Gem::Version
|
59
|
-
version: '1.
|
59
|
+
version: '1.5'
|
60
60
|
type: :runtime
|
61
61
|
prerelease: false
|
62
62
|
version_requirements: !ruby/object:Gem::Requirement
|
63
63
|
requirements:
|
64
64
|
- - "~>"
|
65
65
|
- !ruby/object:Gem::Version
|
66
|
-
version: '1.
|
66
|
+
version: '1.5'
|
67
67
|
- !ruby/object:Gem::Dependency
|
68
68
|
name: aws-eventstream
|
69
69
|
requirement: !ruby/object:Gem::Requirement
|
@@ -86,7 +86,7 @@ dependencies:
|
|
86
86
|
version: 1.0.2
|
87
87
|
description: Provides API clients for AWS. This gem is part of the official AWS SDK
|
88
88
|
for Ruby.
|
89
|
-
email:
|
89
|
+
email:
|
90
90
|
executables: []
|
91
91
|
extensions: []
|
92
92
|
extra_rdoc_files: []
|
@@ -122,6 +122,20 @@ files:
|
|
122
122
|
- lib/aws-sdk-core/ec2_metadata.rb
|
123
123
|
- lib/aws-sdk-core/ecs_credentials.rb
|
124
124
|
- lib/aws-sdk-core/endpoint_cache.rb
|
125
|
+
- lib/aws-sdk-core/endpoints.rb
|
126
|
+
- lib/aws-sdk-core/endpoints/condition.rb
|
127
|
+
- lib/aws-sdk-core/endpoints/endpoint.rb
|
128
|
+
- lib/aws-sdk-core/endpoints/endpoint_rule.rb
|
129
|
+
- lib/aws-sdk-core/endpoints/error_rule.rb
|
130
|
+
- lib/aws-sdk-core/endpoints/function.rb
|
131
|
+
- lib/aws-sdk-core/endpoints/matchers.rb
|
132
|
+
- lib/aws-sdk-core/endpoints/reference.rb
|
133
|
+
- lib/aws-sdk-core/endpoints/rule.rb
|
134
|
+
- lib/aws-sdk-core/endpoints/rule_set.rb
|
135
|
+
- lib/aws-sdk-core/endpoints/rules_provider.rb
|
136
|
+
- lib/aws-sdk-core/endpoints/templater.rb
|
137
|
+
- lib/aws-sdk-core/endpoints/tree_rule.rb
|
138
|
+
- lib/aws-sdk-core/endpoints/url.rb
|
125
139
|
- lib/aws-sdk-core/errors.rb
|
126
140
|
- lib/aws-sdk-core/event_emitter.rb
|
127
141
|
- lib/aws-sdk-core/ini_parser.rb
|
@@ -177,6 +191,7 @@ files:
|
|
177
191
|
- lib/aws-sdk-core/plugins/retries/error_inspector.rb
|
178
192
|
- lib/aws-sdk-core/plugins/retries/retry_quota.rb
|
179
193
|
- lib/aws-sdk-core/plugins/retry_errors.rb
|
194
|
+
- lib/aws-sdk-core/plugins/sign.rb
|
180
195
|
- lib/aws-sdk-core/plugins/signature_v2.rb
|
181
196
|
- lib/aws-sdk-core/plugins/signature_v4.rb
|
182
197
|
- lib/aws-sdk-core/plugins/stub_responses.rb
|
@@ -248,21 +263,33 @@ files:
|
|
248
263
|
- lib/aws-sdk-sso/client.rb
|
249
264
|
- lib/aws-sdk-sso/client_api.rb
|
250
265
|
- lib/aws-sdk-sso/customizations.rb
|
266
|
+
- lib/aws-sdk-sso/endpoint_parameters.rb
|
267
|
+
- lib/aws-sdk-sso/endpoint_provider.rb
|
268
|
+
- lib/aws-sdk-sso/endpoints.rb
|
251
269
|
- lib/aws-sdk-sso/errors.rb
|
270
|
+
- lib/aws-sdk-sso/plugins/endpoints.rb
|
252
271
|
- lib/aws-sdk-sso/resource.rb
|
253
272
|
- lib/aws-sdk-sso/types.rb
|
254
273
|
- lib/aws-sdk-ssooidc.rb
|
255
274
|
- lib/aws-sdk-ssooidc/client.rb
|
256
275
|
- lib/aws-sdk-ssooidc/client_api.rb
|
257
276
|
- lib/aws-sdk-ssooidc/customizations.rb
|
277
|
+
- lib/aws-sdk-ssooidc/endpoint_parameters.rb
|
278
|
+
- lib/aws-sdk-ssooidc/endpoint_provider.rb
|
279
|
+
- lib/aws-sdk-ssooidc/endpoints.rb
|
258
280
|
- lib/aws-sdk-ssooidc/errors.rb
|
281
|
+
- lib/aws-sdk-ssooidc/plugins/endpoints.rb
|
259
282
|
- lib/aws-sdk-ssooidc/resource.rb
|
260
283
|
- lib/aws-sdk-ssooidc/types.rb
|
261
284
|
- lib/aws-sdk-sts.rb
|
262
285
|
- lib/aws-sdk-sts/client.rb
|
263
286
|
- lib/aws-sdk-sts/client_api.rb
|
264
287
|
- lib/aws-sdk-sts/customizations.rb
|
288
|
+
- lib/aws-sdk-sts/endpoint_parameters.rb
|
289
|
+
- lib/aws-sdk-sts/endpoint_provider.rb
|
290
|
+
- lib/aws-sdk-sts/endpoints.rb
|
265
291
|
- lib/aws-sdk-sts/errors.rb
|
292
|
+
- lib/aws-sdk-sts/plugins/endpoints.rb
|
266
293
|
- lib/aws-sdk-sts/plugins/sts_regional_endpoints.rb
|
267
294
|
- lib/aws-sdk-sts/presigner.rb
|
268
295
|
- lib/aws-sdk-sts/resource.rb
|
@@ -317,7 +344,7 @@ licenses:
|
|
317
344
|
metadata:
|
318
345
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-core
|
319
346
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-core/CHANGELOG.md
|
320
|
-
post_install_message:
|
347
|
+
post_install_message:
|
321
348
|
rdoc_options: []
|
322
349
|
require_paths:
|
323
350
|
- lib
|
@@ -332,8 +359,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
332
359
|
- !ruby/object:Gem::Version
|
333
360
|
version: '0'
|
334
361
|
requirements: []
|
335
|
-
rubygems_version: 3.
|
336
|
-
signing_key:
|
362
|
+
rubygems_version: 3.2.22
|
363
|
+
signing_key:
|
337
364
|
specification_version: 4
|
338
365
|
summary: AWS SDK for Ruby - Core
|
339
366
|
test_files: []
|