| 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.GetContainerRecipe
Description
Retrieves a container recipe.
Synopsis
- data GetContainerRecipe = GetContainerRecipe' {}
- newGetContainerRecipe :: Text -> GetContainerRecipe
- getContainerRecipe_containerRecipeArn :: Lens' GetContainerRecipe Text
- data GetContainerRecipeResponse = GetContainerRecipeResponse' {}
- newGetContainerRecipeResponse :: Int -> GetContainerRecipeResponse
- getContainerRecipeResponse_containerRecipe :: Lens' GetContainerRecipeResponse (Maybe ContainerRecipe)
- getContainerRecipeResponse_requestId :: Lens' GetContainerRecipeResponse (Maybe Text)
- getContainerRecipeResponse_httpStatus :: Lens' GetContainerRecipeResponse Int
Creating a Request
data GetContainerRecipe Source #
See: newGetContainerRecipe smart constructor.
Constructors
| GetContainerRecipe' | |
Fields
| |
Instances
newGetContainerRecipe Source #
Arguments
| :: Text | |
| -> GetContainerRecipe |
Create a value of GetContainerRecipe 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:
GetContainerRecipe, getContainerRecipe_containerRecipeArn - The Amazon Resource Name (ARN) of the container recipe to retrieve.
Request Lenses
getContainerRecipe_containerRecipeArn :: Lens' GetContainerRecipe Text Source #
The Amazon Resource Name (ARN) of the container recipe to retrieve.
Destructuring the Response
data GetContainerRecipeResponse Source #
See: newGetContainerRecipeResponse smart constructor.
Constructors
| GetContainerRecipeResponse' | |
Fields
| |
Instances
newGetContainerRecipeResponse Source #
Create a value of GetContainerRecipeResponse 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:
GetContainerRecipeResponse, getContainerRecipeResponse_containerRecipe - The container recipe object that is returned.
$sel:requestId:GetContainerRecipeResponse', getContainerRecipeResponse_requestId - The request ID that uniquely identifies this request.
$sel:httpStatus:GetContainerRecipeResponse', getContainerRecipeResponse_httpStatus - The response's http status code.
Response Lenses
getContainerRecipeResponse_containerRecipe :: Lens' GetContainerRecipeResponse (Maybe ContainerRecipe) Source #
The container recipe object that is returned.
getContainerRecipeResponse_requestId :: Lens' GetContainerRecipeResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
getContainerRecipeResponse_httpStatus :: Lens' GetContainerRecipeResponse Int Source #
The response's http status code.