aws-sdk-licensemanagerusersubscriptions 1.14.0 → 1.15.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: 6033f46851602215f9a1c49f4bad98dc45657ed9991536bc10e87a15e1eba1b1
4
- data.tar.gz: b725d9a72ac97af69deb2e48fb63540c414548e35b920589080dc0776a63d009
3
+ metadata.gz: 512d1b8d1f63b03f206ef9da72b487ad0342504580ca083876db62c72766da3f
4
+ data.tar.gz: c79f3dc37c8275cbee8c14e430b5cee1bfa5bd4e53ada70cec628bb4cb8a80d7
5
5
  SHA512:
6
- metadata.gz: b76ae9db964b984b31748bbbeccd044d74d87c6a306d3a8e719f643b5d485bbce7f82667c3df7ef30d2cf26807c1d11e485b1e23a057d121fe5a581b52d3b01e
7
- data.tar.gz: 410e6990303cb8a9c477dbc26d98e67acfb08a63fd1bdb0fc586e4fbffaa0d41e912ebdc5fcf755a43410b942f72faeb53b81a344871fcf81094576605e69275
6
+ metadata.gz: 4a5e0af1199c58219bdf46f6f64e1b252c9a564af71e1b9b28a3c6e6aafa59776dfba26a6cbc9ccd20131fc1790c9c9f2d3b929311d4622c34674a4340f1525c
7
+ data.tar.gz: e2682d3b3279b02dc936d58fb7fbe9fb7b5edc071c3b3bf72af2b08ee07f251557ad44a516c15036999455249c98c8c7423decc6ee75e8d058b3af48a5095125
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.15.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.14.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.14.0
1
+ 1.15.0
@@ -301,8 +301,9 @@ module Aws::LicenseManagerUserSubscriptions
301
301
  #
302
302
  # @option options [String] :sdk_ua_app_id
303
303
  # A unique and opaque application ID that is appended to the
304
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
305
- # maximum length of 50.
304
+ # User-Agent header as app/sdk_ua_app_id. It should have a
305
+ # maximum length of 50. This variable is sourced from environment
306
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
306
307
  #
307
308
  # @option options [String] :secret_access_key
308
309
  #
@@ -1040,7 +1041,7 @@ module Aws::LicenseManagerUserSubscriptions
1040
1041
  params: params,
1041
1042
  config: config)
1042
1043
  context[:gem_name] = 'aws-sdk-licensemanagerusersubscriptions'
1043
- context[:gem_version] = '1.14.0'
1044
+ context[:gem_version] = '1.15.0'
1044
1045
  Seahorse::Client::Request.new(handlers, context)
1045
1046
  end
1046
1047
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-licensemanagerusersubscriptions/customizations'
52
52
  # @!group service
53
53
  module Aws::LicenseManagerUserSubscriptions
54
54
 
55
- GEM_VERSION = '1.14.0'
55
+ GEM_VERSION = '1.15.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-licensemanagerusersubscriptions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.15.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: 2024-04-25 00:00:00.000000000 Z
11
+ date: 2024-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core