aws-sdk-medialive 1.43.0 → 1.44.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: 2a5e0ca9cf7aac1712348d1cb5e0332c20311c5a27a07091bb5412ec0676e76e
4
- data.tar.gz: eb642a73c3e2cc2580d0e418dbe5cc18e16e487cdc0363043388dcdbbacc43f6
3
+ metadata.gz: 39e1911d4feba259c34fc18e39ffd75a34d1dcbacab75c65d398c231cdff2dc2
4
+ data.tar.gz: da6b28f53a0fbd728b104297b5e94368bde030f02a58639ccbc7034350f97f54
5
5
  SHA512:
6
- metadata.gz: c62e3d5143e7bde2ec7048d227bbde3a001bdf7cbfed8a409946ef3deaf01f8c9bf55913840e9b60dc93474a9ce40bd0b4b45340a44f7841de00d80d17d34ecc
7
- data.tar.gz: 9d7db580fc79d682ac86cb31b82ced9ae143881d7559c36dafd75a852d0bd7e704fe0ba637b5d72d286d47b4349afd6ef979ab8f74d0582debd3e945fad2365d
6
+ metadata.gz: 3aeb41407cdaece9a012750733413724e3f1d1d32e51277c2b80cb4b5f21bdccf1272f9ed021ba378e31cb6bf730dc6d63442b92aab89a4e357a491edf08001f
7
+ data.tar.gz: bd78871f8c3c7b83016cbc49d89a7a952981aaa23790ed4d41e562ca73b28035a0fbec0b6084ddee2dde00461ac7b51da99bd200f7c54e781c945db06786eade
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-medialive/customizations'
46
46
  # @service
47
47
  module Aws::MediaLive
48
48
 
49
- GEM_VERSION = '1.43.0'
49
+ GEM_VERSION = '1.44.0'
50
50
 
51
51
  end
@@ -105,7 +105,7 @@ module Aws::MediaLive
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::MediaLive
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
@@ -8271,7 +8271,7 @@ module Aws::MediaLive
8271
8271
  params: params,
8272
8272
  config: config)
8273
8273
  context[:gem_name] = 'aws-sdk-medialive'
8274
- context[:gem_version] = '1.43.0'
8274
+ context[:gem_version] = '1.44.0'
8275
8275
  Seahorse::Client::Request.new(handlers, context)
8276
8276
  end
8277
8277
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-medialive
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.43.0
4
+ version: 1.44.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-28 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