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 |
Synopsis
- data LastActiveDefinition = LastActiveDefinition' {}
- newLastActiveDefinition :: LastActiveDefinition
- lastActiveDefinition_parameterSpec :: Lens' LastActiveDefinition (Maybe Text)
- lastActiveDefinition_blueprintLocation :: Lens' LastActiveDefinition (Maybe Text)
- lastActiveDefinition_lastModifiedOn :: Lens' LastActiveDefinition (Maybe UTCTime)
- lastActiveDefinition_blueprintServiceLocation :: Lens' LastActiveDefinition (Maybe Text)
- lastActiveDefinition_description :: Lens' LastActiveDefinition (Maybe Text)
Documentation
data LastActiveDefinition Source #
When there are multiple versions of a blueprint and the latest version has some errors, this attribute indicates the last successful blueprint definition that is available with the service.
See: newLastActiveDefinition
smart constructor.
LastActiveDefinition' | |
|
Instances
newLastActiveDefinition :: LastActiveDefinition Source #
Create a value of LastActiveDefinition
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:parameterSpec:LastActiveDefinition'
, lastActiveDefinition_parameterSpec
- A JSON string specifying the parameters for the blueprint.
$sel:blueprintLocation:LastActiveDefinition'
, lastActiveDefinition_blueprintLocation
- Specifies a path in Amazon S3 where the blueprint is published by the
Glue developer.
$sel:lastModifiedOn:LastActiveDefinition'
, lastActiveDefinition_lastModifiedOn
- The date and time the blueprint was last modified.
$sel:blueprintServiceLocation:LastActiveDefinition'
, lastActiveDefinition_blueprintServiceLocation
- Specifies a path in Amazon S3 where the blueprint is copied when you
create or update the blueprint.
$sel:description:LastActiveDefinition'
, lastActiveDefinition_description
- The description of the blueprint.
lastActiveDefinition_parameterSpec :: Lens' LastActiveDefinition (Maybe Text) Source #
A JSON string specifying the parameters for the blueprint.
lastActiveDefinition_blueprintLocation :: Lens' LastActiveDefinition (Maybe Text) Source #
Specifies a path in Amazon S3 where the blueprint is published by the Glue developer.
lastActiveDefinition_lastModifiedOn :: Lens' LastActiveDefinition (Maybe UTCTime) Source #
The date and time the blueprint was last modified.
lastActiveDefinition_blueprintServiceLocation :: Lens' LastActiveDefinition (Maybe Text) Source #
Specifies a path in Amazon S3 where the blueprint is copied when you create or update the blueprint.
lastActiveDefinition_description :: Lens' LastActiveDefinition (Maybe Text) Source #
The description of the blueprint.