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

Description

 
Synopsis

Documentation

data AssetDetails Source #

Details about the asset.

See: newAssetDetails smart constructor.

Constructors

AssetDetails' 

Fields

Instances

Instances details
FromJSON AssetDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDetails

Generic AssetDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDetails

Associated Types

type Rep AssetDetails :: Type -> Type #

Read AssetDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDetails

Show AssetDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDetails

NFData AssetDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDetails

Methods

rnf :: AssetDetails -> () #

Eq AssetDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDetails

Hashable AssetDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDetails

type Rep AssetDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDetails

type Rep AssetDetails = D1 ('MetaData "AssetDetails" "Amazonka.DataExchange.Types.AssetDetails" "amazonka-dataexchange-2.0-E9wmOad6xSxAaT3Y4FNlvY" 'False) (C1 ('MetaCons "AssetDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "apiGatewayApiAsset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApiGatewayApiAsset)) :*: S1 ('MetaSel ('Just "lakeFormationDataPermissionAsset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LakeFormationDataPermissionAsset))) :*: (S1 ('MetaSel ('Just "redshiftDataShareAsset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RedshiftDataShareAsset)) :*: (S1 ('MetaSel ('Just "s3DataAccessAsset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3DataAccessAsset)) :*: S1 ('MetaSel ('Just "s3SnapshotAsset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3SnapshotAsset))))))

newAssetDetails :: AssetDetails Source #

Create a value of AssetDetails 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:apiGatewayApiAsset:AssetDetails', assetDetails_apiGatewayApiAsset - Information about the API Gateway API asset.

$sel:lakeFormationDataPermissionAsset:AssetDetails', assetDetails_lakeFormationDataPermissionAsset - The AWS Lake Formation data permission that is the asset.

$sel:redshiftDataShareAsset:AssetDetails', assetDetails_redshiftDataShareAsset - The Amazon Redshift datashare that is the asset.

$sel:s3DataAccessAsset:AssetDetails', assetDetails_s3DataAccessAsset - The Amazon S3 data access that is the asset.

$sel:s3SnapshotAsset:AssetDetails', assetDetails_s3SnapshotAsset - The Amazon S3 object that is the asset.

assetDetails_apiGatewayApiAsset :: Lens' AssetDetails (Maybe ApiGatewayApiAsset) Source #

Information about the API Gateway API asset.

assetDetails_redshiftDataShareAsset :: Lens' AssetDetails (Maybe RedshiftDataShareAsset) Source #

The Amazon Redshift datashare that is the asset.

assetDetails_s3DataAccessAsset :: Lens' AssetDetails (Maybe S3DataAccessAsset) Source #

The Amazon S3 data access that is the asset.

assetDetails_s3SnapshotAsset :: Lens' AssetDetails (Maybe S3SnapshotAsset) Source #

The Amazon S3 object that is the asset.