| 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.CodeGuruProfiler.DeleteProfilingGroup
Description
Deletes a profiling group.
Synopsis
- data DeleteProfilingGroup = DeleteProfilingGroup' {}
- newDeleteProfilingGroup :: Text -> DeleteProfilingGroup
- deleteProfilingGroup_profilingGroupName :: Lens' DeleteProfilingGroup Text
- data DeleteProfilingGroupResponse = DeleteProfilingGroupResponse' {
- httpStatus :: Int
- newDeleteProfilingGroupResponse :: Int -> DeleteProfilingGroupResponse
- deleteProfilingGroupResponse_httpStatus :: Lens' DeleteProfilingGroupResponse Int
Creating a Request
data DeleteProfilingGroup Source #
The structure representing the deleteProfilingGroupRequest.
See: newDeleteProfilingGroup smart constructor.
Constructors
| DeleteProfilingGroup' | |
Fields
| |
Instances
newDeleteProfilingGroup Source #
Arguments
| :: Text | |
| -> DeleteProfilingGroup |
Create a value of DeleteProfilingGroup 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:
DeleteProfilingGroup, deleteProfilingGroup_profilingGroupName - The name of the profiling group to delete.
Request Lenses
deleteProfilingGroup_profilingGroupName :: Lens' DeleteProfilingGroup Text Source #
The name of the profiling group to delete.
Destructuring the Response
data DeleteProfilingGroupResponse Source #
The structure representing the deleteProfilingGroupResponse.
See: newDeleteProfilingGroupResponse smart constructor.
Constructors
| DeleteProfilingGroupResponse' | |
Fields
| |
Instances
newDeleteProfilingGroupResponse Source #
Create a value of DeleteProfilingGroupResponse 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:DeleteProfilingGroupResponse', deleteProfilingGroupResponse_httpStatus - The response's http status code.
Response Lenses
deleteProfilingGroupResponse_httpStatus :: Lens' DeleteProfilingGroupResponse Int Source #
The response's http status code.