amazonka-amplifybackend-2.0: Amazon AmplifyBackend SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.AmplifyBackend.Types.S3BucketInfo

Description

 
Synopsis

Documentation

data S3BucketInfo Source #

Describes the metadata of the S3 bucket.

See: newS3BucketInfo smart constructor.

Constructors

S3BucketInfo' 

Fields

Instances

Instances details
FromJSON S3BucketInfo Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.S3BucketInfo

Generic S3BucketInfo Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.S3BucketInfo

Associated Types

type Rep S3BucketInfo :: Type -> Type #

Read S3BucketInfo Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.S3BucketInfo

Show S3BucketInfo Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.S3BucketInfo

NFData S3BucketInfo Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.S3BucketInfo

Methods

rnf :: S3BucketInfo -> () #

Eq S3BucketInfo Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.S3BucketInfo

Hashable S3BucketInfo Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.S3BucketInfo

type Rep S3BucketInfo Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.S3BucketInfo

type Rep S3BucketInfo = D1 ('MetaData "S3BucketInfo" "Amazonka.AmplifyBackend.Types.S3BucketInfo" "amazonka-amplifybackend-2.0-KAbme26dIsGHSomQ2pZcRc" 'False) (C1 ('MetaCons "S3BucketInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newS3BucketInfo :: S3BucketInfo Source #

Create a value of S3BucketInfo 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:creationDate:S3BucketInfo', s3BucketInfo_creationDate - The creation date of the S3 bucket.

$sel:name:S3BucketInfo', s3BucketInfo_name - The name of the S3 bucket.

s3BucketInfo_creationDate :: Lens' S3BucketInfo (Maybe Text) Source #

The creation date of the S3 bucket.

s3BucketInfo_name :: Lens' S3BucketInfo (Maybe Text) Source #

The name of the S3 bucket.