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 the details of a blueprint.
Synopsis
- data GetBlueprint = GetBlueprint' {}
- newGetBlueprint :: Text -> GetBlueprint
- getBlueprint_includeParameterSpec :: Lens' GetBlueprint (Maybe Bool)
- getBlueprint_includeBlueprint :: Lens' GetBlueprint (Maybe Bool)
- getBlueprint_name :: Lens' GetBlueprint Text
- data GetBlueprintResponse = GetBlueprintResponse' {
- blueprint :: Maybe Blueprint
- httpStatus :: Int
- newGetBlueprintResponse :: Int -> GetBlueprintResponse
- getBlueprintResponse_blueprint :: Lens' GetBlueprintResponse (Maybe Blueprint)
- getBlueprintResponse_httpStatus :: Lens' GetBlueprintResponse Int
Creating a Request
data GetBlueprint Source #
See: newGetBlueprint
smart constructor.
GetBlueprint' | |
|
Instances
Create a value of GetBlueprint
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:includeParameterSpec:GetBlueprint'
, getBlueprint_includeParameterSpec
- Specifies whether or not to include the parameter specification.
$sel:includeBlueprint:GetBlueprint'
, getBlueprint_includeBlueprint
- Specifies whether or not to include the blueprint in the response.
$sel:name:GetBlueprint'
, getBlueprint_name
- The name of the blueprint.
Request Lenses
getBlueprint_includeParameterSpec :: Lens' GetBlueprint (Maybe Bool) Source #
Specifies whether or not to include the parameter specification.
getBlueprint_includeBlueprint :: Lens' GetBlueprint (Maybe Bool) Source #
Specifies whether or not to include the blueprint in the response.
getBlueprint_name :: Lens' GetBlueprint Text Source #
The name of the blueprint.
Destructuring the Response
data GetBlueprintResponse Source #
See: newGetBlueprintResponse
smart constructor.
GetBlueprintResponse' | |
|
Instances
newGetBlueprintResponse Source #
Create a value of GetBlueprintResponse
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:blueprint:GetBlueprintResponse'
, getBlueprintResponse_blueprint
- Returns a Blueprint
object.
$sel:httpStatus:GetBlueprintResponse'
, getBlueprintResponse_httpStatus
- The response's http status code.
Response Lenses
getBlueprintResponse_blueprint :: Lens' GetBlueprintResponse (Maybe Blueprint) Source #
Returns a Blueprint
object.
getBlueprintResponse_httpStatus :: Lens' GetBlueprintResponse Int Source #
The response's http status code.