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 |
Ungroups a custom component. When you ungroup custom components, all applicable monitors that are set up for the component are removed and the instances revert to their standalone status.
Synopsis
- data DeleteComponent = DeleteComponent' {}
- newDeleteComponent :: Text -> Text -> DeleteComponent
- deleteComponent_resourceGroupName :: Lens' DeleteComponent Text
- deleteComponent_componentName :: Lens' DeleteComponent Text
- data DeleteComponentResponse = DeleteComponentResponse' {
- httpStatus :: Int
- newDeleteComponentResponse :: Int -> DeleteComponentResponse
- deleteComponentResponse_httpStatus :: Lens' DeleteComponentResponse Int
Creating a Request
data DeleteComponent Source #
See: newDeleteComponent
smart constructor.
DeleteComponent' | |
|
Instances
:: Text | |
-> Text | |
-> DeleteComponent |
Create a value of DeleteComponent
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:resourceGroupName:DeleteComponent'
, deleteComponent_resourceGroupName
- The name of the resource group.
$sel:componentName:DeleteComponent'
, deleteComponent_componentName
- The name of the component.
Request Lenses
deleteComponent_resourceGroupName :: Lens' DeleteComponent Text Source #
The name of the resource group.
deleteComponent_componentName :: Lens' DeleteComponent Text Source #
The name of the component.
Destructuring the Response
data DeleteComponentResponse Source #
See: newDeleteComponentResponse
smart constructor.
DeleteComponentResponse' | |
|
Instances
newDeleteComponentResponse Source #
Create a value of DeleteComponentResponse
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:DeleteComponentResponse'
, deleteComponentResponse_httpStatus
- The response's http status code.
Response Lenses
deleteComponentResponse_httpStatus :: Lens' DeleteComponentResponse Int Source #
The response's http status code.