aws-sdk-lookoutmetrics 1.32.0 → 1.33.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: eb8c8fbd7ceb841b5fb3ea57ceeb77e715d07cb6b4a231a5d605c6a863c8337b
4
- data.tar.gz: 0bf77bad26c188ef7dc94c08e9a165a964e392d6c791022f94a4f0272678fd07
3
+ metadata.gz: dc188c7869796dcf7c5e454435836afadd2e65a9b4f5c702af492cb318d82f4f
4
+ data.tar.gz: 7d677c0d8afaa7123e0e81e945f069d8d98e1da5bd9c43626d105df39c5e2207
5
5
  SHA512:
6
- metadata.gz: ab61d16377c8366d9c02753d562331a5c76d4593ba7e567af4119f14f9194e376c946bdeca0908bde6d99f44d55436152d5c1e9b163b5db128578ed3d725072d
7
- data.tar.gz: 55f8b2c967d944d3a8f06ed7d6519cb9ce94f6ba4e61392bba7ab769b9b596d0d9f06e3c69cfd2a0ed9e5eba019c49eb6e9bc50cde5b0810837244ba3275e13e
6
+ metadata.gz: ca92d7c2db51f2eeec36043149370881772e2811e5c208106bde70c4613ced0253513c18794d24dd89463ce455f8df7ca9bae4a350f53aa1cd33dc6f8efc72e5
7
+ data.tar.gz: 726a3775b7d9274f1180721f00415dc3e977c93bd9b80b5a6e038aba053131028cfff7423b31a2ba1e9fb71313da8de28a95d9f5c4b998911e7608f5ab367327
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.33.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.32.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.32.0
1
+ 1.33.0
@@ -2051,7 +2051,7 @@ module Aws::LookoutMetrics
2051
2051
  params: params,
2052
2052
  config: config)
2053
2053
  context[:gem_name] = 'aws-sdk-lookoutmetrics'
2054
- context[:gem_version] = '1.32.0'
2054
+ context[:gem_version] = '1.33.0'
2055
2055
  Seahorse::Client::Request.new(handlers, context)
2056
2056
  end
2057
2057
 
@@ -25,16 +25,17 @@ module Aws::LookoutMetrics
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-lookoutmetrics/customizations'
52
52
  # @!group service
53
53
  module Aws::LookoutMetrics
54
54
 
55
- GEM_VERSION = '1.32.0'
55
+ GEM_VERSION = '1.33.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lookoutmetrics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.32.0
4
+ version: 1.33.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