libZSservicesZSamazonka-groundstationZSamazonka-groundstation
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.GroundStation.Types.S3RecordingDetails

Description

 
Synopsis

Documentation

data S3RecordingDetails Source #

Details about an S3 recording Config used in a contact.

See: newS3RecordingDetails smart constructor.

Constructors

S3RecordingDetails' 

Fields

Instances

Instances details
Eq S3RecordingDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.S3RecordingDetails

Read S3RecordingDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.S3RecordingDetails

Show S3RecordingDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.S3RecordingDetails

Generic S3RecordingDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.S3RecordingDetails

Associated Types

type Rep S3RecordingDetails :: Type -> Type #

NFData S3RecordingDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.S3RecordingDetails

Methods

rnf :: S3RecordingDetails -> () #

Hashable S3RecordingDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.S3RecordingDetails

FromJSON S3RecordingDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.S3RecordingDetails

type Rep S3RecordingDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.S3RecordingDetails

type Rep S3RecordingDetails = D1 ('MetaData "S3RecordingDetails" "Amazonka.GroundStation.Types.S3RecordingDetails" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "S3RecordingDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "keyTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "bucketArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newS3RecordingDetails :: S3RecordingDetails Source #

Create a value of S3RecordingDetails 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:keyTemplate:S3RecordingDetails', s3RecordingDetails_keyTemplate - Template of the S3 key used.

$sel:bucketArn:S3RecordingDetails', s3RecordingDetails_bucketArn - ARN of the bucket used.