aws-sdk-mediatailor 1.27.0 → 1.28.1

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: 683e56f3b60915baca2b594f9a73d743e60b0a9d4eab1bf74b9466d79d77dbf4
4
- data.tar.gz: 6c50630d4854c37b7ee24d021a232a3096a04c1d43451c17ba8511db35741b08
3
+ metadata.gz: 5382aaee53224bbba0c161220134f6eb06caf5709aa34a6824544abc64364fd8
4
+ data.tar.gz: ccfa9510e3f299f4757d293801c5bc437c7f4f2f9a0f584fe2e5fa9e74252060
5
5
  SHA512:
6
- metadata.gz: bbc2b8ea6fd1e73f2f59ad7a739ec882c6285302e498e378f3fdb8e1e27cb9d1634ad1bb0812dd0f5b60943f7263a0e8968e701e0cd5ad829c7ebf29fa3a1f96
7
- data.tar.gz: 87fceb147b6f92e63acce6697d37dddaa312d238814ef54348f4701e793bbd897cc6e485c68cb7b88dffe587be15d014ba09de0e9cef457a9274d22c7957e559
6
+ metadata.gz: 86e0c0b4a2e3149f0c4dd1364f8b441da133af81d4fc708322c27b81862d9fe52b11a6fbf92dfab291c16707649dbed0d7fbabc3f99234e583ecf709bf7db783
7
+ data.tar.gz: a617a51075e0355af9e2ef42faf35d5d2c61449d85f0a5ac2b7407207d117b9f83c06c969c960aef0c646ebb1e3363663f4f283d3561b4e1c8344064d9807285
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-mediatailor/customizations'
45
45
  # @service
46
46
  module Aws::MediaTailor
47
47
 
48
- GEM_VERSION = '1.27.0'
48
+ GEM_VERSION = '1.28.1'
49
49
 
50
50
  end
@@ -24,6 +24,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
24
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
25
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
26
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
27
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
28
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
29
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
29
30
 
@@ -69,6 +70,7 @@ module Aws::MediaTailor
69
70
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
71
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
72
  add_plugin(Aws::Plugins::TransferEncoding)
73
+ add_plugin(Aws::Plugins::HttpChecksum)
72
74
  add_plugin(Aws::Plugins::SignatureV4)
73
75
  add_plugin(Aws::Plugins::Protocols::RestJson)
74
76
 
@@ -161,7 +163,7 @@ module Aws::MediaTailor
161
163
  # @option options [String] :endpoint
162
164
  # The client endpoint is normally constructed from the `:region`
163
165
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be a valid HTTP(S) URI.
166
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
167
  #
166
168
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
169
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -669,7 +671,7 @@ module Aws::MediaTailor
669
671
  params: params,
670
672
  config: config)
671
673
  context[:gem_name] = 'aws-sdk-mediatailor'
672
- context[:gem_version] = '1.27.0'
674
+ context[:gem_version] = '1.28.1'
673
675
  Seahorse::Client::Request.new(handlers, context)
674
676
  end
675
677
 
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.27.0
4
+ version: 1.28.1
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-05-28 00:00:00.000000000 Z
11
+ date: 2020-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.71.0
22
+ version: 3.99.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.71.0
32
+ version: 3.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement