aws-sdk-detective 1.43.0 → 1.44.0
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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-detective/client.rb +1 -1
- data/lib/aws-sdk-detective/plugins/endpoints.rb +3 -2
- data/lib/aws-sdk-detective.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9687a026b2ba11ef02985488db8b69948d2f71bb5484cfffae2d9d4e9fcbb776
|
|
4
|
+
data.tar.gz: a69b41a666e8323353e69202316646191fd68fbd4fa552fad6d5c646f2cab21c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c18afa8fca259a022b4d3c401442aa5fe7c080b59e5f1fdce80cdab07e0f6857d57b951e4bdad6435085b96a55b5a620bbd6a7210d35a6a9e99a31318ae462be
|
|
7
|
+
data.tar.gz: a6f2faebf498df0cc7c5a616b64c3f3a81b2b82caac625ce91e2bd3b51570153d799de82fb2ebb09a01a4178857e043a696c6a34d9307faaac670b0d7e577b9c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.44.0
|
|
@@ -1727,7 +1727,7 @@ module Aws::Detective
|
|
|
1727
1727
|
params: params,
|
|
1728
1728
|
config: config)
|
|
1729
1729
|
context[:gem_name] = 'aws-sdk-detective'
|
|
1730
|
-
context[:gem_version] = '1.
|
|
1730
|
+
context[:gem_version] = '1.44.0'
|
|
1731
1731
|
Seahorse::Client::Request.new(handlers, context)
|
|
1732
1732
|
end
|
|
1733
1733
|
|
|
@@ -25,16 +25,17 @@ module Aws::Detective
|
|
|
25
25
|
# @api private
|
|
26
26
|
class Handler < Seahorse::Client::Handler
|
|
27
27
|
def call(context)
|
|
28
|
-
# If endpoint was discovered, do not resolve or apply the endpoint.
|
|
29
28
|
unless context[:discovered_endpoint]
|
|
30
29
|
params = parameters_for_operation(context)
|
|
31
30
|
endpoint = context.config.endpoint_provider.resolve_endpoint(params)
|
|
32
31
|
|
|
33
32
|
context.http_request.endpoint = endpoint.url
|
|
34
33
|
apply_endpoint_headers(context, endpoint.headers)
|
|
34
|
+
|
|
35
|
+
context[:endpoint_params] = params
|
|
36
|
+
context[:endpoint_properties] = endpoint.properties
|
|
35
37
|
end
|
|
36
38
|
|
|
37
|
-
context[:endpoint_params] = params
|
|
38
39
|
context[:auth_scheme] =
|
|
39
40
|
Aws::Endpoints.resolve_auth_scheme(context, endpoint)
|
|
40
41
|
|
data/lib/aws-sdk-detective.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-detective
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.44.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-11-
|
|
11
|
+
date: 2023-11-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|