libZSservicesZSamazonka-apprunnerZSamazonka-apprunner
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AppRunner.DescribeService

Description

Return a full description of an App Runner service.

Synopsis

Creating a Request

data DescribeService Source #

See: newDescribeService smart constructor.

Constructors

DescribeService' 

Fields

  • serviceArn :: Text

    The Amazon Resource Name (ARN) of the App Runner service that you want a description for.

Instances

Instances details
Eq DescribeService Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

Read DescribeService Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

Show DescribeService Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

Generic DescribeService Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

Associated Types

type Rep DescribeService :: Type -> Type #

NFData DescribeService Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

Methods

rnf :: DescribeService -> () #

Hashable DescribeService Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

ToJSON DescribeService Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

AWSRequest DescribeService Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

Associated Types

type AWSResponse DescribeService #

ToHeaders DescribeService Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

ToPath DescribeService Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

ToQuery DescribeService Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

type Rep DescribeService Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

type Rep DescribeService = D1 ('MetaData "DescribeService" "Amazonka.AppRunner.DescribeService" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "DescribeService'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeService Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

newDescribeService Source #

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.

Constructors

DescribeServiceResponse' 

Fields

  • httpStatus :: Int

    The response's http status code.

  • service :: Service

    A full description of the App Runner service that you specified in this request.

Instances

Instances details
Eq DescribeServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

Show DescribeServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

Generic DescribeServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

Associated Types

type Rep DescribeServiceResponse :: Type -> Type #

NFData DescribeServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

Methods

rnf :: DescribeServiceResponse -> () #

type Rep DescribeServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

type Rep DescribeServiceResponse = D1 ('MetaData "DescribeServiceResponse" "Amazonka.AppRunner.DescribeService" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "DescribeServiceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "service") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Service)))

newDescribeServiceResponse Source #

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_service :: Lens' DescribeServiceResponse Service Source #

A full description of the App Runner service that you specified in this request.