aws-sdk-mediapackage 1.58.0 → 1.59.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediapackage/client.rb +21 -1
- data/lib/aws-sdk-mediapackage/client_api.rb +11 -0
- data/lib/aws-sdk-mediapackage/endpoint_provider.rb +27 -24
- data/lib/aws-sdk-mediapackage/types.rb +47 -1
- data/lib/aws-sdk-mediapackage.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e6c50e5666c271fcb327903b363d656a25bde088f6aabb9be102b3bab174db2c
|
|
4
|
+
data.tar.gz: 5f7bf2ec8c5388977152d817edf92db8a51adb3986bde4be96c3125b9acf8883
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 598b5c633c4913427d56ee7294e2ffc7705c4e2d9a5b401a7c310c30329c168da0f6bb55a6db6df7d76a5ae5c416fda2bfabf9d6ef68f902fcfe17d29e2601dd
|
|
7
|
+
data.tar.gz: 966a1614767b0f8ce8cd7898a8264db2581ed6f853e1b29b373f68009721d9fb8097c35415021e2ab26873230d53ddc49b19bf5345b01ad90514b45447728570
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.59.0
|
|
@@ -381,6 +381,7 @@ module Aws::MediaPackage
|
|
|
381
381
|
# @return [Types::ConfigureLogsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
382
382
|
#
|
|
383
383
|
# * {Types::ConfigureLogsResponse#arn #arn} => String
|
|
384
|
+
# * {Types::ConfigureLogsResponse#created_at #created_at} => String
|
|
384
385
|
# * {Types::ConfigureLogsResponse#description #description} => String
|
|
385
386
|
# * {Types::ConfigureLogsResponse#egress_access_logs #egress_access_logs} => Types::EgressAccessLogs
|
|
386
387
|
# * {Types::ConfigureLogsResponse#hls_ingest #hls_ingest} => Types::HlsIngest
|
|
@@ -403,6 +404,7 @@ module Aws::MediaPackage
|
|
|
403
404
|
# @example Response structure
|
|
404
405
|
#
|
|
405
406
|
# resp.arn #=> String
|
|
407
|
+
# resp.created_at #=> String
|
|
406
408
|
# resp.description #=> String
|
|
407
409
|
# resp.egress_access_logs.log_group_name #=> String
|
|
408
410
|
# resp.hls_ingest.ingest_endpoints #=> Array
|
|
@@ -436,6 +438,7 @@ module Aws::MediaPackage
|
|
|
436
438
|
# @return [Types::CreateChannelResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
437
439
|
#
|
|
438
440
|
# * {Types::CreateChannelResponse#arn #arn} => String
|
|
441
|
+
# * {Types::CreateChannelResponse#created_at #created_at} => String
|
|
439
442
|
# * {Types::CreateChannelResponse#description #description} => String
|
|
440
443
|
# * {Types::CreateChannelResponse#egress_access_logs #egress_access_logs} => Types::EgressAccessLogs
|
|
441
444
|
# * {Types::CreateChannelResponse#hls_ingest #hls_ingest} => Types::HlsIngest
|
|
@@ -456,6 +459,7 @@ module Aws::MediaPackage
|
|
|
456
459
|
# @example Response structure
|
|
457
460
|
#
|
|
458
461
|
# resp.arn #=> String
|
|
462
|
+
# resp.created_at #=> String
|
|
459
463
|
# resp.description #=> String
|
|
460
464
|
# resp.egress_access_logs.log_group_name #=> String
|
|
461
465
|
# resp.hls_ingest.ingest_endpoints #=> Array
|
|
@@ -582,6 +586,7 @@ module Aws::MediaPackage
|
|
|
582
586
|
# * {Types::CreateOriginEndpointResponse#authorization #authorization} => Types::Authorization
|
|
583
587
|
# * {Types::CreateOriginEndpointResponse#channel_id #channel_id} => String
|
|
584
588
|
# * {Types::CreateOriginEndpointResponse#cmaf_package #cmaf_package} => Types::CmafPackage
|
|
589
|
+
# * {Types::CreateOriginEndpointResponse#created_at #created_at} => String
|
|
585
590
|
# * {Types::CreateOriginEndpointResponse#dash_package #dash_package} => Types::DashPackage
|
|
586
591
|
# * {Types::CreateOriginEndpointResponse#description #description} => String
|
|
587
592
|
# * {Types::CreateOriginEndpointResponse#hls_package #hls_package} => Types::HlsPackage
|
|
@@ -775,6 +780,7 @@ module Aws::MediaPackage
|
|
|
775
780
|
# resp.cmaf_package.stream_selection.max_video_bits_per_second #=> Integer
|
|
776
781
|
# resp.cmaf_package.stream_selection.min_video_bits_per_second #=> Integer
|
|
777
782
|
# resp.cmaf_package.stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
|
|
783
|
+
# resp.created_at #=> String
|
|
778
784
|
# resp.dash_package.ad_triggers #=> Array
|
|
779
785
|
# resp.dash_package.ad_triggers[0] #=> String, one of "SPLICE_INSERT", "BREAK", "PROVIDER_ADVERTISEMENT", "DISTRIBUTOR_ADVERTISEMENT", "PROVIDER_PLACEMENT_OPPORTUNITY", "DISTRIBUTOR_PLACEMENT_OPPORTUNITY", "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY", "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY"
|
|
780
786
|
# resp.dash_package.ads_on_delivery_restrictions #=> String, one of "NONE", "RESTRICTED", "UNRESTRICTED", "BOTH"
|
|
@@ -912,6 +918,7 @@ module Aws::MediaPackage
|
|
|
912
918
|
# @return [Types::DescribeChannelResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
913
919
|
#
|
|
914
920
|
# * {Types::DescribeChannelResponse#arn #arn} => String
|
|
921
|
+
# * {Types::DescribeChannelResponse#created_at #created_at} => String
|
|
915
922
|
# * {Types::DescribeChannelResponse#description #description} => String
|
|
916
923
|
# * {Types::DescribeChannelResponse#egress_access_logs #egress_access_logs} => Types::EgressAccessLogs
|
|
917
924
|
# * {Types::DescribeChannelResponse#hls_ingest #hls_ingest} => Types::HlsIngest
|
|
@@ -928,6 +935,7 @@ module Aws::MediaPackage
|
|
|
928
935
|
# @example Response structure
|
|
929
936
|
#
|
|
930
937
|
# resp.arn #=> String
|
|
938
|
+
# resp.created_at #=> String
|
|
931
939
|
# resp.description #=> String
|
|
932
940
|
# resp.egress_access_logs.log_group_name #=> String
|
|
933
941
|
# resp.hls_ingest.ingest_endpoints #=> Array
|
|
@@ -1004,6 +1012,7 @@ module Aws::MediaPackage
|
|
|
1004
1012
|
# * {Types::DescribeOriginEndpointResponse#authorization #authorization} => Types::Authorization
|
|
1005
1013
|
# * {Types::DescribeOriginEndpointResponse#channel_id #channel_id} => String
|
|
1006
1014
|
# * {Types::DescribeOriginEndpointResponse#cmaf_package #cmaf_package} => Types::CmafPackage
|
|
1015
|
+
# * {Types::DescribeOriginEndpointResponse#created_at #created_at} => String
|
|
1007
1016
|
# * {Types::DescribeOriginEndpointResponse#dash_package #dash_package} => Types::DashPackage
|
|
1008
1017
|
# * {Types::DescribeOriginEndpointResponse#description #description} => String
|
|
1009
1018
|
# * {Types::DescribeOriginEndpointResponse#hls_package #hls_package} => Types::HlsPackage
|
|
@@ -1054,6 +1063,7 @@ module Aws::MediaPackage
|
|
|
1054
1063
|
# resp.cmaf_package.stream_selection.max_video_bits_per_second #=> Integer
|
|
1055
1064
|
# resp.cmaf_package.stream_selection.min_video_bits_per_second #=> Integer
|
|
1056
1065
|
# resp.cmaf_package.stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
|
|
1066
|
+
# resp.created_at #=> String
|
|
1057
1067
|
# resp.dash_package.ad_triggers #=> Array
|
|
1058
1068
|
# resp.dash_package.ad_triggers[0] #=> String, one of "SPLICE_INSERT", "BREAK", "PROVIDER_ADVERTISEMENT", "DISTRIBUTOR_ADVERTISEMENT", "PROVIDER_PLACEMENT_OPPORTUNITY", "DISTRIBUTOR_PLACEMENT_OPPORTUNITY", "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY", "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY"
|
|
1059
1069
|
# resp.dash_package.ads_on_delivery_restrictions #=> String, one of "NONE", "RESTRICTED", "UNRESTRICTED", "BOTH"
|
|
@@ -1166,6 +1176,7 @@ module Aws::MediaPackage
|
|
|
1166
1176
|
#
|
|
1167
1177
|
# resp.channels #=> Array
|
|
1168
1178
|
# resp.channels[0].arn #=> String
|
|
1179
|
+
# resp.channels[0].created_at #=> String
|
|
1169
1180
|
# resp.channels[0].description #=> String
|
|
1170
1181
|
# resp.channels[0].egress_access_logs.log_group_name #=> String
|
|
1171
1182
|
# resp.channels[0].hls_ingest.ingest_endpoints #=> Array
|
|
@@ -1295,6 +1306,7 @@ module Aws::MediaPackage
|
|
|
1295
1306
|
# resp.origin_endpoints[0].cmaf_package.stream_selection.max_video_bits_per_second #=> Integer
|
|
1296
1307
|
# resp.origin_endpoints[0].cmaf_package.stream_selection.min_video_bits_per_second #=> Integer
|
|
1297
1308
|
# resp.origin_endpoints[0].cmaf_package.stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
|
|
1309
|
+
# resp.origin_endpoints[0].created_at #=> String
|
|
1298
1310
|
# resp.origin_endpoints[0].dash_package.ad_triggers #=> Array
|
|
1299
1311
|
# resp.origin_endpoints[0].dash_package.ad_triggers[0] #=> String, one of "SPLICE_INSERT", "BREAK", "PROVIDER_ADVERTISEMENT", "DISTRIBUTOR_ADVERTISEMENT", "PROVIDER_PLACEMENT_OPPORTUNITY", "DISTRIBUTOR_PLACEMENT_OPPORTUNITY", "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY", "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY"
|
|
1300
1312
|
# resp.origin_endpoints[0].dash_package.ads_on_delivery_restrictions #=> String, one of "NONE", "RESTRICTED", "UNRESTRICTED", "BOTH"
|
|
@@ -1418,6 +1430,7 @@ module Aws::MediaPackage
|
|
|
1418
1430
|
# @return [Types::RotateChannelCredentialsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1419
1431
|
#
|
|
1420
1432
|
# * {Types::RotateChannelCredentialsResponse#arn #arn} => String
|
|
1433
|
+
# * {Types::RotateChannelCredentialsResponse#created_at #created_at} => String
|
|
1421
1434
|
# * {Types::RotateChannelCredentialsResponse#description #description} => String
|
|
1422
1435
|
# * {Types::RotateChannelCredentialsResponse#egress_access_logs #egress_access_logs} => Types::EgressAccessLogs
|
|
1423
1436
|
# * {Types::RotateChannelCredentialsResponse#hls_ingest #hls_ingest} => Types::HlsIngest
|
|
@@ -1434,6 +1447,7 @@ module Aws::MediaPackage
|
|
|
1434
1447
|
# @example Response structure
|
|
1435
1448
|
#
|
|
1436
1449
|
# resp.arn #=> String
|
|
1450
|
+
# resp.created_at #=> String
|
|
1437
1451
|
# resp.description #=> String
|
|
1438
1452
|
# resp.egress_access_logs.log_group_name #=> String
|
|
1439
1453
|
# resp.hls_ingest.ingest_endpoints #=> Array
|
|
@@ -1465,6 +1479,7 @@ module Aws::MediaPackage
|
|
|
1465
1479
|
# @return [Types::RotateIngestEndpointCredentialsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1466
1480
|
#
|
|
1467
1481
|
# * {Types::RotateIngestEndpointCredentialsResponse#arn #arn} => String
|
|
1482
|
+
# * {Types::RotateIngestEndpointCredentialsResponse#created_at #created_at} => String
|
|
1468
1483
|
# * {Types::RotateIngestEndpointCredentialsResponse#description #description} => String
|
|
1469
1484
|
# * {Types::RotateIngestEndpointCredentialsResponse#egress_access_logs #egress_access_logs} => Types::EgressAccessLogs
|
|
1470
1485
|
# * {Types::RotateIngestEndpointCredentialsResponse#hls_ingest #hls_ingest} => Types::HlsIngest
|
|
@@ -1482,6 +1497,7 @@ module Aws::MediaPackage
|
|
|
1482
1497
|
# @example Response structure
|
|
1483
1498
|
#
|
|
1484
1499
|
# resp.arn #=> String
|
|
1500
|
+
# resp.created_at #=> String
|
|
1485
1501
|
# resp.description #=> String
|
|
1486
1502
|
# resp.egress_access_logs.log_group_name #=> String
|
|
1487
1503
|
# resp.hls_ingest.ingest_endpoints #=> Array
|
|
@@ -1558,6 +1574,7 @@ module Aws::MediaPackage
|
|
|
1558
1574
|
# @return [Types::UpdateChannelResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1559
1575
|
#
|
|
1560
1576
|
# * {Types::UpdateChannelResponse#arn #arn} => String
|
|
1577
|
+
# * {Types::UpdateChannelResponse#created_at #created_at} => String
|
|
1561
1578
|
# * {Types::UpdateChannelResponse#description #description} => String
|
|
1562
1579
|
# * {Types::UpdateChannelResponse#egress_access_logs #egress_access_logs} => Types::EgressAccessLogs
|
|
1563
1580
|
# * {Types::UpdateChannelResponse#hls_ingest #hls_ingest} => Types::HlsIngest
|
|
@@ -1575,6 +1592,7 @@ module Aws::MediaPackage
|
|
|
1575
1592
|
# @example Response structure
|
|
1576
1593
|
#
|
|
1577
1594
|
# resp.arn #=> String
|
|
1595
|
+
# resp.created_at #=> String
|
|
1578
1596
|
# resp.description #=> String
|
|
1579
1597
|
# resp.egress_access_logs.log_group_name #=> String
|
|
1580
1598
|
# resp.hls_ingest.ingest_endpoints #=> Array
|
|
@@ -1633,6 +1651,7 @@ module Aws::MediaPackage
|
|
|
1633
1651
|
# * {Types::UpdateOriginEndpointResponse#authorization #authorization} => Types::Authorization
|
|
1634
1652
|
# * {Types::UpdateOriginEndpointResponse#channel_id #channel_id} => String
|
|
1635
1653
|
# * {Types::UpdateOriginEndpointResponse#cmaf_package #cmaf_package} => Types::CmafPackage
|
|
1654
|
+
# * {Types::UpdateOriginEndpointResponse#created_at #created_at} => String
|
|
1636
1655
|
# * {Types::UpdateOriginEndpointResponse#dash_package #dash_package} => Types::DashPackage
|
|
1637
1656
|
# * {Types::UpdateOriginEndpointResponse#description #description} => String
|
|
1638
1657
|
# * {Types::UpdateOriginEndpointResponse#hls_package #hls_package} => Types::HlsPackage
|
|
@@ -1822,6 +1841,7 @@ module Aws::MediaPackage
|
|
|
1822
1841
|
# resp.cmaf_package.stream_selection.max_video_bits_per_second #=> Integer
|
|
1823
1842
|
# resp.cmaf_package.stream_selection.min_video_bits_per_second #=> Integer
|
|
1824
1843
|
# resp.cmaf_package.stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
|
|
1844
|
+
# resp.created_at #=> String
|
|
1825
1845
|
# resp.dash_package.ad_triggers #=> Array
|
|
1826
1846
|
# resp.dash_package.ad_triggers[0] #=> String, one of "SPLICE_INSERT", "BREAK", "PROVIDER_ADVERTISEMENT", "DISTRIBUTOR_ADVERTISEMENT", "PROVIDER_PLACEMENT_OPPORTUNITY", "DISTRIBUTOR_PLACEMENT_OPPORTUNITY", "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY", "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY"
|
|
1827
1847
|
# resp.dash_package.ads_on_delivery_restrictions #=> String, one of "NONE", "RESTRICTED", "UNRESTRICTED", "BOTH"
|
|
@@ -1923,7 +1943,7 @@ module Aws::MediaPackage
|
|
|
1923
1943
|
params: params,
|
|
1924
1944
|
config: config)
|
|
1925
1945
|
context[:gem_name] = 'aws-sdk-mediapackage'
|
|
1926
|
-
context[:gem_version] = '1.
|
|
1946
|
+
context[:gem_version] = '1.59.0'
|
|
1927
1947
|
Seahorse::Client::Request.new(handlers, context)
|
|
1928
1948
|
end
|
|
1929
1949
|
|
|
@@ -129,6 +129,7 @@ module Aws::MediaPackage
|
|
|
129
129
|
Authorization.struct_class = Types::Authorization
|
|
130
130
|
|
|
131
131
|
Channel.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
|
132
|
+
Channel.add_member(:created_at, Shapes::ShapeRef.new(shape: __string, location_name: "createdAt"))
|
|
132
133
|
Channel.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
|
133
134
|
Channel.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
|
|
134
135
|
Channel.add_member(:hls_ingest, Shapes::ShapeRef.new(shape: HlsIngest, location_name: "hlsIngest"))
|
|
@@ -179,6 +180,7 @@ module Aws::MediaPackage
|
|
|
179
180
|
ConfigureLogsRequest.struct_class = Types::ConfigureLogsRequest
|
|
180
181
|
|
|
181
182
|
ConfigureLogsResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
|
183
|
+
ConfigureLogsResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: __string, location_name: "createdAt"))
|
|
182
184
|
ConfigureLogsResponse.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
|
183
185
|
ConfigureLogsResponse.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
|
|
184
186
|
ConfigureLogsResponse.add_member(:hls_ingest, Shapes::ShapeRef.new(shape: HlsIngest, location_name: "hlsIngest"))
|
|
@@ -193,6 +195,7 @@ module Aws::MediaPackage
|
|
|
193
195
|
CreateChannelRequest.struct_class = Types::CreateChannelRequest
|
|
194
196
|
|
|
195
197
|
CreateChannelResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
|
198
|
+
CreateChannelResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: __string, location_name: "createdAt"))
|
|
196
199
|
CreateChannelResponse.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
|
197
200
|
CreateChannelResponse.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
|
|
198
201
|
CreateChannelResponse.add_member(:hls_ingest, Shapes::ShapeRef.new(shape: HlsIngest, location_name: "hlsIngest"))
|
|
@@ -239,6 +242,7 @@ module Aws::MediaPackage
|
|
|
239
242
|
CreateOriginEndpointResponse.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
|
|
240
243
|
CreateOriginEndpointResponse.add_member(:channel_id, Shapes::ShapeRef.new(shape: __string, location_name: "channelId"))
|
|
241
244
|
CreateOriginEndpointResponse.add_member(:cmaf_package, Shapes::ShapeRef.new(shape: CmafPackage, location_name: "cmafPackage"))
|
|
245
|
+
CreateOriginEndpointResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: __string, location_name: "createdAt"))
|
|
242
246
|
CreateOriginEndpointResponse.add_member(:dash_package, Shapes::ShapeRef.new(shape: DashPackage, location_name: "dashPackage"))
|
|
243
247
|
CreateOriginEndpointResponse.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
|
244
248
|
CreateOriginEndpointResponse.add_member(:hls_package, Shapes::ShapeRef.new(shape: HlsPackage, location_name: "hlsPackage"))
|
|
@@ -289,6 +293,7 @@ module Aws::MediaPackage
|
|
|
289
293
|
DescribeChannelRequest.struct_class = Types::DescribeChannelRequest
|
|
290
294
|
|
|
291
295
|
DescribeChannelResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
|
296
|
+
DescribeChannelResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: __string, location_name: "createdAt"))
|
|
292
297
|
DescribeChannelResponse.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
|
293
298
|
DescribeChannelResponse.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
|
|
294
299
|
DescribeChannelResponse.add_member(:hls_ingest, Shapes::ShapeRef.new(shape: HlsIngest, location_name: "hlsIngest"))
|
|
@@ -318,6 +323,7 @@ module Aws::MediaPackage
|
|
|
318
323
|
DescribeOriginEndpointResponse.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
|
|
319
324
|
DescribeOriginEndpointResponse.add_member(:channel_id, Shapes::ShapeRef.new(shape: __string, location_name: "channelId"))
|
|
320
325
|
DescribeOriginEndpointResponse.add_member(:cmaf_package, Shapes::ShapeRef.new(shape: CmafPackage, location_name: "cmafPackage"))
|
|
326
|
+
DescribeOriginEndpointResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: __string, location_name: "createdAt"))
|
|
321
327
|
DescribeOriginEndpointResponse.add_member(:dash_package, Shapes::ShapeRef.new(shape: DashPackage, location_name: "dashPackage"))
|
|
322
328
|
DescribeOriginEndpointResponse.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
|
323
329
|
DescribeOriginEndpointResponse.add_member(:hls_package, Shapes::ShapeRef.new(shape: HlsPackage, location_name: "hlsPackage"))
|
|
@@ -470,6 +476,7 @@ module Aws::MediaPackage
|
|
|
470
476
|
OriginEndpoint.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
|
|
471
477
|
OriginEndpoint.add_member(:channel_id, Shapes::ShapeRef.new(shape: __string, location_name: "channelId"))
|
|
472
478
|
OriginEndpoint.add_member(:cmaf_package, Shapes::ShapeRef.new(shape: CmafPackage, location_name: "cmafPackage"))
|
|
479
|
+
OriginEndpoint.add_member(:created_at, Shapes::ShapeRef.new(shape: __string, location_name: "createdAt"))
|
|
473
480
|
OriginEndpoint.add_member(:dash_package, Shapes::ShapeRef.new(shape: DashPackage, location_name: "dashPackage"))
|
|
474
481
|
OriginEndpoint.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
|
475
482
|
OriginEndpoint.add_member(:hls_package, Shapes::ShapeRef.new(shape: HlsPackage, location_name: "hlsPackage"))
|
|
@@ -521,6 +528,7 @@ module Aws::MediaPackage
|
|
|
521
528
|
RotateChannelCredentialsRequest.struct_class = Types::RotateChannelCredentialsRequest
|
|
522
529
|
|
|
523
530
|
RotateChannelCredentialsResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
|
531
|
+
RotateChannelCredentialsResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: __string, location_name: "createdAt"))
|
|
524
532
|
RotateChannelCredentialsResponse.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
|
525
533
|
RotateChannelCredentialsResponse.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
|
|
526
534
|
RotateChannelCredentialsResponse.add_member(:hls_ingest, Shapes::ShapeRef.new(shape: HlsIngest, location_name: "hlsIngest"))
|
|
@@ -534,6 +542,7 @@ module Aws::MediaPackage
|
|
|
534
542
|
RotateIngestEndpointCredentialsRequest.struct_class = Types::RotateIngestEndpointCredentialsRequest
|
|
535
543
|
|
|
536
544
|
RotateIngestEndpointCredentialsResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
|
545
|
+
RotateIngestEndpointCredentialsResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: __string, location_name: "createdAt"))
|
|
537
546
|
RotateIngestEndpointCredentialsResponse.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
|
538
547
|
RotateIngestEndpointCredentialsResponse.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
|
|
539
548
|
RotateIngestEndpointCredentialsResponse.add_member(:hls_ingest, Shapes::ShapeRef.new(shape: HlsIngest, location_name: "hlsIngest"))
|
|
@@ -588,6 +597,7 @@ module Aws::MediaPackage
|
|
|
588
597
|
UpdateChannelRequest.struct_class = Types::UpdateChannelRequest
|
|
589
598
|
|
|
590
599
|
UpdateChannelResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
|
600
|
+
UpdateChannelResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: __string, location_name: "createdAt"))
|
|
591
601
|
UpdateChannelResponse.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
|
592
602
|
UpdateChannelResponse.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
|
|
593
603
|
UpdateChannelResponse.add_member(:hls_ingest, Shapes::ShapeRef.new(shape: HlsIngest, location_name: "hlsIngest"))
|
|
@@ -614,6 +624,7 @@ module Aws::MediaPackage
|
|
|
614
624
|
UpdateOriginEndpointResponse.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
|
|
615
625
|
UpdateOriginEndpointResponse.add_member(:channel_id, Shapes::ShapeRef.new(shape: __string, location_name: "channelId"))
|
|
616
626
|
UpdateOriginEndpointResponse.add_member(:cmaf_package, Shapes::ShapeRef.new(shape: CmafPackage, location_name: "cmafPackage"))
|
|
627
|
+
UpdateOriginEndpointResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: __string, location_name: "createdAt"))
|
|
617
628
|
UpdateOriginEndpointResponse.add_member(:dash_package, Shapes::ShapeRef.new(shape: DashPackage, location_name: "dashPackage"))
|
|
618
629
|
UpdateOriginEndpointResponse.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
|
619
630
|
UpdateOriginEndpointResponse.add_member(:hls_package, Shapes::ShapeRef.new(shape: HlsPackage, location_name: "hlsPackage"))
|
|
@@ -14,36 +14,39 @@ module Aws::MediaPackage
|
|
|
14
14
|
use_dual_stack = parameters.use_dual_stack
|
|
15
15
|
use_fips = parameters.use_fips
|
|
16
16
|
endpoint = parameters.endpoint
|
|
17
|
-
if
|
|
18
|
-
if Aws::Endpoints::Matchers.set?(endpoint) && (url = Aws::Endpoints::Matchers.parse_url(endpoint))
|
|
19
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
|
20
|
-
raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
|
|
21
|
-
end
|
|
22
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
|
23
|
-
raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
|
|
24
|
-
end
|
|
25
|
-
return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
|
|
26
|
-
end
|
|
27
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
|
28
|
-
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
|
29
|
-
return Aws::Endpoints::Endpoint.new(url: "https://mediapackage-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
|
30
|
-
end
|
|
31
|
-
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
|
32
|
-
end
|
|
17
|
+
if Aws::Endpoints::Matchers.set?(endpoint)
|
|
33
18
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
|
34
|
-
|
|
35
|
-
return Aws::Endpoints::Endpoint.new(url: "https://mediapackage-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
|
36
|
-
end
|
|
37
|
-
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
|
19
|
+
raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
|
|
38
20
|
end
|
|
39
21
|
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
|
40
|
-
|
|
41
|
-
|
|
22
|
+
raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
|
|
23
|
+
end
|
|
24
|
+
return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
|
|
25
|
+
end
|
|
26
|
+
if Aws::Endpoints::Matchers.set?(region)
|
|
27
|
+
if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
|
|
28
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
|
29
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
|
30
|
+
return Aws::Endpoints::Endpoint.new(url: "https://mediapackage-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
|
31
|
+
end
|
|
32
|
+
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
|
33
|
+
end
|
|
34
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
|
|
36
|
+
return Aws::Endpoints::Endpoint.new(url: "https://mediapackage-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
|
37
|
+
end
|
|
38
|
+
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
|
39
|
+
end
|
|
40
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
|
41
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
|
42
|
+
return Aws::Endpoints::Endpoint.new(url: "https://mediapackage.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
|
43
|
+
end
|
|
44
|
+
raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
|
|
42
45
|
end
|
|
43
|
-
|
|
46
|
+
return Aws::Endpoints::Endpoint.new(url: "https://mediapackage.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
|
44
47
|
end
|
|
45
|
-
return Aws::Endpoints::Endpoint.new(url: "https://mediapackage.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
|
46
48
|
end
|
|
49
|
+
raise ArgumentError, "Invalid Configuration: Missing Region"
|
|
47
50
|
raise ArgumentError, 'No endpoint could be resolved'
|
|
48
51
|
|
|
49
52
|
end
|
|
@@ -38,6 +38,10 @@ module Aws::MediaPackage
|
|
|
38
38
|
# The Amazon Resource Name (ARN) assigned to the Channel.
|
|
39
39
|
# @return [String]
|
|
40
40
|
#
|
|
41
|
+
# @!attribute [rw] created_at
|
|
42
|
+
# The date and time the Channel was created.
|
|
43
|
+
# @return [String]
|
|
44
|
+
#
|
|
41
45
|
# @!attribute [rw] description
|
|
42
46
|
# A short text description of the Channel.
|
|
43
47
|
# @return [String]
|
|
@@ -66,6 +70,7 @@ module Aws::MediaPackage
|
|
|
66
70
|
#
|
|
67
71
|
class Channel < Struct.new(
|
|
68
72
|
:arn,
|
|
73
|
+
:created_at,
|
|
69
74
|
:description,
|
|
70
75
|
:egress_access_logs,
|
|
71
76
|
:hls_ingest,
|
|
@@ -284,6 +289,9 @@ module Aws::MediaPackage
|
|
|
284
289
|
# @!attribute [rw] arn
|
|
285
290
|
# @return [String]
|
|
286
291
|
#
|
|
292
|
+
# @!attribute [rw] created_at
|
|
293
|
+
# @return [String]
|
|
294
|
+
#
|
|
287
295
|
# @!attribute [rw] description
|
|
288
296
|
# @return [String]
|
|
289
297
|
#
|
|
@@ -310,6 +318,7 @@ module Aws::MediaPackage
|
|
|
310
318
|
#
|
|
311
319
|
class ConfigureLogsResponse < Struct.new(
|
|
312
320
|
:arn,
|
|
321
|
+
:created_at,
|
|
313
322
|
:description,
|
|
314
323
|
:egress_access_logs,
|
|
315
324
|
:hls_ingest,
|
|
@@ -343,6 +352,9 @@ module Aws::MediaPackage
|
|
|
343
352
|
# @!attribute [rw] arn
|
|
344
353
|
# @return [String]
|
|
345
354
|
#
|
|
355
|
+
# @!attribute [rw] created_at
|
|
356
|
+
# @return [String]
|
|
357
|
+
#
|
|
346
358
|
# @!attribute [rw] description
|
|
347
359
|
# @return [String]
|
|
348
360
|
#
|
|
@@ -369,6 +381,7 @@ module Aws::MediaPackage
|
|
|
369
381
|
#
|
|
370
382
|
class CreateChannelResponse < Struct.new(
|
|
371
383
|
:arn,
|
|
384
|
+
:created_at,
|
|
372
385
|
:description,
|
|
373
386
|
:egress_access_logs,
|
|
374
387
|
:hls_ingest,
|
|
@@ -537,6 +550,9 @@ module Aws::MediaPackage
|
|
|
537
550
|
# A Common Media Application Format (CMAF) packaging configuration.
|
|
538
551
|
# @return [Types::CmafPackage]
|
|
539
552
|
#
|
|
553
|
+
# @!attribute [rw] created_at
|
|
554
|
+
# @return [String]
|
|
555
|
+
#
|
|
540
556
|
# @!attribute [rw] dash_package
|
|
541
557
|
# A Dynamic Adaptive Streaming over HTTP (DASH) packaging
|
|
542
558
|
# configuration.
|
|
@@ -585,6 +601,7 @@ module Aws::MediaPackage
|
|
|
585
601
|
:authorization,
|
|
586
602
|
:channel_id,
|
|
587
603
|
:cmaf_package,
|
|
604
|
+
:created_at,
|
|
588
605
|
:dash_package,
|
|
589
606
|
:description,
|
|
590
607
|
:hls_package,
|
|
@@ -793,6 +810,9 @@ module Aws::MediaPackage
|
|
|
793
810
|
# @!attribute [rw] arn
|
|
794
811
|
# @return [String]
|
|
795
812
|
#
|
|
813
|
+
# @!attribute [rw] created_at
|
|
814
|
+
# @return [String]
|
|
815
|
+
#
|
|
796
816
|
# @!attribute [rw] description
|
|
797
817
|
# @return [String]
|
|
798
818
|
#
|
|
@@ -819,6 +839,7 @@ module Aws::MediaPackage
|
|
|
819
839
|
#
|
|
820
840
|
class DescribeChannelResponse < Struct.new(
|
|
821
841
|
:arn,
|
|
842
|
+
:created_at,
|
|
822
843
|
:description,
|
|
823
844
|
:egress_access_logs,
|
|
824
845
|
:hls_ingest,
|
|
@@ -910,6 +931,9 @@ module Aws::MediaPackage
|
|
|
910
931
|
# A Common Media Application Format (CMAF) packaging configuration.
|
|
911
932
|
# @return [Types::CmafPackage]
|
|
912
933
|
#
|
|
934
|
+
# @!attribute [rw] created_at
|
|
935
|
+
# @return [String]
|
|
936
|
+
#
|
|
913
937
|
# @!attribute [rw] dash_package
|
|
914
938
|
# A Dynamic Adaptive Streaming over HTTP (DASH) packaging
|
|
915
939
|
# configuration.
|
|
@@ -958,6 +982,7 @@ module Aws::MediaPackage
|
|
|
958
982
|
:authorization,
|
|
959
983
|
:channel_id,
|
|
960
984
|
:cmaf_package,
|
|
985
|
+
:created_at,
|
|
961
986
|
:dash_package,
|
|
962
987
|
:description,
|
|
963
988
|
:hls_package,
|
|
@@ -1038,7 +1063,7 @@ module Aws::MediaPackage
|
|
|
1038
1063
|
# @return [String]
|
|
1039
1064
|
#
|
|
1040
1065
|
# @!attribute [rw] created_at
|
|
1041
|
-
# The time the HarvestJob was submitted
|
|
1066
|
+
# The date and time the HarvestJob was submitted.
|
|
1042
1067
|
# @return [String]
|
|
1043
1068
|
#
|
|
1044
1069
|
# @!attribute [rw] end_time
|
|
@@ -1710,6 +1735,10 @@ module Aws::MediaPackage
|
|
|
1710
1735
|
# A Common Media Application Format (CMAF) packaging configuration.
|
|
1711
1736
|
# @return [Types::CmafPackage]
|
|
1712
1737
|
#
|
|
1738
|
+
# @!attribute [rw] created_at
|
|
1739
|
+
# The date and time the OriginEndpoint was created.
|
|
1740
|
+
# @return [String]
|
|
1741
|
+
#
|
|
1713
1742
|
# @!attribute [rw] dash_package
|
|
1714
1743
|
# A Dynamic Adaptive Streaming over HTTP (DASH) packaging
|
|
1715
1744
|
# configuration.
|
|
@@ -1775,6 +1804,7 @@ module Aws::MediaPackage
|
|
|
1775
1804
|
:authorization,
|
|
1776
1805
|
:channel_id,
|
|
1777
1806
|
:cmaf_package,
|
|
1807
|
+
:created_at,
|
|
1778
1808
|
:dash_package,
|
|
1779
1809
|
:description,
|
|
1780
1810
|
:hls_package,
|
|
@@ -1991,6 +2021,9 @@ module Aws::MediaPackage
|
|
|
1991
2021
|
# @!attribute [rw] arn
|
|
1992
2022
|
# @return [String]
|
|
1993
2023
|
#
|
|
2024
|
+
# @!attribute [rw] created_at
|
|
2025
|
+
# @return [String]
|
|
2026
|
+
#
|
|
1994
2027
|
# @!attribute [rw] description
|
|
1995
2028
|
# @return [String]
|
|
1996
2029
|
#
|
|
@@ -2017,6 +2050,7 @@ module Aws::MediaPackage
|
|
|
2017
2050
|
#
|
|
2018
2051
|
class RotateChannelCredentialsResponse < Struct.new(
|
|
2019
2052
|
:arn,
|
|
2053
|
+
:created_at,
|
|
2020
2054
|
:description,
|
|
2021
2055
|
:egress_access_logs,
|
|
2022
2056
|
:hls_ingest,
|
|
@@ -2045,6 +2079,9 @@ module Aws::MediaPackage
|
|
|
2045
2079
|
# @!attribute [rw] arn
|
|
2046
2080
|
# @return [String]
|
|
2047
2081
|
#
|
|
2082
|
+
# @!attribute [rw] created_at
|
|
2083
|
+
# @return [String]
|
|
2084
|
+
#
|
|
2048
2085
|
# @!attribute [rw] description
|
|
2049
2086
|
# @return [String]
|
|
2050
2087
|
#
|
|
@@ -2071,6 +2108,7 @@ module Aws::MediaPackage
|
|
|
2071
2108
|
#
|
|
2072
2109
|
class RotateIngestEndpointCredentialsResponse < Struct.new(
|
|
2073
2110
|
:arn,
|
|
2111
|
+
:created_at,
|
|
2074
2112
|
:description,
|
|
2075
2113
|
:egress_access_logs,
|
|
2076
2114
|
:hls_ingest,
|
|
@@ -2276,6 +2314,9 @@ module Aws::MediaPackage
|
|
|
2276
2314
|
# @!attribute [rw] arn
|
|
2277
2315
|
# @return [String]
|
|
2278
2316
|
#
|
|
2317
|
+
# @!attribute [rw] created_at
|
|
2318
|
+
# @return [String]
|
|
2319
|
+
#
|
|
2279
2320
|
# @!attribute [rw] description
|
|
2280
2321
|
# @return [String]
|
|
2281
2322
|
#
|
|
@@ -2302,6 +2343,7 @@ module Aws::MediaPackage
|
|
|
2302
2343
|
#
|
|
2303
2344
|
class UpdateChannelResponse < Struct.new(
|
|
2304
2345
|
:arn,
|
|
2346
|
+
:created_at,
|
|
2305
2347
|
:description,
|
|
2306
2348
|
:egress_access_logs,
|
|
2307
2349
|
:hls_ingest,
|
|
@@ -2387,6 +2429,9 @@ module Aws::MediaPackage
|
|
|
2387
2429
|
# A Common Media Application Format (CMAF) packaging configuration.
|
|
2388
2430
|
# @return [Types::CmafPackage]
|
|
2389
2431
|
#
|
|
2432
|
+
# @!attribute [rw] created_at
|
|
2433
|
+
# @return [String]
|
|
2434
|
+
#
|
|
2390
2435
|
# @!attribute [rw] dash_package
|
|
2391
2436
|
# A Dynamic Adaptive Streaming over HTTP (DASH) packaging
|
|
2392
2437
|
# configuration.
|
|
@@ -2435,6 +2480,7 @@ module Aws::MediaPackage
|
|
|
2435
2480
|
:authorization,
|
|
2436
2481
|
:channel_id,
|
|
2437
2482
|
:cmaf_package,
|
|
2483
|
+
:created_at,
|
|
2438
2484
|
:dash_package,
|
|
2439
2485
|
:description,
|
|
2440
2486
|
:hls_package,
|
data/lib/aws-sdk-mediapackage.rb
CHANGED
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.59.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: 2023-
|
|
11
|
+
date: 2023-03-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|