| 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.ApplicationInsights.DeleteComponent
Description
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.
Constructors
| DeleteComponent' | |
Fields
| |
Instances
Arguments
| :: 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:
DeleteComponent, deleteComponent_resourceGroupName - The name of the resource group.
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.
Constructors
| DeleteComponentResponse' | |
Fields
| |
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.