| 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.Chime.Types.ChimeSdkMeetingConfiguration
Description
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.
Constructors
| ChimeSdkMeetingConfiguration' | |
Fields
| |
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.