aws-sdk-guardduty 1.84.0 → 1.85.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-guardduty/client.rb +1 -1
- data/lib/aws-sdk-guardduty/plugins/endpoints.rb +3 -2
- data/lib/aws-sdk-guardduty.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: 0127ffee286d134a03e62ae968b8210d28fa50372e74145c798c05b4573b225e
|
4
|
+
data.tar.gz: fb1bf98faaf6bb7c9eeff60d7eaffbd008bf5cf5a781588894d9b7fb041f5a87
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '078533a2c05c970133b4a0a4c0640ea32ffcb1ef668d91bb6219848c0edb3a676fe38b9ed0961fd06ca9805633cb4c697fc314ead1fd30bf231c8c16c99e1cbb'
|
7
|
+
data.tar.gz: 7dd2d22dafcf3f58c381d800d83a89778327188318b9966396c1fcf2e214ddddc5c3daca06d6b38989dcf86d359d866c26285fca7089bb1b4b2ec085fb1e9a44
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.85.0
|
@@ -4548,7 +4548,7 @@ module Aws::GuardDuty
|
|
4548
4548
|
params: params,
|
4549
4549
|
config: config)
|
4550
4550
|
context[:gem_name] = 'aws-sdk-guardduty'
|
4551
|
-
context[:gem_version] = '1.
|
4551
|
+
context[:gem_version] = '1.85.0'
|
4552
4552
|
Seahorse::Client::Request.new(handlers, context)
|
4553
4553
|
end
|
4554
4554
|
|
@@ -25,16 +25,17 @@ module Aws::GuardDuty
|
|
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-guardduty.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-guardduty
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.85.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
|