amazonka-ec2-2.0: Amazon Elastic Compute Cloud 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.EC2.Types.StorageLocation

Description

 
Synopsis

Documentation

data StorageLocation Source #

Describes a storage location in Amazon S3.

See: newStorageLocation smart constructor.

Constructors

StorageLocation' 

Fields

Instances

Instances details
ToQuery StorageLocation Source # 
Instance details

Defined in Amazonka.EC2.Types.StorageLocation

Generic StorageLocation Source # 
Instance details

Defined in Amazonka.EC2.Types.StorageLocation

Associated Types

type Rep StorageLocation :: Type -> Type #

Read StorageLocation Source # 
Instance details

Defined in Amazonka.EC2.Types.StorageLocation

Show StorageLocation Source # 
Instance details

Defined in Amazonka.EC2.Types.StorageLocation

NFData StorageLocation Source # 
Instance details

Defined in Amazonka.EC2.Types.StorageLocation

Methods

rnf :: StorageLocation -> () #

Eq StorageLocation Source # 
Instance details

Defined in Amazonka.EC2.Types.StorageLocation

Hashable StorageLocation Source # 
Instance details

Defined in Amazonka.EC2.Types.StorageLocation

type Rep StorageLocation Source # 
Instance details

Defined in Amazonka.EC2.Types.StorageLocation

type Rep StorageLocation = D1 ('MetaData "StorageLocation" "Amazonka.EC2.Types.StorageLocation" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "StorageLocation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newStorageLocation :: StorageLocation Source #

Create a value of StorageLocation 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:bucket:StorageLocation', storageLocation_bucket - The name of the S3 bucket.

StorageLocation, storageLocation_key - The key.