amazonka-ssm-sap-2.0: Amazon Systems Manager for SAP 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.SSMSAP.DeregisterApplication

Description

Deregister an SAP application with AWS Systems Manager for SAP. This action does not affect the existing setup of your SAP workloads on Amazon EC2.

Synopsis

Creating a Request

data DeregisterApplication Source #

See: newDeregisterApplication smart constructor.

Constructors

DeregisterApplication' 

Fields

Instances

Instances details
ToJSON DeregisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

ToHeaders DeregisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

ToPath DeregisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

ToQuery DeregisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

AWSRequest DeregisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

Associated Types

type AWSResponse DeregisterApplication #

Generic DeregisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

Associated Types

type Rep DeregisterApplication :: Type -> Type #

Read DeregisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

Show DeregisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

NFData DeregisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

Methods

rnf :: DeregisterApplication -> () #

Eq DeregisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

Hashable DeregisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

type AWSResponse DeregisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

type Rep DeregisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

type Rep DeregisterApplication = D1 ('MetaData "DeregisterApplication" "Amazonka.SSMSAP.DeregisterApplication" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "DeregisterApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeregisterApplication Source #

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

DeregisterApplication, deregisterApplication_applicationId -

Request Lenses

Destructuring the Response

data DeregisterApplicationResponse Source #

See: newDeregisterApplicationResponse smart constructor.

Constructors

DeregisterApplicationResponse' 

Fields

Instances

Instances details
Generic DeregisterApplicationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

Associated Types

type Rep DeregisterApplicationResponse :: Type -> Type #

Read DeregisterApplicationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

Show DeregisterApplicationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

NFData DeregisterApplicationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

Eq DeregisterApplicationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

type Rep DeregisterApplicationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

type Rep DeregisterApplicationResponse = D1 ('MetaData "DeregisterApplicationResponse" "Amazonka.SSMSAP.DeregisterApplication" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "DeregisterApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeregisterApplicationResponse Source #

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

Response Lenses