amazonka-emr-serverless-2.0: Amazon EMR Serverless 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.EMRServerless.StopApplication

Description

Stops a specified application and releases initial capacity if configured. All scheduled and running jobs must be completed or cancelled before stopping an application.

Synopsis

Creating a Request

data StopApplication Source #

See: newStopApplication smart constructor.

Constructors

StopApplication' 

Fields

Instances

Instances details
ToJSON StopApplication Source # 
Instance details

Defined in Amazonka.EMRServerless.StopApplication

ToHeaders StopApplication Source # 
Instance details

Defined in Amazonka.EMRServerless.StopApplication

ToPath StopApplication Source # 
Instance details

Defined in Amazonka.EMRServerless.StopApplication

ToQuery StopApplication Source # 
Instance details

Defined in Amazonka.EMRServerless.StopApplication

AWSRequest StopApplication Source # 
Instance details

Defined in Amazonka.EMRServerless.StopApplication

Associated Types

type AWSResponse StopApplication #

Generic StopApplication Source # 
Instance details

Defined in Amazonka.EMRServerless.StopApplication

Associated Types

type Rep StopApplication :: Type -> Type #

Read StopApplication Source # 
Instance details

Defined in Amazonka.EMRServerless.StopApplication

Show StopApplication Source # 
Instance details

Defined in Amazonka.EMRServerless.StopApplication

NFData StopApplication Source # 
Instance details

Defined in Amazonka.EMRServerless.StopApplication

Methods

rnf :: StopApplication -> () #

Eq StopApplication Source # 
Instance details

Defined in Amazonka.EMRServerless.StopApplication

Hashable StopApplication Source # 
Instance details

Defined in Amazonka.EMRServerless.StopApplication

type AWSResponse StopApplication Source # 
Instance details

Defined in Amazonka.EMRServerless.StopApplication

type Rep StopApplication Source # 
Instance details

Defined in Amazonka.EMRServerless.StopApplication

type Rep StopApplication = D1 ('MetaData "StopApplication" "Amazonka.EMRServerless.StopApplication" "amazonka-emr-serverless-2.0-Zw6ehwruaDFJFsqn31iYt" 'False) (C1 ('MetaCons "StopApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStopApplication Source #

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

StopApplication, stopApplication_applicationId - The ID of the application to stop.

Request Lenses

stopApplication_applicationId :: Lens' StopApplication Text Source #

The ID of the application to stop.

Destructuring the Response

data StopApplicationResponse Source #

See: newStopApplicationResponse smart constructor.

Constructors

StopApplicationResponse' 

Fields

Instances

Instances details
Generic StopApplicationResponse Source # 
Instance details

Defined in Amazonka.EMRServerless.StopApplication

Associated Types

type Rep StopApplicationResponse :: Type -> Type #

Read StopApplicationResponse Source # 
Instance details

Defined in Amazonka.EMRServerless.StopApplication

Show StopApplicationResponse Source # 
Instance details

Defined in Amazonka.EMRServerless.StopApplication

NFData StopApplicationResponse Source # 
Instance details

Defined in Amazonka.EMRServerless.StopApplication

Methods

rnf :: StopApplicationResponse -> () #

Eq StopApplicationResponse Source # 
Instance details

Defined in Amazonka.EMRServerless.StopApplication

type Rep StopApplicationResponse Source # 
Instance details

Defined in Amazonka.EMRServerless.StopApplication

type Rep StopApplicationResponse = D1 ('MetaData "StopApplicationResponse" "Amazonka.EMRServerless.StopApplication" "amazonka-emr-serverless-2.0-Zw6ehwruaDFJFsqn31iYt" 'False) (C1 ('MetaCons "StopApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStopApplicationResponse Source #

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

Response Lenses