Module: Aws::MediaLive::Client::_DeleteChannelResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteChannelResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #anywhere_settings ⇒ Types::DescribeAnywhereSettings
- #arn ⇒ ::String
- #cdi_input_specification ⇒ Types::CdiInputSpecification
- #channel_class ⇒ "STANDARD", "SINGLE_PIPELINE"
- #channel_engine_version ⇒ Types::ChannelEngineVersionResponse
- #channel_security_groups ⇒ ::Array[::String]
- #destinations ⇒ ::Array[Types::OutputDestination]
- #egress_endpoints ⇒ ::Array[Types::ChannelEgressEndpoint]
- #encoder_settings ⇒ Types::EncoderSettings
- #id ⇒ ::String
- #inference_settings ⇒ Types::DescribeInferenceSettings
- #input_attachments ⇒ ::Array[Types::InputAttachment]
- #input_specification ⇒ Types::InputSpecification
- #linked_channel_settings ⇒ Types::DescribeLinkedChannelSettings
- #log_level ⇒ "ERROR", ...
- #maintenance ⇒ Types::MaintenanceStatus
- #name ⇒ ::String
- #pipeline_details ⇒ ::Array[Types::PipelineDetail]
- #pipelines_running_count ⇒ ::Integer
- #role_arn ⇒ ::String
- #state ⇒ "CREATING", ...
- #tags ⇒ ::Hash[::String, ::String]
- #vpc ⇒ Types::VpcOutputSettingsDescription
Instance Method Details
#anywhere_settings ⇒ Types::DescribeAnywhereSettings
495 |
# File 'sig/client.rbs', line 495 def anywhere_settings: () -> Types::DescribeAnywhereSettings |
#arn ⇒ ::String
477 |
# File 'sig/client.rbs', line 477 def arn: () -> ::String |
#cdi_input_specification ⇒ Types::CdiInputSpecification
478 |
# File 'sig/client.rbs', line 478 def cdi_input_specification: () -> Types::CdiInputSpecification |
#channel_class ⇒ "STANDARD", "SINGLE_PIPELINE"
479 |
# File 'sig/client.rbs', line 479 def channel_class: () -> ("STANDARD" | "SINGLE_PIPELINE") |
#channel_engine_version ⇒ Types::ChannelEngineVersionResponse
496 |
# File 'sig/client.rbs', line 496 def channel_engine_version: () -> Types::ChannelEngineVersionResponse |
#channel_security_groups ⇒ ::Array[::String]
498 |
# File 'sig/client.rbs', line 498 def channel_security_groups: () -> ::Array[::String] |
#destinations ⇒ ::Array[Types::OutputDestination]
480 |
# File 'sig/client.rbs', line 480 def destinations: () -> ::Array[Types::OutputDestination] |
#egress_endpoints ⇒ ::Array[Types::ChannelEgressEndpoint]
481 |
# File 'sig/client.rbs', line 481 def egress_endpoints: () -> ::Array[Types::ChannelEgressEndpoint] |
#encoder_settings ⇒ Types::EncoderSettings
482 |
# File 'sig/client.rbs', line 482 def encoder_settings: () -> Types::EncoderSettings |
#id ⇒ ::String
483 |
# File 'sig/client.rbs', line 483 def id: () -> ::String |
#inference_settings ⇒ Types::DescribeInferenceSettings
499 |
# File 'sig/client.rbs', line 499 def inference_settings: () -> Types::DescribeInferenceSettings |
#input_attachments ⇒ ::Array[Types::InputAttachment]
484 |
# File 'sig/client.rbs', line 484 def input_attachments: () -> ::Array[Types::InputAttachment] |
#input_specification ⇒ Types::InputSpecification
485 |
# File 'sig/client.rbs', line 485 def input_specification: () -> Types::InputSpecification |
#linked_channel_settings ⇒ Types::DescribeLinkedChannelSettings
497 |
# File 'sig/client.rbs', line 497 def linked_channel_settings: () -> Types::DescribeLinkedChannelSettings |
#log_level ⇒ "ERROR", ...
486 |
# File 'sig/client.rbs', line 486 def log_level: () -> ("ERROR" | "WARNING" | "INFO" | "DEBUG" | "DISABLED") |
#maintenance ⇒ Types::MaintenanceStatus
487 |
# File 'sig/client.rbs', line 487 def maintenance: () -> Types::MaintenanceStatus |
#name ⇒ ::String
488 |
# File 'sig/client.rbs', line 488 def name: () -> ::String |
#pipeline_details ⇒ ::Array[Types::PipelineDetail]
489 |
# File 'sig/client.rbs', line 489 def pipeline_details: () -> ::Array[Types::PipelineDetail] |
#pipelines_running_count ⇒ ::Integer
490 |
# File 'sig/client.rbs', line 490 def pipelines_running_count: () -> ::Integer |
#role_arn ⇒ ::String
491 |
# File 'sig/client.rbs', line 491 def role_arn: () -> ::String |
#state ⇒ "CREATING", ...
492 |
# File 'sig/client.rbs', line 492 def state: () -> ("CREATING" | "CREATE_FAILED" | "IDLE" | "STARTING" | "RUNNING" | "RECOVERING" | "STOPPING" | "DELETING" | "DELETED" | "UPDATING" | "UPDATE_FAILED") |
#tags ⇒ ::Hash[::String, ::String]
493 |
# File 'sig/client.rbs', line 493 def tags: () -> ::Hash[::String, ::String] |
#vpc ⇒ Types::VpcOutputSettingsDescription
494 |
# File 'sig/client.rbs', line 494 def vpc: () -> Types::VpcOutputSettingsDescription |