aws-sdk-mediaconnect 1.20.0 → 1.21.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: fd5c15c1a180d1d045c1f7c43f291cd391b4b9eeed11ea41c47be2e18bdd8044
4
- data.tar.gz: 7847f92a4157402ebd679b108c5099b115dc5942f4c51ed4ff9243f697124aa9
3
+ metadata.gz: 9cf0ad48664002a76568bf3cdbf3072f237cf00f43dc383aa1cc7f9439a3d3d7
4
+ data.tar.gz: 1aa16a5f8a1be54ecbe77cb407241c804b246d2fd761cef6b66d12a3d7b77b61
5
5
  SHA512:
6
- metadata.gz: a99645fac28773d45dd19dbd8ef51f967b6838c01b386eb76bfb5b75726f2136e542ada5b6690e2433dba47edd7e9cf0534cc580f4831785c0c2942dfeaa6335
7
- data.tar.gz: 5dce0bb62547624cfad7943f49b1aa5128fee12eb457167d5fbf56811f174436aafb9556024b208b91448fd062a522876727e38fd1519b3629eae80da19123d5
6
+ metadata.gz: 8a9315b80847305005d0a56fcbe83e2ee7fa75a8a52c20df92394335a3ce6220b9069249f8e4cd34e94bc7fadd90a508df78db48a649d60b9977e233511ebf54
7
+ data.tar.gz: c7e2ae47762db35970a17149ba5d3f71b968877a8b04dad30d19980d265d229bbe74326f6f411b0245410ea7c7ee64d0f9b3b7734350c6275c67c74413b9c497
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-mediaconnect/customizations'
45
45
  # @service
46
46
  module Aws::MediaConnect
47
47
 
48
- GEM_VERSION = '1.20.0'
48
+ GEM_VERSION = '1.21.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::MediaConnect
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::MediaConnect
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -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.20.0'
1865
+ context[:gem_version] = '1.21.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.20.0
4
+ version: 1.21.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-04-07 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core