amazonka-m2-2.0: Amazon MainframeModernization 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.M2.Types.ExternalLocation

Description

 
Synopsis

Documentation

data ExternalLocation Source #

Defines an external storage location.

See: newExternalLocation smart constructor.

Constructors

ExternalLocation' 

Fields

Instances

Instances details
ToJSON ExternalLocation Source # 
Instance details

Defined in Amazonka.M2.Types.ExternalLocation

Generic ExternalLocation Source # 
Instance details

Defined in Amazonka.M2.Types.ExternalLocation

Associated Types

type Rep ExternalLocation :: Type -> Type #

Read ExternalLocation Source # 
Instance details

Defined in Amazonka.M2.Types.ExternalLocation

Show ExternalLocation Source # 
Instance details

Defined in Amazonka.M2.Types.ExternalLocation

NFData ExternalLocation Source # 
Instance details

Defined in Amazonka.M2.Types.ExternalLocation

Methods

rnf :: ExternalLocation -> () #

Eq ExternalLocation Source # 
Instance details

Defined in Amazonka.M2.Types.ExternalLocation

Hashable ExternalLocation Source # 
Instance details

Defined in Amazonka.M2.Types.ExternalLocation

type Rep ExternalLocation Source # 
Instance details

Defined in Amazonka.M2.Types.ExternalLocation

type Rep ExternalLocation = D1 ('MetaData "ExternalLocation" "Amazonka.M2.Types.ExternalLocation" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "ExternalLocation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newExternalLocation :: ExternalLocation Source #

Create a value of ExternalLocation 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:s3Location:ExternalLocation', externalLocation_s3Location - The URI of the Amazon S3 bucket.

externalLocation_s3Location :: Lens' ExternalLocation (Maybe Text) Source #

The URI of the Amazon S3 bucket.