libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DataExchange.Types.AssetSourceEntry

Description

 
Synopsis

Documentation

data AssetSourceEntry Source #

The source of the assets.

See: newAssetSourceEntry smart constructor.

Constructors

AssetSourceEntry' 

Fields

  • bucket :: Text

    The S3 bucket that's part of the source of the asset.

  • key :: Text

    The name of the object in Amazon S3 for the asset.

Instances

Instances details
Eq AssetSourceEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetSourceEntry

Read AssetSourceEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetSourceEntry

Show AssetSourceEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetSourceEntry

Generic AssetSourceEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetSourceEntry

Associated Types

type Rep AssetSourceEntry :: Type -> Type #

NFData AssetSourceEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetSourceEntry

Methods

rnf :: AssetSourceEntry -> () #

Hashable AssetSourceEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetSourceEntry

ToJSON AssetSourceEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetSourceEntry

FromJSON AssetSourceEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetSourceEntry

type Rep AssetSourceEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetSourceEntry

type Rep AssetSourceEntry = D1 ('MetaData "AssetSourceEntry" "Amazonka.DataExchange.Types.AssetSourceEntry" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "AssetSourceEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAssetSourceEntry Source #

Create a value of AssetSourceEntry 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:AssetSourceEntry', assetSourceEntry_bucket - The S3 bucket that's part of the source of the asset.

$sel:key:AssetSourceEntry', assetSourceEntry_key - The name of the object in Amazon S3 for the asset.

assetSourceEntry_bucket :: Lens' AssetSourceEntry Text Source #

The S3 bucket that's part of the source of the asset.

assetSourceEntry_key :: Lens' AssetSourceEntry Text Source #

The name of the object in Amazon S3 for the asset.