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 CustomPluginSummary = CustomPluginSummary' {}
- newCustomPluginSummary :: CustomPluginSummary
- customPluginSummary_creationTime :: Lens' CustomPluginSummary (Maybe UTCTime)
- customPluginSummary_latestRevision :: Lens' CustomPluginSummary (Maybe CustomPluginRevisionSummary)
- customPluginSummary_name :: Lens' CustomPluginSummary (Maybe Text)
- customPluginSummary_customPluginArn :: Lens' CustomPluginSummary (Maybe Text)
- customPluginSummary_customPluginState :: Lens' CustomPluginSummary (Maybe CustomPluginState)
- customPluginSummary_description :: Lens' CustomPluginSummary (Maybe Text)
Documentation
data CustomPluginSummary Source #
A summary of the custom plugin.
See: newCustomPluginSummary
smart constructor.
CustomPluginSummary' | |
|
Instances
newCustomPluginSummary :: CustomPluginSummary Source #
Create a value of CustomPluginSummary
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:creationTime:CustomPluginSummary'
, customPluginSummary_creationTime
- The time that the custom plugin was created.
$sel:latestRevision:CustomPluginSummary'
, customPluginSummary_latestRevision
- The latest revision of the custom plugin.
$sel:name:CustomPluginSummary'
, customPluginSummary_name
- The name of the custom plugin.
$sel:customPluginArn:CustomPluginSummary'
, customPluginSummary_customPluginArn
- The Amazon Resource Name (ARN) of the custom plugin.
$sel:customPluginState:CustomPluginSummary'
, customPluginSummary_customPluginState
- The state of the custom plugin.
$sel:description:CustomPluginSummary'
, customPluginSummary_description
- A description of the custom plugin.
customPluginSummary_creationTime :: Lens' CustomPluginSummary (Maybe UTCTime) Source #
The time that the custom plugin was created.
customPluginSummary_latestRevision :: Lens' CustomPluginSummary (Maybe CustomPluginRevisionSummary) Source #
The latest revision of the custom plugin.
customPluginSummary_name :: Lens' CustomPluginSummary (Maybe Text) Source #
The name of the custom plugin.
customPluginSummary_customPluginArn :: Lens' CustomPluginSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the custom plugin.
customPluginSummary_customPluginState :: Lens' CustomPluginSummary (Maybe CustomPluginState) Source #
The state of the custom plugin.
customPluginSummary_description :: Lens' CustomPluginSummary (Maybe Text) Source #
A description of the custom plugin.