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
1420 |
# File 'sig/client.rbs', line 1420
def anywhere_settings: () -> Types::DescribeAnywhereSettings
|
#arn ⇒ ::String
1401 |
# File 'sig/client.rbs', line 1401
def arn: () -> ::String
|
#cdi_input_specification ⇒ Types::CdiInputSpecification
1402 |
# File 'sig/client.rbs', line 1402
def cdi_input_specification: () -> Types::CdiInputSpecification
|
#channel_class ⇒ "STANDARD", "SINGLE_PIPELINE"
1403 |
# File 'sig/client.rbs', line 1403
def channel_class: () -> ("STANDARD" | "SINGLE_PIPELINE")
|
#channel_engine_version ⇒ Types::ChannelEngineVersionResponse
1421 |
# File 'sig/client.rbs', line 1421
def channel_engine_version: () -> Types::ChannelEngineVersionResponse
|
#channel_security_groups ⇒ ::Array[::String]
1423 |
# File 'sig/client.rbs', line 1423
def channel_security_groups: () -> ::Array[::String]
|
#destinations ⇒ ::Array[Types::OutputDestination]
1404 |
# File 'sig/client.rbs', line 1404
def destinations: () -> ::Array[Types::OutputDestination]
|
#egress_endpoints ⇒ ::Array[Types::ChannelEgressEndpoint]
1405 |
# File 'sig/client.rbs', line 1405
def egress_endpoints: () -> ::Array[Types::ChannelEgressEndpoint]
|
#encoder_settings ⇒ Types::EncoderSettings
1406 |
# File 'sig/client.rbs', line 1406
def encoder_settings: () -> Types::EncoderSettings
|
#id ⇒ ::String
1407 |
# File 'sig/client.rbs', line 1407
def id: () -> ::String
|
#inference_settings ⇒ Types::DescribeInferenceSettings
1424 |
# File 'sig/client.rbs', line 1424
def inference_settings: () -> Types::DescribeInferenceSettings
|
#input_attachments ⇒ ::Array[Types::InputAttachment]
1408 |
# File 'sig/client.rbs', line 1408
def input_attachments: () -> ::Array[Types::InputAttachment]
|
#input_specification ⇒ Types::InputSpecification
1409 |
# File 'sig/client.rbs', line 1409
def input_specification: () -> Types::InputSpecification
|
#linked_channel_settings ⇒ Types::DescribeLinkedChannelSettings
1422 |
# File 'sig/client.rbs', line 1422
def linked_channel_settings: () -> Types::DescribeLinkedChannelSettings
|
#log_level ⇒ "ERROR", ...
1410 |
# File 'sig/client.rbs', line 1410
def log_level: () -> ("ERROR" | "WARNING" | "INFO" | "DEBUG" | "DISABLED")
|
#maintenance ⇒ Types::MaintenanceStatus
1411 |
# File 'sig/client.rbs', line 1411
def maintenance: () -> Types::MaintenanceStatus
|
#maintenance_status ⇒ ::String
1412 |
# File 'sig/client.rbs', line 1412
def maintenance_status: () -> ::String
|
#name ⇒ ::String
1413 |
# File 'sig/client.rbs', line 1413
def name: () -> ::String
|
#pipeline_details ⇒ ::Array[Types::PipelineDetail]
1414 |
# File 'sig/client.rbs', line 1414
def pipeline_details: () -> ::Array[Types::PipelineDetail]
|
#pipelines_running_count ⇒ ::Integer
1415 |
# File 'sig/client.rbs', line 1415
def pipelines_running_count: () -> ::Integer
|
#role_arn ⇒ ::String
1416 |
# File 'sig/client.rbs', line 1416
def role_arn: () -> ::String
|
#state ⇒ "CREATING", ...
1417 |
# File 'sig/client.rbs', line 1417
def state: () -> ("CREATING" | "CREATE_FAILED" | "IDLE" | "STARTING" | "RUNNING" | "RECOVERING" | "STOPPING" | "DELETING" | "DELETED" | "UPDATING" | "UPDATE_FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
1418 |
# File 'sig/client.rbs', line 1418
def tags: () -> ::Hash[::String, ::String]
|
#vpc ⇒ Types::VpcOutputSettingsDescription
1419 |
# File 'sig/client.rbs', line 1419
def vpc: () -> Types::VpcOutputSettingsDescription
|