aws-sdk-mediapackagevod 1.11.0 → 1.12.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: c343ce41b2e9d47283b89eee4a41a600524be47f2c0bf5f90c4854faf5872daf
4
- data.tar.gz: 4c852f61ad2d7b2d8dc9e49faafd7c3ce197ca679dd9aa27b421abac0a949637
3
+ metadata.gz: d64044ae3ce2695bf12ca3b16815204eeead93929573e4d4177f18c449418474
4
+ data.tar.gz: 6e3279e0ac563b61646d5b219342af80b6be65359f4125fa461107e3a6459ecc
5
5
  SHA512:
6
- metadata.gz: 3725c7163889d9340beba5c88a8515dd17715d852428a9c57bcdbd46a253ebb15ad147b90732b40763a6a3088ed55c88a2b7a369dc28d8e84a0206c1ad3638e4
7
- data.tar.gz: c3ca8a8da54e2e639d259a4e47e1157c198d24cedfd0e9f2fec1a765bb47b022fb120517f7907cb4668d419c093514e053fa1a1913bb9870456fa38c953046b5
6
+ metadata.gz: 6e2a652b6339bb25f66742f463d24a7166c8c76ef25fe4d8508c8b43ad36bf5ed94c76d9bd037de9c54f793e00d8d4e5214af255e0563347e5045acba38967d0
7
+ data.tar.gz: 80d1b2e3a7a47f2109cc647cc155d668c1a463ed03edc79315fa26261976bc57dc55931f58bd86a83e29f59685b69be6f6f447a8c14a89c6470538e89f0692fa
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-mediapackagevod/customizations'
45
45
  # @service
46
46
  module Aws::MediaPackageVod
47
47
 
48
- GEM_VERSION = '1.11.0'
48
+ GEM_VERSION = '1.12.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::MediaPackageVod
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::MediaPackageVod
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
@@ -1133,7 +1133,7 @@ module Aws::MediaPackageVod
1133
1133
  params: params,
1134
1134
  config: config)
1135
1135
  context[:gem_name] = 'aws-sdk-mediapackagevod'
1136
- context[:gem_version] = '1.11.0'
1136
+ context[:gem_version] = '1.12.0'
1137
1137
  Seahorse::Client::Request.new(handlers, context)
1138
1138
  end
1139
1139
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediapackagevod
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
4
+ version: 1.12.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-23 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