libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events
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.CloudWatchEvents.DescribePartnerEventSource

Description

An SaaS partner can use this operation to list details about a partner event source that they have created. Amazon Web Services customers do not use this operation. Instead, Amazon Web Services customers can use DescribeEventSource to see details about a partner event source that is shared with them.

Synopsis

Creating a Request

data DescribePartnerEventSource Source #

See: newDescribePartnerEventSource smart constructor.

Constructors

DescribePartnerEventSource' 

Fields

  • name :: Text

    The name of the event source to display.

Instances

Instances details
Eq DescribePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

Read DescribePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

Show DescribePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

Generic DescribePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

Associated Types

type Rep DescribePartnerEventSource :: Type -> Type #

NFData DescribePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

Hashable DescribePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

ToJSON DescribePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

AWSRequest DescribePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

ToHeaders DescribePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

ToPath DescribePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

ToQuery DescribePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

type Rep DescribePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

type Rep DescribePartnerEventSource = D1 ('MetaData "DescribePartnerEventSource" "Amazonka.CloudWatchEvents.DescribePartnerEventSource" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "DescribePartnerEventSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

newDescribePartnerEventSource Source #

Create a value of DescribePartnerEventSource 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:name:DescribePartnerEventSource', describePartnerEventSource_name - The name of the event source to display.

Request Lenses

Destructuring the Response

data DescribePartnerEventSourceResponse Source #

Constructors

DescribePartnerEventSourceResponse' 

Fields

Instances

Instances details
Eq DescribePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

Read DescribePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

Show DescribePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

Generic DescribePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

Associated Types

type Rep DescribePartnerEventSourceResponse :: Type -> Type #

NFData DescribePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

type Rep DescribePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

type Rep DescribePartnerEventSourceResponse = D1 ('MetaData "DescribePartnerEventSourceResponse" "Amazonka.CloudWatchEvents.DescribePartnerEventSource" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "DescribePartnerEventSourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribePartnerEventSourceResponse Source #

Create a value of DescribePartnerEventSourceResponse 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:arn:DescribePartnerEventSourceResponse', describePartnerEventSourceResponse_arn - The ARN of the event source.

$sel:name:DescribePartnerEventSource', describePartnerEventSourceResponse_name - The name of the event source.

$sel:httpStatus:DescribePartnerEventSourceResponse', describePartnerEventSourceResponse_httpStatus - The response's http status code.

Response Lenses