Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data SelectedVideoStreams = SelectedVideoStreams' {
- attendeeIds :: Maybe (NonEmpty Text)
- externalUserIds :: Maybe (NonEmpty (Sensitive Text))
- newSelectedVideoStreams :: SelectedVideoStreams
- selectedVideoStreams_attendeeIds :: Lens' SelectedVideoStreams (Maybe (NonEmpty Text))
- selectedVideoStreams_externalUserIds :: Lens' SelectedVideoStreams (Maybe (NonEmpty Text))
Documentation
data SelectedVideoStreams Source #
The video streams to capture for a specified media capture pipeline. The total number of video streams can't exceed 25.
See: newSelectedVideoStreams
smart constructor.
SelectedVideoStreams' | |
|
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 capture pipeline.
$sel:externalUserIds:SelectedVideoStreams'
, selectedVideoStreams_externalUserIds
- The external user IDs of the streams selected for a media capture
pipeline.
selectedVideoStreams_attendeeIds :: Lens' SelectedVideoStreams (Maybe (NonEmpty Text)) Source #
The attendee IDs of the streams selected for a media capture pipeline.
selectedVideoStreams_externalUserIds :: Lens' SelectedVideoStreams (Maybe (NonEmpty Text)) Source #
The external user IDs of the streams selected for a media capture pipeline.