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

Contents

Description

Derived from API version 2015-10-07 of the AWS service descriptions, licensed under Apache 2.0.

Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources. When your resources change state, they automatically send events to an event stream. You can create rules that match selected events in the stream and route them to targets to take action. You can also use rules to take action on a predetermined schedule. For example, you can configure rules to:

  • Automatically invoke an Lambda function to update DNS entries when an event notifies you that Amazon EC2 instance enters the running state.
  • Direct specific API records from CloudTrail to an Amazon Kinesis data stream for detailed analysis of potential security or availability risks.
  • Periodically invoke a built-in target to create a snapshot of an Amazon EBS volume.

For more information about the features of Amazon EventBridge, see the Amazon EventBridge User Guide.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2015-10-07 of the Amazon EventBridge SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by CloudWatchEvents.

ConcurrentModificationException

_ConcurrentModificationException :: AsError a => Fold a ServiceError Source #

There is concurrent modification on a rule, target, archive, or replay.

IllegalStatusException

_IllegalStatusException :: AsError a => Fold a ServiceError Source #

An error occurred because a replay can be canceled only when the state is Running or Starting.

InternalException

_InternalException :: AsError a => Fold a ServiceError Source #

This exception occurs due to unexpected causes.

InvalidEventPatternException

_InvalidEventPatternException :: AsError a => Fold a ServiceError Source #

The event pattern is not valid.

InvalidStateException

_InvalidStateException :: AsError a => Fold a ServiceError Source #

The specified state is not a valid state for an event source.

LimitExceededException

_LimitExceededException :: AsError a => Fold a ServiceError Source #

The request failed because it attempted to create resource beyond the allowed service quota.

ManagedRuleException

_ManagedRuleException :: AsError a => Fold a ServiceError Source #

This rule was created by an Amazon Web Services service on behalf of your account. It is managed by that service. If you see this error in response to DeleteRule or RemoveTargets, you can use the Force parameter in those calls to delete the rule or remove targets from the rule. You cannot modify these managed rules by using DisableRule, EnableRule, PutTargets, PutRule, TagResource, or UntagResource.

OperationDisabledException

_OperationDisabledException :: AsError a => Fold a ServiceError Source #

The operation you are attempting is not available in this region.

PolicyLengthExceededException

_PolicyLengthExceededException :: AsError a => Fold a ServiceError Source #

The event bus policy is too long. For more information, see the limits.

ResourceAlreadyExistsException

_ResourceAlreadyExistsException :: AsError a => Fold a ServiceError Source #

The resource you are trying to create already exists.

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #

An entity that you specified does not exist.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

ActivateEventSource

data ActivateEventSource Source #

See: newActivateEventSource smart constructor.

Instances

Instances details
ToJSON ActivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

ToHeaders ActivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

ToPath ActivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

ToQuery ActivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

AWSRequest ActivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

Associated Types

type AWSResponse ActivateEventSource #

Generic ActivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

Associated Types

type Rep ActivateEventSource :: Type -> Type #

Read ActivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

Show ActivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

NFData ActivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

Methods

rnf :: ActivateEventSource -> () #

Eq ActivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

Hashable ActivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

type AWSResponse ActivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

type Rep ActivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

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

newActivateEventSource Source #

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

ActivateEventSource, activateEventSource_name - The name of the partner event source to activate.

data ActivateEventSourceResponse Source #

See: newActivateEventSourceResponse smart constructor.

Instances

Instances details
Generic ActivateEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

Associated Types

type Rep ActivateEventSourceResponse :: Type -> Type #

Read ActivateEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

Show ActivateEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

NFData ActivateEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

Eq ActivateEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

type Rep ActivateEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

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

newActivateEventSourceResponse :: ActivateEventSourceResponse Source #

Create a value of ActivateEventSourceResponse with all optional fields omitted.

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

CancelReplay

data CancelReplay Source #

See: newCancelReplay smart constructor.

Constructors

CancelReplay' Text 

Instances

Instances details
ToJSON CancelReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CancelReplay

ToHeaders CancelReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CancelReplay

ToPath CancelReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CancelReplay

ToQuery CancelReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CancelReplay

AWSRequest CancelReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CancelReplay

Associated Types

type AWSResponse CancelReplay #

Generic CancelReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CancelReplay

Associated Types

type Rep CancelReplay :: Type -> Type #

Read CancelReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CancelReplay

Show CancelReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CancelReplay

NFData CancelReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CancelReplay

Methods

rnf :: CancelReplay -> () #

Eq CancelReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CancelReplay

Hashable CancelReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CancelReplay

type AWSResponse CancelReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CancelReplay

