aws-sdk-medialive 1.118.0 → 1.119.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/client.rbs CHANGED
@@ -3447,6 +3447,532 @@ module Aws
3447
3447
  ) -> _RestartChannelPipelinesResponseSuccess
3448
3448
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RestartChannelPipelinesResponseSuccess
3449
3449
 
3450
+ interface _CreateCloudWatchAlarmTemplateResponseSuccess
3451
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateCloudWatchAlarmTemplateResponse]
3452
+ def arn: () -> ::String
3453
+ def comparison_operator: () -> ("GreaterThanOrEqualToThreshold" | "GreaterThanThreshold" | "LessThanThreshold" | "LessThanOrEqualToThreshold")
3454
+ def created_at: () -> ::Time
3455
+ def datapoints_to_alarm: () -> ::Integer
3456
+ def description: () -> ::String
3457
+ def evaluation_periods: () -> ::Integer
3458
+ def group_id: () -> ::String
3459
+ def id: () -> ::String
3460
+ def metric_name: () -> ::String
3461
+ def modified_at: () -> ::Time
3462
+ def name: () -> ::String
3463
+ def period: () -> ::Integer
3464
+ def statistic: () -> ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")
3465
+ def tags: () -> ::Hash[::String, ::String]
3466
+ def target_resource_type: () -> ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET")
3467
+ def threshold: () -> ::Float
3468
+ def treat_missing_data: () -> ("notBreaching" | "breaching" | "ignore" | "missing")
3469
+ end
3470
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#create_cloud_watch_alarm_template-instance_method
3471
+ def create_cloud_watch_alarm_template: (
3472
+ comparison_operator: ("GreaterThanOrEqualToThreshold" | "GreaterThanThreshold" | "LessThanThreshold" | "LessThanOrEqualToThreshold"),
3473
+ ?datapoints_to_alarm: ::Integer,
3474
+ ?description: ::String,
3475
+ evaluation_periods: ::Integer,
3476
+ group_identifier: ::String,
3477
+ metric_name: ::String,
3478
+ name: ::String,
3479
+ period: ::Integer,
3480
+ statistic: ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum"),
3481
+ ?tags: Hash[::String, ::String],
3482
+ target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET"),
3483
+ threshold: ::Float,
3484
+ treat_missing_data: ("notBreaching" | "breaching" | "ignore" | "missing")
3485
+ ) -> _CreateCloudWatchAlarmTemplateResponseSuccess
3486
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCloudWatchAlarmTemplateResponseSuccess
3487
+
3488
+ interface _CreateCloudWatchAlarmTemplateGroupResponseSuccess
3489
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateCloudWatchAlarmTemplateGroupResponse]
3490
+ def arn: () -> ::String
3491
+ def created_at: () -> ::Time
3492
+ def description: () -> ::String
3493
+ def id: () -> ::String
3494
+ def modified_at: () -> ::Time
3495
+ def name: () -> ::String
3496
+ def tags: () -> ::Hash[::String, ::String]
3497
+ end
3498
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#create_cloud_watch_alarm_template_group-instance_method
3499
+ def create_cloud_watch_alarm_template_group: (
3500
+ ?description: ::String,
3501
+ name: ::String,
3502
+ ?tags: Hash[::String, ::String]
3503
+ ) -> _CreateCloudWatchAlarmTemplateGroupResponseSuccess
3504
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCloudWatchAlarmTemplateGroupResponseSuccess
3505
+
3506
+ interface _CreateEventBridgeRuleTemplateResponseSuccess
3507
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateEventBridgeRuleTemplateResponse]
3508
+ def arn: () -> ::String
3509
+ def created_at: () -> ::Time
3510
+ def description: () -> ::String
3511
+ def event_targets: () -> ::Array[Types::EventBridgeRuleTemplateTarget]
3512
+ def 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")
3513
+ def group_id: () -> ::String
3514
+ def id: () -> ::String
3515
+ def modified_at: () -> ::Time
3516
+ def name: () -> ::String
3517
+ def tags: () -> ::Hash[::String, ::String]
3518
+ end
3519
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#create_event_bridge_rule_template-instance_method
3520
+ def create_event_bridge_rule_template: (
3521
+ ?description: ::String,
3522
+ ?event_targets: Array[
3523
+ {
3524
+ arn: ::String
3525
+ },
3526
+ ],
3527
+ 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"),
3528
+ group_identifier: ::String,
3529
+ name: ::String,
3530
+ ?tags: Hash[::String, ::String]
3531
+ ) -> _CreateEventBridgeRuleTemplateResponseSuccess
3532
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEventBridgeRuleTemplateResponseSuccess
3533
+
3534
+ interface _CreateEventBridgeRuleTemplateGroupResponseSuccess
3535
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateEventBridgeRuleTemplateGroupResponse]
3536
+ def arn: () -> ::String
3537
+ def created_at: () -> ::Time
3538
+ def description: () -> ::String
3539
+ def id: () -> ::String
3540
+ def modified_at: () -> ::Time
3541
+ def name: () -> ::String
3542
+ def tags: () -> ::Hash[::String, ::String]
3543
+ end
3544
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#create_event_bridge_rule_template_group-instance_method
3545
+ def create_event_bridge_rule_template_group: (
3546
+ ?description: ::String,
3547
+ name: ::String,
3548
+ ?tags: Hash[::String, ::String]
3549
+ ) -> _CreateEventBridgeRuleTemplateGroupResponseSuccess
3550
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEventBridgeRuleTemplateGroupResponseSuccess
3551
+
3552
+ interface _CreateSignalMapResponseSuccess
3553
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateSignalMapResponse]
3554
+ def arn: () -> ::String
3555
+ def cloud_watch_alarm_template_group_ids: () -> ::Array[::String]
3556
+ def created_at: () -> ::Time
3557
+ def description: () -> ::String
3558
+ def discovery_entry_point_arn: () -> ::String
3559
+ def error_message: () -> ::String
3560
+ def event_bridge_rule_template_group_ids: () -> ::Array[::String]
3561
+ def failed_media_resource_map: () -> ::Hash[::String, Types::MediaResource]
3562
+ def id: () -> ::String
3563
+ def last_discovered_at: () -> ::Time
3564
+ def last_successful_monitor_deployment: () -> Types::SuccessfulMonitorDeployment
3565
+ def media_resource_map: () -> ::Hash[::String, Types::MediaResource]
3566
+ def modified_at: () -> ::Time
3567
+ def monitor_changes_pending_deployment: () -> bool
3568
+ def monitor_deployment: () -> Types::MonitorDeployment
3569
+ def name: () -> ::String
3570
+ def status: () -> ("CREATE_IN_PROGRESS" | "CREATE_COMPLETE" | "CREATE_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_COMPLETE" | "UPDATE_REVERTED" | "UPDATE_FAILED" | "READY" | "NOT_READY")
3571
+ def tags: () -> ::Hash[::String, ::String]
3572
+ end
3573
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#create_signal_map-instance_method
3574
+ def create_signal_map: (
3575
+ ?cloud_watch_alarm_template_group_identifiers: Array[::String],
3576
+ ?description: ::String,
3577
+ discovery_entry_point_arn: ::String,
3578
+ ?event_bridge_rule_template_group_identifiers: Array[::String],
3579
+ name: ::String,
3580
+ ?tags: Hash[::String, ::String]
3581
+ ) -> _CreateSignalMapResponseSuccess
3582
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSignalMapResponseSuccess
3583
+
3584
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#delete_cloud_watch_alarm_template-instance_method
3585
+ def delete_cloud_watch_alarm_template: (
3586
+ identifier: ::String
3587
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3588
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3589
+
3590
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#delete_cloud_watch_alarm_template_group-instance_method
3591
+ def delete_cloud_watch_alarm_template_group: (
3592
+ identifier: ::String
3593
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3594
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3595
+
3596
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#delete_event_bridge_rule_template-instance_method
3597
+ def delete_event_bridge_rule_template: (
3598
+ identifier: ::String
3599
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3600
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3601
+
3602
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#delete_event_bridge_rule_template_group-instance_method
3603
+ def delete_event_bridge_rule_template_group: (
3604
+ identifier: ::String
3605
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3606
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3607
+
3608
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#delete_signal_map-instance_method
3609
+ def delete_signal_map: (
3610
+ identifier: ::String
3611
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3612
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3613
+
3614
+ interface _GetCloudWatchAlarmTemplateResponseSuccess
3615
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetCloudWatchAlarmTemplateResponse]
3616
+ def arn: () -> ::String
3617
+ def comparison_operator: () -> ("GreaterThanOrEqualToThreshold" | "GreaterThanThreshold" | "LessThanThreshold" | "LessThanOrEqualToThreshold")
3618
+ def created_at: () -> ::Time
3619
+ def datapoints_to_alarm: () -> ::Integer
3620
+ def description: () -> ::String
3621
+ def evaluation_periods: () -> ::Integer
3622
+ def group_id: () -> ::String
3623
+ def id: () -> ::String
3624
+ def metric_name: () -> ::String
3625
+ def modified_at: () -> ::Time
3626
+ def name: () -> ::String
3627
+ def period: () -> ::Integer
3628
+ def statistic: () -> ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")
3629
+ def tags: () -> ::Hash[::String, ::String]
3630
+ def target_resource_type: () -> ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET")
3631
+ def threshold: () -> ::Float
3632
+ def treat_missing_data: () -> ("notBreaching" | "breaching" | "ignore" | "missing")
3633
+ end
3634
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#get_cloud_watch_alarm_template-instance_method
3635
+ def get_cloud_watch_alarm_template: (
3636
+ identifier: ::String
3637
+ ) -> _GetCloudWatchAlarmTemplateResponseSuccess
3638
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetCloudWatchAlarmTemplateResponseSuccess
3639
+
3640
+ interface _GetCloudWatchAlarmTemplateGroupResponseSuccess
3641
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetCloudWatchAlarmTemplateGroupResponse]
3642
+ def arn: () -> ::String
3643
+ def created_at: () -> ::Time
3644
+ def description: () -> ::String
3645
+ def id: () -> ::String
3646
+ def modified_at: () -> ::Time
3647
+ def name: () -> ::String
3648
+ def tags: () -> ::Hash[::String, ::String]
3649
+ end
3650
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#get_cloud_watch_alarm_template_group-instance_method
3651
+ def get_cloud_watch_alarm_template_group: (
3652
+ identifier: ::String
3653
+ ) -> _GetCloudWatchAlarmTemplateGroupResponseSuccess
3654
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetCloudWatchAlarmTemplateGroupResponseSuccess
3655
+
3656
+ interface _GetEventBridgeRuleTemplateResponseSuccess
3657
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetEventBridgeRuleTemplateResponse]
3658
+ def arn: () -> ::String
3659
+ def created_at: () -> ::Time
3660
+ def description: () -> ::String
3661
+ def event_targets: () -> ::Array[Types::EventBridgeRuleTemplateTarget]
3662
+ def 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")
3663
+ def group_id: () -> ::String
3664
+ def id: () -> ::String
3665
+ def modified_at: () -> ::Time
3666
+ def name: () -> ::String
3667
+ def tags: () -> ::Hash[::String, ::String]
3668
+ end
3669
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#get_event_bridge_rule_template-instance_method
3670
+ def get_event_bridge_rule_template: (
3671
+ identifier: ::String
3672
+ ) -> _GetEventBridgeRuleTemplateResponseSuccess
3673
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetEventBridgeRuleTemplateResponseSuccess
3674
+
3675
+ interface _GetEventBridgeRuleTemplateGroupResponseSuccess
3676
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetEventBridgeRuleTemplateGroupResponse]
3677
+ def arn: () -> ::String
3678
+ def created_at: () -> ::Time
3679
+ def description: () -> ::String
3680
+ def id: () -> ::String
3681
+ def modified_at: () -> ::Time
3682
+ def name: () -> ::String
3683
+ def tags: () -> ::Hash[::String, ::String]
3684
+ end
3685
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#get_event_bridge_rule_template_group-instance_method
3686
+ def get_event_bridge_rule_template_group: (
3687
+ identifier: ::String
3688
+ ) -> _GetEventBridgeRuleTemplateGroupResponseSuccess
3689
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetEventBridgeRuleTemplateGroupResponseSuccess
3690
+
3691
+ interface _GetSignalMapResponseSuccess
3692
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetSignalMapResponse]
3693
+ def arn: () -> ::String
3694
+ def cloud_watch_alarm_template_group_ids: () -> ::Array[::String]
3695
+ def created_at: () -> ::Time
3696
+ def description: () -> ::String
3697
+ def discovery_entry_point_arn: () -> ::String
3698
+ def error_message: () -> ::String
3699
+ def event_bridge_rule_template_group_ids: () -> ::Array[::String]
3700
+ def failed_media_resource_map: () -> ::Hash[::String, Types::MediaResource]
3701
+ def id: () -> ::String
3702
+ def last_discovered_at: () -> ::Time
3703
+ def last_successful_monitor_deployment: () -> Types::SuccessfulMonitorDeployment
3704
+ def media_resource_map: () -> ::Hash[::String, Types::MediaResource]
3705
+ def modified_at: () -> ::Time
3706
+ def monitor_changes_pending_deployment: () -> bool
3707
+ def monitor_deployment: () -> Types::MonitorDeployment
3708
+ def name: () -> ::String
3709
+ def status: () -> ("CREATE_IN_PROGRESS" | "CREATE_COMPLETE" | "CREATE_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_COMPLETE" | "UPDATE_REVERTED" | "UPDATE_FAILED" | "READY" | "NOT_READY")
3710
+ def tags: () -> ::Hash[::String, ::String]
3711
+ end
3712
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#get_signal_map-instance_method
3713
+ def get_signal_map: (
3714
+ identifier: ::String
3715
+ ) -> _GetSignalMapResponseSuccess
3716
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSignalMapResponseSuccess
3717
+
3718
+ interface _ListCloudWatchAlarmTemplateGroupsResponseSuccess
3719
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListCloudWatchAlarmTemplateGroupsResponse]
3720
+ def cloud_watch_alarm_template_groups: () -> ::Array[Types::CloudWatchAlarmTemplateGroupSummary]
3721
+ def next_token: () -> ::String
3722
+ end
3723
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#list_cloud_watch_alarm_template_groups-instance_method
3724
+ def list_cloud_watch_alarm_template_groups: (
3725
+ ?max_results: ::Integer,
3726
+ ?next_token: ::String,
3727
+ ?scope: ::String,
3728
+ ?signal_map_identifier: ::String
3729
+ ) -> _ListCloudWatchAlarmTemplateGroupsResponseSuccess
3730
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListCloudWatchAlarmTemplateGroupsResponseSuccess
3731
+
3732
+ interface _ListCloudWatchAlarmTemplatesResponseSuccess
3733
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListCloudWatchAlarmTemplatesResponse]
3734
+ def cloud_watch_alarm_templates: () -> ::Array[Types::CloudWatchAlarmTemplateSummary]
3735
+ def next_token: () -> ::String
3736
+ end
3737
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#list_cloud_watch_alarm_templates-instance_method
3738
+ def list_cloud_watch_alarm_templates: (
3739
+ ?group_identifier: ::String,
3740
+ ?max_results: ::Integer,
3741
+ ?next_token: ::String,
3742
+ ?scope: ::String,
3743
+ ?signal_map_identifier: ::String
3744
+ ) -> _ListCloudWatchAlarmTemplatesResponseSuccess
3745
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListCloudWatchAlarmTemplatesResponseSuccess
3746
+
3747
+ interface _ListEventBridgeRuleTemplateGroupsResponseSuccess
3748
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListEventBridgeRuleTemplateGroupsResponse]
3749
+ def event_bridge_rule_template_groups: () -> ::Array[Types::EventBridgeRuleTemplateGroupSummary]
3750
+ def next_token: () -> ::String
3751
+ end
3752
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#list_event_bridge_rule_template_groups-instance_method
3753
+ def list_event_bridge_rule_template_groups: (
3754
+ ?max_results: ::Integer,
3755
+ ?next_token: ::String,
3756
+ ?signal_map_identifier: ::String
3757
+ ) -> _ListEventBridgeRuleTemplateGroupsResponseSuccess
3758
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEventBridgeRuleTemplateGroupsResponseSuccess
3759
+
3760
+ interface _ListEventBridgeRuleTemplatesResponseSuccess
3761
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListEventBridgeRuleTemplatesResponse]
3762
+ def event_bridge_rule_templates: () -> ::Array[Types::EventBridgeRuleTemplateSummary]
3763
+ def next_token: () -> ::String
3764
+ end
3765
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#list_event_bridge_rule_templates-instance_method
3766
+ def list_event_bridge_rule_templates: (
3767
+ ?group_identifier: ::String,
3768
+ ?max_results: ::Integer,
3769
+ ?next_token: ::String,
3770
+ ?signal_map_identifier: ::String
3771
+ ) -> _ListEventBridgeRuleTemplatesResponseSuccess
3772
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEventBridgeRuleTemplatesResponseSuccess
3773
+
3774
+ interface _ListSignalMapsResponseSuccess
3775
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListSignalMapsResponse]
3776
+ def next_token: () -> ::String
3777
+ def signal_maps: () -> ::Array[Types::SignalMapSummary]
3778
+ end
3779
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#list_signal_maps-instance_method
3780
+ def list_signal_maps: (
3781
+ ?cloud_watch_alarm_template_group_identifier: ::String,
3782
+ ?event_bridge_rule_template_group_identifier: ::String,
3783
+ ?max_results: ::Integer,
3784
+ ?next_token: ::String
3785
+ ) -> _ListSignalMapsResponseSuccess
3786
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSignalMapsResponseSuccess
3787
+
3788
+ interface _StartDeleteMonitorDeploymentResponseSuccess
3789
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartDeleteMonitorDeploymentResponse]
3790
+ def arn: () -> ::String
3791
+ def cloud_watch_alarm_template_group_ids: () -> ::Array[::String]
3792
+ def created_at: () -> ::Time
3793
+ def description: () -> ::String
3794
+ def discovery_entry_point_arn: () -> ::String
3795
+ def error_message: () -> ::String
3796
+ def event_bridge_rule_template_group_ids: () -> ::Array[::String]
3797
+ def failed_media_resource_map: () -> ::Hash[::String, Types::MediaResource]
3798
+ def id: () -> ::String
3799
+ def last_discovered_at: () -> ::Time
3800
+ def last_successful_monitor_deployment: () -> Types::SuccessfulMonitorDeployment
3801
+ def media_resource_map: () -> ::Hash[::String, Types::MediaResource]
3802
+ def modified_at: () -> ::Time
3803
+ def monitor_changes_pending_deployment: () -> bool
3804
+ def monitor_deployment: () -> Types::MonitorDeployment
3805
+ def name: () -> ::String
3806
+ def status: () -> ("CREATE_IN_PROGRESS" | "CREATE_COMPLETE" | "CREATE_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_COMPLETE" | "UPDATE_REVERTED" | "UPDATE_FAILED" | "READY" | "NOT_READY")
3807
+ def tags: () -> ::Hash[::String, ::String]
3808
+ end
3809
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#start_delete_monitor_deployment-instance_method
3810
+ def start_delete_monitor_deployment: (
3811
+ identifier: ::String
3812
+ ) -> _StartDeleteMonitorDeploymentResponseSuccess
3813
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartDeleteMonitorDeploymentResponseSuccess
3814
+
3815
+ interface _StartMonitorDeploymentResponseSuccess
3816
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartMonitorDeploymentResponse]
3817
+ def arn: () -> ::String
3818
+ def cloud_watch_alarm_template_group_ids: () -> ::Array[::String]
3819
+ def created_at: () -> ::Time
3820
+ def description: () -> ::String
3821
+ def discovery_entry_point_arn: () -> ::String
3822
+ def error_message: () -> ::String
3823
+ def event_bridge_rule_template_group_ids: () -> ::Array[::String]
3824
+ def failed_media_resource_map: () -> ::Hash[::String, Types::MediaResource]
3825
+ def id: () -> ::String
3826
+ def last_discovered_at: () -> ::Time
3827
+ def last_successful_monitor_deployment: () -> Types::SuccessfulMonitorDeployment
3828
+ def media_resource_map: () -> ::Hash[::String, Types::MediaResource]
3829
+ def modified_at: () -> ::Time
3830
+ def monitor_changes_pending_deployment: () -> bool
3831
+ def monitor_deployment: () -> Types::MonitorDeployment
3832
+ def name: () -> ::String
3833
+ def status: () -> ("CREATE_IN_PROGRESS" | "CREATE_COMPLETE" | "CREATE_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_COMPLETE" | "UPDATE_REVERTED" | "UPDATE_FAILED" | "READY" | "NOT_READY")
3834
+ def tags: () -> ::Hash[::String, ::String]
3835
+ end
3836
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#start_monitor_deployment-instance_method
3837
+ def start_monitor_deployment: (
3838
+ ?dry_run: bool,
3839
+ identifier: ::String
3840
+ ) -> _StartMonitorDeploymentResponseSuccess
3841
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartMonitorDeploymentResponseSuccess
3842
+
3843
+ interface _StartUpdateSignalMapResponseSuccess
3844
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartUpdateSignalMapResponse]
3845
+ def arn: () -> ::String
3846
+ def cloud_watch_alarm_template_group_ids: () -> ::Array[::String]
3847
+ def created_at: () -> ::Time
3848
+ def description: () -> ::String
3849
+ def discovery_entry_point_arn: () -> ::String
3850
+ def error_message: () -> ::String
3851
+ def event_bridge_rule_template_group_ids: () -> ::Array[::String]
3852
+ def failed_media_resource_map: () -> ::Hash[::String, Types::MediaResource]
3853
+ def id: () -> ::String
3854
+ def last_discovered_at: () -> ::Time
3855
+ def last_successful_monitor_deployment: () -> Types::SuccessfulMonitorDeployment
3856
+ def media_resource_map: () -> ::Hash[::String, Types::MediaResource]
3857
+ def modified_at: () -> ::Time
3858
+ def monitor_changes_pending_deployment: () -> bool
3859
+ def monitor_deployment: () -> Types::MonitorDeployment
3860
+ def name: () -> ::String
3861
+ def status: () -> ("CREATE_IN_PROGRESS" | "CREATE_COMPLETE" | "CREATE_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_COMPLETE" | "UPDATE_REVERTED" | "UPDATE_FAILED" | "READY" | "NOT_READY")
3862
+ def tags: () -> ::Hash[::String, ::String]
3863
+ end
3864
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#start_update_signal_map-instance_method
3865
+ def start_update_signal_map: (
3866
+ ?cloud_watch_alarm_template_group_identifiers: Array[::String],
3867
+ ?description: ::String,
3868
+ ?discovery_entry_point_arn: ::String,
3869
+ ?event_bridge_rule_template_group_identifiers: Array[::String],
3870
+ ?force_rediscovery: bool,
3871
+ identifier: ::String,
3872
+ ?name: ::String
3873
+ ) -> _StartUpdateSignalMapResponseSuccess
3874
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartUpdateSignalMapResponseSuccess
3875
+
3876
+ interface _UpdateCloudWatchAlarmTemplateResponseSuccess
3877
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateCloudWatchAlarmTemplateResponse]
3878
+ def arn: () -> ::String
3879
+ def comparison_operator: () -> ("GreaterThanOrEqualToThreshold" | "GreaterThanThreshold" | "LessThanThreshold" | "LessThanOrEqualToThreshold")
3880
+ def created_at: () -> ::Time
3881
+ def datapoints_to_alarm: () -> ::Integer
3882
+ def description: () -> ::String
3883
+ def evaluation_periods: () -> ::Integer
3884
+ def group_id: () -> ::String
3885
+ def id: () -> ::String
3886
+ def metric_name: () -> ::String
3887
+ def modified_at: () -> ::Time
3888
+ def name: () -> ::String
3889
+ def period: () -> ::Integer
3890
+ def statistic: () -> ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")
3891
+ def tags: () -> ::Hash[::String, ::String]
3892
+ def target_resource_type: () -> ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET")
3893
+ def threshold: () -> ::Float
3894
+ def treat_missing_data: () -> ("notBreaching" | "breaching" | "ignore" | "missing")
3895
+ end
3896
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#update_cloud_watch_alarm_template-instance_method
3897
+ def update_cloud_watch_alarm_template: (
3898
+ ?comparison_operator: ("GreaterThanOrEqualToThreshold" | "GreaterThanThreshold" | "LessThanThreshold" | "LessThanOrEqualToThreshold"),
3899
+ ?datapoints_to_alarm: ::Integer,
3900
+ ?description: ::String,
3901
+ ?evaluation_periods: ::Integer,
3902
+ ?group_identifier: ::String,
3903
+ identifier: ::String,
3904
+ ?metric_name: ::String,
3905
+ ?name: ::String,
3906
+ ?period: ::Integer,
3907
+ ?statistic: ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum"),
3908
+ ?target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET"),
3909
+ ?threshold: ::Float,
3910
+ ?treat_missing_data: ("notBreaching" | "breaching" | "ignore" | "missing")
3911
+ ) -> _UpdateCloudWatchAlarmTemplateResponseSuccess
3912
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateCloudWatchAlarmTemplateResponseSuccess
3913
+
3914
+ interface _UpdateCloudWatchAlarmTemplateGroupResponseSuccess
3915
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateCloudWatchAlarmTemplateGroupResponse]
3916
+ def arn: () -> ::String
3917
+ def created_at: () -> ::Time
3918
+ def description: () -> ::String
3919
+ def id: () -> ::String
3920
+ def modified_at: () -> ::Time
3921
+ def name: () -> ::String
3922
+ def tags: () -> ::Hash[::String, ::String]
3923
+ end
3924
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#update_cloud_watch_alarm_template_group-instance_method
3925
+ def update_cloud_watch_alarm_template_group: (
3926
+ ?description: ::String,
3927
+ identifier: ::String
3928
+ ) -> _UpdateCloudWatchAlarmTemplateGroupResponseSuccess
3929
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateCloudWatchAlarmTemplateGroupResponseSuccess
3930
+
3931
+ interface _UpdateEventBridgeRuleTemplateResponseSuccess
3932
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateEventBridgeRuleTemplateResponse]
3933
+ def arn: () -> ::String
3934
+ def created_at: () -> ::Time
3935
+ def description: () -> ::String
3936
+ def event_targets: () -> ::Array[Types::EventBridgeRuleTemplateTarget]
3937
+ def 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")
3938
+ def group_id: () -> ::String
3939
+ def id: () -> ::String
3940
+ def modified_at: () -> ::Time
3941
+ def name: () -> ::String
3942
+ def tags: () -> ::Hash[::String, ::String]
3943
+ end
3944
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#update_event_bridge_rule_template-instance_method
3945
+ def update_event_bridge_rule_template: (
3946
+ ?description: ::String,
3947
+ ?event_targets: Array[
3948
+ {
3949
+ arn: ::String
3950
+ },
3951
+ ],
3952
+ ?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"),
3953
+ ?group_identifier: ::String,
3954
+ identifier: ::String,
3955
+ ?name: ::String
3956
+ ) -> _UpdateEventBridgeRuleTemplateResponseSuccess
3957
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateEventBridgeRuleTemplateResponseSuccess
3958
+
3959
+ interface _UpdateEventBridgeRuleTemplateGroupResponseSuccess
3960
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateEventBridgeRuleTemplateGroupResponse]
3961
+ def arn: () -> ::String
3962
+ def created_at: () -> ::Time
3963
+ def description: () -> ::String
3964
+ def id: () -> ::String
3965
+ def modified_at: () -> ::Time
3966
+ def name: () -> ::String
3967
+ def tags: () -> ::Hash[::String, ::String]
3968
+ end
3969
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#update_event_bridge_rule_template_group-instance_method
3970
+ def update_event_bridge_rule_template_group: (
3971
+ ?description: ::String,
3972
+ identifier: ::String
3973
+ ) -> _UpdateEventBridgeRuleTemplateGroupResponseSuccess
3974
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateEventBridgeRuleTemplateGroupResponseSuccess
3975
+
3450
3976
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#wait_until-instance_method
3451
3977
  def wait_until: (:channel_created waiter_name,
3452
3978
  channel_id: ::String
@@ -3492,6 +4018,22 @@ module Aws
3492
4018
  multiplex_id: ::String
3493
4019
  ) -> Client::_DescribeMultiplexResponseSuccess
3494
4020
  | (:multiplex_stopped waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeMultiplexResponseSuccess
4021
+ | (:signal_map_created waiter_name,
4022
+ identifier: ::String
4023
+ ) -> Client::_GetSignalMapResponseSuccess
4024
+ | (:signal_map_created waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_GetSignalMapResponseSuccess
4025
+ | (:signal_map_monitor_deleted waiter_name,
4026
+ identifier: ::String
4027
+ ) -> Client::_GetSignalMapResponseSuccess
4028
+ | (:signal_map_monitor_deleted waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_GetSignalMapResponseSuccess
4029
+ | (:signal_map_monitor_deployed waiter_name,
4030
+ identifier: ::String
4031
+ ) -> Client::_GetSignalMapResponseSuccess
4032
+ | (:signal_map_monitor_deployed waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_GetSignalMapResponseSuccess
4033
+ | (:signal_map_updated waiter_name,
4034
+ identifier: ::String
4035
+ ) -> Client::_GetSignalMapResponseSuccess
4036
+ | (:signal_map_updated waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_GetSignalMapResponseSuccess
3495
4037
  end
3496
4038
  end
3497
4039
  end