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.ExportTaskS3Location

Description

 
Synopsis

Documentation

data ExportTaskS3Location Source #

Describes the destination for an export image task.

See: newExportTaskS3Location smart constructor.

Constructors

ExportTaskS3Location' 

Fields

Instances

Instances details
FromXML ExportTaskS3Location Source # 
Instance details

Defined in Amazonka.EC2.Types.ExportTaskS3Location

Generic ExportTaskS3Location Source # 
Instance details

Defined in Amazonka.EC2.Types.ExportTaskS3Location

Associated Types

type Rep ExportTaskS3Location :: Type -> Type #

Read ExportTaskS3Location Source # 
Instance details

Defined in Amazonka.EC2.Types.ExportTaskS3Location

Show ExportTaskS3Location Source # 
Instance details

Defined in Amazonka.EC2.Types.ExportTaskS3Location

NFData ExportTaskS3Location Source # 
Instance details

Defined in Amazonka.EC2.Types.ExportTaskS3Location

Methods

rnf :: ExportTaskS3Location -> () #

Eq ExportTaskS3Location Source # 
Instance details

Defined in Amazonka.EC2.Types.ExportTaskS3Location

Hashable ExportTaskS3Location Source # 
Instance details

Defined in Amazonka.EC2.Types.ExportTaskS3Location

type Rep ExportTaskS3Location Source # 
Instance details

Defined in Amazonka.EC2.Types.ExportTaskS3Location

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

newExportTaskS3Location :: ExportTaskS3Location Source #

Create a value of ExportTaskS3Location 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:ExportTaskS3Location', exportTaskS3Location_s3Bucket - The destination Amazon S3 bucket.

$sel:s3Prefix:ExportTaskS3Location', exportTaskS3Location_s3Prefix - The prefix (logical hierarchy) in the bucket.

exportTaskS3Location_s3Prefix :: Lens' ExportTaskS3Location (Maybe Text) Source #

The prefix (logical hierarchy) in the bucket.