aws-sdk-cloudwatchlogs 1.74.0 → 1.75.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: 13943033023e378b5e79c7972c153e9a5a156c980044fab5ca57fcd4a9589002
4
- data.tar.gz: 4be6b846386d9b1473b2a8c6b814613b9f3555b93e11e4a2040ed522f2058b09
3
+ metadata.gz: 4834aeed0119f7fd349d6f28f756486f7a93db73d017fcbc6dfab6eb4190db3f
4
+ data.tar.gz: bbc5c111dd70c79b1767111afa2c2928f5912db98b3ddf8aadaa14203b666a37
5
5
  SHA512:
6
- metadata.gz: 5df94f0b09408b74523378bb34a8099262b48c72fa5f5712c9ebafc36a5a1e7b79f12f8b8fd58337eb2c8e949f714f9e247c8c8b40bfabd9c3b98d1cb58a4aa6
7
- data.tar.gz: 15ec806ce260c216c5323b18d0f8cf6f30609b158ce1159800e13c85617a5c6fc0613ba9d1de608ecde2b87dcd3d2bdcd5802a3879aa23866ea26bb2bef17127
6
+ metadata.gz: 1e0cb9f4a280f0d85b6de5c26cf085623046dff290134a97dca432799c72b39a831dbb88a338495f1d6b24bd52c13c2ca7aa24975f89020889a12c5f821a46bb
7
+ data.tar.gz: 28e52242c28c4327728a46f0ca78e5525d88f9c61085471c9157e7b1f879ff87e6eab3111d73f0080616cc2d7343f78c1f58adce8b2464c1e0e96a1ed8e78282
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.75.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.74.0 (2023-11-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.74.0
1
+ 1.75.0
@@ -4912,7 +4912,7 @@ module Aws::CloudWatchLogs
4912
4912
  params: params,
4913
4913
  config: config)
4914
4914
  context[:gem_name] = 'aws-sdk-cloudwatchlogs'
4915
- context[:gem_version] = '1.74.0'
4915
+ context[:gem_version] = '1.75.0'
4916
4916
  Seahorse::Client::Request.new(handlers, context)
4917
4917
  end
4918
4918
 
@@ -25,16 +25,17 @@ module Aws::CloudWatchLogs
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-cloudwatchlogs/customizations'
52
52
  # @!group service
53
53
  module Aws::CloudWatchLogs
54
54
 
55
- GEM_VERSION = '1.74.0'
55
+ GEM_VERSION = '1.75.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatchlogs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.74.0
4
+ version: 1.75.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