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 |
Documentation
data CustomPluginDescription Source #
Details about a custom plugin.
See: newCustomPluginDescription
smart constructor.
Instances
newCustomPluginDescription :: CustomPluginDescription Source #
Create a value of CustomPluginDescription
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:customPluginArn:CustomPluginDescription'
, customPluginDescription_customPluginArn
- The Amazon Resource Name (ARN) of the custom plugin.
$sel:revision:CustomPluginDescription'
, customPluginDescription_revision
- The revision of the custom plugin.
customPluginDescription_customPluginArn :: Lens' CustomPluginDescription (Maybe Text) Source #
The Amazon Resource Name (ARN) of the custom plugin.
customPluginDescription_revision :: Lens' CustomPluginDescription (Maybe Integer) Source #
The revision of the custom plugin.