aws-sdk-cloudtraildata 1.8.0 → 1.9.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudtraildata/client.rb +1 -1
- data/lib/aws-sdk-cloudtraildata/plugins/endpoints.rb +3 -2
- data/lib/aws-sdk-cloudtraildata.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f0cffface5ce0a3902dc86feacefb85165352c0810e9e7acc286dd7628fce283
|
|
4
|
+
data.tar.gz: 5b68725095510283805159f358be1ac85df722266c70253694d430797a891b0e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1cf7f45c43ec2e54b18c812655062f6e6a3d97516487bc367ad5a6b01b3f09788b6dfcd9d9dfefda98f70e0fb24336572d86053c5ed8fbc9f20d09be06d702e6
|
|
7
|
+
data.tar.gz: b6a2563e806f16ca0e0dd0748d86e7d0e5bda68dd397aa1f9d7b19bf83f303010ae104d6c81fc2d5d589b6c9f8ed5c13f0fed9f4c953403ab1ba7af9c707164b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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
|
|
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.
|
|
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-
|
|
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
|