amazonka-dataexchange-2.0: Amazon Data Exchange 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.DataExchange.Types.AssetSourceEntry

Description

 
Synopsis

Documentation

data AssetSourceEntry Source #

The source of the assets.

See: newAssetSourceEntry smart constructor.

Constructors

AssetSourceEntry' 

Fields

  • bucket :: Text

    The Amazon 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
FromJSON AssetSourceEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetSourceEntry

ToJSON 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 #

Read AssetSourceEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetSourceEntry

Show AssetSourceEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetSourceEntry

NFData AssetSourceEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetSourceEntry

Methods

rnf :: AssetSourceEntry -> () #

Eq AssetSourceEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetSourceEntry

Hashable 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" "amazonka-dataexchange-2.0-E9wmOad6xSxAaT3Y4FNlvY" '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 Amazon 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 Amazon 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.