aws-sdk-mediapackage 1.17.0 → 1.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4129be514cfbb1c35301e677d834d5371e119b72
|
4
|
+
data.tar.gz: 862f30757b2041535988aa0812ecdc9e603bbc16
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 713ba13d9380870e0604a8d7a2bcb7e4ff3dec9c21880e1a2578f8a69925b92bf63d1821b4dda1d21eb69ecd66af7a727b78390118a1e409fb4df412802ec607
|
7
|
+
data.tar.gz: 62d9ac6ab0952f0b8a7d906d78c0e75614d22c2fe9e427d781f0b1c093c24973f3adcf6507e3dab44dd2842825dbcc7de1d5f02392374feddc17f68d477af417
|
data/lib/aws-sdk-mediapackage.rb
CHANGED
@@ -1390,7 +1390,7 @@ module Aws::MediaPackage
|
|
1390
1390
|
params: params,
|
1391
1391
|
config: config)
|
1392
1392
|
context[:gem_name] = 'aws-sdk-mediapackage'
|
1393
|
-
context[:gem_version] = '1.
|
1393
|
+
context[:gem_version] = '1.18.0'
|
1394
1394
|
Seahorse::Client::Request.new(handlers, context)
|
1395
1395
|
end
|
1396
1396
|
|
@@ -228,6 +228,9 @@ module Aws::MediaPackage
|
|
228
228
|
DescribeOriginEndpointResponse.add_member(:whitelist, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "whitelist"))
|
229
229
|
DescribeOriginEndpointResponse.struct_class = Types::DescribeOriginEndpointResponse
|
230
230
|
|
231
|
+
ForbiddenException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
232
|
+
ForbiddenException.struct_class = Types::ForbiddenException
|
233
|
+
|
231
234
|
HlsEncryption.add_member(:constant_initialization_vector, Shapes::ShapeRef.new(shape: __string, location_name: "constantInitializationVector"))
|
232
235
|
HlsEncryption.add_member(:encryption_method, Shapes::ShapeRef.new(shape: EncryptionMethod, location_name: "encryptionMethod"))
|
233
236
|
HlsEncryption.add_member(:key_rotation_interval_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "keyRotationIntervalSeconds"))
|
@@ -274,6 +277,9 @@ module Aws::MediaPackage
|
|
274
277
|
IngestEndpoint.add_member(:username, Shapes::ShapeRef.new(shape: __string, location_name: "username"))
|
275
278
|
IngestEndpoint.struct_class = Types::IngestEndpoint
|
276
279
|
|
280
|
+
InternalServerErrorException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
281
|
+
InternalServerErrorException.struct_class = Types::InternalServerErrorException
|
282
|
+
|
277
283
|
ListChannelsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
278
284
|
ListChannelsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
|
279
285
|
ListChannelsRequest.struct_class = Types::ListChannelsRequest
|
@@ -306,6 +312,9 @@ module Aws::MediaPackage
|
|
306
312
|
MssPackage.add_member(:stream_selection, Shapes::ShapeRef.new(shape: StreamSelection, location_name: "streamSelection"))
|
307
313
|
MssPackage.struct_class = Types::MssPackage
|
308
314
|
|
315
|
+
NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
316
|
+
NotFoundException.struct_class = Types::NotFoundException
|
317
|
+
|
309
318
|
OriginEndpoint.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
310
319
|
OriginEndpoint.add_member(:channel_id, Shapes::ShapeRef.new(shape: __string, location_name: "channelId"))
|
311
320
|
OriginEndpoint.add_member(:cmaf_package, Shapes::ShapeRef.new(shape: CmafPackage, location_name: "cmafPackage"))
|
@@ -372,6 +381,9 @@ module Aws::MediaPackage
|
|
372
381
|
RotateIngestEndpointCredentialsResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
373
382
|
RotateIngestEndpointCredentialsResponse.struct_class = Types::RotateIngestEndpointCredentialsResponse
|
374
383
|
|
384
|
+
ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
385
|
+
ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
|
386
|
+
|
375
387
|
SpekeKeyProvider.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: __string, location_name: "certificateArn"))
|
376
388
|
SpekeKeyProvider.add_member(:resource_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "resourceId"))
|
377
389
|
SpekeKeyProvider.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "roleArn"))
|
@@ -394,6 +406,12 @@ module Aws::MediaPackage
|
|
394
406
|
TagsModel.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, required: true, location_name: "tags"))
|
395
407
|
TagsModel.struct_class = Types::TagsModel
|
396
408
|
|
409
|
+
TooManyRequestsException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
410
|
+
TooManyRequestsException.struct_class = Types::TooManyRequestsException
|
411
|
+
|
412
|
+
UnprocessableEntityException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
413
|
+
UnprocessableEntityException.struct_class = Types::UnprocessableEntityException
|
414
|
+
|
397
415
|
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "resource-arn"))
|
398
416
|
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location: "querystring", location_name: "tagKeys"))
|
399
417
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
@@ -10,5 +10,101 @@ module Aws::MediaPackage
|
|
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::MediaPackage::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::MediaPackage::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::MediaPackage::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::MediaPackage::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::MediaPackage::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::MediaPackage::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
|
@@ -859,6 +859,16 @@ module Aws::MediaPackage
|
|
859
859
|
include Aws::Structure
|
860
860
|
end
|
861
861
|
|
862
|
+
# @!attribute [rw] message
|
863
|
+
# @return [String]
|
864
|
+
#
|
865
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-2017-10-12/ForbiddenException AWS API Documentation
|
866
|
+
#
|
867
|
+
class ForbiddenException < Struct.new(
|
868
|
+
:message)
|
869
|
+
include Aws::Structure
|
870
|
+
end
|
871
|
+
|
862
872
|
# An HTTP Live Streaming (HLS) encryption configuration.
|
863
873
|
#
|
864
874
|
# @note When making an API call, you may pass HlsEncryption
|
@@ -1198,6 +1208,16 @@ module Aws::MediaPackage
|
|
1198
1208
|
include Aws::Structure
|
1199
1209
|
end
|
1200
1210
|
|
1211
|
+
# @!attribute [rw] message
|
1212
|
+
# @return [String]
|
1213
|
+
#
|
1214
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-2017-10-12/InternalServerErrorException AWS API Documentation
|
1215
|
+
#
|
1216
|
+
class InternalServerErrorException < Struct.new(
|
1217
|
+
:message)
|
1218
|
+
include Aws::Structure
|
1219
|
+
end
|
1220
|
+
|
1201
1221
|
# @note When making an API call, you may pass ListChannelsRequest
|
1202
1222
|
# data as a hash:
|
1203
1223
|
#
|
@@ -1380,6 +1400,16 @@ module Aws::MediaPackage
|
|
1380
1400
|
include Aws::Structure
|
1381
1401
|
end
|
1382
1402
|
|
1403
|
+
# @!attribute [rw] message
|
1404
|
+
# @return [String]
|
1405
|
+
#
|
1406
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-2017-10-12/NotFoundException AWS API Documentation
|
1407
|
+
#
|
1408
|
+
class NotFoundException < Struct.new(
|
1409
|
+
:message)
|
1410
|
+
include Aws::Structure
|
1411
|
+
end
|
1412
|
+
|
1383
1413
|
# An OriginEndpoint resource configuration.
|
1384
1414
|
#
|
1385
1415
|
# @!attribute [rw] arn
|
@@ -1714,6 +1744,16 @@ module Aws::MediaPackage
|
|
1714
1744
|
include Aws::Structure
|
1715
1745
|
end
|
1716
1746
|
|
1747
|
+
# @!attribute [rw] message
|
1748
|
+
# @return [String]
|
1749
|
+
#
|
1750
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-2017-10-12/ServiceUnavailableException AWS API Documentation
|
1751
|
+
#
|
1752
|
+
class ServiceUnavailableException < Struct.new(
|
1753
|
+
:message)
|
1754
|
+
include Aws::Structure
|
1755
|
+
end
|
1756
|
+
|
1717
1757
|
# A configuration for accessing an external Secure Packager and Encoder
|
1718
1758
|
# Key Exchange (SPEKE) service that will provide encryption keys.
|
1719
1759
|
#
|
@@ -1828,6 +1868,26 @@ module Aws::MediaPackage
|
|
1828
1868
|
include Aws::Structure
|
1829
1869
|
end
|
1830
1870
|
|
1871
|
+
# @!attribute [rw] message
|
1872
|
+
# @return [String]
|
1873
|
+
#
|
1874
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-2017-10-12/TooManyRequestsException AWS API Documentation
|
1875
|
+
#
|
1876
|
+
class TooManyRequestsException < Struct.new(
|
1877
|
+
:message)
|
1878
|
+
include Aws::Structure
|
1879
|
+
end
|
1880
|
+
|
1881
|
+
# @!attribute [rw] message
|
1882
|
+
# @return [String]
|
1883
|
+
#
|
1884
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-2017-10-12/UnprocessableEntityException AWS API Documentation
|
1885
|
+
#
|
1886
|
+
class UnprocessableEntityException < Struct.new(
|
1887
|
+
:message)
|
1888
|
+
include Aws::Structure
|
1889
|
+
end
|
1890
|
+
|
1831
1891
|
# @note When making an API call, you may pass UntagResourceRequest
|
1832
1892
|
# data as a hash:
|
1833
1893
|
#
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-mediapackage
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.18.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-
|
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.
|
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.
|
32
|
+
version: 3.53.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|