aws-sdk-mediapackagevod 1.0.0 → 1.1.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: ba6096c3ae6b250bbbe97538520f251264c1d96a
4
- data.tar.gz: 98122e0685297fb46e275169adc90c3f8e4a5b65
3
+ metadata.gz: 131801b0fd8eebcb4e7d7817addd10c1a610cf01
4
+ data.tar.gz: f60357ee86d2bc53d5428dc7d90e92fe995549da
5
5
  SHA512:
6
- metadata.gz: 4d85fe6a95bcd493d97ab1a5a55584320b83e721ae60b3d08c7ec77bbbfd11caa5c0cce51a2533f984d3d8f358ce3a90b458f00bb548be0b72d76f2f6d6dd5a4
7
- data.tar.gz: 4df36e478471b7ca02b66f62d75aab7960b597e618735549bc427608dadaf8818b1d401be43e157a82b31290f86cb6eb8d6f2a81fd1b0348e4d3ece1bc290db8
6
+ metadata.gz: f0f03ea3f3b3568b407eca709e51417dc8fbc1f16fac36bcadeeace7fb92a39c3fac4369686e2df207def936ce2a4223c131e9277442807eeb53e0a0dec93eac
7
+ data.tar.gz: 24214de68a4b65101883ad484426ad948f958fdcb844dec0b2279c97a154eb846fa7c8c09c9767d2fd71afec0f4bcbc3c2cde299d7080f21f07ad5aa01f7cf32
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-mediapackagevod/customizations'
42
42
  # @service
43
43
  module Aws::MediaPackageVod
44
44
 
45
- GEM_VERSION = '1.0.0'
45
+ GEM_VERSION = '1.1.0'
46
46
 
47
47
  end
@@ -926,7 +926,7 @@ module Aws::MediaPackageVod
926
926
  params: params,
927
927
  config: config)
928
928
  context[:gem_name] = 'aws-sdk-mediapackagevod'
929
- context[:gem_version] = '1.0.0'
929
+ context[:gem_version] = '1.1.0'
930
930
  Seahorse::Client::Request.new(handlers, context)
931
931
  end
932
932
 
@@ -224,6 +224,9 @@ module Aws::MediaPackageVod
224
224
  EgressEndpoint.add_member(:url, Shapes::ShapeRef.new(shape: __string, location_name: "url"))
225
225
  EgressEndpoint.struct_class = Types::EgressEndpoint
226
226
 
227
+ ForbiddenException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
228
+ ForbiddenException.struct_class = Types::ForbiddenException
229
+
227
230
  HlsEncryption.add_member(:encryption_method, Shapes::ShapeRef.new(shape: EncryptionMethod, location_name: "encryptionMethod"))
228
231
  HlsEncryption.add_member(:speke_key_provider, Shapes::ShapeRef.new(shape: SpekeKeyProvider, required: true, location_name: "spekeKeyProvider"))
229
232
  HlsEncryption.struct_class = Types::HlsEncryption
@@ -242,6 +245,9 @@ module Aws::MediaPackageVod
242
245
  HlsPackage.add_member(:use_audio_rendition_group, Shapes::ShapeRef.new(shape: __boolean, location_name: "useAudioRenditionGroup"))
243
246
  HlsPackage.struct_class = Types::HlsPackage
244
247
 
248
+ InternalServerErrorException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
249
+ InternalServerErrorException.struct_class = Types::InternalServerErrorException
250
+
245
251
  ListAssetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
246
252
  ListAssetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
247
253
  ListAssetsRequest.add_member(:packaging_group_id, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "packagingGroupId"))
@@ -280,6 +286,9 @@ module Aws::MediaPackageVod
280
286
  MssPackage.add_member(:segment_duration_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "segmentDurationSeconds"))
281
287
  MssPackage.struct_class = Types::MssPackage
282
288
 
289
+ NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
290
+ NotFoundException.struct_class = Types::NotFoundException
291
+
283
292
  PackagingConfiguration.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
