aws-sdk-securitylake 1.8.0 → 1.9.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: f9a2e3943e586c4d07f19977e5d43b1e9239dc8c11ecca2d45f355e765416260
4
- data.tar.gz: 07f7781fe13af29c330a504b85b96a0a7ee99df89af99170674a6b1ed6eb7ec9
3
+ metadata.gz: a3a1800fea687363deae5dc298f18f159bbf039e2c4e71ef0335d6bcfc1f605b
4
+ data.tar.gz: 215b8db63f7746a0f442e4ab7b7f3a0cf2dde007f12174d231c7cea5b2f6173d
5
5
  SHA512:
6
- metadata.gz: 395cddba455506d036f4a567cdf153f91d71474d56cbad85b6d8ed2ccbf7f31a841215e8427fbefdd25d6d25c86087f33165434f20fd464b08fd4f12e73e3be1
7
- data.tar.gz: 7041d19cbef6e5d5429aff23395a2f9e0a41d4650cdf20504556fef1da3d56aad8ce24a8d92165cc3cd15121a92207a477c29e8a27cb64f0b314989b9fedac65
6
+ metadata.gz: baf2b638b94903590d660b3fc8e6bf6b845fcf284394b7d96a2973c3d260a82b6da7da79dd57e53b9a9ef8d90df019ae87870e097718b42a12351b95afd79518
7
+ data.tar.gz: 193fdd8396047e1da3add86856d876d94dc176fa864210ce5a513df26e9cd81c5e208c36ff8b048dde37289d41f512881ab8e2fc46c2b5120872f26cbe6b1a93
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.9.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.8.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.0
1
+ 1.9.0
@@ -216,6 +216,10 @@ module Aws::SecurityLake
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
  #
@@ -1788,7 +1792,7 @@ module Aws::SecurityLake
1788
1792
  params: params,
1789
1793
  config: config)
1790
1794
  context[:gem_name] = 'aws-sdk-securitylake'
1791
- context[:gem_version] = '1.8.0'
1795
+ context[:gem_version] = '1.9.0'
1792
1796
  Seahorse::Client::Request.new(handlers, context)
1793
1797
  end
1794
1798
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-securitylake/customizations'
52
52
  # @!group service
53
53
  module Aws::SecurityLake
54
54
 
55
- GEM_VERSION = '1.8.0'
55
+ GEM_VERSION = '1.9.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-securitylake
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.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