| 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.DescribeWorkerConfiguration
Description
Returns information about a worker configuration.
Synopsis
- data DescribeWorkerConfiguration = DescribeWorkerConfiguration' {}
- newDescribeWorkerConfiguration :: Text -> DescribeWorkerConfiguration
- describeWorkerConfiguration_workerConfigurationArn :: Lens' DescribeWorkerConfiguration Text
- data DescribeWorkerConfigurationResponse = DescribeWorkerConfigurationResponse' {}
- newDescribeWorkerConfigurationResponse :: Int -> DescribeWorkerConfigurationResponse
- describeWorkerConfigurationResponse_creationTime :: Lens' DescribeWorkerConfigurationResponse (Maybe UTCTime)
- describeWorkerConfigurationResponse_description :: Lens' DescribeWorkerConfigurationResponse (Maybe Text)
- describeWorkerConfigurationResponse_latestRevision :: Lens' DescribeWorkerConfigurationResponse (Maybe WorkerConfigurationRevisionDescription)
- describeWorkerConfigurationResponse_name :: Lens' DescribeWorkerConfigurationResponse (Maybe Text)
- describeWorkerConfigurationResponse_workerConfigurationArn :: Lens' DescribeWorkerConfigurationResponse (Maybe Text)
- describeWorkerConfigurationResponse_httpStatus :: Lens' DescribeWorkerConfigurationResponse Int
Creating a Request
data DescribeWorkerConfiguration Source #
See: newDescribeWorkerConfiguration smart constructor.
Constructors
| DescribeWorkerConfiguration' | |
Fields
| |
Instances
newDescribeWorkerConfiguration Source #
Arguments
| :: Text | |
| -> DescribeWorkerConfiguration |
Create a value of DescribeWorkerConfiguration 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:
DescribeWorkerConfiguration, describeWorkerConfiguration_workerConfigurationArn - The Amazon Resource Name (ARN) of the worker configuration that you want
to get information about.
Request Lenses
describeWorkerConfiguration_workerConfigurationArn :: Lens' DescribeWorkerConfiguration Text Source #
The Amazon Resource Name (ARN) of the worker configuration that you want to get information about.
Destructuring the Response
data DescribeWorkerConfigurationResponse Source #
See: newDescribeWorkerConfigurationResponse smart constructor.
Constructors
| DescribeWorkerConfigurationResponse' | |
Fields
| |
Instances
newDescribeWorkerConfigurationResponse Source #
Arguments
| :: Int | |
| -> DescribeWorkerConfigurationResponse |
Create a value of DescribeWorkerConfigurationResponse 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:
DescribeWorkerConfigurationResponse, describeWorkerConfigurationResponse_creationTime - The time that the worker configuration was created.
DescribeWorkerConfigurationResponse, describeWorkerConfigurationResponse_description - The description of the worker configuration.
DescribeWorkerConfigurationResponse, describeWorkerConfigurationResponse_latestRevision - The latest revision of the custom configuration.
DescribeWorkerConfigurationResponse, describeWorkerConfigurationResponse_name - The name of the worker configuration.
DescribeWorkerConfiguration, describeWorkerConfigurationResponse_workerConfigurationArn - The Amazon Resource Name (ARN) of the custom configuration.
$sel:httpStatus:DescribeWorkerConfigurationResponse', describeWorkerConfigurationResponse_httpStatus - The response's http status code.
Response Lenses
describeWorkerConfigurationResponse_creationTime :: Lens' DescribeWorkerConfigurationResponse (Maybe UTCTime) Source #
The time that the worker configuration was created.
describeWorkerConfigurationResponse_description :: Lens' DescribeWorkerConfigurationResponse (Maybe Text) Source #
The description of the worker configuration.
describeWorkerConfigurationResponse_latestRevision :: Lens' DescribeWorkerConfigurationResponse (Maybe WorkerConfigurationRevisionDescription) Source #
The latest revision of the custom configuration.
describeWorkerConfigurationResponse_name :: Lens' DescribeWorkerConfigurationResponse (Maybe Text) Source #
The name of the worker configuration.
describeWorkerConfigurationResponse_workerConfigurationArn :: Lens' DescribeWorkerConfigurationResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the custom configuration.
describeWorkerConfigurationResponse_httpStatus :: Lens' DescribeWorkerConfigurationResponse Int Source #
The response's http status code.