284
293
  PackagingConfiguration.add_member(:cmaf_package, Shapes::ShapeRef.new(shape: CmafPackage, location_name: "cmafPackage"))
285
294
  PackagingConfiguration.add_member(:dash_package, Shapes::ShapeRef.new(shape: DashPackage, location_name: "dashPackage"))
@@ -312,6 +321,9 @@ module Aws::MediaPackageVod
312
321
  PackagingGroupList.add_member(:packaging_groups, Shapes::ShapeRef.new(shape: __listOfPackagingGroup, location_name: "packagingGroups"))
313
322
  PackagingGroupList.struct_class = Types::PackagingGroupList
314
323
 
324
+ ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
325
+ ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
326
+
315
327
  SpekeKeyProvider.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "roleArn"))
316
328
  SpekeKeyProvider.add_member(:system_ids, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "systemIds"))
317
329
  SpekeKeyProvider.add_member(:url, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "url"))
@@ -322,6 +334,12 @@ module Aws::MediaPackageVod
322
334
  StreamSelection.add_member(:stream_order, Shapes::ShapeRef.new(shape: StreamOrder, location_name: "streamOrder"))
323
335
  StreamSelection.struct_class = Types::StreamSelection
324
336
 
337
+ TooManyRequestsException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
338
+ TooManyRequestsException.struct_class = Types::TooManyRequestsException
339
+
340
+ UnprocessableEntityException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
341
+ UnprocessableEntityException.struct_class = Types::UnprocessableEntityException
342
+
325
343
  __listOfAssetShallow.member = Shapes::ShapeRef.new(shape: AssetShallow)
326
344
 
327
345
  __listOfDashManifest.member = Shapes::ShapeRef.new(shape: DashManifest)
@@ -10,5 +10,101 @@ module Aws::MediaPackageVod
10
10
 
11
11
  extend Aws::Errors::DynamicErrors
12
12
 
13
+ class ForbiddenException < ServiceError
14
+
15
+ # @param [Seahorse::Client::RequestContext] context
16
+ # @param [String] message
17
+ # @param [Aws::MediaPackageVod::Types::ForbiddenException] 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
+
29
+ class InternalServerErrorException < ServiceError
30
+
31
+ # @param [Seahorse::Client::RequestContext] context
32
+ # @param [String] message
33
+ # @param [Aws::MediaPackageVod::Types::InternalServerErrorException] data
34
+ def initialize(context, message, data = Aws::EmptyStructure.new)
35
+ super(context, message, data)
36
+ end
37
+
38
+ # @return [String]
39
+ def message
40
+ @message || @data[:message]
41
+ end
42
+
43
+ end
44
+
45
+ class NotFoundException < ServiceError
46
+
47
+ # @param [Seahorse::Client::RequestContext] context
48
+ # @param [String] message
49
+ # @param [Aws::MediaPackageVod::Types::NotFoundException] data
50
+ def initialize(context, message, data = Aws::EmptyStructure.new)
51
+ super(context, message, data)
52
+ end
53
+
54
+ # @return [String]
55
+ def message
56
+ @message || @data[:message]
57
+ end
58
+
59
+ end
60
+
61
+ class ServiceUnavailableException < ServiceError
62
+
63
+ # @param [Seahorse::Client::RequestContext] context
64
+ # @param [String] message
65
+ # @param [Aws::MediaPackageVod::Types::ServiceUnavailableException] data
66
+ def initialize(context, message, data = Aws::EmptyStructure.new)
67
+ super(context, message, data)
68
+ end
69
+
70
+ # @return [String]
71
+ def message
72
+ @message || @data[:message]
73
+ end
74
+
75
+ end
76
+
77
+ class TooManyRequestsException < ServiceError
78
+
79
+ # @param [Seahorse::Client::RequestContext] context
80
+ # @param [String] message
81
+ # @param [Aws::MediaPackageVod::Types::TooManyRequestsException] data
82
+ def initialize(context, message, data = Aws::EmptyStructure.new)
83
+ super(context, message, data)
84
+ end
85
+
86
+ # @return [String]
87
+ def message
88
+ @message || @data[:message]
89
+ end
90
+
91
+ end
92
+
93
+ class UnprocessableEntityException < ServiceError
94
+
95
+ # @param [Seahorse::Client::RequestContext] context
96
+ # @param [String] message
97
+ # @param [Aws::MediaPackageVod::Types::UnprocessableEntityException] data
98
+ def initialize(context, message, data = Aws::EmptyStructure.new)
99
+ super(context, message, data)
100
+ end
101
+
102
+ # @return [String]
103
+ def message
104
+ @message || @data[:message]
105
+ end
106
+
107
+ end
108
+
13
109
  end
