libZSservicesZSamazonka-medialiveZSamazonka-medialive
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaLive.Types.ArchiveS3Settings

Description

 
Synopsis

Documentation

data ArchiveS3Settings Source #

Archive S3 Settings

See: newArchiveS3Settings smart constructor.

Constructors

ArchiveS3Settings' 

Fields

Instances

Instances details
Eq ArchiveS3Settings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.ArchiveS3Settings

Read ArchiveS3Settings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.ArchiveS3Settings

Show ArchiveS3Settings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.ArchiveS3Settings

Generic ArchiveS3Settings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.ArchiveS3Settings

Associated Types

type Rep ArchiveS3Settings :: Type -> Type #

NFData ArchiveS3Settings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.ArchiveS3Settings

Methods

rnf :: ArchiveS3Settings -> () #

Hashable ArchiveS3Settings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.ArchiveS3Settings

ToJSON ArchiveS3Settings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.ArchiveS3Settings

FromJSON ArchiveS3Settings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.ArchiveS3Settings

type Rep ArchiveS3Settings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.ArchiveS3Settings

type Rep ArchiveS3Settings = D1 ('MetaData "ArchiveS3Settings" "Amazonka.MediaLive.Types.ArchiveS3Settings" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "ArchiveS3Settings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cannedAcl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3CannedAcl))))

newArchiveS3Settings :: ArchiveS3Settings Source #

Create a value of ArchiveS3Settings 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:ArchiveS3Settings', archiveS3Settings_cannedAcl - Specify the canned ACL to apply to each S3 request. Defaults to none.

archiveS3Settings_cannedAcl :: Lens' ArchiveS3Settings (Maybe S3CannedAcl) Source #

Specify the canned ACL to apply to each S3 request. Defaults to none.