Module: Aws::MediaPackageV2::Client::_UpdateOriginEndpointResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateOriginEndpointResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #channel_group_name ⇒ ::String
- #channel_name ⇒ ::String
- #container_type ⇒ "TS", ...
- #created_at ⇒ ::Time
- #dash_manifests ⇒ ::Array[Types::GetDashManifestConfiguration]
- #description ⇒ ::String
- #etag ⇒ ::String
- #force_endpoint_error_configuration ⇒ Types::ForceEndpointErrorConfiguration
- #hls_manifests ⇒ ::Array[Types::GetHlsManifestConfiguration]
- #low_latency_hls_manifests ⇒ ::Array[Types::GetLowLatencyHlsManifestConfiguration]
- #modified_at ⇒ ::Time
- #mss_manifests ⇒ ::Array[Types::GetMssManifestConfiguration]
- #origin_endpoint_name ⇒ ::String
- #segment ⇒ Types::Segment
- #startover_window_seconds ⇒ ::Integer
- #stream_name_output_mode ⇒ "INDEX", "PASSTHROUGH_NAME"
- #tags ⇒ ::Hash[::String, ::String]
- #uri_separator ⇒ "UNDERSCORE", "HYPHEN"
Instance Method Details
#arn ⇒ ::String
627 |
# File 'sig/client.rbs', line 627
def arn: () -> ::String
|
#channel_group_name ⇒ ::String
628 |
# File 'sig/client.rbs', line 628
def channel_group_name: () -> ::String
|
#channel_name ⇒ ::String
629 |
# File 'sig/client.rbs', line 629
def channel_name: () -> ::String
|
#container_type ⇒ "TS", ...
631 |
# File 'sig/client.rbs', line 631
def container_type: () -> ("TS" | "CMAF" | "ISM")
|
#created_at ⇒ ::Time
633 |
# File 'sig/client.rbs', line 633
def created_at: () -> ::Time
|
#dash_manifests ⇒ ::Array[Types::GetDashManifestConfiguration]
645 |
# File 'sig/client.rbs', line 645
def dash_manifests: () -> ::Array[Types::GetDashManifestConfiguration]
|
#description ⇒ ::String
635 |
# File 'sig/client.rbs', line 635
def description: () -> ::String
|
#etag ⇒ ::String
643 |
# File 'sig/client.rbs', line 643
def etag: () -> ::String
|
#force_endpoint_error_configuration ⇒ Types::ForceEndpointErrorConfiguration
640 |
# File 'sig/client.rbs', line 640
def force_endpoint_error_configuration: () -> Types::ForceEndpointErrorConfiguration
|
#hls_manifests ⇒ ::Array[Types::GetHlsManifestConfiguration]
637 |
# File 'sig/client.rbs', line 637
def hls_manifests: () -> ::Array[Types::GetHlsManifestConfiguration]
|
#low_latency_hls_manifests ⇒ ::Array[Types::GetLowLatencyHlsManifestConfiguration]
638 |
# File 'sig/client.rbs', line 638
def low_latency_hls_manifests: () -> ::Array[Types::GetLowLatencyHlsManifestConfiguration]
|
#modified_at ⇒ ::Time
634 |
# File 'sig/client.rbs', line 634
def modified_at: () -> ::Time
|
#mss_manifests ⇒ ::Array[Types::GetMssManifestConfiguration]
639 |
# File 'sig/client.rbs', line 639
def mss_manifests: () -> ::Array[Types::GetMssManifestConfiguration]
|
#origin_endpoint_name ⇒ ::String
630 |
# File 'sig/client.rbs', line 630
def origin_endpoint_name: () -> ::String
|
#startover_window_seconds ⇒ ::Integer
636 |
# File 'sig/client.rbs', line 636
def startover_window_seconds: () -> ::Integer
|
#stream_name_output_mode ⇒ "INDEX", "PASSTHROUGH_NAME"
642 |
# File 'sig/client.rbs', line 642
def stream_name_output_mode: () -> ("INDEX" | "PASSTHROUGH_NAME")
|
#tags ⇒ ::Hash[::String, ::String]
644 |
# File 'sig/client.rbs', line 644
def tags: () -> ::Hash[::String, ::String]
|
#uri_separator ⇒ "UNDERSCORE", "HYPHEN"
641 |
# File 'sig/client.rbs', line 641
def uri_separator: () -> ("UNDERSCORE" | "HYPHEN")
|