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

Description

 
Synopsis

Documentation

data AssetDestinationEntry Source #

The destination for the asset.

See: newAssetDestinationEntry smart constructor.

Constructors

AssetDestinationEntry' 

Fields

  • key :: Maybe Text

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

  • assetId :: Text

    The unique identifier for the asset.

  • bucket :: Text

    The Amazon S3 bucket that is the destination for the asset.

Instances

Instances details
FromJSON AssetDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDestinationEntry

ToJSON AssetDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDestinationEntry

Generic AssetDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDestinationEntry

Associated Types

type Rep AssetDestinationEntry :: Type -> Type #

Read AssetDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDestinationEntry

Show AssetDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDestinationEntry

NFData AssetDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDestinationEntry

Methods

rnf :: AssetDestinationEntry -> () #

Eq AssetDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDestinationEntry

Hashable AssetDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDestinationEntry

type Rep AssetDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDestinationEntry

type Rep AssetDestinationEntry = D1 ('MetaData "AssetDestinationEntry" "Amazonka.DataExchange.Types.AssetDestinationEntry" "amazonka-dataexchange-2.0-E9wmOad6xSxAaT3Y4FNlvY" 'False) (C1 ('MetaCons "AssetDestinationEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "assetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newAssetDestinationEntry Source #

Create a value of AssetDestinationEntry 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:key:AssetDestinationEntry', assetDestinationEntry_key - The name of the object in Amazon S3 for the asset.

$sel:assetId:AssetDestinationEntry', assetDestinationEntry_assetId - The unique identifier for the asset.

$sel:bucket:AssetDestinationEntry', assetDestinationEntry_bucket - The Amazon S3 bucket that is the destination for the asset.

assetDestinationEntry_key :: Lens' AssetDestinationEntry (Maybe Text) Source #

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

assetDestinationEntry_assetId :: Lens' AssetDestinationEntry Text Source #

The unique identifier for the asset.

assetDestinationEntry_bucket :: Lens' AssetDestinationEntry Text Source #

The Amazon S3 bucket that is the destination for the asset.