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 |
Retrieves a container recipe.
Synopsis
- data GetContainerRecipe = GetContainerRecipe' {}
- newGetContainerRecipe :: Text -> GetContainerRecipe
- getContainerRecipe_containerRecipeArn :: Lens' GetContainerRecipe Text
- data GetContainerRecipeResponse = GetContainerRecipeResponse' {}
- newGetContainerRecipeResponse :: Int -> GetContainerRecipeResponse
- getContainerRecipeResponse_requestId :: Lens' GetContainerRecipeResponse (Maybe Text)
- getContainerRecipeResponse_containerRecipe :: Lens' GetContainerRecipeResponse (Maybe ContainerRecipe)
- getContainerRecipeResponse_httpStatus :: Lens' GetContainerRecipeResponse Int
Creating a Request
data GetContainerRecipe Source #
See: newGetContainerRecipe
smart constructor.
GetContainerRecipe' | |
|
Instances
newGetContainerRecipe Source #
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:
$sel:containerRecipeArn: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.
GetContainerRecipeResponse' | |
|
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:
$sel:requestId:GetContainerRecipeResponse'
, getContainerRecipeResponse_requestId
- The request ID that uniquely identifies this request.
$sel:containerRecipe:GetContainerRecipeResponse'
, getContainerRecipeResponse_containerRecipe
- The container recipe object that is returned.
$sel:httpStatus:GetContainerRecipeResponse'
, getContainerRecipeResponse_httpStatus
- The response's http status code.
Response Lenses
getContainerRecipeResponse_requestId :: Lens' GetContainerRecipeResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
getContainerRecipeResponse_containerRecipe :: Lens' GetContainerRecipeResponse (Maybe ContainerRecipe) Source #
The container recipe object that is returned.
getContainerRecipeResponse_httpStatus :: Lens' GetContainerRecipeResponse Int Source #
The response's http status code.