aws-sdk-mediatailor 1.66.0 → 1.67.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: b7961c05d57a99569df4aec937ab0c228760fccad2d02e66e7fd2f504a7a6ca0
4
- data.tar.gz: a129390e1ac205752a6c35251e34d539ace9827036a529684773182bc13216d2
3
+ metadata.gz: d3738e89228dae6664729ceafa0a4e78413879d96aedebc03fa23eeb05b287eb
4
+ data.tar.gz: 4fcbd6f16092ef9e83062e8365c7cddae7200da19c8e8ec0ffa93e57852f3727
5
5
  SHA512:
6
- metadata.gz: 6fd9967a53f797f4af287b16c4d3ba50898ceae87fafd74a51a8e79e040b77d236e0734fca6c90d168eb41cedd918d373871cdd01b36b6bb60617099480dfea3
7
- data.tar.gz: 778b96ad2c6e003d4d7da411d088a3f36aae6c01c2f07b027ef35bbb6335acaa6b78296600cf269cec386e16f65f0af318f641bf57d3747c437b8becb56ff46e
6
+ metadata.gz: 437172ece3a4c57ba6962ef8a4135234376dc01aa34a815128d9350d2bf4543b86a4322320e75c17ba53965aec52ce08cf41be4cde2223232c3df7716474f559
7
+ data.tar.gz: 2bf014f8b4fec59d0407b79f665ba420676fc97349a8e103095ab9c2c87970bb4deaabdb449c3caf6018c12cb0d9fb18f8482c069f72201ab95c359ca4e6dba4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.67.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.66.0 (2023-07-07)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.66.0
1
+ 1.67.0
@@ -216,6 +216,10 @@ module Aws::MediaTailor
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
  #
@@ -3095,7 +3099,7 @@ module Aws::MediaTailor
3095
3099
  params: params,
3096
3100
  config: config)
3097
3101
  context[:gem_name] = 'aws-sdk-mediatailor'
3098
- context[:gem_version] = '1.66.0'
3102
+ context[:gem_version] = '1.67.0'
3099
3103
  Seahorse::Client::Request.new(handlers, context)
3100
3104
  end
3101
3105
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-mediatailor/customizations'
52
52
  # @!group service
53
53
  module Aws::MediaTailor
54
54
 
55
- GEM_VERSION = '1.66.0'
55
+ GEM_VERSION = '1.67.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediatailor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.66.0
4
+ version: 1.67.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-07 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