| 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.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_customPluginArn :: Lens' DescribeCustomPluginResponse (Maybe Text)
- describeCustomPluginResponse_customPluginState :: Lens' DescribeCustomPluginResponse (Maybe CustomPluginState)
- describeCustomPluginResponse_description :: Lens' DescribeCustomPluginResponse (Maybe Text)
- describeCustomPluginResponse_latestRevision :: Lens' DescribeCustomPluginResponse (Maybe CustomPluginRevisionSummary)
- describeCustomPluginResponse_name :: Lens' DescribeCustomPluginResponse (Maybe Text)
- describeCustomPluginResponse_stateDescription :: Lens' DescribeCustomPluginResponse (Maybe StateDescription)
- describeCustomPluginResponse_httpStatus :: Lens' DescribeCustomPluginResponse Int
Creating a Request
data DescribeCustomPlugin Source #
See: newDescribeCustomPlugin smart constructor.
Constructors
| DescribeCustomPlugin' | |
Fields
| |
Instances
newDescribeCustomPlugin Source #
Arguments
| :: Text | |
| -> DescribeCustomPlugin |
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:
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:
DescribeCustomPluginResponse, describeCustomPluginResponse_creationTime - The time that the custom plugin was created.
DescribeCustomPlugin, describeCustomPluginResponse_customPluginArn - The Amazon Resource Name (ARN) of the custom plugin.
DescribeCustomPluginResponse, describeCustomPluginResponse_customPluginState - The state of the custom plugin.
DescribeCustomPluginResponse, describeCustomPluginResponse_description - The description of the custom plugin.
DescribeCustomPluginResponse, describeCustomPluginResponse_latestRevision - The latest successfully created revision of the custom plugin. If there
are no successfully created revisions, this field will be absent.
DescribeCustomPluginResponse, describeCustomPluginResponse_name - The name of the custom plugin.
$sel:stateDescription:DescribeCustomPluginResponse', describeCustomPluginResponse_stateDescription - Details about the state of a 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_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_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_stateDescription :: Lens' DescribeCustomPluginResponse (Maybe StateDescription) Source #
Details about the state of a custom plugin.
describeCustomPluginResponse_httpStatus :: Lens' DescribeCustomPluginResponse Int Source #
The response's http status code.