| 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.Glue.GetBlueprint
Description
Retrieves the details of a blueprint.
Synopsis
- data GetBlueprint = GetBlueprint' {}
- newGetBlueprint :: Text -> GetBlueprint
- getBlueprint_includeBlueprint :: Lens' GetBlueprint (Maybe Bool)
- getBlueprint_includeParameterSpec :: 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.
Constructors
| GetBlueprint' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> GetBlueprint |
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:includeBlueprint:GetBlueprint', getBlueprint_includeBlueprint - Specifies whether or not to include the blueprint in the response.
$sel:includeParameterSpec:GetBlueprint', getBlueprint_includeParameterSpec - Specifies whether or not to include the parameter specification.
GetBlueprint, getBlueprint_name - The name of the blueprint.
Request Lenses
getBlueprint_includeBlueprint :: Lens' GetBlueprint (Maybe Bool) Source #
Specifies whether or not to include the blueprint in the response.
getBlueprint_includeParameterSpec :: Lens' GetBlueprint (Maybe Bool) Source #
Specifies whether or not to include the parameter specification.
getBlueprint_name :: Lens' GetBlueprint Text Source #
The name of the blueprint.
Destructuring the Response
data GetBlueprintResponse Source #
See: newGetBlueprintResponse smart constructor.
Constructors
| GetBlueprintResponse' | |
Fields
| |
Instances
newGetBlueprintResponse Source #
Arguments
| :: Int | |
| -> GetBlueprintResponse |
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.