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 |
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.
DeleteProfilingGroup' | |
|
Instances
newDeleteProfilingGroup Source #
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:
$sel:profilingGroupName: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.
DeleteProfilingGroupResponse' | |
|
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.