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 list of parameters. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name.
Synopsis
- data DeleteParameters = DeleteParameters' {}
- newDeleteParameters :: NonEmpty Text -> DeleteParameters
- deleteParameters_names :: Lens' DeleteParameters (NonEmpty Text)
- data DeleteParametersResponse = DeleteParametersResponse' {}
- newDeleteParametersResponse :: Int -> DeleteParametersResponse
- deleteParametersResponse_deletedParameters :: Lens' DeleteParametersResponse (Maybe (NonEmpty Text))
- deleteParametersResponse_invalidParameters :: Lens' DeleteParametersResponse (Maybe (NonEmpty Text))
- deleteParametersResponse_httpStatus :: Lens' DeleteParametersResponse Int
Creating a Request
data DeleteParameters Source #
See: newDeleteParameters
smart constructor.
Instances
Create a value of DeleteParameters
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:names:DeleteParameters'
, deleteParameters_names
- The names of the parameters to delete. After deleting a parameter, wait
for at least 30 seconds to create a parameter with the same name.
Request Lenses
deleteParameters_names :: Lens' DeleteParameters (NonEmpty Text) Source #
The names of the parameters to delete. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name.
Destructuring the Response
data DeleteParametersResponse Source #
See: newDeleteParametersResponse
smart constructor.
DeleteParametersResponse' | |
|
Instances
newDeleteParametersResponse Source #
Create a value of DeleteParametersResponse
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:deletedParameters:DeleteParametersResponse'
, deleteParametersResponse_deletedParameters
- The names of the deleted parameters.
$sel:invalidParameters:DeleteParametersResponse'
, deleteParametersResponse_invalidParameters
- The names of parameters that weren't deleted because the parameters
aren't valid.
$sel:httpStatus:DeleteParametersResponse'
, deleteParametersResponse_httpStatus
- The response's http status code.
Response Lenses
deleteParametersResponse_deletedParameters :: Lens' DeleteParametersResponse (Maybe (NonEmpty Text)) Source #
The names of the deleted parameters.
deleteParametersResponse_invalidParameters :: Lens' DeleteParametersResponse (Maybe (NonEmpty Text)) Source #
The names of parameters that weren't deleted because the parameters aren't valid.
deleteParametersResponse_httpStatus :: Lens' DeleteParametersResponse Int Source #
The response's http status code.