amazonka-cloudwatch-events-2.0: Amazon EventBridge 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.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
ToJSON 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

AWSRequest 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 #

Read DescribePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

Show DescribePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

NFData DescribePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

Eq DescribePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

Hashable DescribePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

type AWSResponse 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" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "DescribePartnerEventSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic DescribePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

Associated Types

type Rep DescribePartnerEventSourceResponse :: Type -> Type #

Read DescribePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

Show DescribePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

NFData DescribePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

Eq 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" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" '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:

DescribePartnerEventSourceResponse, describePartnerEventSourceResponse_arn - The ARN of the event source.

DescribePartnerEventSource, describePartnerEventSourceResponse_name - The name of the event source.

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

Response Lenses