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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2afc909a3f71b4a9cb367268f2c8a6df52b7694d49a8a0f0f40e9316bce3cce2
4
- data.tar.gz: d731f788498a2ded23adda4e3f15ea35282e565a878aa4557185ad7aa7b76fc6
3
+ metadata.gz: 0127ffee286d134a03e62ae968b8210d28fa50372e74145c798c05b4573b225e
4
+ data.tar.gz: fb1bf98faaf6bb7c9eeff60d7eaffbd008bf5cf5a781588894d9b7fb041f5a87
5
5
  SHA512:
6
- metadata.gz: b7897e7905430ebf606ef2d807dccb909d43887084097e04603a0d347da69d5c08f9b9766e5f921cc8ba8f07f9117003db3d6306c0a69ad65b293af60a871000
7
- data.tar.gz: c6ccb904637a334630e9431e07395a1ce163f0d7ae049874616027094a40adf284a03d717ace661bcc857157bf98c5210802520de9d9380aede57d5ea759edcf
6
+ metadata.gz: '078533a2c05c970133b4a0a4c0640ea32ffcb1ef668d91bb6219848c0edb3a676fe38b9ed0961fd06ca9805633cb4c697fc314ead1fd30bf231c8c16c99e1cbb'
7
+ data.tar.gz: 7dd2d22dafcf3f58c381d800d83a89778327188318b9966396c1fcf2e214ddddc5c3daca06d6b38989dcf86d359d866c26285fca7089bb1b4b2ec085fb1e9a44
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.85.0 (2023-11-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.84.0 (2023-11-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.84.0
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.84.0'
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
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-guardduty/customizations'
52
52
  # @!group service
53
53
  module Aws::GuardDuty
54
54
 
55
- GEM_VERSION = '1.84.0'
55
+ GEM_VERSION = '1.85.0'
56
56
 
57
57
  end
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.84.0
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-27 00:00:00.000000000 Z
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