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 the registry permissions policy.
Synopsis
- data DeleteRegistryPolicy = DeleteRegistryPolicy' {
- newDeleteRegistryPolicy :: DeleteRegistryPolicy
- data DeleteRegistryPolicyResponse = DeleteRegistryPolicyResponse' {
- registryId :: Maybe Text
- policyText :: Maybe Text
- httpStatus :: Int
- newDeleteRegistryPolicyResponse :: Int -> DeleteRegistryPolicyResponse
- deleteRegistryPolicyResponse_registryId :: Lens' DeleteRegistryPolicyResponse (Maybe Text)
- deleteRegistryPolicyResponse_policyText :: Lens' DeleteRegistryPolicyResponse (Maybe Text)
- deleteRegistryPolicyResponse_httpStatus :: Lens' DeleteRegistryPolicyResponse Int
Creating a Request
data DeleteRegistryPolicy Source #
See: newDeleteRegistryPolicy
smart constructor.
Instances
newDeleteRegistryPolicy :: DeleteRegistryPolicy Source #
Create a value of DeleteRegistryPolicy
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data DeleteRegistryPolicyResponse Source #
See: newDeleteRegistryPolicyResponse
smart constructor.
DeleteRegistryPolicyResponse' | |
|
Instances
newDeleteRegistryPolicyResponse Source #
Create a value of DeleteRegistryPolicyResponse
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:registryId:DeleteRegistryPolicyResponse'
, deleteRegistryPolicyResponse_registryId
- The registry ID associated with the request.
$sel:policyText:DeleteRegistryPolicyResponse'
, deleteRegistryPolicyResponse_policyText
- The contents of the registry permissions policy that was deleted.
$sel:httpStatus:DeleteRegistryPolicyResponse'
, deleteRegistryPolicyResponse_httpStatus
- The response's http status code.
Response Lenses
deleteRegistryPolicyResponse_registryId :: Lens' DeleteRegistryPolicyResponse (Maybe Text) Source #
The registry ID associated with the request.
deleteRegistryPolicyResponse_policyText :: Lens' DeleteRegistryPolicyResponse (Maybe Text) Source #
The contents of the registry permissions policy that was deleted.
deleteRegistryPolicyResponse_httpStatus :: Lens' DeleteRegistryPolicyResponse Int Source #
The response's http status code.