aws-sdk-macie2 1.63.0 → 1.64.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6c8e89329023ca2c13de97c96c4bbd5846ffe5c3dbf52ab601ec11b53edb73fb
4
- data.tar.gz: 941136f593709f0703a2aea94fde20f3f160167444ea9b4f124b270ec71b98bc
3
+ metadata.gz: 2d51649ecfc0ac1af65b982da0b28de676bb84dfe7ee92a664098e40104a0a87
4
+ data.tar.gz: 5e35903b03150877dbf2969f435e610b78e911fdcf5a352cf3a1a8119d2f53dd
5
5
  SHA512:
6
- metadata.gz: 6e3c87d2eb839618358fb2c72a600798aca92505f0cbafb3cbd89aa4d82c3168518462a9d000a3154419d471021c4ec55a9e41f610aef076cba5e7888abcbc36
7
- data.tar.gz: 8832df601b197b2ad2654d3f0d79d72231092cf038c49cea184c23a106a1694fb7559f2f7b74c8bb5f694fc5d613793c8457d7b2d9b94906350231c8af8645ca
6
+ metadata.gz: cde10616242277d02b8ab5f5f9bc0b21632f4b16347e9baefe9683b0764302a30c8e9290d50ca6dd51ce96b339bf20b157137112103cdf5736e1a7ca7ae2f3e3
7
+ data.tar.gz: 13066fdd8bccf704ccbad27d5164988bbbc2f79e5611989f7467652177d550bcb4172ed5f3c738c25939413bb7b94eebe5dd522e8c383a0c26e3491c2be07321
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.64.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.63.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.63.0
1
+ 1.64.0
@@ -3887,7 +3887,7 @@ module Aws::Macie2
3887
3887
  params: params,
3888
3888
  config: config)
3889
3889
  context[:gem_name] = 'aws-sdk-macie2'
3890
- context[:gem_version] = '1.63.0'
3890
+ context[:gem_version] = '1.64.0'
3891
3891
  Seahorse::Client::Request.new(handlers, context)
3892
3892
  end
3893
3893
 
@@ -25,16 +25,17 @@ module Aws::Macie2
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
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-macie2/customizations'
53
53
  # @!group service
54
54
  module Aws::Macie2
55
55
 
56
- GEM_VERSION = '1.63.0'
56
+ GEM_VERSION = '1.64.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-macie2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.63.0
4
+ version: 1.64.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-22 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