aws-sdk-medialive 1.144.0 → 1.146.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 +60 -35
- data/lib/aws-sdk-medialive/client_api.rb +11 -0
- data/lib/aws-sdk-medialive/types.rb +72 -12
- data/lib/aws-sdk-medialive.rb +1 -1
- data/sig/client.rbs +15 -10
- data/sig/types.rbs +21 -11
- 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: ebdb2288e267030d3ccae8c655893d6c498f536b23c209ea3ddc15edbb198d5b
|
4
|
+
data.tar.gz: 432c7a8c965e0c342aeef20fca9349868941216b579add37c30221bd3446074f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7fbc82af56d0b79de2be2add5dee981497519ad665a6cc3b7035844115aa55d76baa99b2ced5cae74c31d5674833e9442f8c9eea33b40ae50d27e7786627d8ea
|
7
|
+
data.tar.gz: e963da0966f7c140952144ce1295a0059cbce7105c6809f891ed74741d55259ce69e08a7bacfe921cb3747734a1894dd5f8c7b4134d58cc9b6fcf7d1b784cde1
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.146.0 (2025-02-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Adds support for creating CloudWatchAlarmTemplates for AWS Elemental MediaTailor Playback Configuration resources.
|
8
|
+
|
9
|
+
1.145.0 (2025-02-12)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Adds a RequestId parameter to all MediaLive Workflow Monitor create operations. The RequestId parameter allows idempotent operations.
|
13
|
+
|
4
14
|
1.144.0 (2025-02-06)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.146.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`.
|
@@ -10923,6 +10923,10 @@ module Aws::MediaLive
|
|
10923
10923
|
# Specifies how missing data points are treated when evaluating the
|
10924
10924
|
# alarm's condition.
|
10925
10925
|
#
|
10926
|
+
# @option params [String] :request_id
|
10927
|
+
# **A suitable default value is auto-generated.** You should normally
|
10928
|
+
# not need to pass this option.**
|
10929
|
+
#
|
10926
10930
|
# @return [Types::CreateCloudWatchAlarmTemplateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
10927
10931
|
#
|
10928
10932
|
# * {Types::CreateCloudWatchAlarmTemplateResponse#arn #arn} => String
|
@@ -10958,9 +10962,10 @@ module Aws::MediaLive
|
|
10958
10962
|
# tags: {
|
10959
10963
|
# "__string" => "__string",
|
10960
10964
|
# },
|
10961
|
-
# 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
|
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, MEDIATAILOR_PLAYBACK_CONFIGURATION
|
10962
10966
|
# threshold: 1.0, # required
|
10963
10967
|
# treat_missing_data: "notBreaching", # required, accepts notBreaching, breaching, ignore, missing
|
10968
|
+
# request_id: "__stringMin1Max256PatternS",
|
10964
10969
|
# })
|
10965
10970
|
#
|
10966
10971
|
# @example Response structure
|
@@ -10980,7 +10985,7 @@ module Aws::MediaLive
|
|
10980
10985
|
# resp.statistic #=> String, one of "SampleCount", "Average", "Sum", "Minimum", "Maximum"
|
10981
10986
|
# resp.tags #=> Hash
|
10982
10987
|
# resp.tags["__string"] #=> String
|
10983
|
-
# 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"
|
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", "MEDIATAILOR_PLAYBACK_CONFIGURATION"
|
10984
10989
|
# resp.threshold #=> Float
|
10985
10990
|
# resp.treat_missing_data #=> String, one of "notBreaching", "breaching", "ignore", "missing"
|
10986
10991
|
#
|
@@ -11004,6 +11009,10 @@ module Aws::MediaLive
|
|
11004
11009
|
# @option params [Hash<String,String>] :tags
|
11005
11010
|
# Represents the tags associated with a resource.
|
11006
11011
|
#
|
11012
|
+
# @option params [String] :request_id
|
11013
|
+
# **A suitable default value is auto-generated.** You should normally
|
11014
|
+
# not need to pass this option.**
|
11015
|
+
#
|
11007
11016
|
# @return [Types::CreateCloudWatchAlarmTemplateGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
11008
11017
|
#
|
11009
11018
|
# * {Types::CreateCloudWatchAlarmTemplateGroupResponse#arn #arn} => String
|
@@ -11022,6 +11031,7 @@ module Aws::MediaLive
|
|
11022
11031
|
# tags: {
|
11023
11032
|
# "__string" => "__string",
|
11024
11033
|
# },
|
11034
|
+
# request_id: "__stringMin1Max256PatternS",
|
11025
11035
|
# })
|
11026
11036
|
#
|
11027
11037
|
# @example Response structure
|
@@ -11061,6 +11071,10 @@ module Aws::MediaLive
|
|
11061
11071
|
# @option params [Hash<String,String>] :tags
|
11062
11072
|
# Represents the tags associated with a resource.
|
11063
11073
|
#
|
11074
|
+
# @option params [String] :request_id
|
11075
|
+
# **A suitable default value is auto-generated.** You should normally
|
11076
|
+
# not need to pass this option.**
|
11077
|
+
#
|
11064
11078
|
# @return [Types::CreateEventBridgeRuleTemplateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
11065
11079
|
#
|
11066
11080
|
# * {Types::CreateEventBridgeRuleTemplateResponse#arn #arn} => String
|
@@ -11089,6 +11103,7 @@ module Aws::MediaLive
|
|
11089
11103
|
# tags: {
|
11090
11104
|
# "__string" => "__string",
|
11091
11105
|
# },
|
11106
|
+
# request_id: "__stringMin1Max256PatternS",
|
11092
11107
|
# })
|
11093
11108
|
#
|
11094
11109
|
# @example Response structure
|
@@ -11126,6 +11141,10 @@ module Aws::MediaLive
|
|
11126
11141
|
# @option params [Hash<String,String>] :tags
|
11127
11142
|
# Represents the tags associated with a resource.
|
11128
11143
|
#
|
11144
|
+
# @option params [String] :request_id
|
11145
|
+
# **A suitable default value is auto-generated.** You should normally
|
11146
|
+
# not need to pass this option.**
|
11147
|
+
#
|
11129
11148
|
# @return [Types::CreateEventBridgeRuleTemplateGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
11130
11149
|
#
|
11131
11150
|
# * {Types::CreateEventBridgeRuleTemplateGroupResponse#arn #arn} => String
|
@@ -11144,6 +11163,7 @@ module Aws::MediaLive
|
|
11144
11163
|
# tags: {
|
11145
11164
|
# "__string" => "__string",
|
11146
11165
|
# },
|
11166
|
+
# request_id: "__stringMin1Max256PatternS",
|
11147
11167
|
# })
|
11148
11168
|
#
|
11149
11169
|
# @example Response structure
|
@@ -11182,6 +11202,10 @@ module Aws::MediaLive
|
|
11182
11202
|
# @option params [Hash<String,String>] :tags
|
11183
11203
|
# Represents the tags associated with a resource.
|
11184
11204
|
#
|
11205
|
+
# @option params [String] :request_id
|
11206
|
+
# **A suitable default value is auto-generated.** You should normally
|
11207
|
+
# not need to pass this option.**
|
11208
|
+
#
|
11185
11209
|
# @return [Types::CreateSignalMapResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
11186
11210
|
#
|
11187
11211
|
# * {Types::CreateSignalMapResponse#arn #arn} => String
|
@@ -11214,6 +11238,7 @@ module Aws::MediaLive
|
|
11214
11238
|
# tags: {
|
11215
11239
|
# "__string" => "__string",
|
11216
11240
|
# },
|
11241
|
+
# request_id: "__stringMin1Max256PatternS",
|
11217
11242
|
# })
|
11218
11243
|
#
|
11219
11244
|
# @example Response structure
|
@@ -11422,7 +11447,7 @@ module Aws::MediaLive
|
|
11422
11447
|
# resp.statistic #=> String, one of "SampleCount", "Average", "Sum", "Minimum", "Maximum"
|
11423
11448
|
# resp.tags #=> Hash
|
11424
11449
|
# resp.tags["__string"] #=> String
|
11425
|
-
# 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"
|
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", "MEDIATAILOR_PLAYBACK_CONFIGURATION"
|
11426
11451
|
# resp.threshold #=> Float
|
11427
11452
|
# resp.treat_missing_data #=> String, one of "notBreaching", "breaching", "ignore", "missing"
|
11428
11453
|
#
|
@@ -11747,7 +11772,7 @@ module Aws::MediaLive
|
|
11747
11772
|
# resp.cloud_watch_alarm_templates[0].statistic #=> String, one of "SampleCount", "Average", "Sum", "Minimum", "Maximum"
|
11748
11773
|
# resp.cloud_watch_alarm_templates[0].tags #=> Hash
|
11749
11774
|
# resp.cloud_watch_alarm_templates[0].tags["__string"] #=> String
|
11750
|
-
# 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"
|
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", "MEDIATAILOR_PLAYBACK_CONFIGURATION"
|
11751
11776
|
# resp.cloud_watch_alarm_templates[0].threshold #=> Float
|
11752
11777
|
# resp.cloud_watch_alarm_templates[0].treat_missing_data #=> String, one of "notBreaching", "breaching", "ignore", "missing"
|
11753
11778
|
# resp.next_token #=> String
|
@@ -12243,7 +12268,7 @@ module Aws::MediaLive
|
|
12243
12268
|
# name: "__stringMin1Max255PatternS",
|
12244
12269
|
# period: 1,
|
12245
12270
|
# statistic: "SampleCount", # accepts SampleCount, Average, Sum, Minimum, Maximum
|
12246
|
-
# target_resource_type: "CLOUDFRONT_DISTRIBUTION", # accepts CLOUDFRONT_DISTRIBUTION, MEDIALIVE_MULTIPLEX, MEDIALIVE_CHANNEL, MEDIALIVE_INPUT_DEVICE, MEDIAPACKAGE_CHANNEL, MEDIAPACKAGE_ORIGIN_ENDPOINT, MEDIACONNECT_FLOW, S3_BUCKET
|
12271
|
+
# 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
|
12247
12272
|
# threshold: 1.0,
|
12248
12273
|
# treat_missing_data: "notBreaching", # accepts notBreaching, breaching, ignore, missing
|
12249
12274
|
# })
|
@@ -12265,7 +12290,7 @@ module Aws::MediaLive
|
|
12265
12290
|
# resp.statistic #=> String, one of "SampleCount", "Average", "Sum", "Minimum", "Maximum"
|
12266
12291
|
# resp.tags #=> Hash
|
12267
12292
|
# resp.tags["__string"] #=> String
|
12268
|
-
# 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"
|
12293
|
+
# 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"
|
12269
12294
|
# resp.threshold #=> Float
|
12270
12295
|
# resp.treat_missing_data #=> String, one of "notBreaching", "breaching", "ignore", "missing"
|
12271
12296
|
#
|
@@ -13766,7 +13791,7 @@ module Aws::MediaLive
|
|
13766
13791
|
tracer: tracer
|
13767
13792
|
)
|
13768
13793
|
context[:gem_name] = 'aws-sdk-medialive'
|
13769
|
-
context[:gem_version] = '1.
|
13794
|
+
context[:gem_version] = '1.146.0'
|
13770
13795
|
Seahorse::Client::Request.new(handlers, context)
|
13771
13796
|
end
|
13772
13797
|
|
@@ -1180,6 +1180,7 @@ module Aws::MediaLive
|
|
1180
1180
|
__stringMin1Max255 = Shapes::StringShape.new(name: '__stringMin1Max255')
|
1181
1181
|
__stringMin1Max255PatternS = Shapes::StringShape.new(name: '__stringMin1Max255PatternS')
|
1182
1182
|
__stringMin1Max256 = Shapes::StringShape.new(name: '__stringMin1Max256')
|
1183
|
+
__stringMin1Max256PatternS = Shapes::StringShape.new(name: '__stringMin1Max256PatternS')
|
1183
1184
|
__stringMin1Max35 = Shapes::StringShape.new(name: '__stringMin1Max35')
|
1184
1185
|
__stringMin1Max7 = Shapes::StringShape.new(name: '__stringMin1Max7')
|
1185
1186
|
__stringMin2Max2 = Shapes::StringShape.new(name: '__stringMin2Max2')
|
@@ -1767,11 +1768,13 @@ module Aws::MediaLive
|
|
1767
1768
|
CreateCloudWatchAlarmTemplateGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: __stringMin0Max1024, location_name: "description"))
|
1768
1769
|
CreateCloudWatchAlarmTemplateGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: __stringMin1Max255PatternS, required: true, location_name: "name"))
|
1769
1770
|
CreateCloudWatchAlarmTemplateGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
1771
|
+
CreateCloudWatchAlarmTemplateGroupRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: __stringMin1Max256PatternS, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
1770
1772
|
CreateCloudWatchAlarmTemplateGroupRequest.struct_class = Types::CreateCloudWatchAlarmTemplateGroupRequest
|
1771
1773
|
|
1772
1774
|
CreateCloudWatchAlarmTemplateGroupRequestContent.add_member(:description, Shapes::ShapeRef.new(shape: __stringMin0Max1024, location_name: "description"))
|
1773
1775
|
CreateCloudWatchAlarmTemplateGroupRequestContent.add_member(:name, Shapes::ShapeRef.new(shape: __stringMin1Max255PatternS, required: true, location_name: "name"))
|
1774
1776
|
CreateCloudWatchAlarmTemplateGroupRequestContent.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
1777
|
+
CreateCloudWatchAlarmTemplateGroupRequestContent.add_member(:request_id, Shapes::ShapeRef.new(shape: __stringMin1Max256PatternS, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
1775
1778
|
CreateCloudWatchAlarmTemplateGroupRequestContent.struct_class = Types::CreateCloudWatchAlarmTemplateGroupRequestContent
|
1776
1779
|
|
1777
1780
|
CreateCloudWatchAlarmTemplateGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __stringPatternArnMedialiveCloudwatchAlarmTemplateGroup, location_name: "arn"))
|
@@ -1805,6 +1808,7 @@ module Aws::MediaLive
|
|
1805
1808
|
CreateCloudWatchAlarmTemplateRequest.add_member(:target_resource_type, Shapes::ShapeRef.new(shape: CloudWatchAlarmTemplateTargetResourceType, required: true, location_name: "targetResourceType"))
|
1806
1809
|
CreateCloudWatchAlarmTemplateRequest.add_member(:threshold, Shapes::ShapeRef.new(shape: __double, required: true, location_name: "threshold"))
|
1807
1810
|
CreateCloudWatchAlarmTemplateRequest.add_member(:treat_missing_data, Shapes::ShapeRef.new(shape: CloudWatchAlarmTemplateTreatMissingData, required: true, location_name: "treatMissingData"))
|
1811
|
+
CreateCloudWatchAlarmTemplateRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: __stringMin1Max256PatternS, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
1808
1812
|
CreateCloudWatchAlarmTemplateRequest.struct_class = Types::CreateCloudWatchAlarmTemplateRequest
|
1809
1813
|
|
1810
1814
|
CreateCloudWatchAlarmTemplateRequestContent.add_member(:comparison_operator, Shapes::ShapeRef.new(shape: CloudWatchAlarmTemplateComparisonOperator, required: true, location_name: "comparisonOperator"))
|
@@ -1820,6 +1824,7 @@ module Aws::MediaLive
|
|
1820
1824
|
CreateCloudWatchAlarmTemplateRequestContent.add_member(:target_resource_type, Shapes::ShapeRef.new(shape: CloudWatchAlarmTemplateTargetResourceType, required: true, location_name: "targetResourceType"))
|
1821
1825
|
CreateCloudWatchAlarmTemplateRequestContent.add_member(:threshold, Shapes::ShapeRef.new(shape: __double, required: true, location_name: "threshold"))
|
1822
1826
|
CreateCloudWatchAlarmTemplateRequestContent.add_member(:treat_missing_data, Shapes::ShapeRef.new(shape: CloudWatchAlarmTemplateTreatMissingData, required: true, location_name: "treatMissingData"))
|
1827
|
+
CreateCloudWatchAlarmTemplateRequestContent.add_member(:request_id, Shapes::ShapeRef.new(shape: __stringMin1Max256PatternS, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
1823
1828
|
CreateCloudWatchAlarmTemplateRequestContent.struct_class = Types::CreateCloudWatchAlarmTemplateRequestContent
|
1824
1829
|
|
1825
1830
|
CreateCloudWatchAlarmTemplateResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __stringPatternArnMedialiveCloudwatchAlarmTemplate, location_name: "arn"))
|
@@ -1881,11 +1886,13 @@ module Aws::MediaLive
|
|
1881
1886
|
CreateEventBridgeRuleTemplateGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: __stringMin0Max1024, location_name: "description"))
|
1882
1887
|
CreateEventBridgeRuleTemplateGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: __stringMin1Max255PatternS, required: true, location_name: "name"))
|
1883
1888
|
CreateEventBridgeRuleTemplateGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
1889
|
+
CreateEventBridgeRuleTemplateGroupRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: __stringMin1Max256PatternS, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
1884
1890
|
CreateEventBridgeRuleTemplateGroupRequest.struct_class = Types::CreateEventBridgeRuleTemplateGroupRequest
|
1885
1891
|
|
1886
1892
|
CreateEventBridgeRuleTemplateGroupRequestContent.add_member(:description, Shapes::ShapeRef.new(shape: __stringMin0Max1024, location_name: "description"))
|
1887
1893
|
CreateEventBridgeRuleTemplateGroupRequestContent.add_member(:name, Shapes::ShapeRef.new(shape: __stringMin1Max255PatternS, required: true, location_name: "name"))
|
1888
1894
|
CreateEventBridgeRuleTemplateGroupRequestContent.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
1895
|
+
CreateEventBridgeRuleTemplateGroupRequestContent.add_member(:request_id, Shapes::ShapeRef.new(shape: __stringMin1Max256PatternS, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
1889
1896
|
CreateEventBridgeRuleTemplateGroupRequestContent.struct_class = Types::CreateEventBridgeRuleTemplateGroupRequestContent
|
1890
1897
|
|
1891
1898
|
CreateEventBridgeRuleTemplateGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __stringPatternArnMedialiveEventbridgeRuleTemplateGroup, location_name: "arn"))
|
@@ -1912,6 +1919,7 @@ module Aws::MediaLive
|
|
1912
1919
|
CreateEventBridgeRuleTemplateRequest.add_member(:group_identifier, Shapes::ShapeRef.new(shape: __stringPatternS, required: true, location_name: "groupIdentifier"))
|
1913
1920
|
CreateEventBridgeRuleTemplateRequest.add_member(:name, Shapes::ShapeRef.new(shape: __stringMin1Max255PatternS, required: true, location_name: "name"))
|
1914
1921
|
CreateEventBridgeRuleTemplateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
1922
|
+
CreateEventBridgeRuleTemplateRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: __stringMin1Max256PatternS, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
1915
1923
|
CreateEventBridgeRuleTemplateRequest.struct_class = Types::CreateEventBridgeRuleTemplateRequest
|
1916
1924
|
|
1917
1925
|
CreateEventBridgeRuleTemplateRequestContent.add_member(:description, Shapes::ShapeRef.new(shape: __stringMin0Max1024, location_name: "description"))
|
@@ -1920,6 +1928,7 @@ module Aws::MediaLive
|
|
1920
1928
|
CreateEventBridgeRuleTemplateRequestContent.add_member(:group_identifier, Shapes::ShapeRef.new(shape: __stringPatternS, required: true, location_name: "groupIdentifier"))
|
1921
1929
|
CreateEventBridgeRuleTemplateRequestContent.add_member(:name, Shapes::ShapeRef.new(shape: __stringMin1Max255PatternS, required: true, location_name: "name"))
|
1922
1930
|
CreateEventBridgeRuleTemplateRequestContent.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
1931
|
+
CreateEventBridgeRuleTemplateRequestContent.add_member(:request_id, Shapes::ShapeRef.new(shape: __stringMin1Max256PatternS, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
1923
1932
|
CreateEventBridgeRuleTemplateRequestContent.struct_class = Types::CreateEventBridgeRuleTemplateRequestContent
|
1924
1933
|
|
1925
1934
|
CreateEventBridgeRuleTemplateResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __stringPatternArnMedialiveEventbridgeRuleTemplate, location_name: "arn"))
|
@@ -2102,6 +2111,7 @@ module Aws::MediaLive
|
|
2102
2111
|
CreateSignalMapRequest.add_member(:event_bridge_rule_template_group_identifiers, Shapes::ShapeRef.new(shape: __listOf__stringPatternS, location_name: "eventBridgeRuleTemplateGroupIdentifiers"))
|
2103
2112
|
CreateSignalMapRequest.add_member(:name, Shapes::ShapeRef.new(shape: __stringMin1Max255PatternS, required: true, location_name: "name"))
|
2104
2113
|
CreateSignalMapRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
2114
|
+
CreateSignalMapRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: __stringMin1Max256PatternS, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
2105
2115
|
CreateSignalMapRequest.struct_class = Types::CreateSignalMapRequest
|
2106
2116
|
|
2107
2117
|
CreateSignalMapRequestContent.add_member(:cloud_watch_alarm_template_group_identifiers, Shapes::ShapeRef.new(shape: __listOf__stringPatternS, location_name: "cloudWatchAlarmTemplateGroupIdentifiers"))
|
@@ -2110,6 +2120,7 @@ module Aws::MediaLive
|
|
2110
2120
|
CreateSignalMapRequestContent.add_member(:event_bridge_rule_template_group_identifiers, Shapes::ShapeRef.new(shape: __listOf__stringPatternS, location_name: "eventBridgeRuleTemplateGroupIdentifiers"))
|
2111
2121
|
CreateSignalMapRequestContent.add_member(:name, Shapes::ShapeRef.new(shape: __stringMin1Max255PatternS, required: true, location_name: "name"))
|
2112
2122
|
CreateSignalMapRequestContent.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
2123
|
+
CreateSignalMapRequestContent.add_member(:request_id, Shapes::ShapeRef.new(shape: __stringMin1Max256PatternS, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
2113
2124
|
CreateSignalMapRequestContent.struct_class = Types::CreateSignalMapRequestContent
|
2114
2125
|
|
2115
2126
|
CreateSignalMapResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __stringPatternArnMedialiveSignalMap, location_name: "arn"))
|
@@ -14149,12 +14149,18 @@ module Aws::MediaLive
|
|
14149
14149
|
# Represents the tags associated with a resource.
|
14150
14150
|
# @return [Hash<String,String>]
|
14151
14151
|
#
|
14152
|
+
# @!attribute [rw] request_id
|
14153
|
+
# **A suitable default value is auto-generated.** You should normally
|
14154
|
+
# not need to pass this option.
|
14155
|
+
# @return [String]
|
14156
|
+
#
|
14152
14157
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateCloudWatchAlarmTemplateGroupRequest AWS API Documentation
|
14153
14158
|
#
|
14154
14159
|
class CreateCloudWatchAlarmTemplateGroupRequest < Struct.new(
|
14155
14160
|
:description,
|
14156
14161
|
:name,
|
14157
|
-
:tags
|
14162
|
+
:tags,
|
14163
|
+
:request_id)
|
14158
14164
|
SENSITIVE = []
|
14159
14165
|
include Aws::Structure
|
14160
14166
|
end
|
@@ -14172,12 +14178,18 @@ module Aws::MediaLive
|
|
14172
14178
|
# Represents the tags associated with a resource.
|
14173
14179
|
# @return [Hash<String,String>]
|
14174
14180
|
#
|
14181
|
+
# @!attribute [rw] request_id
|
14182
|
+
# 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
|
14183
|
+
# not need to pass this option.
|
14184
|
+
# @return [String]
|
14185
|
+
#
|
14175
14186
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateCloudWatchAlarmTemplateGroupRequestContent AWS API Documentation
|
14176
14187
|
#
|
14177
14188
|
class CreateCloudWatchAlarmTemplateGroupRequestContent < Struct.new(
|
14178
14189
|
:description,
|
14179
14190
|
:name,
|
14180
|
-
:tags
|
14191
|
+
:tags,
|
14192
|
+
:request_id)
|
14181
14193
|
SENSITIVE = []
|
14182
14194
|
include Aws::Structure
|
14183
14195
|
end
|
@@ -14307,6 +14319,11 @@ module Aws::MediaLive
|
|
14307
14319
|
# alarm's condition.
|
14308
14320
|
# @return [String]
|
14309
14321
|
#
|
14322
|
+
# @!attribute [rw] request_id
|
14323
|
+
# **A suitable default value is auto-generated.** You should normally
|
14324
|
+
# not need to pass this option.
|
14325
|
+
# @return [String]
|
14326
|
+
#
|
14310
14327
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateCloudWatchAlarmTemplateRequest AWS API Documentation
|
14311
14328
|
#
|
14312
14329
|
class CreateCloudWatchAlarmTemplateRequest < Struct.new(
|
@@ -14322,7 +14339,8 @@ module Aws::MediaLive
|
|
14322
14339
|
:tags,
|
14323
14340
|
:target_resource_type,
|
14324
14341
|
:threshold,
|
14325
|
-
:treat_missing_data
|
14342
|
+
:treat_missing_data,
|
14343
|
+
:request_id)
|
14326
14344
|
SENSITIVE = []
|
14327
14345
|
include Aws::Structure
|
14328
14346
|
end
|
@@ -14388,6 +14406,11 @@ module Aws::MediaLive
|
|
14388
14406
|
# alarm's condition.
|
14389
14407
|
# @return [String]
|
14390
14408
|
#
|
14409
|
+
# @!attribute [rw] request_id
|
14410
|
+
# 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
|
14411
|
+
# not need to pass this option.
|
14412
|
+
# @return [String]
|
14413
|
+
#
|
14391
14414
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateCloudWatchAlarmTemplateRequestContent AWS API Documentation
|
14392
14415
|
#
|
14393
14416
|
class CreateCloudWatchAlarmTemplateRequestContent < Struct.new(
|
@@ -14403,7 +14426,8 @@ module Aws::MediaLive
|
|
14403
14426
|
:tags,
|
14404
14427
|
:target_resource_type,
|
14405
14428
|
:threshold,
|
14406
|
-
:treat_missing_data
|
14429
|
+
:treat_missing_data,
|
14430
|
+
:request_id)
|
14407
14431
|
SENSITIVE = []
|
14408
14432
|
include Aws::Structure
|
14409
14433
|
end
|
@@ -14601,12 +14625,18 @@ module Aws::MediaLive
|
|
14601
14625
|
# Represents the tags associated with a resource.
|
14602
14626
|
# @return [Hash<String,String>]
|
14603
14627
|
#
|
14628
|
+
# @!attribute [rw] request_id
|
14629
|
+
# **A suitable default value is auto-generated.** You should normally
|
14630
|
+
# not need to pass this option.
|
14631
|
+
# @return [String]
|
14632
|
+
#
|
14604
14633
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateEventBridgeRuleTemplateGroupRequest AWS API Documentation
|
14605
14634
|
#
|
14606
14635
|
class CreateEventBridgeRuleTemplateGroupRequest < Struct.new(
|
14607
14636
|
:description,
|
14608
14637
|
:name,
|
14609
|
-
:tags
|
14638
|
+
:tags,
|
14639
|
+
:request_id)
|
14610
14640
|
SENSITIVE = []
|
14611
14641
|
include Aws::Structure
|
14612
14642
|
end
|
@@ -14624,12 +14654,18 @@ module Aws::MediaLive
|
|
14624
14654
|
# Represents the tags associated with a resource.
|
14625
14655
|
# @return [Hash<String,String>]
|
14626
14656
|
#
|
14657
|
+
# @!attribute [rw] request_id
|
14658
|
+
# 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
|
14659
|
+
# not need to pass this option.
|
14660
|
+
# @return [String]
|
14661
|
+
#
|
14627
14662
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateEventBridgeRuleTemplateGroupRequestContent AWS API Documentation
|
14628
14663
|
#
|
14629
14664
|
class CreateEventBridgeRuleTemplateGroupRequestContent < Struct.new(
|
14630
14665
|
:description,
|
14631
14666
|
:name,
|
14632
|
-
:tags
|
14667
|
+
:tags,
|
14668
|
+
:request_id)
|
14633
14669
|
SENSITIVE = []
|
14634
14670
|
include Aws::Structure
|
14635
14671
|
end
|
@@ -14732,6 +14768,11 @@ module Aws::MediaLive
|
|
14732
14768
|
# Represents the tags associated with a resource.
|
14733
14769
|
# @return [Hash<String,String>]
|
14734
14770
|
#
|
14771
|
+
# @!attribute [rw] request_id
|
14772
|
+
# **A suitable default value is auto-generated.** You should normally
|
14773
|
+
# not need to pass this option.
|
14774
|
+
# @return [String]
|
14775
|
+
#
|
14735
14776
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateEventBridgeRuleTemplateRequest AWS API Documentation
|
14736
14777
|
#
|
14737
14778
|
class CreateEventBridgeRuleTemplateRequest < Struct.new(
|
@@ -14740,7 +14781,8 @@ module Aws::MediaLive
|
|
14740
14781
|
:event_type,
|
14741
14782
|
:group_identifier,
|
14742
14783
|
:name,
|
14743
|
-
:tags
|
14784
|
+
:tags,
|
14785
|
+
:request_id)
|
14744
14786
|
SENSITIVE = []
|
14745
14787
|
include Aws::Structure
|
14746
14788
|
end
|
@@ -14770,6 +14812,11 @@ module Aws::MediaLive
|
|
14770
14812
|
# Represents the tags associated with a resource.
|
14771
14813
|
# @return [Hash<String,String>]
|
14772
14814
|
#
|
14815
|
+
# @!attribute [rw] request_id
|
14816
|
+
# 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
|
14817
|
+
# not need to pass this option.
|
14818
|
+
# @return [String]
|
14819
|
+
#
|
14773
14820
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateEventBridgeRuleTemplateRequestContent AWS API Documentation
|
14774
14821
|
#
|
14775
14822
|
class CreateEventBridgeRuleTemplateRequestContent < Struct.new(
|
@@ -14778,7 +14825,8 @@ module Aws::MediaLive
|
|
14778
14825
|
:event_type,
|
14779
14826
|
:group_identifier,
|
14780
14827
|
:name,
|
14781
|
-
:tags
|
14828
|
+
:tags,
|
14829
|
+
:request_id)
|
14782
14830
|
SENSITIVE = []
|
14783
14831
|
include Aws::Structure
|
14784
14832
|
end
|
@@ -14908,6 +14956,11 @@ module Aws::MediaLive
|
|
14908
14956
|
# Represents the tags associated with a resource.
|
14909
14957
|
# @return [Hash<String,String>]
|
14910
14958
|
#
|
14959
|
+
# @!attribute [rw] request_id
|
14960
|
+
# **A suitable default value is auto-generated.** You should normally
|
14961
|
+
# not need to pass this option.
|
14962
|
+
# @return [String]
|
14963
|
+
#
|
14911
14964
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateSignalMapRequest AWS API Documentation
|
14912
14965
|
#
|
14913
14966
|
class CreateSignalMapRequest < Struct.new(
|
@@ -14916,7 +14969,8 @@ module Aws::MediaLive
|
|
14916
14969
|
:discovery_entry_point_arn,
|
14917
14970
|
:event_bridge_rule_template_group_identifiers,
|
14918
14971
|
:name,
|
14919
|
-
:tags
|
14972
|
+
:tags,
|
14973
|
+
:request_id)
|
14920
14974
|
SENSITIVE = []
|
14921
14975
|
include Aws::Structure
|
14922
14976
|
end
|
@@ -14945,6 +14999,11 @@ module Aws::MediaLive
|
|
14945
14999
|
# Represents the tags associated with a resource.
|
14946
15000
|
# @return [Hash<String,String>]
|
14947
15001
|
#
|
15002
|
+
# @!attribute [rw] request_id
|
15003
|
+
# 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
|
15004
|
+
# not need to pass this option.
|
15005
|
+
# @return [String]
|
15006
|
+
#
|
14948
15007
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateSignalMapRequestContent AWS API Documentation
|
14949
15008
|
#
|
14950
15009
|
class CreateSignalMapRequestContent < Struct.new(
|
@@ -14953,7 +15012,8 @@ module Aws::MediaLive
|
|
14953
15012
|
:discovery_entry_point_arn,
|
14954
15013
|
:event_bridge_rule_template_group_identifiers,
|
14955
15014
|
:name,
|
14956
|
-
:tags
|
15015
|
+
:tags,
|
15016
|
+
:request_id)
|
14957
15017
|
SENSITIVE = []
|
14958
15018
|
include Aws::Structure
|
14959
15019
|
end
|
@@ -19013,7 +19073,7 @@ module Aws::MediaLive
|
|
19013
19073
|
# @return [String]
|
19014
19074
|
#
|
19015
19075
|
# @!attribute [rw] nodes
|
19016
|
-
# An array with one item, which is the
|
19076
|
+
# An array with one item, which is the single Node that is associated
|
19017
19077
|
# with the ChannelPlacementGroup.
|
19018
19078
|
# @return [Array<String>]
|
19019
19079
|
#
|
@@ -19060,7 +19120,7 @@ module Aws::MediaLive
|
|
19060
19120
|
# @return [String]
|
19061
19121
|
#
|
19062
19122
|
# @!attribute [rw] nodes
|
19063
|
-
# An array with one item, which is the
|
19123
|
+
# An array with one item, which is the single Node that is associated
|
19064
19124
|
# with the ChannelPlacementGroup.
|
19065
19125
|
# @return [Array<String>]
|
19066
19126
|
#
|
data/lib/aws-sdk-medialive.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -3903,7 +3903,7 @@ module Aws
|
|
3903
3903
|
def period: () -> ::Integer
|
3904
3904
|
def statistic: () -> ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")
|
3905
3905
|
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")
|
3906
|
+
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
3907
|
def threshold: () -> ::Float
|
3908
3908
|
def treat_missing_data: () -> ("notBreaching" | "breaching" | "ignore" | "missing")
|
3909
3909
|
end
|
@@ -3919,9 +3919,10 @@ module Aws
|
|
3919
3919
|
period: ::Integer,
|
3920
3920
|
statistic: ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum"),
|
3921
3921
|
?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"),
|
3922
|
+
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
3923
|
threshold: ::Float,
|
3924
|
-
treat_missing_data: ("notBreaching" | "breaching" | "ignore" | "missing")
|
3924
|
+
treat_missing_data: ("notBreaching" | "breaching" | "ignore" | "missing"),
|
3925
|
+
?request_id: ::String
|
3925
3926
|
) -> _CreateCloudWatchAlarmTemplateResponseSuccess
|
3926
3927
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCloudWatchAlarmTemplateResponseSuccess
|
3927
3928
|
|
@@ -3939,7 +3940,8 @@ module Aws
|
|
3939
3940
|
def create_cloud_watch_alarm_template_group: (
|
3940
3941
|
?description: ::String,
|
3941
3942
|
name: ::String,
|
3942
|
-
?tags: Hash[::String, ::String]
|
3943
|
+
?tags: Hash[::String, ::String],
|
3944
|
+
?request_id: ::String
|
3943
3945
|
) -> _CreateCloudWatchAlarmTemplateGroupResponseSuccess
|
3944
3946
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCloudWatchAlarmTemplateGroupResponseSuccess
|
3945
3947
|
|
@@ -3967,7 +3969,8 @@ module Aws
|
|
3967
3969
|
event_type: ("MEDIALIVE_MULTIPLEX_ALERT" | "MEDIALIVE_MULTIPLEX_STATE_CHANGE" | "MEDIALIVE_CHANNEL_ALERT" | "MEDIALIVE_CHANNEL_INPUT_CHANGE" | "MEDIALIVE_CHANNEL_STATE_CHANGE" | "MEDIAPACKAGE_INPUT_NOTIFICATION" | "MEDIAPACKAGE_KEY_PROVIDER_NOTIFICATION" | "MEDIAPACKAGE_HARVEST_JOB_NOTIFICATION" | "SIGNAL_MAP_ACTIVE_ALARM" | "MEDIACONNECT_ALERT" | "MEDIACONNECT_SOURCE_HEALTH" | "MEDIACONNECT_OUTPUT_HEALTH" | "MEDIACONNECT_FLOW_STATUS_CHANGE"),
|
3968
3970
|
group_identifier: ::String,
|
3969
3971
|
name: ::String,
|
3970
|
-
?tags: Hash[::String, ::String]
|
3972
|
+
?tags: Hash[::String, ::String],
|
3973
|
+
?request_id: ::String
|
3971
3974
|
) -> _CreateEventBridgeRuleTemplateResponseSuccess
|
3972
3975
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEventBridgeRuleTemplateResponseSuccess
|
3973
3976
|
|
@@ -3985,7 +3988,8 @@ module Aws
|
|
3985
3988
|
def create_event_bridge_rule_template_group: (
|
3986
3989
|
?description: ::String,
|
3987
3990
|
name: ::String,
|
3988
|
-
?tags: Hash[::String, ::String]
|
3991
|
+
?tags: Hash[::String, ::String],
|
3992
|
+
?request_id: ::String
|
3989
3993
|
) -> _CreateEventBridgeRuleTemplateGroupResponseSuccess
|
3990
3994
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEventBridgeRuleTemplateGroupResponseSuccess
|
3991
3995
|
|
@@ -4017,7 +4021,8 @@ module Aws
|
|
4017
4021
|
discovery_entry_point_arn: ::String,
|
4018
4022
|
?event_bridge_rule_template_group_identifiers: Array[::String],
|
4019
4023
|
name: ::String,
|
4020
|
-
?tags: Hash[::String, ::String]
|
4024
|
+
?tags: Hash[::String, ::String],
|
4025
|
+
?request_id: ::String
|
4021
4026
|
) -> _CreateSignalMapResponseSuccess
|
4022
4027
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSignalMapResponseSuccess
|
4023
4028
|
|
@@ -4067,7 +4072,7 @@ module Aws
|
|
4067
4072
|
def period: () -> ::Integer
|
4068
4073
|
def statistic: () -> ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")
|
4069
4074
|
def tags: () -> ::Hash[::String, ::String]
|
4070
|
-
def target_resource_type: () -> ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET")
|
4075
|
+
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")
|
4071
4076
|
def threshold: () -> ::Float
|
4072
4077
|
def treat_missing_data: () -> ("notBreaching" | "breaching" | "ignore" | "missing")
|
4073
4078
|
end
|
@@ -4329,7 +4334,7 @@ module Aws
|
|
4329
4334
|
def period: () -> ::Integer
|
4330
4335
|
def statistic: () -> ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")
|
4331
4336
|
def tags: () -> ::Hash[::String, ::String]
|
4332
|
-
def target_resource_type: () -> ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET")
|
4337
|
+
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")
|
4333
4338
|
def threshold: () -> ::Float
|
4334
4339
|
def treat_missing_data: () -> ("notBreaching" | "breaching" | "ignore" | "missing")
|
4335
4340
|
end
|
@@ -4345,7 +4350,7 @@ module Aws
|
|
4345
4350
|
?name: ::String,
|
4346
4351
|
?period: ::Integer,
|
4347
4352
|
?statistic: ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum"),
|
4348
|
-
?target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET"),
|
4353
|
+
?target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET" | "MEDIATAILOR_PLAYBACK_CONFIGURATION"),
|
4349
4354
|
?threshold: ::Float,
|
4350
4355
|
?treat_missing_data: ("notBreaching" | "breaching" | "ignore" | "missing")
|
4351
4356
|
) -> _UpdateCloudWatchAlarmTemplateResponseSuccess
|
data/sig/types.rbs
CHANGED
@@ -3627,7 +3627,7 @@ module Aws::MediaLive
|
|
3627
3627
|
attr_accessor period: ::Integer
|
3628
3628
|
attr_accessor statistic: ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")
|
3629
3629
|
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")
|
3630
|
+
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
3631
|
attr_accessor threshold: ::Float
|
3632
3632
|
attr_accessor treat_missing_data: ("notBreaching" | "breaching" | "ignore" | "missing")
|
3633
3633
|
SENSITIVE: []
|
@@ -3642,6 +3642,7 @@ module Aws::MediaLive
|
|
3642
3642
|
attr_accessor description: ::String
|
3643
3643
|
attr_accessor name: ::String
|
3644
3644
|
attr_accessor tags: ::Hash[::String, ::String]
|
3645
|
+
attr_accessor request_id: ::String
|
3645
3646
|
SENSITIVE: []
|
3646
3647
|
end
|
3647
3648
|
|
@@ -3649,6 +3650,7 @@ module Aws::MediaLive
|
|
3649
3650
|
attr_accessor description: ::String
|
3650
3651
|
attr_accessor name: ::String
|
3651
3652
|
attr_accessor tags: ::Hash[::String, ::String]
|
3653
|
+
attr_accessor request_id: ::String
|
3652
3654
|
SENSITIVE: []
|
3653
3655
|
end
|
3654
3656
|
|
@@ -3685,9 +3687,10 @@ module Aws::MediaLive
|
|
3685
3687
|
attr_accessor period: ::Integer
|
3686
3688
|
attr_accessor statistic: ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")
|
3687
3689
|
attr_accessor tags: ::Hash[::String, ::String]
|
3688
|
-
attr_accessor target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET")
|
3690
|
+
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")
|
3689
3691
|
attr_accessor threshold: ::Float
|
3690
3692
|
attr_accessor treat_missing_data: ("notBreaching" | "breaching" | "ignore" | "missing")
|
3693
|
+
attr_accessor request_id: ::String
|
3691
3694
|
SENSITIVE: []
|
3692
3695
|
end
|
3693
3696
|
|
@@ -3702,9 +3705,10 @@ module Aws::MediaLive
|
|
3702
3705
|
attr_accessor period: ::Integer
|
3703
3706
|
attr_accessor statistic: ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")
|
3704
3707
|
attr_accessor tags: ::Hash[::String, ::String]
|
3705
|
-
attr_accessor target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET")
|
3708
|
+
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")
|
3706
3709
|
attr_accessor threshold: ::Float
|
3707
3710
|
attr_accessor treat_missing_data: ("notBreaching" | "breaching" | "ignore" | "missing")
|
3711
|
+
attr_accessor request_id: ::String
|
3708
3712
|
SENSITIVE: []
|
3709
3713
|
end
|
3710
3714
|
|
@@ -3723,7 +3727,7 @@ module Aws::MediaLive
|
|
3723
3727
|
attr_accessor period: ::Integer
|
3724
3728
|
attr_accessor statistic: ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")
|
3725
3729
|
attr_accessor tags: ::Hash[::String, ::String]
|
3726
|
-
attr_accessor target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET")
|
3730
|
+
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")
|
3727
3731
|
attr_accessor threshold: ::Float
|
3728
3732
|
attr_accessor treat_missing_data: ("notBreaching" | "breaching" | "ignore" | "missing")
|
3729
3733
|
SENSITIVE: []
|
@@ -3744,7 +3748,7 @@ module Aws::MediaLive
|
|
3744
3748
|
attr_accessor period: ::Integer
|
3745
3749
|
attr_accessor statistic: ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")
|
3746
3750
|
attr_accessor tags: ::Hash[::String, ::String]
|
3747
|
-
attr_accessor target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET")
|
3751
|
+
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")
|
3748
3752
|
attr_accessor threshold: ::Float
|
3749
3753
|
attr_accessor treat_missing_data: ("notBreaching" | "breaching" | "ignore" | "missing")
|
3750
3754
|
SENSITIVE: []
|
@@ -3754,6 +3758,7 @@ module Aws::MediaLive
|
|
3754
3758
|
attr_accessor description: ::String
|
3755
3759
|
attr_accessor name: ::String
|
3756
3760
|
attr_accessor tags: ::Hash[::String, ::String]
|
3761
|
+
attr_accessor request_id: ::String
|
3757
3762
|
SENSITIVE: []
|
3758
3763
|
end
|
3759
3764
|
|
@@ -3761,6 +3766,7 @@ module Aws::MediaLive
|
|
3761
3766
|
attr_accessor description: ::String
|
3762
3767
|
attr_accessor name: ::String
|
3763
3768
|
attr_accessor tags: ::Hash[::String, ::String]
|
3769
|
+
attr_accessor request_id: ::String
|
3764
3770
|
SENSITIVE: []
|
3765
3771
|
end
|
3766
3772
|
|
@@ -3793,6 +3799,7 @@ module Aws::MediaLive
|
|
3793
3799
|
attr_accessor group_identifier: ::String
|
3794
3800
|
attr_accessor name: ::String
|
3795
3801
|
attr_accessor tags: ::Hash[::String, ::String]
|
3802
|
+
attr_accessor request_id: ::String
|
3796
3803
|
SENSITIVE: []
|
3797
3804
|
end
|
3798
3805
|
|
@@ -3803,6 +3810,7 @@ module Aws::MediaLive
|
|
3803
3810
|
attr_accessor group_identifier: ::String
|
3804
3811
|
attr_accessor name: ::String
|
3805
3812
|
attr_accessor tags: ::Hash[::String, ::String]
|
3813
|
+
attr_accessor request_id: ::String
|
3806
3814
|
SENSITIVE: []
|
3807
3815
|
end
|
3808
3816
|
|
@@ -3841,6 +3849,7 @@ module Aws::MediaLive
|
|
3841
3849
|
attr_accessor event_bridge_rule_template_group_identifiers: ::Array[::String]
|
3842
3850
|
attr_accessor name: ::String
|
3843
3851
|
attr_accessor tags: ::Hash[::String, ::String]
|
3852
|
+
attr_accessor request_id: ::String
|
3844
3853
|
SENSITIVE: []
|
3845
3854
|
end
|
3846
3855
|
|
@@ -3851,6 +3860,7 @@ module Aws::MediaLive
|
|
3851
3860
|
attr_accessor event_bridge_rule_template_group_identifiers: ::Array[::String]
|
3852
3861
|
attr_accessor name: ::String
|
3853
3862
|
attr_accessor tags: ::Hash[::String, ::String]
|
3863
|
+
attr_accessor request_id: ::String
|
3854
3864
|
SENSITIVE: []
|
3855
3865
|
end
|
3856
3866
|
|
@@ -4006,7 +4016,7 @@ module Aws::MediaLive
|
|
4006
4016
|
attr_accessor period: ::Integer
|
4007
4017
|
attr_accessor statistic: ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")
|
4008
4018
|
attr_accessor tags: ::Hash[::String, ::String]
|
4009
|
-
attr_accessor target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET")
|
4019
|
+
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")
|
4010
4020
|
attr_accessor threshold: ::Float
|
4011
4021
|
attr_accessor treat_missing_data: ("notBreaching" | "breaching" | "ignore" | "missing")
|
4012
4022
|
SENSITIVE: []
|
@@ -4027,7 +4037,7 @@ module Aws::MediaLive
|
|
4027
4037
|
attr_accessor period: ::Integer
|
4028
4038
|
attr_accessor statistic: ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")
|
4029
4039
|
attr_accessor tags: ::Hash[::String, ::String]
|
4030
|
-
attr_accessor target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET")
|
4040
|
+
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")
|
4031
4041
|
attr_accessor threshold: ::Float
|
4032
4042
|
attr_accessor treat_missing_data: ("notBreaching" | "breaching" | "ignore" | "missing")
|
4033
4043
|
SENSITIVE: []
|
@@ -4509,7 +4519,7 @@ module Aws::MediaLive
|
|
4509
4519
|
attr_accessor name: ::String
|
4510
4520
|
attr_accessor period: ::Integer
|
4511
4521
|
attr_accessor statistic: ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")
|
4512
|
-
attr_accessor target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET")
|
4522
|
+
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")
|
4513
4523
|
attr_accessor threshold: ::Float
|
4514
4524
|
attr_accessor treat_missing_data: ("notBreaching" | "breaching" | "ignore" | "missing")
|
4515
4525
|
SENSITIVE: []
|
@@ -4525,7 +4535,7 @@ module Aws::MediaLive
|
|
4525
4535
|
attr_accessor name: ::String
|
4526
4536
|
attr_accessor period: ::Integer
|
4527
4537
|
attr_accessor statistic: ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")
|
4528
|
-
attr_accessor target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET")
|
4538
|
+
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")
|
4529
4539
|
attr_accessor threshold: ::Float
|
4530
4540
|
attr_accessor treat_missing_data: ("notBreaching" | "breaching" | "ignore" | "missing")
|
4531
4541
|
SENSITIVE: []
|
@@ -4546,7 +4556,7 @@ module Aws::MediaLive
|
|
4546
4556
|
attr_accessor period: ::Integer
|
4547
4557
|
attr_accessor statistic: ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")
|
4548
4558
|
attr_accessor tags: ::Hash[::String, ::String]
|
4549
|
-
attr_accessor target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET")
|
4559
|
+
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")
|
4550
4560
|
attr_accessor threshold: ::Float
|
4551
4561
|
attr_accessor treat_missing_data: ("notBreaching" | "breaching" | "ignore" | "missing")
|
4552
4562
|
SENSITIVE: []
|
@@ -4567,7 +4577,7 @@ module Aws::MediaLive
|
|
4567
4577
|
attr_accessor period: ::Integer
|
4568
4578
|
attr_accessor statistic: ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")
|
4569
4579
|
attr_accessor tags: ::Hash[::String, ::String]
|
4570
|
-
attr_accessor target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET")
|
4580
|
+
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")
|
4571
4581
|
attr_accessor threshold: ::Float
|
4572
4582
|
attr_accessor treat_missing_data: ("notBreaching" | "breaching" | "ignore" | "missing")
|
4573
4583
|
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.146.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-02-
|
11
|
+
date: 2025-02-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|