aws-sdk-licensemanagerusersubscriptions 1.15.0 → 1.17.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: 512d1b8d1f63b03f206ef9da72b487ad0342504580ca083876db62c72766da3f
4
- data.tar.gz: c79f3dc37c8275cbee8c14e430b5cee1bfa5bd4e53ada70cec628bb4cb8a80d7
3
+ metadata.gz: 25c2a725aeaf4af725caf92a1e54d9ab5a5480127a6aac3e3a5f697f4de7772b
4
+ data.tar.gz: b1e22039e7d77be9e5acecce549ec140de0f44eb9810378c1c8d0c2cf86d2482
5
5
  SHA512:
6
- metadata.gz: 4a5e0af1199c58219bdf46f6f64e1b252c9a564af71e1b9b28a3c6e6aafa59776dfba26a6cbc9ccd20131fc1790c9c9f2d3b929311d4622c34674a4340f1525c
7
- data.tar.gz: e2682d3b3279b02dc936d58fb7fbe9fb7b5edc071c3b3bf72af2b08ee07f251557ad44a516c15036999455249c98c8c7423decc6ee75e8d058b3af48a5095125
6
+ metadata.gz: 2df927044825cb73cfc2b1ef2cca2c1932e1fd5e4893ae94734ee11c5f691c9515881a3cf0f61a82a320a555d3ed29430a502e5e3a9528e43873bb7acd6183f3
7
+ data.tar.gz: 9d096c905c2bc11541e3b87242ee19444accfa7cb50084d29847895b1a9d213e021ad4c17a46278e6e1d11a051a0fe5b637309b2868358403e0b825dc3b51045
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.17.0 (2024-06-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.16.0 (2024-06-05)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.15.0 (2024-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.15.0
1
+ 1.17.0
@@ -89,6 +89,11 @@ module Aws::LicenseManagerUserSubscriptions
89
89
 
90
90
  # @overload initialize(options)
91
91
  # @param [Hash] options
92
+ #
93
+ # @option options [Array<Seahorse::Client::Plugin>] :plugins ([]])
94
+ # A list of plugins to apply to the client. Each plugin is either a
95
+ # class name or an instance of a plugin class.
96
+ #
92
97
  # @option options [required, Aws::CredentialProvider] :credentials
93
98
  # Your AWS credentials. This can be an instance of any one of the
94
99
  # following classes:
@@ -209,7 +214,6 @@ module Aws::LicenseManagerUserSubscriptions
209
214
  # 'https://example.com'
210
215
  # 'http://example.com:123'
211
216
  #
212
- #
213
217
  # @option options [Integer] :endpoint_cache_max_entries (1000)
214
218
  # Used for the maximum size limit of the LRU cache storing endpoints data
215
219
  # for endpoint discovery enabled operations. Defaults to 1000.
@@ -298,7 +302,6 @@ module Aws::LicenseManagerUserSubscriptions
298
302
  # throttling. This is a provisional mode that may change behavior
299
303
  # in the future.
300
304
  #
301
- #
302
305
  # @option options [String] :sdk_ua_app_id
303
306
  # A unique and opaque application ID that is appended to the
304
307
  # User-Agent header as app/sdk_ua_app_id. It should have a
@@ -1041,7 +1044,7 @@ module Aws::LicenseManagerUserSubscriptions
1041
1044
  params: params,
1042
1045
  config: config)
1043
1046
  context[:gem_name] = 'aws-sdk-licensemanagerusersubscriptions'
1044
- context[:gem_version] = '1.15.0'
1047
+ context[:gem_version] = '1.17.0'
1045
1048
  Seahorse::Client::Request.new(handlers, context)
1046
1049
  end
1047
1050
 
@@ -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.15.0'
55
+ GEM_VERSION = '1.17.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.15.0
4
+ version: 1.17.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-05-13 00:00:00.000000000 Z
11
+ date: 2024-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.193.0
22
+ version: 3.198.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.193.0
32
+ version: 3.198.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement