libZSservicesZSamazonka-fmsZSamazonka-fms
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.FMS.GetNotificationChannel

Description

Information about the Amazon Simple Notification Service (SNS) topic that is used to record Firewall Manager SNS logs.

Synopsis

Creating a Request

data GetNotificationChannel Source #

See: newGetNotificationChannel smart constructor.

Instances

Instances details
Eq GetNotificationChannel Source # 
Instance details

Defined in Amazonka.FMS.GetNotificationChannel

Read GetNotificationChannel Source # 
Instance details

Defined in Amazonka.FMS.GetNotificationChannel

Show GetNotificationChannel Source # 
Instance details

Defined in Amazonka.FMS.GetNotificationChannel

Generic GetNotificationChannel Source # 
Instance details

Defined in Amazonka.FMS.GetNotificationChannel

Associated Types

type Rep GetNotificationChannel :: Type -> Type #

NFData GetNotificationChannel Source # 
Instance details

Defined in Amazonka.FMS.GetNotificationChannel

Methods

rnf :: GetNotificationChannel -> () #

Hashable GetNotificationChannel Source # 
Instance details

Defined in Amazonka.FMS.GetNotificationChannel

ToJSON GetNotificationChannel Source # 
Instance details

Defined in Amazonka.FMS.GetNotificationChannel

AWSRequest GetNotificationChannel Source # 
Instance details

Defined in Amazonka.FMS.GetNotificationChannel

Associated Types

type AWSResponse GetNotificationChannel #

ToHeaders GetNotificationChannel Source # 
Instance details

Defined in Amazonka.FMS.GetNotificationChannel

ToPath GetNotificationChannel Source # 
Instance details

Defined in Amazonka.FMS.GetNotificationChannel

ToQuery GetNotificationChannel Source # 
Instance details

Defined in Amazonka.FMS.GetNotificationChannel

type Rep GetNotificationChannel Source # 
Instance details

Defined in Amazonka.FMS.GetNotificationChannel

type Rep GetNotificationChannel = D1 ('MetaData "GetNotificationChannel" "Amazonka.FMS.GetNotificationChannel" "libZSservicesZSamazonka-fmsZSamazonka-fms" 'False) (C1 ('MetaCons "GetNotificationChannel'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse GetNotificationChannel Source # 
Instance details

Defined in Amazonka.FMS.GetNotificationChannel

newGetNotificationChannel :: GetNotificationChannel Source #

Create a value of GetNotificationChannel with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

Destructuring the Response

data GetNotificationChannelResponse Source #

See: newGetNotificationChannelResponse smart constructor.

Constructors

GetNotificationChannelResponse' 

Fields

Instances

Instances details
Eq GetNotificationChannelResponse Source # 
Instance details

Defined in Amazonka.FMS.GetNotificationChannel

Read GetNotificationChannelResponse Source # 
Instance details

Defined in Amazonka.FMS.GetNotificationChannel

Show GetNotificationChannelResponse Source # 
Instance details

Defined in Amazonka.FMS.GetNotificationChannel

Generic GetNotificationChannelResponse Source # 
Instance details

Defined in Amazonka.FMS.GetNotificationChannel

Associated Types

type Rep GetNotificationChannelResponse :: Type -> Type #

NFData GetNotificationChannelResponse Source # 
Instance details

Defined in Amazonka.FMS.GetNotificationChannel

type Rep GetNotificationChannelResponse Source # 
Instance details

Defined in Amazonka.FMS.GetNotificationChannel

type Rep GetNotificationChannelResponse = D1 ('MetaData "GetNotificationChannelResponse" "Amazonka.FMS.GetNotificationChannel" "libZSservicesZSamazonka-fmsZSamazonka-fms" 'False) (C1 ('MetaCons "GetNotificationChannelResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "snsTopicArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "snsRoleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetNotificationChannelResponse Source #

Create a value of GetNotificationChannelResponse 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:snsTopicArn:GetNotificationChannelResponse', getNotificationChannelResponse_snsTopicArn - The SNS topic that records Firewall Manager activity.

$sel:snsRoleName:GetNotificationChannelResponse', getNotificationChannelResponse_snsRoleName - The IAM role that is used by Firewall Manager to record activity to SNS.

$sel:httpStatus:GetNotificationChannelResponse', getNotificationChannelResponse_httpStatus - The response's http status code.

Response Lenses

getNotificationChannelResponse_snsTopicArn :: Lens' GetNotificationChannelResponse (Maybe Text) Source #

The SNS topic that records Firewall Manager activity.

getNotificationChannelResponse_snsRoleName :: Lens' GetNotificationChannelResponse (Maybe Text) Source #

The IAM role that is used by Firewall Manager to record activity to SNS.