aws-sdk-mediapackage 1.31.0 → 1.36.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-mediapackage.rb +4 -3
- data/lib/aws-sdk-mediapackage/client.rb +113 -8
- data/lib/aws-sdk-mediapackage/client_api.rb +58 -0
- data/lib/aws-sdk-mediapackage/types.rb +213 -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: 3a887780efcaf42a40676bd04064301826a5675c11244759bb7c969559592c90
|
4
|
+
data.tar.gz: 40f2300daf9ea616b0a875408ec9595860c95e78b7c94ac02a53f506e6da99e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fbecaad422d5af3bcd2c1a02248761bee2a135b481264abd98fa8d731ddb09060f5994634290e8ff56c3c6598aa08eda4252abcea45ea98f048c3d3d157a41f0
|
7
|
+
data.tar.gz: 40ea4b8435cb9c5092615837ce4eb1e2a2e9013bb61f3e277a7fc10231ed8b115f7d78f0926b96413becda69ff2c0d48e29efb08fcc5c9ba1249af3a287fa2ce
|
data/lib/aws-sdk-mediapackage.rb
CHANGED
@@ -7,6 +7,7 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
+
|
10
11
|
require 'aws-sdk-core'
|
11
12
|
require 'aws-sigv4'
|
12
13
|
|
@@ -27,7 +28,7 @@ require_relative 'aws-sdk-mediapackage/customizations'
|
|
27
28
|
# structure.
|
28
29
|
#
|
29
30
|
# media_package = Aws::MediaPackage::Client.new
|
30
|
-
# resp = media_package.
|
31
|
+
# resp = media_package.configure_logs(params)
|
31
32
|
#
|
32
33
|
# See {Client} for more information.
|
33
34
|
#
|
@@ -44,9 +45,9 @@ require_relative 'aws-sdk-mediapackage/customizations'
|
|
44
45
|
#
|
45
46
|
# See {Errors} for more information.
|
46
47
|
#
|
47
|
-
#
|
48
|
+
# @!group service
|
48
49
|
module Aws::MediaPackage
|
49
50
|
|
50
|
-
GEM_VERSION = '1.
|
51
|
+
GEM_VERSION = '1.36.0'
|
51
52
|
|
52
53
|
end
|
@@ -85,13 +85,28 @@ module Aws::MediaPackage
|
|
85
85
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
86
86
|
# credentials.
|
87
87
|
#
|
88
|
+
# * `Aws::SharedCredentials` - Used for loading static credentials from a
|
89
|
+
# shared file, such as `~/.aws/config`.
|
90
|
+
#
|
91
|
+
# * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
|
92
|
+
#
|
93
|
+
# * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
|
94
|
+
# assume a role after providing credentials via the web.
|
95
|
+
#
|
96
|
+
# * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
|
97
|
+
# access token generated from `aws login`.
|
98
|
+
#
|
99
|
+
# * `Aws::ProcessCredentials` - Used for loading credentials from a
|
100
|
+
# process that outputs to stdout.
|
101
|
+
#
|
88
102
|
# * `Aws::InstanceProfileCredentials` - Used for loading credentials
|
89
103
|
# from an EC2 IMDS on an EC2 instance.
|
90
104
|
#
|
91
|
-
# * `Aws::
|
92
|
-
#
|
105
|
+
# * `Aws::ECSCredentials` - Used for loading credentials from
|
106
|
+
# instances running in ECS.
|
93
107
|
#
|
94
|
-
# * `Aws::
|
108
|
+
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
109
|
+
# from the Cognito Identity service.
|
95
110
|
#
|
96
111
|
# When `:credentials` are not configured directly, the following
|
97
112
|
# locations will be searched for credentials:
|
@@ -101,10 +116,10 @@ module Aws::MediaPackage
|
|
101
116
|
# * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
|
102
117
|
# * `~/.aws/credentials`
|
103
118
|
# * `~/.aws/config`
|
104
|
-
# * EC2 IMDS instance profile - When used by default, the timeouts
|
105
|
-
# very aggressive. Construct and pass an instance of
|
106
|
-
# `Aws::InstanceProfileCredentails`
|
107
|
-
# timeouts.
|
119
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
120
|
+
# are very aggressive. Construct and pass an instance of
|
121
|
+
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
122
|
+
# enable retries and extended timeouts.
|
108
123
|
#
|
109
124
|
# @option options [required, String] :region
|
110
125
|
# The AWS region to connect to. The configured `:region` is
|
@@ -312,6 +327,62 @@ module Aws::MediaPackage
|
|
312
327
|
|
313
328
|
# @!group API Operations
|
314
329
|
|
330
|
+
# Changes the Channel's properities to configure log subscription
|
331
|
+
#
|
332
|
+
# @option params [Types::EgressAccessLogs] :egress_access_logs
|
333
|
+
# Configure egress access logging.
|
334
|
+
#
|
335
|
+
# @option params [required, String] :id
|
336
|
+
#
|
337
|
+
# @option params [Types::IngressAccessLogs] :ingress_access_logs
|
338
|
+
# Configure ingress access logging.
|
339
|
+
#
|
340
|
+
# @return [Types::ConfigureLogsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
341
|
+
#
|
342
|
+
# * {Types::ConfigureLogsResponse#arn #arn} => String
|
343
|
+
# * {Types::ConfigureLogsResponse#description #description} => String
|
344
|
+
# * {Types::ConfigureLogsResponse#egress_access_logs #egress_access_logs} => Types::EgressAccessLogs
|
345
|
+
# * {Types::ConfigureLogsResponse#hls_ingest #hls_ingest} => Types::HlsIngest
|
346
|
+
# * {Types::ConfigureLogsResponse#id #id} => String
|
347
|
+
# * {Types::ConfigureLogsResponse#ingress_access_logs #ingress_access_logs} => Types::IngressAccessLogs
|
348
|
+
# * {Types::ConfigureLogsResponse#tags #tags} => Hash<String,String>
|
349
|
+
#
|
350
|
+
# @example Request syntax with placeholder values
|
351
|
+
#
|
352
|
+
# resp = client.configure_logs({
|
353
|
+
# egress_access_logs: {
|
354
|
+
# log_group_name: "__string",
|
355
|
+
# },
|
356
|
+
# id: "__string", # required
|
357
|
+
# ingress_access_logs: {
|
358
|
+
# log_group_name: "__string",
|
359
|
+
# },
|
360
|
+
# })
|
361
|
+
#
|
362
|
+
# @example Response structure
|
363
|
+
#
|
364
|
+
# resp.arn #=> String
|
365
|
+
# resp.description #=> String
|
366
|
+
# resp.egress_access_logs.log_group_name #=> String
|
367
|
+
# resp.hls_ingest.ingest_endpoints #=> Array
|
368
|
+
# resp.hls_ingest.ingest_endpoints[0].id #=> String
|
369
|
+
# resp.hls_ingest.ingest_endpoints[0].password #=> String
|
370
|
+
# resp.hls_ingest.ingest_endpoints[0].url #=> String
|
371
|
+
# resp.hls_ingest.ingest_endpoints[0].username #=> String
|
372
|
+
# resp.id #=> String
|
373
|
+
# resp.ingress_access_logs.log_group_name #=> String
|
374
|
+
# resp.tags #=> Hash
|
375
|
+
# resp.tags["__string"] #=> String
|
376
|
+
#
|
377
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-2017-10-12/ConfigureLogs AWS API Documentation
|
378
|
+
#
|
379
|
+
# @overload configure_logs(params = {})
|
380
|
+
# @param [Hash] params ({})
|
381
|
+
def configure_logs(params = {}, options = {})
|
382
|
+
req = build_request(:configure_logs, params)
|
383
|
+
req.send_request(options)
|
384
|
+
end
|
385
|
+
|
315
386
|
# Creates a new Channel.
|
316
387
|
#
|
317
388
|
# @option params [String] :description
|
@@ -325,8 +396,10 @@ module Aws::MediaPackage
|
|
325
396
|
#
|
326
397
|
# * {Types::CreateChannelResponse#arn #arn} => String
|
327
398
|
# * {Types::CreateChannelResponse#description #description} => String
|
399
|
+
# * {Types::CreateChannelResponse#egress_access_logs #egress_access_logs} => Types::EgressAccessLogs
|
328
400
|
# * {Types::CreateChannelResponse#hls_ingest #hls_ingest} => Types::HlsIngest
|
329
401
|
# * {Types::CreateChannelResponse#id #id} => String
|
402
|
+
# * {Types::CreateChannelResponse#ingress_access_logs #ingress_access_logs} => Types::IngressAccessLogs
|
330
403
|
# * {Types::CreateChannelResponse#tags #tags} => Hash<String,String>
|
331
404
|
#
|
332
405
|
# @example Request syntax with placeholder values
|
@@ -343,12 +416,14 @@ module Aws::MediaPackage
|
|
343
416
|
#
|
344
417
|
# resp.arn #=> String
|
345
418
|
# resp.description #=> String
|
419
|
+
# resp.egress_access_logs.log_group_name #=> String
|
346
420
|
# resp.hls_ingest.ingest_endpoints #=> Array
|
347
421
|
# resp.hls_ingest.ingest_endpoints[0].id #=> String
|
348
422
|
# resp.hls_ingest.ingest_endpoints[0].password #=> String
|
349
423
|
# resp.hls_ingest.ingest_endpoints[0].url #=> String
|
350
424
|
# resp.hls_ingest.ingest_endpoints[0].username #=> String
|
351
425
|
# resp.id #=> String
|
426
|
+
# resp.ingress_access_logs.log_group_name #=> String
|
352
427
|
# resp.tags #=> Hash
|
353
428
|
# resp.tags["__string"] #=> String
|
354
429
|
#
|
@@ -546,6 +621,8 @@ module Aws::MediaPackage
|
|
546
621
|
# stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
|
547
622
|
# },
|
548
623
|
# suggested_presentation_delay_seconds: 1,
|
624
|
+
# utc_timing: "NONE", # accepts NONE, HTTP-HEAD, HTTP-ISO
|
625
|
+
# utc_timing_uri: "__string",
|
549
626
|
# },
|
550
627
|
# description: "__string",
|
551
628
|
# hls_package: {
|
@@ -656,6 +733,8 @@ module Aws::MediaPackage
|
|
656
733
|
# resp.dash_package.stream_selection.min_video_bits_per_second #=> Integer
|
657
734
|
# resp.dash_package.stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
|
658
735
|
# resp.dash_package.suggested_presentation_delay_seconds #=> Integer
|
736
|
+
# resp.dash_package.utc_timing #=> String, one of "NONE", "HTTP-HEAD", "HTTP-ISO"
|
737
|
+
# resp.dash_package.utc_timing_uri #=> String
|
659
738
|
# resp.description #=> String
|
660
739
|
# resp.hls_package.ad_markers #=> String, one of "NONE", "SCTE35_ENHANCED", "PASSTHROUGH", "DATERANGE"
|
661
740
|
# resp.hls_package.ad_triggers #=> Array
|
@@ -761,8 +840,10 @@ module Aws::MediaPackage
|
|
761
840
|
#
|
762
841
|
# * {Types::DescribeChannelResponse#arn #arn} => String
|
763
842
|
# * {Types::DescribeChannelResponse#description #description} => String
|
843
|
+
# * {Types::DescribeChannelResponse#egress_access_logs #egress_access_logs} => Types::EgressAccessLogs
|
764
844
|
# * {Types::DescribeChannelResponse#hls_ingest #hls_ingest} => Types::HlsIngest
|
765
845
|
# * {Types::DescribeChannelResponse#id #id} => String
|
846
|
+
# * {Types::DescribeChannelResponse#ingress_access_logs #ingress_access_logs} => Types::IngressAccessLogs
|
766
847
|
# * {Types::DescribeChannelResponse#tags #tags} => Hash<String,String>
|
767
848
|
#
|
768
849
|
# @example Request syntax with placeholder values
|
@@ -775,12 +856,14 @@ module Aws::MediaPackage
|
|
775
856
|
#
|
776
857
|
# resp.arn #=> String
|
777
858
|
# resp.description #=> String
|
859
|
+
# resp.egress_access_logs.log_group_name #=> String
|
778
860
|
# resp.hls_ingest.ingest_endpoints #=> Array
|
779
861
|
# resp.hls_ingest.ingest_endpoints[0].id #=> String
|
780
862
|
# resp.hls_ingest.ingest_endpoints[0].password #=> String
|
781
863
|
# resp.hls_ingest.ingest_endpoints[0].url #=> String
|
782
864
|
# resp.hls_ingest.ingest_endpoints[0].username #=> String
|
783
865
|
# resp.id #=> String
|
866
|
+
# resp.ingress_access_logs.log_group_name #=> String
|
784
867
|
# resp.tags #=> Hash
|
785
868
|
# resp.tags["__string"] #=> String
|
786
869
|
#
|
@@ -917,6 +1000,8 @@ module Aws::MediaPackage
|
|
917
1000
|
# resp.dash_package.stream_selection.min_video_bits_per_second #=> Integer
|
918
1001
|
# resp.dash_package.stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
|
919
1002
|
# resp.dash_package.suggested_presentation_delay_seconds #=> Integer
|
1003
|
+
# resp.dash_package.utc_timing #=> String, one of "NONE", "HTTP-HEAD", "HTTP-ISO"
|
1004
|
+
# resp.dash_package.utc_timing_uri #=> String
|
920
1005
|
# resp.description #=> String
|
921
1006
|
# resp.hls_package.ad_markers #=> String, one of "NONE", "SCTE35_ENHANCED", "PASSTHROUGH", "DATERANGE"
|
922
1007
|
# resp.hls_package.ad_triggers #=> Array
|
@@ -997,12 +1082,14 @@ module Aws::MediaPackage
|
|
997
1082
|
# resp.channels #=> Array
|
998
1083
|
# resp.channels[0].arn #=> String
|
999
1084
|
# resp.channels[0].description #=> String
|
1085
|
+
# resp.channels[0].egress_access_logs.log_group_name #=> String
|
1000
1086
|
# resp.channels[0].hls_ingest.ingest_endpoints #=> Array
|
1001
1087
|
# resp.channels[0].hls_ingest.ingest_endpoints[0].id #=> String
|
1002
1088
|
# resp.channels[0].hls_ingest.ingest_endpoints[0].password #=> String
|
1003
1089
|
# resp.channels[0].hls_ingest.ingest_endpoints[0].url #=> String
|
1004
1090
|
# resp.channels[0].hls_ingest.ingest_endpoints[0].username #=> String
|
1005
1091
|
# resp.channels[0].id #=> String
|
1092
|
+
# resp.channels[0].ingress_access_logs.log_group_name #=> String
|
1006
1093
|
# resp.channels[0].tags #=> Hash
|
1007
1094
|
# resp.channels[0].tags["__string"] #=> String
|
1008
1095
|
# resp.next_token #=> String
|
@@ -1142,6 +1229,8 @@ module Aws::MediaPackage
|
|
1142
1229
|
# resp.origin_endpoints[0].dash_package.stream_selection.min_video_bits_per_second #=> Integer
|
1143
1230
|
# resp.origin_endpoints[0].dash_package.stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
|
1144
1231
|
# resp.origin_endpoints[0].dash_package.suggested_presentation_delay_seconds #=> Integer
|
1232
|
+
# resp.origin_endpoints[0].dash_package.utc_timing #=> String, one of "NONE", "HTTP-HEAD", "HTTP-ISO"
|
1233
|
+
# resp.origin_endpoints[0].dash_package.utc_timing_uri #=> String
|
1145
1234
|
# resp.origin_endpoints[0].description #=> String
|
1146
1235
|
# resp.origin_endpoints[0].hls_package.ad_markers #=> String, one of "NONE", "SCTE35_ENHANCED", "PASSTHROUGH", "DATERANGE"
|
1147
1236
|
# resp.origin_endpoints[0].hls_package.ad_triggers #=> Array
|
@@ -1233,8 +1322,10 @@ module Aws::MediaPackage
|
|
1233
1322
|
#
|
1234
1323
|
# * {Types::RotateChannelCredentialsResponse#arn #arn} => String
|
1235
1324
|
# * {Types::RotateChannelCredentialsResponse#description #description} => String
|
1325
|
+
# * {Types::RotateChannelCredentialsResponse#egress_access_logs #egress_access_logs} => Types::EgressAccessLogs
|
1236
1326
|
# * {Types::RotateChannelCredentialsResponse#hls_ingest #hls_ingest} => Types::HlsIngest
|
1237
1327
|
# * {Types::RotateChannelCredentialsResponse#id #id} => String
|
1328
|
+
# * {Types::RotateChannelCredentialsResponse#ingress_access_logs #ingress_access_logs} => Types::IngressAccessLogs
|
1238
1329
|
# * {Types::RotateChannelCredentialsResponse#tags #tags} => Hash<String,String>
|
1239
1330
|
#
|
1240
1331
|
# @example Request syntax with placeholder values
|
@@ -1247,12 +1338,14 @@ module Aws::MediaPackage
|
|
1247
1338
|
#
|
1248
1339
|
# resp.arn #=> String
|
1249
1340
|
# resp.description #=> String
|
1341
|
+
# resp.egress_access_logs.log_group_name #=> String
|
1250
1342
|
# resp.hls_ingest.ingest_endpoints #=> Array
|
1251
1343
|
# resp.hls_ingest.ingest_endpoints[0].id #=> String
|
1252
1344
|
# resp.hls_ingest.ingest_endpoints[0].password #=> String
|
1253
1345
|
# resp.hls_ingest.ingest_endpoints[0].url #=> String
|
1254
1346
|
# resp.hls_ingest.ingest_endpoints[0].username #=> String
|
1255
1347
|
# resp.id #=> String
|
1348
|
+
# resp.ingress_access_logs.log_group_name #=> String
|
1256
1349
|
# resp.tags #=> Hash
|
1257
1350
|
# resp.tags["__string"] #=> String
|
1258
1351
|
#
|
@@ -1276,8 +1369,10 @@ module Aws::MediaPackage
|
|
1276
1369
|
#
|
1277
1370
|
# * {Types::RotateIngestEndpointCredentialsResponse#arn #arn} => String
|
1278
1371
|
# * {Types::RotateIngestEndpointCredentialsResponse#description #description} => String
|
1372
|
+
# * {Types::RotateIngestEndpointCredentialsResponse#egress_access_logs #egress_access_logs} => Types::EgressAccessLogs
|
1279
1373
|
# * {Types::RotateIngestEndpointCredentialsResponse#hls_ingest #hls_ingest} => Types::HlsIngest
|
1280
1374
|
# * {Types::RotateIngestEndpointCredentialsResponse#id #id} => String
|
1375
|
+
# * {Types::RotateIngestEndpointCredentialsResponse#ingress_access_logs #ingress_access_logs} => Types::IngressAccessLogs
|
1281
1376
|
# * {Types::RotateIngestEndpointCredentialsResponse#tags #tags} => Hash<String,String>
|
1282
1377
|
#
|
1283
1378
|
# @example Request syntax with placeholder values
|
@@ -1291,12 +1386,14 @@ module Aws::MediaPackage
|
|
1291
1386
|
#
|
1292
1387
|
# resp.arn #=> String
|
1293
1388
|
# resp.description #=> String
|
1389
|
+
# resp.egress_access_logs.log_group_name #=> String
|
1294
1390
|
# resp.hls_ingest.ingest_endpoints #=> Array
|
1295
1391
|
# resp.hls_ingest.ingest_endpoints[0].id #=> String
|
1296
1392
|
# resp.hls_ingest.ingest_endpoints[0].password #=> String
|
1297
1393
|
# resp.hls_ingest.ingest_endpoints[0].url #=> String
|
1298
1394
|
# resp.hls_ingest.ingest_endpoints[0].username #=> String
|
1299
1395
|
# resp.id #=> String
|
1396
|
+
# resp.ingress_access_logs.log_group_name #=> String
|
1300
1397
|
# resp.tags #=> Hash
|
1301
1398
|
# resp.tags["__string"] #=> String
|
1302
1399
|
#
|
@@ -1365,8 +1462,10 @@ module Aws::MediaPackage
|
|
1365
1462
|
#
|
1366
1463
|
# * {Types::UpdateChannelResponse#arn #arn} => String
|
1367
1464
|
# * {Types::UpdateChannelResponse#description #description} => String
|
1465
|
+
# * {Types::UpdateChannelResponse#egress_access_logs #egress_access_logs} => Types::EgressAccessLogs
|
1368
1466
|
# * {Types::UpdateChannelResponse#hls_ingest #hls_ingest} => Types::HlsIngest
|
1369
1467
|
# * {Types::UpdateChannelResponse#id #id} => String
|
1468
|
+
# * {Types::UpdateChannelResponse#ingress_access_logs #ingress_access_logs} => Types::IngressAccessLogs
|
1370
1469
|
# * {Types::UpdateChannelResponse#tags #tags} => Hash<String,String>
|
1371
1470
|
#
|
1372
1471
|
# @example Request syntax with placeholder values
|
@@ -1380,12 +1479,14 @@ module Aws::MediaPackage
|
|
1380
1479
|
#
|
1381
1480
|
# resp.arn #=> String
|
1382
1481
|
# resp.description #=> String
|
1482
|
+
# resp.egress_access_logs.log_group_name #=> String
|
1383
1483
|
# resp.hls_ingest.ingest_endpoints #=> Array
|
1384
1484
|
# resp.hls_ingest.ingest_endpoints[0].id #=> String
|
1385
1485
|
# resp.hls_ingest.ingest_endpoints[0].password #=> String
|
1386
1486
|
# resp.hls_ingest.ingest_endpoints[0].url #=> String
|
1387
1487
|
# resp.hls_ingest.ingest_endpoints[0].username #=> String
|
1388
1488
|
# resp.id #=> String
|
1489
|
+
# resp.ingress_access_logs.log_group_name #=> String
|
1389
1490
|
# resp.tags #=> Hash
|
1390
1491
|
# resp.tags["__string"] #=> String
|
1391
1492
|
#
|
@@ -1514,6 +1615,8 @@ module Aws::MediaPackage
|
|
1514
1615
|
# stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
|
1515
1616
|
# },
|
1516
1617
|
# suggested_presentation_delay_seconds: 1,
|
1618
|
+
# utc_timing: "NONE", # accepts NONE, HTTP-HEAD, HTTP-ISO
|
1619
|
+
# utc_timing_uri: "__string",
|
1517
1620
|
# },
|
1518
1621
|
# description: "__string",
|
1519
1622
|
# hls_package: {
|
@@ -1621,6 +1724,8 @@ module Aws::MediaPackage
|
|
1621
1724
|
# resp.dash_package.stream_selection.min_video_bits_per_second #=> Integer
|
1622
1725
|
# resp.dash_package.stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
|
1623
1726
|
# resp.dash_package.suggested_presentation_delay_seconds #=> Integer
|
1727
|
+
# resp.dash_package.utc_timing #=> String, one of "NONE", "HTTP-HEAD", "HTTP-ISO"
|
1728
|
+
# resp.dash_package.utc_timing_uri #=> String
|
1624
1729
|
# resp.description #=> String
|
1625
1730
|
# resp.hls_package.ad_markers #=> String, one of "NONE", "SCTE35_ENHANCED", "PASSTHROUGH", "DATERANGE"
|
1626
1731
|
# resp.hls_package.ad_triggers #=> Array
|
@@ -1689,7 +1794,7 @@ module Aws::MediaPackage
|
|
1689
1794
|
params: params,
|
1690
1795
|
config: config)
|
1691
1796
|
context[:gem_name] = 'aws-sdk-mediapackage'
|
1692
|
-
context[:gem_version] = '1.
|
1797
|
+
context[:gem_version] = '1.36.0'
|
1693
1798
|
Seahorse::Client::Request.new(handlers, context)
|
1694
1799
|
end
|
1695
1800
|
|
@@ -24,6 +24,9 @@ module Aws::MediaPackage
|
|
24
24
|
CmafEncryption = Shapes::StructureShape.new(name: 'CmafEncryption')
|
25
25
|
CmafPackage = Shapes::StructureShape.new(name: 'CmafPackage')
|
26
26
|
CmafPackageCreateOrUpdateParameters = Shapes::StructureShape.new(name: 'CmafPackageCreateOrUpdateParameters')
|
27
|
+
ConfigureLogsParameters = Shapes::StructureShape.new(name: 'ConfigureLogsParameters')
|
28
|
+
ConfigureLogsRequest = Shapes::StructureShape.new(name: 'ConfigureLogsRequest')
|
29
|
+
ConfigureLogsResponse = Shapes::StructureShape.new(name: 'ConfigureLogsResponse')
|
27
30
|
CreateChannelRequest = Shapes::StructureShape.new(name: 'CreateChannelRequest')
|
28
31
|
CreateChannelResponse = Shapes::StructureShape.new(name: 'CreateChannelResponse')
|
29
32
|
CreateHarvestJobRequest = Shapes::StructureShape.new(name: 'CreateHarvestJobRequest')
|
@@ -42,6 +45,7 @@ module Aws::MediaPackage
|
|
42
45
|
DescribeHarvestJobResponse = Shapes::StructureShape.new(name: 'DescribeHarvestJobResponse')
|
43
46
|
DescribeOriginEndpointRequest = Shapes::StructureShape.new(name: 'DescribeOriginEndpointRequest')
|
44
47
|
DescribeOriginEndpointResponse = Shapes::StructureShape.new(name: 'DescribeOriginEndpointResponse')
|
48
|
+
EgressAccessLogs = Shapes::StructureShape.new(name: 'EgressAccessLogs')
|
45
49
|
EncryptionMethod = Shapes::StringShape.new(name: 'EncryptionMethod')
|
46
50
|
ForbiddenException = Shapes::StructureShape.new(name: 'ForbiddenException')
|
47
51
|
HarvestJob = Shapes::StructureShape.new(name: 'HarvestJob')
|
@@ -53,6 +57,7 @@ module Aws::MediaPackage
|
|
53
57
|
HlsManifestCreateOrUpdateParameters = Shapes::StructureShape.new(name: 'HlsManifestCreateOrUpdateParameters')
|
54
58
|
HlsPackage = Shapes::StructureShape.new(name: 'HlsPackage')
|
55
59
|
IngestEndpoint = Shapes::StructureShape.new(name: 'IngestEndpoint')
|
60
|
+
IngressAccessLogs = Shapes::StructureShape.new(name: 'IngressAccessLogs')
|
56
61
|
InternalServerErrorException = Shapes::StructureShape.new(name: 'InternalServerErrorException')
|
57
62
|
ListChannelsRequest = Shapes::StructureShape.new(name: 'ListChannelsRequest')
|
58
63
|
ListChannelsResponse = Shapes::StructureShape.new(name: 'ListChannelsResponse')
|
@@ -95,6 +100,7 @@ module Aws::MediaPackage
|
|
95
100
|
UpdateChannelResponse = Shapes::StructureShape.new(name: 'UpdateChannelResponse')
|
96
101
|
UpdateOriginEndpointRequest = Shapes::StructureShape.new(name: 'UpdateOriginEndpointRequest')
|
97
102
|
UpdateOriginEndpointResponse = Shapes::StructureShape.new(name: 'UpdateOriginEndpointResponse')
|
103
|
+
UtcTiming = Shapes::StringShape.new(name: 'UtcTiming')
|
98
104
|
__AdTriggersElement = Shapes::StringShape.new(name: '__AdTriggersElement')
|
99
105
|
__PeriodTriggersElement = Shapes::StringShape.new(name: '__PeriodTriggersElement')
|
100
106
|
__boolean = Shapes::BooleanShape.new(name: '__boolean')
|
@@ -120,8 +126,10 @@ module Aws::MediaPackage
|
|
120
126
|
|
121
127
|
Channel.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
122
128
|
Channel.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
129
|
+
Channel.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
|
123
130
|
Channel.add_member(:hls_ingest, Shapes::ShapeRef.new(shape: HlsIngest, location_name: "hlsIngest"))
|
124
131
|
Channel.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
132
|
+
Channel.add_member(:ingress_access_logs, Shapes::ShapeRef.new(shape: IngressAccessLogs, location_name: "ingressAccessLogs"))
|
125
133
|
Channel.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
126
134
|
Channel.struct_class = Types::Channel
|
127
135
|
|
@@ -155,6 +163,24 @@ module Aws::MediaPackage
|
|
155
163
|
CmafPackageCreateOrUpdateParameters.add_member(:stream_selection, Shapes::ShapeRef.new(shape: StreamSelection, location_name: "streamSelection"))
|
156
164
|
CmafPackageCreateOrUpdateParameters.struct_class = Types::CmafPackageCreateOrUpdateParameters
|
157
165
|
|
166
|
+
ConfigureLogsParameters.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
|
167
|
+
ConfigureLogsParameters.add_member(:ingress_access_logs, Shapes::ShapeRef.new(shape: IngressAccessLogs, location_name: "ingressAccessLogs"))
|
168
|
+
ConfigureLogsParameters.struct_class = Types::ConfigureLogsParameters
|
169
|
+
|
170
|
+
ConfigureLogsRequest.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
|
171
|
+
ConfigureLogsRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "id"))
|
172
|
+
ConfigureLogsRequest.add_member(:ingress_access_logs, Shapes::ShapeRef.new(shape: IngressAccessLogs, location_name: "ingressAccessLogs"))
|
173
|
+
ConfigureLogsRequest.struct_class = Types::ConfigureLogsRequest
|
174
|
+
|
175
|
+
ConfigureLogsResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
176
|
+
ConfigureLogsResponse.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
177
|
+
ConfigureLogsResponse.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
|
178
|
+
ConfigureLogsResponse.add_member(:hls_ingest, Shapes::ShapeRef.new(shape: HlsIngest, location_name: "hlsIngest"))
|
179
|
+
ConfigureLogsResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
180
|
+
ConfigureLogsResponse.add_member(:ingress_access_logs, Shapes::ShapeRef.new(shape: IngressAccessLogs, location_name: "ingressAccessLogs"))
|
181
|
+
ConfigureLogsResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
182
|
+
ConfigureLogsResponse.struct_class = Types::ConfigureLogsResponse
|
183
|
+
|
158
184
|
CreateChannelRequest.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
159
185
|
CreateChannelRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "id"))
|
160
186
|
CreateChannelRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
@@ -162,8 +188,10 @@ module Aws::MediaPackage
|
|
162
188
|
|
163
189
|
CreateChannelResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
164
190
|
CreateChannelResponse.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
191
|
+
CreateChannelResponse.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
|
165
192
|
CreateChannelResponse.add_member(:hls_ingest, Shapes::ShapeRef.new(shape: HlsIngest, location_name: "hlsIngest"))
|
166
193
|
CreateChannelResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
194
|
+
CreateChannelResponse.add_member(:ingress_access_logs, Shapes::ShapeRef.new(shape: IngressAccessLogs, location_name: "ingressAccessLogs"))
|
167
195
|
CreateChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
168
196
|
CreateChannelResponse.struct_class = Types::CreateChannelResponse
|
169
197
|
|
@@ -236,6 +264,8 @@ module Aws::MediaPackage
|
|
236
264
|
DashPackage.add_member(:segment_template_format, Shapes::ShapeRef.new(shape: SegmentTemplateFormat, location_name: "segmentTemplateFormat"))
|
237
265
|
DashPackage.add_member(:stream_selection, Shapes::ShapeRef.new(shape: StreamSelection, location_name: "streamSelection"))
|
238
266
|
DashPackage.add_member(:suggested_presentation_delay_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "suggestedPresentationDelaySeconds"))
|
267
|
+
DashPackage.add_member(:utc_timing, Shapes::ShapeRef.new(shape: UtcTiming, location_name: "utcTiming"))
|
268
|
+
DashPackage.add_member(:utc_timing_uri, Shapes::ShapeRef.new(shape: __string, location_name: "utcTimingUri"))
|
239
269
|
DashPackage.struct_class = Types::DashPackage
|
240
270
|
|
241
271
|
DeleteChannelRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "id"))
|
@@ -253,8 +283,10 @@ module Aws::MediaPackage
|
|
253
283
|
|
254
284
|
DescribeChannelResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
255
285
|
DescribeChannelResponse.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
286
|
+
DescribeChannelResponse.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
|
256
287
|
DescribeChannelResponse.add_member(:hls_ingest, Shapes::ShapeRef.new(shape: HlsIngest, location_name: "hlsIngest"))
|
257
288
|
DescribeChannelResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
289
|
+
DescribeChannelResponse.add_member(:ingress_access_logs, Shapes::ShapeRef.new(shape: IngressAccessLogs, location_name: "ingressAccessLogs"))
|
258
290
|
DescribeChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
259
291
|
DescribeChannelResponse.struct_class = Types::DescribeChannelResponse
|
260
292
|
|
@@ -293,6 +325,9 @@ module Aws::MediaPackage
|
|
293
325
|
DescribeOriginEndpointResponse.add_member(:whitelist, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "whitelist"))
|
294
326
|
DescribeOriginEndpointResponse.struct_class = Types::DescribeOriginEndpointResponse
|
295
327
|
|
328
|
+
EgressAccessLogs.add_member(:log_group_name, Shapes::ShapeRef.new(shape: __string, location_name: "logGroupName"))
|
329
|
+
EgressAccessLogs.struct_class = Types::EgressAccessLogs
|
330
|
+
|
296
331
|
ForbiddenException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
297
332
|
ForbiddenException.struct_class = Types::ForbiddenException
|
298
333
|
|
@@ -368,6 +403,9 @@ module Aws::MediaPackage
|
|
368
403
|
IngestEndpoint.add_member(:username, Shapes::ShapeRef.new(shape: __string, location_name: "username"))
|
369
404
|
IngestEndpoint.struct_class = Types::IngestEndpoint
|
370
405
|
|
406
|
+
IngressAccessLogs.add_member(:log_group_name, Shapes::ShapeRef.new(shape: __string, location_name: "logGroupName"))
|
407
|
+
IngressAccessLogs.struct_class = Types::IngressAccessLogs
|
408
|
+
|
371
409
|
InternalServerErrorException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
372
410
|
InternalServerErrorException.struct_class = Types::InternalServerErrorException
|
373
411
|
|
@@ -472,8 +510,10 @@ module Aws::MediaPackage
|
|
472
510
|
|
473
511
|
RotateChannelCredentialsResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
474
512
|
RotateChannelCredentialsResponse.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
513
|
+
RotateChannelCredentialsResponse.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
|
475
514
|
RotateChannelCredentialsResponse.add_member(:hls_ingest, Shapes::ShapeRef.new(shape: HlsIngest, location_name: "hlsIngest"))
|
476
515
|
RotateChannelCredentialsResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
516
|
+
RotateChannelCredentialsResponse.add_member(:ingress_access_logs, Shapes::ShapeRef.new(shape: IngressAccessLogs, location_name: "ingressAccessLogs"))
|
477
517
|
RotateChannelCredentialsResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
478
518
|
RotateChannelCredentialsResponse.struct_class = Types::RotateChannelCredentialsResponse
|
479
519
|
|
@@ -483,8 +523,10 @@ module Aws::MediaPackage
|
|
483
523
|
|
484
524
|
RotateIngestEndpointCredentialsResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
485
525
|
RotateIngestEndpointCredentialsResponse.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
526
|
+
RotateIngestEndpointCredentialsResponse.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
|
486
527
|
RotateIngestEndpointCredentialsResponse.add_member(:hls_ingest, Shapes::ShapeRef.new(shape: HlsIngest, location_name: "hlsIngest"))
|
487
528
|
RotateIngestEndpointCredentialsResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
529
|
+
RotateIngestEndpointCredentialsResponse.add_member(:ingress_access_logs, Shapes::ShapeRef.new(shape: IngressAccessLogs, location_name: "ingressAccessLogs"))
|
488
530
|
RotateIngestEndpointCredentialsResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
489
531
|
RotateIngestEndpointCredentialsResponse.struct_class = Types::RotateIngestEndpointCredentialsResponse
|
490
532
|
|
@@ -534,8 +576,10 @@ module Aws::MediaPackage
|
|
534
576
|
|
535
577
|
UpdateChannelResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
536
578
|
UpdateChannelResponse.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
579
|
+
UpdateChannelResponse.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
|
537
580
|
UpdateChannelResponse.add_member(:hls_ingest, Shapes::ShapeRef.new(shape: HlsIngest, location_name: "hlsIngest"))
|
538
581
|
UpdateChannelResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
582
|
+
UpdateChannelResponse.add_member(:ingress_access_logs, Shapes::ShapeRef.new(shape: IngressAccessLogs, location_name: "ingressAccessLogs"))
|
539
583
|
UpdateChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
540
584
|
UpdateChannelResponse.struct_class = Types::UpdateChannelResponse
|
541
585
|
|
@@ -609,6 +653,20 @@ module Aws::MediaPackage
|
|
609
653
|
"uid" => "mediapackage-2017-10-12",
|
610
654
|
}
|
611
655
|
|
656
|
+
api.add_operation(:configure_logs, Seahorse::Model::Operation.new.tap do |o|
|
657
|
+
o.name = "ConfigureLogs"
|
658
|
+
o.http_method = "PUT"
|
659
|
+
o.http_request_uri = "/channels/{id}/configure_logs"
|
660
|
+
o.input = Shapes::ShapeRef.new(shape: ConfigureLogsRequest)
|
661
|
+
o.output = Shapes::ShapeRef.new(shape: ConfigureLogsResponse)
|
662
|
+
o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
|
663
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
664
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
665
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
666
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
667
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
668
|
+
end)
|
669
|
+
|
612
670
|
api.add_operation(:create_channel, Seahorse::Model::Operation.new.tap do |o|
|
613
671
|
o.name = "CreateChannel"
|
614
672
|
o.http_method = "POST"
|
@@ -50,6 +50,10 @@ module Aws::MediaPackage
|
|
50
50
|
# A short text description of the Channel.
|
51
51
|
# @return [String]
|
52
52
|
#
|
53
|
+
# @!attribute [rw] egress_access_logs
|
54
|
+
# Configure egress access logging.
|
55
|
+
# @return [Types::EgressAccessLogs]
|
56
|
+
#
|
53
57
|
# @!attribute [rw] hls_ingest
|
54
58
|
# An HTTP Live Streaming (HLS) ingest resource configuration.
|
55
59
|
# @return [Types::HlsIngest]
|
@@ -58,6 +62,10 @@ module Aws::MediaPackage
|
|
58
62
|
# The ID of the Channel.
|
59
63
|
# @return [String]
|
60
64
|
#
|
65
|
+
# @!attribute [rw] ingress_access_logs
|
66
|
+
# Configure ingress access logging.
|
67
|
+
# @return [Types::IngressAccessLogs]
|
68
|
+
#
|
61
69
|
# @!attribute [rw] tags
|
62
70
|
# A collection of tags associated with a resource
|
63
71
|
# @return [Hash<String,String>]
|
@@ -67,8 +75,10 @@ module Aws::MediaPackage
|
|
67
75
|
class Channel < Struct.new(
|
68
76
|
:arn,
|
69
77
|
:description,
|
78
|
+
:egress_access_logs,
|
70
79
|
:hls_ingest,
|
71
80
|
:id,
|
81
|
+
:ingress_access_logs,
|
72
82
|
:tags)
|
73
83
|
SENSITIVE = []
|
74
84
|
include Aws::Structure
|
@@ -276,6 +286,98 @@ module Aws::MediaPackage
|
|
276
286
|
include Aws::Structure
|
277
287
|
end
|
278
288
|
|
289
|
+
# The configuration parameters for ingress and egress access logging.
|
290
|
+
#
|
291
|
+
# @!attribute [rw] egress_access_logs
|
292
|
+
# Configure egress access logging.
|
293
|
+
# @return [Types::EgressAccessLogs]
|
294
|
+
#
|
295
|
+
# @!attribute [rw] ingress_access_logs
|
296
|
+
# Configure ingress access logging.
|
297
|
+
# @return [Types::IngressAccessLogs]
|
298
|
+
#
|
299
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-2017-10-12/ConfigureLogsParameters AWS API Documentation
|
300
|
+
#
|
301
|
+
class ConfigureLogsParameters < Struct.new(
|
302
|
+
:egress_access_logs,
|
303
|
+
:ingress_access_logs)
|
304
|
+
SENSITIVE = []
|
305
|
+
include Aws::Structure
|
306
|
+
end
|
307
|
+
|
308
|
+
# @note When making an API call, you may pass ConfigureLogsRequest
|
309
|
+
# data as a hash:
|
310
|
+
#
|
311
|
+
# {
|
312
|
+
# egress_access_logs: {
|
313
|
+
# log_group_name: "__string",
|
314
|
+
# },
|
315
|
+
# id: "__string", # required
|
316
|
+
# ingress_access_logs: {
|
317
|
+
# log_group_name: "__string",
|
318
|
+
# },
|
319
|
+
# }
|
320
|
+
#
|
321
|
+
# @!attribute [rw] egress_access_logs
|
322
|
+
# Configure egress access logging.
|
323
|
+
# @return [Types::EgressAccessLogs]
|
324
|
+
#
|
325
|
+
# @!attribute [rw] id
|
326
|
+
# @return [String]
|
327
|
+
#
|
328
|
+
# @!attribute [rw] ingress_access_logs
|
329
|
+
# Configure ingress access logging.
|
330
|
+
# @return [Types::IngressAccessLogs]
|
331
|
+
#
|
332
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-2017-10-12/ConfigureLogsRequest AWS API Documentation
|
333
|
+
#
|
334
|
+
class ConfigureLogsRequest < Struct.new(
|
335
|
+
:egress_access_logs,
|
336
|
+
:id,
|
337
|
+
:ingress_access_logs)
|
338
|
+
SENSITIVE = []
|
339
|
+
include Aws::Structure
|
340
|
+
end
|
341
|
+
|
342
|
+
# @!attribute [rw] arn
|
343
|
+
# @return [String]
|
344
|
+
#
|
345
|
+
# @!attribute [rw] description
|
346
|
+
# @return [String]
|
347
|
+
#
|
348
|
+
# @!attribute [rw] egress_access_logs
|
349
|
+
# Configure egress access logging.
|
350
|
+
# @return [Types::EgressAccessLogs]
|
351
|
+
#
|
352
|
+
# @!attribute [rw] hls_ingest
|
353
|
+
# An HTTP Live Streaming (HLS) ingest resource configuration.
|
354
|
+
# @return [Types::HlsIngest]
|
355
|
+
#
|
356
|
+
# @!attribute [rw] id
|
357
|
+
# @return [String]
|
358
|
+
#
|
359
|
+
# @!attribute [rw] ingress_access_logs
|
360
|
+
# Configure ingress access logging.
|
361
|
+
# @return [Types::IngressAccessLogs]
|
362
|
+
#
|
363
|
+
# @!attribute [rw] tags
|
364
|
+
# A collection of tags associated with a resource
|
365
|
+
# @return [Hash<String,String>]
|
366
|
+
#
|
367
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-2017-10-12/ConfigureLogsResponse AWS API Documentation
|
368
|
+
#
|
369
|
+
class ConfigureLogsResponse < Struct.new(
|
370
|
+
:arn,
|
371
|
+
:description,
|
372
|
+
:egress_access_logs,
|
373
|
+
:hls_ingest,
|
374
|
+
:id,
|
375
|
+
:ingress_access_logs,
|
376
|
+
:tags)
|
377
|
+
SENSITIVE = []
|
378
|
+
include Aws::Structure
|
379
|
+
end
|
380
|
+
|
279
381
|
# @note When making an API call, you may pass CreateChannelRequest
|
280
382
|
# data as a hash:
|
281
383
|
#
|
@@ -313,6 +415,10 @@ module Aws::MediaPackage
|
|
313
415
|
# @!attribute [rw] description
|
314
416
|
# @return [String]
|
315
417
|
#
|
418
|
+
# @!attribute [rw] egress_access_logs
|
419
|
+
# Configure egress access logging.
|
420
|
+
# @return [Types::EgressAccessLogs]
|
421
|
+
#
|
316
422
|
# @!attribute [rw] hls_ingest
|
317
423
|
# An HTTP Live Streaming (HLS) ingest resource configuration.
|
318
424
|
# @return [Types::HlsIngest]
|
@@ -320,6 +426,10 @@ module Aws::MediaPackage
|
|
320
426
|
# @!attribute [rw] id
|
321
427
|
# @return [String]
|
322
428
|
#
|
429
|
+
# @!attribute [rw] ingress_access_logs
|
430
|
+
# Configure ingress access logging.
|
431
|
+
# @return [Types::IngressAccessLogs]
|
432
|
+
#
|
323
433
|
# @!attribute [rw] tags
|
324
434
|
# A collection of tags associated with a resource
|
325
435
|
# @return [Hash<String,String>]
|
@@ -329,8 +439,10 @@ module Aws::MediaPackage
|
|
329
439
|
class CreateChannelResponse < Struct.new(
|
330
440
|
:arn,
|
331
441
|
:description,
|
442
|
+
:egress_access_logs,
|
332
443
|
:hls_ingest,
|
333
444
|
:id,
|
445
|
+
:ingress_access_logs,
|
334
446
|
:tags)
|
335
447
|
SENSITIVE = []
|
336
448
|
include Aws::Structure
|
@@ -493,6 +605,8 @@ module Aws::MediaPackage
|
|
493
605
|
# stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
|
494
606
|
# },
|
495
607
|
# suggested_presentation_delay_seconds: 1,
|
608
|
+
# utc_timing: "NONE", # accepts NONE, HTTP-HEAD, HTTP-ISO
|
609
|
+
# utc_timing_uri: "__string",
|
496
610
|
# },
|
497
611
|
# description: "__string",
|
498
612
|
# hls_package: {
|
@@ -769,6 +883,8 @@ module Aws::MediaPackage
|
|
769
883
|
# stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
|
770
884
|
# },
|
771
885
|
# suggested_presentation_delay_seconds: 1,
|
886
|
+
# utc_timing: "NONE", # accepts NONE, HTTP-HEAD, HTTP-ISO
|
887
|
+
# utc_timing_uri: "__string",
|
772
888
|
# }
|
773
889
|
#
|
774
890
|
# @!attribute [rw] ad_triggers
|
@@ -856,6 +972,16 @@ module Aws::MediaPackage
|
|
856
972
|
# Duration (in seconds) to delay live content before presentation.
|
857
973
|
# @return [Integer]
|
858
974
|
#
|
975
|
+
# @!attribute [rw] utc_timing
|
976
|
+
# Determines the type of UTCTiming included in the Media Presentation
|
977
|
+
# Description (MPD)
|
978
|
+
# @return [String]
|
979
|
+
#
|
980
|
+
# @!attribute [rw] utc_timing_uri
|
981
|
+
# Specifies the value attribute of the UTCTiming field when utcTiming
|
982
|
+
# is set to HTTP-ISO or HTTP-HEAD
|
983
|
+
# @return [String]
|
984
|
+
#
|
859
985
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-2017-10-12/DashPackage AWS API Documentation
|
860
986
|
#
|
861
987
|
class DashPackage < Struct.new(
|
@@ -871,7 +997,9 @@ module Aws::MediaPackage
|
|
871
997
|
:segment_duration_seconds,
|
872
998
|
:segment_template_format,
|
873
999
|
:stream_selection,
|
874
|
-
:suggested_presentation_delay_seconds
|
1000
|
+
:suggested_presentation_delay_seconds,
|
1001
|
+
:utc_timing,
|
1002
|
+
:utc_timing_uri)
|
875
1003
|
SENSITIVE = []
|
876
1004
|
include Aws::Structure
|
877
1005
|
end
|
@@ -944,6 +1072,10 @@ module Aws::MediaPackage
|
|
944
1072
|
# @!attribute [rw] description
|
945
1073
|
# @return [String]
|
946
1074
|
#
|
1075
|
+
# @!attribute [rw] egress_access_logs
|
1076
|
+
# Configure egress access logging.
|
1077
|
+
# @return [Types::EgressAccessLogs]
|
1078
|
+
#
|
947
1079
|
# @!attribute [rw] hls_ingest
|
948
1080
|
# An HTTP Live Streaming (HLS) ingest resource configuration.
|
949
1081
|
# @return [Types::HlsIngest]
|
@@ -951,6 +1083,10 @@ module Aws::MediaPackage
|
|
951
1083
|
# @!attribute [rw] id
|
952
1084
|
# @return [String]
|
953
1085
|
#
|
1086
|
+
# @!attribute [rw] ingress_access_logs
|
1087
|
+
# Configure ingress access logging.
|
1088
|
+
# @return [Types::IngressAccessLogs]
|
1089
|
+
#
|
954
1090
|
# @!attribute [rw] tags
|
955
1091
|
# A collection of tags associated with a resource
|
956
1092
|
# @return [Hash<String,String>]
|
@@ -960,8 +1096,10 @@ module Aws::MediaPackage
|
|
960
1096
|
class DescribeChannelResponse < Struct.new(
|
961
1097
|
:arn,
|
962
1098
|
:description,
|
1099
|
+
:egress_access_logs,
|
963
1100
|
:hls_ingest,
|
964
1101
|
:id,
|
1102
|
+
:ingress_access_logs,
|
965
1103
|
:tags)
|
966
1104
|
SENSITIVE = []
|
967
1105
|
include Aws::Structure
|
@@ -1126,6 +1264,27 @@ module Aws::MediaPackage
|
|
1126
1264
|
include Aws::Structure
|
1127
1265
|
end
|
1128
1266
|
|
1267
|
+
# Configure egress access logging.
|
1268
|
+
#
|
1269
|
+
# @note When making an API call, you may pass EgressAccessLogs
|
1270
|
+
# data as a hash:
|
1271
|
+
#
|
1272
|
+
# {
|
1273
|
+
# log_group_name: "__string",
|
1274
|
+
# }
|
1275
|
+
#
|
1276
|
+
# @!attribute [rw] log_group_name
|
1277
|
+
# Customize the log group name.
|
1278
|
+
# @return [String]
|
1279
|
+
#
|
1280
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-2017-10-12/EgressAccessLogs AWS API Documentation
|
1281
|
+
#
|
1282
|
+
class EgressAccessLogs < Struct.new(
|
1283
|
+
:log_group_name)
|
1284
|
+
SENSITIVE = []
|
1285
|
+
include Aws::Structure
|
1286
|
+
end
|
1287
|
+
|
1129
1288
|
# @!attribute [rw] message
|
1130
1289
|
# @return [String]
|
1131
1290
|
#
|
@@ -1656,6 +1815,27 @@ module Aws::MediaPackage
|
|
1656
1815
|
include Aws::Structure
|
1657
1816
|
end
|
1658
1817
|
|
1818
|
+
# Configure ingress access logging.
|
1819
|
+
#
|
1820
|
+
# @note When making an API call, you may pass IngressAccessLogs
|
1821
|
+
# data as a hash:
|
1822
|
+
#
|
1823
|
+
# {
|
1824
|
+
# log_group_name: "__string",
|
1825
|
+
# }
|
1826
|
+
#
|
1827
|
+
# @!attribute [rw] log_group_name
|
1828
|
+
# Customize the log group name.
|
1829
|
+
# @return [String]
|
1830
|
+
#
|
1831
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-2017-10-12/IngressAccessLogs AWS API Documentation
|
1832
|
+
#
|
1833
|
+
class IngressAccessLogs < Struct.new(
|
1834
|
+
:log_group_name)
|
1835
|
+
SENSITIVE = []
|
1836
|
+
include Aws::Structure
|
1837
|
+
end
|
1838
|
+
|
1659
1839
|
# @!attribute [rw] message
|
1660
1840
|
# @return [String]
|
1661
1841
|
#
|
@@ -2225,6 +2405,10 @@ module Aws::MediaPackage
|
|
2225
2405
|
# @!attribute [rw] description
|
2226
2406
|
# @return [String]
|
2227
2407
|
#
|
2408
|
+
# @!attribute [rw] egress_access_logs
|
2409
|
+
# Configure egress access logging.
|
2410
|
+
# @return [Types::EgressAccessLogs]
|
2411
|
+
#
|
2228
2412
|
# @!attribute [rw] hls_ingest
|
2229
2413
|
# An HTTP Live Streaming (HLS) ingest resource configuration.
|
2230
2414
|
# @return [Types::HlsIngest]
|
@@ -2232,6 +2416,10 @@ module Aws::MediaPackage
|
|
2232
2416
|
# @!attribute [rw] id
|
2233
2417
|
# @return [String]
|
2234
2418
|
#
|
2419
|
+
# @!attribute [rw] ingress_access_logs
|
2420
|
+
# Configure ingress access logging.
|
2421
|
+
# @return [Types::IngressAccessLogs]
|
2422
|
+
#
|
2235
2423
|
# @!attribute [rw] tags
|
2236
2424
|
# A collection of tags associated with a resource
|
2237
2425
|
# @return [Hash<String,String>]
|
@@ -2241,8 +2429,10 @@ module Aws::MediaPackage
|
|
2241
2429
|
class RotateChannelCredentialsResponse < Struct.new(
|
2242
2430
|
:arn,
|
2243
2431
|
:description,
|
2432
|
+
:egress_access_logs,
|
2244
2433
|
:hls_ingest,
|
2245
2434
|
:id,
|
2435
|
+
:ingress_access_logs,
|
2246
2436
|
:tags)
|
2247
2437
|
SENSITIVE = []
|
2248
2438
|
include Aws::Structure
|
@@ -2277,6 +2467,10 @@ module Aws::MediaPackage
|
|
2277
2467
|
# @!attribute [rw] description
|
2278
2468
|
# @return [String]
|
2279
2469
|
#
|
2470
|
+
# @!attribute [rw] egress_access_logs
|
2471
|
+
# Configure egress access logging.
|
2472
|
+
# @return [Types::EgressAccessLogs]
|
2473
|
+
#
|
2280
2474
|
# @!attribute [rw] hls_ingest
|
2281
2475
|
# An HTTP Live Streaming (HLS) ingest resource configuration.
|
2282
2476
|
# @return [Types::HlsIngest]
|
@@ -2284,6 +2478,10 @@ module Aws::MediaPackage
|
|
2284
2478
|
# @!attribute [rw] id
|
2285
2479
|
# @return [String]
|
2286
2480
|
#
|
2481
|
+
# @!attribute [rw] ingress_access_logs
|
2482
|
+
# Configure ingress access logging.
|
2483
|
+
# @return [Types::IngressAccessLogs]
|
2484
|
+
#
|
2287
2485
|
# @!attribute [rw] tags
|
2288
2486
|
# A collection of tags associated with a resource
|
2289
2487
|
# @return [Hash<String,String>]
|
@@ -2293,8 +2491,10 @@ module Aws::MediaPackage
|
|
2293
2491
|
class RotateIngestEndpointCredentialsResponse < Struct.new(
|
2294
2492
|
:arn,
|
2295
2493
|
:description,
|
2494
|
+
:egress_access_logs,
|
2296
2495
|
:hls_ingest,
|
2297
2496
|
:id,
|
2497
|
+
:ingress_access_logs,
|
2298
2498
|
:tags)
|
2299
2499
|
SENSITIVE = []
|
2300
2500
|
include Aws::Structure
|
@@ -2539,6 +2739,10 @@ module Aws::MediaPackage
|
|
2539
2739
|
# @!attribute [rw] description
|
2540
2740
|
# @return [String]
|
2541
2741
|
#
|
2742
|
+
# @!attribute [rw] egress_access_logs
|
2743
|
+
# Configure egress access logging.
|
2744
|
+
# @return [Types::EgressAccessLogs]
|
2745
|
+
#
|
2542
2746
|
# @!attribute [rw] hls_ingest
|
2543
2747
|
# An HTTP Live Streaming (HLS) ingest resource configuration.
|
2544
2748
|
# @return [Types::HlsIngest]
|
@@ -2546,6 +2750,10 @@ module Aws::MediaPackage
|
|
2546
2750
|
# @!attribute [rw] id
|
2547
2751
|
# @return [String]
|
2548
2752
|
#
|
2753
|
+
# @!attribute [rw] ingress_access_logs
|
2754
|
+
# Configure ingress access logging.
|
2755
|
+
# @return [Types::IngressAccessLogs]
|
2756
|
+
#
|
2549
2757
|
# @!attribute [rw] tags
|
2550
2758
|
# A collection of tags associated with a resource
|
2551
2759
|
# @return [Hash<String,String>]
|
@@ -2555,8 +2763,10 @@ module Aws::MediaPackage
|
|
2555
2763
|
class UpdateChannelResponse < Struct.new(
|
2556
2764
|
:arn,
|
2557
2765
|
:description,
|
2766
|
+
:egress_access_logs,
|
2558
2767
|
:hls_ingest,
|
2559
2768
|
:id,
|
2769
|
+
:ingress_access_logs,
|
2560
2770
|
:tags)
|
2561
2771
|
SENSITIVE = []
|
2562
2772
|
include Aws::Structure
|
@@ -2629,6 +2839,8 @@ module Aws::MediaPackage
|
|
2629
2839
|
# stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
|
2630
2840
|
# },
|
2631
2841
|
# suggested_presentation_delay_seconds: 1,
|
2842
|
+
# utc_timing: "NONE", # accepts NONE, HTTP-HEAD, HTTP-ISO
|
2843
|
+
# utc_timing_uri: "__string",
|
2632
2844
|
# },
|
2633
2845
|
# description: "__string",
|
2634
2846
|
# hls_package: {
|
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.36.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: 2020-07
|
11
|
+
date: 2020-10-07 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.109.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.109.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|