libZSservicesZSamazonka-fisZSamazonka-fis
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.FIS.GetAction

Description

Gets information about the specified AWS FIS action.

Synopsis

Creating a Request

data GetAction Source #

See: newGetAction smart constructor.

Constructors

GetAction' 

Fields

  • id :: Text

    The ID of the action.

Instances

Instances details
Eq GetAction Source # 
Instance details

Defined in Amazonka.FIS.GetAction

Read GetAction Source # 
Instance details

Defined in Amazonka.FIS.GetAction

Show GetAction Source # 
Instance details

Defined in Amazonka.FIS.GetAction

Generic GetAction Source # 
Instance details

Defined in Amazonka.FIS.GetAction

Associated Types

type Rep GetAction :: Type -> Type #

NFData GetAction Source # 
Instance details

Defined in Amazonka.FIS.GetAction

Methods

rnf :: GetAction -> () #

Hashable GetAction Source # 
Instance details

Defined in Amazonka.FIS.GetAction

AWSRequest GetAction Source # 
Instance details

Defined in Amazonka.FIS.GetAction

Associated Types

type AWSResponse GetAction #

ToHeaders GetAction Source # 
Instance details

Defined in Amazonka.FIS.GetAction

Methods

toHeaders :: GetAction -> [Header] #

ToPath GetAction Source # 
Instance details

Defined in Amazonka.FIS.GetAction

ToQuery GetAction Source # 
Instance details

Defined in Amazonka.FIS.GetAction

type Rep GetAction Source # 
Instance details

Defined in Amazonka.FIS.GetAction

type Rep GetAction = D1 ('MetaData "GetAction" "Amazonka.FIS.GetAction" "libZSservicesZSamazonka-fisZSamazonka-fis" 'False) (C1 ('MetaCons "GetAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetAction Source # 
Instance details

Defined in Amazonka.FIS.GetAction

newGetAction Source #

Create a value of GetAction 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:id:GetAction', getAction_id - The ID of the action.

Request Lenses

getAction_id :: Lens' GetAction Text Source #

The ID of the action.

Destructuring the Response

data GetActionResponse Source #

See: newGetActionResponse smart constructor.

Constructors

GetActionResponse' 

Fields

Instances

Instances details
Eq GetActionResponse Source # 
Instance details

Defined in Amazonka.FIS.GetAction

Read GetActionResponse Source # 
Instance details

Defined in Amazonka.FIS.GetAction

Show GetActionResponse Source # 
Instance details

Defined in Amazonka.FIS.GetAction

Generic GetActionResponse Source # 
Instance details

Defined in Amazonka.FIS.GetAction

Associated Types

type Rep GetActionResponse :: Type -> Type #

NFData GetActionResponse Source # 
Instance details

Defined in Amazonka.FIS.GetAction

Methods

rnf :: GetActionResponse -> () #

type Rep GetActionResponse Source # 
Instance details

Defined in Amazonka.FIS.GetAction

type Rep GetActionResponse = D1 ('MetaData "GetActionResponse" "Amazonka.FIS.GetAction" "libZSservicesZSamazonka-fisZSamazonka-fis" 'False) (C1 ('MetaCons "GetActionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Action)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetActionResponse Source #

Create a value of GetActionResponse 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:action:GetActionResponse', getActionResponse_action - Information about the action.

$sel:httpStatus:GetActionResponse', getActionResponse_httpStatus - The response's http status code.

Response Lenses

getActionResponse_httpStatus :: Lens' GetActionResponse Int Source #

The response's http status code.