amazonka-m2-2.0: Amazon MainframeModernization SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.M2.StartApplication

Description

Starts an application that is currently stopped.

Synopsis

Creating a Request

data StartApplication Source #

See: newStartApplication smart constructor.

Constructors

StartApplication' 

Fields

Instances

Instances details
ToJSON StartApplication Source # 
Instance details

Defined in Amazonka.M2.StartApplication

ToHeaders StartApplication Source # 
Instance details

Defined in Amazonka.M2.StartApplication

ToPath StartApplication Source # 
Instance details

Defined in Amazonka.M2.StartApplication

ToQuery StartApplication Source # 
Instance details

Defined in Amazonka.M2.StartApplication

AWSRequest StartApplication Source # 
Instance details

Defined in Amazonka.M2.StartApplication

Associated Types

type AWSResponse StartApplication #

Generic StartApplication Source # 
Instance details

Defined in Amazonka.M2.StartApplication

Associated Types

type Rep StartApplication :: Type -> Type #

Read StartApplication Source # 
Instance details

Defined in Amazonka.M2.StartApplication

Show StartApplication Source # 
Instance details

Defined in Amazonka.M2.StartApplication

NFData StartApplication Source # 
Instance details

Defined in Amazonka.M2.StartApplication

Methods

rnf :: StartApplication -> () #

Eq StartApplication Source # 
Instance details

Defined in Amazonka.M2.StartApplication

Hashable StartApplication Source # 
Instance details

Defined in Amazonka.M2.StartApplication

type AWSResponse StartApplication Source # 
Instance details

Defined in Amazonka.M2.StartApplication

type Rep StartApplication Source # 
Instance details

Defined in Amazonka.M2.StartApplication

type Rep StartApplication = D1 ('MetaData "StartApplication" "Amazonka.M2.StartApplication" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "StartApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStartApplication Source #

Create a value of StartApplication 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:

StartApplication, startApplication_applicationId - The unique identifier of the application you want to start.

Request Lenses

startApplication_applicationId :: Lens' StartApplication Text Source #

The unique identifier of the application you want to start.

Destructuring the Response

data StartApplicationResponse Source #

See: newStartApplicationResponse smart constructor.

Constructors

StartApplicationResponse' 

Fields

Instances

Instances details
Generic StartApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.StartApplication

Associated Types

type Rep StartApplicationResponse :: Type -> Type #

Read StartApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.StartApplication

Show StartApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.StartApplication

NFData StartApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.StartApplication

Eq StartApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.StartApplication

type Rep StartApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.StartApplication

type Rep StartApplicationResponse = D1 ('MetaData "StartApplicationResponse" "Amazonka.M2.StartApplication" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "StartApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartApplicationResponse Source #

Create a value of StartApplicationResponse 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:StartApplicationResponse', startApplicationResponse_httpStatus - The response's http status code.

Response Lenses