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