aws-sdk-licensemanagerlinuxsubscriptions 1.36.0 → 1.37.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: 50091bb445eb3b569e182abfd47a06572f4d3b193e0ff4f62611597828f4ea15
4
- data.tar.gz: 53ae64e1827d9f47961d9669e9c16aaf03d3153b3af009e66dddde4c513719eb
3
+ metadata.gz: 40a9bf6941510a2f33e7d404e19727b30b8734933713d8180dc26b1729c67894
4
+ data.tar.gz: ffc1df22d95b92d163fce4f50fab93a3ff171cc5cabd344b308ee37093de98db
5
5
  SHA512:
6
- metadata.gz: e44a85e6cbea71980b400440a14ba348fdafd4a63bfe5e321612aa613edf935b67b1d6dd5e8c8127e646278940f3f350d18fd015999e2104f7dfb61b184b30a7
7
- data.tar.gz: c873050578e12031b7b525803d834e0e75dfdc6bdc4eb52c1c42b4933b7e662ccf60d02c8883ee67579979b7ecc0b3c5be5c86962c7d1d0b77aaf9f815349b18
6
+ metadata.gz: 3dfb2cc80782c4ad919eb475835cb7df90aab2bc3ecc528a6e077e44a0b890f5e1614bda80a20b50bc03b867d495cfe60d3fce57636a2ced9dc46e358c8f84a3
7
+ data.tar.gz: b3167ee84efd943c481327d572eadad6ae1de99ff4e789a785d9714641d03628140d98512cad097b2f88fb93fe786d22a8040a1e477b368fb7c2cabb4464d262
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.37.0 (2025-10-30)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.36.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.36.0
1
+ 1.37.0
@@ -996,7 +996,7 @@ module Aws::LicenseManagerLinuxSubscriptions
996
996
  tracer: tracer
997
997
  )
998
998
  context[:gem_name] = 'aws-sdk-licensemanagerlinuxsubscriptions'
999
- context[:gem_version] = '1.36.0'
999
+ context[:gem_version] = '1.37.0'
1000
1000
  Seahorse::Client::Request.new(handlers, context)
1001
1001
  end
1002
1002
 
@@ -13,22 +13,22 @@ module Aws::LicenseManagerLinuxSubscriptions
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -54,7 +54,7 @@ module Aws::LicenseManagerLinuxSubscriptions
54
54
  autoload :EndpointProvider, 'aws-sdk-licensemanagerlinuxsubscriptions/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-licensemanagerlinuxsubscriptions/endpoints'
56
56
 
57
- GEM_VERSION = '1.36.0'
57
+ GEM_VERSION = '1.37.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-licensemanagerlinuxsubscriptions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.36.0
4
+ version: 1.37.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services