aws-sdk-cloudtrail 1.73.0 → 1.74.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: 6701872c247ca32899a7ea46b56ed3eccbd2bcb8b6a024cd07385976c32e4c12
4
- data.tar.gz: dc0294be39f562cc1826fddb1aefb9627ab89c2141923c92e39fcafd5e3c3758
3
+ metadata.gz: 91edac860f1d3195c8a03259a925c5a8561024b08857941651f3960933507423
4
+ data.tar.gz: 23a753272c4869b98496f9462ac9c1d5ada370228dd2ef25559611ab25dca2ad
5
5
  SHA512:
6
- metadata.gz: 75ec5991334ca5973acc817c28b1050e9b98d191ea3f8e13c5257a6704d5d91afcd2cd364b6c81f0c00bdea5ef0576aa3f658b3f06e1cf881140d2c9784781d4
7
- data.tar.gz: 0d27daa1d2416cc68bbf71631eb2cc05a1335e728cfb1ccfa074fb3e65a60f747de5aa91de1d8a069618d49b41ff46262edeaa6d85f0c47c51f5cdf766967328
6
+ metadata.gz: 9f4ce5eab5052adbebb1afa18cc74004962b5811ee1179455767d38b37f051036cddbd7baf7238a5cfd87b582e8158e98f4b6cde6d497ffed642dd0a95c6c4fb
7
+ data.tar.gz: 73f9b634c44c4656db2b5d9fd388af1eba7e79211aa2d6ae4a8addcb7256839f3e5317784ad78bb0ad3154dce86b0d22b1779cd26873a385a8e66192afcd2a51
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.74.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.73.0 (2023-11-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.73.0
1
+ 1.74.0
@@ -3731,7 +3731,7 @@ module Aws::CloudTrail
3731
3731
  params: params,
3732
3732
  config: config)
3733
3733
  context[:gem_name] = 'aws-sdk-cloudtrail'
3734
- context[:gem_version] = '1.73.0'
3734
+ context[:gem_version] = '1.74.0'
3735
3735
  Seahorse::Client::Request.new(handlers, context)
3736
3736
  end
3737
3737
 
@@ -25,16 +25,17 @@ module Aws::CloudTrail
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-cloudtrail/customizations'
52
52
  # @!group service
53
53
  module Aws::CloudTrail
54
54
 
55
- GEM_VERSION = '1.73.0'
55
+ GEM_VERSION = '1.74.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudtrail
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.73.0
4
+ version: 1.74.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