aws-sdk-cloudwatchrum 1.17.0 → 1.18.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: 672fe9c27a97d3698600792438a7cc035aa87c592d505d4632f9b12104566268
4
- data.tar.gz: da8d98f304a0ab9a38c5ef7c0c0aa357ae4c7e1329aa9bf9e53c2a74eef156b7
3
+ metadata.gz: e35f49224a6e75af345212b8ced3f29b9dfef1066f6a64491c371a54e4153bf7
4
+ data.tar.gz: 0d7ddd58550f08bfe8634fe318566159e1efec1a5b2cae1f278c79efa89ae150
5
5
  SHA512:
6
- metadata.gz: 2ff4d9f046a87f507dce87d90b6592d52aba73caa53066c6fa9a397a4cc070d0d3aad410d04ebd1bc2df4081043a2e2406e4b9586fb96cf688ca33c643090ecd
7
- data.tar.gz: 16baf1b1a2e874c39e3c40d021350097820df2875bc83ae3af0e80633d04777691ddd86659a9fb031b8a7c3e559c5a6c8d5bf2c3b58a5b2bec6dac4542bc299b
6
+ metadata.gz: 07d5a22a9cfc6da1a1b10d43df28b3a6338c446c383921bab2c0e67aa0c4c74b58ceeb8b002b35bd5ffe0690cbc3277a444ac104894ef249c3e1d5c21e19f59e
7
+ data.tar.gz: ce0f17d0000c036305c845b3085190deaa149c6d05aefea65265ec86688ca312e78bc27b618ad04c22272023cec6235eb8656b7647737657b81e7fd8fda84c40
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.18.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.17.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.17.0
1
+ 1.18.0
@@ -1454,7 +1454,7 @@ module Aws::CloudWatchRUM
1454
1454
  params: params,
1455
1455
  config: config)
1456
1456
  context[:gem_name] = 'aws-sdk-cloudwatchrum'
1457
- context[:gem_version] = '1.17.0'
1457
+ context[:gem_version] = '1.18.0'
1458
1458
  Seahorse::Client::Request.new(handlers, context)
1459
1459
  end
1460
1460
 
@@ -25,16 +25,17 @@ module Aws::CloudWatchRUM
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-cloudwatchrum/customizations'
52
52
  # @!group service
53
53
  module Aws::CloudWatchRUM
54
54
 
55
- GEM_VERSION = '1.17.0'
55
+ GEM_VERSION = '1.18.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatchrum
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.0
4
+ version: 1.18.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