aws-sdk-licensemanagerlinuxsubscriptions 1.2.0 → 1.3.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: f3a9f2bcbe1c4d74cfbaf4289db5448ccbe4831cbdfb104c8899582a29730988
4
- data.tar.gz: e50adae2a3808f8eb2d921c84b7a0f637383b6d94ed9d3097d014934b7a6c259
3
+ metadata.gz: 3e6be6512c330e1711975501fa8161d4d0d437f7dfa76c445567d035117f9dfc
4
+ data.tar.gz: 111ce2f1cb8451b9aba7cb3fa6e337cf170d3185b130b3f2a569ee1291affbae
5
5
  SHA512:
6
- metadata.gz: 89924698bf3253d505a58c9d751c84507d4e12369f0dadbdd103c6ad4c3b51c45729bb054a5ca2cf752a9ba4fed8a2a8b97bc700ae927226899e15eb147f1513
7
- data.tar.gz: e89088870ea0f2a59bc99dcf871ae5e60eac40b9e7ea8a9a20ee937c20461197ef5be9c212f8d57f4d4717af2ff14af68ea6360bb2e66616fbc2e7950122287f
6
+ metadata.gz: '00908e63c0d4fe1aedea036958d8a39ead4b439aa47170e369d0fb650d2fd332cb2220c8b241839ca3bfb941d2ba1f98788781655f64e0a6d301793da5368af5'
7
+ data.tar.gz: '08038eedaa89c699eb5832048b95259a338b9ab6d40670e1cf1bb10ab69609f4cd27c1dbbf4846168c34543d4bfd81f4f9d3a3c865056bec7abf0e6a4d8bf1e9'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.3.0 (2023-06-15)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.2.0 (2023-05-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.0
1
+ 1.3.0
@@ -629,7 +629,7 @@ module Aws::LicenseManagerLinuxSubscriptions
629
629
  params: params,
630
630
  config: config)
631
631
  context[:gem_name] = 'aws-sdk-licensemanagerlinuxsubscriptions'
632
- context[:gem_version] = '1.2.0'
632
+ context[:gem_version] = '1.3.0'
633
633
  Seahorse::Client::Request.new(handlers, context)
634
634
  end
635
635
 
@@ -9,6 +9,7 @@
9
9
 
10
10
 
11
11
  module Aws::LicenseManagerLinuxSubscriptions
12
+ # @api private
12
13
  module Endpoints
13
14
 
14
15
  class GetServiceSettings
@@ -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.2.0'
55
+ GEM_VERSION = '1.3.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.2.0
4
+ version: 1.3.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-05-31 00:00:00.000000000 Z
11
+ date: 2023-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core