| 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.SSM.DeleteResourceDataSync
Description
Deletes a resource data sync configuration. After the configuration is deleted, changes to data on managed nodes are no longer synced to or from the target. Deleting a sync configuration doesn't delete data.
Synopsis
- data DeleteResourceDataSync = DeleteResourceDataSync' {}
- newDeleteResourceDataSync :: Text -> DeleteResourceDataSync
- deleteResourceDataSync_syncType :: Lens' DeleteResourceDataSync (Maybe Text)
- deleteResourceDataSync_syncName :: Lens' DeleteResourceDataSync Text
- data DeleteResourceDataSyncResponse = DeleteResourceDataSyncResponse' {
- httpStatus :: Int
- newDeleteResourceDataSyncResponse :: Int -> DeleteResourceDataSyncResponse
- deleteResourceDataSyncResponse_httpStatus :: Lens' DeleteResourceDataSyncResponse Int
Creating a Request
data DeleteResourceDataSync Source #
See: newDeleteResourceDataSync smart constructor.
Constructors
| DeleteResourceDataSync' | |
Instances
newDeleteResourceDataSync Source #
Arguments
| :: Text | |
| -> DeleteResourceDataSync |
Create a value of DeleteResourceDataSync 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:
DeleteResourceDataSync, deleteResourceDataSync_syncType - Specify the type of resource data sync to delete.
DeleteResourceDataSync, deleteResourceDataSync_syncName - The name of the configuration to delete.
Request Lenses
deleteResourceDataSync_syncType :: Lens' DeleteResourceDataSync (Maybe Text) Source #
Specify the type of resource data sync to delete.
deleteResourceDataSync_syncName :: Lens' DeleteResourceDataSync Text Source #
The name of the configuration to delete.
Destructuring the Response
data DeleteResourceDataSyncResponse Source #
See: newDeleteResourceDataSyncResponse smart constructor.
Constructors
| DeleteResourceDataSyncResponse' | |
Fields
| |
Instances
newDeleteResourceDataSyncResponse Source #
Create a value of DeleteResourceDataSyncResponse 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:httpStatus:DeleteResourceDataSyncResponse', deleteResourceDataSyncResponse_httpStatus - The response's http status code.
Response Lenses
deleteResourceDataSyncResponse_httpStatus :: Lens' DeleteResourceDataSyncResponse Int Source #
The response's http status code.