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 |
Return a full description of an App Runner service.
Synopsis
- data DescribeService = DescribeService' {
- serviceArn :: Text
- newDescribeService :: Text -> DescribeService
- describeService_serviceArn :: Lens' DescribeService Text
- data DescribeServiceResponse = DescribeServiceResponse' {
- httpStatus :: Int
- service :: Service
- newDescribeServiceResponse :: Int -> Service -> DescribeServiceResponse
- describeServiceResponse_httpStatus :: Lens' DescribeServiceResponse Int
- describeServiceResponse_service :: Lens' DescribeServiceResponse Service
Creating a Request
data DescribeService Source #
See: newDescribeService
smart constructor.
DescribeService' | |
|
Instances
Create a value of DescribeService
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:serviceArn:DescribeService'
, describeService_serviceArn
- The Amazon Resource Name (ARN) of the App Runner service that you want a
description for.
Request Lenses
describeService_serviceArn :: Lens' DescribeService Text Source #
The Amazon Resource Name (ARN) of the App Runner service that you want a description for.
Destructuring the Response
data DescribeServiceResponse Source #
See: newDescribeServiceResponse
smart constructor.
DescribeServiceResponse' | |
|
Instances
newDescribeServiceResponse Source #
:: Int | |
-> Service | |
-> DescribeServiceResponse |
Create a value of DescribeServiceResponse
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:httpStatus:DescribeServiceResponse'
, describeServiceResponse_httpStatus
- The response's http status code.
$sel:service:DescribeServiceResponse'
, describeServiceResponse_service
- A full description of the App Runner service that you specified in this
request.
Response Lenses
describeServiceResponse_httpStatus :: Lens' DescribeServiceResponse Int Source #
The response's http status code.
describeServiceResponse_service :: Lens' DescribeServiceResponse Service Source #
A full description of the App Runner service that you specified in this request.