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
503 |
# File 'sig/client.rbs', line 503
def anywhere_settings: () -> Types::DescribeAnywhereSettings
|
#arn ⇒ ::String
485 |
# File 'sig/client.rbs', line 485
def arn: () -> ::String
|
#cdi_input_specification ⇒ Types::CdiInputSpecification
486 |
# File 'sig/client.rbs', line 486
def cdi_input_specification: () -> Types::CdiInputSpecification
|
#channel_class ⇒ "STANDARD", "SINGLE_PIPELINE"
487 |
# File 'sig/client.rbs', line 487
def channel_class: () -> ("STANDARD" | "SINGLE_PIPELINE")
|
#channel_engine_version ⇒ Types::ChannelEngineVersionResponse
504 |
# File 'sig/client.rbs', line 504
def channel_engine_version: () -> Types::ChannelEngineVersionResponse
|
#channel_security_groups ⇒ ::Array[::String]
506 |
# File 'sig/client.rbs', line 506
def channel_security_groups: () -> ::Array[::String]
|
#destinations ⇒ ::Array[Types::OutputDestination]
488 |
# File 'sig/client.rbs', line 488
def destinations: () -> ::Array[Types::OutputDestination]
|
#egress_endpoints ⇒ ::Array[Types::ChannelEgressEndpoint]
489 |
# File 'sig/client.rbs', line 489
def egress_endpoints: () -> ::Array[Types::ChannelEgressEndpoint]
|
#encoder_settings ⇒ Types::EncoderSettings
490 |
# File 'sig/client.rbs', line 490
def encoder_settings: () -> Types::EncoderSettings
|
#id ⇒ ::String
491 |
# File 'sig/client.rbs', line 491
def id: () -> ::String
|
#inference_settings ⇒ Types::DescribeInferenceSettings
507 |
# File 'sig/client.rbs', line 507
def inference_settings: () -> Types::DescribeInferenceSettings
|
#input_attachments ⇒ ::Array[Types::InputAttachment]
492 |
# File 'sig/client.rbs', line 492
def input_attachments: () -> ::Array[Types::InputAttachment]
|
#input_specification ⇒ Types::InputSpecification
493 |
# File 'sig/client.rbs', line 493
def input_specification: () -> Types::InputSpecification
|
#linked_channel_settings ⇒ Types::DescribeLinkedChannelSettings
505 |
# File 'sig/client.rbs', line 505
def linked_channel_settings: () -> Types::DescribeLinkedChannelSettings
|
#log_level ⇒ "ERROR", ...
494 |
# File 'sig/client.rbs', line 494
def log_level: () -> ("ERROR" | "WARNING" | "INFO" | "DEBUG" | "DISABLED")
|
#maintenance ⇒ Types::MaintenanceStatus
495 |
# File 'sig/client.rbs', line 495
def maintenance: () -> Types::MaintenanceStatus
|
#name ⇒ ::String
496 |
# File 'sig/client.rbs', line 496
def name: () -> ::String
|
#pipeline_details ⇒ ::Array[Types::PipelineDetail]
497 |
# File 'sig/client.rbs', line 497
def pipeline_details: () -> ::Array[Types::PipelineDetail]
|
#pipelines_running_count ⇒ ::Integer
498 |
# File 'sig/client.rbs', line 498
def pipelines_running_count: () -> ::Integer
|
#role_arn ⇒ ::String
499 |
# File 'sig/client.rbs', line 499
def role_arn: () -> ::String
|
#state ⇒ "CREATING", ...
500 |
# File 'sig/client.rbs', line 500
def state: () -> ("CREATING" | "CREATE_FAILED" | "IDLE" | "STARTING" | "RUNNING" | "RECOVERING" | "STOPPING" | "DELETING" | "DELETED" | "UPDATING" | "UPDATE_FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
501 |
# File 'sig/client.rbs', line 501
def tags: () -> ::Hash[::String, ::String]
|
#vpc ⇒ Types::VpcOutputSettingsDescription
502 |
# File 'sig/client.rbs', line 502
def vpc: () -> Types::VpcOutputSettingsDescription
|