aws-sdk-mediapackage 1.58.0 → 1.60.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediapackage/client.rb +26 -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 +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 752fc8a522f92c853138fc0177f4c1e817aeb0df8aa920c439e541af7b933d40
|
4
|
+
data.tar.gz: fa78a06d98fa19141a2800d89bdf1f1eb615c5444ce9805759b54d1f3915c6e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: af40fe301f9f96864b2d82e1e1969227f9ec85f30330e68436ac954308ff16ccf69557874ed52fe78ade4954456453eeae6632e84cca94e79c149c9233f1eab5
|
7
|
+
data.tar.gz: 2fb7347c0170ffd88258d0f22d565a24c868a90e51ec07882d347e72608504cf9677deff157e78311c83383b67bfc0ab9d49be54d57281f18a282c1c7565a827
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.60.0 (2023-05-31)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.59.0 (2023-03-08)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release provides the date and time live resources were created.
|
13
|
+
|
4
14
|
1.58.0 (2023-01-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.60.0
|
@@ -275,6 +275,11 @@ module Aws::MediaPackage
|
|
275
275
|
# in the future.
|
276
276
|
#
|
277
277
|
#
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
279
|
+
# A unique and opaque application ID that is appended to the
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
281
|
+
# maximum length of 50.
|
282
|
+
#
|
278
283
|
# @option options [String] :secret_access_key
|
279
284
|
#
|
280
285
|
# @option options [String] :session_token
|
@@ -381,6 +386,7 @@ module Aws::MediaPackage
|
|
381
386
|
# @return [Types::ConfigureLogsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
382
387
|
#
|
383
388
|
# * {Types::ConfigureLogsResponse#arn #arn} => String
|
389
|
+
# * {Types::ConfigureLogsResponse#created_at #created_at} => String
|
384
390
|
# * {Types::ConfigureLogsResponse#description #description} => String
|
385
391
|
# * {Types::ConfigureLogsResponse#egress_access_logs #egress_access_logs} => Types::EgressAccessLogs
|
386
392
|
# * {Types::ConfigureLogsResponse#hls_ingest #hls_ingest} => Types::HlsIngest
|
@@ -403,6 +409,7 @@ module Aws::MediaPackage
|
|
403
409
|
# @example Response structure
|
404
410
|
#
|
405
411
|
# resp.arn #=> String
|
412
|
+
# resp.created_at #=> String
|
406
413
|
# resp.description #=> String
|
407
414
|
# resp.egress_access_logs.log_group_name #=> String
|
408
415
|
# resp.hls_ingest.ingest_endpoints #=> Array
|
@@ -436,6 +443,7 @@ module Aws::MediaPackage
|
|
436
443
|
# @return [Types::CreateChannelResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
437
444
|
#
|
438
445
|
# * {Types::CreateChannelResponse#arn #arn} => String
|
446
|
+
# * {Types::CreateChannelResponse#created_at #created_at} => String
|
439
447
|
# * {Types::CreateChannelResponse#description #description} => String
|
440
448
|
# * {Types::CreateChannelResponse#egress_access_logs #egress_access_logs} => Types::EgressAccessLogs
|
441
449
|
# * {Types::CreateChannelResponse#hls_ingest #hls_ingest} => Types::HlsIngest
|
@@ -456,6 +464,7 @@ module Aws::MediaPackage
|
|
456
464
|
# @example Response structure
|
457
465
|
#
|
458
466
|
# resp.arn #=> String
|
467
|
+
# resp.created_at #=> String
|
459
468
|
# resp.description #=> String
|
460
469
|
# resp.egress_access_logs.log_group_name #=> String
|
461
470
|
# resp.hls_ingest.ingest_endpoints #=> Array
|
@@ -582,6 +591,7 @@ module Aws::MediaPackage
|
|
582
591
|
# * {Types::CreateOriginEndpointResponse#authorization #authorization} => Types::Authorization
|
583
592
|
# * {Types::CreateOriginEndpointResponse#channel_id #channel_id} => String
|
584
593
|
# * {Types::CreateOriginEndpointResponse#cmaf_package #cmaf_package} => Types::CmafPackage
|
594
|
+
# * {Types::CreateOriginEndpointResponse#created_at #created_at} => String
|
585
595
|
# * {Types::CreateOriginEndpointResponse#dash_package #dash_package} => Types::DashPackage
|
586
596
|
# * {Types::CreateOriginEndpointResponse#description #description} => String
|
587
597
|
# * {Types::CreateOriginEndpointResponse#hls_package #hls_package} => Types::HlsPackage
|
@@ -775,6 +785,7 @@ module Aws::MediaPackage
|
|
775
785
|
# resp.cmaf_package.stream_selection.max_video_bits_per_second #=> Integer
|
776
786
|
# resp.cmaf_package.stream_selection.min_video_bits_per_second #=> Integer
|
777
787
|
# resp.cmaf_package.stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
|
788
|
+
# resp.created_at #=> String
|
778
789
|
# resp.dash_package.ad_triggers #=> Array
|
779
790
|
# 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
791
|
# resp.dash_package.ads_on_delivery_restrictions #=> String, one of "NONE", "RESTRICTED", "UNRESTRICTED", "BOTH"
|
@@ -912,6 +923,7 @@ module Aws::MediaPackage
|
|
912
923
|
# @return [Types::DescribeChannelResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
913
924
|
#
|
914
925
|
# * {Types::DescribeChannelResponse#arn #arn} => String
|
926
|
+
# * {Types::DescribeChannelResponse#created_at #created_at} => String
|
915
927
|
# * {Types::DescribeChannelResponse#description #description} => String
|
916
928
|
# * {Types::DescribeChannelResponse#egress_access_logs #egress_access_logs} => Types::EgressAccessLogs
|
917
929
|
# * {Types::DescribeChannelResponse#hls_ingest #hls_ingest} => Types::HlsIngest
|
@@ -928,6 +940,7 @@ module Aws::MediaPackage
|
|
928
940
|
# @example Response structure
|
929
941
|
#
|
930
942
|
# resp.arn #=> String
|
943
|
+
# resp.created_at #=> String
|
931
944
|
# resp.description #=> String
|
932
945
|
# resp.egress_access_logs.log_group_name #=> String
|
933
946
|
# resp.hls_ingest.ingest_endpoints #=> Array
|
@@ -1004,6 +1017,7 @@ module Aws::MediaPackage
|
|
1004
1017
|
# * {Types::DescribeOriginEndpointResponse#authorization #authorization} => Types::Authorization
|
1005
1018
|
# * {Types::DescribeOriginEndpointResponse#channel_id #channel_id} => String
|
1006
1019
|
# * {Types::DescribeOriginEndpointResponse#cmaf_package #cmaf_package} => Types::CmafPackage
|
1020
|
+
# * {Types::DescribeOriginEndpointResponse#created_at #created_at} => String
|
1007
1021
|
# * {Types::DescribeOriginEndpointResponse#dash_package #dash_package} => Types::DashPackage
|
1008
1022
|
# * {Types::DescribeOriginEndpointResponse#description #description} => String
|
1009
1023
|
# * {Types::DescribeOriginEndpointResponse#hls_package #hls_package} => Types::HlsPackage
|
@@ -1054,6 +1068,7 @@ module Aws::MediaPackage
|
|
1054
1068
|
# resp.cmaf_package.stream_selection.max_video_bits_per_second #=> Integer
|
1055
1069
|
# resp.cmaf_package.stream_selection.min_video_bits_per_second #=> Integer
|
1056
1070
|
# resp.cmaf_package.stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
|
1071
|
+
# resp.created_at #=> String
|
1057
1072
|
# resp.dash_package.ad_triggers #=> Array
|
1058
1073
|
# 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
1074
|
# resp.dash_package.ads_on_delivery_restrictions #=> String, one of "NONE", "RESTRICTED", "UNRESTRICTED", "BOTH"
|
@@ -1166,6 +1181,7 @@ module Aws::MediaPackage
|
|
1166
1181
|
#
|
1167
1182
|
# resp.channels #=> Array
|
1168
1183
|
# resp.channels[0].arn #=> String
|
1184
|
+
# resp.channels[0].created_at #=> String
|
1169
1185
|
# resp.channels[0].description #=> String
|
1170
1186
|
# resp.channels[0].egress_access_logs.log_group_name #=> String
|
1171
1187
|
# resp.channels[0].hls_ingest.ingest_endpoints #=> Array
|
@@ -1295,6 +1311,7 @@ module Aws::MediaPackage
|
|
1295
1311
|
# resp.origin_endpoints[0].cmaf_package.stream_selection.max_video_bits_per_second #=> Integer
|
1296
1312
|
# resp.origin_endpoints[0].cmaf_package.stream_selection.min_video_bits_per_second #=> Integer
|
1297
1313
|
# resp.origin_endpoints[0].cmaf_package.stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
|
1314
|
+
# resp.origin_endpoints[0].created_at #=> String
|
1298
1315
|
# resp.origin_endpoints[0].dash_package.ad_triggers #=> Array
|
1299
1316
|
# 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
1317
|
# resp.origin_endpoints[0].dash_package.ads_on_delivery_restrictions #=> String, one of "NONE", "RESTRICTED", "UNRESTRICTED", "BOTH"
|
@@ -1418,6 +1435,7 @@ module Aws::MediaPackage
|
|
1418
1435
|
# @return [Types::RotateChannelCredentialsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1419
1436
|
#
|
1420
1437
|
# * {Types::RotateChannelCredentialsResponse#arn #arn} => String
|
1438
|
+
# * {Types::RotateChannelCredentialsResponse#created_at #created_at} => String
|
1421
1439
|
# * {Types::RotateChannelCredentialsResponse#description #description} => String
|
1422
1440
|
# * {Types::RotateChannelCredentialsResponse#egress_access_logs #egress_access_logs} => Types::EgressAccessLogs
|
1423
1441
|
# * {Types::RotateChannelCredentialsResponse#hls_ingest #hls_ingest} => Types::HlsIngest
|
@@ -1434,6 +1452,7 @@ module Aws::MediaPackage
|
|
1434
1452
|
# @example Response structure
|
1435
1453
|
#
|
1436
1454
|
# resp.arn #=> String
|
1455
|
+
# resp.created_at #=> String
|
1437
1456
|
# resp.description #=> String
|
1438
1457
|
# resp.egress_access_logs.log_group_name #=> String
|
1439
1458
|
# resp.hls_ingest.ingest_endpoints #=> Array
|
@@ -1465,6 +1484,7 @@ module Aws::MediaPackage
|
|
1465
1484
|
# @return [Types::RotateIngestEndpointCredentialsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1466
1485
|
#
|
1467
1486
|
# * {Types::RotateIngestEndpointCredentialsResponse#arn #arn} => String
|
1487
|
+
# * {Types::RotateIngestEndpointCredentialsResponse#created_at #created_at} => String
|
1468
1488
|
# * {Types::RotateIngestEndpointCredentialsResponse#description #description} => String
|
1469
1489
|
# * {Types::RotateIngestEndpointCredentialsResponse#egress_access_logs #egress_access_logs} => Types::EgressAccessLogs
|
1470
1490
|
# * {Types::RotateIngestEndpointCredentialsResponse#hls_ingest #hls_ingest} => Types::HlsIngest
|
@@ -1482,6 +1502,7 @@ module Aws::MediaPackage
|
|
1482
1502
|
# @example Response structure
|
1483
1503
|
#
|
1484
1504
|
# resp.arn #=> String
|
1505
|
+
# resp.created_at #=> String
|
1485
1506
|
# resp.description #=> String
|
1486
1507
|
# resp.egress_access_logs.log_group_name #=> String
|
1487
1508
|
# resp.hls_ingest.ingest_endpoints #=> Array
|
@@ -1558,6 +1579,7 @@ module Aws::MediaPackage
|
|
1558
1579
|
# @return [Types::UpdateChannelResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1559
1580
|
#
|
1560
1581
|
# * {Types::UpdateChannelResponse#arn #arn} => String
|
1582
|
+
# * {Types::UpdateChannelResponse#created_at #created_at} => String
|
1561
1583
|
# * {Types::UpdateChannelResponse#description #description} => String
|
1562
1584
|
# * {Types::UpdateChannelResponse#egress_access_logs #egress_access_logs} => Types::EgressAccessLogs
|
1563
1585
|
# * {Types::UpdateChannelResponse#hls_ingest #hls_ingest} => Types::HlsIngest
|
@@ -1575,6 +1597,7 @@ module Aws::MediaPackage
|
|
1575
1597
|
# @example Response structure
|
1576
1598
|
#
|
1577
1599
|
# resp.arn #=> String
|
1600
|
+
# resp.created_at #=> String
|
1578
1601
|
# resp.description #=> String
|
1579
1602
|
# resp.egress_access_logs.log_group_name #=> String
|
1580
1603
|
# resp.hls_ingest.ingest_endpoints #=> Array
|
@@ -1633,6 +1656,7 @@ module Aws::MediaPackage
|
|
1633
1656
|
# * {Types::UpdateOriginEndpointResponse#authorization #authorization} => Types::Authorization
|
1634
1657
|
# * {Types::UpdateOriginEndpointResponse#channel_id #channel_id} => String
|
1635
1658
|
# * {Types::UpdateOriginEndpointResponse#cmaf_package #cmaf_package} => Types::CmafPackage
|
1659
|
+
# * {Types::UpdateOriginEndpointResponse#created_at #created_at} => String
|
1636
1660
|
# * {Types::UpdateOriginEndpointResponse#dash_package #dash_package} => Types::DashPackage
|
1637
1661
|
# * {Types::UpdateOriginEndpointResponse#description #description} => String
|
1638
1662
|
# * {Types::UpdateOriginEndpointResponse#hls_package #hls_package} => Types::HlsPackage
|
@@ -1822,6 +1846,7 @@ module Aws::MediaPackage
|
|
1822
1846
|
# resp.cmaf_package.stream_selection.max_video_bits_per_second #=> Integer
|
1823
1847
|
# resp.cmaf_package.stream_selection.min_video_bits_per_second #=> Integer
|
1824
1848
|
# resp.cmaf_package.stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
|
1849
|
+
# resp.created_at #=> String
|
1825
1850
|
# resp.dash_package.ad_triggers #=> Array
|
1826
1851
|
# 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
1852
|
# resp.dash_package.ads_on_delivery_restrictions #=> String, one of "NONE", "RESTRICTED", "UNRESTRICTED", "BOTH"
|
@@ -1923,7 +1948,7 @@ module Aws::MediaPackage
|
|
1923
1948
|
params: params,
|
1924
1949
|
config: config)
|
1925
1950
|
context[:gem_name] = 'aws-sdk-mediapackage'
|
1926
|
-
context[:gem_version] = '1.
|
1951
|
+
context[:gem_version] = '1.60.0'
|
1927
1952
|
Seahorse::Client::Request.new(handlers, context)
|
1928
1953
|
end
|
1929
1954
|
|
@@ -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.60.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-05-31 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.174.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.174.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|