amazonka-rum-2.0: Amazon CloudWatch RUM 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.Rum.GetAppMonitor

Description

Retrieves the complete configuration information for one app monitor.

Synopsis

Creating a Request

data GetAppMonitor Source #

See: newGetAppMonitor smart constructor.

Constructors

GetAppMonitor' 

Fields

  • name :: Text

    The app monitor to retrieve information for.

Instances

Instances details
ToHeaders GetAppMonitor Source # 
Instance details

Defined in Amazonka.Rum.GetAppMonitor

ToPath GetAppMonitor Source # 
Instance details

Defined in Amazonka.Rum.GetAppMonitor

ToQuery GetAppMonitor Source # 
Instance details

Defined in Amazonka.Rum.GetAppMonitor

AWSRequest GetAppMonitor Source # 
Instance details

Defined in Amazonka.Rum.GetAppMonitor

Associated Types

type AWSResponse GetAppMonitor #

Generic GetAppMonitor Source # 
Instance details

Defined in Amazonka.Rum.GetAppMonitor

Associated Types

type Rep GetAppMonitor :: Type -> Type #

Read GetAppMonitor Source # 
Instance details

Defined in Amazonka.Rum.GetAppMonitor

Show GetAppMonitor Source # 
Instance details

Defined in Amazonka.Rum.GetAppMonitor

NFData GetAppMonitor Source # 
Instance details

Defined in Amazonka.Rum.GetAppMonitor

Methods

rnf :: GetAppMonitor -> () #

Eq GetAppMonitor Source # 
Instance details

Defined in Amazonka.Rum.GetAppMonitor

Hashable GetAppMonitor Source # 
Instance details

Defined in Amazonka.Rum.GetAppMonitor

type AWSResponse GetAppMonitor Source # 
Instance details

Defined in Amazonka.Rum.GetAppMonitor

type Rep GetAppMonitor Source # 
Instance details

Defined in Amazonka.Rum.GetAppMonitor

type Rep GetAppMonitor = D1 ('MetaData "GetAppMonitor" "Amazonka.Rum.GetAppMonitor" "amazonka-rum-2.0-2UnkV4TSIBwJW5RXOw3bOY" 'False) (C1 ('MetaCons "GetAppMonitor'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetAppMonitor Source #

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

GetAppMonitor, getAppMonitor_name - The app monitor to retrieve information for.

Request Lenses

getAppMonitor_name :: Lens' GetAppMonitor Text Source #

The app monitor to retrieve information for.

Destructuring the Response

data GetAppMonitorResponse Source #

See: newGetAppMonitorResponse smart constructor.

Constructors

GetAppMonitorResponse' 

Fields

Instances

Instances details
Generic GetAppMonitorResponse Source # 
Instance details

Defined in Amazonka.Rum.GetAppMonitor

Associated Types

type Rep GetAppMonitorResponse :: Type -> Type #

Read GetAppMonitorResponse Source # 
Instance details

Defined in Amazonka.Rum.GetAppMonitor

Show GetAppMonitorResponse Source # 
Instance details

Defined in Amazonka.Rum.GetAppMonitor

NFData GetAppMonitorResponse Source # 
Instance details

Defined in Amazonka.Rum.GetAppMonitor

Methods

rnf :: GetAppMonitorResponse -> () #

Eq GetAppMonitorResponse Source # 
Instance details

Defined in Amazonka.Rum.GetAppMonitor

type Rep GetAppMonitorResponse Source # 
Instance details

Defined in Amazonka.Rum.GetAppMonitor

type Rep GetAppMonitorResponse = D1 ('MetaData "GetAppMonitorResponse" "Amazonka.Rum.GetAppMonitor" "amazonka-rum-2.0-2UnkV4TSIBwJW5RXOw3bOY" 'False) (C1 ('MetaCons "GetAppMonitorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appMonitor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppMonitor)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetAppMonitorResponse Source #

Create a value of GetAppMonitorResponse 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:appMonitor:GetAppMonitorResponse', getAppMonitorResponse_appMonitor - A structure containing all the configuration information for the app monitor.

$sel:httpStatus:GetAppMonitorResponse', getAppMonitorResponse_httpStatus - The response's http status code.

Response Lenses

getAppMonitorResponse_appMonitor :: Lens' GetAppMonitorResponse (Maybe AppMonitor) Source #

A structure containing all the configuration information for the app monitor.