aws-sdk-licensemanagerlinuxsubscriptions 1.9.0 → 1.10.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 527d885d939daf933b8c3b950f6de1b8aca0009e9848850c1f4acf04a9f05448
|
|
4
|
+
data.tar.gz: 614768da986649f58548eac4a9b531edbcd3bae97a34e52b1a9ec1918acca10f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 531a601daf994614209a362fb74b0b1340d7935d901eca21a87ecc2ffb9586691ab1e2e7abc6a69361d43b9364fe5c58cbdd972ff3a3cc383913e461cab52f40
|
|
7
|
+
data.tar.gz: bdec3ab39970f8f0bdccc613e4b4d05fb28600afc8b283e717cecad424ef54e715bf1eade7b08fe226d640accc35521fcff8e265b9ffd59e6b8101effd060b77
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.10.0
|
|
@@ -644,7 +644,7 @@ module Aws::LicenseManagerLinuxSubscriptions
|
|
|
644
644
|
params: params,
|
|
645
645
|
config: config)
|
|
646
646
|
context[:gem_name] = 'aws-sdk-licensemanagerlinuxsubscriptions'
|
|
647
|
-
context[:gem_version] = '1.
|
|
647
|
+
context[:gem_version] = '1.10.0'
|
|
648
648
|
Seahorse::Client::Request.new(handlers, context)
|
|
649
649
|
end
|
|
650
650
|
|
|
@@ -25,16 +25,17 @@ module Aws::LicenseManagerLinuxSubscriptions
|
|
|
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-licensemanagerlinuxsubscriptions
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.10.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
|