| 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.DeleteImageRecipe
Description
Deletes an image recipe.
Synopsis
- data DeleteImageRecipe = DeleteImageRecipe' {}
- newDeleteImageRecipe :: Text -> DeleteImageRecipe
- deleteImageRecipe_imageRecipeArn :: Lens' DeleteImageRecipe Text
- data DeleteImageRecipeResponse = DeleteImageRecipeResponse' {
- imageRecipeArn :: Maybe Text
- requestId :: Maybe Text
- httpStatus :: Int
- newDeleteImageRecipeResponse :: Int -> DeleteImageRecipeResponse
- deleteImageRecipeResponse_imageRecipeArn :: Lens' DeleteImageRecipeResponse (Maybe Text)
- deleteImageRecipeResponse_requestId :: Lens' DeleteImageRecipeResponse (Maybe Text)
- deleteImageRecipeResponse_httpStatus :: Lens' DeleteImageRecipeResponse Int
Creating a Request
data DeleteImageRecipe Source #
See: newDeleteImageRecipe smart constructor.
Constructors
| DeleteImageRecipe' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DeleteImageRecipe |
Create a value of DeleteImageRecipe 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:
DeleteImageRecipe, deleteImageRecipe_imageRecipeArn - The Amazon Resource Name (ARN) of the image recipe to delete.
Request Lenses
deleteImageRecipe_imageRecipeArn :: Lens' DeleteImageRecipe Text Source #
The Amazon Resource Name (ARN) of the image recipe to delete.
Destructuring the Response
data DeleteImageRecipeResponse Source #
See: newDeleteImageRecipeResponse smart constructor.
Constructors
| DeleteImageRecipeResponse' | |
Fields
| |
Instances
newDeleteImageRecipeResponse Source #
Create a value of DeleteImageRecipeResponse 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:
DeleteImageRecipe, deleteImageRecipeResponse_imageRecipeArn - The Amazon Resource Name (ARN) of the image recipe that was deleted.
$sel:requestId:DeleteImageRecipeResponse', deleteImageRecipeResponse_requestId - The request ID that uniquely identifies this request.
$sel:httpStatus:DeleteImageRecipeResponse', deleteImageRecipeResponse_httpStatus - The response's http status code.
Response Lenses
deleteImageRecipeResponse_imageRecipeArn :: Lens' DeleteImageRecipeResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the image recipe that was deleted.
deleteImageRecipeResponse_requestId :: Lens' DeleteImageRecipeResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
deleteImageRecipeResponse_httpStatus :: Lens' DeleteImageRecipeResponse Int Source #
The response's http status code.