14
110
  end
@@ -837,6 +837,16 @@ module Aws::MediaPackageVod
837
837
  include Aws::Structure
838
838
  end
839
839
 
840
+ # @!attribute [rw] message
841
+ # @return [String]
842
+ #
843
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/ForbiddenException AWS API Documentation
844
+ #
845
+ class ForbiddenException < Struct.new(
846
+ :message)
847
+ include Aws::Structure
848
+ end
849
+
840
850
  # An HTTP Live Streaming (HLS) encryption configuration.
841
851
  #
842
852
  # @note When making an API call, you may pass HlsEncryption
@@ -998,6 +1008,16 @@ module Aws::MediaPackageVod
998
1008
  include Aws::Structure
999
1009
  end
1000
1010
 
1011
+ # @!attribute [rw] message
1012
+ # @return [String]
1013
+ #
1014
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/InternalServerErrorException AWS API Documentation
1015
+ #
1016
+ class InternalServerErrorException < Struct.new(
1017
+ :message)
1018
+ include Aws::Structure
1019
+ end
1020
+
1001
1021
  # @note When making an API call, you may pass ListAssetsRequest
1002
1022
  # data as a hash:
1003
1023
  #
@@ -1219,6 +1239,16 @@ module Aws::MediaPackageVod
1219
1239
  include Aws::Structure
1220
1240
  end
1221
1241
 
1242
+ # @!attribute [rw] message
1243
+ # @return [String]
1244
+ #
1245
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/NotFoundException AWS API Documentation
1246
+ #
1247
+ class NotFoundException < Struct.new(
1248
+ :message)
1249
+ include Aws::Structure
1250
+ end
1251
+
1222
1252
  # A MediaPackage VOD PackagingConfiguration resource.
1223
1253
  #
1224
1254
  # @!attribute [rw] arn
@@ -1373,6 +1403,16 @@ module Aws::MediaPackageVod
1373
1403
  include Aws::Structure
1374
1404
  end
1375
1405
 
1406
+ # @!attribute [rw] message
1407
+ # @return [String]
1408
+ #
1409
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/ServiceUnavailableException AWS API Documentation
1410
+ #
1411
+ class ServiceUnavailableException < Struct.new(
1412
+ :message)
1413
+ include Aws::Structure
1414
+ end
1415
+
1376
1416
  # A configuration for accessing an external Secure Packager and Encoder
1377
1417
  # Key Exchange (SPEKE) service that will provide encryption keys.
1378
1418
  #
@@ -1439,5 +1479,25 @@ module Aws::MediaPackageVod
1439
1479
  include Aws::Structure
1440
1480
  end
1441
1481
 
1482
+ # @!attribute [rw] message
1483
+ # @return [String]
1484
+ #
1485
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/TooManyRequestsException AWS API Documentation
1486
+ #
1487
+ class TooManyRequestsException < Struct.new(
1488
+ :message)
1489
+ include Aws::Structure
1490
+ end
1491
+
1492
+ # @!attribute [rw] message
1493
+ # @return [String]
1494
+ #
1495
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/UnprocessableEntityException AWS API Documentation
1496
+ #
1497
+ class UnprocessableEntityException < Struct.new(
1498
+ :message)
1499
+ include Aws::Structure
1500
+ end
1501
+
1442
1502
  end
1443
1503
  end
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.0.0
4
+ version: 1.1.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-20 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