aws-sdk-medialive 1.145.0 → 1.147.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-medialive/client.rb +51 -40
- data/lib/aws-sdk-medialive/client_api.rb +4 -2
- data/lib/aws-sdk-medialive/types.rb +38 -41
- data/lib/aws-sdk-medialive.rb +1 -1
- data/sig/client.rbs +12 -9
- data/sig/types.rbs +13 -13
- 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: '09d43aac1d1d0c580150bc68468423a8d9c6e6a9a1d1b1f0a13419e802991b6d'
|
4
|
+
data.tar.gz: b0c26e97fa9b11c6fd27b1ceab1d2f0cd74b41fb96d3c871bb42a3f76c18b5b0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f8676a5ba2906054aea5b1535b529c64e110b4ef92dee9cc3285eb95f46e2ac953b4cf18bebb53da1d07ccb149cce11973ee033d64fb2949c55f11f1bfba5e27
|
7
|
+
data.tar.gz: 22c841da5af516d037b8e57042893623935ee032c47a3620bd2a8ed0a99fd53fcf1d553f06588c490c5542966769acec21b206f27dc7ad9ed91a420958cd9728
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.147.0 (2025-03-10)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Adds defaultFontSize and defaultLineHeight as options in the EbuTtDDestinationSettings within the caption descriptions for an output stream.
|
8
|
+
|
9
|
+
1.146.0 (2025-02-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Adds support for creating CloudWatchAlarmTemplates for AWS Elemental MediaTailor Playback Configuration resources.
|
13
|
+
|
4
14
|
1.145.0 (2025-02-12)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.147.0
|
@@ -7,34 +7,34 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
-
require 'seahorse/client/plugins/content_length
|
11
|
-
require 'aws-sdk-core/plugins/credentials_configuration
|
12
|
-
require 'aws-sdk-core/plugins/logging
|
13
|
-
require 'aws-sdk-core/plugins/param_converter
|
14
|
-
require 'aws-sdk-core/plugins/param_validator
|
15
|
-
require 'aws-sdk-core/plugins/user_agent
|
16
|
-
require 'aws-sdk-core/plugins/helpful_socket_errors
|
17
|
-
require 'aws-sdk-core/plugins/retry_errors
|
18
|
-
require 'aws-sdk-core/plugins/global_configuration
|
19
|
-
require 'aws-sdk-core/plugins/regional_endpoint
|
20
|
-
require 'aws-sdk-core/plugins/endpoint_discovery
|
21
|
-
require 'aws-sdk-core/plugins/endpoint_pattern
|
22
|
-
require 'aws-sdk-core/plugins/response_paging
|
23
|
-
require 'aws-sdk-core/plugins/stub_responses
|
24
|
-
require 'aws-sdk-core/plugins/idempotency_token
|
25
|
-
require 'aws-sdk-core/plugins/invocation_id
|
26
|
-
require 'aws-sdk-core/plugins/jsonvalue_converter
|
27
|
-
require 'aws-sdk-core/plugins/client_metrics_plugin
|
28
|
-
require 'aws-sdk-core/plugins/client_metrics_send_plugin
|
29
|
-
require 'aws-sdk-core/plugins/transfer_encoding
|
30
|
-
require 'aws-sdk-core/plugins/http_checksum
|
31
|
-
require 'aws-sdk-core/plugins/checksum_algorithm
|
32
|
-
require 'aws-sdk-core/plugins/request_compression
|
33
|
-
require 'aws-sdk-core/plugins/defaults_mode
|
34
|
-
require 'aws-sdk-core/plugins/recursion_detection
|
35
|
-
require 'aws-sdk-core/plugins/telemetry
|
36
|
-
require 'aws-sdk-core/plugins/sign
|
37
|
-
require 'aws-sdk-core/plugins/protocols/rest_json
|
10
|
+
require 'seahorse/client/plugins/content_length'
|
11
|
+
require 'aws-sdk-core/plugins/credentials_configuration'
|
12
|
+
require 'aws-sdk-core/plugins/logging'
|
13
|
+
require 'aws-sdk-core/plugins/param_converter'
|
14
|
+
require 'aws-sdk-core/plugins/param_validator'
|
15
|
+
require 'aws-sdk-core/plugins/user_agent'
|
16
|
+
require 'aws-sdk-core/plugins/helpful_socket_errors'
|
17
|
+
require 'aws-sdk-core/plugins/retry_errors'
|
18
|
+
require 'aws-sdk-core/plugins/global_configuration'
|
19
|
+
require 'aws-sdk-core/plugins/regional_endpoint'
|
20
|
+
require 'aws-sdk-core/plugins/endpoint_discovery'
|
21
|
+
require 'aws-sdk-core/plugins/endpoint_pattern'
|
22
|
+
require 'aws-sdk-core/plugins/response_paging'
|
23
|
+
require 'aws-sdk-core/plugins/stub_responses'
|
24
|
+
require 'aws-sdk-core/plugins/idempotency_token'
|
25
|
+
require 'aws-sdk-core/plugins/invocation_id'
|
26
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter'
|
27
|
+
require 'aws-sdk-core/plugins/client_metrics_plugin'
|
28
|
+
require 'aws-sdk-core/plugins/client_metrics_send_plugin'
|
29
|
+
require 'aws-sdk-core/plugins/transfer_encoding'
|
30
|
+
require 'aws-sdk-core/plugins/http_checksum'
|
31
|
+
require 'aws-sdk-core/plugins/checksum_algorithm'
|
32
|
+
require 'aws-sdk-core/plugins/request_compression'
|
33
|
+
require 'aws-sdk-core/plugins/defaults_mode'
|
34
|
+
require 'aws-sdk-core/plugins/recursion_detection'
|
35
|
+
require 'aws-sdk-core/plugins/telemetry'
|
36
|
+
require 'aws-sdk-core/plugins/sign'
|
37
|
+
require 'aws-sdk-core/plugins/protocols/rest_json'
|
38
38
|
|
39
39
|
module Aws::MediaLive
|
40
40
|
# An API client for MediaLive. To construct a client, you need to configure a `:region` and `:credentials`.
|
@@ -1241,6 +1241,8 @@ module Aws::MediaLive
|
|
1241
1241
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
1242
1242
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
1243
1243
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
1244
|
+
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.default_font_size #=> Integer
|
1245
|
+
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.default_line_height #=> Integer
|
1244
1246
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
|
1245
1247
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.webvtt_destination_settings.style_control #=> String, one of "NO_STYLE_DATA", "PASSTHROUGH"
|
1246
1248
|
# resp.channel.encoder_settings.caption_descriptions[0].language_code #=> String
|
@@ -2567,6 +2569,8 @@ module Aws::MediaLive
|
|
2567
2569
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
2568
2570
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
2569
2571
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
2572
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.default_font_size #=> Integer
|
2573
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.default_line_height #=> Integer
|
2570
2574
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
|
2571
2575
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.webvtt_destination_settings.style_control #=> String, one of "NO_STYLE_DATA", "PASSTHROUGH"
|
2572
2576
|
# resp.encoder_settings.caption_descriptions[0].language_code #=> String
|
@@ -3710,6 +3714,8 @@ module Aws::MediaLive
|
|
3710
3714
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
3711
3715
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
3712
3716
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
3717
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.default_font_size #=> Integer
|
3718
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.default_line_height #=> Integer
|
3713
3719
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
|
3714
3720
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.webvtt_destination_settings.style_control #=> String, one of "NO_STYLE_DATA", "PASSTHROUGH"
|
3715
3721
|
# resp.encoder_settings.caption_descriptions[0].language_code #=> String
|
@@ -6042,6 +6048,8 @@ module Aws::MediaLive
|
|
6042
6048
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
6043
6049
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
6044
6050
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
6051
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.default_font_size #=> Integer
|
6052
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.default_line_height #=> Integer
|
6045
6053
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
|
6046
6054
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.webvtt_destination_settings.style_control #=> String, one of "NO_STYLE_DATA", "PASSTHROUGH"
|
6047
6055
|
# resp.encoder_settings.caption_descriptions[0].language_code #=> String
|
@@ -6992,6 +7000,8 @@ module Aws::MediaLive
|
|
6992
7000
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
6993
7001
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
6994
7002
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
7003
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.default_font_size #=> Integer
|
7004
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.default_line_height #=> Integer
|
6995
7005
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
|
6996
7006
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.webvtt_destination_settings.style_control #=> String, one of "NO_STYLE_DATA", "PASSTHROUGH"
|
6997
7007
|
# resp.encoder_settings.caption_descriptions[0].language_code #=> String
|
@@ -7972,6 +7982,8 @@ module Aws::MediaLive
|
|
7972
7982
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
7973
7983
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
7974
7984
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
7985
|
+
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.default_font_size #=> Integer
|
7986
|
+
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.default_line_height #=> Integer
|
7975
7987
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
|
7976
7988
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.webvtt_destination_settings.style_control #=> String, one of "NO_STYLE_DATA", "PASSTHROUGH"
|
7977
7989
|
# resp.channel.encoder_settings.caption_descriptions[0].language_code #=> String
|
@@ -8837,6 +8849,8 @@ module Aws::MediaLive
|
|
8837
8849
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
8838
8850
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
8839
8851
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
8852
|
+
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.default_font_size #=> Integer
|
8853
|
+
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.default_line_height #=> Integer
|
8840
8854
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
|
8841
8855
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.webvtt_destination_settings.style_control #=> String, one of "NO_STYLE_DATA", "PASSTHROUGH"
|
8842
8856
|
# resp.channel.encoder_settings.caption_descriptions[0].language_code #=> String
|
@@ -10245,6 +10259,8 @@ module Aws::MediaLive
|
|
10245
10259
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
10246
10260
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
10247
10261
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
10262
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.default_font_size #=> Integer
|
10263
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.default_line_height #=> Integer
|
10248
10264
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
|
10249
10265
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.webvtt_destination_settings.style_control #=> String, one of "NO_STYLE_DATA", "PASSTHROUGH"
|
10250
10266
|
# resp.encoder_settings.caption_descriptions[0].language_code #=> String
|
@@ -10962,7 +10978,7 @@ module Aws::MediaLive
|
|
10962
10978
|
# tags: {
|
10963
10979
|
# "__string" => "__string",
|
10964
10980
|
# },
|
10965
|
-
# target_resource_type: "CLOUDFRONT_DISTRIBUTION", # required, accepts CLOUDFRONT_DISTRIBUTION, MEDIALIVE_MULTIPLEX, MEDIALIVE_CHANNEL, MEDIALIVE_INPUT_DEVICE, MEDIAPACKAGE_CHANNEL, MEDIAPACKAGE_ORIGIN_ENDPOINT, MEDIACONNECT_FLOW, S3_BUCKET
|
10981
|
+
# target_resource_type: "CLOUDFRONT_DISTRIBUTION", # required, accepts CLOUDFRONT_DISTRIBUTION, MEDIALIVE_MULTIPLEX, MEDIALIVE_CHANNEL, MEDIALIVE_INPUT_DEVICE, MEDIAPACKAGE_CHANNEL, MEDIAPACKAGE_ORIGIN_ENDPOINT, MEDIACONNECT_FLOW, S3_BUCKET, MEDIATAILOR_PLAYBACK_CONFIGURATION
|
10966
10982
|
# threshold: 1.0, # required
|
10967
10983
|
# treat_missing_data: "notBreaching", # required, accepts notBreaching, breaching, ignore, missing
|
10968
10984
|
# request_id: "__stringMin1Max256PatternS",
|
@@ -10985,7 +11001,7 @@ module Aws::MediaLive
|
|
10985
11001
|
# resp.statistic #=> String, one of "SampleCount", "Average", "Sum", "Minimum", "Maximum"
|
10986
11002
|
# resp.tags #=> Hash
|
10987
11003
|
# resp.tags["__string"] #=> String
|
10988
|
-
# resp.target_resource_type #=> String, one of "CLOUDFRONT_DISTRIBUTION", "MEDIALIVE_MULTIPLEX", "MEDIALIVE_CHANNEL", "MEDIALIVE_INPUT_DEVICE", "MEDIAPACKAGE_CHANNEL", "MEDIAPACKAGE_ORIGIN_ENDPOINT", "MEDIACONNECT_FLOW", "S3_BUCKET"
|
11004
|
+
# resp.target_resource_type #=> String, one of "CLOUDFRONT_DISTRIBUTION", "MEDIALIVE_MULTIPLEX", "MEDIALIVE_CHANNEL", "MEDIALIVE_INPUT_DEVICE", "MEDIAPACKAGE_CHANNEL", "MEDIAPACKAGE_ORIGIN_ENDPOINT", "MEDIACONNECT_FLOW", "S3_BUCKET", "MEDIATAILOR_PLAYBACK_CONFIGURATION"
|
10989
11005
|
# resp.threshold #=> Float
|
10990
11006
|
# resp.treat_missing_data #=> String, one of "notBreaching", "breaching", "ignore", "missing"
|
10991
11007
|
#
|
@@ -11447,7 +11463,7 @@ module Aws::MediaLive
|
|
11447
11463
|
# resp.statistic #=> String, one of "SampleCount", "Average", "Sum", "Minimum", "Maximum"
|
11448
11464
|
# resp.tags #=> Hash
|
11449
11465
|
# resp.tags["__string"] #=> String
|
11450
|
-
# resp.target_resource_type #=> String, one of "CLOUDFRONT_DISTRIBUTION", "MEDIALIVE_MULTIPLEX", "MEDIALIVE_CHANNEL", "MEDIALIVE_INPUT_DEVICE", "MEDIAPACKAGE_CHANNEL", "MEDIAPACKAGE_ORIGIN_ENDPOINT", "MEDIACONNECT_FLOW", "S3_BUCKET"
|
11466
|
+
# resp.target_resource_type #=> String, one of "CLOUDFRONT_DISTRIBUTION", "MEDIALIVE_MULTIPLEX", "MEDIALIVE_CHANNEL", "MEDIALIVE_INPUT_DEVICE", "MEDIAPACKAGE_CHANNEL", "MEDIAPACKAGE_ORIGIN_ENDPOINT", "MEDIACONNECT_FLOW", "S3_BUCKET", "MEDIATAILOR_PLAYBACK_CONFIGURATION"
|
11451
11467
|
# resp.threshold #=> Float
|
11452
11468
|
# resp.treat_missing_data #=> String, one of "notBreaching", "breaching", "ignore", "missing"
|
11453
11469
|
#
|
@@ -11772,7 +11788,7 @@ module Aws::MediaLive
|
|
11772
11788
|
# resp.cloud_watch_alarm_templates[0].statistic #=> String, one of "SampleCount", "Average", "Sum", "Minimum", "Maximum"
|
11773
11789
|
# resp.cloud_watch_alarm_templates[0].tags #=> Hash
|
11774
11790
|
# resp.cloud_watch_alarm_templates[0].tags["__string"] #=> String
|
11775
|
-
# resp.cloud_watch_alarm_templates[0].target_resource_type #=> String, one of "CLOUDFRONT_DISTRIBUTION", "MEDIALIVE_MULTIPLEX", "MEDIALIVE_CHANNEL", "MEDIALIVE_INPUT_DEVICE", "MEDIAPACKAGE_CHANNEL", "MEDIAPACKAGE_ORIGIN_ENDPOINT", "MEDIACONNECT_FLOW", "S3_BUCKET"
|
11791
|
+
# resp.cloud_watch_alarm_templates[0].target_resource_type #=> String, one of "CLOUDFRONT_DISTRIBUTION", "MEDIALIVE_MULTIPLEX", "MEDIALIVE_CHANNEL", "MEDIALIVE_INPUT_DEVICE", "MEDIAPACKAGE_CHANNEL", "MEDIAPACKAGE_ORIGIN_ENDPOINT", "MEDIACONNECT_FLOW", "S3_BUCKET", "MEDIATAILOR_PLAYBACK_CONFIGURATION"
|
11776
11792
|
# resp.cloud_watch_alarm_templates[0].threshold #=> Float
|
11777
11793
|
# resp.cloud_watch_alarm_templates[0].treat_missing_data #=> String, one of "notBreaching", "breaching", "ignore", "missing"
|
11778
11794
|
# resp.next_token #=> String
|
@@ -12022,10 +12038,6 @@ module Aws::MediaLive
|
|
12022
12038
|
#
|
12023
12039
|
# @option params [required, String] :identifier
|
12024
12040
|
#
|
12025
|
-
# @option params [String] :request_id
|
12026
|
-
# **A suitable default value is auto-generated.** You should normally
|
12027
|
-
# not need to pass this option.**
|
12028
|
-
#
|
12029
12041
|
# @return [Types::StartMonitorDeploymentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
12030
12042
|
#
|
12031
12043
|
# * {Types::StartMonitorDeploymentResponse#arn #arn} => String
|
@@ -12052,7 +12064,6 @@ module Aws::MediaLive
|
|
12052
12064
|
# resp = client.start_monitor_deployment({
|
12053
12065
|
# dry_run: false,
|
12054
12066
|
# identifier: "__string", # required
|
12055
|
-
# request_id: "__stringMin1Max256PatternS",
|
12056
12067
|
# })
|
12057
12068
|
#
|
12058
12069
|
# @example Response structure
|
@@ -12273,7 +12284,7 @@ module Aws::MediaLive
|
|
12273
12284
|
# name: "__stringMin1Max255PatternS",
|
12274
12285
|
# period: 1,
|
12275
12286
|
# statistic: "SampleCount", # accepts SampleCount, Average, Sum, Minimum, Maximum
|
12276
|
-
# target_resource_type: "CLOUDFRONT_DISTRIBUTION", # accepts CLOUDFRONT_DISTRIBUTION, MEDIALIVE_MULTIPLEX, MEDIALIVE_CHANNEL, MEDIALIVE_INPUT_DEVICE, MEDIAPACKAGE_CHANNEL, MEDIAPACKAGE_ORIGIN_ENDPOINT, MEDIACONNECT_FLOW, S3_BUCKET
|
12287
|
+
# target_resource_type: "CLOUDFRONT_DISTRIBUTION", # accepts CLOUDFRONT_DISTRIBUTION, MEDIALIVE_MULTIPLEX, MEDIALIVE_CHANNEL, MEDIALIVE_INPUT_DEVICE, MEDIAPACKAGE_CHANNEL, MEDIAPACKAGE_ORIGIN_ENDPOINT, MEDIACONNECT_FLOW, S3_BUCKET, MEDIATAILOR_PLAYBACK_CONFIGURATION
|
12277
12288
|
# threshold: 1.0,
|
12278
12289
|
# treat_missing_data: "notBreaching", # accepts notBreaching, breaching, ignore, missing
|
12279
12290
|
# })
|
@@ -12295,7 +12306,7 @@ module Aws::MediaLive
|
|
12295
12306
|
# resp.statistic #=> String, one of "SampleCount", "Average", "Sum", "Minimum", "Maximum"
|
12296
12307
|
# resp.tags #=> Hash
|
12297
12308
|
# resp.tags["__string"] #=> String
|
12298
|
-
# resp.target_resource_type #=> String, one of "CLOUDFRONT_DISTRIBUTION", "MEDIALIVE_MULTIPLEX", "MEDIALIVE_CHANNEL", "MEDIALIVE_INPUT_DEVICE", "MEDIAPACKAGE_CHANNEL", "MEDIAPACKAGE_ORIGIN_ENDPOINT", "MEDIACONNECT_FLOW", "S3_BUCKET"
|
12309
|
+
# resp.target_resource_type #=> String, one of "CLOUDFRONT_DISTRIBUTION", "MEDIALIVE_MULTIPLEX", "MEDIALIVE_CHANNEL", "MEDIALIVE_INPUT_DEVICE", "MEDIAPACKAGE_CHANNEL", "MEDIAPACKAGE_ORIGIN_ENDPOINT", "MEDIACONNECT_FLOW", "S3_BUCKET", "MEDIATAILOR_PLAYBACK_CONFIGURATION"
|
12299
12310
|
# resp.threshold #=> Float
|
12300
12311
|
# resp.treat_missing_data #=> String, one of "notBreaching", "breaching", "ignore", "missing"
|
12301
12312
|
#
|
@@ -13796,7 +13807,7 @@ module Aws::MediaLive
|
|
13796
13807
|
tracer: tracer
|
13797
13808
|
)
|
13798
13809
|
context[:gem_name] = 'aws-sdk-medialive'
|
13799
|
-
context[:gem_version] = '1.
|
13810
|
+
context[:gem_version] = '1.147.0'
|
13800
13811
|
Seahorse::Client::Request.new(handlers, context)
|
13801
13812
|
end
|
13802
13813
|
|
@@ -1053,6 +1053,7 @@ module Aws::MediaLive
|
|
1053
1053
|
__integerMin1Max51 = Shapes::IntegerShape.new(name: '__integerMin1Max51')
|
1054
1054
|
__integerMin1Max6 = Shapes::IntegerShape.new(name: '__integerMin1Max6')
|
1055
1055
|
__integerMin1Max8 = Shapes::IntegerShape.new(name: '__integerMin1Max8')
|
1056
|
+
__integerMin1Max800 = Shapes::IntegerShape.new(name: '__integerMin1Max800')
|
1056
1057
|
__integerMin256Max3840 = Shapes::IntegerShape.new(name: '__integerMin256Max3840')
|
1057
1058
|
__integerMin25Max10000 = Shapes::IntegerShape.new(name: '__integerMin25Max10000')
|
1058
1059
|
__integerMin25Max2000 = Shapes::IntegerShape.new(name: '__integerMin25Max2000')
|
@@ -1065,6 +1066,7 @@ module Aws::MediaLive
|
|
1065
1066
|
__integerMin50000Max8000000 = Shapes::IntegerShape.new(name: '__integerMin50000Max8000000')
|
1066
1067
|
__integerMin64Max2160 = Shapes::IntegerShape.new(name: '__integerMin64Max2160')
|
1067
1068
|
__integerMin800Max3000 = Shapes::IntegerShape.new(name: '__integerMin800Max3000')
|
1069
|
+
__integerMin80Max800 = Shapes::IntegerShape.new(name: '__integerMin80Max800')
|
1068
1070
|
__integerMin96Max600 = Shapes::IntegerShape.new(name: '__integerMin96Max600')
|
1069
1071
|
__integerMinNegative1000Max1000 = Shapes::IntegerShape.new(name: '__integerMinNegative1000Max1000')
|
1070
1072
|
__integerMinNegative5Max5 = Shapes::IntegerShape.new(name: '__integerMinNegative5Max5')
|
@@ -2731,6 +2733,8 @@ module Aws::MediaLive
|
|
2731
2733
|
EbuTtDDestinationSettings.add_member(:fill_line_gap, Shapes::ShapeRef.new(shape: EbuTtDFillLineGapControl, location_name: "fillLineGap"))
|
2732
2734
|
EbuTtDDestinationSettings.add_member(:font_family, Shapes::ShapeRef.new(shape: __string, location_name: "fontFamily"))
|
2733
2735
|
EbuTtDDestinationSettings.add_member(:style_control, Shapes::ShapeRef.new(shape: EbuTtDDestinationStyleControl, location_name: "styleControl"))
|
2736
|
+
EbuTtDDestinationSettings.add_member(:default_font_size, Shapes::ShapeRef.new(shape: __integerMin1Max800, location_name: "defaultFontSize"))
|
2737
|
+
EbuTtDDestinationSettings.add_member(:default_line_height, Shapes::ShapeRef.new(shape: __integerMin80Max800, location_name: "defaultLineHeight"))
|
2734
2738
|
EbuTtDDestinationSettings.struct_class = Types::EbuTtDDestinationSettings
|
2735
2739
|
|
2736
2740
|
EmbeddedDestinationSettings.struct_class = Types::EmbeddedDestinationSettings
|
@@ -4640,11 +4644,9 @@ module Aws::MediaLive
|
|
4640
4644
|
|
4641
4645
|
StartMonitorDeploymentRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: __boolean, location_name: "dryRun"))
|
4642
4646
|
StartMonitorDeploymentRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "identifier"))
|
4643
|
-
StartMonitorDeploymentRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: __stringMin1Max256PatternS, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
4644
4647
|
StartMonitorDeploymentRequest.struct_class = Types::StartMonitorDeploymentRequest
|
4645
4648
|
|
4646
4649
|
StartMonitorDeploymentRequestContent.add_member(:dry_run, Shapes::ShapeRef.new(shape: __boolean, location_name: "dryRun"))
|
4647
|
-
StartMonitorDeploymentRequestContent.add_member(:request_id, Shapes::ShapeRef.new(shape: __stringMin1Max256PatternS, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
4648
4650
|
StartMonitorDeploymentRequestContent.struct_class = Types::StartMonitorDeploymentRequestContent
|
4649
4651
|
|
4650
4652
|
StartMonitorDeploymentResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __stringPatternArnMedialiveSignalMap, location_name: "arn"))
|
@@ -4381,46 +4381,55 @@ module Aws::MediaLive
|
|
4381
4381
|
#
|
4382
4382
|
# @!attribute [rw] fill_line_gap
|
4383
4383
|
# Specifies how to handle the gap between the lines (in multi-line
|
4384
|
-
# captions).
|
4385
|
-
# specified in the input captions).
|
4386
|
-
# unfilled.
|
4384
|
+
# captions). ENABLED: Fill with the captions background color (as
|
4385
|
+
# specified in the input captions). DISABLED: Leave the gap unfilled
|
4387
4386
|
# @return [String]
|
4388
4387
|
#
|
4389
4388
|
# @!attribute [rw] font_family
|
4390
4389
|
# Specifies the font family to include in the font data attached to
|
4391
|
-
# the EBU-TT captions. Valid only if
|
4392
|
-
# If
|
4393
|
-
#
|
4394
|
-
#
|
4395
|
-
#
|
4396
|
-
#
|
4397
|
-
#
|
4398
|
-
# font
|
4399
|
-
#
|
4400
|
-
#
|
4401
|
-
# downstream player choose the font). - Leave blank to set the family
|
4402
|
-
# to “monospace”.
|
4390
|
+
# the EBU-TT captions. Valid only if style\_control is set to include.
|
4391
|
+
# (If style\_control is set to exclude, the font family is always set
|
4392
|
+
# to monospaced.) Enter a list of font families, as a comma-separated
|
4393
|
+
# list of font names, in order of preference. The name can be a font
|
4394
|
+
# family (such as Arial), or a generic font family (such as serif), or
|
4395
|
+
# default (to let the downstream player choose the font). Or leave
|
4396
|
+
# blank to set the family to monospace. Note that you can specify only
|
4397
|
+
# the font family. All other style information (color, bold, position
|
4398
|
+
# and so on) is copied from the input captions. The size is always set
|
4399
|
+
# to 100% to allow the downstream player to choose the size.
|
4403
4400
|
# @return [String]
|
4404
4401
|
#
|
4405
4402
|
# @!attribute [rw] style_control
|
4406
|
-
# Specifies the style information
|
4407
|
-
#
|
4408
|
-
# captions
|
4409
|
-
#
|
4410
|
-
#
|
4411
|
-
#
|
4412
|
-
# Teletext. - exclude: In the font data attached to the EBU-TT
|
4413
|
-
# captions, set the font family to "monospaced". Do not include any
|
4414
|
-
# other style information.
|
4403
|
+
# Specifies the style information to include in the font data that is
|
4404
|
+
# attached to the EBU-TT captions. INCLUDE: Take the style information
|
4405
|
+
# from the source captions and include that information in the font
|
4406
|
+
# data attached to the EBU-TT captions. This option is valid only if
|
4407
|
+
# the source captions are Embedded or Teletext. EXCLUDE: Set the font
|
4408
|
+
# family to monospaced. Do not include any other style information.
|
4415
4409
|
# @return [String]
|
4416
4410
|
#
|
4411
|
+
# @!attribute [rw] default_font_size
|
4412
|
+
# Specifies the default font size as a percentage of the computed cell
|
4413
|
+
# size. Valid only if the defaultLineHeight is also set. If you leave
|
4414
|
+
# this field empty, the default font size is 80% of the cell size.
|
4415
|
+
# @return [Integer]
|
4416
|
+
#
|
4417
|
+
# @!attribute [rw] default_line_height
|
4418
|
+
# Specifies the default line height as a percentage relative to the
|
4419
|
+
# font size. Valid only if the defaultFontSize is also set. This field
|
4420
|
+
# should be > 100 (so the font can fit into a line) If you leave this
|
4421
|
+
# field empty, the default line height is 120% of the font size.
|
4422
|
+
# @return [Integer]
|
4423
|
+
#
|
4417
4424
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/EbuTtDDestinationSettings AWS API Documentation
|
4418
4425
|
#
|
4419
4426
|
class EbuTtDDestinationSettings < Struct.new(
|
4420
4427
|
:copyright_holder,
|
4421
4428
|
:fill_line_gap,
|
4422
4429
|
:font_family,
|
4423
|
-
:style_control
|
4430
|
+
:style_control,
|
4431
|
+
:default_font_size,
|
4432
|
+
:default_line_height)
|
4424
4433
|
SENSITIVE = []
|
4425
4434
|
include Aws::Structure
|
4426
4435
|
end
|
@@ -16693,17 +16702,11 @@ module Aws::MediaLive
|
|
16693
16702
|
# @!attribute [rw] identifier
|
16694
16703
|
# @return [String]
|
16695
16704
|
#
|
16696
|
-
# @!attribute [rw] request_id
|
16697
|
-
# **A suitable default value is auto-generated.** You should normally
|
16698
|
-
# not need to pass this option.
|
16699
|
-
# @return [String]
|
16700
|
-
#
|
16701
16705
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StartMonitorDeploymentRequest AWS API Documentation
|
16702
16706
|
#
|
16703
16707
|
class StartMonitorDeploymentRequest < Struct.new(
|
16704
16708
|
:dry_run,
|
16705
|
-
:identifier
|
16706
|
-
:request_id)
|
16709
|
+
:identifier)
|
16707
16710
|
SENSITIVE = []
|
16708
16711
|
include Aws::Structure
|
16709
16712
|
end
|
@@ -16711,16 +16714,10 @@ module Aws::MediaLive
|
|
16711
16714
|
# @!attribute [rw] dry_run
|
16712
16715
|
# @return [Boolean]
|
16713
16716
|
#
|
16714
|
-
# @!attribute [rw] request_id
|
16715
|
-
# An ID that you assign to a create request. This ID ensures idempotency when creating resources.**A suitable default value is auto-generated.** You should normally
|
16716
|
-
# not need to pass this option.
|
16717
|
-
# @return [String]
|
16718
|
-
#
|
16719
16717
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StartMonitorDeploymentRequestContent AWS API Documentation
|
16720
16718
|
#
|
16721
16719
|
class StartMonitorDeploymentRequestContent < Struct.new(
|
16722
|
-
:dry_run
|
16723
|
-
:request_id)
|
16720
|
+
:dry_run)
|
16724
16721
|
SENSITIVE = []
|
16725
16722
|
include Aws::Structure
|
16726
16723
|
end
|
@@ -19085,7 +19082,7 @@ module Aws::MediaLive
|
|
19085
19082
|
# @return [String]
|
19086
19083
|
#
|
19087
19084
|
# @!attribute [rw] nodes
|
19088
|
-
# An array with one item, which is the
|
19085
|
+
# An array with one item, which is the single Node that is associated
|
19089
19086
|
# with the ChannelPlacementGroup.
|
19090
19087
|
# @return [Array<String>]
|
19091
19088
|
#
|
@@ -19132,7 +19129,7 @@ module Aws::MediaLive
|
|
19132
19129
|
# @return [String]
|
19133
19130
|
#
|
19134
19131
|
# @!attribute [rw] nodes
|
19135
|
-
# An array with one item, which is the
|
19132
|
+
# An array with one item, which is the single Node that is associated
|
19136
19133
|
# with the ChannelPlacementGroup.
|
19137
19134
|
# @return [Array<String>]
|
19138
19135
|
#
|
data/lib/aws-sdk-medialive.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -571,7 +571,9 @@ module Aws
|
|
571
571
|
copyright_holder: ::String?,
|
572
572
|
fill_line_gap: ("DISABLED" | "ENABLED")?,
|
573
573
|
font_family: ::String?,
|
574
|
-
style_control: ("EXCLUDE" | "INCLUDE")
|
574
|
+
style_control: ("EXCLUDE" | "INCLUDE")?,
|
575
|
+
default_font_size: ::Integer?,
|
576
|
+
default_line_height: ::Integer?
|
575
577
|
}?,
|
576
578
|
embedded_destination_settings: {
|
577
579
|
}?,
|
@@ -2631,7 +2633,9 @@ module Aws
|
|
2631
2633
|
copyright_holder: ::String?,
|
2632
2634
|
fill_line_gap: ("DISABLED" | "ENABLED")?,
|
2633
2635
|
font_family: ::String?,
|
2634
|
-
style_control: ("EXCLUDE" | "INCLUDE")
|
2636
|
+
style_control: ("EXCLUDE" | "INCLUDE")?,
|
2637
|
+
default_font_size: ::Integer?,
|
2638
|
+
default_line_height: ::Integer?
|
2635
2639
|
}?,
|
2636
2640
|
embedded_destination_settings: {
|
2637
2641
|
}?,
|
@@ -3903,7 +3907,7 @@ module Aws
|
|
3903
3907
|
def period: () -> ::Integer
|
3904
3908
|
def statistic: () -> ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")
|
3905
3909
|
def tags: () -> ::Hash[::String, ::String]
|
3906
|
-
def target_resource_type: () -> ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET")
|
3910
|
+
def target_resource_type: () -> ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET" | "MEDIATAILOR_PLAYBACK_CONFIGURATION")
|
3907
3911
|
def threshold: () -> ::Float
|
3908
3912
|
def treat_missing_data: () -> ("notBreaching" | "breaching" | "ignore" | "missing")
|
3909
3913
|
end
|
@@ -3919,7 +3923,7 @@ module Aws
|
|
3919
3923
|
period: ::Integer,
|
3920
3924
|
statistic: ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum"),
|
3921
3925
|
?tags: Hash[::String, ::String],
|
3922
|
-
target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET"),
|
3926
|
+
target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET" | "MEDIATAILOR_PLAYBACK_CONFIGURATION"),
|
3923
3927
|
threshold: ::Float,
|
3924
3928
|
treat_missing_data: ("notBreaching" | "breaching" | "ignore" | "missing"),
|
3925
3929
|
?request_id: ::String
|
@@ -4072,7 +4076,7 @@ module Aws
|
|
4072
4076
|
def period: () -> ::Integer
|
4073
4077
|
def statistic: () -> ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")
|
4074
4078
|
def tags: () -> ::Hash[::String, ::String]
|
4075
|
-
def target_resource_type: () -> ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET")
|
4079
|
+
def target_resource_type: () -> ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET" | "MEDIATAILOR_PLAYBACK_CONFIGURATION")
|
4076
4080
|
def threshold: () -> ::Float
|
4077
4081
|
def treat_missing_data: () -> ("notBreaching" | "breaching" | "ignore" | "missing")
|
4078
4082
|
end
|
@@ -4281,8 +4285,7 @@ module Aws
|
|
4281
4285
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#start_monitor_deployment-instance_method
|
4282
4286
|
def start_monitor_deployment: (
|
4283
4287
|
?dry_run: bool,
|
4284
|
-
identifier: ::String
|
4285
|
-
?request_id: ::String
|
4288
|
+
identifier: ::String
|
4286
4289
|
) -> _StartMonitorDeploymentResponseSuccess
|
4287
4290
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartMonitorDeploymentResponseSuccess
|
4288
4291
|
|
@@ -4335,7 +4338,7 @@ module Aws
|
|
4335
4338
|
def period: () -> ::Integer
|
4336
4339
|
def statistic: () -> ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")
|
4337
4340
|
def tags: () -> ::Hash[::String, ::String]
|
4338
|
-
def target_resource_type: () -> ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET")
|
4341
|
+
def target_resource_type: () -> ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET" | "MEDIATAILOR_PLAYBACK_CONFIGURATION")
|
4339
4342
|
def threshold: () -> ::Float
|
4340
4343
|
def treat_missing_data: () -> ("notBreaching" | "breaching" | "ignore" | "missing")
|
4341
4344
|
end
|
@@ -4351,7 +4354,7 @@ module Aws
|
|
4351
4354
|
?name: ::String,
|
4352
4355
|
?period: ::Integer,
|
4353
4356
|
?statistic: ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum"),
|
4354
|
-
?target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET"),
|
4357
|
+
?target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET" | "MEDIATAILOR_PLAYBACK_CONFIGURATION"),
|
4355
4358
|
?threshold: ::Float,
|
4356
4359
|
?treat_missing_data: ("notBreaching" | "breaching" | "ignore" | "missing")
|
4357
4360
|
) -> _UpdateCloudWatchAlarmTemplateResponseSuccess
|
data/sig/types.rbs
CHANGED
@@ -1201,6 +1201,8 @@ module Aws::MediaLive
|
|
1201
1201
|
attr_accessor fill_line_gap: ("DISABLED" | "ENABLED")
|
1202
1202
|
attr_accessor font_family: ::String
|
1203
1203
|
attr_accessor style_control: ("EXCLUDE" | "INCLUDE")
|
1204
|
+
attr_accessor default_font_size: ::Integer
|
1205
|
+
attr_accessor default_line_height: ::Integer
|
1204
1206
|
SENSITIVE: []
|
1205
1207
|
end
|
1206
1208
|
|
@@ -3627,7 +3629,7 @@ module Aws::MediaLive
|
|
3627
3629
|
attr_accessor period: ::Integer
|
3628
3630
|
attr_accessor statistic: ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")
|
3629
3631
|
attr_accessor tags: ::Hash[::String, ::String]
|
3630
|
-
attr_accessor target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET")
|
3632
|
+
attr_accessor target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET" | "MEDIATAILOR_PLAYBACK_CONFIGURATION")
|
3631
3633
|
attr_accessor threshold: ::Float
|
3632
3634
|
attr_accessor treat_missing_data: ("notBreaching" | "breaching" | "ignore" | "missing")
|
3633
3635
|
SENSITIVE: []
|
@@ -3687,7 +3689,7 @@ module Aws::MediaLive
|
|
3687
3689
|
attr_accessor period: ::Integer
|
3688
3690
|
attr_accessor statistic: ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")
|
3689
3691
|
attr_accessor tags: ::Hash[::String, ::String]
|
3690
|
-
attr_accessor target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET")
|
3692
|
+
attr_accessor target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET" | "MEDIATAILOR_PLAYBACK_CONFIGURATION")
|
3691
3693
|
attr_accessor threshold: ::Float
|
3692
3694
|
attr_accessor treat_missing_data: ("notBreaching" | "breaching" | "ignore" | "missing")
|
3693
3695
|
attr_accessor request_id: ::String
|
@@ -3705,7 +3707,7 @@ module Aws::MediaLive
|
|
3705
3707
|
attr_accessor period: ::Integer
|
3706
3708
|
attr_accessor statistic: ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")
|
3707
3709
|
attr_accessor tags: ::Hash[::String, ::String]
|
3708
|
-
attr_accessor target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET")
|
3710
|
+
attr_accessor target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET" | "MEDIATAILOR_PLAYBACK_CONFIGURATION")
|
3709
3711
|
attr_accessor threshold: ::Float
|
3710
3712
|
attr_accessor treat_missing_data: ("notBreaching" | "breaching" | "ignore" | "missing")
|
3711
3713
|
attr_accessor request_id: ::String
|
@@ -3727,7 +3729,7 @@ module Aws::MediaLive
|
|
3727
3729
|
attr_accessor period: ::Integer
|
3728
3730
|
attr_accessor statistic: ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")
|
3729
3731
|
attr_accessor tags: ::Hash[::String, ::String]
|
3730
|
-
attr_accessor target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET")
|
3732
|
+
attr_accessor target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET" | "MEDIATAILOR_PLAYBACK_CONFIGURATION")
|
3731
3733
|
attr_accessor threshold: ::Float
|
3732
3734
|
attr_accessor treat_missing_data: ("notBreaching" | "breaching" | "ignore" | "missing")
|
3733
3735
|
SENSITIVE: []
|
@@ -3748,7 +3750,7 @@ module Aws::MediaLive
|
|
3748
3750
|
attr_accessor period: ::Integer
|
3749
3751
|
attr_accessor statistic: ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")
|
3750
3752
|
attr_accessor tags: ::Hash[::String, ::String]
|
3751
|
-
attr_accessor target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET")
|
3753
|
+
attr_accessor target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET" | "MEDIATAILOR_PLAYBACK_CONFIGURATION")
|
3752
3754
|
attr_accessor threshold: ::Float
|
3753
3755
|
attr_accessor treat_missing_data: ("notBreaching" | "breaching" | "ignore" | "missing")
|
3754
3756
|
SENSITIVE: []
|
@@ -4016,7 +4018,7 @@ module Aws::MediaLive
|
|
4016
4018
|
attr_accessor period: ::Integer
|
4017
4019
|
attr_accessor statistic: ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")
|
4018
4020
|
attr_accessor tags: ::Hash[::String, ::String]
|
4019
|
-
attr_accessor target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET")
|
4021
|
+
attr_accessor target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET" | "MEDIATAILOR_PLAYBACK_CONFIGURATION")
|
4020
4022
|
attr_accessor threshold: ::Float
|
4021
4023
|
attr_accessor treat_missing_data: ("notBreaching" | "breaching" | "ignore" | "missing")
|
4022
4024
|
SENSITIVE: []
|
@@ -4037,7 +4039,7 @@ module Aws::MediaLive
|
|
4037
4039
|
attr_accessor period: ::Integer
|
4038
4040
|
attr_accessor statistic: ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")
|
4039
4041
|
attr_accessor tags: ::Hash[::String, ::String]
|
4040
|
-
attr_accessor target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET")
|
4042
|
+
attr_accessor target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET" | "MEDIATAILOR_PLAYBACK_CONFIGURATION")
|
4041
4043
|
attr_accessor threshold: ::Float
|
4042
4044
|
attr_accessor treat_missing_data: ("notBreaching" | "breaching" | "ignore" | "missing")
|
4043
4045
|
SENSITIVE: []
|
@@ -4347,13 +4349,11 @@ module Aws::MediaLive
|
|
4347
4349
|
class StartMonitorDeploymentRequest
|
4348
4350
|
attr_accessor dry_run: bool
|
4349
4351
|
attr_accessor identifier: ::String
|
4350
|
-
attr_accessor request_id: ::String
|
4351
4352
|
SENSITIVE: []
|
4352
4353
|
end
|
4353
4354
|
|
4354
4355
|
class StartMonitorDeploymentRequestContent
|
4355
4356
|
attr_accessor dry_run: bool
|
4356
|
-
attr_accessor request_id: ::String
|
4357
4357
|
SENSITIVE: []
|
4358
4358
|
end
|
4359
4359
|
|
@@ -4521,7 +4521,7 @@ module Aws::MediaLive
|
|
4521
4521
|
attr_accessor name: ::String
|
4522
4522
|
attr_accessor period: ::Integer
|
4523
4523
|
attr_accessor statistic: ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")
|
4524
|
-
attr_accessor target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET")
|
4524
|
+
attr_accessor target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET" | "MEDIATAILOR_PLAYBACK_CONFIGURATION")
|
4525
4525
|
attr_accessor threshold: ::Float
|
4526
4526
|
attr_accessor treat_missing_data: ("notBreaching" | "breaching" | "ignore" | "missing")
|
4527
4527
|
SENSITIVE: []
|
@@ -4537,7 +4537,7 @@ module Aws::MediaLive
|
|
4537
4537
|
attr_accessor name: ::String
|
4538
4538
|
attr_accessor period: ::Integer
|
4539
4539
|
attr_accessor statistic: ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")
|
4540
|
-
attr_accessor target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET")
|
4540
|
+
attr_accessor target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET" | "MEDIATAILOR_PLAYBACK_CONFIGURATION")
|
4541
4541
|
attr_accessor threshold: ::Float
|
4542
4542
|
attr_accessor treat_missing_data: ("notBreaching" | "breaching" | "ignore" | "missing")
|
4543
4543
|
SENSITIVE: []
|
@@ -4558,7 +4558,7 @@ module Aws::MediaLive
|
|
4558
4558
|
attr_accessor period: ::Integer
|
4559
4559
|
attr_accessor statistic: ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")
|
4560
4560
|
attr_accessor tags: ::Hash[::String, ::String]
|
4561
|
-
attr_accessor target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET")
|
4561
|
+
attr_accessor target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET" | "MEDIATAILOR_PLAYBACK_CONFIGURATION")
|
4562
4562
|
attr_accessor threshold: ::Float
|
4563
4563
|
attr_accessor treat_missing_data: ("notBreaching" | "breaching" | "ignore" | "missing")
|
4564
4564
|
SENSITIVE: []
|
@@ -4579,7 +4579,7 @@ module Aws::MediaLive
|
|
4579
4579
|
attr_accessor period: ::Integer
|
4580
4580
|
attr_accessor statistic: ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")
|
4581
4581
|
attr_accessor tags: ::Hash[::String, ::String]
|
4582
|
-
attr_accessor target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET")
|
4582
|
+
attr_accessor target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET" | "MEDIATAILOR_PLAYBACK_CONFIGURATION")
|
4583
4583
|
attr_accessor threshold: ::Float
|
4584
4584
|
attr_accessor treat_missing_data: ("notBreaching" | "breaching" | "ignore" | "missing")
|
4585
4585
|
SENSITIVE: []
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-medialive
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.147.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: 2025-
|
11
|
+
date: 2025-03-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|