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 ChimeSdkMeetingConfiguration = ChimeSdkMeetingConfiguration' {}
- newChimeSdkMeetingConfiguration :: ChimeSdkMeetingConfiguration
- chimeSdkMeetingConfiguration_artifactsConfiguration :: Lens' ChimeSdkMeetingConfiguration (Maybe ArtifactsConfiguration)
- chimeSdkMeetingConfiguration_sourceConfiguration :: Lens' ChimeSdkMeetingConfiguration (Maybe SourceConfiguration)
Documentation
data ChimeSdkMeetingConfiguration Source #
The configuration object of the Amazon Chime SDK meeting for a specified
media capture pipeline. SourceType
must be ChimeSdkMeeting
.
See: newChimeSdkMeetingConfiguration
smart constructor.
ChimeSdkMeetingConfiguration' | |
|
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 capture pipline.
chimeSdkMeetingConfiguration_artifactsConfiguration :: Lens' ChimeSdkMeetingConfiguration (Maybe ArtifactsConfiguration) Source #
The configuration for the artifacts in an Amazon Chime SDK meeting.
chimeSdkMeetingConfiguration_sourceConfiguration :: Lens' ChimeSdkMeetingConfiguration (Maybe SourceConfiguration) Source #
The source configuration for a specified media capture pipline.