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 |
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_latestRevision :: Lens' DescribeWorkerConfigurationResponse (Maybe WorkerConfigurationRevisionDescription)
- describeWorkerConfigurationResponse_name :: Lens' DescribeWorkerConfigurationResponse (Maybe Text)
- describeWorkerConfigurationResponse_workerConfigurationArn :: Lens' DescribeWorkerConfigurationResponse (Maybe Text)
- describeWorkerConfigurationResponse_description :: Lens' DescribeWorkerConfigurationResponse (Maybe Text)
- describeWorkerConfigurationResponse_httpStatus :: Lens' DescribeWorkerConfigurationResponse Int
Creating a Request
data DescribeWorkerConfiguration Source #
See: newDescribeWorkerConfiguration
smart constructor.
DescribeWorkerConfiguration' | |
|
Instances
newDescribeWorkerConfiguration Source #
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:
$sel:workerConfigurationArn: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.
DescribeWorkerConfigurationResponse' | |
|
Instances
newDescribeWorkerConfigurationResponse Source #
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:
$sel:creationTime:DescribeWorkerConfigurationResponse'
, describeWorkerConfigurationResponse_creationTime
- The time that the worker configuration was created.
$sel:latestRevision:DescribeWorkerConfigurationResponse'
, describeWorkerConfigurationResponse_latestRevision
- The latest revision of the custom configuration.
$sel:name:DescribeWorkerConfigurationResponse'
, describeWorkerConfigurationResponse_name
- The name of the worker configuration.
$sel:workerConfigurationArn:DescribeWorkerConfiguration'
, describeWorkerConfigurationResponse_workerConfigurationArn
- The Amazon Resource Name (ARN) of the custom configuration.
$sel:description:DescribeWorkerConfigurationResponse'
, describeWorkerConfigurationResponse_description
- The description of the worker 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_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_description :: Lens' DescribeWorkerConfigurationResponse (Maybe Text) Source #
The description of the worker configuration.
describeWorkerConfigurationResponse_httpStatus :: Lens' DescribeWorkerConfigurationResponse Int Source #
The response's http status code.