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 |
Removes the specified protection group.
Synopsis
- data DeleteProtectionGroup = DeleteProtectionGroup' {}
- newDeleteProtectionGroup :: Text -> DeleteProtectionGroup
- deleteProtectionGroup_protectionGroupId :: Lens' DeleteProtectionGroup Text
- data DeleteProtectionGroupResponse = DeleteProtectionGroupResponse' {
- httpStatus :: Int
- newDeleteProtectionGroupResponse :: Int -> DeleteProtectionGroupResponse
- deleteProtectionGroupResponse_httpStatus :: Lens' DeleteProtectionGroupResponse Int
Creating a Request
data DeleteProtectionGroup Source #
See: newDeleteProtectionGroup
smart constructor.
DeleteProtectionGroup' | |
|
Instances
newDeleteProtectionGroup Source #
Create a value of DeleteProtectionGroup
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:protectionGroupId:DeleteProtectionGroup'
, deleteProtectionGroup_protectionGroupId
- The name of the protection group. You use this to identify the
protection group in lists and to manage the protection group, for
example to update, delete, or describe it.
Request Lenses
deleteProtectionGroup_protectionGroupId :: Lens' DeleteProtectionGroup Text Source #
The name of the protection group. You use this to identify the protection group in lists and to manage the protection group, for example to update, delete, or describe it.
Destructuring the Response
data DeleteProtectionGroupResponse Source #
See: newDeleteProtectionGroupResponse
smart constructor.
DeleteProtectionGroupResponse' | |
|
Instances
newDeleteProtectionGroupResponse Source #
Create a value of DeleteProtectionGroupResponse
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:DeleteProtectionGroupResponse'
, deleteProtectionGroupResponse_httpStatus
- The response's http status code.
Response Lenses
deleteProtectionGroupResponse_httpStatus :: Lens' DeleteProtectionGroupResponse Int Source #
The response's http status code.