| 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.ECR.DeleteRegistryPolicy
Description
Deletes the registry permissions policy.
Synopsis
- data DeleteRegistryPolicy = DeleteRegistryPolicy' {
- newDeleteRegistryPolicy :: DeleteRegistryPolicy
- data DeleteRegistryPolicyResponse = DeleteRegistryPolicyResponse' {
- policyText :: Maybe Text
- registryId :: Maybe Text
- httpStatus :: Int
- newDeleteRegistryPolicyResponse :: Int -> DeleteRegistryPolicyResponse
- deleteRegistryPolicyResponse_policyText :: Lens' DeleteRegistryPolicyResponse (Maybe Text)
- deleteRegistryPolicyResponse_registryId :: Lens' DeleteRegistryPolicyResponse (Maybe Text)
- deleteRegistryPolicyResponse_httpStatus :: Lens' DeleteRegistryPolicyResponse Int
Creating a Request
data DeleteRegistryPolicy Source #
See: newDeleteRegistryPolicy smart constructor.
Constructors
| DeleteRegistryPolicy' | |
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.
Constructors
| DeleteRegistryPolicyResponse' | |
Fields
| |
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:policyText:DeleteRegistryPolicyResponse', deleteRegistryPolicyResponse_policyText - The contents of the registry permissions policy that was deleted.
DeleteRegistryPolicyResponse, deleteRegistryPolicyResponse_registryId - The registry ID associated with the request.
$sel:httpStatus:DeleteRegistryPolicyResponse', deleteRegistryPolicyResponse_httpStatus - The response's http status code.
Response Lenses
deleteRegistryPolicyResponse_policyText :: Lens' DeleteRegistryPolicyResponse (Maybe Text) Source #
The contents of the registry permissions policy that was deleted.
deleteRegistryPolicyResponse_registryId :: Lens' DeleteRegistryPolicyResponse (Maybe Text) Source #
The registry ID associated with the request.
deleteRegistryPolicyResponse_httpStatus :: Lens' DeleteRegistryPolicyResponse Int Source #
The response's http status code.