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