Module: Aws::MediaLive::Client::_RestartChannelPipelinesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::RestartChannelPipelinesResponse]
- 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
- #maintenance_status ⇒ ::String
- #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
1404 |
# File 'sig/client.rbs', line 1404 def anywhere_settings: () -> Types::DescribeAnywhereSettings |
#arn ⇒ ::String
1385 |
# File 'sig/client.rbs', line 1385 def arn: () -> ::String |
#cdi_input_specification ⇒ Types::CdiInputSpecification
1386 |
# File 'sig/client.rbs', line 1386 def cdi_input_specification: () -> Types::CdiInputSpecification |
#channel_class ⇒ "STANDARD", "SINGLE_PIPELINE"
1387 |
# File 'sig/client.rbs', line 1387 def channel_class: () -> ("STANDARD" | "SINGLE_PIPELINE") |
#channel_engine_version ⇒ Types::ChannelEngineVersionResponse
1405 |
# File 'sig/client.rbs', line 1405 def channel_engine_version: () -> Types::ChannelEngineVersionResponse |
#channel_security_groups ⇒ ::Array[::String]
1407 |
# File 'sig/client.rbs', line 1407 def channel_security_groups: () -> ::Array[::String] |
#destinations ⇒ ::Array[Types::OutputDestination]
1388 |
# File 'sig/client.rbs', line 1388 def destinations: () -> ::Array[Types::OutputDestination] |
#egress_endpoints ⇒ ::Array[Types::ChannelEgressEndpoint]
1389 |
# File 'sig/client.rbs', line 1389 def egress_endpoints: () -> ::Array[Types::ChannelEgressEndpoint] |
#encoder_settings ⇒ Types::EncoderSettings
1390 |
# File 'sig/client.rbs', line 1390 def encoder_settings: () -> Types::EncoderSettings |
#id ⇒ ::String
1391 |
# File 'sig/client.rbs', line 1391 def id: () -> ::String |
#inference_settings ⇒ Types::DescribeInferenceSettings
1408 |
# File 'sig/client.rbs', line 1408 def inference_settings: () -> Types::DescribeInferenceSettings |
#input_attachments ⇒ ::Array[Types::InputAttachment]
1392 |
# File 'sig/client.rbs', line 1392 def input_attachments: () -> ::Array[Types::InputAttachment] |
#input_specification ⇒ Types::InputSpecification
1393 |
# File 'sig/client.rbs', line 1393 def input_specification: () -> Types::InputSpecification |
#linked_channel_settings ⇒ Types::DescribeLinkedChannelSettings
1406 |
# File 'sig/client.rbs', line 1406 def linked_channel_settings: () -> Types::DescribeLinkedChannelSettings |
#log_level ⇒ "ERROR", ...
1394 |
# File 'sig/client.rbs', line 1394 def log_level: () -> ("ERROR" | "WARNING" | "INFO" | "DEBUG" | "DISABLED") |
#maintenance ⇒ Types::MaintenanceStatus
1395 |
# File 'sig/client.rbs', line 1395 def maintenance: () -> Types::MaintenanceStatus |
#maintenance_status ⇒ ::String
1396 |
# File 'sig/client.rbs', line 1396 def maintenance_status: () -> ::String |
#name ⇒ ::String
1397 |
# File 'sig/client.rbs', line 1397 def name: () -> ::String |
#pipeline_details ⇒ ::Array[Types::PipelineDetail]
1398 |
# File 'sig/client.rbs', line 1398 def pipeline_details: () -> ::Array[Types::PipelineDetail] |
#pipelines_running_count ⇒ ::Integer
1399 |
# File 'sig/client.rbs', line 1399 def pipelines_running_count: () -> ::Integer |
#role_arn ⇒ ::String
1400 |
# File 'sig/client.rbs', line 1400 def role_arn: () -> ::String |
#state ⇒ "CREATING", ...
1401 |
# File 'sig/client.rbs', line 1401 def state: () -> ("CREATING" | "CREATE_FAILED" | "IDLE" | "STARTING" | "RUNNING" | "RECOVERING" | "STOPPING" | "DELETING" | "DELETED" | "UPDATING" | "UPDATE_FAILED") |
#tags ⇒ ::Hash[::String, ::String]
1402 |
# File 'sig/client.rbs', line 1402 def tags: () -> ::Hash[::String, ::String] |
#vpc ⇒ Types::VpcOutputSettingsDescription
1403 |
# File 'sig/client.rbs', line 1403 def vpc: () -> Types::VpcOutputSettingsDescription |