| 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 |
Amazonka.KafkaConnect.DescribeCustomPlugin
Description
A summary description of the custom plugin.
Synopsis
- data DescribeCustomPlugin = DescribeCustomPlugin' {}
- newDescribeCustomPlugin :: Text -> DescribeCustomPlugin
- describeCustomPlugin_customPluginArn :: Lens' DescribeCustomPlugin Text
- data DescribeCustomPluginResponse = DescribeCustomPluginResponse' {}
- newDescribeCustomPluginResponse :: Int -> DescribeCustomPluginResponse
- describeCustomPluginResponse_creationTime :: Lens' DescribeCustomPluginResponse (Maybe UTCTime)
- describeCustomPluginResponse_latestRevision :: Lens' DescribeCustomPluginResponse (Maybe CustomPluginRevisionSummary)
- describeCustomPluginResponse_name :: Lens' DescribeCustomPluginResponse (Maybe Text)
- describeCustomPluginResponse_customPluginArn :: Lens' DescribeCustomPluginResponse (Maybe Text)
- describeCustomPluginResponse_customPluginState :: Lens' DescribeCustomPluginResponse (Maybe CustomPluginState)
- describeCustomPluginResponse_description :: Lens' DescribeCustomPluginResponse (Maybe Text)
- describeCustomPluginResponse_httpStatus :: Lens' DescribeCustomPluginResponse Int
Creating a Request
data DescribeCustomPlugin Source #
See: newDescribeCustomPlugin smart constructor.
Constructors
| DescribeCustomPlugin' | |
Fields
| |
Instances
newDescribeCustomPlugin Source #
Create a value of DescribeCustomPlugin 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:DescribeCustomPlugin', describeCustomPlugin_customPluginArn - Returns information about a custom plugin.
Request Lenses
describeCustomPlugin_customPluginArn :: Lens' DescribeCustomPlugin Text Source #
Returns information about a custom plugin.
Destructuring the Response
data DescribeCustomPluginResponse Source #
See: newDescribeCustomPluginResponse smart constructor.
Constructors
| DescribeCustomPluginResponse' | |
Fields
| |
Instances
newDescribeCustomPluginResponse Source #
Create a value of DescribeCustomPluginResponse 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:DescribeCustomPluginResponse', describeCustomPluginResponse_creationTime - The time that the custom plugin was created.
$sel:latestRevision:DescribeCustomPluginResponse', describeCustomPluginResponse_latestRevision - The latest successfully created revision of the custom plugin. If there
are no successfully created revisions, this field will be absent.
$sel:name:DescribeCustomPluginResponse', describeCustomPluginResponse_name - The name of the custom plugin.
$sel:customPluginArn:DescribeCustomPlugin', describeCustomPluginResponse_customPluginArn - The Amazon Resource Name (ARN) of the custom plugin.
$sel:customPluginState:DescribeCustomPluginResponse', describeCustomPluginResponse_customPluginState - The state of the custom plugin.
$sel:description:DescribeCustomPluginResponse', describeCustomPluginResponse_description - The description of the custom plugin.
$sel:httpStatus:DescribeCustomPluginResponse', describeCustomPluginResponse_httpStatus - The response's http status code.
Response Lenses
describeCustomPluginResponse_creationTime :: Lens' DescribeCustomPluginResponse (Maybe UTCTime) Source #
The time that the custom plugin was created.
describeCustomPluginResponse_latestRevision :: Lens' DescribeCustomPluginResponse (Maybe CustomPluginRevisionSummary) Source #
The latest successfully created revision of the custom plugin. If there are no successfully created revisions, this field will be absent.
describeCustomPluginResponse_name :: Lens' DescribeCustomPluginResponse (Maybe Text) Source #
The name of the custom plugin.
describeCustomPluginResponse_customPluginArn :: Lens' DescribeCustomPluginResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the custom plugin.
describeCustomPluginResponse_customPluginState :: Lens' DescribeCustomPluginResponse (Maybe CustomPluginState) Source #
The state of the custom plugin.
describeCustomPluginResponse_description :: Lens' DescribeCustomPluginResponse (Maybe Text) Source #
The description of the custom plugin.
describeCustomPluginResponse_httpStatus :: Lens' DescribeCustomPluginResponse Int Source #
The response's http status code.