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

Description

Gets the details of an operation by specifying the operation ID.

Synopsis

Creating a Request

data GetOperation Source #

See: newGetOperation smart constructor.

Constructors

GetOperation' 

Fields

Instances

Instances details
ToJSON GetOperation Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

ToHeaders GetOperation Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

ToPath GetOperation Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

ToQuery GetOperation Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

AWSRequest GetOperation Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

Associated Types

type AWSResponse GetOperation #

Generic GetOperation Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

Associated Types

type Rep GetOperation :: Type -> Type #

Read GetOperation Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

Show GetOperation Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

NFData GetOperation Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

Methods

rnf :: GetOperation -> () #

Eq GetOperation Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

Hashable GetOperation Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

type AWSResponse GetOperation Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

type Rep GetOperation Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

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

newGetOperation Source #

Create a value of GetOperation 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:operationId:GetOperation', getOperation_operationId -

Request Lenses

Destructuring the Response

data GetOperationResponse Source #

See: newGetOperationResponse smart constructor.

Constructors

GetOperationResponse' 

Fields

Instances

Instances details
Generic GetOperationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

Associated Types

type Rep GetOperationResponse :: Type -> Type #

Read GetOperationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

Show GetOperationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

NFData GetOperationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

Methods

rnf :: GetOperationResponse -> () #

Eq GetOperationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

type Rep GetOperationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

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

newGetOperationResponse Source #

Create a value of GetOperationResponse 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:operation:GetOperationResponse', getOperationResponse_operation -

$sel:httpStatus:GetOperationResponse', getOperationResponse_httpStatus - The response's http status code.

Response Lenses