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 |
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.
Instances
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:
$sel:name: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.
DeleteParameterResponse' | |
|
Instances
Eq DeleteParameterResponse Source # | |
Defined in Amazonka.SSM.DeleteParameter | |
Read DeleteParameterResponse Source # | |
Show DeleteParameterResponse Source # | |
Defined in Amazonka.SSM.DeleteParameter showsPrec :: Int -> DeleteParameterResponse -> ShowS # show :: DeleteParameterResponse -> String # showList :: [DeleteParameterResponse] -> ShowS # | |
Generic DeleteParameterResponse Source # | |
Defined in Amazonka.SSM.DeleteParameter type Rep DeleteParameterResponse :: Type -> Type # | |
NFData DeleteParameterResponse Source # | |
Defined in Amazonka.SSM.DeleteParameter rnf :: DeleteParameterResponse -> () # | |
type Rep DeleteParameterResponse Source # | |
Defined in Amazonka.SSM.DeleteParameter type Rep DeleteParameterResponse = D1 ('MetaData "DeleteParameterResponse" "Amazonka.SSM.DeleteParameter" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "DeleteParameterResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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.