| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ChimeSdkMediaPipelines
Contents
- Service Configuration
- Errors
- Waiters
- Operations
- Types
- ArtifactsConcatenationState
- ArtifactsState
- AudioArtifactsConcatenationState
- AudioChannelsOption
- AudioMuxType
- ConcatenationSinkType
- ConcatenationSourceType
- ContentMuxType
- ContentShareLayoutOption
- LayoutOption
- LiveConnectorMuxType
- LiveConnectorSinkType
- LiveConnectorSourceType
- MediaPipelineSinkType
- MediaPipelineSourceType
- MediaPipelineStatus
- PresenterPosition
- ResolutionOption
- VideoMuxType
- ArtifactsConcatenationConfiguration
- ArtifactsConfiguration
- AudioArtifactsConfiguration
- AudioConcatenationConfiguration
- ChimeSdkMeetingConcatenationConfiguration
- ChimeSdkMeetingConfiguration
- ChimeSdkMeetingLiveConnectorConfiguration
- CompositedVideoArtifactsConfiguration
- CompositedVideoConcatenationConfiguration
- ConcatenationSink
- ConcatenationSource
- ContentArtifactsConfiguration
- ContentConcatenationConfiguration
- DataChannelConcatenationConfiguration
- GridViewConfiguration
- LiveConnectorRTMPConfiguration
- LiveConnectorSinkConfiguration
- LiveConnectorSourceConfiguration
- MediaCapturePipeline
- MediaCapturePipelineSourceConfiguration
- MediaCapturePipelineSummary
- MediaConcatenationPipeline
- MediaLiveConnectorPipeline
- MediaPipeline
- MediaPipelineSummary
- MeetingEventsConcatenationConfiguration
- PresenterOnlyConfiguration
- S3BucketSinkConfiguration
- SelectedVideoStreams
- SourceConfiguration
- Tag
- TranscriptionMessagesConcatenationConfiguration
- VideoArtifactsConfiguration
- VideoConcatenationConfiguration
Description
Derived from API version 2021-07-15 of the AWS service descriptions, licensed under Apache 2.0.
The Amazon Chime SDK media pipeline APIs in this section allow software developers to create Amazon Chime SDK media pipelines that capture, concatenate, or stream your Amazon Chime SDK meetings. For more information about media pipleines, see Amazon Chime SDK media pipelines.
Synopsis
- defaultService :: Service
- _BadRequestException :: AsError a => Fold a ServiceError
- _ForbiddenException :: AsError a => Fold a ServiceError
- _NotFoundException :: AsError a => Fold a ServiceError
- _ResourceLimitExceededException :: AsError a => Fold a ServiceError
- _ServiceFailureException :: AsError a => Fold a ServiceError
- _ServiceUnavailableException :: AsError a => Fold a ServiceError
- _ThrottledClientException :: AsError a => Fold a ServiceError
- _UnauthorizedClientException :: AsError a => Fold a ServiceError
- data CreateMediaCapturePipeline = CreateMediaCapturePipeline' (Maybe ChimeSdkMeetingConfiguration) (Maybe (Sensitive Text)) (Maybe (NonEmpty Tag)) MediaPipelineSourceType (Sensitive Text) MediaPipelineSinkType (Sensitive Text)
- newCreateMediaCapturePipeline :: MediaPipelineSourceType -> Text -> MediaPipelineSinkType -> Text -> CreateMediaCapturePipeline
- data CreateMediaCapturePipelineResponse = CreateMediaCapturePipelineResponse' (Maybe MediaCapturePipeline) Int
- newCreateMediaCapturePipelineResponse :: Int -> CreateMediaCapturePipelineResponse
- data CreateMediaConcatenationPipeline = CreateMediaConcatenationPipeline' (Maybe (Sensitive Text)) (Maybe (NonEmpty Tag)) (NonEmpty ConcatenationSource) (NonEmpty ConcatenationSink)
- newCreateMediaConcatenationPipeline :: NonEmpty ConcatenationSource -> NonEmpty ConcatenationSink -> CreateMediaConcatenationPipeline
- data CreateMediaConcatenationPipelineResponse = CreateMediaConcatenationPipelineResponse' (Maybe MediaConcatenationPipeline) Int
- newCreateMediaConcatenationPipelineResponse :: Int -> CreateMediaConcatenationPipelineResponse
- data CreateMediaLiveConnectorPipeline = CreateMediaLiveConnectorPipeline' (Maybe (Sensitive Text)) (Maybe (NonEmpty Tag)) (NonEmpty LiveConnectorSourceConfiguration) (NonEmpty LiveConnectorSinkConfiguration)
- newCreateMediaLiveConnectorPipeline :: NonEmpty LiveConnectorSourceConfiguration -> NonEmpty LiveConnectorSinkConfiguration -> CreateMediaLiveConnectorPipeline
- data CreateMediaLiveConnectorPipelineResponse = CreateMediaLiveConnectorPipelineResponse' (Maybe MediaLiveConnectorPipeline) Int
- newCreateMediaLiveConnectorPipelineResponse :: Int -> CreateMediaLiveConnectorPipelineResponse
- data DeleteMediaCapturePipeline = DeleteMediaCapturePipeline' Text
- newDeleteMediaCapturePipeline :: Text -> DeleteMediaCapturePipeline
- data DeleteMediaCapturePipelineResponse = DeleteMediaCapturePipelineResponse' {
- newDeleteMediaCapturePipelineResponse :: DeleteMediaCapturePipelineResponse
- data DeleteMediaPipeline = DeleteMediaPipeline' Text
- newDeleteMediaPipeline :: Text -> DeleteMediaPipeline
- data DeleteMediaPipelineResponse = DeleteMediaPipelineResponse' {
- newDeleteMediaPipelineResponse :: DeleteMediaPipelineResponse
- data GetMediaCapturePipeline = GetMediaCapturePipeline' Text
- newGetMediaCapturePipeline :: Text -> GetMediaCapturePipeline
- data GetMediaCapturePipelineResponse = GetMediaCapturePipelineResponse' (Maybe MediaCapturePipeline) Int
- newGetMediaCapturePipelineResponse :: Int -> GetMediaCapturePipelineResponse
- data GetMediaPipeline = GetMediaPipeline' Text
- newGetMediaPipeline :: Text -> GetMediaPipeline
- data GetMediaPipelineResponse = GetMediaPipelineResponse' (Maybe MediaPipeline) Int
- newGetMediaPipelineResponse :: Int -> GetMediaPipelineResponse
- data ListMediaCapturePipelines = ListMediaCapturePipelines' (Maybe Natural) (Maybe Text)
- newListMediaCapturePipelines :: ListMediaCapturePipelines
- data ListMediaCapturePipelinesResponse = ListMediaCapturePipelinesResponse' (Maybe [MediaCapturePipelineSummary]) (Maybe Text) Int
- newListMediaCapturePipelinesResponse :: Int -> ListMediaCapturePipelinesResponse
- data ListMediaPipelines = ListMediaPipelines' (Maybe Natural) (Maybe Text)
- newListMediaPipelines :: ListMediaPipelines
- data ListMediaPipelinesResponse = ListMediaPipelinesResponse' (Maybe [MediaPipelineSummary]) (Maybe Text) Int
- newListMediaPipelinesResponse :: Int -> ListMediaPipelinesResponse
- data ListTagsForResource = ListTagsForResource' Text
- newListTagsForResource :: Text -> ListTagsForResource
- data ListTagsForResourceResponse = ListTagsForResourceResponse' (Maybe (NonEmpty Tag)) Int
- newListTagsForResourceResponse :: Int -> ListTagsForResourceResponse
- data TagResource = TagResource' Text (NonEmpty Tag)
- newTagResource :: Text -> NonEmpty Tag -> TagResource
- data TagResourceResponse = TagResourceResponse' Int
- newTagResourceResponse :: Int -> TagResourceResponse
- data UntagResource = UntagResource' Text (NonEmpty Text)
- newUntagResource :: Text -> NonEmpty Text -> UntagResource
- data UntagResourceResponse = UntagResourceResponse' Int
- newUntagResourceResponse :: Int -> UntagResourceResponse
- newtype ArtifactsConcatenationState where
- newtype ArtifactsState where
- ArtifactsState' { }
- pattern ArtifactsState_Disabled :: ArtifactsState
- pattern ArtifactsState_Enabled :: ArtifactsState
- newtype AudioArtifactsConcatenationState where
- newtype AudioChannelsOption where
- newtype AudioMuxType where
- AudioMuxType' { }
- pattern AudioMuxType_AudioOnly :: AudioMuxType
- pattern AudioMuxType_AudioWithActiveSpeakerVideo :: AudioMuxType
- pattern AudioMuxType_AudioWithCompositedVideo :: AudioMuxType
- newtype ConcatenationSinkType where
- newtype ConcatenationSourceType where
- newtype ContentMuxType where
- ContentMuxType' { }
- pattern ContentMuxType_ContentOnly :: ContentMuxType
- newtype ContentShareLayoutOption where
- newtype LayoutOption where
- LayoutOption' { }
- pattern LayoutOption_GridView :: LayoutOption
- newtype LiveConnectorMuxType where
- newtype LiveConnectorSinkType where
- newtype LiveConnectorSourceType where
- newtype MediaPipelineSinkType where
- newtype MediaPipelineSourceType where
- newtype MediaPipelineStatus where
- MediaPipelineStatus' { }
- pattern MediaPipelineStatus_Failed :: MediaPipelineStatus
- pattern MediaPipelineStatus_InProgress :: MediaPipelineStatus
- pattern MediaPipelineStatus_Initializing :: MediaPipelineStatus
- pattern MediaPipelineStatus_Stopped :: MediaPipelineStatus
- pattern MediaPipelineStatus_Stopping :: MediaPipelineStatus
- newtype PresenterPosition where
- PresenterPosition' { }
- pattern PresenterPosition_BottomLeft :: PresenterPosition
- pattern PresenterPosition_BottomRight :: PresenterPosition
- pattern PresenterPosition_TopLeft :: PresenterPosition
- pattern PresenterPosition_TopRight :: PresenterPosition
- newtype ResolutionOption where
- ResolutionOption' { }
- pattern ResolutionOption_FHD :: ResolutionOption
- pattern ResolutionOption_HD :: ResolutionOption
- newtype VideoMuxType where
- VideoMuxType' { }
- pattern VideoMuxType_VideoOnly :: VideoMuxType
- data ArtifactsConcatenationConfiguration = ArtifactsConcatenationConfiguration' AudioConcatenationConfiguration VideoConcatenationConfiguration ContentConcatenationConfiguration DataChannelConcatenationConfiguration TranscriptionMessagesConcatenationConfiguration MeetingEventsConcatenationConfiguration CompositedVideoConcatenationConfiguration
- newArtifactsConcatenationConfiguration :: AudioConcatenationConfiguration -> VideoConcatenationConfiguration -> ContentConcatenationConfiguration -> DataChannelConcatenationConfiguration -> TranscriptionMessagesConcatenationConfiguration -> MeetingEventsConcatenationConfiguration -> CompositedVideoConcatenationConfiguration -> ArtifactsConcatenationConfiguration
- data ArtifactsConfiguration = ArtifactsConfiguration' (Maybe CompositedVideoArtifactsConfiguration) AudioArtifactsConfiguration VideoArtifactsConfiguration ContentArtifactsConfiguration
- newArtifactsConfiguration :: AudioArtifactsConfiguration -> VideoArtifactsConfiguration -> ContentArtifactsConfiguration -> ArtifactsConfiguration
- data AudioArtifactsConfiguration = AudioArtifactsConfiguration' AudioMuxType
- newAudioArtifactsConfiguration :: AudioMuxType -> AudioArtifactsConfiguration
- data AudioConcatenationConfiguration = AudioConcatenationConfiguration' AudioArtifactsConcatenationState
- newAudioConcatenationConfiguration :: AudioArtifactsConcatenationState -> AudioConcatenationConfiguration
- data ChimeSdkMeetingConcatenationConfiguration = ChimeSdkMeetingConcatenationConfiguration' ArtifactsConcatenationConfiguration
- newChimeSdkMeetingConcatenationConfiguration :: ArtifactsConcatenationConfiguration -> ChimeSdkMeetingConcatenationConfiguration
- data ChimeSdkMeetingConfiguration = ChimeSdkMeetingConfiguration' (Maybe ArtifactsConfiguration) (Maybe SourceConfiguration)
- newChimeSdkMeetingConfiguration :: ChimeSdkMeetingConfiguration
- data ChimeSdkMeetingLiveConnectorConfiguration = ChimeSdkMeetingLiveConnectorConfiguration' (Maybe CompositedVideoArtifactsConfiguration) (Maybe SourceConfiguration) (Sensitive Text) LiveConnectorMuxType
- newChimeSdkMeetingLiveConnectorConfiguration :: Text -> LiveConnectorMuxType -> ChimeSdkMeetingLiveConnectorConfiguration
- data CompositedVideoArtifactsConfiguration = CompositedVideoArtifactsConfiguration' (Maybe LayoutOption) (Maybe ResolutionOption) GridViewConfiguration
- newCompositedVideoArtifactsConfiguration :: GridViewConfiguration -> CompositedVideoArtifactsConfiguration
- data CompositedVideoConcatenationConfiguration = CompositedVideoConcatenationConfiguration' ArtifactsConcatenationState
- newCompositedVideoConcatenationConfiguration :: ArtifactsConcatenationState -> CompositedVideoConcatenationConfiguration
- data ConcatenationSink = ConcatenationSink' ConcatenationSinkType S3BucketSinkConfiguration
- newConcatenationSink :: ConcatenationSinkType -> S3BucketSinkConfiguration -> ConcatenationSink
- data ConcatenationSource = ConcatenationSource' ConcatenationSourceType MediaCapturePipelineSourceConfiguration
- newConcatenationSource :: ConcatenationSourceType -> MediaCapturePipelineSourceConfiguration -> ConcatenationSource
- data ContentArtifactsConfiguration = ContentArtifactsConfiguration' (Maybe ContentMuxType) ArtifactsState
- newContentArtifactsConfiguration :: ArtifactsState -> ContentArtifactsConfiguration
- data ContentConcatenationConfiguration = ContentConcatenationConfiguration' ArtifactsConcatenationState
- newContentConcatenationConfiguration :: ArtifactsConcatenationState -> ContentConcatenationConfiguration
- data DataChannelConcatenationConfiguration = DataChannelConcatenationConfiguration' ArtifactsConcatenationState
- newDataChannelConcatenationConfiguration :: ArtifactsConcatenationState -> DataChannelConcatenationConfiguration
- data GridViewConfiguration = GridViewConfiguration' (Maybe PresenterOnlyConfiguration) ContentShareLayoutOption
- newGridViewConfiguration :: ContentShareLayoutOption -> GridViewConfiguration
- data LiveConnectorRTMPConfiguration = LiveConnectorRTMPConfiguration' (Maybe AudioChannelsOption) (Maybe Text) (Sensitive Text)
- newLiveConnectorRTMPConfiguration :: Text -> LiveConnectorRTMPConfiguration
- data LiveConnectorSinkConfiguration = LiveConnectorSinkConfiguration' LiveConnectorSinkType LiveConnectorRTMPConfiguration
- newLiveConnectorSinkConfiguration :: LiveConnectorSinkType -> LiveConnectorRTMPConfiguration -> LiveConnectorSinkConfiguration
- data LiveConnectorSourceConfiguration = LiveConnectorSourceConfiguration' LiveConnectorSourceType ChimeSdkMeetingLiveConnectorConfiguration
- newLiveConnectorSourceConfiguration :: LiveConnectorSourceType -> ChimeSdkMeetingLiveConnectorConfiguration -> LiveConnectorSourceConfiguration
- data MediaCapturePipeline = MediaCapturePipeline' (Maybe ChimeSdkMeetingConfiguration) (Maybe ISO8601) (Maybe Text) (Maybe Text) (Maybe (Sensitive Text)) (Maybe MediaPipelineSinkType) (Maybe (Sensitive Text)) (Maybe MediaPipelineSourceType) (Maybe MediaPipelineStatus) (Maybe ISO8601)
- newMediaCapturePipeline :: MediaCapturePipeline
- data MediaCapturePipelineSourceConfiguration = MediaCapturePipelineSourceConfiguration' (Sensitive Text) ChimeSdkMeetingConcatenationConfiguration
- newMediaCapturePipelineSourceConfiguration :: Text -> ChimeSdkMeetingConcatenationConfiguration -> MediaCapturePipelineSourceConfiguration
- data MediaCapturePipelineSummary = MediaCapturePipelineSummary' (Maybe Text) (Maybe Text)
- newMediaCapturePipelineSummary :: MediaCapturePipelineSummary
- data MediaConcatenationPipeline = MediaConcatenationPipeline' (Maybe ISO8601) (Maybe Text) (Maybe Text) (Maybe (NonEmpty ConcatenationSink)) (Maybe (NonEmpty ConcatenationSource)) (Maybe MediaPipelineStatus) (Maybe ISO8601)
- newMediaConcatenationPipeline :: MediaConcatenationPipeline
- data MediaLiveConnectorPipeline = MediaLiveConnectorPipeline' (Maybe ISO8601) (Maybe Text) (Maybe Text) (Maybe (NonEmpty LiveConnectorSinkConfiguration)) (Maybe (NonEmpty LiveConnectorSourceConfiguration)) (Maybe MediaPipelineStatus) (Maybe ISO8601)
- newMediaLiveConnectorPipeline :: MediaLiveConnectorPipeline
- data MediaPipeline = MediaPipeline' (Maybe MediaCapturePipeline) (Maybe MediaConcatenationPipeline) (Maybe MediaLiveConnectorPipeline)
- newMediaPipeline :: MediaPipeline
- data MediaPipelineSummary = MediaPipelineSummary' (Maybe Text) (Maybe Text)
- newMediaPipelineSummary :: MediaPipelineSummary
- data MeetingEventsConcatenationConfiguration = MeetingEventsConcatenationConfiguration' ArtifactsConcatenationState
- newMeetingEventsConcatenationConfiguration :: ArtifactsConcatenationState -> MeetingEventsConcatenationConfiguration
- data PresenterOnlyConfiguration = PresenterOnlyConfiguration' (Maybe PresenterPosition)
- newPresenterOnlyConfiguration :: PresenterOnlyConfiguration
- data S3BucketSinkConfiguration = S3BucketSinkConfiguration' (Sensitive Text)
- newS3BucketSinkConfiguration :: Text -> S3BucketSinkConfiguration
- data SelectedVideoStreams = SelectedVideoStreams' (Maybe (NonEmpty Text)) (Maybe (NonEmpty (Sensitive Text)))
- newSelectedVideoStreams :: SelectedVideoStreams
- data SourceConfiguration = SourceConfiguration' (Maybe SelectedVideoStreams)
- newSourceConfiguration :: SourceConfiguration
- data Tag = Tag' Text Text
- newTag :: Text -> Text -> Tag
- data TranscriptionMessagesConcatenationConfiguration = TranscriptionMessagesConcatenationConfiguration' ArtifactsConcatenationState
- newTranscriptionMessagesConcatenationConfiguration :: ArtifactsConcatenationState -> TranscriptionMessagesConcatenationConfiguration
- data VideoArtifactsConfiguration = VideoArtifactsConfiguration' (Maybe VideoMuxType) ArtifactsState
- newVideoArtifactsConfiguration :: ArtifactsState -> VideoArtifactsConfiguration
- data VideoConcatenationConfiguration = VideoConcatenationConfiguration' ArtifactsConcatenationState
- newVideoConcatenationConfiguration :: ArtifactsConcatenationState -> VideoConcatenationConfiguration
Service Configuration
defaultService :: Service Source #
API version 2021-07-15 of the Amazon Chime SDK Media Pipelines SDK configuration.
Errors
Error matchers are designed for use with the functions provided by
Control.Exception.Lens.
This allows catching (and rethrowing) service specific errors returned
by ChimeSdkMediaPipelines.
BadRequestException
_BadRequestException :: AsError a => Fold a ServiceError Source #
The input parameters don't match the service's restrictions.
ForbiddenException
_ForbiddenException :: AsError a => Fold a ServiceError Source #
The client is permanently forbidden from making the request.
NotFoundException
_NotFoundException :: AsError a => Fold a ServiceError Source #
One or more of the resources in the request does not exist in the system.
ResourceLimitExceededException
_ResourceLimitExceededException :: AsError a => Fold a ServiceError Source #
The request exceeds the resource limit.
ServiceFailureException
_ServiceFailureException :: AsError a => Fold a ServiceError Source #
The service encountered an unexpected error.
ServiceUnavailableException
_ServiceUnavailableException :: AsError a => Fold a ServiceError Source #
The service is currently unavailable.
ThrottledClientException
_ThrottledClientException :: AsError a => Fold a ServiceError Source #
The client exceeded its request rate limit.
UnauthorizedClientException
_UnauthorizedClientException :: AsError a => Fold a ServiceError Source #
The client is not currently authorized to make the request.
Waiters
Waiters poll by repeatedly sending a request until some remote success condition
configured by the Wait specification is fulfilled. The Wait specification
determines how many attempts should be made, in addition to delay and retry strategies.
Operations
Some AWS operations return results that are incomplete and require subsequent
requests in order to obtain the entire result set. The process of sending
subsequent requests to continue where a previous request left off is called
pagination. For example, the ListObjects operation of Amazon S3 returns up to
1000 objects at a time, and you must send subsequent requests with the
appropriate Marker in order to retrieve the next page of results.
Operations that have an AWSPager instance can transparently perform subsequent
requests, correctly setting Markers and other request facets to iterate through
the entire result set of a truncated API operation. Operations which support
this have an additional note in the documentation.
Many operations have the ability to filter results on the server side. See the individual operation parameters for details.
CreateMediaCapturePipeline
data CreateMediaCapturePipeline Source #
See: newCreateMediaCapturePipeline smart constructor.
Constructors
| CreateMediaCapturePipeline' (Maybe ChimeSdkMeetingConfiguration) (Maybe (Sensitive Text)) (Maybe (NonEmpty Tag)) MediaPipelineSourceType (Sensitive Text) MediaPipelineSinkType (Sensitive Text) |
Instances
newCreateMediaCapturePipeline Source #
Arguments
| :: MediaPipelineSourceType | |
| -> Text | |
| -> MediaPipelineSinkType | |
| -> Text | |
| -> CreateMediaCapturePipeline |
Create a value of CreateMediaCapturePipeline with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
CreateMediaCapturePipeline, createMediaCapturePipeline_chimeSdkMeetingConfiguration - The configuration for a specified media pipeline. SourceType must be
ChimeSdkMeeting.
$sel:clientRequestToken:CreateMediaCapturePipeline', createMediaCapturePipeline_clientRequestToken - The unique identifier for the client request. The token makes the API
request idempotent. Use a unique token for each media pipeline request.
$sel:tags:CreateMediaCapturePipeline', createMediaCapturePipeline_tags - The tag key-value pairs.
CreateMediaCapturePipeline, createMediaCapturePipeline_sourceType - Source type from which the media artifacts are captured. A Chime SDK
Meeting is the only supported source.
CreateMediaCapturePipeline, createMediaCapturePipeline_sourceArn - ARN of the source from which the media artifacts are captured.
CreateMediaCapturePipeline, createMediaCapturePipeline_sinkType - Destination type to which the media artifacts are saved. You must use an
S3 bucket.
CreateMediaCapturePipeline, createMediaCapturePipeline_sinkArn - The ARN of the sink type.
data CreateMediaCapturePipelineResponse Source #
See: newCreateMediaCapturePipelineResponse smart constructor.
Constructors
| CreateMediaCapturePipelineResponse' (Maybe MediaCapturePipeline) Int |
Instances
newCreateMediaCapturePipelineResponse Source #
Arguments
| :: Int | |
| -> CreateMediaCapturePipelineResponse |
Create a value of CreateMediaCapturePipelineResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
CreateMediaCapturePipelineResponse, createMediaCapturePipelineResponse_mediaCapturePipeline - A media pipeline object, the ID, source type, source ARN, sink type, and
sink ARN of a media pipeline object.
$sel:httpStatus:CreateMediaCapturePipelineResponse', createMediaCapturePipelineResponse_httpStatus - The response's http status code.
CreateMediaConcatenationPipeline
data CreateMediaConcatenationPipeline Source #
See: newCreateMediaConcatenationPipeline smart constructor.
Constructors
| CreateMediaConcatenationPipeline' (Maybe (Sensitive Text)) (Maybe (NonEmpty Tag)) (NonEmpty ConcatenationSource) (NonEmpty ConcatenationSink) |
Instances
newCreateMediaConcatenationPipeline Source #
Arguments
| :: NonEmpty ConcatenationSource | |
| -> NonEmpty ConcatenationSink | |
| -> CreateMediaConcatenationPipeline |
Create a value of CreateMediaConcatenationPipeline with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:clientRequestToken:CreateMediaConcatenationPipeline', createMediaConcatenationPipeline_clientRequestToken - The unique identifier for the client request. The token makes the API
request idempotent. Use a unique token for each media concatenation
pipeline request.
$sel:tags:CreateMediaConcatenationPipeline', createMediaConcatenationPipeline_tags - The tags associated with the media concatenation pipeline.
CreateMediaConcatenationPipeline, createMediaConcatenationPipeline_sources - An object that specifies the sources for the media concatenation
pipeline.
CreateMediaConcatenationPipeline, createMediaConcatenationPipeline_sinks - An object that specifies the data sinks for the media concatenation
pipeline.
data CreateMediaConcatenationPipelineResponse Source #
See: newCreateMediaConcatenationPipelineResponse smart constructor.
Instances
newCreateMediaConcatenationPipelineResponse Source #
Arguments
| :: Int | |
| -> CreateMediaConcatenationPipelineResponse |
Create a value of CreateMediaConcatenationPipelineResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
CreateMediaConcatenationPipelineResponse, createMediaConcatenationPipelineResponse_mediaConcatenationPipeline - A media concatenation pipeline object, the ID, source type,
MediaPipelineARN, and sink of a media concatenation pipeline object.
$sel:httpStatus:CreateMediaConcatenationPipelineResponse', createMediaConcatenationPipelineResponse_httpStatus - The response's http status code.
CreateMediaLiveConnectorPipeline
data CreateMediaLiveConnectorPipeline Source #
See: newCreateMediaLiveConnectorPipeline smart constructor.
Constructors
| CreateMediaLiveConnectorPipeline' (Maybe (Sensitive Text)) (Maybe (NonEmpty Tag)) (NonEmpty LiveConnectorSourceConfiguration) (NonEmpty LiveConnectorSinkConfiguration) |
Instances
newCreateMediaLiveConnectorPipeline Source #
Arguments
| :: NonEmpty LiveConnectorSourceConfiguration | |
| -> NonEmpty LiveConnectorSinkConfiguration | |
| -> CreateMediaLiveConnectorPipeline |
Create a value of CreateMediaLiveConnectorPipeline with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:clientRequestToken:CreateMediaLiveConnectorPipeline', createMediaLiveConnectorPipeline_clientRequestToken - The token assigned to the client making the request.
$sel:tags:CreateMediaLiveConnectorPipeline', createMediaLiveConnectorPipeline_tags - The tags associated with the media pipeline.
CreateMediaLiveConnectorPipeline, createMediaLiveConnectorPipeline_sources - The media pipeline's data sources.
CreateMediaLiveConnectorPipeline, createMediaLiveConnectorPipeline_sinks - The media pipeline's data sinks.
data CreateMediaLiveConnectorPipelineResponse Source #
See: newCreateMediaLiveConnectorPipelineResponse smart constructor.
Instances
newCreateMediaLiveConnectorPipelineResponse Source #
Arguments
| :: Int | |
| -> CreateMediaLiveConnectorPipelineResponse |
Create a value of CreateMediaLiveConnectorPipelineResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
CreateMediaLiveConnectorPipelineResponse, createMediaLiveConnectorPipelineResponse_mediaLiveConnectorPipeline - The new media pipeline.
$sel:httpStatus:CreateMediaLiveConnectorPipelineResponse', createMediaLiveConnectorPipelineResponse_httpStatus - The response's http status code.
DeleteMediaCapturePipeline
data DeleteMediaCapturePipeline Source #
See: newDeleteMediaCapturePipeline smart constructor.
Constructors
| DeleteMediaCapturePipeline' Text |
Instances
newDeleteMediaCapturePipeline Source #
Arguments
| :: Text | |
| -> DeleteMediaCapturePipeline |
Create a value of DeleteMediaCapturePipeline with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DeleteMediaCapturePipeline, deleteMediaCapturePipeline_mediaPipelineId - The ID of the media pipeline being deleted.
data DeleteMediaCapturePipelineResponse Source #
See: newDeleteMediaCapturePipelineResponse smart constructor.
Constructors
| DeleteMediaCapturePipelineResponse' | |
Instances
newDeleteMediaCapturePipelineResponse :: DeleteMediaCapturePipelineResponse Source #
Create a value of DeleteMediaCapturePipelineResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
DeleteMediaPipeline
data DeleteMediaPipeline Source #
See: newDeleteMediaPipeline smart constructor.
Constructors
| DeleteMediaPipeline' Text |
Instances
newDeleteMediaPipeline Source #
Arguments
| :: Text | |
| -> DeleteMediaPipeline |
Create a value of DeleteMediaPipeline with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DeleteMediaPipeline, deleteMediaPipeline_mediaPipelineId - The ID of the media pipeline to delete.
data DeleteMediaPipelineResponse Source #
See: newDeleteMediaPipelineResponse smart constructor.
Constructors
| DeleteMediaPipelineResponse' | |
Instances
newDeleteMediaPipelineResponse :: DeleteMediaPipelineResponse Source #
Create a value of DeleteMediaPipelineResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
GetMediaCapturePipeline
data GetMediaCapturePipeline Source #
See: newGetMediaCapturePipeline smart constructor.
Constructors
| GetMediaCapturePipeline' Text |
Instances
newGetMediaCapturePipeline Source #
Arguments
| :: Text | |
| -> GetMediaCapturePipeline |
Create a value of GetMediaCapturePipeline with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
GetMediaCapturePipeline, getMediaCapturePipeline_mediaPipelineId - The ID of the pipeline that you want to get.
data GetMediaCapturePipelineResponse Source #
See: newGetMediaCapturePipelineResponse smart constructor.
Constructors
| GetMediaCapturePipelineResponse' (Maybe MediaCapturePipeline) Int |
Instances
newGetMediaCapturePipelineResponse Source #
Create a value of GetMediaCapturePipelineResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
GetMediaCapturePipelineResponse, getMediaCapturePipelineResponse_mediaCapturePipeline - The media pipeline object.
$sel:httpStatus:GetMediaCapturePipelineResponse', getMediaCapturePipelineResponse_httpStatus - The response's http status code.
GetMediaPipeline
data GetMediaPipeline Source #
See: newGetMediaPipeline smart constructor.
Constructors
| GetMediaPipeline' Text |
Instances
Arguments
| :: Text | |
| -> GetMediaPipeline |
Create a value of GetMediaPipeline with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
GetMediaPipeline, getMediaPipeline_mediaPipelineId - The ID of the pipeline that you want to get.
data GetMediaPipelineResponse Source #
See: newGetMediaPipelineResponse smart constructor.
Constructors
| GetMediaPipelineResponse' (Maybe MediaPipeline) Int |
Instances
newGetMediaPipelineResponse Source #
Create a value of GetMediaPipelineResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:mediaPipeline:GetMediaPipelineResponse', getMediaPipelineResponse_mediaPipeline - The media pipeline object.
$sel:httpStatus:GetMediaPipelineResponse', getMediaPipelineResponse_httpStatus - The response's http status code.
ListMediaCapturePipelines
data ListMediaCapturePipelines Source #
See: newListMediaCapturePipelines smart constructor.
Constructors
| ListMediaCapturePipelines' (Maybe Natural) (Maybe Text) |
Instances
newListMediaCapturePipelines :: ListMediaCapturePipelines Source #
Create a value of ListMediaCapturePipelines with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:maxResults:ListMediaCapturePipelines', listMediaCapturePipelines_maxResults - The maximum number of results to return in a single call. Valid Range: 1
- 99.
ListMediaCapturePipelines, listMediaCapturePipelines_nextToken - The token used to retrieve the next page of results.
data ListMediaCapturePipelinesResponse Source #
See: newListMediaCapturePipelinesResponse smart constructor.
Constructors
| ListMediaCapturePipelinesResponse' (Maybe [MediaCapturePipelineSummary]) (Maybe Text) Int |
Instances
newListMediaCapturePipelinesResponse Source #
Arguments
| :: Int | |
| -> ListMediaCapturePipelinesResponse |
Create a value of ListMediaCapturePipelinesResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:mediaCapturePipelines:ListMediaCapturePipelinesResponse', listMediaCapturePipelinesResponse_mediaCapturePipelines - The media pipeline objects in the list.
ListMediaCapturePipelines, listMediaCapturePipelinesResponse_nextToken - The token used to retrieve the next page of results.
$sel:httpStatus:ListMediaCapturePipelinesResponse', listMediaCapturePipelinesResponse_httpStatus - The response's http status code.
ListMediaPipelines
data ListMediaPipelines Source #
See: newListMediaPipelines smart constructor.
Constructors
| ListMediaPipelines' (Maybe Natural) (Maybe Text) |
Instances
newListMediaPipelines :: ListMediaPipelines Source #
Create a value of ListMediaPipelines with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:maxResults:ListMediaPipelines', listMediaPipelines_maxResults - The maximum number of results to return in a single call. Valid Range: 1
- 99.
ListMediaPipelines, listMediaPipelines_nextToken - The token used to retrieve the next page of results.
data ListMediaPipelinesResponse Source #
See: newListMediaPipelinesResponse smart constructor.
Constructors
| ListMediaPipelinesResponse' (Maybe [MediaPipelineSummary]) (Maybe Text) Int |
Instances
newListMediaPipelinesResponse Source #
Create a value of ListMediaPipelinesResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:mediaPipelines:ListMediaPipelinesResponse', listMediaPipelinesResponse_mediaPipelines - The media pipeline objects in the list.
ListMediaPipelines, listMediaPipelinesResponse_nextToken - The token used to retrieve the next page of results.
$sel:httpStatus:ListMediaPipelinesResponse', listMediaPipelinesResponse_httpStatus - The response's http status code.
ListTagsForResource
data ListTagsForResource Source #
See: newListTagsForResource smart constructor.
Constructors
| ListTagsForResource' Text |
Instances
newListTagsForResource Source #
Arguments
| :: Text | |
| -> ListTagsForResource |
Create a value of ListTagsForResource with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceARN:ListTagsForResource', listTagsForResource_resourceARN - The ARN of the media pipeline associated with any tags. The ARN consists
of the pipeline's region, resource ID, and pipeline ID.
data ListTagsForResourceResponse Source #
See: newListTagsForResourceResponse smart constructor.
Constructors
| ListTagsForResourceResponse' (Maybe (NonEmpty Tag)) Int |
Instances
newListTagsForResourceResponse Source #
Create a value of ListTagsForResourceResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:tags:ListTagsForResourceResponse', listTagsForResourceResponse_tags - The tags associated with the specified media pipeline.
$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.
TagResource
data TagResource Source #
See: newTagResource smart constructor.
Constructors
| TagResource' Text (NonEmpty Tag) |
Instances
Create a value of TagResource with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceARN:TagResource', tagResource_resourceARN - The ARN of the media pipeline associated with any tags. The ARN consists
of the pipeline's endpoint region, resource ID, and pipeline ID.
$sel:tags:TagResource', tagResource_tags - The tags associated with the specified media pipeline.
data TagResourceResponse Source #
See: newTagResourceResponse smart constructor.
Constructors
| TagResourceResponse' Int |
Instances
newTagResourceResponse Source #
Arguments
| :: Int | |
| -> TagResourceResponse |
Create a value of TagResourceResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:TagResourceResponse', tagResourceResponse_httpStatus - The response's http status code.
UntagResource
data UntagResource Source #
See: newUntagResource smart constructor.
Constructors
| UntagResource' Text (NonEmpty Text) |
Instances
Arguments
| :: Text | |
| -> NonEmpty Text | |
| -> UntagResource |
Create a value of UntagResource with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceARN:UntagResource', untagResource_resourceARN - The ARN of the pipeline that you want to untag.
$sel:tagKeys:UntagResource', untagResource_tagKeys - The key/value pairs in the tag that you want to remove.
data UntagResourceResponse Source #
See: newUntagResourceResponse smart constructor.
Constructors
| UntagResourceResponse' Int |
Instances
newUntagResourceResponse Source #
Create a value of UntagResourceResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:UntagResourceResponse', untagResourceResponse_httpStatus - The response's http status code.
Types
ArtifactsConcatenationState
newtype ArtifactsConcatenationState Source #
Constructors
| ArtifactsConcatenationState' | |
Fields | |
Bundled Patterns
| pattern ArtifactsConcatenationState_Disabled :: ArtifactsConcatenationState | |
| pattern ArtifactsConcatenationState_Enabled :: ArtifactsConcatenationState |
Instances
ArtifactsState
newtype ArtifactsState Source #
Constructors
| ArtifactsState' | |
Fields | |
Bundled Patterns
| pattern ArtifactsState_Disabled :: ArtifactsState | |
| pattern ArtifactsState_Enabled :: ArtifactsState |
Instances
AudioArtifactsConcatenationState
newtype AudioArtifactsConcatenationState Source #
Constructors
| AudioArtifactsConcatenationState' | |
Fields | |
Bundled Patterns
| pattern AudioArtifactsConcatenationState_Enabled :: AudioArtifactsConcatenationState |
Instances
AudioChannelsOption
newtype AudioChannelsOption Source #
Constructors
| AudioChannelsOption' | |
Fields | |
Bundled Patterns
| pattern AudioChannelsOption_Mono :: AudioChannelsOption | |
| pattern AudioChannelsOption_Stereo :: AudioChannelsOption |
Instances
AudioMuxType
newtype AudioMuxType Source #
Constructors
| AudioMuxType' | |
Fields | |
Bundled Patterns
| pattern AudioMuxType_AudioOnly :: AudioMuxType | |
| pattern AudioMuxType_AudioWithActiveSpeakerVideo :: AudioMuxType | |
| pattern AudioMuxType_AudioWithCompositedVideo :: AudioMuxType |
Instances
ConcatenationSinkType
newtype ConcatenationSinkType Source #
Constructors
| ConcatenationSinkType' | |
Fields | |
Bundled Patterns
| pattern ConcatenationSinkType_S3Bucket :: ConcatenationSinkType |
Instances
ConcatenationSourceType
newtype ConcatenationSourceType Source #
Constructors
| ConcatenationSourceType' | |
Fields | |
Bundled Patterns
| pattern ConcatenationSourceType_MediaCapturePipeline :: ConcatenationSourceType |
Instances
ContentMuxType
newtype ContentMuxType Source #
Constructors
| ContentMuxType' | |
Fields | |
Bundled Patterns
| pattern ContentMuxType_ContentOnly :: ContentMuxType |
Instances
ContentShareLayoutOption
newtype ContentShareLayoutOption Source #
Constructors
| ContentShareLayoutOption' | |
Fields | |
Bundled Patterns
Instances
LayoutOption
newtype LayoutOption Source #
Constructors
| LayoutOption' | |
Fields | |
Bundled Patterns
| pattern LayoutOption_GridView :: LayoutOption |
Instances
LiveConnectorMuxType
newtype LiveConnectorMuxType Source #
Constructors
| LiveConnectorMuxType' | |
Fields | |
Bundled Patterns
| pattern LiveConnectorMuxType_AudioWithActiveSpeakerVideo :: LiveConnectorMuxType | |
| pattern LiveConnectorMuxType_AudioWithCompositedVideo :: LiveConnectorMuxType |
Instances
LiveConnectorSinkType
newtype LiveConnectorSinkType Source #
Constructors
| LiveConnectorSinkType' | |
Fields | |
Bundled Patterns
| pattern LiveConnectorSinkType_RTMP :: LiveConnectorSinkType |
Instances
LiveConnectorSourceType
newtype LiveConnectorSourceType Source #
Constructors
| LiveConnectorSourceType' | |
Fields | |
Bundled Patterns
| pattern LiveConnectorSourceType_ChimeSdkMeeting :: LiveConnectorSourceType |
Instances
MediaPipelineSinkType
newtype MediaPipelineSinkType Source #
Constructors
| MediaPipelineSinkType' | |
Fields | |
Bundled Patterns
| pattern MediaPipelineSinkType_S3Bucket :: MediaPipelineSinkType |
Instances
MediaPipelineSourceType
newtype MediaPipelineSourceType Source #
Constructors
| MediaPipelineSourceType' | |
Fields | |
Bundled Patterns
| pattern MediaPipelineSourceType_ChimeSdkMeeting :: MediaPipelineSourceType |
Instances
MediaPipelineStatus
newtype MediaPipelineStatus Source #
Constructors
| MediaPipelineStatus' | |
Fields | |
Bundled Patterns
| pattern MediaPipelineStatus_Failed :: MediaPipelineStatus | |
| pattern MediaPipelineStatus_InProgress :: MediaPipelineStatus | |
| pattern MediaPipelineStatus_Initializing :: MediaPipelineStatus | |
| pattern MediaPipelineStatus_Stopped :: MediaPipelineStatus | |
| pattern MediaPipelineStatus_Stopping :: MediaPipelineStatus |
Instances
PresenterPosition
newtype PresenterPosition Source #
Constructors
| PresenterPosition' | |
Fields | |
Bundled Patterns
| pattern PresenterPosition_BottomLeft :: PresenterPosition | |
| pattern PresenterPosition_BottomRight :: PresenterPosition | |
| pattern PresenterPosition_TopLeft :: PresenterPosition | |
| pattern PresenterPosition_TopRight :: PresenterPosition |
Instances
ResolutionOption
newtype ResolutionOption Source #
Constructors
| ResolutionOption' | |
Fields | |
Bundled Patterns
| pattern ResolutionOption_FHD :: ResolutionOption | |
| pattern ResolutionOption_HD :: ResolutionOption |
Instances
VideoMuxType
newtype VideoMuxType Source #
Constructors
| VideoMuxType' | |
Fields | |
Bundled Patterns
| pattern VideoMuxType_VideoOnly :: VideoMuxType |
Instances
ArtifactsConcatenationConfiguration
data ArtifactsConcatenationConfiguration Source #
The configuration for the artifacts concatenation.
See: newArtifactsConcatenationConfiguration smart constructor.
Constructors
Instances
newArtifactsConcatenationConfiguration Source #
Arguments
Create a value of ArtifactsConcatenationConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:audio:ArtifactsConcatenationConfiguration', artifactsConcatenationConfiguration_audio - The configuration for the audio artifacts concatenation.
$sel:video:ArtifactsConcatenationConfiguration', artifactsConcatenationConfiguration_video - The configuration for the video artifacts concatenation.
$sel:content:ArtifactsConcatenationConfiguration', artifactsConcatenationConfiguration_content - The configuration for the content artifacts concatenation.
$sel:dataChannel:ArtifactsConcatenationConfiguration', artifactsConcatenationConfiguration_dataChannel - The configuration for the data channel artifacts concatenation.
$sel:transcriptionMessages:ArtifactsConcatenationConfiguration', artifactsConcatenationConfiguration_transcriptionMessages - The configuration for the transcription messages artifacts
concatenation.
$sel:meetingEvents:ArtifactsConcatenationConfiguration', artifactsConcatenationConfiguration_meetingEvents - The configuration for the meeting events artifacts concatenation.
$sel:compositedVideo:ArtifactsConcatenationConfiguration', artifactsConcatenationConfiguration_compositedVideo - The configuration for the composited video artifacts concatenation.
ArtifactsConfiguration
data ArtifactsConfiguration Source #
The configuration for the artifacts.
See: newArtifactsConfiguration smart constructor.
Constructors
| ArtifactsConfiguration' (Maybe CompositedVideoArtifactsConfiguration) AudioArtifactsConfiguration VideoArtifactsConfiguration ContentArtifactsConfiguration |
Instances
newArtifactsConfiguration Source #
Arguments
| :: AudioArtifactsConfiguration | |
| -> VideoArtifactsConfiguration | |
| -> ContentArtifactsConfiguration | |
| -> ArtifactsConfiguration |
Create a value of ArtifactsConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:compositedVideo:ArtifactsConfiguration', artifactsConfiguration_compositedVideo - Enables video compositing.
$sel:audio:ArtifactsConfiguration', artifactsConfiguration_audio - The configuration for the audio artifacts.
$sel:video:ArtifactsConfiguration', artifactsConfiguration_video - The configuration for the video artifacts.
$sel:content:ArtifactsConfiguration', artifactsConfiguration_content - The configuration for the content artifacts.
AudioArtifactsConfiguration
data AudioArtifactsConfiguration Source #
The audio artifact configuration object.
See: newAudioArtifactsConfiguration smart constructor.
Constructors
| AudioArtifactsConfiguration' AudioMuxType |
Instances
newAudioArtifactsConfiguration Source #
Create a value of AudioArtifactsConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:muxType:AudioArtifactsConfiguration', audioArtifactsConfiguration_muxType - The MUX type of the audio artifact configuration object.
AudioConcatenationConfiguration
data AudioConcatenationConfiguration Source #
The audio artifact concatenation configuration object.
See: newAudioConcatenationConfiguration smart constructor.
Instances
newAudioConcatenationConfiguration Source #
Create a value of AudioConcatenationConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:state:AudioConcatenationConfiguration', audioConcatenationConfiguration_state - Enables the name object, where name is the name of the configuration
object, such as AudioConcatenation.
ChimeSdkMeetingConcatenationConfiguration
data ChimeSdkMeetingConcatenationConfiguration Source #
The configuration object of the Amazon Chime SDK meeting concatenation for a specified media pipeline.
See: newChimeSdkMeetingConcatenationConfiguration smart constructor.
Instances
newChimeSdkMeetingConcatenationConfiguration Source #
Arguments
| :: ArtifactsConcatenationConfiguration |
|
| -> ChimeSdkMeetingConcatenationConfiguration |
Create a value of ChimeSdkMeetingConcatenationConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:artifactsConfiguration:ChimeSdkMeetingConcatenationConfiguration', chimeSdkMeetingConcatenationConfiguration_artifactsConfiguration - The configuration for the artifacts in an Amazon Chime SDK meeting
concatenation.
ChimeSdkMeetingConfiguration
data ChimeSdkMeetingConfiguration Source #
The configuration object of the Amazon Chime SDK meeting for a specified
media pipeline. SourceType must be ChimeSdkMeeting.
See: newChimeSdkMeetingConfiguration smart constructor.
Constructors
| ChimeSdkMeetingConfiguration' (Maybe ArtifactsConfiguration) (Maybe SourceConfiguration) |
Instances
newChimeSdkMeetingConfiguration :: ChimeSdkMeetingConfiguration Source #
Create a value of ChimeSdkMeetingConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:artifactsConfiguration:ChimeSdkMeetingConfiguration', chimeSdkMeetingConfiguration_artifactsConfiguration - The configuration for the artifacts in an Amazon Chime SDK meeting.
$sel:sourceConfiguration:ChimeSdkMeetingConfiguration', chimeSdkMeetingConfiguration_sourceConfiguration - The source configuration for a specified media pipline.
ChimeSdkMeetingLiveConnectorConfiguration
data ChimeSdkMeetingLiveConnectorConfiguration Source #
The media pipeline's configuration object.
See: newChimeSdkMeetingLiveConnectorConfiguration smart constructor.
Constructors
| ChimeSdkMeetingLiveConnectorConfiguration' (Maybe CompositedVideoArtifactsConfiguration) (Maybe SourceConfiguration) (Sensitive Text) LiveConnectorMuxType |
Instances
newChimeSdkMeetingLiveConnectorConfiguration Source #
Arguments
| :: Text | |
| -> LiveConnectorMuxType | |
| -> ChimeSdkMeetingLiveConnectorConfiguration |
Create a value of ChimeSdkMeetingLiveConnectorConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:compositedVideo:ChimeSdkMeetingLiveConnectorConfiguration', chimeSdkMeetingLiveConnectorConfiguration_compositedVideo - The media pipeline's composited video.
$sel:sourceConfiguration:ChimeSdkMeetingLiveConnectorConfiguration', chimeSdkMeetingLiveConnectorConfiguration_sourceConfiguration - The source configuration settings of the media pipeline's configuration
object.
$sel:arn:ChimeSdkMeetingLiveConnectorConfiguration', chimeSdkMeetingLiveConnectorConfiguration_arn - The configuration object's Chime SDK meeting ARN.
$sel:muxType:ChimeSdkMeetingLiveConnectorConfiguration', chimeSdkMeetingLiveConnectorConfiguration_muxType - The configuration object's multiplex type.
CompositedVideoArtifactsConfiguration
data CompositedVideoArtifactsConfiguration Source #
Describes the configuration for the composited video artifacts.
See: newCompositedVideoArtifactsConfiguration smart constructor.
Constructors
| CompositedVideoArtifactsConfiguration' (Maybe LayoutOption) (Maybe ResolutionOption) GridViewConfiguration |
Instances
newCompositedVideoArtifactsConfiguration Source #
Arguments
| :: GridViewConfiguration |
|
| -> CompositedVideoArtifactsConfiguration |
Create a value of CompositedVideoArtifactsConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:layout:CompositedVideoArtifactsConfiguration', compositedVideoArtifactsConfiguration_layout - The layout setting, such as GridView in the configuration object.
$sel:resolution:CompositedVideoArtifactsConfiguration', compositedVideoArtifactsConfiguration_resolution - The video resolution setting in the configuration object. Default: HD at
1280 x 720. FHD resolution: 1920 x 1080.
$sel:gridViewConfiguration:CompositedVideoArtifactsConfiguration', compositedVideoArtifactsConfiguration_gridViewConfiguration - The GridView configuration setting.
CompositedVideoConcatenationConfiguration
data CompositedVideoConcatenationConfiguration Source #
The composited video configuration object for a specified media
pipeline. SourceType must be ChimeSdkMeeting.
See: newCompositedVideoConcatenationConfiguration smart constructor.
Instances
newCompositedVideoConcatenationConfiguration Source #
Create a value of CompositedVideoConcatenationConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:state:CompositedVideoConcatenationConfiguration', compositedVideoConcatenationConfiguration_state - Enables or disables the configuration object.
ConcatenationSink
data ConcatenationSink Source #
The data sink of the configuration object.
See: newConcatenationSink smart constructor.
Instances
Arguments
| :: ConcatenationSinkType | |
| -> S3BucketSinkConfiguration | |
| -> ConcatenationSink |
Create a value of ConcatenationSink with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:type':ConcatenationSink', concatenationSink_type - The type of data sink in the configuration object.
$sel:s3BucketSinkConfiguration:ConcatenationSink', concatenationSink_s3BucketSinkConfiguration - The configuration settings for an Amazon S3 bucket sink.
ConcatenationSource
data ConcatenationSource Source #
The source type and media pipeline configuration settings in a configuration object.
See: newConcatenationSource smart constructor.
Instances
newConcatenationSource Source #
Arguments
| :: ConcatenationSourceType | |
| -> MediaCapturePipelineSourceConfiguration |
|
| -> ConcatenationSource |
Create a value of ConcatenationSource with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:type':ConcatenationSource', concatenationSource_type - The type of concatenation source in a configuration object.
$sel:mediaCapturePipelineSourceConfiguration:ConcatenationSource', concatenationSource_mediaCapturePipelineSourceConfiguration - The concatenation settings for the media pipeline in a configuration
object.
ContentArtifactsConfiguration
data ContentArtifactsConfiguration Source #
The content artifact object.
See: newContentArtifactsConfiguration smart constructor.
Constructors
| ContentArtifactsConfiguration' (Maybe ContentMuxType) ArtifactsState |
Instances
newContentArtifactsConfiguration Source #
Create a value of ContentArtifactsConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:muxType:ContentArtifactsConfiguration', contentArtifactsConfiguration_muxType - The MUX type of the artifact configuration.
$sel:state:ContentArtifactsConfiguration', contentArtifactsConfiguration_state - Indicates whether the content artifact is enabled or disabled.
ContentConcatenationConfiguration
data ContentConcatenationConfiguration Source #
The composited content configuration object for a specified media pipeline.
See: newContentConcatenationConfiguration smart constructor.
Instances
newContentConcatenationConfiguration Source #
Arguments
| :: ArtifactsConcatenationState | |
| -> ContentConcatenationConfiguration |
Create a value of ContentConcatenationConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:state:ContentConcatenationConfiguration', contentConcatenationConfiguration_state - Enables or disables the configuration object.
DataChannelConcatenationConfiguration
data DataChannelConcatenationConfiguration Source #
The content configuration object's data channel.
See: newDataChannelConcatenationConfiguration smart constructor.
Instances
newDataChannelConcatenationConfiguration Source #
Create a value of DataChannelConcatenationConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:state:DataChannelConcatenationConfiguration', dataChannelConcatenationConfiguration_state - Enables or disables the configuration object.
GridViewConfiguration
data GridViewConfiguration Source #
Specifies the type of grid layout.
See: newGridViewConfiguration smart constructor.
Instances
newGridViewConfiguration Source #
Arguments
| :: ContentShareLayoutOption | |
| -> GridViewConfiguration |
Create a value of GridViewConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:presenterOnlyConfiguration:GridViewConfiguration', gridViewConfiguration_presenterOnlyConfiguration - Defines the configuration options for a presenter only video tile.
$sel:contentShareLayout:GridViewConfiguration', gridViewConfiguration_contentShareLayout - Defines the layout of the video tiles when content sharing is enabled.
LiveConnectorRTMPConfiguration
data LiveConnectorRTMPConfiguration Source #
The media pipeline's RTMP configuration object.
See: newLiveConnectorRTMPConfiguration smart constructor.
Constructors
| LiveConnectorRTMPConfiguration' (Maybe AudioChannelsOption) (Maybe Text) (Sensitive Text) |
Instances
newLiveConnectorRTMPConfiguration Source #
Create a value of LiveConnectorRTMPConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:audioChannels:LiveConnectorRTMPConfiguration', liveConnectorRTMPConfiguration_audioChannels - The audio channels set for the RTMP configuration
$sel:audioSampleRate:LiveConnectorRTMPConfiguration', liveConnectorRTMPConfiguration_audioSampleRate - The audio sample rate set for the RTMP configuration. Default: 48000.
$sel:url:LiveConnectorRTMPConfiguration', liveConnectorRTMPConfiguration_url - The URL of the RTMP configuration.
LiveConnectorSinkConfiguration
data LiveConnectorSinkConfiguration Source #
The media pipeline's sink configuration settings.
See: newLiveConnectorSinkConfiguration smart constructor.
Instances
newLiveConnectorSinkConfiguration Source #
Create a value of LiveConnectorSinkConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:sinkType:LiveConnectorSinkConfiguration', liveConnectorSinkConfiguration_sinkType - The sink configuration's sink type.
$sel:rTMPConfiguration:LiveConnectorSinkConfiguration', liveConnectorSinkConfiguration_rTMPConfiguration - The sink configuration's RTMP configuration setttings.
LiveConnectorSourceConfiguration
data LiveConnectorSourceConfiguration Source #
The data source configuration object of a streaming media pipeline.
See: newLiveConnectorSourceConfiguration smart constructor.
Constructors
| LiveConnectorSourceConfiguration' LiveConnectorSourceType ChimeSdkMeetingLiveConnectorConfiguration |
Instances
newLiveConnectorSourceConfiguration Source #
Arguments
| :: LiveConnectorSourceType | |
| -> ChimeSdkMeetingLiveConnectorConfiguration |
|
| -> LiveConnectorSourceConfiguration |
Create a value of LiveConnectorSourceConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:sourceType:LiveConnectorSourceConfiguration', liveConnectorSourceConfiguration_sourceType - The source configuration's media source type.
$sel:chimeSdkMeetingLiveConnectorConfiguration:LiveConnectorSourceConfiguration', liveConnectorSourceConfiguration_chimeSdkMeetingLiveConnectorConfiguration - The configuration settings of the connector pipeline.
MediaCapturePipeline
data MediaCapturePipeline Source #
A media pipeline object consisting of an ID, source type, source ARN, a sink type, a sink ARN, and a configuration object.
See: newMediaCapturePipeline smart constructor.
Constructors
Instances
newMediaCapturePipeline :: MediaCapturePipeline Source #
Create a value of MediaCapturePipeline with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:chimeSdkMeetingConfiguration:MediaCapturePipeline', mediaCapturePipeline_chimeSdkMeetingConfiguration - The configuration for a specified media pipeline. SourceType must be
ChimeSdkMeeting.
$sel:createdTimestamp:MediaCapturePipeline', mediaCapturePipeline_createdTimestamp - The time at which the pipeline was created, in ISO 8601 format.
$sel:mediaPipelineArn:MediaCapturePipeline', mediaCapturePipeline_mediaPipelineArn - The ARN of the media capture pipeline
$sel:mediaPipelineId:MediaCapturePipeline', mediaCapturePipeline_mediaPipelineId - The ID of a media pipeline.
$sel:sinkArn:MediaCapturePipeline', mediaCapturePipeline_sinkArn - ARN of the destination to which the media artifacts are saved.
$sel:sinkType:MediaCapturePipeline', mediaCapturePipeline_sinkType - Destination type to which the media artifacts are saved. You must use an
S3 Bucket.
$sel:sourceArn:MediaCapturePipeline', mediaCapturePipeline_sourceArn - ARN of the source from which the media artifacts are saved.
$sel:sourceType:MediaCapturePipeline', mediaCapturePipeline_sourceType - Source type from which media artifacts are saved. You must use
ChimeMeeting.
$sel:status:MediaCapturePipeline', mediaCapturePipeline_status - The status of the media pipeline.
$sel:updatedTimestamp:MediaCapturePipeline', mediaCapturePipeline_updatedTimestamp - The time at which the pipeline was updated, in ISO 8601 format.
MediaCapturePipelineSourceConfiguration
data MediaCapturePipelineSourceConfiguration Source #
The source configuration object of a media capture pipeline.
See: newMediaCapturePipelineSourceConfiguration smart constructor.
Constructors
| MediaCapturePipelineSourceConfiguration' (Sensitive Text) ChimeSdkMeetingConcatenationConfiguration |
Instances
newMediaCapturePipelineSourceConfiguration Source #
Arguments
Create a value of MediaCapturePipelineSourceConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:mediaPipelineArn:MediaCapturePipelineSourceConfiguration', mediaCapturePipelineSourceConfiguration_mediaPipelineArn - The media pipeline ARN in the configuration object of a media capture
pipeline.
$sel:chimeSdkMeetingConfiguration:MediaCapturePipelineSourceConfiguration', mediaCapturePipelineSourceConfiguration_chimeSdkMeetingConfiguration - The meeting configuration settings in a media capture pipeline
configuration object.
MediaCapturePipelineSummary
data MediaCapturePipelineSummary Source #
The summary data of a media capture pipeline.
See: newMediaCapturePipelineSummary smart constructor.
Constructors
| MediaCapturePipelineSummary' (Maybe Text) (Maybe Text) |
Instances
newMediaCapturePipelineSummary :: MediaCapturePipelineSummary Source #
Create a value of MediaCapturePipelineSummary with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:mediaPipelineArn:MediaCapturePipelineSummary', mediaCapturePipelineSummary_mediaPipelineArn - The ARN of the media pipeline in the summary.
$sel:mediaPipelineId:MediaCapturePipelineSummary', mediaCapturePipelineSummary_mediaPipelineId - The ID of the media pipeline in the summary.
MediaConcatenationPipeline
data MediaConcatenationPipeline Source #
Concatenates audio and video data from one or more data streams.
See: newMediaConcatenationPipeline smart constructor.
Constructors
| MediaConcatenationPipeline' (Maybe ISO8601) (Maybe Text) (Maybe Text) (Maybe (NonEmpty ConcatenationSink)) (Maybe (NonEmpty ConcatenationSource)) (Maybe MediaPipelineStatus) (Maybe ISO8601) |
Instances
newMediaConcatenationPipeline :: MediaConcatenationPipeline Source #
Create a value of MediaConcatenationPipeline with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:createdTimestamp:MediaConcatenationPipeline', mediaConcatenationPipeline_createdTimestamp - The time at which the concatenation pipeline was created.
$sel:mediaPipelineArn:MediaConcatenationPipeline', mediaConcatenationPipeline_mediaPipelineArn - The ARN of the media pipeline that you specify in the
SourceConfiguration object.
$sel:mediaPipelineId:MediaConcatenationPipeline', mediaConcatenationPipeline_mediaPipelineId - The ID of the media pipeline being concatenated.
$sel:sinks:MediaConcatenationPipeline', mediaConcatenationPipeline_sinks - The data sinks of the concatenation pipeline.
$sel:sources:MediaConcatenationPipeline', mediaConcatenationPipeline_sources - The data sources being concatnated.
$sel:status:MediaConcatenationPipeline', mediaConcatenationPipeline_status - The status of the concatenation pipeline.
$sel:updatedTimestamp:MediaConcatenationPipeline', mediaConcatenationPipeline_updatedTimestamp - The time at which the concatenation pipeline was last updated.
MediaLiveConnectorPipeline
data MediaLiveConnectorPipeline Source #
The connector pipeline.
See: newMediaLiveConnectorPipeline smart constructor.
Constructors
Instances
newMediaLiveConnectorPipeline :: MediaLiveConnectorPipeline Source #
Create a value of MediaLiveConnectorPipeline with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:createdTimestamp:MediaLiveConnectorPipeline', mediaLiveConnectorPipeline_createdTimestamp - Thetime at which the connector pipeline was created.
$sel:mediaPipelineArn:MediaLiveConnectorPipeline', mediaLiveConnectorPipeline_mediaPipelineArn - The connector pipeline's ARN.
$sel:mediaPipelineId:MediaLiveConnectorPipeline', mediaLiveConnectorPipeline_mediaPipelineId - The connector pipeline's ID.
$sel:sinks:MediaLiveConnectorPipeline', mediaLiveConnectorPipeline_sinks - The connector pipeline's data sinks.
$sel:sources:MediaLiveConnectorPipeline', mediaLiveConnectorPipeline_sources - The connector pipeline's data sources.
$sel:status:MediaLiveConnectorPipeline', mediaLiveConnectorPipeline_status - The connector pipeline's status.
$sel:updatedTimestamp:MediaLiveConnectorPipeline', mediaLiveConnectorPipeline_updatedTimestamp - The time at which the connector pipeline was last updated.
MediaPipeline
data MediaPipeline Source #
A pipeline consisting of a media capture, media concatenation, or live-streaming pipeline.
See: newMediaPipeline smart constructor.
Constructors
| MediaPipeline' (Maybe MediaCapturePipeline) (Maybe MediaConcatenationPipeline) (Maybe MediaLiveConnectorPipeline) |
Instances
newMediaPipeline :: MediaPipeline Source #
Create a value of MediaPipeline with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:mediaCapturePipeline:MediaPipeline', mediaPipeline_mediaCapturePipeline - A pipeline that enables users to capture audio and video.
$sel:mediaConcatenationPipeline:MediaPipeline', mediaPipeline_mediaConcatenationPipeline - The media concatenation pipeline in a media pipeline.
$sel:mediaLiveConnectorPipeline:MediaPipeline', mediaPipeline_mediaLiveConnectorPipeline - The connector pipeline of the media pipeline.
MediaPipelineSummary
data MediaPipelineSummary Source #
The summary of the media pipeline.
See: newMediaPipelineSummary smart constructor.
Constructors
| MediaPipelineSummary' (Maybe Text) (Maybe Text) |
Instances
newMediaPipelineSummary :: MediaPipelineSummary Source #
Create a value of MediaPipelineSummary with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:mediaPipelineArn:MediaPipelineSummary', mediaPipelineSummary_mediaPipelineArn - The ARN of the media pipeline in the summary.
$sel:mediaPipelineId:MediaPipelineSummary', mediaPipelineSummary_mediaPipelineId - The ID of the media pipeline in the summary.
MeetingEventsConcatenationConfiguration
data MeetingEventsConcatenationConfiguration Source #
The configuration object for an event concatenation pipeline.
See: newMeetingEventsConcatenationConfiguration smart constructor.
Instances
newMeetingEventsConcatenationConfiguration Source #
Create a value of MeetingEventsConcatenationConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:state:MeetingEventsConcatenationConfiguration', meetingEventsConcatenationConfiguration_state - Enables or disables the configuration object.
PresenterOnlyConfiguration
data PresenterOnlyConfiguration Source #
Defines the configuration for a presenter only video tile.
See: newPresenterOnlyConfiguration smart constructor.
Constructors
| PresenterOnlyConfiguration' (Maybe PresenterPosition) |
Instances
newPresenterOnlyConfiguration :: PresenterOnlyConfiguration Source #
Create a value of PresenterOnlyConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:presenterPosition:PresenterOnlyConfiguration', presenterOnlyConfiguration_presenterPosition - Defines the position of the presenter video tile. Default: TopRight.
S3BucketSinkConfiguration
data S3BucketSinkConfiguration Source #
The configuration settings for the S3 bucket.
See: newS3BucketSinkConfiguration smart constructor.
Constructors
| S3BucketSinkConfiguration' (Sensitive Text) |
Instances
newS3BucketSinkConfiguration Source #
Create a value of S3BucketSinkConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:destination:S3BucketSinkConfiguration', s3BucketSinkConfiguration_destination - The destination URL of the S3 bucket.
SelectedVideoStreams
data SelectedVideoStreams Source #
The video streams for a specified media pipeline. The total number of video streams can't exceed 25.
See: newSelectedVideoStreams smart constructor.
Instances
newSelectedVideoStreams :: SelectedVideoStreams Source #
Create a value of SelectedVideoStreams with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:attendeeIds:SelectedVideoStreams', selectedVideoStreams_attendeeIds - The attendee IDs of the streams selected for a media pipeline.
$sel:externalUserIds:SelectedVideoStreams', selectedVideoStreams_externalUserIds - The external user IDs of the streams selected for a media pipeline.
SourceConfiguration
data SourceConfiguration Source #
Source configuration for a specified media pipeline.
See: newSourceConfiguration smart constructor.
Constructors
| SourceConfiguration' (Maybe SelectedVideoStreams) |
Instances
newSourceConfiguration :: SourceConfiguration Source #
Create a value of SourceConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:selectedVideoStreams:SourceConfiguration', sourceConfiguration_selectedVideoStreams - The selected video streams for a specified media pipeline. The number of
video streams can't exceed 25.
Tag
A key/value pair that grants users access to meeting resources.
See: newTag smart constructor.
Instances
| FromJSON Tag Source # | |
| ToJSON Tag Source # | |
Defined in Amazonka.ChimeSdkMediaPipelines.Types.Tag | |
| Generic Tag Source # | |
| Read Tag Source # | |
| Show Tag Source # | |
| NFData Tag Source # | |
Defined in Amazonka.ChimeSdkMediaPipelines.Types.Tag | |
| Eq Tag Source # | |
| Hashable Tag Source # | |
Defined in Amazonka.ChimeSdkMediaPipelines.Types.Tag | |
| type Rep Tag Source # | |
Defined in Amazonka.ChimeSdkMediaPipelines.Types.Tag type Rep Tag = D1 ('MetaData "Tag" "Amazonka.ChimeSdkMediaPipelines.Types.Tag" "amazonka-chime-sdk-media-pipelines-2.0-4JrP6cRdPOV2NsMIeuZP1H" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) | |
Create a value of Tag with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:key:Tag', tag_key - The key half of a tag.
$sel:value:Tag', tag_value - The value half of a tag.
TranscriptionMessagesConcatenationConfiguration
data TranscriptionMessagesConcatenationConfiguration Source #
The configuration object for concatenating transcription messages.
See: newTranscriptionMessagesConcatenationConfiguration smart constructor.
Instances
newTranscriptionMessagesConcatenationConfiguration Source #
Create a value of TranscriptionMessagesConcatenationConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:state:TranscriptionMessagesConcatenationConfiguration', transcriptionMessagesConcatenationConfiguration_state - Enables or disables the configuration object.
VideoArtifactsConfiguration
data VideoArtifactsConfiguration Source #
The video artifact configuration object.
See: newVideoArtifactsConfiguration smart constructor.
Constructors
| VideoArtifactsConfiguration' (Maybe VideoMuxType) ArtifactsState |
Instances
newVideoArtifactsConfiguration Source #
Create a value of VideoArtifactsConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:muxType:VideoArtifactsConfiguration', videoArtifactsConfiguration_muxType - The MUX type of the video artifact configuration object.
$sel:state:VideoArtifactsConfiguration', videoArtifactsConfiguration_state - Indicates whether the video artifact is enabled or disabled.
VideoConcatenationConfiguration
data VideoConcatenationConfiguration Source #
The configuration object of a video contacatentation pipeline.
See: newVideoConcatenationConfiguration smart constructor.
Instances
newVideoConcatenationConfiguration Source #
Arguments
| :: ArtifactsConcatenationState | |
| -> VideoConcatenationConfiguration |
Create a value of VideoConcatenationConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:state:VideoConcatenationConfiguration', videoConcatenationConfiguration_state - Enables or disables the configuration object.