type Rep CancelReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CancelReplay

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

newCancelReplay Source #

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

CancelReplay, cancelReplay_replayName - The name of the replay to cancel.

data CancelReplayResponse Source #

See: newCancelReplayResponse smart constructor.

Instances

Instances details
Generic CancelReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CancelReplay

Associated Types

type Rep CancelReplayResponse :: Type -> Type #

Read CancelReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CancelReplay

Show CancelReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CancelReplay

NFData CancelReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CancelReplay

Methods

rnf :: CancelReplayResponse -> () #

Eq CancelReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CancelReplay

type Rep CancelReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CancelReplay

type Rep CancelReplayResponse = D1 ('MetaData "CancelReplayResponse" "Amazonka.CloudWatchEvents.CancelReplay" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "CancelReplayResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "replayArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplayState))) :*: (S1 ('MetaSel ('Just "stateReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCancelReplayResponse Source #

Create a value of CancelReplayResponse 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:replayArn:CancelReplayResponse', cancelReplayResponse_replayArn - The ARN of the replay to cancel.

CancelReplayResponse, cancelReplayResponse_state - The current state of the replay.

CancelReplayResponse, cancelReplayResponse_stateReason - The reason that the replay is in the current state.

$sel:httpStatus:CancelReplayResponse', cancelReplayResponse_httpStatus - The response's http status code.

CreateApiDestination

data CreateApiDestination Source #

See: newCreateApiDestination smart constructor.

Instances

Instances details
ToJSON CreateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateApiDestination

ToHeaders CreateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateApiDestination

ToPath CreateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateApiDestination

ToQuery CreateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateApiDestination

AWSRequest CreateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateApiDestination

Associated Types

type AWSResponse CreateApiDestination #

Generic CreateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateApiDestination

Associated Types

type Rep CreateApiDestination :: Type -> Type #

Read CreateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateApiDestination

Show CreateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateApiDestination

NFData CreateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateApiDestination

Methods

rnf :: CreateApiDestination -> () #

Eq CreateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateApiDestination

Hashable CreateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateApiDestination

type AWSResponse CreateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateApiDestination

type Rep CreateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateApiDestination

type Rep CreateApiDestination = D1 ('MetaData "CreateApiDestination" "Amazonka.CloudWatchEvents.CreateApiDestination" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "CreateApiDestination'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "invocationRateLimitPerSecond") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "connectionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "invocationEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "httpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ApiDestinationHttpMethod)))))

newCreateApiDestination Source #

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

CreateApiDestination, createApiDestination_description - A description for the API destination to create.

CreateApiDestination, createApiDestination_invocationRateLimitPerSecond - The maximum number of requests per second to send to the HTTP invocation endpoint.

CreateApiDestination, createApiDestination_name - The name for the API destination to create.

CreateApiDestination, createApiDestination_connectionArn - The ARN of the connection to use for the API destination. The destination endpoint must support the authorization type specified for the connection.

CreateApiDestination, createApiDestination_invocationEndpoint - The URL to the HTTP invocation endpoint for the API destination.

CreateApiDestination, createApiDestination_httpMethod - The method to use for the request to the HTTP invocation endpoint.

data CreateApiDestinationResponse Source #

See: newCreateApiDestinationResponse smart constructor.

Instances

Instances details
Generic CreateApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateApiDestination

Associated Types

type Rep CreateApiDestinationResponse :: Type -> Type #

Read CreateApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateApiDestination

Show CreateApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateApiDestination

NFData CreateApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateApiDestination

Eq CreateApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateApiDestination

type Rep CreateApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateApiDestination

type Rep CreateApiDestinationResponse = D1 ('MetaData "CreateApiDestinationResponse" "Amazonka.CloudWatchEvents.CreateApiDestination" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "CreateApiDestinationResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "apiDestinationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "apiDestinationState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApiDestinationState))) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newCreateApiDestinationResponse Source #

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

CreateApiDestinationResponse, createApiDestinationResponse_apiDestinationArn - The ARN of the API destination that was created by the request.

CreateApiDestinationResponse, createApiDestinationResponse_apiDestinationState - The state of the API destination that was created by the request.

CreateApiDestinationResponse, createApiDestinationResponse_creationTime - A time stamp indicating the time that the API destination was created.

CreateApiDestinationResponse, createApiDestinationResponse_lastModifiedTime - A time stamp indicating the time that the API destination was last modified.

$sel:httpStatus:CreateApiDestinationResponse', createApiDestinationResponse_httpStatus - The response's http status code.

CreateArchive

data CreateArchive Source #

See: newCreateArchive smart constructor.

Instances

Instances details
ToJSON CreateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateArchive

ToHeaders CreateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateArchive

ToPath CreateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateArchive

ToQuery CreateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateArchive

AWSRequest CreateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateArchive

Associated Types

type AWSResponse CreateArchive #

Generic CreateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateArchive

Associated Types

type Rep CreateArchive :: Type -> Type #

Read CreateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateArchive

Show CreateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateArchive

NFData CreateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateArchive

Methods

rnf :: CreateArchive -> () #

Eq CreateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateArchive

Hashable CreateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateArchive

type AWSResponse CreateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateArchive

type Rep CreateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateArchive

type Rep CreateArchive = D1 ('MetaData "CreateArchive" "Amazonka.CloudWatchEvents.CreateArchive" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "CreateArchive'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventPattern") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "retentionDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "archiveName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "eventSourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateArchive Source #

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

CreateArchive, createArchive_description - A description for the archive.

CreateArchive, createArchive_eventPattern - An event pattern to use to filter events sent to the archive.

CreateArchive, createArchive_retentionDays - The number of days to retain events for. Default value is 0. If set to 0, events are retained indefinitely

CreateArchive, createArchive_archiveName - The name for the archive to create.

CreateArchive, createArchive_eventSourceArn - The ARN of the event bus that sends events to the archive.

data CreateArchiveResponse Source #

See: newCreateArchiveResponse smart constructor.

Instances

Instances details
Generic CreateArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateArchive

Associated Types

type Rep CreateArchiveResponse :: Type -> Type #

Read CreateArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateArchive

Show CreateArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateArchive

NFData CreateArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateArchive

Methods

rnf :: CreateArchiveResponse -> () #

Eq CreateArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateArchive

type Rep CreateArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateArchive

type Rep CreateArchiveResponse = D1 ('MetaData "CreateArchiveResponse" "Amazonka.CloudWatchEvents.CreateArchive" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "CreateArchiveResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "archiveArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ArchiveState)) :*: (S1 ('MetaSel ('Just "stateReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newCreateArchiveResponse Source #

Create a value of CreateArchiveResponse 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:archiveArn:CreateArchiveResponse', createArchiveResponse_archiveArn - The ARN of the archive that was created.

CreateArchiveResponse, createArchiveResponse_creationTime - The time at which the archive was created.

CreateArchiveResponse, createArchiveResponse_state - The state of the archive that was created.

CreateArchiveResponse, createArchiveResponse_stateReason - The reason that the archive is in the state.

$sel:httpStatus:CreateArchiveResponse', createArchiveResponse_httpStatus - The response's http status code.

CreateConnection

data CreateConnection Source #

See: newCreateConnection smart constructor.

Instances

Instances details
ToJSON CreateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateConnection

ToHeaders CreateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateConnection

ToPath CreateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateConnection

ToQuery CreateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateConnection

AWSRequest CreateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateConnection

Associated Types

type AWSResponse CreateConnection #

Generic CreateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateConnection

Associated Types

type Rep CreateConnection :: Type -> Type #

Read CreateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateConnection

Show CreateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateConnection

NFData CreateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateConnection

Methods

rnf :: CreateConnection -> () #

Eq CreateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateConnection

Hashable CreateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateConnection

type AWSResponse CreateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateConnection

type Rep CreateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateConnection

type Rep CreateConnection = D1 ('MetaData "CreateConnection" "Amazonka.CloudWatchEvents.CreateConnection" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "CreateConnection'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "authorizationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConnectionAuthorizationType) :*: S1 ('MetaSel ('Just "authParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CreateConnectionAuthRequestParameters))))

newCreateConnection Source #

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

CreateConnection, createConnection_description - A description for the connection to create.

CreateConnection, createConnection_name - The name for the connection to create.

CreateConnection, createConnection_authorizationType - The type of authorization to use for the connection.

$sel:authParameters:CreateConnection', createConnection_authParameters - A CreateConnectionAuthRequestParameters object that contains the authorization parameters to use to authorize with the endpoint.

data CreateConnectionResponse Source #

See: newCreateConnectionResponse smart constructor.

Instances

Instances details
Generic CreateConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateConnection

Associated Types

type Rep CreateConnectionResponse :: Type -> Type #

Read CreateConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateConnection

Show CreateConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateConnection

NFData CreateConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateConnection

Eq CreateConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateConnection

type Rep CreateConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateConnection

type Rep CreateConnectionResponse = D1 ('MetaData "CreateConnectionResponse" "Amazonka.CloudWatchEvents.CreateConnection" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "CreateConnectionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "connectionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "connectionState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionState))) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newCreateConnectionResponse Source #

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

CreateConnectionResponse, createConnectionResponse_connectionArn - The ARN of the connection that was created by the request.

CreateConnectionResponse, createConnectionResponse_connectionState - The state of the connection that was created by the request.

CreateConnectionResponse, createConnectionResponse_creationTime - A time stamp for the time that the connection was created.

CreateConnectionResponse, createConnectionResponse_lastModifiedTime - A time stamp for the time that the connection was last updated.

$sel:httpStatus:CreateConnectionResponse', createConnectionResponse_httpStatus - The response's http status code.

CreateEndpoint

data CreateEndpoint Source #

See: newCreateEndpoint smart constructor.

Instances

Instances details
ToJSON CreateEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEndpoint

ToHeaders CreateEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEndpoint

ToPath CreateEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEndpoint

ToQuery CreateEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEndpoint

AWSRequest CreateEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEndpoint

Associated Types

type AWSResponse CreateEndpoint #

Generic CreateEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEndpoint

Associated Types

type Rep CreateEndpoint :: Type -> Type #

Read CreateEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEndpoint

Show CreateEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEndpoint

NFData CreateEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEndpoint

Methods

rnf :: CreateEndpoint -> () #

Eq CreateEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEndpoint

Hashable CreateEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEndpoint

type AWSResponse CreateEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEndpoint

type Rep CreateEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEndpoint

type Rep CreateEndpoint = D1 ('MetaData "CreateEndpoint" "Amazonka.CloudWatchEvents.CreateEndpoint" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "CreateEndpoint'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "replicationConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicationConfig)) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "routingConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RoutingConfig) :*: S1 ('MetaSel ('Just "eventBuses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty EndpointEventBus))))))

newCreateEndpoint Source #

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

CreateEndpoint, createEndpoint_description - A description of the global endpoint.

CreateEndpoint, createEndpoint_replicationConfig - Enable or disable event replication.

CreateEndpoint, createEndpoint_roleArn - The ARN of the role used for replication.

CreateEndpoint, createEndpoint_name - The name of the global endpoint. For example, "Name":"us-east-2-custom_bus_A-endpoint".

CreateEndpoint, createEndpoint_routingConfig - Configure the routing policy, including the health check and secondary Region..

CreateEndpoint, createEndpoint_eventBuses - Define the event buses used.

The names of the event buses must be identical in each Region.

data CreateEndpointResponse Source #

See: newCreateEndpointResponse smart constructor.

Instances

Instances details
Generic CreateEndpointResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEndpoint

Associated Types

type Rep CreateEndpointResponse :: Type -> Type #

Read CreateEndpointResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEndpoint

Show CreateEndpointResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEndpoint

NFData CreateEndpointResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEndpoint

Methods

rnf :: CreateEndpointResponse -> () #

Eq CreateEndpointResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEndpoint

type Rep CreateEndpointResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEndpoint

newCreateEndpointResponse Source #

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

CreateEndpointResponse, createEndpointResponse_arn - The ARN of the endpoint that was created by this request.

CreateEndpoint, createEndpointResponse_eventBuses - The event buses used by this request.

CreateEndpoint, createEndpointResponse_name - The name of the endpoint that was created by this request.

CreateEndpoint, createEndpointResponse_replicationConfig - Whether event replication was enabled or disabled by this request.

CreateEndpoint, createEndpointResponse_roleArn - The ARN of the role used by event replication for this request.

CreateEndpoint, createEndpointResponse_routingConfig - The routing configuration defined by this request.

CreateEndpointResponse, createEndpointResponse_state - The state of the endpoint that was created by this request.

$sel:httpStatus:CreateEndpointResponse', createEndpointResponse_httpStatus - The response's http status code.

CreateEventBus

data CreateEventBus Source #

See: newCreateEventBus smart constructor.

Constructors

CreateEventBus' (Maybe Text) (Maybe [Tag]) Text 

Instances

Instances details
ToJSON CreateEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEventBus

ToHeaders CreateEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEventBus

ToPath CreateEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEventBus

ToQuery CreateEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEventBus

AWSRequest CreateEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEventBus

Associated Types

type AWSResponse CreateEventBus #

Generic CreateEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEventBus

Associated Types

type Rep CreateEventBus :: Type -> Type #

Read CreateEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEventBus

Show CreateEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEventBus

NFData CreateEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEventBus

Methods

rnf :: CreateEventBus -> () #

Eq CreateEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEventBus

Hashable CreateEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEventBus

type AWSResponse CreateEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEventBus

type Rep CreateEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEventBus

type Rep CreateEventBus = D1 ('MetaData "CreateEventBus" "Amazonka.CloudWatchEvents.CreateEventBus" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "CreateEventBus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventSourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateEventBus Source #

Create a value of CreateEventBus 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:eventSourceName:CreateEventBus', createEventBus_eventSourceName - If you are creating a partner event bus, this specifies the partner event source that the new event bus will be matched with.

CreateEventBus, createEventBus_tags - Tags to associate with the event bus.

CreateEventBus, createEventBus_name - The name of the new event bus.

Event bus names cannot contain the / character. You can't use the name default for a custom event bus, as this name is already used for your account's default event bus.

If this is a partner event bus, the name must exactly match the name of the partner event source that this event bus is matched to.

data CreateEventBusResponse Source #

See: newCreateEventBusResponse smart constructor.

Instances

Instances details
Generic CreateEventBusResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEventBus

Associated Types

type Rep CreateEventBusResponse :: Type -> Type #

Read CreateEventBusResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEventBus

Show CreateEventBusResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEventBus

NFData CreateEventBusResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEventBus

Methods

rnf :: CreateEventBusResponse -> () #

Eq CreateEventBusResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEventBus

type Rep CreateEventBusResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEventBus

type Rep CreateEventBusResponse = D1 ('MetaData "CreateEventBusResponse" "Amazonka.CloudWatchEvents.CreateEventBus" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "CreateEventBusResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventBusArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateEventBusResponse Source #

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

CreateEventBusResponse, createEventBusResponse_eventBusArn - The ARN of the new event bus.

$sel:httpStatus:CreateEventBusResponse', createEventBusResponse_httpStatus - The response's http status code.

CreatePartnerEventSource

data CreatePartnerEventSource Source #

See: newCreatePartnerEventSource smart constructor.

Instances

Instances details
ToJSON CreatePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreatePartnerEventSource

ToHeaders CreatePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreatePartnerEventSource

ToPath CreatePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreatePartnerEventSource

ToQuery CreatePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreatePartnerEventSource

AWSRequest CreatePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreatePartnerEventSource

Generic CreatePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreatePartnerEventSource

Associated Types

type Rep CreatePartnerEventSource :: Type -> Type #

Read CreatePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreatePartnerEventSource

Show CreatePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreatePartnerEventSource

NFData CreatePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreatePartnerEventSource

Eq CreatePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreatePartnerEventSource

Hashable CreatePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreatePartnerEventSource

type AWSResponse CreatePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreatePartnerEventSource

type Rep CreatePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreatePartnerEventSource

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

newCreatePartnerEventSource Source #

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

CreatePartnerEventSource, createPartnerEventSource_name - The name of the partner event source. This name must be unique and must be in the format partner_name/event_namespace/event_name . The Amazon Web Services account that wants to use this partner event source must create a partner event bus with a name that matches the name of the partner event source.

CreatePartnerEventSource, createPartnerEventSource_account - The Amazon Web Services account ID that is permitted to create a matching partner event bus for this partner event source.

data CreatePartnerEventSourceResponse Source #

See: newCreatePartnerEventSourceResponse smart constructor.

Instances

Instances details
Generic CreatePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreatePartnerEventSource

Associated Types

type Rep CreatePartnerEventSourceResponse :: Type -> Type #

Read CreatePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreatePartnerEventSource

Show CreatePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreatePartnerEventSource

NFData CreatePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreatePartnerEventSource

Eq CreatePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreatePartnerEventSource

type Rep CreatePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreatePartnerEventSource

type Rep CreatePartnerEventSourceResponse = D1 ('MetaData "CreatePartnerEventSourceResponse" "Amazonka.CloudWatchEvents.CreatePartnerEventSource" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "CreatePartnerEventSourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventSourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreatePartnerEventSourceResponse Source #

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

CreatePartnerEventSourceResponse, createPartnerEventSourceResponse_eventSourceArn - The ARN of the partner event source.

$sel:httpStatus:CreatePartnerEventSourceResponse', createPartnerEventSourceResponse_httpStatus - The response's http status code.

DeactivateEventSource

data DeactivateEventSource Source #

See: newDeactivateEventSource smart constructor.

Instances

Instances details
ToJSON DeactivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeactivateEventSource

ToHeaders DeactivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeactivateEventSource

ToPath DeactivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeactivateEventSource

ToQuery DeactivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeactivateEventSource

AWSRequest DeactivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeactivateEventSource

Associated Types

type AWSResponse DeactivateEventSource #

Generic DeactivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeactivateEventSource

Associated Types

type Rep DeactivateEventSource :: Type -> Type #

Read DeactivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeactivateEventSource

Show DeactivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeactivateEventSource

NFData DeactivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeactivateEventSource

Methods

rnf :: DeactivateEventSource -> () #

Eq DeactivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeactivateEventSource

Hashable DeactivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeactivateEventSource

type AWSResponse DeactivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeactivateEventSource

type Rep DeactivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeactivateEventSource

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

newDeactivateEventSource Source #

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

DeactivateEventSource, deactivateEventSource_name - The name of the partner event source to deactivate.

data DeactivateEventSourceResponse Source #

See: newDeactivateEventSourceResponse smart constructor.

Instances

Instances details
Generic DeactivateEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeactivateEventSource

Associated Types

type Rep DeactivateEventSourceResponse :: Type -> Type #

Read DeactivateEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeactivateEventSource

Show DeactivateEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeactivateEventSource

NFData DeactivateEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeactivateEventSource

Eq DeactivateEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeactivateEventSource

type Rep DeactivateEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeactivateEventSource

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

newDeactivateEventSourceResponse :: DeactivateEventSourceResponse Source #

Create a value of DeactivateEventSourceResponse with all optional fields omitted.

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

DeauthorizeConnection

data DeauthorizeConnection Source #

See: newDeauthorizeConnection smart constructor.

Instances

Instances details
ToJSON DeauthorizeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeauthorizeConnection

ToHeaders DeauthorizeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeauthorizeConnection

ToPath DeauthorizeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeauthorizeConnection

ToQuery DeauthorizeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeauthorizeConnection

AWSRequest DeauthorizeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeauthorizeConnection

Associated Types

type AWSResponse DeauthorizeConnection #

Generic DeauthorizeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeauthorizeConnection

Associated Types

type Rep DeauthorizeConnection :: Type -> Type #

Read DeauthorizeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeauthorizeConnection

Show DeauthorizeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeauthorizeConnection

NFData DeauthorizeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeauthorizeConnection

Methods

rnf :: DeauthorizeConnection -> () #

Eq DeauthorizeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeauthorizeConnection

Hashable DeauthorizeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeauthorizeConnection

type AWSResponse DeauthorizeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeauthorizeConnection

type Rep DeauthorizeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeauthorizeConnection

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

newDeauthorizeConnection Source #

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

DeauthorizeConnection, deauthorizeConnection_name - The name of the connection to remove authorization from.

data DeauthorizeConnectionResponse Source #

See: newDeauthorizeConnectionResponse smart constructor.

Instances

Instances details
Generic DeauthorizeConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeauthorizeConnection

Associated Types

type Rep DeauthorizeConnectionResponse :: Type -> Type #

Read DeauthorizeConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeauthorizeConnection

Show DeauthorizeConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeauthorizeConnection

NFData DeauthorizeConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeauthorizeConnection

Eq DeauthorizeConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeauthorizeConnection

type Rep DeauthorizeConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeauthorizeConnection

type Rep DeauthorizeConnectionResponse = D1 ('MetaData "DeauthorizeConnectionResponse" "Amazonka.CloudWatchEvents.DeauthorizeConnection" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "DeauthorizeConnectionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "connectionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "connectionState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionState)) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "lastAuthorizedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDeauthorizeConnectionResponse Source #

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

DeauthorizeConnectionResponse, deauthorizeConnectionResponse_connectionArn - The ARN of the connection that authorization was removed from.

DeauthorizeConnectionResponse, deauthorizeConnectionResponse_connectionState - The state of the connection.

DeauthorizeConnectionResponse, deauthorizeConnectionResponse_creationTime - A time stamp for the time that the connection was created.

DeauthorizeConnectionResponse, deauthorizeConnectionResponse_lastAuthorizedTime - A time stamp for the time that the connection was last authorized.

DeauthorizeConnectionResponse, deauthorizeConnectionResponse_lastModifiedTime - A time stamp for the time that the connection was last updated.

$sel:httpStatus:DeauthorizeConnectionResponse', deauthorizeConnectionResponse_httpStatus - The response's http status code.

DeleteApiDestination

data DeleteApiDestination Source #

See: newDeleteApiDestination smart constructor.

Instances

Instances details
ToJSON DeleteApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteApiDestination

ToHeaders DeleteApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteApiDestination

ToPath DeleteApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteApiDestination

ToQuery DeleteApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteApiDestination

AWSRequest DeleteApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteApiDestination

Associated Types

type AWSResponse DeleteApiDestination #

Generic DeleteApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteApiDestination

Associated Types

type Rep DeleteApiDestination :: Type -> Type #

Read DeleteApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteApiDestination

Show DeleteApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteApiDestination

NFData DeleteApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteApiDestination

Methods

rnf :: DeleteApiDestination -> () #

Eq DeleteApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteApiDestination

Hashable DeleteApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteApiDestination

type AWSResponse DeleteApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteApiDestination

type Rep DeleteApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteApiDestination

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

newDeleteApiDestination Source #

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

DeleteApiDestination, deleteApiDestination_name - The name of the destination to delete.

data DeleteApiDestinationResponse Source #

See: newDeleteApiDestinationResponse smart constructor.

Instances

Instances details
Generic DeleteApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteApiDestination

Associated Types

type Rep DeleteApiDestinationResponse :: Type -> Type #

Read DeleteApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteApiDestination

Show DeleteApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteApiDestination

NFData DeleteApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteApiDestination

Eq DeleteApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteApiDestination

type Rep DeleteApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteApiDestination

type Rep DeleteApiDestinationResponse = D1 ('MetaData "DeleteApiDestinationResponse" "Amazonka.CloudWatchEvents.DeleteApiDestination" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "DeleteApiDestinationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteApiDestinationResponse Source #

Create a value of DeleteApiDestinationResponse 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:httpStatus:DeleteApiDestinationResponse', deleteApiDestinationResponse_httpStatus - The response's http status code.

DeleteArchive

data DeleteArchive Source #

See: newDeleteArchive smart constructor.

Constructors

DeleteArchive' Text 

Instances

Instances details
ToJSON DeleteArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteArchive

ToHeaders DeleteArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteArchive

ToPath DeleteArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteArchive

ToQuery DeleteArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteArchive

AWSRequest DeleteArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteArchive

Associated Types

type AWSResponse DeleteArchive #

Generic DeleteArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteArchive

Associated Types

type Rep DeleteArchive :: Type -> Type #

Read DeleteArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteArchive

Show DeleteArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteArchive

NFData DeleteArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteArchive

Methods

rnf :: DeleteArchive -> () #

Eq DeleteArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteArchive

Hashable DeleteArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteArchive

type AWSResponse DeleteArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteArchive

type Rep DeleteArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteArchive

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

newDeleteArchive Source #

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

DeleteArchive, deleteArchive_archiveName - The name of the archive to delete.

data DeleteArchiveResponse Source #

See: newDeleteArchiveResponse smart constructor.

Instances

Instances details
Generic DeleteArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteArchive

Associated Types

type Rep DeleteArchiveResponse :: Type -> Type #

Read DeleteArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteArchive

Show DeleteArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteArchive

NFData DeleteArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteArchive

Methods

rnf :: DeleteArchiveResponse -> () #

Eq DeleteArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteArchive

type Rep DeleteArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteArchive

type Rep DeleteArchiveResponse = D1 ('MetaData "DeleteArchiveResponse" "Amazonka.CloudWatchEvents.DeleteArchive" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "DeleteArchiveResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteArchiveResponse Source #

Create a value of DeleteArchiveResponse 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:httpStatus:DeleteArchiveResponse', deleteArchiveResponse_httpStatus - The response's http status code.

DeleteConnection

data DeleteConnection Source #

See: newDeleteConnection smart constructor.

Constructors

DeleteConnection' Text 

Instances

Instances details
ToJSON DeleteConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteConnection

ToHeaders DeleteConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteConnection

ToPath DeleteConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteConnection

ToQuery DeleteConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteConnection

AWSRequest DeleteConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteConnection

Associated Types

type AWSResponse DeleteConnection #

Generic DeleteConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteConnection

Associated Types

type Rep DeleteConnection :: Type -> Type #

Read DeleteConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteConnection

Show DeleteConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteConnection

NFData DeleteConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteConnection

Methods

rnf :: DeleteConnection -> () #

Eq DeleteConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteConnection

Hashable DeleteConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteConnection

type AWSResponse DeleteConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteConnection

type Rep DeleteConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteConnection

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

newDeleteConnection Source #

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

DeleteConnection, deleteConnection_name - The name of the connection to delete.

data DeleteConnectionResponse Source #

See: newDeleteConnectionResponse smart constructor.

Instances

Instances details
Generic DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteConnection

Associated Types

type Rep DeleteConnectionResponse :: Type -> Type #

Read DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteConnection

Show DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteConnection

NFData DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteConnection

Eq DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteConnection

type Rep DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteConnection

type Rep DeleteConnectionResponse = D1 ('MetaData "DeleteConnectionResponse" "Amazonka.CloudWatchEvents.DeleteConnection" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "DeleteConnectionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "connectionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "connectionState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionState)) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "lastAuthorizedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDeleteConnectionResponse Source #

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

DeleteConnectionResponse, deleteConnectionResponse_connectionArn - The ARN of the connection that was deleted.

DeleteConnectionResponse, deleteConnectionResponse_connectionState - The state of the connection before it was deleted.

DeleteConnectionResponse, deleteConnectionResponse_creationTime - A time stamp for the time that the connection was created.

DeleteConnectionResponse, deleteConnectionResponse_lastAuthorizedTime - A time stamp for the time that the connection was last authorized before it wa deleted.

DeleteConnectionResponse, deleteConnectionResponse_lastModifiedTime - A time stamp for the time that the connection was last modified before it was deleted.

$sel:httpStatus:DeleteConnectionResponse', deleteConnectionResponse_httpStatus - The response's http status code.

DeleteEndpoint

data DeleteEndpoint Source #

See: newDeleteEndpoint smart constructor.

Constructors

DeleteEndpoint' Text 

Instances

Instances details
ToJSON DeleteEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEndpoint

ToHeaders DeleteEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEndpoint

ToPath DeleteEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEndpoint

ToQuery DeleteEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEndpoint

AWSRequest DeleteEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEndpoint

Associated Types

type AWSResponse DeleteEndpoint #

Generic DeleteEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEndpoint

Associated Types

type Rep DeleteEndpoint :: Type -> Type #

Read DeleteEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEndpoint

Show DeleteEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEndpoint

NFData DeleteEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEndpoint

Methods

rnf :: DeleteEndpoint -> () #

Eq DeleteEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEndpoint

Hashable DeleteEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEndpoint

type AWSResponse DeleteEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEndpoint

type Rep DeleteEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEndpoint

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

newDeleteEndpoint Source #

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

DeleteEndpoint, deleteEndpoint_name - The name of the endpoint you want to delete. For example, "Name":"us-east-2-custom_bus_A-endpoint"..

data DeleteEndpointResponse Source #

See: newDeleteEndpointResponse smart constructor.

Instances

Instances details
Generic DeleteEndpointResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEndpoint

Associated Types

type Rep DeleteEndpointResponse :: Type -> Type #

Read DeleteEndpointResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEndpoint

Show DeleteEndpointResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEndpoint

NFData DeleteEndpointResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEndpoint

Methods

rnf :: DeleteEndpointResponse -> () #

Eq DeleteEndpointResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEndpoint

type Rep DeleteEndpointResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEndpoint

type Rep DeleteEndpointResponse = D1 ('MetaData "DeleteEndpointResponse" "Amazonka.CloudWatchEvents.DeleteEndpoint" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "DeleteEndpointResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteEndpointResponse Source #

Create a value of DeleteEndpointResponse 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:httpStatus:DeleteEndpointResponse', deleteEndpointResponse_httpStatus - The response's http status code.

DeleteEventBus

data DeleteEventBus Source #

See: newDeleteEventBus smart constructor.

Constructors

DeleteEventBus' Text 

Instances

Instances details
ToJSON DeleteEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEventBus

ToHeaders DeleteEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEventBus

ToPath DeleteEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEventBus

ToQuery DeleteEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEventBus

AWSRequest DeleteEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEventBus

Associated Types

type AWSResponse DeleteEventBus #

Generic DeleteEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEventBus

Associated Types

type Rep DeleteEventBus :: Type -> Type #

Read DeleteEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEventBus

Show DeleteEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEventBus

NFData DeleteEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEventBus

Methods

rnf :: DeleteEventBus -> () #

Eq DeleteEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEventBus

Hashable DeleteEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEventBus

type AWSResponse DeleteEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEventBus

type Rep DeleteEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEventBus

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

newDeleteEventBus Source #

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

DeleteEventBus, deleteEventBus_name - The name of the event bus to delete.

data DeleteEventBusResponse Source #

See: newDeleteEventBusResponse smart constructor.

Instances

Instances details
Generic DeleteEventBusResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEventBus

Associated Types

type Rep DeleteEventBusResponse :: Type -> Type #

Read DeleteEventBusResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEventBus

Show DeleteEventBusResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEventBus

NFData DeleteEventBusResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEventBus

Methods

rnf :: DeleteEventBusResponse -> () #

Eq DeleteEventBusResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEventBus

type Rep DeleteEventBusResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEventBus

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

newDeleteEventBusResponse :: DeleteEventBusResponse Source #

Create a value of DeleteEventBusResponse with all optional fields omitted.

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

DeletePartnerEventSource

data DeletePartnerEventSource Source #

See: newDeletePartnerEventSource smart constructor.

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) :*: