| 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.SSM.DeleteParameter
Description
Delete a parameter from the system. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name.
Synopsis
- data DeleteParameter = DeleteParameter' {}
- newDeleteParameter :: Text -> DeleteParameter
- deleteParameter_name :: Lens' DeleteParameter Text
- data DeleteParameterResponse = DeleteParameterResponse' {
- httpStatus :: Int
- newDeleteParameterResponse :: Int -> DeleteParameterResponse
- deleteParameterResponse_httpStatus :: Lens' DeleteParameterResponse Int
Creating a Request
data DeleteParameter Source #
See: newDeleteParameter smart constructor.
Constructors
| DeleteParameter' | |
Instances
Arguments
| :: Text | |
| -> DeleteParameter |
Create a value of DeleteParameter 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:
DeleteParameter, deleteParameter_name - The name of the parameter to delete.
Request Lenses
deleteParameter_name :: Lens' DeleteParameter Text Source #
The name of the parameter to delete.
Destructuring the Response
data DeleteParameterResponse Source #
See: newDeleteParameterResponse smart constructor.
Constructors
| DeleteParameterResponse' | |
Fields
| |
Instances
newDeleteParameterResponse Source #
Create a value of DeleteParameterResponse 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:DeleteParameterResponse', deleteParameterResponse_httpStatus - The response's http status code.
Response Lenses
deleteParameterResponse_httpStatus :: Lens' DeleteParameterResponse Int Source #
The response's http status code.