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: 71dd200f704dad29f1c742bbe120528e9b772d1a02620471980300d0cb1f6ce0
4
- data.tar.gz: 202f334ddf937959a24e1f735cd8f4199745d4d3b215b27a1e9ef525b1a674f4
3
+ metadata.gz: 527d885d939daf933b8c3b950f6de1b8aca0009e9848850c1f4acf04a9f05448
4
+ data.tar.gz: 614768da986649f58548eac4a9b531edbcd3bae97a34e52b1a9ec1918acca10f
5
5
  SHA512:
6
- metadata.gz: ea54805f0e2e1ccd06a591106d2c7ab452354b1620c159b729ad3f5710289f5e2549bdb7bba2cbaf1475e5c3e41a882647f379c0df359e498d262f3511ee92f6
7
- data.tar.gz: 3f99493b515ba1cca9759c658224bb57824b5173a3b9dbc380b5797a2826b41b78c9e9789378f29b8d9509db330e77e04f1017547a0161584d52bde16e13daa8
6
+ metadata.gz: 531a601daf994614209a362fb74b0b1340d7935d901eca21a87ecc2ffb9586691ab1e2e7abc6a69361d43b9364fe5c58cbdd972ff3a3cc383913e461cab52f40
7
+ data.tar.gz: bdec3ab39970f8f0bdccc613e4b4d05fb28600afc8b283e717cecad424ef54e715bf1eade7b08fe226d640accc35521fcff8e265b9ffd59e6b8101effd060b77
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.10.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.9.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.9.0
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.9.0'
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
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-licensemanagerlinuxsubscriptions/customizations'
52
52
  # @!group service
53
53
  module Aws::LicenseManagerLinuxSubscriptions
54
54
 
55
- GEM_VERSION = '1.9.0'
55
+ GEM_VERSION = '1.10.0'
56
56
 
57
57
  end
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.9.0
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-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