| 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.MGN.DeleteVcenterClient
Description
Deletes a given vCenter client by ID.
Synopsis
Creating a Request
data DeleteVcenterClient Source #
See: newDeleteVcenterClient smart constructor.
Constructors
| DeleteVcenterClient' | |
Fields
| |
Instances
newDeleteVcenterClient Source #
Arguments
| :: Text | |
| -> DeleteVcenterClient |
Create a value of DeleteVcenterClient 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:
DeleteVcenterClient, deleteVcenterClient_vcenterClientID - ID of resource to be deleted.
Request Lenses
deleteVcenterClient_vcenterClientID :: Lens' DeleteVcenterClient Text Source #
ID of resource to be deleted.
Destructuring the Response
data DeleteVcenterClientResponse Source #
See: newDeleteVcenterClientResponse smart constructor.
Constructors
| DeleteVcenterClientResponse' | |
Instances
newDeleteVcenterClientResponse :: DeleteVcenterClientResponse Source #
Create a value of DeleteVcenterClientResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.