| 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.LexV2Models.Types.TranscriptSourceSetting
Description
Documentation
data TranscriptSourceSetting Source #
Indicates the setting of the location where the transcript is stored.
See: newTranscriptSourceSetting smart constructor.
Constructors
| TranscriptSourceSetting' | |
Fields
| |
Instances
newTranscriptSourceSetting :: TranscriptSourceSetting Source #
Create a value of TranscriptSourceSetting 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:s3BucketTranscriptSource:TranscriptSourceSetting', transcriptSourceSetting_s3BucketTranscriptSource - Indicates the setting of the Amazon S3 bucket where the transcript is
stored.
transcriptSourceSetting_s3BucketTranscriptSource :: Lens' TranscriptSourceSetting (Maybe S3BucketTranscriptSource) Source #
Indicates the setting of the Amazon S3 bucket where the transcript is stored.