| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DataExchange.GetDataSet
Description
This operation returns information about a data set.
Synopsis
- data GetDataSet = GetDataSet' {}
- newGetDataSet :: Text -> GetDataSet
- getDataSet_dataSetId :: Lens' GetDataSet Text
- data GetDataSetResponse = GetDataSetResponse' {}
- newGetDataSetResponse :: Int -> GetDataSetResponse
- getDataSetResponse_arn :: Lens' GetDataSetResponse (Maybe Text)
- getDataSetResponse_assetType :: Lens' GetDataSetResponse (Maybe AssetType)
- getDataSetResponse_createdAt :: Lens' GetDataSetResponse (Maybe UTCTime)
- getDataSetResponse_description :: Lens' GetDataSetResponse (Maybe Text)
- getDataSetResponse_id :: Lens' GetDataSetResponse (Maybe Text)
- getDataSetResponse_name :: Lens' GetDataSetResponse (Maybe Text)
- getDataSetResponse_origin :: Lens' GetDataSetResponse (Maybe Origin)
- getDataSetResponse_originDetails :: Lens' GetDataSetResponse (Maybe OriginDetails)
- getDataSetResponse_sourceId :: Lens' GetDataSetResponse (Maybe Text)
- getDataSetResponse_tags :: Lens' GetDataSetResponse (Maybe (HashMap Text Text))
- getDataSetResponse_updatedAt :: Lens' GetDataSetResponse (Maybe UTCTime)
- getDataSetResponse_httpStatus :: Lens' GetDataSetResponse Int
Creating a Request
data GetDataSet Source #
See: newGetDataSet smart constructor.
Constructors
| GetDataSet' | |
Instances
Arguments
| :: Text | |
| -> GetDataSet |
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:
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
newGetDataSetResponse Source #
Arguments
| :: Int | |
| -> GetDataSetResponse |
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:
GetDataSetResponse, getDataSetResponse_arn - The ARN for the data set.
GetDataSetResponse, getDataSetResponse_assetType - The type of asset that is added to a data set.
GetDataSetResponse, getDataSetResponse_createdAt - The date and time that the data set was created, in ISO 8601 format.
GetDataSetResponse, getDataSetResponse_description - The description for the data set.
GetDataSetResponse, getDataSetResponse_id - The unique identifier for the data set.
GetDataSetResponse, getDataSetResponse_name - The name of the data set.
GetDataSetResponse, getDataSetResponse_origin - A property that defines the data set as OWNED by the account (for
providers) or ENTITLED to the account (for subscribers).
GetDataSetResponse, getDataSetResponse_originDetails - If the origin of this data set is ENTITLED, includes the details for the
product on AWS Marketplace.
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:tags:GetDataSetResponse', getDataSetResponse_tags - The tags for the data set.
GetDataSetResponse, getDataSetResponse_updatedAt - The date and time that the data set was last updated, in ISO 8601
format.
$sel:httpStatus:GetDataSetResponse', getDataSetResponse_httpStatus - The response's http status code.
Response Lenses
getDataSetResponse_arn :: Lens' GetDataSetResponse (Maybe Text) Source #
The ARN for the data set.
getDataSetResponse_assetType :: Lens' GetDataSetResponse (Maybe AssetType) Source #
The type of asset that is added to a data set.
getDataSetResponse_createdAt :: Lens' GetDataSetResponse (Maybe UTCTime) Source #
The date and time that the data set was created, in ISO 8601 format.
getDataSetResponse_description :: Lens' GetDataSetResponse (Maybe Text) Source #
The description for the data set.
getDataSetResponse_id :: Lens' GetDataSetResponse (Maybe Text) Source #
The unique identifier for the data set.
getDataSetResponse_name :: Lens' GetDataSetResponse (Maybe Text) Source #
The name of the data set.
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_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_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_tags :: Lens' GetDataSetResponse (Maybe (HashMap Text Text)) Source #
The tags for the data set.
getDataSetResponse_updatedAt :: Lens' GetDataSetResponse (Maybe UTCTime) Source #
The date and time that the data set was last updated, in ISO 8601 format.
getDataSetResponse_httpStatus :: Lens' GetDataSetResponse Int Source #
The response's http status code.