aws-sdk-iotanalytics 1.55.0 → 1.56.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: 06a5f8d5ce7d867ed5181c2e223e1d26210b45fe1d4bd5c6c9fd6d6736df815c
4
- data.tar.gz: 93de7a12fb646ce33a71539934962fc781618ed1b8e2da0d27cefd1cb3b281b4
3
+ metadata.gz: 13d5ec012847e8823d76c91a296a4175e179e484b942ddc413464005d3ec50bf
4
+ data.tar.gz: 148764c67ee3a8d244926c06c0e96ae4763b6773316060637f9decf16b1a6ebf
5
5
  SHA512:
6
- metadata.gz: f79f122a694890964c319e8debb410dfcfa391e6d8d622fa7795594fa328eb8c82949b3e6db731bc396d6dba52082e1fc7319fb2e344c75f7e05e2b03eec8b65
7
- data.tar.gz: 52cd1f6b00153442761b2003eb140cce26c386aec4f6ac49ae0460f60f0ef801d4ca06c9fc2341ab872e687fb9b602b32fd507a23e746a51c0ad818e06a7707c
6
+ metadata.gz: be3c4c281a83eaddc21b1e672583255358e3a49e2ea33184a7a09a447c3ff0cc9ed1c9613ff4c58ab692a3b8aaedbad3b836782a96259660de400b76da3ec428
7
+ data.tar.gz: 1fc2a2d119dcc47e9272bf9fbe79173a66360633c9d43a477be3c26ffa0bf7ba03ad2424c94acaad820c24a6963c117451cd96619d7b1285dedf13fac5db62a6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.56.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.55.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.55.0
1
+ 1.56.0
@@ -216,6 +216,10 @@ module Aws::IoTAnalytics
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
  #
@@ -2292,7 +2296,7 @@ module Aws::IoTAnalytics
2292
2296
  params: params,
2293
2297
  config: config)
2294
2298
  context[:gem_name] = 'aws-sdk-iotanalytics'
2295
- context[:gem_version] = '1.55.0'
2299
+ context[:gem_version] = '1.56.0'
2296
2300
  Seahorse::Client::Request.new(handlers, context)
2297
2301
  end
2298
2302
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-iotanalytics/customizations'
52
52
  # @!group service
53
53
  module Aws::IoTAnalytics
54
54
 
55
- GEM_VERSION = '1.55.0'
55
+ GEM_VERSION = '1.56.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotanalytics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.55.0
4
+ version: 1.56.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