Class: Aws::MediaPackageV2::Types::UpdateChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::UpdateChannelResponse
- Defined in:
- gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) associated with the resource.
-
#attached_multiview_channels ⇒ Array<String>
The multiview channels, in the same channel group, that list this channel as an available source.
-
#channel_group_name ⇒ String
The name that describes the channel group.
-
#channel_name ⇒ String
The name that describes the channel.
-
#created_at ⇒ Time
The date and time the channel was created.
-
#description ⇒ String
The description for your channel.
-
#etag ⇒ String
The current Entity Tag (ETag) associated with this resource.
-
#ingest_endpoints ⇒ Array<Types::IngestEndpoint>
The list of ingest endpoints.
-
#input_switch_configuration ⇒ Types::InputSwitchConfiguration
The configuration for input switching based on the media quality confidence score (MQCS) as provided from AWS Elemental MediaLive.
-
#input_type ⇒ String
The input type is an immutable field.
-
#modified_at ⇒ Time
The date and time the channel was modified.
-
#multiview_configuration ⇒ Types::MultiviewConfiguration
The multiview configuration for the channel.
-
#output_header_configuration ⇒ Types::OutputHeaderConfiguration
The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN.
-
#output_locking_mode ⇒ String
The output locking mode configured for the channel.
-
#tags ⇒ Hash<String,String>
The comma-separated list of tag key:value pairs assigned to the channel.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) associated with the resource.
4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 4531 class UpdateChannelResponse < Struct.new( :multiview_configuration, :attached_multiview_channels, :arn, :channel_name, :channel_group_name, :created_at, :modified_at, :description, :ingest_endpoints, :input_type, :etag, :tags, :input_switch_configuration, :output_header_configuration, :output_locking_mode) SENSITIVE = [] include Aws::Structure end |
#attached_multiview_channels ⇒ Array<String>
The multiview channels, in the same channel group, that list this channel as an available source. This is a read-only field. You can't delete a channel while any multiview channel still lists it as a source. Use this field to find the multiview channels that you need to update first.
4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 4531 class UpdateChannelResponse < Struct.new( :multiview_configuration, :attached_multiview_channels, :arn, :channel_name, :channel_group_name, :created_at, :modified_at, :description, :ingest_endpoints, :input_type, :etag, :tags, :input_switch_configuration, :output_header_configuration, :output_locking_mode) SENSITIVE = [] include Aws::Structure end |
#channel_group_name ⇒ String
The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.
4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 4531 class UpdateChannelResponse < Struct.new( :multiview_configuration, :attached_multiview_channels, :arn, :channel_name, :channel_group_name, :created_at, :modified_at, :description, :ingest_endpoints, :input_type, :etag, :tags, :input_switch_configuration, :output_header_configuration, :output_locking_mode) SENSITIVE = [] include Aws::Structure end |
#channel_name ⇒ String
The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.
4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 4531 class UpdateChannelResponse < Struct.new( :multiview_configuration, :attached_multiview_channels, :arn, :channel_name, :channel_group_name, :created_at, :modified_at, :description, :ingest_endpoints, :input_type, :etag, :tags, :input_switch_configuration, :output_header_configuration, :output_locking_mode) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time the channel was created.
4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 4531 class UpdateChannelResponse < Struct.new( :multiview_configuration, :attached_multiview_channels, :arn, :channel_name, :channel_group_name, :created_at, :modified_at, :description, :ingest_endpoints, :input_type, :etag, :tags, :input_switch_configuration, :output_header_configuration, :output_locking_mode) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description for your channel.
4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 4531 class UpdateChannelResponse < Struct.new( :multiview_configuration, :attached_multiview_channels, :arn, :channel_name, :channel_group_name, :created_at, :modified_at, :description, :ingest_endpoints, :input_type, :etag, :tags, :input_switch_configuration, :output_header_configuration, :output_locking_mode) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 4531 class UpdateChannelResponse < Struct.new( :multiview_configuration, :attached_multiview_channels, :arn, :channel_name, :channel_group_name, :created_at, :modified_at, :description, :ingest_endpoints, :input_type, :etag, :tags, :input_switch_configuration, :output_header_configuration, :output_locking_mode) SENSITIVE = [] include Aws::Structure end |
#ingest_endpoints ⇒ Array<Types::IngestEndpoint>
The list of ingest endpoints.
4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 4531 class UpdateChannelResponse < Struct.new( :multiview_configuration, :attached_multiview_channels, :arn, :channel_name, :channel_group_name, :created_at, :modified_at, :description, :ingest_endpoints, :input_type, :etag, :tags, :input_switch_configuration, :output_header_configuration, :output_locking_mode) SENSITIVE = [] include Aws::Structure end |
#input_switch_configuration ⇒ Types::InputSwitchConfiguration
The configuration for input switching based on the media quality
confidence score (MQCS) as provided from AWS Elemental MediaLive.
This setting is valid only when InputType is CMAF.
4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 4531 class UpdateChannelResponse < Struct.new( :multiview_configuration, :attached_multiview_channels, :arn, :channel_name, :channel_group_name, :created_at, :modified_at, :description, :ingest_endpoints, :input_type, :etag, :tags, :input_switch_configuration, :output_header_configuration, :output_locking_mode) SENSITIVE = [] include Aws::Structure end |
#input_type ⇒ String
The input type is an immutable field. It defines whether the channel allows CMAF ingest, HLS ingest, or server-side multiview output. Multiview channels receive no ingest of their own. If unprovided, the value defaults to HLS.
The allowed values are:
HLS- The HLS streaming specification (which defines M3U8 manifests and TS segments).CMAF- The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).MULTIVIEW– Server-side multiview. The channel receives no ingest of its own. Instead, it composites video from the source channels in itsMultiviewConfigurationinto a single tiled output stream.
4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 4531 class UpdateChannelResponse < Struct.new( :multiview_configuration, :attached_multiview_channels, :arn, :channel_name, :channel_group_name, :created_at, :modified_at, :description, :ingest_endpoints, :input_type, :etag, :tags, :input_switch_configuration, :output_header_configuration, :output_locking_mode) SENSITIVE = [] include Aws::Structure end |
#modified_at ⇒ Time
The date and time the channel was modified.
4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 4531 class UpdateChannelResponse < Struct.new( :multiview_configuration, :attached_multiview_channels, :arn, :channel_name, :channel_group_name, :created_at, :modified_at, :description, :ingest_endpoints, :input_type, :etag, :tags, :input_switch_configuration, :output_header_configuration, :output_locking_mode) SENSITIVE = [] include Aws::Structure end |
#multiview_configuration ⇒ Types::MultiviewConfiguration
The multiview configuration for the channel. This is present only
when InputType is MULTIVIEW.
4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 4531 class UpdateChannelResponse < Struct.new( :multiview_configuration, :attached_multiview_channels, :arn, :channel_name, :channel_group_name, :created_at, :modified_at, :description, :ingest_endpoints, :input_type, :etag, :tags, :input_switch_configuration, :output_header_configuration, :output_locking_mode) SENSITIVE = [] include Aws::Structure end |
#output_header_configuration ⇒ Types::OutputHeaderConfiguration
The settings for what common media server data (CMSD) headers AWS
Elemental MediaPackage includes in responses to the CDN. This
setting is valid only when InputType is CMAF.
4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 4531 class UpdateChannelResponse < Struct.new( :multiview_configuration, :attached_multiview_channels, :arn, :channel_name, :channel_group_name, :created_at, :modified_at, :description, :ingest_endpoints, :input_type, :etag, :tags, :input_switch_configuration, :output_header_configuration, :output_locking_mode) SENSITIVE = [] include Aws::Structure end |
#output_locking_mode ⇒ String
The output locking mode configured for the channel. This value is immutable after channel creation.
The allowed values are:
EPOCH_LOCKED- The channel uses epoch-locked behavior with deterministic sequence numbering and fixed segment boundaries aligned to epoch time.NON_EPOCH_LOCKED- The channel uses non-epoch-locked behavior with duration-based segment combining and monotonically increasing sequence numbers starting from 0.
4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 4531 class UpdateChannelResponse < Struct.new( :multiview_configuration, :attached_multiview_channels, :arn, :channel_name, :channel_group_name, :created_at, :modified_at, :description, :ingest_endpoints, :input_type, :etag, :tags, :input_switch_configuration, :output_header_configuration, :output_locking_mode) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The comma-separated list of tag key:value pairs assigned to the channel.
4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 4531 class UpdateChannelResponse < Struct.new( :multiview_configuration, :attached_multiview_channels, :arn, :channel_name, :channel_group_name, :created_at, :modified_at, :description, :ingest_endpoints, :input_type, :etag, :tags, :input_switch_configuration, :output_header_configuration, :output_locking_mode) SENSITIVE = [] include Aws::Structure end |