aws-sdk-mediatailor 1.16.0 → 1.17.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
  SHA1:
3
- metadata.gz: 928d6baddaf5ca0df23644489242f76e7c038364
4
- data.tar.gz: a1b37fe9d475721da427a987c1751f14f2114220
3
+ metadata.gz: 550a64f8ce062caab51584e0cf8d42defaab9f87
4
+ data.tar.gz: 93c9c68119fb88bb1675efcf2eb7760beb9bf7b4
5
5
  SHA512:
6
- metadata.gz: a563620c815a28fa399ed070744edb5b96fdbd68dedf10f45d84356699357351e29ebe961bebaa7320d48dd2cc6c8700e00989f2bc61e6dd3d6d4f83b0aaa49d
7
- data.tar.gz: 872438be990ef912a320ed7e0b80ddb9c06e635746bf051b9786cbb88ef99f2c41115b2696935aa4de77069156ec6a367f65e395d3703f09ca1660952299758c
6
+ metadata.gz: 2c7ecd935711f6cff5155d1ed319f52ad66f9bb6a14248d55e0d536d867599a5d82ce53e8438f874eb7a4fe4c766a9d87b8e612d0e14a1be8265501fc7fddd4f
7
+ data.tar.gz: d0c2739b481bc1a76074a8eb8cec7113be26731f8a90558f5c34ec052d825c67312d4c22a2245cebb299573ae54d966454eb9df36f6692590941d31d361ca6e4
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-mediatailor/customizations'
42
42
  # @service
43
43
  module Aws::MediaTailor
44
44
 
45
- GEM_VERSION = '1.16.0'
45
+ GEM_VERSION = '1.17.0'
46
46
 
47
47
  end
@@ -577,7 +577,7 @@ module Aws::MediaTailor
577
577
  params: params,
578
578
  config: config)
579
579
  context[:gem_name] = 'aws-sdk-mediatailor'
580
- context[:gem_version] = '1.16.0'
580
+ context[:gem_version] = '1.17.0'
581
581
  Seahorse::Client::Request.new(handlers, context)
582
582
  end
583
583
 
@@ -43,6 +43,9 @@ module Aws::MediaTailor
43
43
  __timestampIso8601 = Shapes::TimestampShape.new(name: '__timestampIso8601', timestampFormat: "iso8601")
44
44
  __timestampUnix = Shapes::TimestampShape.new(name: '__timestampUnix', timestampFormat: "unixTimestamp")
45
45
 
46
+ BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "Message"))
47
+ BadRequestException.struct_class = Types::BadRequestException
48
+
46
49
  CdnConfiguration.add_member(:ad_segment_url_prefix, Shapes::ShapeRef.new(shape: __string, location_name: "AdSegmentUrlPrefix"))
47
50
  CdnConfiguration.add_member(:content_segment_url_prefix, Shapes::ShapeRef.new(shape: __string, location_name: "ContentSegmentUrlPrefix"))
48
51
  CdnConfiguration.struct_class = Types::CdnConfiguration
@@ -10,5 +10,21 @@ module Aws::MediaTailor
10
10
 
11
11
  extend Aws::Errors::DynamicErrors
12
12
 
13
+ class BadRequestException < ServiceError
14
+
15
+ # @param [Seahorse::Client::RequestContext] context
16
+ # @param [String] message
17
+ # @param [Aws::MediaTailor::Types::BadRequestException] data
18
+ def initialize(context, message, data = Aws::EmptyStructure.new)
19
+ super(context, message, data)
20
+ end
21
+
22
+ # @return [String]
23
+ def message
24
+ @message || @data[:message]
25
+ end
26
+
27
+ end
28
+
13
29
  end
14
30
  end
@@ -8,6 +8,19 @@
8
8
  module Aws::MediaTailor
9
9
  module Types
10
10
 
11
+ # One of the parameters in the request is invalid.
12
+ #
13
+ # @!attribute [rw] message
14
+ # One of the parameters in the request is invalid.
15
+ # @return [String]
16
+ #
17
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/BadRequestException AWS API Documentation
18
+ #
19
+ class BadRequestException < Struct.new(
20
+ :message)
21
+ include Aws::Structure
22
+ end
23
+
11
24
  # The configuration for using a content delivery network (CDN), like
12
25
  # Amazon CloudFront, for content and ad segment management.
13
26
  #
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.16.0
4
+ version: 1.17.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: 2019-05-15 00:00:00.000000000 Z
11
+ date: 2019-05-21 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.52.1
22
+ version: 3.53.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.52.1
32
+ version: 3.53.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement