aws-sdk-mediatailor 1.34.0 → 1.35.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/lib/aws-sdk-mediatailor.rb +1 -1
- data/lib/aws-sdk-mediatailor/client.rb +22 -1
- data/lib/aws-sdk-mediatailor/client_api.rb +18 -0
- data/lib/aws-sdk-mediatailor/types.rb +25 -0
- 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: 7a8511ec3e1c47c680b3f897f2a074b3429c39aa0f1c99c3ca5ada80927bb800
|
4
|
+
data.tar.gz: 9491c1585f154eb3a573859ed4bb56d5a6efbc5fa7e2d1bed5b5d8fa36a49ca1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 58205a7132d5acb02ae5a42515889dd221476d21d750a38320a481baf84721e43e3b3d734739978780886256a8a2ae6615c53d3a5d7e57948ffddde7fce4a6fd
|
7
|
+
data.tar.gz: 3af40e7ef48586f5aa87c064ac89aad89960e6c3020991cd1968d118f26f7884c3e6633f1f0361c3fe209238d7e70c13cf727c749d7def4e8f7a0dede034c393
|
data/lib/aws-sdk-mediatailor.rb
CHANGED
@@ -359,6 +359,7 @@ module Aws::MediaTailor
|
|
359
359
|
# * {Types::GetPlaybackConfigurationResponse#bumper #bumper} => Types::Bumper
|
360
360
|
# * {Types::GetPlaybackConfigurationResponse#cdn_configuration #cdn_configuration} => Types::CdnConfiguration
|
361
361
|
# * {Types::GetPlaybackConfigurationResponse#personalization_threshold_seconds #personalization_threshold_seconds} => Integer
|
362
|
+
# * {Types::GetPlaybackConfigurationResponse#configuration_aliases #configuration_aliases} => Hash<String,Hash<String,String>>
|
362
363
|
# * {Types::GetPlaybackConfigurationResponse#dash_configuration #dash_configuration} => Types::DashConfiguration
|
363
364
|
# * {Types::GetPlaybackConfigurationResponse#hls_configuration #hls_configuration} => Types::HlsConfiguration
|
364
365
|
# * {Types::GetPlaybackConfigurationResponse#live_pre_roll_configuration #live_pre_roll_configuration} => Types::LivePreRollConfiguration
|
@@ -388,6 +389,9 @@ module Aws::MediaTailor
|
|
388
389
|
# resp.cdn_configuration.ad_segment_url_prefix #=> String
|
389
390
|
# resp.cdn_configuration.content_segment_url_prefix #=> String
|
390
391
|
# resp.personalization_threshold_seconds #=> Integer
|
392
|
+
# resp.configuration_aliases #=> Hash
|
393
|
+
# resp.configuration_aliases["__string"] #=> Hash
|
394
|
+
# resp.configuration_aliases["__string"]["__string"] #=> String
|
391
395
|
# resp.dash_configuration.manifest_endpoint_prefix #=> String
|
392
396
|
# resp.dash_configuration.mpd_location #=> String
|
393
397
|
# resp.dash_configuration.origin_manifest_type #=> String, one of "SINGLE_PERIOD", "MULTI_PERIOD"
|
@@ -430,6 +434,8 @@ module Aws::MediaTailor
|
|
430
434
|
# * {Types::ListPlaybackConfigurationsResponse#items #items} => Array<Types::PlaybackConfiguration>
|
431
435
|
# * {Types::ListPlaybackConfigurationsResponse#next_token #next_token} => String
|
432
436
|
#
|
437
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
438
|
+
#
|
433
439
|
# @example Request syntax with placeholder values
|
434
440
|
#
|
435
441
|
# resp = client.list_playback_configurations({
|
@@ -444,6 +450,9 @@ module Aws::MediaTailor
|
|
444
450
|
# resp.items[0].cdn_configuration.ad_segment_url_prefix #=> String
|
445
451
|
# resp.items[0].cdn_configuration.content_segment_url_prefix #=> String
|
446
452
|
# resp.items[0].personalization_threshold_seconds #=> Integer
|
453
|
+
# resp.items[0].configuration_aliases #=> Hash
|
454
|
+
# resp.items[0].configuration_aliases["__string"] #=> Hash
|
455
|
+
# resp.items[0].configuration_aliases["__string"]["__string"] #=> String
|
447
456
|
# resp.items[0].dash_configuration.manifest_endpoint_prefix #=> String
|
448
457
|
# resp.items[0].dash_configuration.mpd_location #=> String
|
449
458
|
# resp.items[0].dash_configuration.origin_manifest_type #=> String, one of "SINGLE_PERIOD", "MULTI_PERIOD"
|
@@ -522,6 +531,9 @@ module Aws::MediaTailor
|
|
522
531
|
# The maximum duration of underfilled ad time (in seconds) allowed in an
|
523
532
|
# ad break.
|
524
533
|
#
|
534
|
+
# @option params [Hash<String,Hash>] :configuration_aliases
|
535
|
+
# Predefined aliases for dynamic variables.
|
536
|
+
#
|
525
537
|
# @option params [Types::DashConfigurationForPut] :dash_configuration
|
526
538
|
# The configuration for DASH content.
|
527
539
|
#
|
@@ -564,6 +576,7 @@ module Aws::MediaTailor
|
|
564
576
|
# * {Types::PutPlaybackConfigurationResponse#avail_suppression #avail_suppression} => Types::AvailSuppression
|
565
577
|
# * {Types::PutPlaybackConfigurationResponse#bumper #bumper} => Types::Bumper
|
566
578
|
# * {Types::PutPlaybackConfigurationResponse#cdn_configuration #cdn_configuration} => Types::CdnConfiguration
|
579
|
+
# * {Types::PutPlaybackConfigurationResponse#configuration_aliases #configuration_aliases} => Hash<String,Hash<String,String>>
|
567
580
|
# * {Types::PutPlaybackConfigurationResponse#dash_configuration #dash_configuration} => Types::DashConfiguration
|
568
581
|
# * {Types::PutPlaybackConfigurationResponse#hls_configuration #hls_configuration} => Types::HlsConfiguration
|
569
582
|
# * {Types::PutPlaybackConfigurationResponse#live_pre_roll_configuration #live_pre_roll_configuration} => Types::LivePreRollConfiguration
|
@@ -594,6 +607,11 @@ module Aws::MediaTailor
|
|
594
607
|
# content_segment_url_prefix: "__string",
|
595
608
|
# },
|
596
609
|
# personalization_threshold_seconds: 1,
|
610
|
+
# configuration_aliases: {
|
611
|
+
# "__string" => {
|
612
|
+
# "__string" => "__string",
|
613
|
+
# },
|
614
|
+
# },
|
597
615
|
# dash_configuration: {
|
598
616
|
# mpd_location: "__string",
|
599
617
|
# origin_manifest_type: "SINGLE_PERIOD", # accepts SINGLE_PERIOD, MULTI_PERIOD
|
@@ -625,6 +643,9 @@ module Aws::MediaTailor
|
|
625
643
|
# resp.bumper.start_url #=> String
|
626
644
|
# resp.cdn_configuration.ad_segment_url_prefix #=> String
|
627
645
|
# resp.cdn_configuration.content_segment_url_prefix #=> String
|
646
|
+
# resp.configuration_aliases #=> Hash
|
647
|
+
# resp.configuration_aliases["__string"] #=> Hash
|
648
|
+
# resp.configuration_aliases["__string"]["__string"] #=> String
|
628
649
|
# resp.dash_configuration.manifest_endpoint_prefix #=> String
|
629
650
|
# resp.dash_configuration.mpd_location #=> String
|
630
651
|
# resp.dash_configuration.origin_manifest_type #=> String, one of "SINGLE_PERIOD", "MULTI_PERIOD"
|
@@ -716,7 +737,7 @@ module Aws::MediaTailor
|
|
716
737
|
params: params,
|
717
738
|
config: config)
|
718
739
|
context[:gem_name] = 'aws-sdk-mediatailor'
|
719
|
-
context[:gem_version] = '1.
|
740
|
+
context[:gem_version] = '1.35.0'
|
720
741
|
Seahorse::Client::Request.new(handlers, context)
|
721
742
|
end
|
722
743
|
|
@@ -18,6 +18,8 @@ module Aws::MediaTailor
|
|
18
18
|
BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
|
19
19
|
Bumper = Shapes::StructureShape.new(name: 'Bumper')
|
20
20
|
CdnConfiguration = Shapes::StructureShape.new(name: 'CdnConfiguration')
|
21
|
+
ConfigurationAliasesRequest = Shapes::MapShape.new(name: 'ConfigurationAliasesRequest')
|
22
|
+
ConfigurationAliasesResponse = Shapes::MapShape.new(name: 'ConfigurationAliasesResponse')
|
21
23
|
DashConfiguration = Shapes::StructureShape.new(name: 'DashConfiguration')
|
22
24
|
DashConfigurationForPut = Shapes::StructureShape.new(name: 'DashConfigurationForPut')
|
23
25
|
DeletePlaybackConfigurationRequest = Shapes::StructureShape.new(name: 'DeletePlaybackConfigurationRequest')
|
@@ -70,6 +72,12 @@ module Aws::MediaTailor
|
|
70
72
|
CdnConfiguration.add_member(:content_segment_url_prefix, Shapes::ShapeRef.new(shape: __string, location_name: "ContentSegmentUrlPrefix"))
|
71
73
|
CdnConfiguration.struct_class = Types::CdnConfiguration
|
72
74
|
|
75
|
+
ConfigurationAliasesRequest.key = Shapes::ShapeRef.new(shape: __string)
|
76
|
+
ConfigurationAliasesRequest.value = Shapes::ShapeRef.new(shape: __mapOf__string)
|
77
|
+
|
78
|
+
ConfigurationAliasesResponse.key = Shapes::ShapeRef.new(shape: __string)
|
79
|
+
ConfigurationAliasesResponse.value = Shapes::ShapeRef.new(shape: __mapOf__string)
|
80
|
+
|
73
81
|
DashConfiguration.add_member(:manifest_endpoint_prefix, Shapes::ShapeRef.new(shape: __string, location_name: "ManifestEndpointPrefix"))
|
74
82
|
DashConfiguration.add_member(:mpd_location, Shapes::ShapeRef.new(shape: __string, location_name: "MpdLocation"))
|
75
83
|
DashConfiguration.add_member(:origin_manifest_type, Shapes::ShapeRef.new(shape: OriginManifestType, location_name: "OriginManifestType"))
|
@@ -92,6 +100,7 @@ module Aws::MediaTailor
|
|
92
100
|
GetPlaybackConfigurationResponse.add_member(:bumper, Shapes::ShapeRef.new(shape: Bumper, location_name: "Bumper"))
|
93
101
|
GetPlaybackConfigurationResponse.add_member(:cdn_configuration, Shapes::ShapeRef.new(shape: CdnConfiguration, location_name: "CdnConfiguration"))
|
94
102
|
GetPlaybackConfigurationResponse.add_member(:personalization_threshold_seconds, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "PersonalizationThresholdSeconds"))
|
103
|
+
GetPlaybackConfigurationResponse.add_member(:configuration_aliases, Shapes::ShapeRef.new(shape: ConfigurationAliasesResponse, location_name: "ConfigurationAliases"))
|
95
104
|
GetPlaybackConfigurationResponse.add_member(:dash_configuration, Shapes::ShapeRef.new(shape: DashConfiguration, location_name: "DashConfiguration"))
|
96
105
|
GetPlaybackConfigurationResponse.add_member(:hls_configuration, Shapes::ShapeRef.new(shape: HlsConfiguration, location_name: "HlsConfiguration"))
|
97
106
|
GetPlaybackConfigurationResponse.add_member(:live_pre_roll_configuration, Shapes::ShapeRef.new(shape: LivePreRollConfiguration, location_name: "LivePreRollConfiguration"))
|
@@ -133,6 +142,7 @@ module Aws::MediaTailor
|
|
133
142
|
PlaybackConfiguration.add_member(:ad_decision_server_url, Shapes::ShapeRef.new(shape: __string, location_name: "AdDecisionServerUrl"))
|
134
143
|
PlaybackConfiguration.add_member(:cdn_configuration, Shapes::ShapeRef.new(shape: CdnConfiguration, location_name: "CdnConfiguration"))
|
135
144
|
PlaybackConfiguration.add_member(:personalization_threshold_seconds, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "PersonalizationThresholdSeconds"))
|
145
|
+
PlaybackConfiguration.add_member(:configuration_aliases, Shapes::ShapeRef.new(shape: ConfigurationAliasesResponse, location_name: "ConfigurationAliases"))
|
136
146
|
PlaybackConfiguration.add_member(:dash_configuration, Shapes::ShapeRef.new(shape: DashConfiguration, location_name: "DashConfiguration"))
|
137
147
|
PlaybackConfiguration.add_member(:hls_configuration, Shapes::ShapeRef.new(shape: HlsConfiguration, location_name: "HlsConfiguration"))
|
138
148
|
PlaybackConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
|
@@ -150,6 +160,7 @@ module Aws::MediaTailor
|
|
150
160
|
PutPlaybackConfigurationRequest.add_member(:bumper, Shapes::ShapeRef.new(shape: Bumper, location_name: "Bumper"))
|
151
161
|
PutPlaybackConfigurationRequest.add_member(:cdn_configuration, Shapes::ShapeRef.new(shape: CdnConfiguration, location_name: "CdnConfiguration"))
|
152
162
|
PutPlaybackConfigurationRequest.add_member(:personalization_threshold_seconds, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "PersonalizationThresholdSeconds"))
|
163
|
+
PutPlaybackConfigurationRequest.add_member(:configuration_aliases, Shapes::ShapeRef.new(shape: ConfigurationAliasesRequest, location_name: "ConfigurationAliases"))
|
153
164
|
PutPlaybackConfigurationRequest.add_member(:dash_configuration, Shapes::ShapeRef.new(shape: DashConfigurationForPut, location_name: "DashConfiguration"))
|
154
165
|
PutPlaybackConfigurationRequest.add_member(:live_pre_roll_configuration, Shapes::ShapeRef.new(shape: LivePreRollConfiguration, location_name: "LivePreRollConfiguration"))
|
155
166
|
PutPlaybackConfigurationRequest.add_member(:manifest_processing_rules, Shapes::ShapeRef.new(shape: ManifestProcessingRules, location_name: "ManifestProcessingRules"))
|
@@ -164,6 +175,7 @@ module Aws::MediaTailor
|
|
164
175
|
PutPlaybackConfigurationResponse.add_member(:avail_suppression, Shapes::ShapeRef.new(shape: AvailSuppression, location_name: "AvailSuppression"))
|
165
176
|
PutPlaybackConfigurationResponse.add_member(:bumper, Shapes::ShapeRef.new(shape: Bumper, location_name: "Bumper"))
|
166
177
|
PutPlaybackConfigurationResponse.add_member(:cdn_configuration, Shapes::ShapeRef.new(shape: CdnConfiguration, location_name: "CdnConfiguration"))
|
178
|
+
PutPlaybackConfigurationResponse.add_member(:configuration_aliases, Shapes::ShapeRef.new(shape: ConfigurationAliasesResponse, location_name: "ConfigurationAliases"))
|
167
179
|
PutPlaybackConfigurationResponse.add_member(:dash_configuration, Shapes::ShapeRef.new(shape: DashConfiguration, location_name: "DashConfiguration"))
|
168
180
|
PutPlaybackConfigurationResponse.add_member(:hls_configuration, Shapes::ShapeRef.new(shape: HlsConfiguration, location_name: "HlsConfiguration"))
|
169
181
|
PutPlaybackConfigurationResponse.add_member(:live_pre_roll_configuration, Shapes::ShapeRef.new(shape: LivePreRollConfiguration, location_name: "LivePreRollConfiguration"))
|
@@ -237,6 +249,12 @@ module Aws::MediaTailor
|
|
237
249
|
o.http_request_uri = "/playbackConfigurations"
|
238
250
|
o.input = Shapes::ShapeRef.new(shape: ListPlaybackConfigurationsRequest)
|
239
251
|
o.output = Shapes::ShapeRef.new(shape: ListPlaybackConfigurationsResponse)
|
252
|
+
o[:pager] = Aws::Pager.new(
|
253
|
+
limit_key: "max_results",
|
254
|
+
tokens: {
|
255
|
+
"next_token" => "next_token"
|
256
|
+
}
|
257
|
+
)
|
240
258
|
end)
|
241
259
|
|
242
260
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
@@ -281,6 +281,10 @@ module Aws::MediaTailor
|
|
281
281
|
# an ad break.
|
282
282
|
# @return [Integer]
|
283
283
|
#
|
284
|
+
# @!attribute [rw] configuration_aliases
|
285
|
+
# Predefined aliases for dynamic variables.
|
286
|
+
# @return [Hash<String,Hash<String,String>>]
|
287
|
+
#
|
284
288
|
# @!attribute [rw] dash_configuration
|
285
289
|
# The configuration for DASH content.
|
286
290
|
# @return [Types::DashConfiguration]
|
@@ -351,6 +355,7 @@ module Aws::MediaTailor
|
|
351
355
|
:bumper,
|
352
356
|
:cdn_configuration,
|
353
357
|
:personalization_threshold_seconds,
|
358
|
+
:configuration_aliases,
|
354
359
|
:dash_configuration,
|
355
360
|
:hls_configuration,
|
356
361
|
:live_pre_roll_configuration,
|
@@ -497,6 +502,10 @@ module Aws::MediaTailor
|
|
497
502
|
# @!attribute [rw] personalization_threshold_seconds
|
498
503
|
# @return [Integer]
|
499
504
|
#
|
505
|
+
# @!attribute [rw] configuration_aliases
|
506
|
+
# Predefined aliases for dynamic variables.
|
507
|
+
# @return [Hash<String,Hash<String,String>>]
|
508
|
+
#
|
500
509
|
# @!attribute [rw] dash_configuration
|
501
510
|
# The configuration for DASH content.
|
502
511
|
# @return [Types::DashConfiguration]
|
@@ -535,6 +544,7 @@ module Aws::MediaTailor
|
|
535
544
|
:ad_decision_server_url,
|
536
545
|
:cdn_configuration,
|
537
546
|
:personalization_threshold_seconds,
|
547
|
+
:configuration_aliases,
|
538
548
|
:dash_configuration,
|
539
549
|
:hls_configuration,
|
540
550
|
:name,
|
@@ -602,6 +612,11 @@ module Aws::MediaTailor
|
|
602
612
|
# content_segment_url_prefix: "__string",
|
603
613
|
# },
|
604
614
|
# personalization_threshold_seconds: 1,
|
615
|
+
# configuration_aliases: {
|
616
|
+
# "__string" => {
|
617
|
+
# "__string" => "__string",
|
618
|
+
# },
|
619
|
+
# },
|
605
620
|
# dash_configuration: {
|
606
621
|
# mpd_location: "__string",
|
607
622
|
# origin_manifest_type: "SINGLE_PERIOD", # accepts SINGLE_PERIOD, MULTI_PERIOD
|
@@ -652,6 +667,10 @@ module Aws::MediaTailor
|
|
652
667
|
# an ad break.
|
653
668
|
# @return [Integer]
|
654
669
|
#
|
670
|
+
# @!attribute [rw] configuration_aliases
|
671
|
+
# Predefined aliases for dynamic variables.
|
672
|
+
# @return [Hash<String,Hash<String,String>>]
|
673
|
+
#
|
655
674
|
# @!attribute [rw] dash_configuration
|
656
675
|
# The configuration for DASH content.
|
657
676
|
# @return [Types::DashConfigurationForPut]
|
@@ -704,6 +723,7 @@ module Aws::MediaTailor
|
|
704
723
|
:bumper,
|
705
724
|
:cdn_configuration,
|
706
725
|
:personalization_threshold_seconds,
|
726
|
+
:configuration_aliases,
|
707
727
|
:dash_configuration,
|
708
728
|
:live_pre_roll_configuration,
|
709
729
|
:manifest_processing_rules,
|
@@ -732,6 +752,10 @@ module Aws::MediaTailor
|
|
732
752
|
# Amazon CloudFront, for content and ad segment management.
|
733
753
|
# @return [Types::CdnConfiguration]
|
734
754
|
#
|
755
|
+
# @!attribute [rw] configuration_aliases
|
756
|
+
# Predefined aliases for dynamic variables.
|
757
|
+
# @return [Hash<String,Hash<String,String>>]
|
758
|
+
#
|
735
759
|
# @!attribute [rw] dash_configuration
|
736
760
|
# The configuration for DASH content.
|
737
761
|
# @return [Types::DashConfiguration]
|
@@ -781,6 +805,7 @@ module Aws::MediaTailor
|
|
781
805
|
:avail_suppression,
|
782
806
|
:bumper,
|
783
807
|
:cdn_configuration,
|
808
|
+
:configuration_aliases,
|
784
809
|
:dash_configuration,
|
785
810
|
:hls_configuration,
|
786
811
|
:live_pre_roll_configuration,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-mediatailor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.35.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: 2021-02-
|
11
|
+
date: 2021-02-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|