aws-sdk-licensemanagerlinuxsubscriptions 1.5.0 → 1.6.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: e536207171ba197c69323a61eafa6336a12a120cbb69337633af541cfbfb87d0
4
- data.tar.gz: 71f49b43575120d2b83c386d2cff4168fa1a9c2360f7a8a0d9854d09e030e0ca
3
+ metadata.gz: 6a3aff486ce8eecac79a36b255cfab5af577b720fb4e843643a12b55b1019a7c
4
+ data.tar.gz: 815fb7633b8a78f04264ff86e78f44dae9e325259aa158d21858409562ed4609
5
5
  SHA512:
6
- metadata.gz: 652ad8c5d1aa13f57e577b1f98b1f4f79bd8f7a0d612a46df36df5cf9647d376ef98b316c7e49521dfd86413b73da9697c278e179417b42201ca8362f35c39d9
7
- data.tar.gz: f727bf930617313df62a7ebbce07c2caa1f9622627c91e4204bab9a914fba3f9ec15da94065ef8511a95f35ebe6f837282979b4187441d26505188a98d618fd0
6
+ metadata.gz: f83575f1a29a3a3a33e2b678fa07a0af958dfe5216c468042fabb2b83b0aedd626e3f5446e004bd1e5e64614fd3941ad4d1bbf10ebcc6c016dfd08c938946c89
7
+ data.tar.gz: 762cd8d50c132a5a7d7c7c918e8c2575d6cfd8a058ba1d07722f3af0f6e905e78736fb050cad87032d9b0413f2f90fc7d18b5003aae77355849c17e8d54fe147
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.6.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.5.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.5.0
1
+ 1.6.0
@@ -216,6 +216,10 @@ module Aws::LicenseManagerLinuxSubscriptions
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
  #
@@ -640,7 +644,7 @@ module Aws::LicenseManagerLinuxSubscriptions
640
644
  params: params,
641
645
  config: config)
642
646
  context[:gem_name] = 'aws-sdk-licensemanagerlinuxsubscriptions'
643
- context[:gem_version] = '1.5.0'
647
+ context[:gem_version] = '1.6.0'
644
648
  Seahorse::Client::Request.new(handlers, context)
645
649
  end
646
650
 
@@ -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.5.0'
55
+ GEM_VERSION = '1.6.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.5.0
4
+ version: 1.6.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