aws-sdk-ivsrealtime 1.6.0 → 1.7.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: 2ff8e1db3dd44e7f682aeb37f8327f38dc5339e686468ecfa4055572db0ac2f0
4
- data.tar.gz: e611aab37ec63e850ea96475bd26d8cad363a2a894fc164fcb0a643968975331
3
+ metadata.gz: b94580abef3501275cb27021929fb0c1868277bbe8e0b009a1b1f3892215a88e
4
+ data.tar.gz: 0f982e394df7b0d022db3db3e8ecff4fe8329a869673e93e9a230cb14a274ccc
5
5
  SHA512:
6
- metadata.gz: 5db1ee6ecd69f0fc0aee7258a9fcc124529b4125f9b9ab1c28d166ef28dc94521b4ca37057c1ccdaa4ac768936568a55e192aefefd0fb9408839d8c7d4868008
7
- data.tar.gz: 6a4ab2b266a6bf8d6931ba7cba7a1aac7838e13cf54d98283604be5245f6ef2750e4168fc4cdd5e64f735af7f3c9acb55a6cc3b2890eb7a82d929b6e4aec8573
6
+ metadata.gz: d3571768b0f7e07c40edd2069077ea7c511a3b4916ffc7dd37150c1d79b3d464f560a3e8e777ceafebf507e126a1de32785e68ce391f325e93440287c8fa4a85
7
+ data.tar.gz: 9abac7b424b6d490643cb683507d9af6fdbd1e7e7a79bbd44372253d7b54747ac0a8d6382bd3aff94b6ff29703922a88a292538d4d4d32fd954fd1adab9b354a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.7.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.6.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.6.0
1
+ 1.7.0
@@ -216,6 +216,10 @@ module Aws::IVSRealTime
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
  #
@@ -1048,7 +1052,7 @@ module Aws::IVSRealTime
1048
1052
  params: params,
1049
1053
  config: config)
1050
1054
  context[:gem_name] = 'aws-sdk-ivsrealtime'
1051
- context[:gem_version] = '1.6.0'
1055
+ context[:gem_version] = '1.7.0'
1052
1056
  Seahorse::Client::Request.new(handlers, context)
1053
1057
  end
1054
1058
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-ivsrealtime/customizations'
52
52
  # @!group service
53
53
  module Aws::IVSRealTime
54
54
 
55
- GEM_VERSION = '1.6.0'
55
+ GEM_VERSION = '1.7.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ivsrealtime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.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