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.DeletePartnerEventSource

Description

This operation is used by SaaS partners to delete a partner event source. This operation is not used by Amazon Web Services customers.

When you delete an event source, the status of the corresponding partner event bus in the Amazon Web Services customer account becomes DELETED.

Synopsis

Creating a Request

data DeletePartnerEventSource Source #

See: newDeletePartnerEventSource smart constructor.

Constructors

DeletePartnerEventSource' 

Fields

  • name :: Text

    The name of the event source to delete.

  • account :: Text

    The Amazon Web Services account ID of the Amazon Web Services customer that the event source was created for.

Instances

Instances details
ToJSON DeletePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeletePartnerEventSource

ToHeaders DeletePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeletePartnerEventSource

ToPath DeletePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeletePartnerEventSource

ToQuery DeletePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeletePartnerEventSource

AWSRequest DeletePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeletePartnerEventSource

Generic DeletePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeletePartnerEventSource

Associated Types

type Rep DeletePartnerEventSource :: Type -> Type #

Read DeletePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeletePartnerEventSource

Show DeletePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeletePartnerEventSource

NFData DeletePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeletePartnerEventSource

Eq DeletePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeletePartnerEventSource

Hashable DeletePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeletePartnerEventSource

type AWSResponse DeletePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeletePartnerEventSource

type Rep DeletePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeletePartnerEventSource

type Rep DeletePartnerEventSource = D1 ('MetaData "DeletePartnerEventSource" "Amazonka.CloudWatchEvents.DeletePartnerEventSource" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "DeletePartnerEventSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "account") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeletePartnerEventSource Source #

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

DeletePartnerEventSource, deletePartnerEventSource_name - The name of the event source to delete.

DeletePartnerEventSource, deletePartnerEventSource_account - The Amazon Web Services account ID of the Amazon Web Services customer that the event source was created for.

Request Lenses

deletePartnerEventSource_name :: Lens' DeletePartnerEventSource Text Source #

The name of the event source to delete.

deletePartnerEventSource_account :: Lens' DeletePartnerEventSource Text Source #

The Amazon Web Services account ID of the Amazon Web Services customer that the event source was created for.

Destructuring the Response

data DeletePartnerEventSourceResponse Source #

See: newDeletePartnerEventSourceResponse smart constructor.

Instances

Instances details
Generic DeletePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeletePartnerEventSource

Associated Types

type Rep DeletePartnerEventSourceResponse :: Type -> Type #

Read DeletePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeletePartnerEventSource

Show DeletePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeletePartnerEventSource

NFData DeletePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeletePartnerEventSource

Eq DeletePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeletePartnerEventSource

type Rep DeletePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeletePartnerEventSource

type Rep DeletePartnerEventSourceResponse = D1 ('MetaData "DeletePartnerEventSourceResponse" "Amazonka.CloudWatchEvents.DeletePartnerEventSource" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "DeletePartnerEventSourceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeletePartnerEventSourceResponse :: DeletePartnerEventSourceResponse Source #

Create a value of DeletePartnerEventSourceResponse with all optional fields omitted.

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