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 |
Deletes a container recipe.
Synopsis
- data DeleteContainerRecipe = DeleteContainerRecipe' {}
- newDeleteContainerRecipe :: Text -> DeleteContainerRecipe
- deleteContainerRecipe_containerRecipeArn :: Lens' DeleteContainerRecipe Text
- data DeleteContainerRecipeResponse = DeleteContainerRecipeResponse' {}
- newDeleteContainerRecipeResponse :: Int -> DeleteContainerRecipeResponse
- deleteContainerRecipeResponse_requestId :: Lens' DeleteContainerRecipeResponse (Maybe Text)
- deleteContainerRecipeResponse_containerRecipeArn :: Lens' DeleteContainerRecipeResponse (Maybe Text)
- deleteContainerRecipeResponse_httpStatus :: Lens' DeleteContainerRecipeResponse Int
Creating a Request
data DeleteContainerRecipe Source #
See: newDeleteContainerRecipe
smart constructor.
DeleteContainerRecipe' | |
|
Instances
newDeleteContainerRecipe Source #
Create a value of DeleteContainerRecipe
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:containerRecipeArn:DeleteContainerRecipe'
, deleteContainerRecipe_containerRecipeArn
- The Amazon Resource Name (ARN) of the container recipe to delete.
Request Lenses
deleteContainerRecipe_containerRecipeArn :: Lens' DeleteContainerRecipe Text Source #
The Amazon Resource Name (ARN) of the container recipe to delete.
Destructuring the Response
data DeleteContainerRecipeResponse Source #
See: newDeleteContainerRecipeResponse
smart constructor.
DeleteContainerRecipeResponse' | |
|
Instances
newDeleteContainerRecipeResponse Source #
Create a value of DeleteContainerRecipeResponse
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:requestId:DeleteContainerRecipeResponse'
, deleteContainerRecipeResponse_requestId
- The request ID that uniquely identifies this request.
$sel:containerRecipeArn:DeleteContainerRecipe'
, deleteContainerRecipeResponse_containerRecipeArn
- The Amazon Resource Name (ARN) of the container recipe that was deleted.
$sel:httpStatus:DeleteContainerRecipeResponse'
, deleteContainerRecipeResponse_httpStatus
- The response's http status code.
Response Lenses
deleteContainerRecipeResponse_requestId :: Lens' DeleteContainerRecipeResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
deleteContainerRecipeResponse_containerRecipeArn :: Lens' DeleteContainerRecipeResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the container recipe that was deleted.
deleteContainerRecipeResponse_httpStatus :: Lens' DeleteContainerRecipeResponse Int Source #
The response's http status code.