Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Amazonka.DataExchange.DeleteDataSet
Description
This operation deletes a data set.
Synopsis
Creating a Request
data DeleteDataSet Source #
See: newDeleteDataSet
smart constructor.
Constructors
DeleteDataSet' | |
Instances
Arguments
:: Text | |
-> DeleteDataSet |
Create a value of DeleteDataSet
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:DeleteDataSet'
, deleteDataSet_dataSetId
- The unique identifier for a data set.
Request Lenses
deleteDataSet_dataSetId :: Lens' DeleteDataSet Text Source #
The unique identifier for a data set.
Destructuring the Response
data DeleteDataSetResponse Source #
See: newDeleteDataSetResponse
smart constructor.
Constructors
DeleteDataSetResponse' | |
Instances
newDeleteDataSetResponse :: DeleteDataSetResponse Source #
Create a value of DeleteDataSetResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.