amazonka-appstream-2.0: Amazon AppStream 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.AppStream.Types.S3Location

Description

 
Synopsis

Documentation

data S3Location Source #

Describes the S3 location.

See: newS3Location smart constructor.

Constructors

S3Location' 

Fields

Instances

Instances details
FromJSON S3Location Source # 
Instance details

Defined in Amazonka.AppStream.Types.S3Location

ToJSON S3Location Source # 
Instance details

Defined in Amazonka.AppStream.Types.S3Location

Generic S3Location Source # 
Instance details

Defined in Amazonka.AppStream.Types.S3Location

Associated Types

type Rep S3Location :: Type -> Type #

Read S3Location Source # 
Instance details

Defined in Amazonka.AppStream.Types.S3Location

Show S3Location Source # 
Instance details

Defined in Amazonka.AppStream.Types.S3Location

NFData S3Location Source # 
Instance details

Defined in Amazonka.AppStream.Types.S3Location

Methods

rnf :: S3Location -> () #

Eq S3Location Source # 
Instance details

Defined in Amazonka.AppStream.Types.S3Location

Hashable S3Location Source # 
Instance details

Defined in Amazonka.AppStream.Types.S3Location

type Rep S3Location Source # 
Instance details

Defined in Amazonka.AppStream.Types.S3Location

type Rep S3Location = D1 ('MetaData "S3Location" "Amazonka.AppStream.Types.S3Location" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'False) (C1 ('MetaCons "S3Location'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "s3Key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newS3Location Source #

Create a value of S3Location 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:s3Bucket:S3Location', s3Location_s3Bucket - The S3 bucket of the S3 object.

$sel:s3Key:S3Location', s3Location_s3Key - The S3 key of the S3 object.

s3Location_s3Bucket :: Lens' S3Location Text Source #

The S3 bucket of the S3 object.

s3Location_s3Key :: Lens' S3Location Text Source #

The S3 key of the S3 object.