libZSservicesZSamazonka-codeguruprofilerZSamazonka-codeguruprofiler
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.CodeGuruProfiler.GetNotificationConfiguration

Description

Get the current configuration for anomaly notifications for a profiling group.

Synopsis

Creating a Request

data GetNotificationConfiguration Source #

The structure representing the GetNotificationConfigurationRequest.

See: newGetNotificationConfiguration smart constructor.

Constructors

GetNotificationConfiguration' 

Fields

Instances

Instances details
Eq GetNotificationConfiguration Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.GetNotificationConfiguration

Read GetNotificationConfiguration Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.GetNotificationConfiguration

Show GetNotificationConfiguration Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.GetNotificationConfiguration

Generic GetNotificationConfiguration Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.GetNotificationConfiguration

Associated Types

type Rep GetNotificationConfiguration :: Type -> Type #

NFData GetNotificationConfiguration Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.GetNotificationConfiguration

Hashable GetNotificationConfiguration Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.GetNotificationConfiguration

AWSRequest GetNotificationConfiguration Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.GetNotificationConfiguration

ToHeaders GetNotificationConfiguration Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.GetNotificationConfiguration

ToPath GetNotificationConfiguration Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.GetNotificationConfiguration

ToQuery GetNotificationConfiguration Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.GetNotificationConfiguration

type Rep GetNotificationConfiguration Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.GetNotificationConfiguration

type Rep GetNotificationConfiguration = D1 ('MetaData "GetNotificationConfiguration" "Amazonka.CodeGuruProfiler.GetNotificationConfiguration" "libZSservicesZSamazonka-codeguruprofilerZSamazonka-codeguruprofiler" 'False) (C1 ('MetaCons "GetNotificationConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "profilingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetNotificationConfiguration Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.GetNotificationConfiguration

newGetNotificationConfiguration Source #

Create a value of GetNotificationConfiguration 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:profilingGroupName:GetNotificationConfiguration', getNotificationConfiguration_profilingGroupName - The name of the profiling group we want to get the notification configuration for.

Request Lenses

getNotificationConfiguration_profilingGroupName :: Lens' GetNotificationConfiguration Text Source #

The name of the profiling group we want to get the notification configuration for.

Destructuring the Response

data GetNotificationConfigurationResponse Source #

The structure representing the GetNotificationConfigurationResponse.

See: newGetNotificationConfigurationResponse smart constructor.

Constructors

GetNotificationConfigurationResponse' 

Fields

Instances

Instances details
Eq GetNotificationConfigurationResponse Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.GetNotificationConfiguration

Read GetNotificationConfigurationResponse Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.GetNotificationConfiguration

Show GetNotificationConfigurationResponse Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.GetNotificationConfiguration

Generic GetNotificationConfigurationResponse Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.GetNotificationConfiguration

NFData GetNotificationConfigurationResponse Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.GetNotificationConfiguration

type Rep GetNotificationConfigurationResponse Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.GetNotificationConfiguration

type Rep GetNotificationConfigurationResponse = D1 ('MetaData "GetNotificationConfigurationResponse" "Amazonka.CodeGuruProfiler.GetNotificationConfiguration" "libZSservicesZSamazonka-codeguruprofilerZSamazonka-codeguruprofiler" 'False) (C1 ('MetaCons "GetNotificationConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "notificationConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 NotificationConfiguration)))

Response Lenses