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

Description

This operation returns information about a data set.

Synopsis

Creating a Request

data GetDataSet Source #

See: newGetDataSet smart constructor.

Constructors

GetDataSet' 

Fields

Instances

Instances details
Eq GetDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.GetDataSet

Read GetDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.GetDataSet

Show GetDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.GetDataSet

Generic GetDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.GetDataSet

Associated Types

type Rep GetDataSet :: Type -> Type #

NFData GetDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.GetDataSet

Methods

rnf :: GetDataSet -> () #

Hashable GetDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.GetDataSet

AWSRequest GetDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.GetDataSet

Associated Types

type AWSResponse GetDataSet #

ToHeaders GetDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.GetDataSet

Methods

toHeaders :: GetDataSet -> [Header] #

ToPath GetDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.GetDataSet

ToQuery GetDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.GetDataSet

type Rep GetDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.GetDataSet

type Rep GetDataSet = D1 ('MetaData "GetDataSet" "Amazonka.DataExchange.GetDataSet" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "GetDataSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.GetDataSet

newGetDataSet Source #

Create a value of GetDataSet 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:dataSetId:GetDataSet', getDataSet_dataSetId - The unique identifier for a data set.

Request Lenses

getDataSet_dataSetId :: Lens' GetDataSet Text Source #

The unique identifier for a data set.

Destructuring the Response

data GetDataSetResponse Source #

See: newGetDataSetResponse smart constructor.

Constructors

GetDataSetResponse' 

Fields

Instances

Instances details
Eq GetDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetDataSet

Read GetDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetDataSet

Show GetDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetDataSet

Generic GetDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetDataSet

Associated Types

type Rep GetDataSetResponse :: Type -> Type #

NFData GetDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetDataSet

Methods

rnf :: GetDataSetResponse -> () #

type Rep GetDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetDataSet

type Rep GetDataSetResponse = D1 ('MetaData "GetDataSetResponse" "Amazonka.DataExchange.GetDataSet" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "GetDataSetResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "origin") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Origin)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "sourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "originDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OriginDetails)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "assetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssetType)) :*: S1 ('MetaSel ('Just "updatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newGetDataSetResponse Source #

Create a value of GetDataSetResponse 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:origin:GetDataSetResponse', getDataSetResponse_origin - A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).

$sel:arn:GetDataSetResponse', getDataSetResponse_arn - The ARN for the data set.

$sel:createdAt:GetDataSetResponse', getDataSetResponse_createdAt - The date and time that the data set was created, in ISO 8601 format.

$sel:sourceId:GetDataSetResponse', getDataSetResponse_sourceId - The data set ID of the owned data set corresponding to the entitled data set being viewed. This parameter is returned when a data set owner is viewing the entitled copy of its owned data set.

$sel:originDetails:GetDataSetResponse', getDataSetResponse_originDetails - If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.

$sel:name:GetDataSetResponse', getDataSetResponse_name - The name of the data set.

$sel:id:GetDataSetResponse', getDataSetResponse_id - The unique identifier for the data set.

$sel:assetType:GetDataSetResponse', getDataSetResponse_assetType - The type of asset that is added to a data set.

$sel:updatedAt:GetDataSetResponse', getDataSetResponse_updatedAt - The date and time that the data set was last updated, in ISO 8601 format.

$sel:description:GetDataSetResponse', getDataSetResponse_description - The description for the data set.

$sel:tags:GetDataSetResponse', getDataSetResponse_tags - The tags for the data set.

$sel:httpStatus:GetDataSetResponse', getDataSetResponse_httpStatus - The response's http status code.

Response Lenses

getDataSetResponse_origin :: Lens' GetDataSetResponse (Maybe Origin) Source #

A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).

getDataSetResponse_createdAt :: Lens' GetDataSetResponse (Maybe UTCTime) Source #

The date and time that the data set was created, in ISO 8601 format.

getDataSetResponse_sourceId :: Lens' GetDataSetResponse (Maybe Text) Source #

The data set ID of the owned data set corresponding to the entitled data set being viewed. This parameter is returned when a data set owner is viewing the entitled copy of its owned data set.

getDataSetResponse_originDetails :: Lens' GetDataSetResponse (Maybe OriginDetails) Source #

If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.

getDataSetResponse_id :: Lens' GetDataSetResponse (Maybe Text) Source #

The unique identifier for the data set.

getDataSetResponse_assetType :: Lens' GetDataSetResponse (Maybe AssetType) Source #

The type of asset that is added to a data set.

getDataSetResponse_updatedAt :: Lens' GetDataSetResponse (Maybe UTCTime) Source #

The date and time that the data set was last updated, in ISO 8601 format.