aws-sdk-mediatailor 1.25.0 → 1.26.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: 0e61832fd1e313f9f389e264a648170c08584648df9bb92b9a9cb697b6d21f26
4
- data.tar.gz: f973bfa15da96b7d5e5b8c78d44c536ab78ddd22fa7834fa73ecdd8c04310b89
3
+ metadata.gz: 426760d04d80ca3c7e27b2d74340afa693490b2c20719a1bd65e862454d0834b
4
+ data.tar.gz: 33271fd9c8fb0ca84aef774ebbeb90fc83222c00d913f9dc34399218da38dfa5
5
5
  SHA512:
6
- metadata.gz: 84d628b7b34bf486222297166a86ee1662805b0ea5237549aa56aaa8175796fb0d51c8183425399ac457852ba5649ef8f11ced548500dbe03e00761dbda7313e
7
- data.tar.gz: 6ce94edc6caa3d549abf9da36c9a815d48fb8f265fe247f4c893bd2d08876078cbf785dbe171dbf983b2abf4f6eb88b6d0aa34aed6207f9b51c95020d81f7dba
6
+ metadata.gz: 06541bd62fb9a6d26e45b237b3c2322c39aeda4728e3036c58c0ada88233f87546f2fd058c751fc7110a6e5215a6fa1a8dfd862ebd341d03402f2e5d38bd9ed6
7
+ data.tar.gz: 766a6e7be1a5830baee7e1e44705b232bfae2554879204ac89d6bebf925874a1d3a814e887a9aff72ca474d9fa87f9c506865511d8ce26a558251b8a589691e7
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-mediatailor/customizations'
45
45
  # @service
46
46
  module Aws::MediaTailor
47
47
 
48
- GEM_VERSION = '1.25.0'
48
+ GEM_VERSION = '1.26.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::MediaTailor
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::MediaTailor
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
@@ -669,7 +669,7 @@ module Aws::MediaTailor
669
669
  params: params,
670
670
  config: config)
671
671
  context[:gem_name] = 'aws-sdk-mediatailor'
672
- context[:gem_version] = '1.25.0'
672
+ context[:gem_version] = '1.26.0'
673
673
  Seahorse::Client::Request.new(handlers, context)
674
674
  end
675
675
 
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.25.0
4
+ version: 1.26.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-16 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