aws-sdk-licensemanagerusersubscriptions 1.7.0 → 1.8.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: d9bd4c326850e94c097e21f87234f817bdbfbfe850afb150f275a06645b83b8b
4
- data.tar.gz: c553490105b9468be1511d17bb8f9e4abfd0795eb1e3b5ee4b02d59f52dbefd1
3
+ metadata.gz: e258b76d0f67c05fda9bcbcddc8221ed1d79e2922e5d96c7bd889be180e505e4
4
+ data.tar.gz: 4db789daec5c12968a238a6759df798f52d96aa52873837925dec609b4617002
5
5
  SHA512:
6
- metadata.gz: 9f87f8bef0925841f6d7294655afd591de602f0e8b2565fe8c4d7c4d594824496598352196c9576c7ad913988cf306565b12d15f2d6f364c33e6bf098562c56d
7
- data.tar.gz: a9439a8308b419535307bc65993726c8ba783a4ec4c7de6a847aa5c182982dab2973f99cf4ff3d599f5c0959a903f0b7ca44075d2fbb04a59a09b779a199c902
6
+ metadata.gz: f3c8ed34edbf3211c3dedcf7a2e40662ea93bca0bfa66a0afe98d95a89c511f6aa7b0a2634c14d2cc961da49122db24f8be52859f32859efbb463ed8c375975b
7
+ data.tar.gz: c7d651c74dd1ffc230f1c2d1f523d417ef7b98695bf316e9dd213428fb491df3b292e0a79bd5b61503d18bb730f520270179a694abfccf90ddeeb734a89e2455
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.8.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.7.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.0
1
+ 1.8.0
@@ -216,6 +216,10 @@ module Aws::LicenseManagerUserSubscriptions
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -1012,7 +1016,7 @@ module Aws::LicenseManagerUserSubscriptions
1012
1016
  params: params,
1013
1017
  config: config)
1014
1018
  context[:gem_name] = 'aws-sdk-licensemanagerusersubscriptions'
1015
- context[:gem_version] = '1.7.0'
1019
+ context[:gem_version] = '1.8.0'
1016
1020
  Seahorse::Client::Request.new(handlers, context)
1017
1021
  end
1018
1022
 
@@ -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.7.0'
55
+ GEM_VERSION = '1.8.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.7.0
4
+ version: 1.8.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-07-06 00:00:00.000000000 Z
11
+ date: 2023-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core