aws-sdk-mediastore 1.23.0 → 1.24.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
- SHA1:
3
- metadata.gz: eb881c1b4552e5e5c136e68263e8ec27ef0f6494
4
- data.tar.gz: 7d52c38a0d7bc26febc120841f47c870a30e3b95
2
+ SHA256:
3
+ metadata.gz: 910e96f06279556be6fb43d48bf7f26fde48d06718061a1758e5459189b6919e
4
+ data.tar.gz: b33a12e393c658be5fca4b6c888d9d97f8998b10eecde6dab7ebbdb998724c54
5
5
  SHA512:
6
- metadata.gz: ae799394d39951f633cdb5890e6f26946cda70f9c4fdc8e610560d0af960a9e41e21b57c8e701bcffe05b72626d0ecf07c55fdf0f7ac3c4a96157df841e37847
7
- data.tar.gz: 98dac8e8b8cbb4df419f60f4158180478d9c4a97cb6d0e70fa7b6c349f3b4e2a750399aca8865c130e673c070800930d4f8a0b0ad0a80eb20738433d798cceef
6
+ metadata.gz: 33991eba1a2de0f270b50f3f16eeaa95884d9cb990332649ab02dc3215a1f24b01b01f9e0491f956ec1924ae5cecf8bac7f3deae1068dc47de031ff450b1fb96
7
+ data.tar.gz: 28cfd28546c45106f1d9ef217e23bad3774e1306c49083ee095ccae998dae8d7d3eb6bbe08ca9ba7080aaba08f1ab744b0c540281982942f0ed383185aceacc9
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-mediastore/customizations'
45
45
  # @service
46
46
  module Aws::MediaStore
47
47
 
48
- GEM_VERSION = '1.23.0'
48
+ GEM_VERSION = '1.24.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::MediaStore
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::MediaStore
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
@@ -1084,7 +1084,7 @@ module Aws::MediaStore
1084
1084
  params: params,
1085
1085
  config: config)
1086
1086
  context[:gem_name] = 'aws-sdk-mediastore'
1087
- context[:gem_version] = '1.23.0'
1087
+ context[:gem_version] = '1.24.0'
1088
1088
  Seahorse::Client::Request.new(handlers, context)
1089
1089
  end
1090
1090
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediastore
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.0
4
+ version: 1.24.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-03-31 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
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  version: '0'
82
82
  requirements: []
83
83
  rubyforge_project:
84
- rubygems_version: 2.5.2.3
84
+ rubygems_version: 2.7.6.2
85
85
  signing_key:
86
86
  specification_version: 4
87
87
  summary: AWS SDK for Ruby - MediaStore