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.ResumeService

Description

Resume an active App Runner service. App Runner provisions compute capacity for the service.

This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.

Synopsis

Creating a Request

data ResumeService Source #

See: newResumeService smart constructor.

Constructors

ResumeService' 

Fields

  • serviceArn :: Text

    The Amazon Resource Name (ARN) of the App Runner service that you want to resume.

Instances

Instances details
Eq ResumeService Source # 
Instance details

Defined in Amazonka.AppRunner.ResumeService

Read ResumeService Source # 
Instance details

Defined in Amazonka.AppRunner.ResumeService

Show ResumeService Source # 
Instance details

Defined in Amazonka.AppRunner.ResumeService

Generic ResumeService Source # 
Instance details

Defined in Amazonka.AppRunner.ResumeService

Associated Types

type Rep ResumeService :: Type -> Type #

NFData ResumeService Source # 
Instance details

Defined in Amazonka.AppRunner.ResumeService

Methods

rnf :: ResumeService -> () #

Hashable ResumeService Source # 
Instance details

Defined in Amazonka.AppRunner.ResumeService

ToJSON ResumeService Source # 
Instance details

Defined in Amazonka.AppRunner.ResumeService

AWSRequest ResumeService Source # 
Instance details

Defined in Amazonka.AppRunner.ResumeService

Associated Types

type AWSResponse ResumeService #

ToHeaders ResumeService Source # 
Instance details

Defined in Amazonka.AppRunner.ResumeService

ToPath ResumeService Source # 
Instance details

Defined in Amazonka.AppRunner.ResumeService

ToQuery ResumeService Source # 
Instance details

Defined in Amazonka.AppRunner.ResumeService

type Rep ResumeService Source # 
Instance details

Defined in Amazonka.AppRunner.ResumeService

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

Defined in Amazonka.AppRunner.ResumeService

newResumeService Source #

Create a value of ResumeService 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:ResumeService', resumeService_serviceArn - The Amazon Resource Name (ARN) of the App Runner service that you want to resume.

Request Lenses

resumeService_serviceArn :: Lens' ResumeService Text Source #

The Amazon Resource Name (ARN) of the App Runner service that you want to resume.

Destructuring the Response

data ResumeServiceResponse Source #

See: newResumeServiceResponse smart constructor.

Constructors

ResumeServiceResponse' 

Fields

  • operationId :: Maybe Text

    The unique ID of the asynchronous operation that this request started. You can use it combined with the ListOperations call to track the operation's progress.

  • httpStatus :: Int

    The response's http status code.

  • service :: Service

    A description of the App Runner service that this request just resumed.

Instances

Instances details
Eq ResumeServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ResumeService

Show ResumeServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ResumeService

Generic ResumeServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ResumeService

Associated Types

type Rep ResumeServiceResponse :: Type -> Type #

NFData ResumeServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ResumeService

Methods

rnf :: ResumeServiceResponse -> () #

type Rep ResumeServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ResumeService

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

newResumeServiceResponse Source #

Create a value of ResumeServiceResponse 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:operationId:ResumeServiceResponse', resumeServiceResponse_operationId - The unique ID of the asynchronous operation that this request started. You can use it combined with the ListOperations call to track the operation's progress.

$sel:httpStatus:ResumeServiceResponse', resumeServiceResponse_httpStatus - The response's http status code.

$sel:service:ResumeServiceResponse', resumeServiceResponse_service - A description of the App Runner service that this request just resumed.

Response Lenses

resumeServiceResponse_operationId :: Lens' ResumeServiceResponse (Maybe Text) Source #

The unique ID of the asynchronous operation that this request started. You can use it combined with the ListOperations call to track the operation's progress.

resumeServiceResponse_service :: Lens' ResumeServiceResponse Service Source #

A description of the App Runner service that this request just resumed.