| 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.UpdateDataSet
Description
This operation updates a data set.
Synopsis
- data UpdateDataSet = UpdateDataSet' {}
 - newUpdateDataSet :: Text -> UpdateDataSet
 - updateDataSet_description :: Lens' UpdateDataSet (Maybe Text)
 - updateDataSet_name :: Lens' UpdateDataSet (Maybe Text)
 - updateDataSet_dataSetId :: Lens' UpdateDataSet Text
 - data UpdateDataSetResponse = UpdateDataSetResponse' {}
 - newUpdateDataSetResponse :: Int -> UpdateDataSetResponse
 - updateDataSetResponse_arn :: Lens' UpdateDataSetResponse (Maybe Text)
 - updateDataSetResponse_assetType :: Lens' UpdateDataSetResponse (Maybe AssetType)
 - updateDataSetResponse_createdAt :: Lens' UpdateDataSetResponse (Maybe UTCTime)
 - updateDataSetResponse_description :: Lens' UpdateDataSetResponse (Maybe Text)
 - updateDataSetResponse_id :: Lens' UpdateDataSetResponse (Maybe Text)
 - updateDataSetResponse_name :: Lens' UpdateDataSetResponse (Maybe Text)
 - updateDataSetResponse_origin :: Lens' UpdateDataSetResponse (Maybe Origin)
 - updateDataSetResponse_originDetails :: Lens' UpdateDataSetResponse (Maybe OriginDetails)
 - updateDataSetResponse_sourceId :: Lens' UpdateDataSetResponse (Maybe Text)
 - updateDataSetResponse_updatedAt :: Lens' UpdateDataSetResponse (Maybe UTCTime)
 - updateDataSetResponse_httpStatus :: Lens' UpdateDataSetResponse Int
 
Creating a Request
data UpdateDataSet Source #
See: newUpdateDataSet smart constructor.
Constructors
| UpdateDataSet' | |
Instances
Arguments
| :: Text | |
| -> UpdateDataSet | 
Create a value of UpdateDataSet 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:
UpdateDataSet, updateDataSet_description - The description for the data set.
UpdateDataSet, updateDataSet_name - The name of the data set.
UpdateDataSet, updateDataSet_dataSetId - The unique identifier for a data set.
Request Lenses
updateDataSet_description :: Lens' UpdateDataSet (Maybe Text) Source #
The description for the data set.
updateDataSet_name :: Lens' UpdateDataSet (Maybe Text) Source #
The name of the data set.
updateDataSet_dataSetId :: Lens' UpdateDataSet Text Source #
The unique identifier for a data set.
Destructuring the Response
data UpdateDataSetResponse Source #
See: newUpdateDataSetResponse smart constructor.
Constructors
| UpdateDataSetResponse' | |
Fields 
  | |
Instances
newUpdateDataSetResponse Source #
Create a value of UpdateDataSetResponse 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:
UpdateDataSetResponse, updateDataSetResponse_arn - The ARN for the data set.
UpdateDataSetResponse, updateDataSetResponse_assetType - The type of asset that is added to a data set.
UpdateDataSetResponse, updateDataSetResponse_createdAt - The date and time that the data set was created, in ISO 8601 format.
UpdateDataSet, updateDataSetResponse_description - The description for the data set.
UpdateDataSetResponse, updateDataSetResponse_id - The unique identifier for the data set.
UpdateDataSet, updateDataSetResponse_name - The name of the data set.
UpdateDataSetResponse, updateDataSetResponse_origin - A property that defines the data set as OWNED by the account (for
 providers) or ENTITLED to the account (for subscribers).
UpdateDataSetResponse, updateDataSetResponse_originDetails - If the origin of this data set is ENTITLED, includes the details for the
 product on AWS Marketplace.
UpdateDataSetResponse, updateDataSetResponse_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.
UpdateDataSetResponse, updateDataSetResponse_updatedAt - The date and time that the data set was last updated, in ISO 8601
 format.
$sel:httpStatus:UpdateDataSetResponse', updateDataSetResponse_httpStatus - The response's http status code.
Response Lenses
updateDataSetResponse_arn :: Lens' UpdateDataSetResponse (Maybe Text) Source #
The ARN for the data set.
updateDataSetResponse_assetType :: Lens' UpdateDataSetResponse (Maybe AssetType) Source #
The type of asset that is added to a data set.
updateDataSetResponse_createdAt :: Lens' UpdateDataSetResponse (Maybe UTCTime) Source #
The date and time that the data set was created, in ISO 8601 format.
updateDataSetResponse_description :: Lens' UpdateDataSetResponse (Maybe Text) Source #
The description for the data set.
updateDataSetResponse_id :: Lens' UpdateDataSetResponse (Maybe Text) Source #
The unique identifier for the data set.
updateDataSetResponse_name :: Lens' UpdateDataSetResponse (Maybe Text) Source #
The name of the data set.
updateDataSetResponse_origin :: Lens' UpdateDataSetResponse (Maybe Origin) Source #
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
updateDataSetResponse_originDetails :: Lens' UpdateDataSetResponse (Maybe OriginDetails) Source #
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
updateDataSetResponse_sourceId :: Lens' UpdateDataSetResponse (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.
updateDataSetResponse_updatedAt :: Lens' UpdateDataSetResponse (Maybe UTCTime) Source #
The date and time that the data set was last updated, in ISO 8601 format.
updateDataSetResponse_httpStatus :: Lens' UpdateDataSetResponse Int Source #
The response's http status code.