aws-sdk-mediaconnect 1.52.0 → 1.53.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 48d730e471e58277bc9c44652e629852bc60aa15fa388d6cf548066aded850b8
4
- data.tar.gz: '04510084db63e092898a882cb42f1bf8c8360e3e1926a21008340f01cf103c75'
3
+ metadata.gz: 4e3ad483babdd608111c633a4a64c3dce00241594dee4ffd6cae735bfdd2c106
4
+ data.tar.gz: 498d2140d86b841f13e2b1886629d4cd20b7c1c4c39d66677d9164fbfa17162f
5
5
  SHA512:
6
- metadata.gz: cfb41fb2683e17fb58f3035714dd3be8118dc40e1bf4f3240345872152fe10ddc89aaaf585744c54cefe26f4ade0a4593caf9b7aab235224e57796f4054a9dd7
7
- data.tar.gz: 43ce71b16fdb6958d2da974685df37e9373cf6471e90f9a0ab674eaf28e7ff83bd49864af3bfc0d2bb6de19ae158147b6937928077b7cff5cce5a77440a765b3
6
+ metadata.gz: a193445e9d5486c31a71e05847add92a6e661ef32cfd01b27712b7c15a73712945ca135184f0b7934b69b12b12797cd5169e6d8d7ad7541a1ff5e1cad8a9d87f
7
+ data.tar.gz: be4a1c734b26f3f6fc0afe94aa36e207b63afe7d987340d5e51e76129597a58965262e775b30a09ca3245b38490f14f7dc368b0c5878e4e86bdf05f9593049b2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.53.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.52.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.52.0
1
+ 1.53.0
@@ -216,6 +216,10 @@ module Aws::MediaConnect
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
  #
@@ -3941,7 +3945,7 @@ module Aws::MediaConnect
3941
3945
  params: params,
3942
3946
  config: config)
3943
3947
  context[:gem_name] = 'aws-sdk-mediaconnect'
3944
- context[:gem_version] = '1.52.0'
3948
+ context[:gem_version] = '1.53.0'
3945
3949
  Seahorse::Client::Request.new(handlers, context)
3946
3950
  end
3947
3951
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-mediaconnect/customizations'
53
53
  # @!group service
54
54
  module Aws::MediaConnect
55
55
 
56
- GEM_VERSION = '1.52.0'
56
+ GEM_VERSION = '1.53.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediaconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.52.0
4
+ version: 1.53.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