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

Description

Gets the component of an application registered with AWS Systems Manager for SAP.

Synopsis

Creating a Request

data GetComponent Source #

See: newGetComponent smart constructor.

Constructors

GetComponent' 

Instances

Instances details
ToJSON GetComponent Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

ToHeaders GetComponent Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

ToPath GetComponent Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

ToQuery GetComponent Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

AWSRequest GetComponent Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

Associated Types

type AWSResponse GetComponent #

Generic GetComponent Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

Associated Types

type Rep GetComponent :: Type -> Type #

Read GetComponent Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

Show GetComponent Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

NFData GetComponent Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

Methods

rnf :: GetComponent -> () #

Eq GetComponent Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

Hashable GetComponent Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

type AWSResponse GetComponent Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

type Rep GetComponent Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

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

newGetComponent Source #

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

GetComponent, getComponent_applicationId -

GetComponent, getComponent_componentId -

Request Lenses

Destructuring the Response

data GetComponentResponse Source #

See: newGetComponentResponse smart constructor.

Constructors

GetComponentResponse' 

Fields

Instances

Instances details
Generic GetComponentResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

Associated Types

type Rep GetComponentResponse :: Type -> Type #

Read GetComponentResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

Show GetComponentResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

NFData GetComponentResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

Methods

rnf :: GetComponentResponse -> () #

Eq GetComponentResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

type Rep GetComponentResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

type Rep GetComponentResponse = D1 ('MetaData "GetComponentResponse" "Amazonka.SSMSAP.GetComponent" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "GetComponentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "component") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Component)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetComponentResponse Source #

Create a value of GetComponentResponse 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:component:GetComponentResponse', getComponentResponse_component -

$sel:httpStatus:GetComponentResponse', getComponentResponse_httpStatus - The response's http status code.

Response Lenses