aws-sdk-mediaconnect 1.21.0 → 1.22.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: 9cf0ad48664002a76568bf3cdbf3072f237cf00f43dc383aa1cc7f9439a3d3d7
4
- data.tar.gz: 1aa16a5f8a1be54ecbe77cb407241c804b246d2fd761cef6b66d12a3d7b77b61
3
+ metadata.gz: 8080ccec81b01e10e844e604cde39ea0f99165bf60fbe17340dc614d375f9536
4
+ data.tar.gz: dee80894599bd7ba6bdb5080a6ad17719c93086dd79ab99609c7b649c819cc91
5
5
  SHA512:
6
- metadata.gz: 8a9315b80847305005d0a56fcbe83e2ee7fa75a8a52c20df92394335a3ce6220b9069249f8e4cd34e94bc7fadd90a508df78db48a649d60b9977e233511ebf54
7
- data.tar.gz: c7e2ae47762db35970a17149ba5d3f71b968877a8b04dad30d19980d265d229bbe74326f6f411b0245410ea7c7ee64d0f9b3b7734350c6275c67c74413b9c497
6
+ metadata.gz: 0c2dea9ad34c10710b595696b327b3088ddcad3832c558dba4195d4481cee1c1bbdc79f8feba21f82bcf4717d8af7b90a290caaf9c44d8e1bd123faf423fe5b2
7
+ data.tar.gz: 7f1054cd2b9e1544ea3208382edf9127c399e43082e44aac9b7ef69c2ee262b5e79a569f4dab919075c01eaded8d6c8438a52056333b7428bb29acba37ba7d62
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-mediaconnect/customizations'
45
45
  # @service
46
46
  module Aws::MediaConnect
47
47
 
48
- GEM_VERSION = '1.21.0'
48
+ GEM_VERSION = '1.22.0'
49
49
 
50
50
  end
@@ -176,7 +176,7 @@ module Aws::MediaConnect
176
176
  # requests fetching endpoints information. Defaults to 60 sec.
177
177
  #
178
178
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
179
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
180
  #
181
181
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
182
  # The log formatter.
@@ -1862,7 +1862,7 @@ module Aws::MediaConnect
1862
1862
  params: params,
1863
1863
  config: config)
1864
1864
  context[:gem_name] = 'aws-sdk-mediaconnect'
1865
- context[:gem_version] = '1.21.0'
1865
+ context[:gem_version] = '1.22.0'
1866
1866
  Seahorse::Client::Request.new(handlers, context)
1867
1867
  end
1868
1868
 
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.21.0
4
+ version: 1.22.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: 2020-05-07 00:00:00.000000000 Z
11
+ date: 2020-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core