aws-sdk-cloudtraildata 1.8.0 → 1.9.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: 59fb3159a99e4cdab27b251d7c21e44df49027e0e1b08e414bee49e39fbe4b55
4
- data.tar.gz: c825b71181d8f969c05f55573e8829031ff394ceb92fa6ecc5c7ae1675c4f69d
3
+ metadata.gz: f0cffface5ce0a3902dc86feacefb85165352c0810e9e7acc286dd7628fce283
4
+ data.tar.gz: 5b68725095510283805159f358be1ac85df722266c70253694d430797a891b0e
5
5
  SHA512:
6
- metadata.gz: 85f36a2590672440450c98df34ff939bc42d3383bb79cb13ace5319f0d06703410734f579b6a93ad9ddaf9baf5f2df576e870d81dfad9b78ef59a740e68bdc61
7
- data.tar.gz: 831d6d4573519eacfc825d8cfbb826fabc8a063f2f967d20e2ad6ee8f0e4f562d5c7c27ee5983be3f5ed21eb10753f939f7ee270ba12571e15fac4283de7994e
6
+ metadata.gz: 1cf7f45c43ec2e54b18c812655062f6e6a3d97516487bc367ad5a6b01b3f09788b6dfcd9d9dfefda98f70e0fb24336572d86053c5ed8fbc9f20d09be06d702e6
7
+ data.tar.gz: b6a2563e806f16ca0e0dd0748d86e7d0e5bda68dd397aa1f9d7b19bf83f303010ae104d6c81fc2d5d589b6c9f8ed5c13f0fed9f4c953403ab1ba7af9c707164b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.9.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.8.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.0
1
+ 1.9.0
@@ -457,7 +457,7 @@ module Aws::CloudTrailData
457
457
  params: params,
458
458
  config: config)
459
459
  context[:gem_name] = 'aws-sdk-cloudtraildata'
460
- context[:gem_version] = '1.8.0'
460
+ context[:gem_version] = '1.9.0'
461
461
  Seahorse::Client::Request.new(handlers, context)
462
462
  end
463
463
 
@@ -25,16 +25,17 @@ module Aws::CloudTrailData
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-cloudtraildata/customizations'
52
52
  # @!group service
53
53
  module Aws::CloudTrailData
54
54
 
55
- GEM_VERSION = '1.8.0'
55
+ GEM_VERSION = '1.9.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudtraildata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.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