| 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.MediaConvert.DeletePolicy
Description
Permanently delete a policy that you created.
Creating a Request
data DeletePolicy Source #
See: newDeletePolicy smart constructor.
Constructors
| DeletePolicy' | |
Instances
newDeletePolicy :: DeletePolicy Source #
Create a value of DeletePolicy with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data DeletePolicyResponse Source #
See: newDeletePolicyResponse smart constructor.
Constructors
| DeletePolicyResponse' | |
Fields
| |
Instances
newDeletePolicyResponse Source #
Arguments
| :: Int | |
| -> DeletePolicyResponse |
Create a value of DeletePolicyResponse 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:DeletePolicyResponse', deletePolicyResponse_httpStatus - The response's http status code.
Response Lenses
deletePolicyResponse_httpStatus :: Lens' DeletePolicyResponse Int Source #
The response's http status code.