| 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.AppRunner.DescribeService
Description
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.
Constructors
| DescribeService' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DescribeService |
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:
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.
Constructors
| DescribeServiceResponse' | |
Fields
| |
Instances
newDescribeServiceResponse Source #
Arguments
| :: 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.