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 |
Synopsis
Documentation
data HlsS3Settings Source #
Hls S3 Settings
See: newHlsS3Settings
smart constructor.
HlsS3Settings' | |
|
Instances
newHlsS3Settings :: HlsS3Settings Source #
Create a value of HlsS3Settings
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:cannedAcl:HlsS3Settings'
, hlsS3Settings_cannedAcl
- Specify the canned ACL to apply to each S3 request. Defaults to none.
hlsS3Settings_cannedAcl :: Lens' HlsS3Settings (Maybe S3CannedAcl) Source #
Specify the canned ACL to apply to each S3 request. Defaults to none.