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

Description

Gets an application registered with AWS Systems Manager for SAP. It also returns the components of the application.

Synopsis

Creating a Request

data GetApplication Source #

See: newGetApplication smart constructor.

Instances

Instances details
ToJSON GetApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

ToHeaders GetApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

ToPath GetApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

ToQuery GetApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

AWSRequest GetApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

Associated Types

type AWSResponse GetApplication #

Generic GetApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

Associated Types

type Rep GetApplication :: Type -> Type #

Read GetApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

Show GetApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

NFData GetApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

Methods

rnf :: GetApplication -> () #

Eq GetApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

Hashable GetApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

type AWSResponse GetApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

type Rep GetApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

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

newGetApplication :: GetApplication Source #

Create a value of GetApplication 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:applicationArn:GetApplication', getApplication_applicationArn -

GetApplication, getApplication_applicationId -

Request Lenses

Destructuring the Response

data GetApplicationResponse Source #

See: newGetApplicationResponse smart constructor.

Constructors

GetApplicationResponse' 

Fields

Instances

Instances details
Generic GetApplicationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

Associated Types

type Rep GetApplicationResponse :: Type -> Type #

Read GetApplicationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

Show GetApplicationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

NFData GetApplicationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

Methods

rnf :: GetApplicationResponse -> () #

Eq GetApplicationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

type Rep GetApplicationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

type Rep GetApplicationResponse = D1 ('MetaData "GetApplicationResponse" "Amazonka.SSMSAP.GetApplication" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "GetApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Application)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetApplicationResponse Source #

Create a value of GetApplicationResponse 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:application:GetApplicationResponse', getApplicationResponse_application -

GetApplicationResponse, getApplicationResponse_tags -

$sel:httpStatus:GetApplicationResponse', getApplicationResponse_httpStatus - The response's http status code.

Response Lenses