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

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.

DeleteRule

data DeleteRule Source #

See: newDeleteRule smart constructor.

Constructors

DeleteRule' (Maybe Text) (Maybe Bool) Text 

Instances

Instances details
ToJSON DeleteRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteRule

ToHeaders DeleteRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteRule

Methods

toHeaders :: DeleteRule -> [Header] #

ToPath DeleteRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteRule

ToQuery DeleteRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteRule

AWSRequest DeleteRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteRule

Associated Types

type AWSResponse DeleteRule #

Generic DeleteRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteRule

Associated Types

type Rep DeleteRule :: Type -> Type #

Read DeleteRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteRule

Show DeleteRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteRule

NFData DeleteRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteRule

Methods

rnf :: DeleteRule -> () #

Eq DeleteRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteRule

Hashable DeleteRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteRule

type AWSResponse DeleteRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteRule

type Rep DeleteRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteRule

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

newDeleteRule Source #

Arguments

:: Text

DeleteRule

-> DeleteRule 

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

DeleteRule, deleteRule_eventBusName - The name or ARN of the event bus associated with the rule. If you omit this, the default event bus is used.

$sel:force:DeleteRule', deleteRule_force - If this is a managed rule, created by an Amazon Web Services service on your behalf, you must specify Force as True to delete the rule. This parameter is ignored for rules that are not managed rules. You can check whether a rule is a managed rule by using DescribeRule or ListRules and checking the ManagedBy field of the response.

DeleteRule, deleteRule_name - The name of the rule.

data DeleteRuleResponse Source #

See: newDeleteRuleResponse smart constructor.

Constructors

DeleteRuleResponse' 

Instances

Instances details
Generic DeleteRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteRule

Associated Types

type Rep DeleteRuleResponse :: Type -> Type #

Read DeleteRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteRule

Show DeleteRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteRule

NFData DeleteRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteRule

Methods

rnf :: DeleteRuleResponse -> () #

Eq DeleteRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteRule

type Rep DeleteRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteRule

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

newDeleteRuleResponse :: DeleteRuleResponse Source #

Create a value of DeleteRuleResponse with all optional fields omitted.

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

DescribeApiDestination

data DescribeApiDestination Source #

See: newDescribeApiDestination smart constructor.

Instances

Instances details
ToJSON DescribeApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

ToHeaders DescribeApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

ToPath DescribeApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

ToQuery DescribeApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

AWSRequest DescribeApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

Associated Types

type AWSResponse DescribeApiDestination #

Generic DescribeApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

Associated Types

type Rep DescribeApiDestination :: Type -> Type #

Read DescribeApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

Show DescribeApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

NFData DescribeApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

Methods

rnf :: DescribeApiDestination -> () #

Eq DescribeApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

Hashable DescribeApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

type AWSResponse DescribeApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

type Rep DescribeApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

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

newDescribeApiDestination Source #

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

DescribeApiDestination, describeApiDestination_name - The name of the API destination to retrieve.

data DescribeApiDestinationResponse Source #

See: newDescribeApiDestinationResponse smart constructor.

Instances

Instances details
Generic DescribeApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

Associated Types

type Rep DescribeApiDestinationResponse :: Type -> Type #

Read DescribeApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

Show DescribeApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

NFData DescribeApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

Eq DescribeApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

type Rep DescribeApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

type Rep DescribeApiDestinationResponse = D1 ('MetaData "DescribeApiDestinationResponse" "Amazonka.CloudWatchEvents.DescribeApiDestination" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "DescribeApiDestinationResponse'" '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 "connectionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "httpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApiDestinationHttpMethod)) :*: (S1 ('MetaSel ('Just "invocationEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "invocationRateLimitPerSecond") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeApiDestinationResponse Source #

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

DescribeApiDestinationResponse, describeApiDestinationResponse_apiDestinationArn - The ARN of the API destination retrieved.

DescribeApiDestinationResponse, describeApiDestinationResponse_apiDestinationState - The state of the API destination retrieved.

DescribeApiDestinationResponse, describeApiDestinationResponse_connectionArn - The ARN of the connection specified for the API destination retrieved.

DescribeApiDestinationResponse, describeApiDestinationResponse_creationTime - A time stamp for the time that the API destination was created.

DescribeApiDestinationResponse, describeApiDestinationResponse_description - The description for the API destination retrieved.

DescribeApiDestinationResponse, describeApiDestinationResponse_httpMethod - The method to use to connect to the HTTP endpoint.

DescribeApiDestinationResponse, describeApiDestinationResponse_invocationEndpoint - The URL to use to connect to the HTTP endpoint.

DescribeApiDestinationResponse, describeApiDestinationResponse_invocationRateLimitPerSecond - The maximum number of invocations per second to specified for the API destination. Note that if you set the invocation rate maximum to a value lower the rate necessary to send all events received on to the destination HTTP endpoint, some events may not be delivered within the 24-hour retry window. If you plan to set the rate lower than the rate necessary to deliver all events, consider using a dead-letter queue to catch events that are not delivered within 24 hours.

DescribeApiDestinationResponse, describeApiDestinationResponse_lastModifiedTime - A time stamp for the time that the API destination was last modified.

DescribeApiDestination, describeApiDestinationResponse_name - The name of the API destination retrieved.

$sel:httpStatus:DescribeApiDestinationResponse', describeApiDestinationResponse_httpStatus - The response's http status code.

DescribeArchive

data DescribeArchive Source #

See: newDescribeArchive smart constructor.

Constructors

DescribeArchive' Text 

Instances

Instances details
ToJSON DescribeArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeArchive

ToHeaders DescribeArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeArchive

ToPath DescribeArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeArchive

ToQuery DescribeArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeArchive

AWSRequest DescribeArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeArchive

Associated Types

type AWSResponse DescribeArchive #

Generic DescribeArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeArchive

Associated Types

type Rep DescribeArchive :: Type -> Type #

Read DescribeArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeArchive

Show DescribeArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeArchive

NFData DescribeArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeArchive

Methods

rnf :: DescribeArchive -> () #

Eq DescribeArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeArchive

Hashable DescribeArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeArchive

type AWSResponse DescribeArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeArchive

type Rep DescribeArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeArchive

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

newDescribeArchive Source #

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

DescribeArchive, describeArchive_archiveName - The name of the archive to retrieve.

data DescribeArchiveResponse Source #

See: newDescribeArchiveResponse smart constructor.

Instances

Instances details
Generic DescribeArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeArchive

Associated Types

type Rep DescribeArchiveResponse :: Type -> Type #

Read DescribeArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeArchive

Show DescribeArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeArchive

NFData DescribeArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeArchive

Methods

rnf :: DescribeArchiveResponse -> () #

Eq DescribeArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeArchive

type Rep DescribeArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeArchive

type Rep DescribeArchiveResponse = D1 ('MetaData "DescribeArchiveResponse" "Amazonka.CloudWatchEvents.DescribeArchive" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "DescribeArchiveResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "archiveArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "archiveName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "eventCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "eventPattern") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "eventSourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "retentionDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "sizeBytes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))) :*: (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))))))

newDescribeArchiveResponse Source #

Create a value of DescribeArchiveResponse 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:DescribeArchiveResponse', describeArchiveResponse_archiveArn - The ARN of the archive.

DescribeArchive, describeArchiveResponse_archiveName - The name of the archive.

DescribeArchiveResponse, describeArchiveResponse_creationTime - The time at which the archive was created.

DescribeArchiveResponse, describeArchiveResponse_description - The description of the archive.

DescribeArchiveResponse, describeArchiveResponse_eventCount - The number of events in the archive.

DescribeArchiveResponse, describeArchiveResponse_eventPattern - The event pattern used to filter events sent to the archive.

DescribeArchiveResponse, describeArchiveResponse_eventSourceArn - The ARN of the event source associated with the archive.

DescribeArchiveResponse, describeArchiveResponse_retentionDays - The number of days to retain events for in the archive.

DescribeArchiveResponse, describeArchiveResponse_sizeBytes - The size of the archive in bytes.

DescribeArchiveResponse, describeArchiveResponse_state - The state of the archive.

DescribeArchiveResponse, describeArchiveResponse_stateReason - The reason that the archive is in the state.

$sel:httpStatus:DescribeArchiveResponse', describeArchiveResponse_httpStatus - The response's http status code.

DescribeConnection

data DescribeConnection Source #

See: newDescribeConnection smart constructor.

Instances

Instances details
ToJSON DescribeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeConnection

ToHeaders DescribeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeConnection

ToPath DescribeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeConnection

ToQuery DescribeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeConnection

AWSRequest DescribeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeConnection

Associated Types

type AWSResponse DescribeConnection #

Generic DescribeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeConnection

Associated Types

type Rep DescribeConnection :: Type -> Type #

Read DescribeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeConnection

Show DescribeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeConnection

NFData DescribeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeConnection

Methods

rnf :: DescribeConnection -> () #

Eq DescribeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeConnection

Hashable DescribeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeConnection

type AWSResponse DescribeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeConnection

type Rep DescribeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeConnection

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

newDescribeConnection Source #

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

DescribeConnection, describeConnection_name - The name of the connection to retrieve.

data DescribeConnectionResponse Source #

See: newDescribeConnectionResponse smart constructor.

Instances

Instances details
Generic DescribeConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeConnection

Associated Types

type Rep DescribeConnectionResponse :: Type -> Type #

Read DescribeConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeConnection

Show DescribeConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeConnection

NFData DescribeConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeConnection

Eq DescribeConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeConnection

type Rep DescribeConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeConnection

type Rep DescribeConnectionResponse = D1 ('MetaData "DescribeConnectionResponse" "Amazonka.CloudWatchEvents.DescribeConnection" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "DescribeConnectionResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "authParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionAuthResponseParameters)) :*: (S1 ('MetaSel ('Just "authorizationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionAuthorizationType)) :*: 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 "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "lastAuthorizedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "secretArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "stateReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeConnectionResponse Source #

Create a value of DescribeConnectionResponse 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:authParameters:DescribeConnectionResponse', describeConnectionResponse_authParameters - The parameters to use for authorization for the connection.

DescribeConnectionResponse, describeConnectionResponse_authorizationType - The type of authorization specified for the connection.

DescribeConnectionResponse, describeConnectionResponse_connectionArn - The ARN of the connection retrieved.

DescribeConnectionResponse, describeConnectionResponse_connectionState - The state of the connection retrieved.

DescribeConnectionResponse, describeConnectionResponse_creationTime - A time stamp for the time that the connection was created.

DescribeConnectionResponse, describeConnectionResponse_description - The description for the connection retrieved.

DescribeConnectionResponse, describeConnectionResponse_lastAuthorizedTime - A time stamp for the time that the connection was last authorized.

DescribeConnectionResponse, describeConnectionResponse_lastModifiedTime - A time stamp for the time that the connection was last modified.

DescribeConnection, describeConnectionResponse_name - The name of the connection retrieved.

$sel:secretArn:DescribeConnectionResponse', describeConnectionResponse_secretArn - The ARN of the secret created from the authorization parameters specified for the connection.

DescribeConnectionResponse, describeConnectionResponse_stateReason - The reason that the connection is in the current connection state.

$sel:httpStatus:DescribeConnectionResponse', describeConnectionResponse_httpStatus - The response's http status code.

DescribeEndpoint

data DescribeEndpoint Source #

See: newDescribeEndpoint smart constructor.

Instances

Instances details
ToJSON DescribeEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEndpoint

ToHeaders DescribeEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEndpoint

ToPath DescribeEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEndpoint

ToQuery DescribeEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEndpoint

AWSRequest DescribeEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEndpoint

Associated Types

type AWSResponse DescribeEndpoint #

Generic DescribeEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEndpoint

Associated Types

type Rep DescribeEndpoint :: Type -> Type #

Read DescribeEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEndpoint

Show DescribeEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEndpoint

NFData DescribeEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEndpoint

Methods

rnf :: DescribeEndpoint -> () #

Eq DescribeEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEndpoint

Hashable DescribeEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEndpoint

type AWSResponse DescribeEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEndpoint

type Rep DescribeEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEndpoint

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

newDescribeEndpoint Source #

Create a value of DescribeEndpoint 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:homeRegion:DescribeEndpoint', describeEndpoint_homeRegion - The primary Region of the endpoint you want to get information about. For example "HomeRegion": "us-east-1".

DescribeEndpoint, describeEndpoint_name - The name of the endpoint you want to get information about. For example, "Name":"us-east-2-custom_bus_A-endpoint".

data DescribeEndpointResponse Source #

See: newDescribeEndpointResponse smart constructor.

Instances

Instances details
Generic DescribeEndpointResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEndpoint

Associated Types

type Rep DescribeEndpointResponse :: Type -> Type #

Read DescribeEndpointResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEndpoint

Show DescribeEndpointResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEndpoint

NFData DescribeEndpointResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEndpoint

Eq DescribeEndpointResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEndpoint

type Rep DescribeEndpointResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEndpoint

type Rep DescribeEndpointResponse = D1 ('MetaData "DescribeEndpointResponse" "Amazonka.CloudWatchEvents.DescribeEndpoint" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "DescribeEndpointResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "endpointId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endpointUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "eventBuses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty EndpointEventBus))) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "name") '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 "routingConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RoutingConfig)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EndpointState))) :*: (S1 ('MetaSel ('Just "stateReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeEndpointResponse Source #

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

DescribeEndpointResponse, describeEndpointResponse_arn - The ARN of the endpoint you asked for information about.

DescribeEndpointResponse, describeEndpointResponse_creationTime - The time the endpoint you asked for information about was created.

DescribeEndpointResponse, describeEndpointResponse_description - The description of the endpoint you asked for information about.

DescribeEndpointResponse, describeEndpointResponse_endpointId - The ID of the endpoint you asked for information about.

DescribeEndpointResponse, describeEndpointResponse_endpointUrl - The URL of the endpoint you asked for information about.

DescribeEndpointResponse, describeEndpointResponse_eventBuses - The event buses being used by the endpoint you asked for information about.

DescribeEndpointResponse, describeEndpointResponse_lastModifiedTime - The last time the endpoint you asked for information about was modified.

DescribeEndpoint, describeEndpointResponse_name - The name of the endpoint you asked for information about.

DescribeEndpointResponse, describeEndpointResponse_replicationConfig - Whether replication is enabled or disabled for the endpoint you asked for information about.

DescribeEndpointResponse, describeEndpointResponse_roleArn - The ARN of the role used by the endpoint you asked for information about.

DescribeEndpointResponse, describeEndpointResponse_routingConfig - The routing configuration of the endpoint you asked for information about.

DescribeEndpointResponse, describeEndpointResponse_state - The current state of the endpoint you asked for information about.

DescribeEndpointResponse, describeEndpointResponse_stateReason - The reason the endpoint you asked for information about is in its current state.

$sel:httpStatus:DescribeEndpointResponse', describeEndpointResponse_httpStatus - The response's http status code.

DescribeEventBus

data DescribeEventBus Source #

See: newDescribeEventBus smart constructor.

Constructors

DescribeEventBus' (Maybe Text) 

Instances

Instances details
ToJSON DescribeEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventBus

ToHeaders DescribeEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventBus

ToPath DescribeEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventBus

ToQuery DescribeEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventBus

AWSRequest DescribeEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventBus

Associated Types

type AWSResponse DescribeEventBus #

Generic DescribeEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventBus

Associated Types

type Rep DescribeEventBus :: Type -> Type #

Read DescribeEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventBus

Show DescribeEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventBus

NFData DescribeEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventBus

Methods

rnf :: DescribeEventBus -> () #

Eq DescribeEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventBus

Hashable DescribeEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventBus

type AWSResponse DescribeEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventBus

type Rep DescribeEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventBus

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

newDescribeEventBus :: DescribeEventBus Source #

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

DescribeEventBus, describeEventBus_name - The name or ARN of the event bus to show details for. If you omit this, the default event bus is displayed.

data DescribeEventBusResponse Source #

See: newDescribeEventBusResponse smart constructor.

Instances

Instances details
Generic DescribeEventBusResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventBus

Associated Types

type Rep DescribeEventBusResponse :: Type -> Type #

Read DescribeEventBusResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventBus

Show DescribeEventBusResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventBus

NFData DescribeEventBusResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventBus

Eq DescribeEventBusResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventBus

type Rep DescribeEventBusResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventBus

type Rep DescribeEventBusResponse = D1 ('MetaData "DescribeEventBusResponse" "Amazonka.CloudWatchEvents.DescribeEventBus" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "DescribeEventBusResponse'" '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 "policy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeEventBusResponse Source #

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

DescribeEventBusResponse, describeEventBusResponse_arn - The Amazon Resource Name (ARN) of the account permitted to write events to the current account.

DescribeEventBus, describeEventBusResponse_name - The name of the event bus. Currently, this is always default.

DescribeEventBusResponse, describeEventBusResponse_policy - The policy that enables the external account to send events to your account.

$sel:httpStatus:DescribeEventBusResponse', describeEventBusResponse_httpStatus - The response's http status code.

DescribeEventSource

data DescribeEventSource Source #

See: newDescribeEventSource smart constructor.

Instances

Instances details
ToJSON DescribeEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventSource

ToHeaders DescribeEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventSource

ToPath DescribeEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventSource

ToQuery DescribeEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventSource

AWSRequest DescribeEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventSource

Associated Types

type AWSResponse DescribeEventSource #

Generic DescribeEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventSource

Associated Types

type Rep DescribeEventSource :: Type -> Type #

Read DescribeEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventSource

Show DescribeEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventSource

NFData DescribeEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventSource

Methods

rnf :: DescribeEventSource -> () #

Eq DescribeEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventSource

Hashable DescribeEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventSource

type AWSResponse DescribeEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventSource

type Rep DescribeEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventSource

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

newDescribeEventSource Source #

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

DescribeEventSource, describeEventSource_name - The name of the partner event source to display the details of.

data DescribeEventSourceResponse Source #

See: newDescribeEventSourceResponse smart constructor.

Instances

Instances details
Generic DescribeEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventSource

Associated Types

type Rep DescribeEventSourceResponse :: Type -> Type #

Read DescribeEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventSource

Show DescribeEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventSource

NFData DescribeEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventSource

Eq DescribeEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventSource

type Rep DescribeEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventSource

type Rep DescribeEventSourceResponse = D1 ('MetaData "DescribeEventSourceResponse" "Amazonka.CloudWatchEvents.DescribeEventSource" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "DescribeEventSourceResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "expirationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventSourceState)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeEventSourceResponse Source #

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

DescribeEventSourceResponse, describeEventSourceResponse_arn - The ARN of the partner event source.

DescribeEventSourceResponse, describeEventSourceResponse_createdBy - The name of the SaaS partner that created the event source.

DescribeEventSourceResponse, describeEventSourceResponse_creationTime - The date and time that the event source was created.

DescribeEventSourceResponse, describeEventSourceResponse_expirationTime - The date and time that the event source will expire if you do not create a matching event bus.

DescribeEventSource, describeEventSourceResponse_name - The name of the partner event source.

DescribeEventSourceResponse, describeEventSourceResponse_state - The state of the event source. If it is ACTIVE, you have already created a matching event bus for this event source, and that event bus is active. If it is PENDING, either you haven't yet created a matching event bus, or that event bus is deactivated. If it is DELETED, you have created a matching event bus, but the event source has since been deleted.

$sel:httpStatus:DescribeEventSourceResponse', describeEventSourceResponse_httpStatus - The response's http status code.

DescribePartnerEventSource

data DescribePartnerEventSource Source #

See: newDescribePartnerEventSource smart constructor.

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.

data DescribePartnerEventSourceResponse Source #

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.

DescribeReplay

data DescribeReplay Source #

See: newDescribeReplay smart constructor.

Constructors

DescribeReplay' Text 

Instances

Instances details
ToJSON DescribeReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeReplay

ToHeaders DescribeReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeReplay

ToPath DescribeReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeReplay

ToQuery DescribeReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeReplay

AWSRequest DescribeReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeReplay

Associated Types

type AWSResponse DescribeReplay #

Generic DescribeReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeReplay

Associated Types

type Rep DescribeReplay :: Type -> Type #

Read DescribeReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeReplay

Show DescribeReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeReplay

NFData DescribeReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeReplay

Methods

rnf :: DescribeReplay -> () #

Eq DescribeReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeReplay

Hashable DescribeReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeReplay

type AWSResponse DescribeReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeReplay

type Rep DescribeReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeReplay

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

newDescribeReplay Source #

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

DescribeReplay, describeReplay_replayName - The name of the replay to retrieve.

data DescribeReplayResponse Source #

See: newDescribeReplayResponse smart constructor.

Instances

Instances details
Generic DescribeReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeReplay

Associated Types

type Rep DescribeReplayResponse :: Type -> Type #

Read DescribeReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeReplay

Show DescribeReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeReplay

NFData DescribeReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeReplay

Methods

rnf :: DescribeReplayResponse -> () #

Eq DescribeReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeReplay

type Rep DescribeReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeReplay

type Rep DescribeReplayResponse = D1 ('MetaData "DescribeReplayResponse" "Amazonka.CloudWatchEvents.DescribeReplay" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "DescribeReplayResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplayDestination)) :*: S1 ('MetaSel ('Just "eventEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "eventLastReplayedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "eventSourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "replayArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "replayEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "replayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "replayStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: 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))))))

newDescribeReplayResponse Source #

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

DescribeReplayResponse, describeReplayResponse_description - The description of the replay.

$sel:destination:DescribeReplayResponse', describeReplayResponse_destination - A ReplayDestination object that contains details about the replay.

DescribeReplayResponse, describeReplayResponse_eventEndTime - The time stamp for the last event that was replayed from the archive.

DescribeReplayResponse, describeReplayResponse_eventLastReplayedTime - The time that the event was last replayed.

DescribeReplayResponse, describeReplayResponse_eventSourceArn - The ARN of the archive events were replayed from.

DescribeReplayResponse, describeReplayResponse_eventStartTime - The time stamp of the first event that was last replayed from the archive.

$sel:replayArn:DescribeReplayResponse', describeReplayResponse_replayArn - The ARN of the replay.

DescribeReplayResponse, describeReplayResponse_replayEndTime - A time stamp for the time that the replay stopped.

DescribeReplay, describeReplayResponse_replayName - The name of the replay.

DescribeReplayResponse, describeReplayResponse_replayStartTime - A time stamp for the time that the replay started.

DescribeReplayResponse, describeReplayResponse_state - The current state of the replay.

DescribeReplayResponse, describeReplayResponse_stateReason - The reason that the replay is in the current state.

$sel:httpStatus:DescribeReplayResponse', describeReplayResponse_httpStatus - The response's http status code.

DescribeRule

data DescribeRule Source #

See: newDescribeRule smart constructor.

Constructors

DescribeRule' (Maybe Text) Text 

Instances

Instances details
ToJSON DescribeRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeRule

ToHeaders DescribeRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeRule

ToPath DescribeRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeRule

ToQuery DescribeRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeRule

AWSRequest DescribeRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeRule

Associated Types

type AWSResponse DescribeRule #

Generic DescribeRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeRule

Associated Types

type Rep DescribeRule :: Type -> Type #

Read DescribeRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeRule

Show DescribeRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeRule

NFData DescribeRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeRule

Methods

rnf :: DescribeRule -> () #

Eq DescribeRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeRule

Hashable DescribeRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeRule

type AWSResponse DescribeRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeRule

type Rep DescribeRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeRule

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

newDescribeRule Source #

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

DescribeRule, describeRule_eventBusName - The name or ARN of the event bus associated with the rule. If you omit this, the default event bus is used.

DescribeRule, describeRule_name - The name of the rule.

data DescribeRuleResponse Source #

See: newDescribeRuleResponse smart constructor.

Instances

Instances details
Generic DescribeRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeRule

Associated Types

type Rep DescribeRuleResponse :: Type -> Type #

Read DescribeRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeRule

Show DescribeRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeRule

NFData DescribeRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeRule

Methods

rnf :: DescribeRuleResponse -> () #

Eq DescribeRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeRule

type Rep DescribeRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeRule

type Rep DescribeRuleResponse = D1 ('MetaData "DescribeRuleResponse" "Amazonka.CloudWatchEvents.DescribeRule" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "DescribeRuleResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "eventBusName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventPattern") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "managedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "scheduleExpression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RuleState)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeRuleResponse Source #

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

DescribeRuleResponse, describeRuleResponse_arn - The Amazon Resource Name (ARN) of the rule.

DescribeRuleResponse, describeRuleResponse_createdBy - The account ID of the user that created the rule. If you use PutRule to put a rule on an event bus in another account, the other account is the owner of the rule, and the rule ARN includes the account ID for that account. However, the value for CreatedBy is the account ID as the account that created the rule in the other account.

DescribeRuleResponse, describeRuleResponse_description - The description of the rule.

DescribeRule, describeRuleResponse_eventBusName - The name of the event bus associated with the rule.

DescribeRuleResponse, describeRuleResponse_eventPattern - The event pattern. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide.

DescribeRuleResponse, describeRuleResponse_managedBy - If this is a managed rule, created by an Amazon Web Services service on your behalf, this field displays the principal name of the Amazon Web Services service that created the rule.

DescribeRule, describeRuleResponse_name - The name of the rule.

DescribeRuleResponse, describeRuleResponse_roleArn - The Amazon Resource Name (ARN) of the IAM role associated with the rule.

DescribeRuleResponse, describeRuleResponse_scheduleExpression - The scheduling expression. For example, "cron(0 20 * * ? *)", "rate(5 minutes)".

DescribeRuleResponse, describeRuleResponse_state - Specifies whether the rule is enabled or disabled.

$sel:httpStatus:DescribeRuleResponse', describeRuleResponse_httpStatus - The response's http status code.

DisableRule

data DisableRule Source #

See: newDisableRule smart constructor.

Constructors

DisableRule' (Maybe Text) Text 

Instances

Instances details
ToJSON DisableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DisableRule

ToHeaders DisableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DisableRule

Methods

toHeaders :: DisableRule -> [Header] #

ToPath DisableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DisableRule

ToQuery DisableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DisableRule

AWSRequest DisableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DisableRule

Associated Types

type AWSResponse DisableRule #

Generic DisableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DisableRule

Associated Types

type Rep DisableRule :: Type -> Type #

Read DisableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DisableRule

Show DisableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DisableRule

NFData DisableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DisableRule

Methods

rnf :: DisableRule -> () #

Eq DisableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DisableRule

Hashable DisableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DisableRule

type AWSResponse DisableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DisableRule

type Rep DisableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DisableRule

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

newDisableRule Source #

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

DisableRule, disableRule_eventBusName - The name or ARN of the event bus associated with the rule. If you omit this, the default event bus is used.

DisableRule, disableRule_name - The name of the rule.

data DisableRuleResponse Source #

See: newDisableRuleResponse smart constructor.

Constructors

DisableRuleResponse' 

Instances

Instances details
Generic DisableRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DisableRule

Associated Types

type Rep DisableRuleResponse :: Type -> Type #

Read DisableRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DisableRule

Show DisableRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DisableRule

NFData DisableRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DisableRule

Methods

rnf :: DisableRuleResponse -> () #

Eq DisableRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DisableRule

type Rep DisableRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DisableRule

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

newDisableRuleResponse :: DisableRuleResponse Source #

Create a value of DisableRuleResponse with all optional fields omitted.

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

EnableRule

data EnableRule Source #

See: newEnableRule smart constructor.

Constructors

EnableRule' (Maybe Text) Text 

Instances

Instances details
ToJSON EnableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.EnableRule

ToHeaders EnableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.EnableRule

Methods

toHeaders :: EnableRule -> [Header] #

ToPath EnableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.EnableRule

ToQuery EnableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.EnableRule

AWSRequest EnableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.EnableRule

Associated Types

type AWSResponse EnableRule #

Generic EnableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.EnableRule

Associated Types

type Rep EnableRule :: Type -> Type #

Read EnableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.EnableRule

Show EnableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.EnableRule

NFData EnableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.EnableRule

Methods

rnf :: EnableRule -> () #

Eq EnableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.EnableRule

Hashable EnableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.EnableRule

type AWSResponse EnableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.EnableRule

type Rep EnableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.EnableRule

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

newEnableRule Source #

Arguments

:: Text

EnableRule

-> EnableRule 

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

EnableRule, enableRule_eventBusName - The name or ARN of the event bus associated with the rule. If you omit this, the default event bus is used.

EnableRule, enableRule_name - The name of the rule.

data EnableRuleResponse Source #

See: newEnableRuleResponse smart constructor.

Constructors

EnableRuleResponse' 

Instances

Instances details
Generic EnableRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.EnableRule

Associated Types

type Rep EnableRuleResponse :: Type -> Type #

Read EnableRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.EnableRule

Show EnableRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.EnableRule

NFData EnableRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.EnableRule

Methods

rnf :: EnableRuleResponse -> () #

Eq EnableRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.EnableRule

type Rep EnableRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.EnableRule

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

newEnableRuleResponse :: EnableRuleResponse Source #

Create a value of EnableRuleResponse with all optional fields omitted.

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

ListApiDestinations

data ListApiDestinations Source #

See: newListApiDestinations smart constructor.

Instances

Instances details
ToJSON ListApiDestinations Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListApiDestinations

ToHeaders ListApiDestinations Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListApiDestinations

ToPath ListApiDestinations Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListApiDestinations

ToQuery ListApiDestinations Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListApiDestinations

AWSRequest ListApiDestinations Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListApiDestinations

Associated Types

type AWSResponse ListApiDestinations #

Generic ListApiDestinations Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListApiDestinations

Associated Types

type Rep ListApiDestinations :: Type -> Type #

Read ListApiDestinations Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListApiDestinations

Show ListApiDestinations Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListApiDestinations

NFData ListApiDestinations Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListApiDestinations

Methods

rnf :: ListApiDestinations -> () #

Eq ListApiDestinations Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListApiDestinations

Hashable ListApiDestinations Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListApiDestinations

type AWSResponse ListApiDestinations Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListApiDestinations

type Rep ListApiDestinations Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListApiDestinations

type Rep ListApiDestinations = D1 ('MetaData "ListApiDestinations" "Amazonka.CloudWatchEvents.ListApiDestinations" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "ListApiDestinations'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "connectionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "namePrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListApiDestinations :: ListApiDestinations Source #

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

ListApiDestinations, listApiDestinations_connectionArn - The ARN of the connection specified for the API destination.

$sel:limit:ListApiDestinations', listApiDestinations_limit - The maximum number of API destinations to include in the response.

$sel:namePrefix:ListApiDestinations', listApiDestinations_namePrefix - A name prefix to filter results returned. Only API destinations with a name that starts with the prefix are returned.

ListApiDestinations, listApiDestinations_nextToken - The token returned by a previous call to retrieve the next set of results.

data ListApiDestinationsResponse Source #

See: newListApiDestinationsResponse smart constructor.

Instances

Instances details
Generic ListApiDestinationsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListApiDestinations

Associated Types

type Rep ListApiDestinationsResponse :: Type -> Type #

Read ListApiDestinationsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListApiDestinations

Show ListApiDestinationsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListApiDestinations

NFData ListApiDestinationsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListApiDestinations

Eq ListApiDestinationsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListApiDestinations

type Rep ListApiDestinationsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListApiDestinations

type Rep ListApiDestinationsResponse = D1 ('MetaData "ListApiDestinationsResponse" "Amazonka.CloudWatchEvents.ListApiDestinations" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "ListApiDestinationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "apiDestinations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ApiDestination])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListApiDestinationsResponse Source #

Create a value of ListApiDestinationsResponse 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:apiDestinations:ListApiDestinationsResponse', listApiDestinationsResponse_apiDestinations - An array of ApiDestination objects that include information about an API destination.

ListApiDestinations, listApiDestinationsResponse_nextToken - A token you can use in a subsequent request to retrieve the next set of results.

$sel:httpStatus:ListApiDestinationsResponse', listApiDestinationsResponse_httpStatus - The response's http status code.

ListArchives

data ListArchives Source #

See: newListArchives smart constructor.

Instances

Instances details
ToJSON ListArchives Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListArchives

ToHeaders ListArchives Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListArchives

ToPath ListArchives Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListArchives

ToQuery ListArchives Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListArchives

AWSRequest ListArchives Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListArchives

Associated Types

type AWSResponse ListArchives #

Generic ListArchives Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListArchives

Associated Types

type Rep ListArchives :: Type -> Type #

Read ListArchives Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListArchives

Show ListArchives Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListArchives

NFData ListArchives Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListArchives

Methods

rnf :: ListArchives -> () #

Eq ListArchives Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListArchives

Hashable ListArchives Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListArchives

type AWSResponse ListArchives Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListArchives

type Rep ListArchives Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListArchives

type Rep ListArchives = D1 ('MetaData "ListArchives" "Amazonka.CloudWatchEvents.ListArchives" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "ListArchives'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "eventSourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "namePrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ArchiveState))))))

newListArchives :: ListArchives Source #

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

ListArchives, listArchives_eventSourceArn - The ARN of the event source associated with the archive.

$sel:limit:ListArchives', listArchives_limit - The maximum number of results to return.

$sel:namePrefix:ListArchives', listArchives_namePrefix - A name prefix to filter the archives returned. Only archives with name that match the prefix are returned.

ListArchives, listArchives_nextToken - The token returned by a previous call to retrieve the next set of results.

ListArchives, listArchives_state - The state of the archive.

data ListArchivesResponse Source #

See: newListArchivesResponse smart constructor.

Instances

Instances details
Generic ListArchivesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListArchives

Associated Types

type Rep ListArchivesResponse :: Type -> Type #

Read ListArchivesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListArchives

Show ListArchivesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListArchives

NFData ListArchivesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListArchives

Methods

rnf :: ListArchivesResponse -> () #

Eq ListArchivesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListArchives

type Rep ListArchivesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListArchives

type Rep ListArchivesResponse = D1 ('MetaData "ListArchivesResponse" "Amazonka.CloudWatchEvents.ListArchives" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "ListArchivesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "archives") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Archive])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListArchivesResponse Source #

Create a value of ListArchivesResponse 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:archives:ListArchivesResponse', listArchivesResponse_archives - An array of Archive objects that include details about an archive.

ListArchives, listArchivesResponse_nextToken - The token returned by a previous call to retrieve the next set of results.

$sel:httpStatus:ListArchivesResponse', listArchivesResponse_httpStatus - The response's http status code.

ListConnections

data ListConnections Source #

See: newListConnections smart constructor.

Instances

Instances details
ToJSON ListConnections Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListConnections

ToHeaders ListConnections Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListConnections

ToPath ListConnections Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListConnections

ToQuery ListConnections Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListConnections

AWSRequest ListConnections Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListConnections

Associated Types

type AWSResponse ListConnections #

Generic ListConnections Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListConnections

Associated Types

type Rep ListConnections :: Type -> Type #

Read ListConnections Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListConnections

Show ListConnections Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListConnections

NFData ListConnections Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListConnections

Methods

rnf :: ListConnections -> () #

Eq ListConnections Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListConnections

Hashable ListConnections Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListConnections

type AWSResponse ListConnections Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListConnections

type Rep ListConnections Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListConnections

type Rep ListConnections = D1 ('MetaData "ListConnections" "Amazonka.CloudWatchEvents.ListConnections" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "ListConnections'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "connectionState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionState)) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "namePrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListConnections :: ListConnections Source #

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

ListConnections, listConnections_connectionState - The state of the connection.

$sel:limit:ListConnections', listConnections_limit - The maximum number of connections to return.

$sel:namePrefix:ListConnections', listConnections_namePrefix - A name prefix to filter results returned. Only connections with a name that starts with the prefix are returned.

ListConnections, listConnections_nextToken - The token returned by a previous call to retrieve the next set of results.

data ListConnectionsResponse Source #

See: newListConnectionsResponse smart constructor.

Instances

Instances details
Generic ListConnectionsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListConnections

Associated Types

type Rep ListConnectionsResponse :: Type -> Type #

Read ListConnectionsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListConnections

Show ListConnectionsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListConnections

NFData ListConnectionsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListConnections

Methods

rnf :: ListConnectionsResponse -> () #

Eq ListConnectionsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListConnections

type Rep ListConnectionsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListConnections

type Rep ListConnectionsResponse = D1 ('MetaData "ListConnectionsResponse" "Amazonka.CloudWatchEvents.ListConnections" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "ListConnectionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connections") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Connection])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListConnectionsResponse Source #

Create a value of ListConnectionsResponse 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:connections:ListConnectionsResponse', listConnectionsResponse_connections - An array of connections objects that include details about the connections.

ListConnections, listConnectionsResponse_nextToken - A token you can use in a subsequent request to retrieve the next set of results.

$sel:httpStatus:ListConnectionsResponse', listConnectionsResponse_httpStatus - The response's http status code.

ListEndpoints

data ListEndpoints Source #

See: newListEndpoints smart constructor.

Instances

Instances details
ToJSON ListEndpoints Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEndpoints

ToHeaders ListEndpoints Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEndpoints

ToPath ListEndpoints Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEndpoints

ToQuery ListEndpoints Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEndpoints

AWSRequest ListEndpoints Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEndpoints

Associated Types

type AWSResponse ListEndpoints #

Generic ListEndpoints Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEndpoints

Associated Types

type Rep ListEndpoints :: Type -> Type #

Read ListEndpoints Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEndpoints

Show ListEndpoints Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEndpoints

NFData ListEndpoints Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEndpoints

Methods

rnf :: ListEndpoints -> () #

Eq ListEndpoints Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEndpoints

Hashable ListEndpoints Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEndpoints

type AWSResponse ListEndpoints Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEndpoints

type Rep ListEndpoints Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEndpoints

type Rep ListEndpoints = D1 ('MetaData "ListEndpoints" "Amazonka.CloudWatchEvents.ListEndpoints" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "ListEndpoints'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "homeRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "namePrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListEndpoints :: ListEndpoints Source #

Create a value of ListEndpoints 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:homeRegion:ListEndpoints', listEndpoints_homeRegion - The primary Region of the endpoints associated with this account. For example "HomeRegion": "us-east-1".

$sel:maxResults:ListEndpoints', listEndpoints_maxResults - The maximum number of results returned by the call.

$sel:namePrefix:ListEndpoints', listEndpoints_namePrefix - A value that will return a subset of the endpoints associated with this account. For example, "NamePrefix": "ABC" will return all endpoints with "ABC" in the name.

ListEndpoints, listEndpoints_nextToken - If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

data ListEndpointsResponse Source #

See: newListEndpointsResponse smart constructor.

Instances

Instances details
Generic ListEndpointsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEndpoints

Associated Types

type Rep ListEndpointsResponse :: Type -> Type #

Read ListEndpointsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEndpoints

Show ListEndpointsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEndpoints

NFData ListEndpointsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEndpoints

Methods

rnf :: ListEndpointsResponse -> () #

Eq ListEndpointsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEndpoints

type Rep ListEndpointsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEndpoints

type Rep ListEndpointsResponse = D1 ('MetaData "ListEndpointsResponse" "Amazonka.CloudWatchEvents.ListEndpoints" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "ListEndpointsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Endpoint])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListEndpointsResponse Source #

Create a value of ListEndpointsResponse 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:endpoints:ListEndpointsResponse', listEndpointsResponse_endpoints - The endpoints returned by the call.

ListEndpoints, listEndpointsResponse_nextToken - If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

$sel:httpStatus:ListEndpointsResponse', listEndpointsResponse_httpStatus - The response's http status code.

ListEventBuses

data ListEventBuses Source #

See: newListEventBuses smart constructor.

Instances

Instances details
ToJSON ListEventBuses Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventBuses

ToHeaders ListEventBuses Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventBuses

ToPath ListEventBuses Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventBuses

ToQuery ListEventBuses Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventBuses

AWSRequest ListEventBuses Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventBuses

Associated Types

type AWSResponse ListEventBuses #

Generic ListEventBuses Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventBuses

Associated Types

type Rep ListEventBuses :: Type -> Type #

Read ListEventBuses Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventBuses

Show ListEventBuses Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventBuses

NFData ListEventBuses Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventBuses

Methods

rnf :: ListEventBuses -> () #

Eq ListEventBuses Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventBuses

Hashable ListEventBuses Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventBuses

type AWSResponse ListEventBuses Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventBuses

type Rep ListEventBuses Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventBuses

type Rep ListEventBuses = D1 ('MetaData "ListEventBuses" "Amazonka.CloudWatchEvents.ListEventBuses" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "ListEventBuses'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "namePrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListEventBuses :: ListEventBuses Source #

Create a value of ListEventBuses 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:limit:ListEventBuses', listEventBuses_limit - Specifying this limits the number of results returned by this operation. The operation also returns a NextToken which you can use in a subsequent operation to retrieve the next set of results.

$sel:namePrefix:ListEventBuses', listEventBuses_namePrefix - Specifying this limits the results to only those event buses with names that start with the specified prefix.

ListEventBuses, listEventBuses_nextToken - The token returned by a previous call to retrieve the next set of results.

data ListEventBusesResponse Source #

See: newListEventBusesResponse smart constructor.

Instances

Instances details
Generic ListEventBusesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventBuses

Associated Types

type Rep ListEventBusesResponse :: Type -> Type #

Read ListEventBusesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventBuses

Show ListEventBusesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventBuses

NFData ListEventBusesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventBuses

Methods

rnf :: ListEventBusesResponse -> () #

Eq ListEventBusesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventBuses

type Rep ListEventBusesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventBuses

type Rep ListEventBusesResponse = D1 ('MetaData "ListEventBusesResponse" "Amazonka.CloudWatchEvents.ListEventBuses" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "ListEventBusesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventBuses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EventBus])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListEventBusesResponse Source #

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

ListEventBusesResponse, listEventBusesResponse_eventBuses - This list of event buses.

ListEventBuses, listEventBusesResponse_nextToken - A token you can use in a subsequent operation to retrieve the next set of results.

$sel:httpStatus:ListEventBusesResponse', listEventBusesResponse_httpStatus - The response's http status code.

ListEventSources

data ListEventSources Source #

See: newListEventSources smart constructor.

Instances

Instances details
ToJSON ListEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventSources

ToHeaders ListEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventSources

ToPath ListEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventSources

ToQuery ListEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventSources

AWSRequest ListEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventSources

Associated Types

type AWSResponse ListEventSources #

Generic ListEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventSources

Associated Types

type Rep ListEventSources :: Type -> Type #

Read ListEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventSources

Show ListEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventSources

NFData ListEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventSources

Methods

rnf :: ListEventSources -> () #

Eq ListEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventSources

Hashable ListEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventSources

type AWSResponse ListEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventSources

type Rep ListEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventSources

type Rep ListEventSources = D1 ('MetaData "ListEventSources" "Amazonka.CloudWatchEvents.ListEventSources" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "ListEventSources'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "namePrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListEventSources :: ListEventSources Source #

Create a value of ListEventSources 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:limit:ListEventSources', listEventSources_limit - Specifying this limits the number of results returned by this operation. The operation also returns a NextToken which you can use in a subsequent operation to retrieve the next set of results.

$sel:namePrefix:ListEventSources', listEventSources_namePrefix - Specifying this limits the results to only those partner event sources with names that start with the specified prefix.

ListEventSources, listEventSources_nextToken - The token returned by a previous call to retrieve the next set of results.

data ListEventSourcesResponse Source #

See: newListEventSourcesResponse smart constructor.

Instances

Instances details
Generic ListEventSourcesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventSources

Associated Types

type Rep ListEventSourcesResponse :: Type -> Type #

Read ListEventSourcesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventSources

Show ListEventSourcesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventSources

NFData ListEventSourcesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventSources

Eq ListEventSourcesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventSources

type Rep ListEventSourcesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventSources

type Rep ListEventSourcesResponse = D1 ('MetaData "ListEventSourcesResponse" "Amazonka.CloudWatchEvents.ListEventSources" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "ListEventSourcesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EventSource])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListEventSourcesResponse Source #

Create a value of ListEventSourcesResponse 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:eventSources:ListEventSourcesResponse', listEventSourcesResponse_eventSources - The list of event sources.

ListEventSources, listEventSourcesResponse_nextToken - A token you can use in a subsequent operation to retrieve the next set of results.

$sel:httpStatus:ListEventSourcesResponse', listEventSourcesResponse_httpStatus - The response's http status code.

ListPartnerEventSourceAccounts

data ListPartnerEventSourceAccounts Source #

See: newListPartnerEventSourceAccounts smart constructor.

Instances

Instances details
ToJSON ListPartnerEventSourceAccounts Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSourceAccounts

ToHeaders ListPartnerEventSourceAccounts Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSourceAccounts

ToPath ListPartnerEventSourceAccounts Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSourceAccounts

ToQuery ListPartnerEventSourceAccounts Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSourceAccounts

AWSRequest ListPartnerEventSourceAccounts Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSourceAccounts

Generic ListPartnerEventSourceAccounts Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSourceAccounts

Associated Types

type Rep ListPartnerEventSourceAccounts :: Type -> Type #

Read ListPartnerEventSourceAccounts Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSourceAccounts

Show ListPartnerEventSourceAccounts Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSourceAccounts

NFData ListPartnerEventSourceAccounts Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSourceAccounts

Eq ListPartnerEventSourceAccounts Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSourceAccounts

Hashable ListPartnerEventSourceAccounts Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSourceAccounts

type AWSResponse ListPartnerEventSourceAccounts Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSourceAccounts

type Rep ListPartnerEventSourceAccounts Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSourceAccounts

type Rep ListPartnerEventSourceAccounts = D1 ('MetaData "ListPartnerEventSourceAccounts" "Amazonka.CloudWatchEvents.ListPartnerEventSourceAccounts" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "ListPartnerEventSourceAccounts'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventSourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListPartnerEventSourceAccounts Source #

Create a value of ListPartnerEventSourceAccounts 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:limit:ListPartnerEventSourceAccounts', listPartnerEventSourceAccounts_limit - Specifying this limits the number of results returned by this operation. The operation also returns a NextToken which you can use in a subsequent operation to retrieve the next set of results.

ListPartnerEventSourceAccounts, listPartnerEventSourceAccounts_nextToken - The token returned by a previous call to this operation. Specifying this retrieves the next set of results.

$sel:eventSourceName:ListPartnerEventSourceAccounts', listPartnerEventSourceAccounts_eventSourceName - The name of the partner event source to display account information about.

data ListPartnerEventSourceAccountsResponse Source #

Instances

Instances details
Generic ListPartnerEventSourceAccountsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSourceAccounts

Read ListPartnerEventSourceAccountsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSourceAccounts

Show ListPartnerEventSourceAccountsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSourceAccounts

NFData ListPartnerEventSourceAccountsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSourceAccounts

Eq ListPartnerEventSourceAccountsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSourceAccounts

type Rep ListPartnerEventSourceAccountsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSourceAccounts

type Rep ListPartnerEventSourceAccountsResponse = D1 ('MetaData "ListPartnerEventSourceAccountsResponse" "Amazonka.CloudWatchEvents.ListPartnerEventSourceAccounts" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "ListPartnerEventSourceAccountsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "partnerEventSourceAccounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PartnerEventSourceAccount])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListPartnerEventSourceAccountsResponse Source #

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

ListPartnerEventSourceAccounts, listPartnerEventSourceAccountsResponse_nextToken - A token you can use in a subsequent operation to retrieve the next set of results.

$sel:partnerEventSourceAccounts:ListPartnerEventSourceAccountsResponse', listPartnerEventSourceAccountsResponse_partnerEventSourceAccounts - The list of partner event sources returned by the operation.

$sel:httpStatus:ListPartnerEventSourceAccountsResponse', listPartnerEventSourceAccountsResponse_httpStatus - The response's http status code.

ListPartnerEventSources

data ListPartnerEventSources Source #

See: newListPartnerEventSources smart constructor.

Instances

Instances details
ToJSON ListPartnerEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSources

ToHeaders ListPartnerEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSources

ToPath ListPartnerEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSources

ToQuery ListPartnerEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSources

AWSRequest ListPartnerEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSources

Generic ListPartnerEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSources

Associated Types

type Rep ListPartnerEventSources :: Type -> Type #

Read ListPartnerEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSources

Show ListPartnerEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSources

NFData ListPartnerEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSources

Methods

rnf :: ListPartnerEventSources -> () #

Eq ListPartnerEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSources

Hashable ListPartnerEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSources

type AWSResponse ListPartnerEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSources

type Rep ListPartnerEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSources

type Rep ListPartnerEventSources = D1 ('MetaData "ListPartnerEventSources" "Amazonka.CloudWatchEvents.ListPartnerEventSources" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "ListPartnerEventSources'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "namePrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListPartnerEventSources Source #

Create a value of ListPartnerEventSources 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:limit:ListPartnerEventSources', listPartnerEventSources_limit - pecifying this limits the number of results returned by this operation. The operation also returns a NextToken which you can use in a subsequent operation to retrieve the next set of results.

ListPartnerEventSources, listPartnerEventSources_nextToken - The token returned by a previous call to this operation. Specifying this retrieves the next set of results.

$sel:namePrefix:ListPartnerEventSources', listPartnerEventSources_namePrefix - If you specify this, the results are limited to only those partner event sources that start with the string you specify.

data ListPartnerEventSourcesResponse Source #

See: newListPartnerEventSourcesResponse smart constructor.

Instances

Instances details
Generic ListPartnerEventSourcesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSources

Associated Types

type Rep ListPartnerEventSourcesResponse :: Type -> Type #

Read ListPartnerEventSourcesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSources

Show ListPartnerEventSourcesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSources

NFData ListPartnerEventSourcesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSources

Eq ListPartnerEventSourcesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSources

type Rep ListPartnerEventSourcesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSources

type Rep ListPartnerEventSourcesResponse = D1 ('MetaData "ListPartnerEventSourcesResponse" "Amazonka.CloudWatchEvents.ListPartnerEventSources" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "ListPartnerEventSourcesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "partnerEventSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PartnerEventSource])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListPartnerEventSourcesResponse Source #

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

ListPartnerEventSources, listPartnerEventSourcesResponse_nextToken - A token you can use in a subsequent operation to retrieve the next set of results.

$sel:partnerEventSources:ListPartnerEventSourcesResponse', listPartnerEventSourcesResponse_partnerEventSources - The list of partner event sources returned by the operation.

$sel:httpStatus:ListPartnerEventSourcesResponse', listPartnerEventSourcesResponse_httpStatus - The response's http status code.

ListReplays

data ListReplays Source #

See: newListReplays smart constructor.

Instances

Instances details
ToJSON ListReplays Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListReplays

ToHeaders ListReplays Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListReplays

Methods

toHeaders :: ListReplays -> [Header] #

ToPath ListReplays Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListReplays

ToQuery ListReplays Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListReplays

AWSRequest ListReplays Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListReplays

Associated Types

type AWSResponse ListReplays #

Generic ListReplays Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListReplays

Associated Types

type Rep ListReplays :: Type -> Type #

Read ListReplays Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListReplays

Show ListReplays Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListReplays

NFData ListReplays Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListReplays

Methods

rnf :: ListReplays -> () #

Eq ListReplays Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListReplays

Hashable ListReplays Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListReplays

type AWSResponse ListReplays Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListReplays

type Rep ListReplays Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListReplays

type Rep ListReplays = D1 ('MetaData "ListReplays" "Amazonka.CloudWatchEvents.ListReplays" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "ListReplays'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "eventSourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "namePrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplayState))))))

newListReplays :: ListReplays Source #

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

ListReplays, listReplays_eventSourceArn - The ARN of the archive from which the events are replayed.

$sel:limit:ListReplays', listReplays_limit - The maximum number of replays to retrieve.

$sel:namePrefix:ListReplays', listReplays_namePrefix - A name prefix to filter the replays returned. Only replays with name that match the prefix are returned.

ListReplays, listReplays_nextToken - The token returned by a previous call to retrieve the next set of results.

ListReplays, listReplays_state - The state of the replay.

data ListReplaysResponse Source #

See: newListReplaysResponse smart constructor.

Instances

Instances details
Generic ListReplaysResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListReplays

Associated Types

type Rep ListReplaysResponse :: Type -> Type #

Read ListReplaysResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListReplays

Show ListReplaysResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListReplays

NFData ListReplaysResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListReplays

Methods

rnf :: ListReplaysResponse -> () #

Eq ListReplaysResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListReplays

type Rep ListReplaysResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListReplays

type Rep ListReplaysResponse = D1 ('MetaData "ListReplaysResponse" "Amazonka.CloudWatchEvents.ListReplays" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "ListReplaysResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "replays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Replay])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListReplaysResponse Source #

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

ListReplays, listReplaysResponse_nextToken - The token returned by a previous call to retrieve the next set of results.

$sel:replays:ListReplaysResponse', listReplaysResponse_replays - An array of Replay objects that contain information about the replay.

$sel:httpStatus:ListReplaysResponse', listReplaysResponse_httpStatus - The response's http status code.

ListRuleNamesByTarget (Paginated)

data ListRuleNamesByTarget Source #

See: newListRuleNamesByTarget smart constructor.

Instances

Instances details
ToJSON ListRuleNamesByTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRuleNamesByTarget

ToHeaders ListRuleNamesByTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRuleNamesByTarget

ToPath ListRuleNamesByTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRuleNamesByTarget

ToQuery ListRuleNamesByTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRuleNamesByTarget

AWSPager ListRuleNamesByTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRuleNamesByTarget

AWSRequest ListRuleNamesByTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRuleNamesByTarget

Associated Types

type AWSResponse ListRuleNamesByTarget #

Generic ListRuleNamesByTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRuleNamesByTarget

Associated Types

type Rep ListRuleNamesByTarget :: Type -> Type #

Read ListRuleNamesByTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRuleNamesByTarget

Show ListRuleNamesByTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRuleNamesByTarget

NFData ListRuleNamesByTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRuleNamesByTarget

Methods

rnf :: ListRuleNamesByTarget -> () #

Eq ListRuleNamesByTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRuleNamesByTarget

Hashable ListRuleNamesByTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRuleNamesByTarget

type AWSResponse ListRuleNamesByTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRuleNamesByTarget

type Rep ListRuleNamesByTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRuleNamesByTarget

type Rep ListRuleNamesByTarget = D1 ('MetaData "ListRuleNamesByTarget" "Amazonka.CloudWatchEvents.ListRuleNamesByTarget" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "ListRuleNamesByTarget'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "eventBusName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListRuleNamesByTarget Source #

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

ListRuleNamesByTarget, listRuleNamesByTarget_eventBusName - The name or ARN of the event bus to list rules for. If you omit this, the default event bus is used.

$sel:limit:ListRuleNamesByTarget', listRuleNamesByTarget_limit - The maximum number of results to return.

ListRuleNamesByTarget, listRuleNamesByTarget_nextToken - The token returned by a previous call to retrieve the next set of results.

$sel:targetArn:ListRuleNamesByTarget', listRuleNamesByTarget_targetArn - The Amazon Resource Name (ARN) of the target resource.

data ListRuleNamesByTargetResponse Source #

See: newListRuleNamesByTargetResponse smart constructor.

Instances

Instances details
Generic ListRuleNamesByTargetResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRuleNamesByTarget

Associated Types

type Rep ListRuleNamesByTargetResponse :: Type -> Type #

Read ListRuleNamesByTargetResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRuleNamesByTarget

Show ListRuleNamesByTargetResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRuleNamesByTarget

NFData ListRuleNamesByTargetResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRuleNamesByTarget

Eq ListRuleNamesByTargetResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRuleNamesByTarget

type Rep ListRuleNamesByTargetResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRuleNamesByTarget

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

newListRuleNamesByTargetResponse Source #

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

ListRuleNamesByTarget, listRuleNamesByTargetResponse_nextToken - Indicates whether there are additional results to retrieve. If there are no more results, the value is null.

$sel:ruleNames:ListRuleNamesByTargetResponse', listRuleNamesByTargetResponse_ruleNames - The names of the rules that can invoke the given target.

$sel:httpStatus:ListRuleNamesByTargetResponse', listRuleNamesByTargetResponse_httpStatus - The response's http status code.

ListRules (Paginated)

data ListRules Source #

See: newListRules smart constructor.

Instances

Instances details
ToJSON ListRules Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRules

ToHeaders ListRules Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRules

Methods

toHeaders :: ListRules -> [Header] #

ToPath ListRules Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRules

ToQuery ListRules Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRules

AWSPager ListRules Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRules

AWSRequest ListRules Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRules

Associated Types

type AWSResponse ListRules #

Generic ListRules Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRules

Associated Types

type Rep ListRules :: Type -> Type #

Read ListRules Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRules

Show ListRules Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRules

NFData ListRules Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRules

Methods

rnf :: ListRules -> () #

Eq ListRules Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRules

Hashable ListRules Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRules

type AWSResponse ListRules Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRules

type Rep ListRules Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRules

type Rep ListRules = D1 ('MetaData "ListRules" "Amazonka.CloudWatchEvents.ListRules" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "ListRules'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "eventBusName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "namePrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListRules :: ListRules Source #

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

ListRules, listRules_eventBusName - The name or ARN of the event bus to list the rules for. If you omit this, the default event bus is used.

$sel:limit:ListRules', listRules_limit - The maximum number of results to return.

$sel:namePrefix:ListRules', listRules_namePrefix - The prefix matching the rule name.

ListRules, listRules_nextToken - The token returned by a previous call to retrieve the next set of results.

data ListRulesResponse Source #

See: newListRulesResponse smart constructor.

Instances

Instances details
Generic ListRulesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRules

Associated Types

type Rep ListRulesResponse :: Type -> Type #

Read ListRulesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRules

Show ListRulesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRules

NFData ListRulesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRules

Methods

rnf :: ListRulesResponse -> () #

Eq ListRulesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRules

type Rep ListRulesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRules

type Rep ListRulesResponse = D1 ('MetaData "ListRulesResponse" "Amazonka.CloudWatchEvents.ListRules" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "ListRulesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "rules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Rule])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListRulesResponse Source #

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

ListRules, listRulesResponse_nextToken - Indicates whether there are additional results to retrieve. If there are no more results, the value is null.

$sel:rules:ListRulesResponse', listRulesResponse_rules - The rules that match the specified criteria.

$sel:httpStatus:ListRulesResponse', listRulesResponse_httpStatus - The response's http status code.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
ToJSON ListTagsForResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTagsForResource

ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTagsForResource

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTagsForResource

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTagsForResource

type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTagsForResource

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

newListTagsForResource Source #

Create a value of ListTagsForResource 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:resourceARN:ListTagsForResource', listTagsForResource_resourceARN - The ARN of the EventBridge resource for which you want to view tags.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTagsForResource

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTagsForResource

Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTagsForResource

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

newListTagsForResourceResponse Source #

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

ListTagsForResourceResponse, listTagsForResourceResponse_tags - The list of tag keys and values associated with the resource you specified

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

ListTargetsByRule (Paginated)

data ListTargetsByRule Source #

See: newListTargetsByRule smart constructor.

Instances

Instances details
ToJSON ListTargetsByRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTargetsByRule

ToHeaders ListTargetsByRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTargetsByRule

ToPath ListTargetsByRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTargetsByRule

ToQuery ListTargetsByRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTargetsByRule

AWSPager ListTargetsByRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTargetsByRule

AWSRequest ListTargetsByRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTargetsByRule

Associated Types

type AWSResponse ListTargetsByRule #

Generic ListTargetsByRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTargetsByRule

Associated Types

type Rep ListTargetsByRule :: Type -> Type #

Read ListTargetsByRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTargetsByRule

Show ListTargetsByRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTargetsByRule

NFData ListTargetsByRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTargetsByRule

Methods

rnf :: ListTargetsByRule -> () #

Eq ListTargetsByRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTargetsByRule

Hashable ListTargetsByRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTargetsByRule

type AWSResponse ListTargetsByRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTargetsByRule

type Rep ListTargetsByRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTargetsByRule

type Rep ListTargetsByRule = D1 ('MetaData "ListTargetsByRule" "Amazonka.CloudWatchEvents.ListTargetsByRule" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "ListTargetsByRule'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "eventBusName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "rule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListTargetsByRule Source #

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

ListTargetsByRule, listTargetsByRule_eventBusName - The name or ARN of the event bus associated with the rule. If you omit this, the default event bus is used.

$sel:limit:ListTargetsByRule', listTargetsByRule_limit - The maximum number of results to return.

ListTargetsByRule, listTargetsByRule_nextToken - The token returned by a previous call to retrieve the next set of results.

$sel:rule:ListTargetsByRule', listTargetsByRule_rule - The name of the rule.

data ListTargetsByRuleResponse Source #

See: newListTargetsByRuleResponse smart constructor.

Instances

Instances details
Generic ListTargetsByRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTargetsByRule

Associated Types

type Rep ListTargetsByRuleResponse :: Type -> Type #

Read ListTargetsByRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTargetsByRule

Show ListTargetsByRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTargetsByRule

NFData ListTargetsByRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTargetsByRule

Eq ListTargetsByRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTargetsByRule

type Rep ListTargetsByRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTargetsByRule

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

newListTargetsByRuleResponse Source #

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

ListTargetsByRule, listTargetsByRuleResponse_nextToken - Indicates whether there are additional results to retrieve. If there are no more results, the value is null.

$sel:targets:ListTargetsByRuleResponse', listTargetsByRuleResponse_targets - The targets assigned to the rule.

$sel:httpStatus:ListTargetsByRuleResponse', listTargetsByRuleResponse_httpStatus - The response's http status code.

PutEvents

data PutEvents Source #

See: newPutEvents smart constructor.

Instances

Instances details
ToJSON PutEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutEvents

ToHeaders PutEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutEvents

Methods

toHeaders :: PutEvents -> [Header] #

ToPath PutEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutEvents

ToQuery PutEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutEvents

AWSRequest PutEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutEvents

Associated Types

type AWSResponse PutEvents #

Generic PutEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutEvents

Associated Types

type Rep PutEvents :: Type -> Type #

Read PutEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutEvents

Show PutEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutEvents

NFData PutEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutEvents

Methods

rnf :: PutEvents -> () #

Eq PutEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutEvents

Hashable PutEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutEvents

type AWSResponse PutEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutEvents

type Rep PutEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutEvents

type Rep PutEvents = D1 ('MetaData "PutEvents" "Amazonka.CloudWatchEvents.PutEvents" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "PutEvents'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "entries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty PutEventsRequestEntry))))

newPutEvents Source #

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

PutEvents, putEvents_endpointId - The URL subdomain of the endpoint. For example, if the URL for Endpoint is abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo.

When using Java, you must include auth-crt on the class path.

PutEvents, putEvents_entries - The entry that defines an event in your system. You can specify several parameters for the entry such as the source and type of the event, resources associated with the event, and so on.

data PutEventsResponse Source #

See: newPutEventsResponse smart constructor.

Instances

Instances details
Generic PutEventsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutEvents

Associated Types

type Rep PutEventsResponse :: Type -> Type #

Read PutEventsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutEvents

Show PutEventsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutEvents

NFData PutEventsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutEvents

Methods

rnf :: PutEventsResponse -> () #

Eq PutEventsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutEvents

type Rep PutEventsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutEvents

type Rep PutEventsResponse = D1 ('MetaData "PutEventsResponse" "Amazonka.CloudWatchEvents.PutEvents" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "PutEventsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "entries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PutEventsResultEntry])) :*: (S1 ('MetaSel ('Just "failedEntryCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newPutEventsResponse Source #

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

PutEvents, putEventsResponse_entries - The successfully and unsuccessfully ingested events results. If the ingestion was successful, the entry has the event ID in it. Otherwise, you can use the error code and error message to identify the problem with the entry.

$sel:failedEntryCount:PutEventsResponse', putEventsResponse_failedEntryCount - The number of failed entries.

$sel:httpStatus:PutEventsResponse', putEventsResponse_httpStatus - The response's http status code.

PutPartnerEvents

data PutPartnerEvents Source #

See: newPutPartnerEvents smart constructor.

Instances

Instances details
ToJSON PutPartnerEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

ToHeaders PutPartnerEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

ToPath PutPartnerEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

ToQuery PutPartnerEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

AWSRequest PutPartnerEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

Associated Types

type AWSResponse PutPartnerEvents #

Generic PutPartnerEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

Associated Types

type Rep PutPartnerEvents :: Type -> Type #

Read PutPartnerEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

Show PutPartnerEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

NFData PutPartnerEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

Methods

rnf :: PutPartnerEvents -> () #

Eq PutPartnerEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

Hashable PutPartnerEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

type AWSResponse PutPartnerEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

type Rep PutPartnerEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

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

newPutPartnerEvents Source #

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

PutPartnerEvents, putPartnerEvents_entries - The list of events to write to the event bus.

data PutPartnerEventsResponse Source #

See: newPutPartnerEventsResponse smart constructor.

Instances

Instances details
Generic PutPartnerEventsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

Associated Types

type Rep PutPartnerEventsResponse :: Type -> Type #

Read PutPartnerEventsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

Show PutPartnerEventsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

NFData PutPartnerEventsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

Eq PutPartnerEventsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

type Rep PutPartnerEventsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

type Rep PutPartnerEventsResponse = D1 ('MetaData "PutPartnerEventsResponse" "Amazonka.CloudWatchEvents.PutPartnerEvents" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "PutPartnerEventsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "entries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PutPartnerEventsResultEntry])) :*: (S1 ('MetaSel ('Just "failedEntryCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newPutPartnerEventsResponse Source #

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

PutPartnerEvents, putPartnerEventsResponse_entries - The list of events from this operation that were successfully written to the partner event bus.

$sel:failedEntryCount:PutPartnerEventsResponse', putPartnerEventsResponse_failedEntryCount - The number of events from this operation that could not be written to the partner event bus.

$sel:httpStatus:PutPartnerEventsResponse', putPartnerEventsResponse_httpStatus - The response's http status code.

PutPermission

data PutPermission Source #

See: newPutPermission smart constructor.

Instances

Instances details
ToJSON PutPermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPermission

ToHeaders PutPermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPermission

ToPath PutPermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPermission

ToQuery PutPermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPermission

AWSRequest PutPermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPermission

Associated Types

type AWSResponse PutPermission #

Generic PutPermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPermission

Associated Types

type Rep PutPermission :: Type -> Type #

Read PutPermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPermission

Show PutPermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPermission

NFData PutPermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPermission

Methods

rnf :: PutPermission -> () #

Eq PutPermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPermission

Hashable PutPermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPermission

type AWSResponse PutPermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPermission

type Rep PutPermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPermission

type Rep PutPermission = D1 ('MetaData "PutPermission" "Amazonka.CloudWatchEvents.PutPermission" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "PutPermission'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "condition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Condition)) :*: S1 ('MetaSel ('Just "eventBusName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "policy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "principal") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "statementId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newPutPermission :: PutPermission Source #

Create a value of PutPermission 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:action:PutPermission', putPermission_action - The action that you are enabling the other account to perform.

$sel:condition:PutPermission', putPermission_condition - This parameter enables you to limit the permission to accounts that fulfill a certain condition, such as being a member of a certain Amazon Web Services organization. For more information about Amazon Web Services Organizations, see What Is Amazon Web Services Organizations in the Amazon Web Services Organizations User Guide.

If you specify Condition with an Amazon Web Services organization ID, and specify "*" as the value for Principal, you grant permission to all the accounts in the named organization.

The Condition is a JSON string which must contain Type, Key, and Value fields.

PutPermission, putPermission_eventBusName - The name of the event bus associated with the rule. If you omit this, the default event bus is used.

PutPermission, putPermission_policy - A JSON string that describes the permission policy statement. You can include a Policy parameter in the request instead of using the StatementId, Action, Principal, or Condition parameters.

$sel:principal:PutPermission', putPermission_principal - The 12-digit Amazon Web Services account ID that you are permitting to put events to your default event bus. Specify "*" to permit any account to put events to your default event bus.

If you specify "*" without specifying Condition, avoid creating rules that may match undesirable events. To create more secure rules, make sure that the event pattern for each rule contains an account field with a specific account ID from which to receive events. Rules with an account field do not match any events sent from other accounts.

$sel:statementId:PutPermission', putPermission_statementId - An identifier string for the external account that you are granting permissions to. If you later want to revoke the permission for this external account, specify this StatementId when you run RemovePermission.

Each StatementId must be unique.

data PutPermissionResponse Source #

See: newPutPermissionResponse smart constructor.

Instances

Instances details
Generic PutPermissionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPermission

Associated Types

type Rep PutPermissionResponse :: Type -> Type #

Read PutPermissionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPermission

Show PutPermissionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPermission

NFData PutPermissionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPermission

Methods

rnf :: PutPermissionResponse -> () #

Eq PutPermissionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPermission

type Rep PutPermissionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPermission

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

newPutPermissionResponse :: PutPermissionResponse Source #

Create a value of PutPermissionResponse with all optional fields omitted.

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

PutRule

data PutRule Source #

See: newPutRule smart constructor.

Instances

Instances details
ToJSON PutRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutRule

ToHeaders PutRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutRule

Methods

toHeaders :: PutRule -> [Header] #

ToPath PutRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutRule

Methods

toPath :: PutRule -> ByteString #

ToQuery PutRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutRule

AWSRequest PutRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutRule

Associated Types

type AWSResponse PutRule #

Generic PutRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutRule

Associated Types

type Rep PutRule :: Type -> Type #

Methods

from :: PutRule -> Rep PutRule x #

to :: Rep PutRule x -> PutRule #

Read PutRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutRule

Show PutRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutRule

NFData PutRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutRule

Methods

rnf :: PutRule -> () #

Eq PutRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutRule

Methods

(==) :: PutRule -> PutRule -> Bool #

(/=) :: PutRule -> PutRule -> Bool #

Hashable PutRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutRule

Methods

hashWithSalt :: Int -> PutRule -> Int #

hash :: PutRule -> Int #

type AWSResponse PutRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutRule

type Rep PutRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutRule

newPutRule Source #

Arguments

:: Text

PutRule

-> PutRule 

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

PutRule, putRule_description - A description of the rule.

PutRule, putRule_eventBusName - The name or ARN of the event bus to associate with this rule. If you omit this, the default event bus is used.

PutRule, putRule_eventPattern - The event pattern. For more information, see EventBridge event patterns in the Amazon EventBridge User Guide.

PutRule, putRule_roleArn - The Amazon Resource Name (ARN) of the IAM role associated with the rule.

If you're setting an event bus in another account as the target and that account granted permission to your account through an organization instead of directly by the account ID, you must specify a RoleArn with proper permissions in the Target structure, instead of here in this parameter.

PutRule, putRule_scheduleExpression - The scheduling expression. For example, "cron(0 20 * * ? *)" or "rate(5 minutes)".

PutRule, putRule_state - Indicates whether the rule is enabled or disabled.

PutRule, putRule_tags - The list of key-value pairs to associate with the rule.

PutRule, putRule_name - The name of the rule that you are creating or updating.

data PutRuleResponse Source #

See: newPutRuleResponse smart constructor.

Constructors

PutRuleResponse' (Maybe Text) Int 

Instances

Instances details
Generic PutRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutRule

Associated Types

type Rep PutRuleResponse :: Type -> Type #

Read PutRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutRule

Show PutRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutRule

NFData PutRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutRule

Methods

rnf :: PutRuleResponse -> () #

Eq PutRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutRule

type Rep PutRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutRule

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

newPutRuleResponse Source #

Create a value of PutRuleResponse 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:ruleArn:PutRuleResponse', putRuleResponse_ruleArn - The Amazon Resource Name (ARN) of the rule.

$sel:httpStatus:PutRuleResponse', putRuleResponse_httpStatus - The response's http status code.

PutTargets

data PutTargets Source #

See: newPutTargets smart constructor.

Instances

Instances details
ToJSON PutTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutTargets

ToHeaders PutTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutTargets

Methods

toHeaders :: PutTargets -> [Header] #

ToPath PutTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutTargets

ToQuery PutTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutTargets

AWSRequest PutTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutTargets

Associated Types

type AWSResponse PutTargets #

Generic PutTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutTargets

Associated Types

type Rep PutTargets :: Type -> Type #

Read PutTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutTargets

Show PutTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutTargets

NFData PutTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutTargets

Methods

rnf :: PutTargets -> () #

Eq PutTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutTargets

Hashable PutTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutTargets

type AWSResponse PutTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutTargets

type Rep PutTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutTargets

type Rep PutTargets = D1 ('MetaData "PutTargets" "Amazonka.CloudWatchEvents.PutTargets" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "PutTargets'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventBusName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "rule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "targets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Target)))))

newPutTargets Source #

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

PutTargets, putTargets_eventBusName - The name or ARN of the event bus associated with the rule. If you omit this, the default event bus is used.

$sel:rule:PutTargets', putTargets_rule - The name of the rule.

$sel:targets:PutTargets', putTargets_targets - The targets to update or add to the rule.

data PutTargetsResponse Source #

See: newPutTargetsResponse smart constructor.

Instances

Instances details
Generic PutTargetsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutTargets

Associated Types

type Rep PutTargetsResponse :: Type -> Type #

Read PutTargetsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutTargets

Show PutTargetsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutTargets

NFData PutTargetsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutTargets

Methods

rnf :: PutTargetsResponse -> () #

Eq PutTargetsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutTargets

type Rep PutTargetsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutTargets

type Rep PutTargetsResponse = D1 ('MetaData "PutTargetsResponse" "Amazonka.CloudWatchEvents.PutTargets" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "PutTargetsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failedEntries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PutTargetsResultEntry])) :*: (S1 ('MetaSel ('Just "failedEntryCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newPutTargetsResponse Source #

Create a value of PutTargetsResponse 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:failedEntries:PutTargetsResponse', putTargetsResponse_failedEntries - The failed target entries.

$sel:failedEntryCount:PutTargetsResponse', putTargetsResponse_failedEntryCount - The number of failed entries.

$sel:httpStatus:PutTargetsResponse', putTargetsResponse_httpStatus - The response's http status code.

RemovePermission

data RemovePermission Source #

See: newRemovePermission smart constructor.

Instances

Instances details
ToJSON RemovePermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemovePermission

ToHeaders RemovePermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemovePermission

ToPath RemovePermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemovePermission

ToQuery RemovePermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemovePermission

AWSRequest RemovePermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemovePermission

Associated Types

type AWSResponse RemovePermission #

Generic RemovePermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemovePermission

Associated Types

type Rep RemovePermission :: Type -> Type #

Read RemovePermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemovePermission

Show RemovePermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemovePermission

NFData RemovePermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemovePermission

Methods

rnf :: RemovePermission -> () #

Eq RemovePermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemovePermission

Hashable RemovePermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemovePermission

type AWSResponse RemovePermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemovePermission

type Rep RemovePermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemovePermission

type Rep RemovePermission = D1 ('MetaData "RemovePermission" "Amazonka.CloudWatchEvents.RemovePermission" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "RemovePermission'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventBusName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "removeAllPermissions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "statementId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newRemovePermission :: RemovePermission Source #

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

RemovePermission, removePermission_eventBusName - The name of the event bus to revoke permissions for. If you omit this, the default event bus is used.

$sel:removeAllPermissions:RemovePermission', removePermission_removeAllPermissions - Specifies whether to remove all permissions.

$sel:statementId:RemovePermission', removePermission_statementId - The statement ID corresponding to the account that is no longer allowed to put events to the default event bus.

data RemovePermissionResponse Source #

See: newRemovePermissionResponse smart constructor.

Instances

Instances details
Generic RemovePermissionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemovePermission

Associated Types

type Rep RemovePermissionResponse :: Type -> Type #

Read RemovePermissionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemovePermission

Show RemovePermissionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemovePermission

NFData RemovePermissionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemovePermission

Eq RemovePermissionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemovePermission

type Rep RemovePermissionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemovePermission

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

newRemovePermissionResponse :: RemovePermissionResponse Source #

Create a value of RemovePermissionResponse with all optional fields omitted.

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

RemoveTargets

data RemoveTargets Source #

See: newRemoveTargets smart constructor.

Instances

Instances details
ToJSON RemoveTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemoveTargets

ToHeaders RemoveTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemoveTargets

ToPath RemoveTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemoveTargets

ToQuery RemoveTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemoveTargets

AWSRequest RemoveTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemoveTargets

Associated Types

type AWSResponse RemoveTargets #

Generic RemoveTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemoveTargets

Associated Types

type Rep RemoveTargets :: Type -> Type #

Read RemoveTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemoveTargets

Show RemoveTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemoveTargets

NFData RemoveTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemoveTargets

Methods

rnf :: RemoveTargets -> () #

Eq RemoveTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemoveTargets

Hashable RemoveTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemoveTargets

type AWSResponse RemoveTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemoveTargets

type Rep RemoveTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemoveTargets

type Rep RemoveTargets = D1 ('MetaData "RemoveTargets" "Amazonka.CloudWatchEvents.RemoveTargets" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "RemoveTargets'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "eventBusName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "force") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "rule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "ids") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)))))

newRemoveTargets Source #

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

RemoveTargets, removeTargets_eventBusName - The name or ARN of the event bus associated with the rule. If you omit this, the default event bus is used.

$sel:force:RemoveTargets', removeTargets_force - If this is a managed rule, created by an Amazon Web Services service on your behalf, you must specify Force as True to remove targets. This parameter is ignored for rules that are not managed rules. You can check whether a rule is a managed rule by using DescribeRule or ListRules and checking the ManagedBy field of the response.

$sel:rule:RemoveTargets', removeTargets_rule - The name of the rule.

$sel:ids:RemoveTargets', removeTargets_ids - The IDs of the targets to remove from the rule.

data RemoveTargetsResponse Source #

See: newRemoveTargetsResponse smart constructor.

Instances

Instances details
Generic RemoveTargetsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemoveTargets

Associated Types

type Rep RemoveTargetsResponse :: Type -> Type #

Read RemoveTargetsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemoveTargets

Show RemoveTargetsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemoveTargets

NFData RemoveTargetsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemoveTargets

Methods

rnf :: RemoveTargetsResponse -> () #

Eq RemoveTargetsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemoveTargets

type Rep RemoveTargetsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemoveTargets

type Rep RemoveTargetsResponse = D1 ('MetaData "RemoveTargetsResponse" "Amazonka.CloudWatchEvents.RemoveTargets" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "RemoveTargetsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failedEntries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RemoveTargetsResultEntry])) :*: (S1 ('MetaSel ('Just "failedEntryCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newRemoveTargetsResponse Source #

Create a value of RemoveTargetsResponse 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:failedEntries:RemoveTargetsResponse', removeTargetsResponse_failedEntries - The failed target entries.

$sel:failedEntryCount:RemoveTargetsResponse', removeTargetsResponse_failedEntryCount - The number of failed entries.

$sel:httpStatus:RemoveTargetsResponse', removeTargetsResponse_httpStatus - The response's http status code.

StartReplay

data StartReplay Source #

See: newStartReplay smart constructor.

Instances

Instances details
ToJSON StartReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.StartReplay

ToHeaders StartReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.StartReplay

Methods

toHeaders :: StartReplay -> [Header] #

ToPath StartReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.StartReplay

ToQuery StartReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.StartReplay

AWSRequest StartReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.StartReplay

Associated Types

type AWSResponse StartReplay #

Generic StartReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.StartReplay

Associated Types

type Rep StartReplay :: Type -> Type #

Read StartReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.StartReplay

Show StartReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.StartReplay

NFData StartReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.StartReplay

Methods

rnf :: StartReplay -> () #

Eq StartReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.StartReplay

Hashable StartReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.StartReplay

type AWSResponse StartReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.StartReplay

type Rep StartReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.StartReplay

type Rep StartReplay = D1 ('MetaData "StartReplay" "Amazonka.CloudWatchEvents.StartReplay" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "StartReplay'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "replayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "eventSourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "eventStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "eventEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ReplayDestination)))))

newStartReplay Source #

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

StartReplay, startReplay_description - A description for the replay to start.

StartReplay, startReplay_replayName - The name of the replay to start.

StartReplay, startReplay_eventSourceArn - The ARN of the archive to replay events from.

StartReplay, startReplay_eventStartTime - A time stamp for the time to start replaying events. Only events that occurred between the EventStartTime and EventEndTime are replayed.

StartReplay, startReplay_eventEndTime - A time stamp for the time to stop replaying events. Only events that occurred between the EventStartTime and EventEndTime are replayed.

$sel:destination:StartReplay', startReplay_destination - A ReplayDestination object that includes details about the destination for the replay.

data StartReplayResponse Source #

See: newStartReplayResponse smart constructor.

Instances

Instances details
Generic StartReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.StartReplay

Associated Types

type Rep StartReplayResponse :: Type -> Type #

Read StartReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.StartReplay

Show StartReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.StartReplay

NFData StartReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.StartReplay

Methods

rnf :: StartReplayResponse -> () #

Eq StartReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.StartReplay

type Rep StartReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.StartReplay

type Rep StartReplayResponse = D1 ('MetaData "StartReplayResponse" "Amazonka.CloudWatchEvents.StartReplay" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "StartReplayResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "replayArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replayStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (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)))))

newStartReplayResponse Source #

Create a value of StartReplayResponse 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:StartReplayResponse', startReplayResponse_replayArn - The ARN of the replay.

StartReplayResponse, startReplayResponse_replayStartTime - The time at which the replay started.

StartReplayResponse, startReplayResponse_state - The state of the replay.

StartReplayResponse, startReplayResponse_stateReason - The reason that the replay is in the state.

$sel:httpStatus:StartReplayResponse', startReplayResponse_httpStatus - The response's http status code.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Constructors

TagResource' Text [Tag] 

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Read TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

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

newTagResource Source #

Create a value of TagResource 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:resourceARN:TagResource', tagResource_resourceARN - The ARN of the EventBridge resource that you're adding tags to.

TagResource, tagResource_tags - The list of key-value pairs to associate with the resource.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

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

newTagResourceResponse Source #

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

TestEventPattern

data TestEventPattern Source #

See: newTestEventPattern smart constructor.

Instances

Instances details
ToJSON TestEventPattern Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TestEventPattern

ToHeaders TestEventPattern Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TestEventPattern

ToPath TestEventPattern Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TestEventPattern

ToQuery TestEventPattern Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TestEventPattern

AWSRequest TestEventPattern Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TestEventPattern

Associated Types

type AWSResponse TestEventPattern #

Generic TestEventPattern Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TestEventPattern

Associated Types

type Rep TestEventPattern :: Type -> Type #

Read TestEventPattern Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TestEventPattern

Show TestEventPattern Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TestEventPattern

NFData TestEventPattern Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TestEventPattern

Methods

rnf :: TestEventPattern -> () #

Eq TestEventPattern Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TestEventPattern

Hashable TestEventPattern Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TestEventPattern

type AWSResponse TestEventPattern Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TestEventPattern

type Rep TestEventPattern Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TestEventPattern

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

newTestEventPattern Source #

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

TestEventPattern, testEventPattern_eventPattern - The event pattern. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide.

$sel:event:TestEventPattern', testEventPattern_event - The event, in JSON format, to test against the event pattern. The JSON must follow the format specified in Amazon Web Services Events, and the following fields are mandatory:

  • id
  • account
  • source
  • time
  • region
  • resources
  • detail-type

data TestEventPatternResponse Source #

See: newTestEventPatternResponse smart constructor.

Instances

Instances details
Generic TestEventPatternResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TestEventPattern

Associated Types

type Rep TestEventPatternResponse :: Type -> Type #

Read TestEventPatternResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TestEventPattern

Show TestEventPatternResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TestEventPattern

NFData TestEventPatternResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TestEventPattern

Eq TestEventPatternResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TestEventPattern

type Rep TestEventPatternResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TestEventPattern

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

newTestEventPatternResponse Source #

Create a value of TestEventPatternResponse 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:result:TestEventPatternResponse', testEventPatternResponse_result - Indicates whether the event matches the event pattern.

$sel:httpStatus:TestEventPatternResponse', testEventPatternResponse_httpStatus - The response's http status code.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' Text [Text] 

Instances

Instances details
ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UntagResource

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Read UntagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UntagResource

type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UntagResource

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

newUntagResource Source #

Create a value of UntagResource 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:resourceARN:UntagResource', untagResource_resourceARN - The ARN of the EventBridge resource from which you are removing tags.

$sel:tagKeys:UntagResource', untagResource_tagKeys - The list of tag keys to remove from the resource.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UntagResource

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

newUntagResourceResponse Source #

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

UpdateApiDestination

data UpdateApiDestination Source #

See: newUpdateApiDestination smart constructor.

Instances

Instances details
ToJSON UpdateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateApiDestination

ToHeaders UpdateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateApiDestination

ToPath UpdateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateApiDestination

ToQuery UpdateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateApiDestination

AWSRequest UpdateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateApiDestination

Associated Types

type AWSResponse UpdateApiDestination #

Generic UpdateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateApiDestination

Associated Types

type Rep UpdateApiDestination :: Type -> Type #

Read UpdateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateApiDestination

Show UpdateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateApiDestination

NFData UpdateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateApiDestination

Methods

rnf :: UpdateApiDestination -> () #

Eq UpdateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateApiDestination

Hashable UpdateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateApiDestination

type AWSResponse UpdateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateApiDestination

type Rep UpdateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateApiDestination

type Rep UpdateApiDestination = D1 ('MetaData "UpdateApiDestination" "Amazonka.CloudWatchEvents.UpdateApiDestination" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "UpdateApiDestination'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "connectionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApiDestinationHttpMethod)))) :*: (S1 ('MetaSel ('Just "invocationEndpoint") '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)))))

newUpdateApiDestination Source #

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

UpdateApiDestination, updateApiDestination_connectionArn - The ARN of the connection to use for the API destination.

UpdateApiDestination, updateApiDestination_description - The name of the API destination to update.

UpdateApiDestination, updateApiDestination_httpMethod - The method to use for the API destination.

UpdateApiDestination, updateApiDestination_invocationEndpoint - The URL to the endpoint to use for the API destination.

UpdateApiDestination, updateApiDestination_invocationRateLimitPerSecond - The maximum number of invocations per second to send to the API destination.

UpdateApiDestination, updateApiDestination_name - The name of the API destination to update.

data UpdateApiDestinationResponse Source #

See: newUpdateApiDestinationResponse smart constructor.

Instances

Instances details
Generic UpdateApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateApiDestination

Associated Types

type Rep UpdateApiDestinationResponse :: Type -> Type #

Read UpdateApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateApiDestination

Show UpdateApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateApiDestination

NFData UpdateApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateApiDestination

Eq UpdateApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateApiDestination

type Rep UpdateApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateApiDestination

type Rep UpdateApiDestinationResponse = D1 ('MetaData "UpdateApiDestinationResponse" "Amazonka.CloudWatchEvents.UpdateApiDestination" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "UpdateApiDestinationResponse'" '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)))))

newUpdateApiDestinationResponse Source #

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

UpdateApiDestinationResponse, updateApiDestinationResponse_apiDestinationArn - The ARN of the API destination that was updated.

UpdateApiDestinationResponse, updateApiDestinationResponse_apiDestinationState - The state of the API destination that was updated.

UpdateApiDestinationResponse, updateApiDestinationResponse_creationTime - A time stamp for the time that the API destination was created.

UpdateApiDestinationResponse, updateApiDestinationResponse_lastModifiedTime - A time stamp for the time that the API destination was last modified.

$sel:httpStatus:UpdateApiDestinationResponse', updateApiDestinationResponse_httpStatus - The response's http status code.

UpdateArchive

data UpdateArchive Source #

See: newUpdateArchive smart constructor.

Instances

Instances details
ToJSON UpdateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateArchive

ToHeaders UpdateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateArchive

ToPath UpdateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateArchive

ToQuery UpdateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateArchive

AWSRequest UpdateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateArchive

Associated Types

type AWSResponse UpdateArchive #

Generic UpdateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateArchive

Associated Types

type Rep UpdateArchive :: Type -> Type #

Read UpdateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateArchive

Show UpdateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateArchive

NFData UpdateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateArchive

Methods

rnf :: UpdateArchive -> () #

Eq UpdateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateArchive

Hashable UpdateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateArchive

type AWSResponse UpdateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateArchive

type Rep UpdateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateArchive

type Rep UpdateArchive = D1 ('MetaData "UpdateArchive" "Amazonka.CloudWatchEvents.UpdateArchive" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "UpdateArchive'" '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))))

newUpdateArchive Source #

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

UpdateArchive, updateArchive_description - The description for the archive.

UpdateArchive, updateArchive_eventPattern - The event pattern to use to filter events sent to the archive.

UpdateArchive, updateArchive_retentionDays - The number of days to retain events in the archive.

UpdateArchive, updateArchive_archiveName - The name of the archive to update.

data UpdateArchiveResponse Source #

See: newUpdateArchiveResponse smart constructor.

Instances

Instances details
Generic UpdateArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateArchive

Associated Types

type Rep UpdateArchiveResponse :: Type -> Type #

Read UpdateArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateArchive

Show UpdateArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateArchive

NFData UpdateArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateArchive

Methods

rnf :: UpdateArchiveResponse -> () #

Eq UpdateArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateArchive

type Rep UpdateArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateArchive

type Rep UpdateArchiveResponse = D1 ('MetaData "UpdateArchiveResponse" "Amazonka.CloudWatchEvents.UpdateArchive" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "UpdateArchiveResponse'" '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)))))

newUpdateArchiveResponse Source #

Create a value of UpdateArchiveResponse 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:UpdateArchiveResponse', updateArchiveResponse_archiveArn - The ARN of the archive.

UpdateArchiveResponse, updateArchiveResponse_creationTime - The time at which the archive was updated.

UpdateArchiveResponse, updateArchiveResponse_state - The state of the archive.

UpdateArchiveResponse, updateArchiveResponse_stateReason - The reason that the archive is in the current state.

$sel:httpStatus:UpdateArchiveResponse', updateArchiveResponse_httpStatus - The response's http status code.

UpdateConnection

data UpdateConnection Source #

See: newUpdateConnection smart constructor.

Instances

Instances details
ToJSON UpdateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateConnection

ToHeaders UpdateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateConnection

ToPath UpdateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateConnection

ToQuery UpdateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateConnection

AWSRequest UpdateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateConnection

Associated Types

type AWSResponse UpdateConnection #

Generic UpdateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateConnection

Associated Types

type Rep UpdateConnection :: Type -> Type #

Read UpdateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateConnection

Show UpdateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateConnection

NFData UpdateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateConnection

Methods

rnf :: UpdateConnection -> () #

Eq UpdateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateConnection

Hashable UpdateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateConnection

type AWSResponse UpdateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateConnection

type Rep UpdateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateConnection

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

newUpdateConnection Source #

Create a value of UpdateConnection 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:authParameters:UpdateConnection', updateConnection_authParameters - The authorization parameters to use for the connection.

UpdateConnection, updateConnection_authorizationType - The type of authorization to use for the connection.

UpdateConnection, updateConnection_description - A description for the connection.

UpdateConnection, updateConnection_name - The name of the connection to update.

data UpdateConnectionResponse Source #

See: newUpdateConnectionResponse smart constructor.

Instances

Instances details
Generic UpdateConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateConnection

Associated Types

type Rep UpdateConnectionResponse :: Type -> Type #

Read UpdateConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateConnection

Show UpdateConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateConnection

NFData UpdateConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateConnection

Eq UpdateConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateConnection

type Rep UpdateConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateConnection

type Rep UpdateConnectionResponse = D1 ('MetaData "UpdateConnectionResponse" "Amazonka.CloudWatchEvents.UpdateConnection" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "UpdateConnectionResponse'" '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)))))

newUpdateConnectionResponse Source #

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

UpdateConnectionResponse, updateConnectionResponse_connectionArn - The ARN of the connection that was updated.

UpdateConnectionResponse, updateConnectionResponse_connectionState - The state of the connection that was updated.

UpdateConnectionResponse, updateConnectionResponse_creationTime - A time stamp for the time that the connection was created.

UpdateConnectionResponse, updateConnectionResponse_lastAuthorizedTime - A time stamp for the time that the connection was last authorized.

UpdateConnectionResponse, updateConnectionResponse_lastModifiedTime - A time stamp for the time that the connection was last modified.

$sel:httpStatus:UpdateConnectionResponse', updateConnectionResponse_httpStatus - The response's http status code.

UpdateEndpoint

data UpdateEndpoint Source #

See: newUpdateEndpoint smart constructor.

Instances

Instances details
ToJSON UpdateEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateEndpoint

ToHeaders UpdateEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateEndpoint

ToPath UpdateEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateEndpoint

ToQuery UpdateEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateEndpoint

AWSRequest UpdateEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateEndpoint

Associated Types

type AWSResponse UpdateEndpoint #

Generic UpdateEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateEndpoint

Associated Types

type Rep UpdateEndpoint :: Type -> Type #

Read UpdateEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateEndpoint

Show UpdateEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateEndpoint

NFData UpdateEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateEndpoint

Methods

rnf :: UpdateEndpoint -> () #

Eq UpdateEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateEndpoint

Hashable UpdateEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateEndpoint

type AWSResponse UpdateEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateEndpoint

type Rep UpdateEndpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateEndpoint

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

newUpdateEndpoint Source #

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

UpdateEndpoint, updateEndpoint_description - A description for the endpoint.

UpdateEndpoint, updateEndpoint_eventBuses - Define event buses used for replication.

UpdateEndpoint, updateEndpoint_replicationConfig - Whether event replication was enabled or disabled by this request.

UpdateEndpoint, updateEndpoint_roleArn - The ARN of the role used by event replication for this request.

UpdateEndpoint, updateEndpoint_routingConfig - Configure the routing policy, including the health check and secondary Region..

UpdateEndpoint, updateEndpoint_name - The name of the endpoint you want to update.

data UpdateEndpointResponse Source #

See: newUpdateEndpointResponse smart constructor.

Instances

Instances details
Generic UpdateEndpointResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateEndpoint

Associated Types

type Rep UpdateEndpointResponse :: Type -> Type #

Read UpdateEndpointResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateEndpoint

Show UpdateEndpointResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateEndpoint

NFData UpdateEndpointResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateEndpoint

Methods

rnf :: UpdateEndpointResponse -> () #

Eq UpdateEndpointResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateEndpoint

type Rep UpdateEndpointResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateEndpoint

newUpdateEndpointResponse Source #

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

UpdateEndpointResponse, updateEndpointResponse_arn - The ARN of the endpoint you updated in this request.

UpdateEndpointResponse, updateEndpointResponse_endpointId - The ID of the endpoint you updated in this request.

UpdateEndpointResponse, updateEndpointResponse_endpointUrl - The URL of the endpoint you updated in this request.

UpdateEndpoint, updateEndpointResponse_eventBuses - The event buses used for replication for the endpoint you updated in this request.

UpdateEndpoint, updateEndpointResponse_name - The name of the endpoint you updated in this request.

UpdateEndpoint, updateEndpointResponse_replicationConfig - Whether event replication was enabled or disabled for the endpoint you updated in this request.

UpdateEndpoint, updateEndpointResponse_roleArn - The ARN of the role used by event replication for the endpoint you updated in this request.

UpdateEndpoint, updateEndpointResponse_routingConfig - The routing configuration you updated in this request.

UpdateEndpointResponse, updateEndpointResponse_state - The state of the endpoint you updated in this request.

$sel:httpStatus:UpdateEndpointResponse', updateEndpointResponse_httpStatus - The response's http status code.

Types

ApiDestinationHttpMethod

newtype ApiDestinationHttpMethod Source #

Instances

Instances details
FromJSON ApiDestinationHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationHttpMethod

FromJSONKey ApiDestinationHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationHttpMethod

ToJSON ApiDestinationHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationHttpMethod

ToJSONKey ApiDestinationHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationHttpMethod

ToByteString ApiDestinationHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationHttpMethod

ToHeader ApiDestinationHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationHttpMethod

ToLog ApiDestinationHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationHttpMethod

ToQuery ApiDestinationHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationHttpMethod

FromText ApiDestinationHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationHttpMethod

ToText ApiDestinationHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationHttpMethod

FromXML ApiDestinationHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationHttpMethod

ToXML ApiDestinationHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationHttpMethod

Generic ApiDestinationHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationHttpMethod

Associated Types

type Rep ApiDestinationHttpMethod :: Type -> Type #

Read ApiDestinationHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationHttpMethod

Show ApiDestinationHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationHttpMethod

NFData ApiDestinationHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationHttpMethod

Eq ApiDestinationHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationHttpMethod

Ord ApiDestinationHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationHttpMethod

Hashable ApiDestinationHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationHttpMethod

type Rep ApiDestinationHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationHttpMethod

type Rep ApiDestinationHttpMethod = D1 ('MetaData "ApiDestinationHttpMethod" "Amazonka.CloudWatchEvents.Types.ApiDestinationHttpMethod" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'True) (C1 ('MetaCons "ApiDestinationHttpMethod'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromApiDestinationHttpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ApiDestinationState

newtype ApiDestinationState Source #

Instances

Instances details
FromJSON ApiDestinationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationState

FromJSONKey ApiDestinationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationState

ToJSON ApiDestinationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationState

ToJSONKey ApiDestinationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationState

ToByteString ApiDestinationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationState

ToHeader ApiDestinationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationState

ToLog ApiDestinationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationState

ToQuery ApiDestinationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationState

FromText ApiDestinationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationState

ToText ApiDestinationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationState

FromXML ApiDestinationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationState

ToXML ApiDestinationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationState

Generic ApiDestinationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationState

Associated Types

type Rep ApiDestinationState :: Type -> Type #

Read ApiDestinationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationState

Show ApiDestinationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationState

NFData ApiDestinationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationState

Methods

rnf :: ApiDestinationState -> () #

Eq ApiDestinationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationState

Ord ApiDestinationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationState

Hashable ApiDestinationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationState

type Rep ApiDestinationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationState

type Rep ApiDestinationState = D1 ('MetaData "ApiDestinationState" "Amazonka.CloudWatchEvents.Types.ApiDestinationState" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'True) (C1 ('MetaCons "ApiDestinationState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromApiDestinationState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ArchiveState

newtype ArchiveState Source #

Constructors

ArchiveState' 

Instances

Instances details
FromJSON ArchiveState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ArchiveState

FromJSONKey ArchiveState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ArchiveState

ToJSON ArchiveState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ArchiveState

ToJSONKey ArchiveState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ArchiveState

ToByteString ArchiveState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ArchiveState

ToHeader ArchiveState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ArchiveState

ToLog ArchiveState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ArchiveState

ToQuery ArchiveState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ArchiveState

FromText ArchiveState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ArchiveState

ToText ArchiveState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ArchiveState

Methods

toText :: ArchiveState -> Text #

FromXML ArchiveState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ArchiveState

ToXML ArchiveState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ArchiveState

Methods

toXML :: ArchiveState -> XML #

Generic ArchiveState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ArchiveState

Associated Types

type Rep ArchiveState :: Type -> Type #

Read ArchiveState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ArchiveState

Show ArchiveState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ArchiveState

NFData ArchiveState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ArchiveState

Methods

rnf :: ArchiveState -> () #

Eq ArchiveState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ArchiveState

Ord ArchiveState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ArchiveState

Hashable ArchiveState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ArchiveState

type Rep ArchiveState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ArchiveState

type Rep ArchiveState = D1 ('MetaData "ArchiveState" "Amazonka.CloudWatchEvents.Types.ArchiveState" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'True) (C1 ('MetaCons "ArchiveState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromArchiveState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AssignPublicIp

newtype AssignPublicIp Source #

Constructors

AssignPublicIp' 

Instances

Instances details
FromJSON AssignPublicIp Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AssignPublicIp

FromJSONKey AssignPublicIp Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AssignPublicIp

ToJSON AssignPublicIp Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AssignPublicIp

ToJSONKey AssignPublicIp Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AssignPublicIp

ToByteString AssignPublicIp Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AssignPublicIp

ToHeader AssignPublicIp Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AssignPublicIp

ToLog AssignPublicIp Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AssignPublicIp

ToQuery AssignPublicIp Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AssignPublicIp

FromText AssignPublicIp Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AssignPublicIp

ToText AssignPublicIp Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AssignPublicIp

FromXML AssignPublicIp Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AssignPublicIp

ToXML AssignPublicIp Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AssignPublicIp

Methods

toXML :: AssignPublicIp -> XML #

Generic AssignPublicIp Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AssignPublicIp

Associated Types

type Rep AssignPublicIp :: Type -> Type #

Read AssignPublicIp Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AssignPublicIp

Show AssignPublicIp Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AssignPublicIp

NFData AssignPublicIp Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AssignPublicIp

Methods

rnf :: AssignPublicIp -> () #

Eq AssignPublicIp Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AssignPublicIp

Ord AssignPublicIp Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AssignPublicIp

Hashable AssignPublicIp Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AssignPublicIp

type Rep AssignPublicIp Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AssignPublicIp

type Rep AssignPublicIp = D1 ('MetaData "AssignPublicIp" "Amazonka.CloudWatchEvents.Types.AssignPublicIp" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'True) (C1 ('MetaCons "AssignPublicIp'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAssignPublicIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConnectionAuthorizationType

newtype ConnectionAuthorizationType Source #

Instances

Instances details
FromJSON ConnectionAuthorizationType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthorizationType

FromJSONKey ConnectionAuthorizationType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthorizationType

ToJSON ConnectionAuthorizationType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthorizationType

ToJSONKey ConnectionAuthorizationType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthorizationType

ToByteString ConnectionAuthorizationType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthorizationType

ToHeader ConnectionAuthorizationType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthorizationType

ToLog ConnectionAuthorizationType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthorizationType

ToQuery ConnectionAuthorizationType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthorizationType

FromText ConnectionAuthorizationType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthorizationType

ToText ConnectionAuthorizationType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthorizationType

FromXML ConnectionAuthorizationType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthorizationType

ToXML ConnectionAuthorizationType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthorizationType

Generic ConnectionAuthorizationType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthorizationType

Associated Types

type Rep ConnectionAuthorizationType :: Type -> Type #

Read ConnectionAuthorizationType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthorizationType

Show ConnectionAuthorizationType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthorizationType

NFData ConnectionAuthorizationType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthorizationType

Eq ConnectionAuthorizationType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthorizationType

Ord ConnectionAuthorizationType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthorizationType

Hashable ConnectionAuthorizationType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthorizationType

type Rep ConnectionAuthorizationType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthorizationType

type Rep ConnectionAuthorizationType = D1 ('MetaData "ConnectionAuthorizationType" "Amazonka.CloudWatchEvents.Types.ConnectionAuthorizationType" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'True) (C1 ('MetaCons "ConnectionAuthorizationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConnectionAuthorizationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConnectionOAuthHttpMethod

newtype ConnectionOAuthHttpMethod Source #

Instances

Instances details
FromJSON ConnectionOAuthHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthHttpMethod

FromJSONKey ConnectionOAuthHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthHttpMethod

ToJSON ConnectionOAuthHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthHttpMethod

ToJSONKey ConnectionOAuthHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthHttpMethod

ToByteString ConnectionOAuthHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthHttpMethod

ToHeader ConnectionOAuthHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthHttpMethod

ToLog ConnectionOAuthHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthHttpMethod

ToQuery ConnectionOAuthHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthHttpMethod

FromText ConnectionOAuthHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthHttpMethod

ToText ConnectionOAuthHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthHttpMethod

FromXML ConnectionOAuthHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthHttpMethod

ToXML ConnectionOAuthHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthHttpMethod

Generic ConnectionOAuthHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthHttpMethod

Associated Types

type Rep ConnectionOAuthHttpMethod :: Type -> Type #

Read ConnectionOAuthHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthHttpMethod

Show ConnectionOAuthHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthHttpMethod

NFData ConnectionOAuthHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthHttpMethod

Eq ConnectionOAuthHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthHttpMethod

Ord ConnectionOAuthHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthHttpMethod

Hashable ConnectionOAuthHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthHttpMethod

type Rep ConnectionOAuthHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthHttpMethod

type Rep ConnectionOAuthHttpMethod = D1 ('MetaData "ConnectionOAuthHttpMethod" "Amazonka.CloudWatchEvents.Types.ConnectionOAuthHttpMethod" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'True) (C1 ('MetaCons "ConnectionOAuthHttpMethod'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConnectionOAuthHttpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConnectionState

newtype ConnectionState Source #

Constructors

ConnectionState' 

Instances

Instances details
FromJSON ConnectionState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionState

FromJSONKey ConnectionState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionState

ToJSON ConnectionState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionState

ToJSONKey ConnectionState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionState

ToByteString ConnectionState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionState

ToHeader ConnectionState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionState

ToLog ConnectionState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionState

ToQuery ConnectionState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionState

FromText ConnectionState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionState

ToText ConnectionState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionState

FromXML ConnectionState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionState

ToXML ConnectionState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionState

Methods

toXML :: ConnectionState -> XML #

Generic ConnectionState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionState

Associated Types

type Rep ConnectionState :: Type -> Type #

Read ConnectionState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionState

Show ConnectionState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionState

NFData ConnectionState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionState

Methods

rnf :: ConnectionState -> () #

Eq ConnectionState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionState

Ord ConnectionState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionState

Hashable ConnectionState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionState

type Rep ConnectionState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionState

type Rep ConnectionState = D1 ('MetaData "ConnectionState" "Amazonka.CloudWatchEvents.Types.ConnectionState" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'True) (C1 ('MetaCons "ConnectionState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConnectionState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EndpointState

newtype EndpointState Source #

Constructors

EndpointState' 

Instances

Instances details
FromJSON EndpointState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointState

FromJSONKey EndpointState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointState

ToJSON EndpointState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointState

ToJSONKey EndpointState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointState

ToByteString EndpointState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointState

ToHeader EndpointState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointState

ToLog EndpointState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointState

ToQuery EndpointState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointState

FromText EndpointState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointState

ToText EndpointState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointState

Methods

toText :: EndpointState -> Text #

FromXML EndpointState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointState

ToXML EndpointState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointState

Methods

toXML :: EndpointState -> XML #

Generic EndpointState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointState

Associated Types

type Rep EndpointState :: Type -> Type #

Read EndpointState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointState

Show EndpointState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointState

NFData EndpointState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointState

Methods

rnf :: EndpointState -> () #

Eq EndpointState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointState

Ord EndpointState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointState

Hashable EndpointState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointState

type Rep EndpointState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointState

type Rep EndpointState = D1 ('MetaData "EndpointState" "Amazonka.CloudWatchEvents.Types.EndpointState" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'True) (C1 ('MetaCons "EndpointState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEndpointState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EventSourceState

newtype EventSourceState Source #

Instances

Instances details
FromJSON EventSourceState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSourceState

FromJSONKey EventSourceState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSourceState

ToJSON EventSourceState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSourceState

ToJSONKey EventSourceState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSourceState

ToByteString EventSourceState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSourceState

ToHeader EventSourceState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSourceState

ToLog EventSourceState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSourceState

ToQuery EventSourceState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSourceState

FromText EventSourceState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSourceState

ToText EventSourceState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSourceState

FromXML EventSourceState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSourceState

ToXML EventSourceState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSourceState

Generic EventSourceState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSourceState

Associated Types

type Rep EventSourceState :: Type -> Type #

Read EventSourceState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSourceState

Show EventSourceState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSourceState

NFData EventSourceState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSourceState

Methods

rnf :: EventSourceState -> () #

Eq EventSourceState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSourceState

Ord EventSourceState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSourceState

Hashable EventSourceState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSourceState

type Rep EventSourceState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSourceState

type Rep EventSourceState = D1 ('MetaData "EventSourceState" "Amazonka.CloudWatchEvents.Types.EventSourceState" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'True) (C1 ('MetaCons "EventSourceState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEventSourceState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LaunchType

newtype LaunchType Source #

Constructors

LaunchType' 

Fields

Bundled Patterns

pattern LaunchType_EC2 :: LaunchType 
pattern LaunchType_EXTERNAL :: LaunchType 
pattern LaunchType_FARGATE :: LaunchType 

Instances

Instances details
FromJSON LaunchType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.LaunchType

FromJSONKey LaunchType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.LaunchType

ToJSON LaunchType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.LaunchType

ToJSONKey LaunchType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.LaunchType

ToByteString LaunchType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.LaunchType

ToHeader LaunchType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.LaunchType

ToLog LaunchType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.LaunchType

ToQuery LaunchType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.LaunchType

FromText LaunchType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.LaunchType

ToText LaunchType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.LaunchType

Methods

toText :: LaunchType -> Text #

FromXML LaunchType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.LaunchType

ToXML LaunchType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.LaunchType

Methods

toXML :: LaunchType -> XML #

Generic LaunchType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.LaunchType

Associated Types

type Rep LaunchType :: Type -> Type #

Read LaunchType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.LaunchType

Show LaunchType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.LaunchType

NFData LaunchType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.LaunchType

Methods

rnf :: LaunchType -> () #

Eq LaunchType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.LaunchType

Ord LaunchType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.LaunchType

Hashable LaunchType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.LaunchType

type Rep LaunchType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.LaunchType

type Rep LaunchType = D1 ('MetaData "LaunchType" "Amazonka.CloudWatchEvents.Types.LaunchType" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'True) (C1 ('MetaCons "LaunchType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLaunchType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PlacementConstraintType

newtype PlacementConstraintType Source #

Instances

Instances details
FromJSON PlacementConstraintType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraintType

FromJSONKey PlacementConstraintType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraintType

ToJSON PlacementConstraintType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraintType

ToJSONKey PlacementConstraintType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraintType

ToByteString PlacementConstraintType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraintType

ToHeader PlacementConstraintType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraintType

ToLog PlacementConstraintType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraintType

ToQuery PlacementConstraintType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraintType

FromText PlacementConstraintType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraintType

ToText PlacementConstraintType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraintType

FromXML PlacementConstraintType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraintType

ToXML PlacementConstraintType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraintType

Generic PlacementConstraintType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraintType

Associated Types

type Rep PlacementConstraintType :: Type -> Type #

Read PlacementConstraintType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraintType

Show PlacementConstraintType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraintType

NFData PlacementConstraintType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraintType

Methods

rnf :: PlacementConstraintType -> () #

Eq PlacementConstraintType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraintType

Ord PlacementConstraintType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraintType

Hashable PlacementConstraintType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraintType

type Rep PlacementConstraintType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraintType

type Rep PlacementConstraintType = D1 ('MetaData "PlacementConstraintType" "Amazonka.CloudWatchEvents.Types.PlacementConstraintType" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'True) (C1 ('MetaCons "PlacementConstraintType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPlacementConstraintType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PlacementStrategyType

newtype PlacementStrategyType Source #

Instances

Instances details
FromJSON PlacementStrategyType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategyType

FromJSONKey PlacementStrategyType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategyType

ToJSON PlacementStrategyType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategyType

ToJSONKey PlacementStrategyType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategyType

ToByteString PlacementStrategyType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategyType

ToHeader PlacementStrategyType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategyType

ToLog PlacementStrategyType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategyType

ToQuery PlacementStrategyType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategyType

FromText PlacementStrategyType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategyType

ToText PlacementStrategyType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategyType

FromXML PlacementStrategyType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategyType

ToXML PlacementStrategyType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategyType

Generic PlacementStrategyType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategyType

Associated Types

type Rep PlacementStrategyType :: Type -> Type #

Read PlacementStrategyType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategyType

Show PlacementStrategyType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategyType

NFData PlacementStrategyType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategyType

Methods

rnf :: PlacementStrategyType -> () #

Eq PlacementStrategyType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategyType

Ord PlacementStrategyType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategyType

Hashable PlacementStrategyType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategyType

type Rep PlacementStrategyType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategyType

type Rep PlacementStrategyType = D1 ('MetaData "PlacementStrategyType" "Amazonka.CloudWatchEvents.Types.PlacementStrategyType" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'True) (C1 ('MetaCons "PlacementStrategyType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPlacementStrategyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PropagateTags

newtype PropagateTags Source #

Constructors

PropagateTags' 

Bundled Patterns

pattern PropagateTags_TASK_DEFINITION :: PropagateTags 

Instances

Instances details
FromJSON PropagateTags Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PropagateTags

FromJSONKey PropagateTags Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PropagateTags

ToJSON PropagateTags Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PropagateTags

ToJSONKey PropagateTags Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PropagateTags

ToByteString PropagateTags Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PropagateTags

ToHeader PropagateTags Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PropagateTags

ToLog PropagateTags Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PropagateTags

ToQuery PropagateTags Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PropagateTags

FromText PropagateTags Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PropagateTags

ToText PropagateTags Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PropagateTags

Methods

toText :: PropagateTags -> Text #

FromXML PropagateTags Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PropagateTags

ToXML PropagateTags Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PropagateTags

Methods

toXML :: PropagateTags -> XML #

Generic PropagateTags Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PropagateTags

Associated Types

type Rep PropagateTags :: Type -> Type #

Read PropagateTags Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PropagateTags

Show PropagateTags Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PropagateTags

NFData PropagateTags Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PropagateTags

Methods

rnf :: PropagateTags -> () #

Eq PropagateTags Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PropagateTags

Ord PropagateTags Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PropagateTags

Hashable PropagateTags Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PropagateTags

type Rep PropagateTags Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PropagateTags

type Rep PropagateTags = D1 ('MetaData "PropagateTags" "Amazonka.CloudWatchEvents.Types.PropagateTags" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'True) (C1 ('MetaCons "PropagateTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPropagateTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReplayState

newtype ReplayState Source #

Constructors

ReplayState' 

Instances

Instances details
FromJSON ReplayState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayState

FromJSONKey ReplayState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayState

ToJSON ReplayState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayState

ToJSONKey ReplayState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayState

ToByteString ReplayState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayState

ToHeader ReplayState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayState

ToLog ReplayState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayState

ToQuery ReplayState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayState

FromText ReplayState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayState

ToText ReplayState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayState

Methods

toText :: ReplayState -> Text #

FromXML ReplayState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayState

ToXML ReplayState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayState

Methods

toXML :: ReplayState -> XML #

Generic ReplayState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayState

Associated Types

type Rep ReplayState :: Type -> Type #

Read ReplayState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayState

Show ReplayState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayState

NFData ReplayState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayState

Methods

rnf :: ReplayState -> () #

Eq ReplayState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayState

Ord ReplayState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayState

Hashable ReplayState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayState

type Rep ReplayState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayState

type Rep ReplayState = D1 ('MetaData "ReplayState" "Amazonka.CloudWatchEvents.Types.ReplayState" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'True) (C1 ('MetaCons "ReplayState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReplayState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReplicationState

newtype ReplicationState Source #

Instances

Instances details
FromJSON ReplicationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplicationState

FromJSONKey ReplicationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplicationState

ToJSON ReplicationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplicationState

ToJSONKey ReplicationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplicationState

ToByteString ReplicationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplicationState

ToHeader ReplicationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplicationState

ToLog ReplicationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplicationState

ToQuery ReplicationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplicationState

FromText ReplicationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplicationState

ToText ReplicationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplicationState

FromXML ReplicationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplicationState

ToXML ReplicationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplicationState

Generic ReplicationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplicationState

Associated Types

type Rep ReplicationState :: Type -> Type #

Read ReplicationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplicationState

Show ReplicationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplicationState

NFData ReplicationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplicationState

Methods

rnf :: ReplicationState -> () #

Eq ReplicationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplicationState

Ord ReplicationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplicationState

Hashable ReplicationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplicationState

type Rep ReplicationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplicationState

type Rep ReplicationState = D1 ('MetaData "ReplicationState" "Amazonka.CloudWatchEvents.Types.ReplicationState" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'True) (C1 ('MetaCons "ReplicationState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReplicationState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RuleState

newtype RuleState Source #

Constructors

RuleState' 

Fields

Bundled Patterns

pattern RuleState_DISABLED :: RuleState 
pattern RuleState_ENABLED :: RuleState 

Instances

Instances details
FromJSON RuleState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RuleState

FromJSONKey RuleState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RuleState

ToJSON RuleState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RuleState

ToJSONKey RuleState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RuleState

ToByteString RuleState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RuleState

Methods

toBS :: RuleState -> ByteString #

ToHeader RuleState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RuleState

ToLog RuleState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RuleState

ToQuery RuleState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RuleState

FromText RuleState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RuleState

ToText RuleState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RuleState

Methods

toText :: RuleState -> Text #

FromXML RuleState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RuleState

ToXML RuleState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RuleState

Methods

toXML :: RuleState -> XML #

Generic RuleState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RuleState

Associated Types

type Rep RuleState :: Type -> Type #

Read RuleState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RuleState

Show RuleState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RuleState

NFData RuleState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RuleState

Methods

rnf :: RuleState -> () #

Eq RuleState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RuleState

Ord RuleState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RuleState

Hashable RuleState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RuleState

type Rep RuleState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RuleState

type Rep RuleState = D1 ('MetaData "RuleState" "Amazonka.CloudWatchEvents.Types.RuleState" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'True) (C1 ('MetaCons "RuleState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRuleState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ApiDestination

data ApiDestination Source #

Contains details about an API destination.

See: newApiDestination smart constructor.

Instances

Instances details
FromJSON ApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestination

Generic ApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestination

Associated Types

type Rep ApiDestination :: Type -> Type #

Read ApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestination

Show ApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestination

NFData ApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestination

Methods

rnf :: ApiDestination -> () #

Eq ApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestination

Hashable ApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestination

type Rep ApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestination

type Rep ApiDestination = D1 ('MetaData "ApiDestination" "Amazonka.CloudWatchEvents.Types.ApiDestination" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "ApiDestination'" '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 "connectionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "httpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApiDestinationHttpMethod)) :*: S1 ('MetaSel ('Just "invocationEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "invocationRateLimitPerSecond") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newApiDestination :: ApiDestination Source #

Create a value of ApiDestination 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:apiDestinationArn:ApiDestination', apiDestination_apiDestinationArn - The ARN of the API destination.

$sel:apiDestinationState:ApiDestination', apiDestination_apiDestinationState - The state of the API destination.

$sel:connectionArn:ApiDestination', apiDestination_connectionArn - The ARN of the connection specified for the API destination.

$sel:creationTime:ApiDestination', apiDestination_creationTime - A time stamp for the time that the API destination was created.

$sel:httpMethod:ApiDestination', apiDestination_httpMethod - The method to use to connect to the HTTP endpoint.

$sel:invocationEndpoint:ApiDestination', apiDestination_invocationEndpoint - The URL to the endpoint for the API destination.

$sel:invocationRateLimitPerSecond:ApiDestination', apiDestination_invocationRateLimitPerSecond - The maximum number of invocations per second to send to the HTTP endpoint.

$sel:lastModifiedTime:ApiDestination', apiDestination_lastModifiedTime - A time stamp for the time that the API destination was last modified.

$sel:name:ApiDestination', apiDestination_name - The name of the API destination.

Archive

data Archive Source #

An Archive object that contains details about an archive.

See: newArchive smart constructor.

Instances

Instances details
FromJSON Archive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Archive

Generic Archive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Archive

Associated Types

type Rep Archive :: Type -> Type #

Methods

from :: Archive -> Rep Archive x #

to :: Rep Archive x -> Archive #

Read Archive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Archive

Show Archive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Archive

NFData Archive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Archive

Methods

rnf :: Archive -> () #

Eq Archive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Archive

Methods

(==) :: Archive -> Archive -> Bool #

(/=) :: Archive -> Archive -> Bool #

Hashable Archive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Archive

Methods

hashWithSalt :: Int -> Archive -> Int #

hash :: Archive -> Int #

type Rep Archive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Archive

newArchive :: Archive Source #

Create a value of Archive 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:archiveName:Archive', archive_archiveName - The name of the archive.

$sel:creationTime:Archive', archive_creationTime - The time stamp for the time that the archive was created.

$sel:eventCount:Archive', archive_eventCount - The number of events in the archive.

$sel:eventSourceArn:Archive', archive_eventSourceArn - The ARN of the event bus associated with the archive. Only events from this event bus are sent to the archive.

$sel:retentionDays:Archive', archive_retentionDays - The number of days to retain events in the archive before they are deleted.

$sel:sizeBytes:Archive', archive_sizeBytes - The size of the archive, in bytes.

$sel:state:Archive', archive_state - The current state of the archive.

$sel:stateReason:Archive', archive_stateReason - A description for the reason that the archive is in the current state.

AwsVpcConfiguration

data AwsVpcConfiguration Source #

This structure specifies the VPC subnets and security groups for the task, and whether a public IP address is to be used. This structure is relevant only for ECS tasks that use the awsvpc network mode.

See: newAwsVpcConfiguration smart constructor.

Instances

Instances details
FromJSON AwsVpcConfiguration Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AwsVpcConfiguration

ToJSON AwsVpcConfiguration Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AwsVpcConfiguration

Generic AwsVpcConfiguration Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AwsVpcConfiguration

Associated Types

type Rep AwsVpcConfiguration :: Type -> Type #

Read AwsVpcConfiguration Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AwsVpcConfiguration

Show AwsVpcConfiguration Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AwsVpcConfiguration

NFData AwsVpcConfiguration Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AwsVpcConfiguration

Methods

rnf :: AwsVpcConfiguration -> () #

Eq AwsVpcConfiguration Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AwsVpcConfiguration

Hashable AwsVpcConfiguration Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AwsVpcConfiguration

type Rep AwsVpcConfiguration Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AwsVpcConfiguration

type Rep AwsVpcConfiguration = D1 ('MetaData "AwsVpcConfiguration" "Amazonka.CloudWatchEvents.Types.AwsVpcConfiguration" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "AwsVpcConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assignPublicIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssignPublicIp)) :*: (S1 ('MetaSel ('Just "securityGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "subnets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))))

newAwsVpcConfiguration :: AwsVpcConfiguration Source #

Create a value of AwsVpcConfiguration 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:assignPublicIp:AwsVpcConfiguration', awsVpcConfiguration_assignPublicIp - Specifies whether the task's elastic network interface receives a public IP address. You can specify ENABLED only when LaunchType in EcsParameters is set to FARGATE.

$sel:securityGroups:AwsVpcConfiguration', awsVpcConfiguration_securityGroups - Specifies the security groups associated with the task. These security groups must all be in the same VPC. You can specify as many as five security groups. If you do not specify a security group, the default security group for the VPC is used.

$sel:subnets:AwsVpcConfiguration', awsVpcConfiguration_subnets - Specifies the subnets associated with the task. These subnets must all be in the same VPC. You can specify as many as 16 subnets.

BatchArrayProperties

data BatchArrayProperties Source #

The array properties for the submitted job, such as the size of the array. The array size can be between 2 and 10,000. If you specify array properties for a job, it becomes an array job. This parameter is used only if the target is an Batch job.

See: newBatchArrayProperties smart constructor.

Instances

Instances details
FromJSON BatchArrayProperties Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchArrayProperties

ToJSON BatchArrayProperties Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchArrayProperties

Generic BatchArrayProperties Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchArrayProperties

Associated Types

type Rep BatchArrayProperties :: Type -> Type #

Read BatchArrayProperties Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchArrayProperties

Show BatchArrayProperties Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchArrayProperties

NFData BatchArrayProperties Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchArrayProperties

Methods

rnf :: BatchArrayProperties -> () #

Eq BatchArrayProperties Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchArrayProperties

Hashable BatchArrayProperties Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchArrayProperties

type Rep BatchArrayProperties Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchArrayProperties

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

newBatchArrayProperties :: BatchArrayProperties Source #

Create a value of BatchArrayProperties 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:size:BatchArrayProperties', batchArrayProperties_size - The size of the array, if this is an array batch job. Valid values are integers between 2 and 10,000.

BatchParameters

data BatchParameters Source #

The custom parameters to be used when the target is an Batch job.

See: newBatchParameters smart constructor.

Instances

Instances details
FromJSON BatchParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchParameters

ToJSON BatchParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchParameters

Generic BatchParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchParameters

Associated Types

type Rep BatchParameters :: Type -> Type #

Read BatchParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchParameters

Show BatchParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchParameters

NFData BatchParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchParameters

Methods

rnf :: BatchParameters -> () #

Eq BatchParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchParameters

Hashable BatchParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchParameters

type Rep BatchParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchParameters

type Rep BatchParameters = D1 ('MetaData "BatchParameters" "Amazonka.CloudWatchEvents.Types.BatchParameters" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "BatchParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arrayProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchArrayProperties)) :*: S1 ('MetaSel ('Just "retryStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchRetryStrategy))) :*: (S1 ('MetaSel ('Just "jobDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "jobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newBatchParameters Source #

Create a value of BatchParameters 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:arrayProperties:BatchParameters', batchParameters_arrayProperties - The array properties for the submitted job, such as the size of the array. The array size can be between 2 and 10,000. If you specify array properties for a job, it becomes an array job. This parameter is used only if the target is an Batch job.

$sel:retryStrategy:BatchParameters', batchParameters_retryStrategy - The retry strategy to use for failed jobs, if the target is an Batch job. The retry strategy is the number of times to retry the failed job execution. Valid values are 1–10. When you specify a retry strategy here, it overrides the retry strategy defined in the job definition.

$sel:jobDefinition:BatchParameters', batchParameters_jobDefinition - The ARN or name of the job definition to use if the event target is an Batch job. This job definition must already exist.

$sel:jobName:BatchParameters', batchParameters_jobName - The name to use for this execution of the job, if the target is an Batch job.

BatchRetryStrategy

data BatchRetryStrategy Source #

The retry strategy to use for failed jobs, if the target is an Batch job. If you specify a retry strategy here, it overrides the retry strategy defined in the job definition.

See: newBatchRetryStrategy smart constructor.

Constructors

BatchRetryStrategy' (Maybe Int) 

Instances

Instances details
FromJSON BatchRetryStrategy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchRetryStrategy

ToJSON BatchRetryStrategy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchRetryStrategy

Generic BatchRetryStrategy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchRetryStrategy

Associated Types

type Rep BatchRetryStrategy :: Type -> Type #

Read BatchRetryStrategy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchRetryStrategy

Show BatchRetryStrategy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchRetryStrategy

NFData BatchRetryStrategy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchRetryStrategy

Methods

rnf :: BatchRetryStrategy -> () #

Eq BatchRetryStrategy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchRetryStrategy

Hashable BatchRetryStrategy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchRetryStrategy

type Rep BatchRetryStrategy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchRetryStrategy

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

newBatchRetryStrategy :: BatchRetryStrategy Source #

Create a value of BatchRetryStrategy 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:attempts:BatchRetryStrategy', batchRetryStrategy_attempts - The number of times to attempt to retry, if the job fails. Valid values are 1–10.

CapacityProviderStrategyItem

data CapacityProviderStrategyItem Source #

The details of a capacity provider strategy. To learn more, see CapacityProviderStrategyItem in the Amazon ECS API Reference.

See: newCapacityProviderStrategyItem smart constructor.

Instances

Instances details
FromJSON CapacityProviderStrategyItem Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CapacityProviderStrategyItem

ToJSON CapacityProviderStrategyItem Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CapacityProviderStrategyItem

Generic CapacityProviderStrategyItem Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CapacityProviderStrategyItem

Associated Types

type Rep CapacityProviderStrategyItem :: Type -> Type #

Read CapacityProviderStrategyItem Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CapacityProviderStrategyItem

Show CapacityProviderStrategyItem Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CapacityProviderStrategyItem

NFData CapacityProviderStrategyItem Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CapacityProviderStrategyItem

Eq CapacityProviderStrategyItem Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CapacityProviderStrategyItem

Hashable CapacityProviderStrategyItem Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CapacityProviderStrategyItem

type Rep CapacityProviderStrategyItem Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CapacityProviderStrategyItem

type Rep CapacityProviderStrategyItem = D1 ('MetaData "CapacityProviderStrategyItem" "Amazonka.CloudWatchEvents.Types.CapacityProviderStrategyItem" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "CapacityProviderStrategyItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "base") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "weight") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "capacityProvider") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCapacityProviderStrategyItem Source #

Create a value of CapacityProviderStrategyItem 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:base:CapacityProviderStrategyItem', capacityProviderStrategyItem_base - The base value designates how many tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined. If no value is specified, the default value of 0 is used.

$sel:weight:CapacityProviderStrategyItem', capacityProviderStrategyItem_weight - The weight value designates the relative percentage of the total number of tasks launched that should use the specified capacity provider. The weight value is taken into consideration after the base value, if defined, is satisfied.

$sel:capacityProvider:CapacityProviderStrategyItem', capacityProviderStrategyItem_capacityProvider - The short name of the capacity provider.

Condition

data Condition Source #

A JSON string which you can use to limit the event bus permissions you are granting to only accounts that fulfill the condition. Currently, the only supported condition is membership in a certain Amazon Web Services organization. The string must contain Type, Key, and Value fields. The Value field specifies the ID of the Amazon Web Services organization. Following is an example value for Condition:

'{"Type" : "StringEquals", "Key": "aws:PrincipalOrgID", "Value": "o-1234567890"}'

See: newCondition smart constructor.

Constructors

Condition' Text Text Text 

Instances

Instances details
ToJSON Condition Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Condition

Generic Condition Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Condition

Associated Types

type Rep Condition :: Type -> Type #

Read Condition Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Condition

Show Condition Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Condition

NFData Condition Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Condition

Methods

rnf :: Condition -> () #

Eq Condition Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Condition

Hashable Condition Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Condition

type Rep Condition Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Condition

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

newCondition Source #

Create a value of Condition 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:type':Condition', condition_type - Specifies the type of condition. Currently the only supported value is StringEquals.

$sel:key:Condition', condition_key - Specifies the key for the condition. Currently the only supported key is aws:PrincipalOrgID.

$sel:value:Condition', condition_value - Specifies the value for the key. Currently, this must be the ID of the organization.

Connection

data Connection Source #

Contains information about a connection.

See: newConnection smart constructor.

Instances

Instances details
FromJSON Connection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Connection

Generic Connection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Connection

Associated Types

type Rep Connection :: Type -> Type #

Read Connection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Connection

Show Connection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Connection

NFData Connection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Connection

Methods

rnf :: Connection -> () #

Eq Connection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Connection

Hashable Connection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Connection

type Rep Connection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Connection

newConnection :: Connection Source #

Create a value of Connection 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:authorizationType:Connection', connection_authorizationType - The authorization type specified for the connection.

$sel:connectionArn:Connection', connection_connectionArn - The ARN of the connection.

$sel:connectionState:Connection', connection_connectionState - The state of the connection.

$sel:creationTime:Connection', connection_creationTime - A time stamp for the time that the connection was created.

$sel:lastAuthorizedTime:Connection', connection_lastAuthorizedTime - A time stamp for the time that the connection was last authorized.

$sel:lastModifiedTime:Connection', connection_lastModifiedTime - A time stamp for the time that the connection was last modified.

$sel:name:Connection', connection_name - The name of the connection.

$sel:stateReason:Connection', connection_stateReason - The reason that the connection is in the connection state.

ConnectionApiKeyAuthResponseParameters

data ConnectionApiKeyAuthResponseParameters Source #

Contains the authorization parameters for the connection if API Key is specified as the authorization type.

See: newConnectionApiKeyAuthResponseParameters smart constructor.

Instances

Instances details
FromJSON ConnectionApiKeyAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionApiKeyAuthResponseParameters

Generic ConnectionApiKeyAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionApiKeyAuthResponseParameters

Read ConnectionApiKeyAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionApiKeyAuthResponseParameters

Show ConnectionApiKeyAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionApiKeyAuthResponseParameters

NFData ConnectionApiKeyAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionApiKeyAuthResponseParameters

Eq ConnectionApiKeyAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionApiKeyAuthResponseParameters

Hashable ConnectionApiKeyAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionApiKeyAuthResponseParameters

type Rep ConnectionApiKeyAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionApiKeyAuthResponseParameters

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

newConnectionApiKeyAuthResponseParameters :: ConnectionApiKeyAuthResponseParameters Source #

Create a value of ConnectionApiKeyAuthResponseParameters 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:apiKeyName:ConnectionApiKeyAuthResponseParameters', connectionApiKeyAuthResponseParameters_apiKeyName - The name of the header to use for the APIKeyValue used for authorization.

ConnectionAuthResponseParameters

data ConnectionAuthResponseParameters Source #

Contains the authorization parameters to use for the connection.

See: newConnectionAuthResponseParameters smart constructor.

Instances

Instances details
FromJSON ConnectionAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthResponseParameters

Generic ConnectionAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthResponseParameters

Associated Types

type Rep ConnectionAuthResponseParameters :: Type -> Type #

Read ConnectionAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthResponseParameters

Show ConnectionAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthResponseParameters

NFData ConnectionAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthResponseParameters

Eq ConnectionAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthResponseParameters

Hashable ConnectionAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthResponseParameters

type Rep ConnectionAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthResponseParameters

type Rep ConnectionAuthResponseParameters = D1 ('MetaData "ConnectionAuthResponseParameters" "Amazonka.CloudWatchEvents.Types.ConnectionAuthResponseParameters" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "ConnectionAuthResponseParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "apiKeyAuthParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionApiKeyAuthResponseParameters)) :*: S1 ('MetaSel ('Just "basicAuthParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionBasicAuthResponseParameters))) :*: (S1 ('MetaSel ('Just "invocationHttpParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionHttpParameters)) :*: S1 ('MetaSel ('Just "oAuthParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionOAuthResponseParameters)))))

newConnectionAuthResponseParameters :: ConnectionAuthResponseParameters Source #

Create a value of ConnectionAuthResponseParameters 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:apiKeyAuthParameters:ConnectionAuthResponseParameters', connectionAuthResponseParameters_apiKeyAuthParameters - The API Key parameters to use for authorization.

$sel:basicAuthParameters:ConnectionAuthResponseParameters', connectionAuthResponseParameters_basicAuthParameters - The authorization parameters for Basic authorization.

$sel:invocationHttpParameters:ConnectionAuthResponseParameters', connectionAuthResponseParameters_invocationHttpParameters - Additional parameters for the connection that are passed through with every invocation to the HTTP endpoint.

$sel:oAuthParameters:ConnectionAuthResponseParameters', connectionAuthResponseParameters_oAuthParameters - The OAuth parameters to use for authorization.

ConnectionBasicAuthResponseParameters

data ConnectionBasicAuthResponseParameters Source #

Contains the authorization parameters for the connection if Basic is specified as the authorization type.

See: newConnectionBasicAuthResponseParameters smart constructor.

Instances

Instances details
FromJSON ConnectionBasicAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionBasicAuthResponseParameters

Generic ConnectionBasicAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionBasicAuthResponseParameters

Read ConnectionBasicAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionBasicAuthResponseParameters

Show ConnectionBasicAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionBasicAuthResponseParameters

NFData ConnectionBasicAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionBasicAuthResponseParameters

Eq ConnectionBasicAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionBasicAuthResponseParameters

Hashable ConnectionBasicAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionBasicAuthResponseParameters

type Rep ConnectionBasicAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionBasicAuthResponseParameters

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

newConnectionBasicAuthResponseParameters :: ConnectionBasicAuthResponseParameters Source #

Create a value of ConnectionBasicAuthResponseParameters 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:username:ConnectionBasicAuthResponseParameters', connectionBasicAuthResponseParameters_username - The user name to use for Basic authorization.

ConnectionBodyParameter

data ConnectionBodyParameter Source #

Additional parameter included in the body. You can include up to 100 additional body parameters per request. An event payload cannot exceed 64 KB.

See: newConnectionBodyParameter smart constructor.

Instances

Instances details
FromJSON ConnectionBodyParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionBodyParameter

ToJSON ConnectionBodyParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionBodyParameter

Generic ConnectionBodyParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionBodyParameter

Associated Types

type Rep ConnectionBodyParameter :: Type -> Type #

Read ConnectionBodyParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionBodyParameter

Show ConnectionBodyParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionBodyParameter

NFData ConnectionBodyParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionBodyParameter

Methods

rnf :: ConnectionBodyParameter -> () #

Eq ConnectionBodyParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionBodyParameter

Hashable ConnectionBodyParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionBodyParameter

type Rep ConnectionBodyParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionBodyParameter

type Rep ConnectionBodyParameter = D1 ('MetaData "ConnectionBodyParameter" "Amazonka.CloudWatchEvents.Types.ConnectionBodyParameter" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "ConnectionBodyParameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "isValueSecret") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newConnectionBodyParameter :: ConnectionBodyParameter Source #

Create a value of ConnectionBodyParameter 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:isValueSecret:ConnectionBodyParameter', connectionBodyParameter_isValueSecret - Specified whether the value is secret.

$sel:key:ConnectionBodyParameter', connectionBodyParameter_key - The key for the parameter.

$sel:value:ConnectionBodyParameter', connectionBodyParameter_value - The value associated with the key.

ConnectionHeaderParameter

data ConnectionHeaderParameter Source #

Additional parameter included in the header. You can include up to 100 additional header parameters per request. An event payload cannot exceed 64 KB.

See: newConnectionHeaderParameter smart constructor.

Instances

Instances details
FromJSON ConnectionHeaderParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionHeaderParameter

ToJSON ConnectionHeaderParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionHeaderParameter

Generic ConnectionHeaderParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionHeaderParameter

Associated Types

type Rep ConnectionHeaderParameter :: Type -> Type #

Read ConnectionHeaderParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionHeaderParameter

Show ConnectionHeaderParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionHeaderParameter

NFData ConnectionHeaderParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionHeaderParameter

Eq ConnectionHeaderParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionHeaderParameter

Hashable ConnectionHeaderParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionHeaderParameter

type Rep ConnectionHeaderParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionHeaderParameter

type Rep ConnectionHeaderParameter = D1 ('MetaData "ConnectionHeaderParameter" "Amazonka.CloudWatchEvents.Types.ConnectionHeaderParameter" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "ConnectionHeaderParameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "isValueSecret") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newConnectionHeaderParameter :: ConnectionHeaderParameter Source #

Create a value of ConnectionHeaderParameter 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:isValueSecret:ConnectionHeaderParameter', connectionHeaderParameter_isValueSecret - Specified whether the value is a secret.

$sel:key:ConnectionHeaderParameter', connectionHeaderParameter_key - The key for the parameter.

$sel:value:ConnectionHeaderParameter', connectionHeaderParameter_value - The value associated with the key.

ConnectionHttpParameters

data ConnectionHttpParameters Source #

Contains additional parameters for the connection.

See: newConnectionHttpParameters smart constructor.

Instances

Instances details
FromJSON ConnectionHttpParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionHttpParameters

ToJSON ConnectionHttpParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionHttpParameters

Generic ConnectionHttpParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionHttpParameters

Associated Types

type Rep ConnectionHttpParameters :: Type -> Type #

Read ConnectionHttpParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionHttpParameters

Show ConnectionHttpParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionHttpParameters

NFData ConnectionHttpParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionHttpParameters

Eq ConnectionHttpParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionHttpParameters

Hashable ConnectionHttpParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionHttpParameters

type Rep ConnectionHttpParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionHttpParameters

type Rep ConnectionHttpParameters = D1 ('MetaData "ConnectionHttpParameters" "Amazonka.CloudWatchEvents.Types.ConnectionHttpParameters" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "ConnectionHttpParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bodyParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConnectionBodyParameter])) :*: (S1 ('MetaSel ('Just "headerParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConnectionHeaderParameter])) :*: S1 ('MetaSel ('Just "queryStringParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConnectionQueryStringParameter])))))

newConnectionHttpParameters :: ConnectionHttpParameters Source #

Create a value of ConnectionHttpParameters 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:bodyParameters:ConnectionHttpParameters', connectionHttpParameters_bodyParameters - Contains additional body string parameters for the connection.

$sel:headerParameters:ConnectionHttpParameters', connectionHttpParameters_headerParameters - Contains additional header parameters for the connection.

$sel:queryStringParameters:ConnectionHttpParameters', connectionHttpParameters_queryStringParameters - Contains additional query string parameters for the connection.

ConnectionOAuthClientResponseParameters

data ConnectionOAuthClientResponseParameters Source #

Contains the client response parameters for the connection when OAuth is specified as the authorization type.

See: newConnectionOAuthClientResponseParameters smart constructor.

Instances

Instances details
FromJSON ConnectionOAuthClientResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthClientResponseParameters

Generic ConnectionOAuthClientResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthClientResponseParameters

Read ConnectionOAuthClientResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthClientResponseParameters

Show ConnectionOAuthClientResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthClientResponseParameters

NFData ConnectionOAuthClientResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthClientResponseParameters

Eq ConnectionOAuthClientResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthClientResponseParameters

Hashable ConnectionOAuthClientResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthClientResponseParameters

type Rep ConnectionOAuthClientResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthClientResponseParameters

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

newConnectionOAuthClientResponseParameters :: ConnectionOAuthClientResponseParameters Source #

Create a value of ConnectionOAuthClientResponseParameters 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:clientID:ConnectionOAuthClientResponseParameters', connectionOAuthClientResponseParameters_clientID - The client ID associated with the response to the connection request.

ConnectionOAuthResponseParameters

data ConnectionOAuthResponseParameters Source #

Contains the response parameters when OAuth is specified as the authorization type.

See: newConnectionOAuthResponseParameters smart constructor.

Instances

Instances details
FromJSON ConnectionOAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthResponseParameters

Generic ConnectionOAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthResponseParameters

Associated Types

type Rep ConnectionOAuthResponseParameters :: Type -> Type #

Read ConnectionOAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthResponseParameters

Show ConnectionOAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthResponseParameters

NFData ConnectionOAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthResponseParameters

Eq ConnectionOAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthResponseParameters

Hashable ConnectionOAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthResponseParameters

type Rep ConnectionOAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthResponseParameters

type Rep ConnectionOAuthResponseParameters = D1 ('MetaData "ConnectionOAuthResponseParameters" "Amazonka.CloudWatchEvents.Types.ConnectionOAuthResponseParameters" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "ConnectionOAuthResponseParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "authorizationEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "clientParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionOAuthClientResponseParameters))) :*: (S1 ('MetaSel ('Just "httpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionOAuthHttpMethod)) :*: S1 ('MetaSel ('Just "oAuthHttpParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionHttpParameters)))))

newConnectionOAuthResponseParameters :: ConnectionOAuthResponseParameters Source #

Create a value of ConnectionOAuthResponseParameters 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:authorizationEndpoint:ConnectionOAuthResponseParameters', connectionOAuthResponseParameters_authorizationEndpoint - The URL to the HTTP endpoint that authorized the request.

$sel:clientParameters:ConnectionOAuthResponseParameters', connectionOAuthResponseParameters_clientParameters - A ConnectionOAuthClientResponseParameters object that contains details about the client parameters returned when OAuth is specified as the authorization type.

$sel:httpMethod:ConnectionOAuthResponseParameters', connectionOAuthResponseParameters_httpMethod - The method used to connect to the HTTP endpoint.

$sel:oAuthHttpParameters:ConnectionOAuthResponseParameters', connectionOAuthResponseParameters_oAuthHttpParameters - The additional HTTP parameters used for the OAuth authorization request.

ConnectionQueryStringParameter

data ConnectionQueryStringParameter Source #

Additional query string parameter for the connection. You can include up to 100 additional query string parameters per request. Each additional parameter counts towards the event payload size, which cannot exceed 64 KB.

See: newConnectionQueryStringParameter smart constructor.

Instances

Instances details
FromJSON ConnectionQueryStringParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionQueryStringParameter

ToJSON ConnectionQueryStringParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionQueryStringParameter

Generic ConnectionQueryStringParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionQueryStringParameter

Associated Types

type Rep ConnectionQueryStringParameter :: Type -> Type #

Read ConnectionQueryStringParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionQueryStringParameter

Show ConnectionQueryStringParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionQueryStringParameter

NFData ConnectionQueryStringParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionQueryStringParameter

Eq ConnectionQueryStringParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionQueryStringParameter

Hashable ConnectionQueryStringParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionQueryStringParameter

type Rep ConnectionQueryStringParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionQueryStringParameter

type Rep ConnectionQueryStringParameter = D1 ('MetaData "ConnectionQueryStringParameter" "Amazonka.CloudWatchEvents.Types.ConnectionQueryStringParameter" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "ConnectionQueryStringParameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "isValueSecret") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newConnectionQueryStringParameter :: ConnectionQueryStringParameter Source #

Create a value of ConnectionQueryStringParameter 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:isValueSecret:ConnectionQueryStringParameter', connectionQueryStringParameter_isValueSecret - Specifies whether the value is secret.

$sel:key:ConnectionQueryStringParameter', connectionQueryStringParameter_key - The key for a query string parameter.

$sel:value:ConnectionQueryStringParameter', connectionQueryStringParameter_value - The value associated with the key for the query string parameter.

CreateConnectionApiKeyAuthRequestParameters

data CreateConnectionApiKeyAuthRequestParameters Source #

Contains the API key authorization parameters for the connection.

See: newCreateConnectionApiKeyAuthRequestParameters smart constructor.

Instances

Instances details
ToJSON CreateConnectionApiKeyAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionApiKeyAuthRequestParameters

Generic CreateConnectionApiKeyAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionApiKeyAuthRequestParameters

Read CreateConnectionApiKeyAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionApiKeyAuthRequestParameters

Show CreateConnectionApiKeyAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionApiKeyAuthRequestParameters

NFData CreateConnectionApiKeyAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionApiKeyAuthRequestParameters

Eq CreateConnectionApiKeyAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionApiKeyAuthRequestParameters

Hashable CreateConnectionApiKeyAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionApiKeyAuthRequestParameters

type Rep CreateConnectionApiKeyAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionApiKeyAuthRequestParameters

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

CreateConnectionAuthRequestParameters

data CreateConnectionAuthRequestParameters Source #

Contains the authorization parameters for the connection.

See: newCreateConnectionAuthRequestParameters smart constructor.

Instances

Instances details
ToJSON CreateConnectionAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionAuthRequestParameters

Generic CreateConnectionAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionAuthRequestParameters

Read CreateConnectionAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionAuthRequestParameters

Show CreateConnectionAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionAuthRequestParameters

NFData CreateConnectionAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionAuthRequestParameters

Eq CreateConnectionAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionAuthRequestParameters

Hashable CreateConnectionAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionAuthRequestParameters

type Rep CreateConnectionAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionAuthRequestParameters

type Rep CreateConnectionAuthRequestParameters = D1 ('MetaData "CreateConnectionAuthRequestParameters" "Amazonka.CloudWatchEvents.Types.CreateConnectionAuthRequestParameters" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "CreateConnectionAuthRequestParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "apiKeyAuthParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CreateConnectionApiKeyAuthRequestParameters)) :*: S1 ('MetaSel ('Just "basicAuthParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CreateConnectionBasicAuthRequestParameters))) :*: (S1 ('MetaSel ('Just "invocationHttpParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionHttpParameters)) :*: S1 ('MetaSel ('Just "oAuthParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CreateConnectionOAuthRequestParameters)))))

newCreateConnectionAuthRequestParameters :: CreateConnectionAuthRequestParameters Source #

Create a value of CreateConnectionAuthRequestParameters 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:apiKeyAuthParameters:CreateConnectionAuthRequestParameters', createConnectionAuthRequestParameters_apiKeyAuthParameters - A CreateConnectionApiKeyAuthRequestParameters object that contains the API key authorization parameters to use for the connection.

$sel:basicAuthParameters:CreateConnectionAuthRequestParameters', createConnectionAuthRequestParameters_basicAuthParameters - A CreateConnectionBasicAuthRequestParameters object that contains the Basic authorization parameters to use for the connection.

$sel:invocationHttpParameters:CreateConnectionAuthRequestParameters', createConnectionAuthRequestParameters_invocationHttpParameters - A ConnectionHttpParameters object that contains the API key authorization parameters to use for the connection. Note that if you include additional parameters for the target of a rule via HttpParameters, including query strings, the parameters added for the connection take precedence.

$sel:oAuthParameters:CreateConnectionAuthRequestParameters', createConnectionAuthRequestParameters_oAuthParameters - A CreateConnectionOAuthRequestParameters object that contains the OAuth authorization parameters to use for the connection.

CreateConnectionBasicAuthRequestParameters

data CreateConnectionBasicAuthRequestParameters Source #

Contains the Basic authorization parameters to use for the connection.

See: newCreateConnectionBasicAuthRequestParameters smart constructor.

Instances

Instances details
ToJSON CreateConnectionBasicAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionBasicAuthRequestParameters

Generic CreateConnectionBasicAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionBasicAuthRequestParameters

Read CreateConnectionBasicAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionBasicAuthRequestParameters

Show CreateConnectionBasicAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionBasicAuthRequestParameters

NFData CreateConnectionBasicAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionBasicAuthRequestParameters

Eq CreateConnectionBasicAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionBasicAuthRequestParameters

Hashable CreateConnectionBasicAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionBasicAuthRequestParameters

type Rep CreateConnectionBasicAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionBasicAuthRequestParameters

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

newCreateConnectionBasicAuthRequestParameters Source #

Create a value of CreateConnectionBasicAuthRequestParameters 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:username:CreateConnectionBasicAuthRequestParameters', createConnectionBasicAuthRequestParameters_username - The user name to use for Basic authorization.

$sel:password:CreateConnectionBasicAuthRequestParameters', createConnectionBasicAuthRequestParameters_password - The password associated with the user name to use for Basic authorization.

CreateConnectionOAuthClientRequestParameters

data CreateConnectionOAuthClientRequestParameters Source #

Contains the Basic authorization parameters to use for the connection.

See: newCreateConnectionOAuthClientRequestParameters smart constructor.

Instances

Instances details
ToJSON CreateConnectionOAuthClientRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionOAuthClientRequestParameters

Generic CreateConnectionOAuthClientRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionOAuthClientRequestParameters

Read CreateConnectionOAuthClientRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionOAuthClientRequestParameters

Show CreateConnectionOAuthClientRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionOAuthClientRequestParameters

NFData CreateConnectionOAuthClientRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionOAuthClientRequestParameters

Eq CreateConnectionOAuthClientRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionOAuthClientRequestParameters

Hashable CreateConnectionOAuthClientRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionOAuthClientRequestParameters

type Rep CreateConnectionOAuthClientRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionOAuthClientRequestParameters

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

newCreateConnectionOAuthClientRequestParameters Source #

Create a value of CreateConnectionOAuthClientRequestParameters 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:clientID:CreateConnectionOAuthClientRequestParameters', createConnectionOAuthClientRequestParameters_clientID - The client ID to use for OAuth authorization for the connection.

$sel:clientSecret:CreateConnectionOAuthClientRequestParameters', createConnectionOAuthClientRequestParameters_clientSecret - The client secret associated with the client ID to use for OAuth authorization for the connection.

CreateConnectionOAuthRequestParameters

data CreateConnectionOAuthRequestParameters Source #

Contains the OAuth authorization parameters to use for the connection.

See: newCreateConnectionOAuthRequestParameters smart constructor.

Instances

Instances details
ToJSON CreateConnectionOAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionOAuthRequestParameters

Generic CreateConnectionOAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionOAuthRequestParameters

Read CreateConnectionOAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionOAuthRequestParameters

Show CreateConnectionOAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionOAuthRequestParameters

NFData CreateConnectionOAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionOAuthRequestParameters

Eq CreateConnectionOAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionOAuthRequestParameters

Hashable CreateConnectionOAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionOAuthRequestParameters

type Rep CreateConnectionOAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionOAuthRequestParameters

type Rep CreateConnectionOAuthRequestParameters = D1 ('MetaData "CreateConnectionOAuthRequestParameters" "Amazonka.CloudWatchEvents.Types.CreateConnectionOAuthRequestParameters" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "CreateConnectionOAuthRequestParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "oAuthHttpParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionHttpParameters)) :*: S1 ('MetaSel ('Just "clientParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CreateConnectionOAuthClientRequestParameters)) :*: (S1 ('MetaSel ('Just "authorizationEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "httpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConnectionOAuthHttpMethod))))

newCreateConnectionOAuthRequestParameters Source #

Create a value of CreateConnectionOAuthRequestParameters 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:oAuthHttpParameters:CreateConnectionOAuthRequestParameters', createConnectionOAuthRequestParameters_oAuthHttpParameters - A ConnectionHttpParameters object that contains details about the additional parameters to use for the connection.

$sel:clientParameters:CreateConnectionOAuthRequestParameters', createConnectionOAuthRequestParameters_clientParameters - A CreateConnectionOAuthClientRequestParameters object that contains the client parameters for OAuth authorization.

$sel:authorizationEndpoint:CreateConnectionOAuthRequestParameters', createConnectionOAuthRequestParameters_authorizationEndpoint - The URL to the authorization endpoint when OAuth is specified as the authorization type.

$sel:httpMethod:CreateConnectionOAuthRequestParameters', createConnectionOAuthRequestParameters_httpMethod - The method to use for the authorization request.

DeadLetterConfig

data DeadLetterConfig Source #

A DeadLetterConfig object that contains information about a dead-letter queue configuration.

See: newDeadLetterConfig smart constructor.

Constructors

DeadLetterConfig' (Maybe Text) 

Instances

Instances details
FromJSON DeadLetterConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.DeadLetterConfig

ToJSON DeadLetterConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.DeadLetterConfig

Generic DeadLetterConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.DeadLetterConfig

Associated Types

type Rep DeadLetterConfig :: Type -> Type #

Read DeadLetterConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.DeadLetterConfig

Show DeadLetterConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.DeadLetterConfig

NFData DeadLetterConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.DeadLetterConfig

Methods

rnf :: DeadLetterConfig -> () #

Eq DeadLetterConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.DeadLetterConfig

Hashable DeadLetterConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.DeadLetterConfig

type Rep DeadLetterConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.DeadLetterConfig

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

newDeadLetterConfig :: DeadLetterConfig Source #

Create a value of DeadLetterConfig 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:DeadLetterConfig', deadLetterConfig_arn - The ARN of the SQS queue specified as the target for the dead-letter queue.

EcsParameters

data EcsParameters Source #

The custom parameters to be used when the target is an Amazon ECS task.

See: newEcsParameters smart constructor.

Instances

Instances details
FromJSON EcsParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EcsParameters

ToJSON EcsParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EcsParameters

Generic EcsParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EcsParameters

Associated Types

type Rep EcsParameters :: Type -> Type #

Read EcsParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EcsParameters

Show EcsParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EcsParameters

NFData EcsParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EcsParameters

Methods

rnf :: EcsParameters -> () #

Eq EcsParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EcsParameters

Hashable EcsParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EcsParameters

type Rep EcsParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EcsParameters

type Rep EcsParameters = D1 ('MetaData "EcsParameters" "Amazonka.CloudWatchEvents.Types.EcsParameters" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "EcsParameters'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "capacityProviderStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CapacityProviderStrategyItem])) :*: (S1 ('MetaSel ('Just "enableECSManagedTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "enableExecuteCommand") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "group'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "launchType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LaunchType))) :*: (S1 ('MetaSel ('Just "networkConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NetworkConfiguration)) :*: S1 ('MetaSel ('Just "placementConstraints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PlacementConstraint]))))) :*: ((S1 ('MetaSel ('Just "placementStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PlacementStrategy])) :*: (S1 ('MetaSel ('Just "platformVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "propagateTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PropagateTags)))) :*: ((S1 ('MetaSel ('Just "referenceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "taskCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "taskDefinitionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newEcsParameters Source #

Create a value of EcsParameters 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:capacityProviderStrategy:EcsParameters', ecsParameters_capacityProviderStrategy - The capacity provider strategy to use for the task.

If a capacityProviderStrategy is specified, the launchType parameter must be omitted. If no capacityProviderStrategy or launchType is specified, the defaultCapacityProviderStrategy for the cluster is used.

$sel:enableECSManagedTags:EcsParameters', ecsParameters_enableECSManagedTags - Specifies whether to enable Amazon ECS managed tags for the task. For more information, see Tagging Your Amazon ECS Resources in the Amazon Elastic Container Service Developer Guide.

$sel:enableExecuteCommand:EcsParameters', ecsParameters_enableExecuteCommand - Whether or not to enable the execute command functionality for the containers in this task. If true, this enables execute command functionality on all containers in the task.

$sel:group':EcsParameters', ecsParameters_group - Specifies an ECS task group for the task. The maximum length is 255 characters.

$sel:launchType:EcsParameters', ecsParameters_launchType - Specifies the launch type on which your task is running. The launch type that you specify here must match one of the launch type (compatibilities) of the target task. The FARGATE value is supported only in the Regions where Fargate with Amazon ECS is supported. For more information, see Fargate on Amazon ECS in the Amazon Elastic Container Service Developer Guide.

$sel:networkConfiguration:EcsParameters', ecsParameters_networkConfiguration - Use this structure if the Amazon ECS task uses the awsvpc network mode. This structure specifies the VPC subnets and security groups associated with the task, and whether a public IP address is to be used. This structure is required if LaunchType is FARGATE because the awsvpc mode is required for Fargate tasks.

If you specify NetworkConfiguration when the target ECS task does not use the awsvpc network mode, the task fails.

$sel:placementConstraints:EcsParameters', ecsParameters_placementConstraints - An array of placement constraint objects to use for the task. You can specify up to 10 constraints per task (including constraints in the task definition and those specified at runtime).

$sel:placementStrategy:EcsParameters', ecsParameters_placementStrategy - The placement strategy objects to use for the task. You can specify a maximum of five strategy rules per task.

$sel:platformVersion:EcsParameters', ecsParameters_platformVersion - Specifies the platform version for the task. Specify only the numeric portion of the platform version, such as 1.1.0.

This structure is used only if LaunchType is FARGATE. For more information about valid platform versions, see Fargate Platform Versions in the Amazon Elastic Container Service Developer Guide.

$sel:propagateTags:EcsParameters', ecsParameters_propagateTags - Specifies whether to propagate the tags from the task definition to the task. If no value is specified, the tags are not propagated. Tags can only be propagated to the task during task creation. To add tags to a task after task creation, use the TagResource API action.

$sel:referenceId:EcsParameters', ecsParameters_referenceId - The reference ID to use for the task.

$sel:tags:EcsParameters', ecsParameters_tags - The metadata that you apply to the task to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. To learn more, see RunTask in the Amazon ECS API Reference.

$sel:taskCount:EcsParameters', ecsParameters_taskCount - The number of tasks to create based on TaskDefinition. The default is 1.

$sel:taskDefinitionArn:EcsParameters', ecsParameters_taskDefinitionArn - The ARN of the task definition to use if the event target is an Amazon ECS task.

Endpoint

data Endpoint Source #

An global endpoint used to improve your application's availability by making it regional-fault tolerant. For more information about global endpoints, see Making applications Regional-fault tolerant with global endpoints and event replication in the Amazon EventBridge User Guide..

See: newEndpoint smart constructor.

Instances

Instances details
FromJSON Endpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Endpoint

Generic Endpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Endpoint

Associated Types

type Rep Endpoint :: Type -> Type #

Methods

from :: Endpoint -> Rep Endpoint x #

to :: Rep Endpoint x -> Endpoint #

Read Endpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Endpoint

Show Endpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Endpoint

NFData Endpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Endpoint

Methods

rnf :: Endpoint -> () #

Eq Endpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Endpoint

Hashable Endpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Endpoint

Methods

hashWithSalt :: Int -> Endpoint -> Int #

hash :: Endpoint -> Int #

type Rep Endpoint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Endpoint

type Rep Endpoint = D1 ('MetaData "Endpoint" "Amazonka.CloudWatchEvents.Types.Endpoint" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "Endpoint'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "endpointId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "endpointUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventBuses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty EndpointEventBus)))))) :*: ((S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "name") '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 "routingConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RoutingConfig))) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EndpointState)) :*: S1 ('MetaSel ('Just "stateReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newEndpoint :: Endpoint Source #

Create a value of Endpoint 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:Endpoint', endpoint_arn - The ARN of the endpoint.

$sel:creationTime:Endpoint', endpoint_creationTime - The time the endpoint was created.

$sel:description:Endpoint', endpoint_description - A description for the endpoint.

$sel:endpointId:Endpoint', endpoint_endpointId - The URL subdomain of the endpoint. For example, if the URL for Endpoint is abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo.

$sel:endpointUrl:Endpoint', endpoint_endpointUrl - The URL of the endpoint.

$sel:eventBuses:Endpoint', endpoint_eventBuses - The event buses being used by the endpoint.

$sel:lastModifiedTime:Endpoint', endpoint_lastModifiedTime - The last time the endpoint was modified.

$sel:name:Endpoint', endpoint_name - The name of the endpoint.

$sel:replicationConfig:Endpoint', endpoint_replicationConfig - Whether event replication was enabled or disabled for this endpoint.

$sel:roleArn:Endpoint', endpoint_roleArn - The ARN of the role used by event replication for the endpoint.

$sel:routingConfig:Endpoint', endpoint_routingConfig - The routing configuration of the endpoint.

Endpoint, endpoint_state - The current state of the endpoint.

$sel:stateReason:Endpoint', endpoint_stateReason - The reason the endpoint is in its current state.

EndpointEventBus

data EndpointEventBus Source #

The event buses the endpoint is associated with.

See: newEndpointEventBus smart constructor.

Constructors

EndpointEventBus' Text 

Instances

Instances details
FromJSON EndpointEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointEventBus

ToJSON EndpointEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointEventBus

Generic EndpointEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointEventBus

Associated Types

type Rep EndpointEventBus :: Type -> Type #

Read EndpointEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointEventBus

Show EndpointEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointEventBus

NFData EndpointEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointEventBus

Methods

rnf :: EndpointEventBus -> () #

Eq EndpointEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointEventBus

Hashable EndpointEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointEventBus

type Rep EndpointEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointEventBus

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

newEndpointEventBus Source #

Create a value of EndpointEventBus 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:eventBusArn:EndpointEventBus', endpointEventBus_eventBusArn - The ARN of the event bus the endpoint is associated with.

EventBus

data EventBus Source #

An event bus receives events from a source and routes them to rules associated with that event bus. Your account's default event bus receives events from Amazon Web Services services. A custom event bus can receive events from your custom applications and services. A partner event bus receives events from an event source created by an SaaS partner. These events come from the partners services or applications.

See: newEventBus smart constructor.

Constructors

EventBus' (Maybe Text) (Maybe Text) (Maybe Text) 

Instances

Instances details
FromJSON EventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventBus

Generic EventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventBus

Associated Types

type Rep EventBus :: Type -> Type #

Methods

from :: EventBus -> Rep EventBus x #

to :: Rep EventBus x -> EventBus #

Read EventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventBus

Show EventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventBus

NFData EventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventBus

Methods

rnf :: EventBus -> () #

Eq EventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventBus

Hashable EventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventBus

Methods

hashWithSalt :: Int -> EventBus -> Int #

hash :: EventBus -> Int #

type Rep EventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventBus

type Rep EventBus = D1 ('MetaData "EventBus" "Amazonka.CloudWatchEvents.Types.EventBus" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "EventBus'" '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 "policy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newEventBus :: EventBus Source #

Create a value of EventBus 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:EventBus', eventBus_arn - The ARN of the event bus.

$sel:name:EventBus', eventBus_name - The name of the event bus.

$sel:policy:EventBus', eventBus_policy - The permissions policy of the event bus, describing which other Amazon Web Services accounts can write events to this event bus.

EventSource

data EventSource Source #

A partner event source is created by an SaaS partner. If a customer creates a partner event bus that matches this event source, that Amazon Web Services account can receive events from the partner's applications or services.

See: newEventSource smart constructor.

Instances

Instances details
FromJSON EventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSource

Generic EventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSource

Associated Types

type Rep EventSource :: Type -> Type #

Read EventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSource

Show EventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSource

NFData EventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSource

Methods

rnf :: EventSource -> () #

Eq EventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSource

Hashable EventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSource

type Rep EventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSource

type Rep EventSource = D1 ('MetaData "EventSource" "Amazonka.CloudWatchEvents.Types.EventSource" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "EventSource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "expirationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventSourceState))))))

newEventSource :: EventSource Source #

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

$sel:createdBy:EventSource', eventSource_createdBy - The name of the partner that created the event source.

$sel:creationTime:EventSource', eventSource_creationTime - The date and time the event source was created.

$sel:expirationTime:EventSource', eventSource_expirationTime - The date and time that the event source will expire, if the Amazon Web Services account doesn't create a matching event bus for it.

$sel:name:EventSource', eventSource_name - The name of the event source.

$sel:state:EventSource', eventSource_state - The state of the event source. If it is ACTIVE, you have already created a matching event bus for this event source, and that event bus is active. If it is PENDING, either you haven't yet created a matching event bus, or that event bus is deactivated. If it is DELETED, you have created a matching event bus, but the event source has since been deleted.

FailoverConfig

data FailoverConfig Source #

The failover configuration for an endpoint. This includes what triggers failover and what happens when it's triggered.

See: newFailoverConfig smart constructor.

Instances

Instances details
FromJSON FailoverConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.FailoverConfig

ToJSON FailoverConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.FailoverConfig

Generic FailoverConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.FailoverConfig

Associated Types

type Rep FailoverConfig :: Type -> Type #

Read FailoverConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.FailoverConfig

Show FailoverConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.FailoverConfig

NFData FailoverConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.FailoverConfig

Methods

rnf :: FailoverConfig -> () #

Eq FailoverConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.FailoverConfig

Hashable FailoverConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.FailoverConfig

type Rep FailoverConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.FailoverConfig

type Rep FailoverConfig = D1 ('MetaData "FailoverConfig" "Amazonka.CloudWatchEvents.Types.FailoverConfig" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "FailoverConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "primary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Primary) :*: S1 ('MetaSel ('Just "secondary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Secondary)))

newFailoverConfig Source #

Create a value of FailoverConfig 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:primary:FailoverConfig', failoverConfig_primary - The main Region of the endpoint.

$sel:secondary:FailoverConfig', failoverConfig_secondary - The Region that events are routed to when failover is triggered or event replication is enabled.

HttpParameters

data HttpParameters Source #

These are custom parameter to be used when the target is an API Gateway REST APIs or EventBridge ApiDestinations. In the latter case, these are merged with any InvocationParameters specified on the Connection, with any values from the Connection taking precedence.

See: newHttpParameters smart constructor.

Instances

Instances details
FromJSON HttpParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.HttpParameters

ToJSON HttpParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.HttpParameters

Generic HttpParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.HttpParameters

Associated Types

type Rep HttpParameters :: Type -> Type #

Read HttpParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.HttpParameters

Show HttpParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.HttpParameters

NFData HttpParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.HttpParameters

Methods

rnf :: HttpParameters -> () #

Eq HttpParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.HttpParameters

Hashable HttpParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.HttpParameters

type Rep HttpParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.HttpParameters

type Rep HttpParameters = D1 ('MetaData "HttpParameters" "Amazonka.CloudWatchEvents.Types.HttpParameters" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "HttpParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "headerParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "pathParameterValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "queryStringParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))))

newHttpParameters :: HttpParameters Source #

Create a value of HttpParameters 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:headerParameters:HttpParameters', httpParameters_headerParameters - The headers that need to be sent as part of request invoking the API Gateway REST API or EventBridge ApiDestination.

$sel:pathParameterValues:HttpParameters', httpParameters_pathParameterValues - The path parameter values to be used to populate API Gateway REST API or EventBridge ApiDestination path wildcards ("*").

$sel:queryStringParameters:HttpParameters', httpParameters_queryStringParameters - The query string keys/values that need to be sent as part of request invoking the API Gateway REST API or EventBridge ApiDestination.

InputTransformer

data InputTransformer Source #

Contains the parameters needed for you to provide custom input to a target based on one or more pieces of data extracted from the event.

See: newInputTransformer smart constructor.

Instances

Instances details
FromJSON InputTransformer Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.InputTransformer

ToJSON InputTransformer Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.InputTransformer

Generic InputTransformer Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.InputTransformer

Associated Types

type Rep InputTransformer :: Type -> Type #

Read InputTransformer Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.InputTransformer

Show InputTransformer Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.InputTransformer

NFData InputTransformer Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.InputTransformer

Methods

rnf :: InputTransformer -> () #

Eq InputTransformer Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.InputTransformer

Hashable InputTransformer Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.InputTransformer

type Rep InputTransformer Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.InputTransformer

type Rep InputTransformer = D1 ('MetaData "InputTransformer" "Amazonka.CloudWatchEvents.Types.InputTransformer" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "InputTransformer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "inputPathsMap") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "inputTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newInputTransformer Source #

Create a value of InputTransformer 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:inputPathsMap:InputTransformer', inputTransformer_inputPathsMap - Map of JSON paths to be extracted from the event. You can then insert these in the template in InputTemplate to produce the output you want to be sent to the target.

InputPathsMap is an array key-value pairs, where each value is a valid JSON path. You can have as many as 100 key-value pairs. You must use JSON dot notation, not bracket notation.

The keys cannot start with "Amazon Web Services."

$sel:inputTemplate:InputTransformer', inputTransformer_inputTemplate - Input template where you specify placeholders that will be filled with the values of the keys from InputPathsMap to customize the data sent to the target. Enclose each InputPathsMaps value in brackets: <value> The InputTemplate must be valid JSON.

If InputTemplate is a JSON object (surrounded by curly braces), the following restrictions apply:

  • The placeholder cannot be used as an object key.

The following example shows the syntax for using InputPathsMap and InputTemplate.

 "InputTransformer":
{
"InputPathsMap": {"instance": "$.detail.instance","status": "$.detail.status"},
"InputTemplate": "<instance> is in state <status>"
}

To have the InputTemplate include quote marks within a JSON string, escape each quote marks with a slash, as in the following example:

 "InputTransformer":
{
"InputPathsMap": {"instance": "$.detail.instance","status": "$.detail.status"},
"InputTemplate": "<instance> is in state \"<status>\""
}

The InputTemplate can also be valid JSON with varibles in quotes or out, as in the following example:

 "InputTransformer":
{
"InputPathsMap": {"instance": "$.detail.instance","status": "$.detail.status"},
"InputTemplate": '{"myInstance": <instance>,"myStatus": "<instance> is in state \"<status>\""}'
}

KinesisParameters

data KinesisParameters Source #

This object enables you to specify a JSON path to extract from the event and use as the partition key for the Amazon Kinesis data stream, so that you can control the shard to which the event goes. If you do not include this parameter, the default is to use the eventId as the partition key.

See: newKinesisParameters smart constructor.

Constructors

KinesisParameters' Text 

Instances

Instances details
FromJSON KinesisParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.KinesisParameters

ToJSON KinesisParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.KinesisParameters

Generic KinesisParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.KinesisParameters

Associated Types

type Rep KinesisParameters :: Type -> Type #

Read KinesisParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.KinesisParameters

Show KinesisParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.KinesisParameters

NFData KinesisParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.KinesisParameters

Methods

rnf :: KinesisParameters -> () #

Eq KinesisParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.KinesisParameters

Hashable KinesisParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.KinesisParameters

type Rep KinesisParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.KinesisParameters

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

newKinesisParameters Source #

Create a value of KinesisParameters 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:partitionKeyPath:KinesisParameters', kinesisParameters_partitionKeyPath - The JSON path to be extracted from the event and used as the partition key. For more information, see Amazon Kinesis Streams Key Concepts in the Amazon Kinesis Streams Developer Guide.

NetworkConfiguration

data NetworkConfiguration Source #

This structure specifies the network configuration for an ECS task.

See: newNetworkConfiguration smart constructor.

Instances

Instances details
FromJSON NetworkConfiguration Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.NetworkConfiguration

ToJSON NetworkConfiguration Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.NetworkConfiguration

Generic NetworkConfiguration Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.NetworkConfiguration

Associated Types

type Rep NetworkConfiguration :: Type -> Type #

Read NetworkConfiguration Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.NetworkConfiguration

Show NetworkConfiguration Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.NetworkConfiguration

NFData NetworkConfiguration Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.NetworkConfiguration

Methods

rnf :: NetworkConfiguration -> () #

Eq NetworkConfiguration Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.NetworkConfiguration

Hashable NetworkConfiguration Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.NetworkConfiguration

type Rep NetworkConfiguration Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.NetworkConfiguration

type Rep NetworkConfiguration = D1 ('MetaData "NetworkConfiguration" "Amazonka.CloudWatchEvents.Types.NetworkConfiguration" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "NetworkConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "awsvpcConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AwsVpcConfiguration))))

newNetworkConfiguration :: NetworkConfiguration Source #

Create a value of NetworkConfiguration 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:awsvpcConfiguration:NetworkConfiguration', networkConfiguration_awsvpcConfiguration - Use this structure to specify the VPC subnets and security groups for the task, and whether a public IP address is to be used. This structure is relevant only for ECS tasks that use the awsvpc network mode.

PartnerEventSource

data PartnerEventSource Source #

A partner event source is created by an SaaS partner. If a customer creates a partner event bus that matches this event source, that Amazon Web Services account can receive events from the partner's applications or services.

See: newPartnerEventSource smart constructor.

Instances

Instances details
FromJSON PartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PartnerEventSource

Generic PartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PartnerEventSource

Associated Types

type Rep PartnerEventSource :: Type -> Type #

Read PartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PartnerEventSource

Show PartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PartnerEventSource

NFData PartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PartnerEventSource

Methods

rnf :: PartnerEventSource -> () #

Eq PartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PartnerEventSource

Hashable PartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PartnerEventSource

type Rep PartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PartnerEventSource

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

newPartnerEventSource :: PartnerEventSource Source #

Create a value of PartnerEventSource 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:PartnerEventSource', partnerEventSource_arn - The ARN of the partner event source.

$sel:name:PartnerEventSource', partnerEventSource_name - The name of the partner event source.

PartnerEventSourceAccount

data PartnerEventSourceAccount Source #

The Amazon Web Services account that a partner event source has been offered to.

See: newPartnerEventSourceAccount smart constructor.

Instances

Instances details
FromJSON PartnerEventSourceAccount Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PartnerEventSourceAccount

Generic PartnerEventSourceAccount Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PartnerEventSourceAccount

Associated Types

type Rep PartnerEventSourceAccount :: Type -> Type #

Read PartnerEventSourceAccount Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PartnerEventSourceAccount

Show PartnerEventSourceAccount Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PartnerEventSourceAccount

NFData PartnerEventSourceAccount Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PartnerEventSourceAccount

Eq PartnerEventSourceAccount Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PartnerEventSourceAccount

Hashable PartnerEventSourceAccount Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PartnerEventSourceAccount

type Rep PartnerEventSourceAccount Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PartnerEventSourceAccount

type Rep PartnerEventSourceAccount = D1 ('MetaData "PartnerEventSourceAccount" "Amazonka.CloudWatchEvents.Types.PartnerEventSourceAccount" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "PartnerEventSourceAccount'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "account") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "expirationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventSourceState)))))

newPartnerEventSourceAccount :: PartnerEventSourceAccount Source #

Create a value of PartnerEventSourceAccount 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:account:PartnerEventSourceAccount', partnerEventSourceAccount_account - The Amazon Web Services account ID that the partner event source was offered to.

$sel:creationTime:PartnerEventSourceAccount', partnerEventSourceAccount_creationTime - The date and time the event source was created.

$sel:expirationTime:PartnerEventSourceAccount', partnerEventSourceAccount_expirationTime - The date and time that the event source will expire, if the Amazon Web Services account doesn't create a matching event bus for it.

$sel:state:PartnerEventSourceAccount', partnerEventSourceAccount_state - The state of the event source. If it is ACTIVE, you have already created a matching event bus for this event source, and that event bus is active. If it is PENDING, either you haven't yet created a matching event bus, or that event bus is deactivated. If it is DELETED, you have created a matching event bus, but the event source has since been deleted.

PlacementConstraint

data PlacementConstraint Source #

An object representing a constraint on task placement. To learn more, see Task Placement Constraints in the Amazon Elastic Container Service Developer Guide.

See: newPlacementConstraint smart constructor.

Instances

Instances details
FromJSON PlacementConstraint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraint

ToJSON PlacementConstraint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraint

Generic PlacementConstraint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraint

Associated Types

type Rep PlacementConstraint :: Type -> Type #

Read PlacementConstraint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraint

Show PlacementConstraint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraint

NFData PlacementConstraint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraint

Methods

rnf :: PlacementConstraint -> () #

Eq PlacementConstraint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraint

Hashable PlacementConstraint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraint

type Rep PlacementConstraint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraint

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

newPlacementConstraint :: PlacementConstraint Source #

Create a value of PlacementConstraint 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:expression:PlacementConstraint', placementConstraint_expression - A cluster query language expression to apply to the constraint. You cannot specify an expression if the constraint type is distinctInstance. To learn more, see Cluster Query Language in the Amazon Elastic Container Service Developer Guide.

$sel:type':PlacementConstraint', placementConstraint_type - The type of constraint. Use distinctInstance to ensure that each task in a particular group is running on a different container instance. Use memberOf to restrict the selection to a group of valid candidates.

PlacementStrategy

data PlacementStrategy Source #

The task placement strategy for a task or service. To learn more, see Task Placement Strategies in the Amazon Elastic Container Service Service Developer Guide.

See: newPlacementStrategy smart constructor.

Instances

Instances details
FromJSON PlacementStrategy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategy

ToJSON PlacementStrategy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategy

Generic PlacementStrategy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategy

Associated Types

type Rep PlacementStrategy :: Type -> Type #

Read PlacementStrategy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategy

Show PlacementStrategy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategy

NFData PlacementStrategy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategy

Methods

rnf :: PlacementStrategy -> () #

Eq PlacementStrategy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategy

Hashable PlacementStrategy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategy

type Rep PlacementStrategy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategy

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

newPlacementStrategy :: PlacementStrategy Source #

Create a value of PlacementStrategy 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:field:PlacementStrategy', placementStrategy_field - The field to apply the placement strategy against. For the spread placement strategy, valid values are instanceId (or host, which has the same effect), or any platform or custom attribute that is applied to a container instance, such as attribute:ecs.availability-zone. For the binpack placement strategy, valid values are cpu and memory. For the random placement strategy, this field is not used.

$sel:type':PlacementStrategy', placementStrategy_type - The type of placement strategy. The random placement strategy randomly places tasks on available candidates. The spread placement strategy spreads placement across available candidates evenly based on the field parameter. The binpack strategy places tasks on available candidates that have the least available amount of the resource that is specified with the field parameter. For example, if you binpack on memory, a task is placed on the instance with the least amount of remaining memory (but still enough to run the task).

Primary

data Primary Source #

The primary Region of the endpoint.

See: newPrimary smart constructor.

Constructors

Primary' Text 

Instances

Instances details
FromJSON Primary Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Primary

ToJSON Primary Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Primary

Generic Primary Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Primary

Associated Types

type Rep Primary :: Type -> Type #

Methods

from :: Primary -> Rep Primary x #

to :: Rep Primary x -> Primary #

Read Primary Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Primary

Show Primary Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Primary

NFData Primary Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Primary

Methods

rnf :: Primary -> () #

Eq Primary Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Primary

Methods

(==) :: Primary -> Primary -> Bool #

(/=) :: Primary -> Primary -> Bool #

Hashable Primary Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Primary

Methods

hashWithSalt :: Int -> Primary -> Int #

hash :: Primary -> Int #

type Rep Primary Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Primary

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

newPrimary Source #

Create a value of Primary 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:healthCheck:Primary', primary_healthCheck - The ARN of the health check used by the endpoint to determine whether failover is triggered.

PutEventsRequestEntry

data PutEventsRequestEntry Source #

Represents an event to be submitted.

See: newPutEventsRequestEntry smart constructor.

Instances

Instances details
ToJSON PutEventsRequestEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutEventsRequestEntry

Generic PutEventsRequestEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutEventsRequestEntry

Associated Types

type Rep PutEventsRequestEntry :: Type -> Type #

Read PutEventsRequestEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutEventsRequestEntry

Show PutEventsRequestEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutEventsRequestEntry

NFData PutEventsRequestEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutEventsRequestEntry

Methods

rnf :: PutEventsRequestEntry -> () #

Eq PutEventsRequestEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutEventsRequestEntry

Hashable PutEventsRequestEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutEventsRequestEntry

type Rep PutEventsRequestEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutEventsRequestEntry

type Rep PutEventsRequestEntry = D1 ('MetaData "PutEventsRequestEntry" "Amazonka.CloudWatchEvents.Types.PutEventsRequestEntry" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "PutEventsRequestEntry'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "detail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "detailType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventBusName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "resources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "time") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "traceHeader") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newPutEventsRequestEntry :: PutEventsRequestEntry Source #

Create a value of PutEventsRequestEntry 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:detail:PutEventsRequestEntry', putEventsRequestEntry_detail - A valid JSON object. There is no other schema imposed. The JSON object may contain fields and nested subobjects.

$sel:detailType:PutEventsRequestEntry', putEventsRequestEntry_detailType - Free-form string used to decide what fields to expect in the event detail.

$sel:eventBusName:PutEventsRequestEntry', putEventsRequestEntry_eventBusName - The name or ARN of the event bus to receive the event. Only the rules that are associated with this event bus are used to match the event. If you omit this, the default event bus is used.

If you're using a global endpoint with a custom bus, you must enter the name, not the ARN, of the event bus in either the primary or secondary Region here and the corresponding event bus in the other Region will be determined based on the endpoint referenced by the EndpointId.

$sel:resources:PutEventsRequestEntry', putEventsRequestEntry_resources - Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.

$sel:source:PutEventsRequestEntry', putEventsRequestEntry_source - The source of the event.

$sel:time:PutEventsRequestEntry', putEventsRequestEntry_time - The time stamp of the event, per RFC3339. If no time stamp is provided, the time stamp of the PutEvents call is used.

$sel:traceHeader:PutEventsRequestEntry', putEventsRequestEntry_traceHeader - An X-Ray trace header, which is an http header (X-Amzn-Trace-Id) that contains the trace-id associated with the event.

To learn more about X-Ray trace headers, see Tracing header in the X-Ray Developer Guide.

PutEventsResultEntry

data PutEventsResultEntry Source #

Represents an event that failed to be submitted. For information about the errors that are common to all actions, see Common Errors.

See: newPutEventsResultEntry smart constructor.

Instances

Instances details
FromJSON PutEventsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutEventsResultEntry

Generic PutEventsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutEventsResultEntry

Associated Types

type Rep PutEventsResultEntry :: Type -> Type #

Read PutEventsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutEventsResultEntry

Show PutEventsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutEventsResultEntry

NFData PutEventsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutEventsResultEntry

Methods

rnf :: PutEventsResultEntry -> () #

Eq PutEventsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutEventsResultEntry

Hashable PutEventsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutEventsResultEntry

type Rep PutEventsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutEventsResultEntry

type Rep PutEventsResultEntry = D1 ('MetaData "PutEventsResultEntry" "Amazonka.CloudWatchEvents.Types.PutEventsResultEntry" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "PutEventsResultEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newPutEventsResultEntry :: PutEventsResultEntry Source #

Create a value of PutEventsResultEntry 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:errorCode:PutEventsResultEntry', putEventsResultEntry_errorCode - The error code that indicates why the event submission failed.

$sel:errorMessage:PutEventsResultEntry', putEventsResultEntry_errorMessage - The error message that explains why the event submission failed.

$sel:eventId:PutEventsResultEntry', putEventsResultEntry_eventId - The ID of the event.

PutPartnerEventsRequestEntry

data PutPartnerEventsRequestEntry Source #

The details about an event generated by an SaaS partner.

See: newPutPartnerEventsRequestEntry smart constructor.

Instances

Instances details
ToJSON PutPartnerEventsRequestEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutPartnerEventsRequestEntry

Generic PutPartnerEventsRequestEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutPartnerEventsRequestEntry

Associated Types

type Rep PutPartnerEventsRequestEntry :: Type -> Type #

Read PutPartnerEventsRequestEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutPartnerEventsRequestEntry

Show PutPartnerEventsRequestEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutPartnerEventsRequestEntry

NFData PutPartnerEventsRequestEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutPartnerEventsRequestEntry

Eq PutPartnerEventsRequestEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutPartnerEventsRequestEntry

Hashable PutPartnerEventsRequestEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutPartnerEventsRequestEntry

type Rep PutPartnerEventsRequestEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutPartnerEventsRequestEntry

type Rep PutPartnerEventsRequestEntry = D1 ('MetaData "PutPartnerEventsRequestEntry" "Amazonka.CloudWatchEvents.Types.PutPartnerEventsRequestEntry" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "PutPartnerEventsRequestEntry'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "detail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "detailType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "time") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newPutPartnerEventsRequestEntry :: PutPartnerEventsRequestEntry Source #

Create a value of PutPartnerEventsRequestEntry 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:detail:PutPartnerEventsRequestEntry', putPartnerEventsRequestEntry_detail - A valid JSON string. There is no other schema imposed. The JSON string may contain fields and nested subobjects.

$sel:detailType:PutPartnerEventsRequestEntry', putPartnerEventsRequestEntry_detailType - A free-form string used to decide what fields to expect in the event detail.

$sel:resources:PutPartnerEventsRequestEntry', putPartnerEventsRequestEntry_resources - Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.

$sel:source:PutPartnerEventsRequestEntry', putPartnerEventsRequestEntry_source - The event source that is generating the entry.

$sel:time:PutPartnerEventsRequestEntry', putPartnerEventsRequestEntry_time - The date and time of the event.

PutPartnerEventsResultEntry

data PutPartnerEventsResultEntry Source #

Represents an event that a partner tried to generate, but failed.

See: newPutPartnerEventsResultEntry smart constructor.

Instances

Instances details
FromJSON PutPartnerEventsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutPartnerEventsResultEntry

Generic PutPartnerEventsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutPartnerEventsResultEntry

Associated Types

type Rep PutPartnerEventsResultEntry :: Type -> Type #

Read PutPartnerEventsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutPartnerEventsResultEntry

Show PutPartnerEventsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutPartnerEventsResultEntry

NFData PutPartnerEventsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutPartnerEventsResultEntry

Eq PutPartnerEventsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutPartnerEventsResultEntry

Hashable PutPartnerEventsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutPartnerEventsResultEntry

type Rep PutPartnerEventsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutPartnerEventsResultEntry

type Rep PutPartnerEventsResultEntry = D1 ('MetaData "PutPartnerEventsResultEntry" "Amazonka.CloudWatchEvents.Types.PutPartnerEventsResultEntry" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "PutPartnerEventsResultEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newPutPartnerEventsResultEntry :: PutPartnerEventsResultEntry Source #

Create a value of PutPartnerEventsResultEntry 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:errorCode:PutPartnerEventsResultEntry', putPartnerEventsResultEntry_errorCode - The error code that indicates why the event submission failed.

$sel:errorMessage:PutPartnerEventsResultEntry', putPartnerEventsResultEntry_errorMessage - The error message that explains why the event submission failed.

$sel:eventId:PutPartnerEventsResultEntry', putPartnerEventsResultEntry_eventId - The ID of the event.

PutTargetsResultEntry

data PutTargetsResultEntry Source #

Represents a target that failed to be added to a rule.

See: newPutTargetsResultEntry smart constructor.

Instances

Instances details
FromJSON PutTargetsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutTargetsResultEntry

Generic PutTargetsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutTargetsResultEntry

Associated Types

type Rep PutTargetsResultEntry :: Type -> Type #

Read PutTargetsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutTargetsResultEntry

Show PutTargetsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutTargetsResultEntry

NFData PutTargetsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutTargetsResultEntry

Methods

rnf :: PutTargetsResultEntry -> () #

Eq PutTargetsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutTargetsResultEntry

Hashable PutTargetsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutTargetsResultEntry

type Rep PutTargetsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutTargetsResultEntry

type Rep PutTargetsResultEntry = D1 ('MetaData "PutTargetsResultEntry" "Amazonka.CloudWatchEvents.Types.PutTargetsResultEntry" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "PutTargetsResultEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newPutTargetsResultEntry :: PutTargetsResultEntry Source #

Create a value of PutTargetsResultEntry 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:errorCode:PutTargetsResultEntry', putTargetsResultEntry_errorCode - The error code that indicates why the target addition failed. If the value is ConcurrentModificationException, too many requests were made at the same time.

$sel:errorMessage:PutTargetsResultEntry', putTargetsResultEntry_errorMessage - The error message that explains why the target addition failed.

$sel:targetId:PutTargetsResultEntry', putTargetsResultEntry_targetId - The ID of the target.

RedshiftDataParameters

data RedshiftDataParameters Source #

These are custom parameters to be used when the target is a Amazon Redshift cluster to invoke the Amazon Redshift Data API ExecuteStatement based on EventBridge events.

See: newRedshiftDataParameters smart constructor.

Instances

Instances details
FromJSON RedshiftDataParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RedshiftDataParameters

ToJSON RedshiftDataParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RedshiftDataParameters

Generic RedshiftDataParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RedshiftDataParameters

Associated Types

type Rep RedshiftDataParameters :: Type -> Type #

Read RedshiftDataParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RedshiftDataParameters

Show RedshiftDataParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RedshiftDataParameters

NFData RedshiftDataParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RedshiftDataParameters

Methods

rnf :: RedshiftDataParameters -> () #

Eq RedshiftDataParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RedshiftDataParameters

Hashable RedshiftDataParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RedshiftDataParameters

type Rep RedshiftDataParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RedshiftDataParameters

type Rep RedshiftDataParameters = D1 ('MetaData "RedshiftDataParameters" "Amazonka.CloudWatchEvents.Types.RedshiftDataParameters" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "RedshiftDataParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dbUser") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "secretManagerArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "statementName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "withEvent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "database") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sql") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newRedshiftDataParameters Source #

Create a value of RedshiftDataParameters 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:dbUser:RedshiftDataParameters', redshiftDataParameters_dbUser - The database user name. Required when authenticating using temporary credentials.

$sel:secretManagerArn:RedshiftDataParameters', redshiftDataParameters_secretManagerArn - The name or ARN of the secret that enables access to the database. Required when authenticating using Amazon Web Services Secrets Manager.

$sel:statementName:RedshiftDataParameters', redshiftDataParameters_statementName - The name of the SQL statement. You can name the SQL statement when you create it to identify the query.

$sel:withEvent:RedshiftDataParameters', redshiftDataParameters_withEvent - Indicates whether to send an event back to EventBridge after the SQL statement runs.

$sel:database:RedshiftDataParameters', redshiftDataParameters_database - The name of the database. Required when authenticating using temporary credentials.

$sel:sql:RedshiftDataParameters', redshiftDataParameters_sql - The SQL statement text to run.

RemoveTargetsResultEntry

data RemoveTargetsResultEntry Source #

Represents a target that failed to be removed from a rule.

See: newRemoveTargetsResultEntry smart constructor.

Instances

Instances details
FromJSON RemoveTargetsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RemoveTargetsResultEntry

Generic RemoveTargetsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RemoveTargetsResultEntry

Associated Types

type Rep RemoveTargetsResultEntry :: Type -> Type #

Read RemoveTargetsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RemoveTargetsResultEntry

Show RemoveTargetsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RemoveTargetsResultEntry

NFData RemoveTargetsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RemoveTargetsResultEntry

Eq RemoveTargetsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RemoveTargetsResultEntry

Hashable RemoveTargetsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RemoveTargetsResultEntry

type Rep RemoveTargetsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RemoveTargetsResultEntry

type Rep RemoveTargetsResultEntry = D1 ('MetaData "RemoveTargetsResultEntry" "Amazonka.CloudWatchEvents.Types.RemoveTargetsResultEntry" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "RemoveTargetsResultEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newRemoveTargetsResultEntry :: RemoveTargetsResultEntry Source #

Create a value of RemoveTargetsResultEntry 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:errorCode:RemoveTargetsResultEntry', removeTargetsResultEntry_errorCode - The error code that indicates why the target removal failed. If the value is ConcurrentModificationException, too many requests were made at the same time.

$sel:errorMessage:RemoveTargetsResultEntry', removeTargetsResultEntry_errorMessage - The error message that explains why the target removal failed.

$sel:targetId:RemoveTargetsResultEntry', removeTargetsResultEntry_targetId - The ID of the target.

Replay

data Replay Source #

A Replay object that contains details about a replay.

See: newReplay smart constructor.

Instances

Instances details
FromJSON Replay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Replay

Generic Replay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Replay

Associated Types

type Rep Replay :: Type -> Type #

Methods

from :: Replay -> Rep Replay x #

to :: Rep Replay x -> Replay #

Read Replay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Replay

Show Replay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Replay

NFData Replay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Replay

Methods

rnf :: Replay -> () #

Eq Replay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Replay

Methods

(==) :: Replay -> Replay -> Bool #

(/=) :: Replay -> Replay -> Bool #

Hashable Replay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Replay

Methods

hashWithSalt :: Int -> Replay -> Int #

hash :: Replay -> Int #

type Rep Replay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Replay

newReplay :: Replay Source #

Create a value of Replay 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:eventEndTime:Replay', replay_eventEndTime - A time stamp for the time to start replaying events. Any event with a creation time prior to the EventEndTime specified is replayed.

$sel:eventLastReplayedTime:Replay', replay_eventLastReplayedTime - A time stamp for the time that the last event was replayed.

$sel:eventSourceArn:Replay', replay_eventSourceArn - The ARN of the archive to replay event from.

$sel:eventStartTime:Replay', replay_eventStartTime - A time stamp for the time to start replaying events. This is determined by the time in the event as described in Time.

$sel:replayEndTime:Replay', replay_replayEndTime - A time stamp for the time that the replay completed.

$sel:replayName:Replay', replay_replayName - The name of the replay.

$sel:replayStartTime:Replay', replay_replayStartTime - A time stamp for the time that the replay started.

$sel:state:Replay', replay_state - The current state of the replay.

$sel:stateReason:Replay', replay_stateReason - A description of why the replay is in the current state.

ReplayDestination

data ReplayDestination Source #

A ReplayDestination object that contains details about a replay.

See: newReplayDestination smart constructor.

Constructors

ReplayDestination' (Maybe [Text]) Text 

Instances

Instances details
FromJSON ReplayDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayDestination

ToJSON ReplayDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayDestination

Generic ReplayDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayDestination

Associated Types

type Rep ReplayDestination :: Type -> Type #

Read ReplayDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayDestination

Show ReplayDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayDestination

NFData ReplayDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayDestination

Methods

rnf :: ReplayDestination -> () #

Eq ReplayDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayDestination

Hashable ReplayDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayDestination

type Rep ReplayDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayDestination

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

newReplayDestination Source #

Create a value of ReplayDestination 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:filterArns:ReplayDestination', replayDestination_filterArns - A list of ARNs for rules to replay events to.

$sel:arn:ReplayDestination', replayDestination_arn - The ARN of the event bus to replay event to. You can replay events only to the event bus specified to create the archive.

ReplicationConfig

data ReplicationConfig Source #

Endpoints can replicate all events to the secondary Region.

See: newReplicationConfig smart constructor.

Instances

Instances details
FromJSON ReplicationConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplicationConfig

ToJSON ReplicationConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplicationConfig

Generic ReplicationConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplicationConfig

Associated Types

type Rep ReplicationConfig :: Type -> Type #

Read ReplicationConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplicationConfig

Show ReplicationConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplicationConfig

NFData ReplicationConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplicationConfig

Methods

rnf :: ReplicationConfig -> () #

Eq ReplicationConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplicationConfig

Hashable ReplicationConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplicationConfig

type Rep ReplicationConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplicationConfig

type Rep ReplicationConfig = D1 ('MetaData "ReplicationConfig" "Amazonka.CloudWatchEvents.Types.ReplicationConfig" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "ReplicationConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicationState))))

newReplicationConfig :: ReplicationConfig Source #

Create a value of ReplicationConfig 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:state:ReplicationConfig', replicationConfig_state - The state of event replication.

RetryPolicy

data RetryPolicy Source #

A RetryPolicy object that includes information about the retry policy settings.

See: newRetryPolicy smart constructor.

Instances

Instances details
FromJSON RetryPolicy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RetryPolicy

ToJSON RetryPolicy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RetryPolicy

Generic RetryPolicy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RetryPolicy

Associated Types

type Rep RetryPolicy :: Type -> Type #

Read RetryPolicy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RetryPolicy

Show RetryPolicy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RetryPolicy

NFData RetryPolicy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RetryPolicy

Methods

rnf :: RetryPolicy -> () #

Eq RetryPolicy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RetryPolicy

Hashable RetryPolicy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RetryPolicy

type Rep RetryPolicy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RetryPolicy

type Rep RetryPolicy = D1 ('MetaData "RetryPolicy" "Amazonka.CloudWatchEvents.Types.RetryPolicy" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "RetryPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maximumEventAgeInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "maximumRetryAttempts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newRetryPolicy :: RetryPolicy Source #

Create a value of RetryPolicy 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:maximumEventAgeInSeconds:RetryPolicy', retryPolicy_maximumEventAgeInSeconds - The maximum amount of time, in seconds, to continue to make retry attempts.

$sel:maximumRetryAttempts:RetryPolicy', retryPolicy_maximumRetryAttempts - The maximum number of retry attempts to make before the request fails. Retry attempts continue until either the maximum number of attempts is made or until the duration of the MaximumEventAgeInSeconds is met.

RoutingConfig

data RoutingConfig Source #

The routing configuration of the endpoint.

See: newRoutingConfig smart constructor.

Instances

Instances details
FromJSON RoutingConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RoutingConfig

ToJSON RoutingConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RoutingConfig

Generic RoutingConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RoutingConfig

Associated Types

type Rep RoutingConfig :: Type -> Type #

Read RoutingConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RoutingConfig

Show RoutingConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RoutingConfig

NFData RoutingConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RoutingConfig

Methods

rnf :: RoutingConfig -> () #

Eq RoutingConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RoutingConfig

Hashable RoutingConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RoutingConfig

type Rep RoutingConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RoutingConfig

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

newRoutingConfig Source #

Create a value of RoutingConfig 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:failoverConfig:RoutingConfig', routingConfig_failoverConfig - The failover configuration for an endpoint. This includes what triggers failover and what happens when it's triggered.

Rule

data Rule Source #

Contains information about a rule in Amazon EventBridge.

See: newRule smart constructor.

Instances

Instances details
FromJSON Rule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Rule

Generic Rule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Rule

Associated Types

type Rep Rule :: Type -> Type #

Methods

from :: Rule -> Rep Rule x #

to :: Rep Rule x -> Rule #

Read Rule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Rule

Show Rule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Rule

Methods

showsPrec :: Int -> Rule -> ShowS #

show :: Rule -> String #

showList :: [Rule] -> ShowS #

NFData Rule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Rule

Methods

rnf :: Rule -> () #

Eq Rule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Rule

Methods

(==) :: Rule -> Rule -> Bool #

(/=) :: Rule -> Rule -> Bool #

Hashable Rule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Rule

Methods

hashWithSalt :: Int -> Rule -> Int #

hash :: Rule -> Int #

type Rep Rule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Rule

newRule :: Rule Source #

Create a value of Rule 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:Rule', rule_arn - The Amazon Resource Name (ARN) of the rule.

$sel:description:Rule', rule_description - The description of the rule.

$sel:eventBusName:Rule', rule_eventBusName - The name or ARN of the event bus associated with the rule. If you omit this, the default event bus is used.

$sel:eventPattern:Rule', rule_eventPattern - The event pattern of the rule. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide.

$sel:managedBy:Rule', rule_managedBy - If the rule was created on behalf of your account by an Amazon Web Services service, this field displays the principal name of the service that created the rule.

$sel:name:Rule', rule_name - The name of the rule.

$sel:roleArn:Rule', rule_roleArn - The Amazon Resource Name (ARN) of the role that is used for target invocation.

If you're setting an event bus in another account as the target and that account granted permission to your account through an organization instead of directly by the account ID, you must specify a RoleArn with proper permissions in the Target structure, instead of here in this parameter.

$sel:scheduleExpression:Rule', rule_scheduleExpression - The scheduling expression. For example, "cron(0 20 * * ? *)", "rate(5 minutes)". For more information, see Creating an Amazon EventBridge rule that runs on a schedule.

$sel:state:Rule', rule_state - The state of the rule.

RunCommandParameters

data RunCommandParameters Source #

This parameter contains the criteria (either InstanceIds or a tag) used to specify which EC2 instances are to be sent the command.

See: newRunCommandParameters smart constructor.

Instances

Instances details
FromJSON RunCommandParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandParameters

ToJSON RunCommandParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandParameters

Generic RunCommandParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandParameters

Associated Types

type Rep RunCommandParameters :: Type -> Type #

Read RunCommandParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandParameters

Show RunCommandParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandParameters

NFData RunCommandParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandParameters

Methods

rnf :: RunCommandParameters -> () #

Eq RunCommandParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandParameters

Hashable RunCommandParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandParameters

type Rep RunCommandParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandParameters

type Rep RunCommandParameters = D1 ('MetaData "RunCommandParameters" "Amazonka.CloudWatchEvents.Types.RunCommandParameters" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "RunCommandParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "runCommandTargets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty RunCommandTarget))))

newRunCommandParameters Source #

Create a value of RunCommandParameters 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:runCommandTargets:RunCommandParameters', runCommandParameters_runCommandTargets - Currently, we support including only one RunCommandTarget block, which specifies either an array of InstanceIds or a tag.

RunCommandTarget

data RunCommandTarget Source #

Information about the EC2 instances that are to be sent the command, specified as key-value pairs. Each RunCommandTarget block can include only one key, but this key may specify multiple values.

See: newRunCommandTarget smart constructor.

Instances

Instances details
FromJSON RunCommandTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandTarget

ToJSON RunCommandTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandTarget

Generic RunCommandTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandTarget

Associated Types

type Rep RunCommandTarget :: Type -> Type #

Read RunCommandTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandTarget

Show RunCommandTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandTarget

NFData RunCommandTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandTarget

Methods

rnf :: RunCommandTarget -> () #

Eq RunCommandTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandTarget

Hashable RunCommandTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandTarget

type Rep RunCommandTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandTarget

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

newRunCommandTarget Source #

Create a value of RunCommandTarget 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:key:RunCommandTarget', runCommandTarget_key - Can be either tag: tag-key or InstanceIds.

$sel:values:RunCommandTarget', runCommandTarget_values - If Key is tag: tag-key, Values is a list of tag values. If Key is InstanceIds, Values is a list of Amazon EC2 instance IDs.

SageMakerPipelineParameter

data SageMakerPipelineParameter Source #

Name/Value pair of a parameter to start execution of a SageMaker Model Building Pipeline.

See: newSageMakerPipelineParameter smart constructor.

Instances

Instances details
FromJSON SageMakerPipelineParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameter

ToJSON SageMakerPipelineParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameter

Generic SageMakerPipelineParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameter

Associated Types

type Rep SageMakerPipelineParameter :: Type -> Type #

Read SageMakerPipelineParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameter

Show SageMakerPipelineParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameter

NFData SageMakerPipelineParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameter

Eq SageMakerPipelineParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameter

Hashable SageMakerPipelineParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameter

type Rep SageMakerPipelineParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameter

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

newSageMakerPipelineParameter Source #

Create a value of SageMakerPipelineParameter 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:SageMakerPipelineParameter', sageMakerPipelineParameter_name - Name of parameter to start execution of a SageMaker Model Building Pipeline.

$sel:value:SageMakerPipelineParameter', sageMakerPipelineParameter_value - Value of parameter to start execution of a SageMaker Model Building Pipeline.

SageMakerPipelineParameters

data SageMakerPipelineParameters Source #

These are custom parameters to use when the target is a SageMaker Model Building Pipeline that starts based on EventBridge events.

See: newSageMakerPipelineParameters smart constructor.

Instances

Instances details
FromJSON SageMakerPipelineParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameters

ToJSON SageMakerPipelineParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameters

Generic SageMakerPipelineParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameters

Associated Types

type Rep SageMakerPipelineParameters :: Type -> Type #

Read SageMakerPipelineParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameters

Show SageMakerPipelineParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameters

NFData SageMakerPipelineParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameters

Eq SageMakerPipelineParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameters

Hashable SageMakerPipelineParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameters

type Rep SageMakerPipelineParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameters

type Rep SageMakerPipelineParameters = D1 ('MetaData "SageMakerPipelineParameters" "Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameters" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "SageMakerPipelineParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pipelineParameterList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SageMakerPipelineParameter]))))

newSageMakerPipelineParameters :: SageMakerPipelineParameters Source #

Create a value of SageMakerPipelineParameters 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:pipelineParameterList:SageMakerPipelineParameters', sageMakerPipelineParameters_pipelineParameterList - List of Parameter names and values for SageMaker Model Building Pipeline execution.

Secondary

data Secondary Source #

The secondary Region that processes events when failover is triggered or replication is enabled.

See: newSecondary smart constructor.

Constructors

Secondary' Text 

Instances

Instances details
FromJSON Secondary Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Secondary

ToJSON Secondary Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Secondary

Generic Secondary Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Secondary

Associated Types

type Rep Secondary :: Type -> Type #

Read Secondary Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Secondary

Show Secondary Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Secondary

NFData Secondary Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Secondary

Methods

rnf :: Secondary -> () #

Eq Secondary Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Secondary

Hashable Secondary Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Secondary

type Rep Secondary Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Secondary

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

newSecondary Source #

Create a value of Secondary 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:route:Secondary', secondary_route - Defines the secondary Region.

SqsParameters

data SqsParameters Source #

This structure includes the custom parameter to be used when the target is an SQS FIFO queue.

See: newSqsParameters smart constructor.

Constructors

SqsParameters' (Maybe Text) 

Instances

Instances details
FromJSON SqsParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SqsParameters

ToJSON SqsParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SqsParameters

Generic SqsParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SqsParameters

Associated Types

type Rep SqsParameters :: Type -> Type #

Read SqsParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SqsParameters

Show SqsParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SqsParameters

NFData SqsParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SqsParameters

Methods

rnf :: SqsParameters -> () #

Eq SqsParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SqsParameters

Hashable SqsParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SqsParameters

type Rep SqsParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SqsParameters

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

newSqsParameters :: SqsParameters Source #

Create a value of SqsParameters 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:messageGroupId:SqsParameters', sqsParameters_messageGroupId - The FIFO message group ID to use as the target.

Tag

data Tag Source #

A key-value pair associated with an Amazon Web Services resource. In EventBridge, rules and event buses support tagging.

See: newTag smart constructor.

Constructors

Tag' Text Text 

Instances

Instances details
FromJSON Tag Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Tag

ToJSON Tag Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Tag

Generic Tag Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

Read Tag Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

NFData Tag Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Tag

Methods

rnf :: Tag -> () #

Eq Tag Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Hashable Tag Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

type Rep Tag Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Tag

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

newTag Source #

Create a value of Tag 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:key:Tag', tag_key - A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.

$sel:value:Tag', tag_value - The value for the specified tag key.

Target

data Target Source #

Targets are the resources to be invoked when a rule is triggered. For a complete list of services and resources that can be set as a target, see PutTargets.

If you are setting the event bus of another account as the target, and that account granted permission to your account through an organization instead of directly by the account ID, then you must specify a RoleArn with proper permissions in the Target structure. For more information, see Sending and Receiving Events Between Amazon Web Services Accounts in the Amazon EventBridge User Guide.

See: newTarget smart constructor.

Instances

Instances details
FromJSON Target Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Target

ToJSON Target Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Target

Generic Target Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Target

Associated Types

type Rep Target :: Type -> Type #

Methods

from :: Target -> Rep Target x #

to :: Rep Target x -> Target #

Read Target Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Target

Show Target Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Target

NFData Target Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Target

Methods

rnf :: Target -> () #

Eq Target Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Target

Methods

(==) :: Target -> Target -> Bool #

(/=) :: Target -> Target -> Bool #

Hashable Target Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Target

Methods

hashWithSalt :: Int -> Target -> Int #

hash :: Target -> Int #

type Rep Target Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Target

type Rep Target = D1 ('MetaData "Target" "Amazonka.CloudWatchEvents.Types.Target" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "Target'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "batchParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchParameters)) :*: S1 ('MetaSel ('Just "deadLetterConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeadLetterConfig))) :*: (S1 ('MetaSel ('Just "ecsParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EcsParameters)) :*: S1 ('MetaSel ('Just "httpParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HttpParameters)))) :*: ((S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "inputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "inputTransformer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputTransformer)) :*: S1 ('MetaSel ('Just "kinesisParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KinesisParameters))))) :*: (((S1 ('MetaSel ('Just "redshiftDataParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RedshiftDataParameters)) :*: S1 ('MetaSel ('Just "retryPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RetryPolicy))) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "runCommandParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RunCommandParameters)))) :*: ((S1 ('MetaSel ('Just "sageMakerPipelineParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SageMakerPipelineParameters)) :*: S1 ('MetaSel ('Just "sqsParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SqsParameters))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newTarget Source #

Create a value of Target 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:batchParameters:Target', target_batchParameters - If the event target is an Batch job, this contains the job definition, job name, and other parameters. For more information, see Jobs in the Batch User Guide.

$sel:deadLetterConfig:Target', target_deadLetterConfig - The DeadLetterConfig that defines the target queue to send dead-letter queue events to.

$sel:ecsParameters:Target', target_ecsParameters - Contains the Amazon ECS task definition and task count to be used, if the event target is an Amazon ECS task. For more information about Amazon ECS tasks, see Task Definitions in the Amazon EC2 Container Service Developer Guide.

$sel:httpParameters:Target', target_httpParameters - Contains the HTTP parameters to use when the target is a API Gateway REST endpoint or EventBridge ApiDestination.

If you specify an API Gateway REST API or EventBridge ApiDestination as a target, you can use this parameter to specify headers, path parameters, and query string keys/values as part of your target invoking request. If you're using ApiDestinations, the corresponding Connection can also have these values configured. In case of any conflicting keys, values from the Connection take precedence.

$sel:input:Target', target_input - Valid JSON text passed to the target. In this case, nothing from the event itself is passed to the target. For more information, see The JavaScript Object Notation (JSON) Data Interchange Format.

$sel:inputPath:Target', target_inputPath - The value of the JSONPath that is used for extracting part of the matched event when passing it to the target. You must use JSON dot notation, not bracket notation. For more information about JSON paths, see JSONPath.

$sel:inputTransformer:Target', target_inputTransformer - Settings to enable you to provide custom input to a target based on certain event data. You can extract one or more key-value pairs from the event and then use that data to send customized input to the target.

$sel:kinesisParameters:Target', target_kinesisParameters - The custom parameter you can use to control the shard assignment, when the target is a Kinesis data stream. If you do not include this parameter, the default is to use the eventId as the partition key.

$sel:redshiftDataParameters:Target', target_redshiftDataParameters - Contains the Amazon Redshift Data API parameters to use when the target is a Amazon Redshift cluster.

If you specify a Amazon Redshift Cluster as a Target, you can use this to specify parameters to invoke the Amazon Redshift Data API ExecuteStatement based on EventBridge events.

$sel:retryPolicy:Target', target_retryPolicy - The RetryPolicy object that contains the retry policy configuration to use for the dead-letter queue.

$sel:roleArn:Target', target_roleArn - The Amazon Resource Name (ARN) of the IAM role to be used for this target when the rule is triggered. If one rule triggers multiple targets, you can use a different IAM role for each target.

$sel:runCommandParameters:Target', target_runCommandParameters - Parameters used when you are using the rule to invoke Amazon EC2 Run Command.

$sel:sageMakerPipelineParameters:Target', target_sageMakerPipelineParameters - Contains the SageMaker Model Building Pipeline parameters to start execution of a SageMaker Model Building Pipeline.

If you specify a SageMaker Model Building Pipeline as a target, you can use this to specify parameters to start a pipeline execution based on EventBridge events.

$sel:sqsParameters:Target', target_sqsParameters - Contains the message group ID to use when the target is a FIFO queue.

If you specify an SQS FIFO queue as a target, the queue must have content-based deduplication enabled.

$sel:id:Target', target_id - The ID of the target within the specified rule. Use this ID to reference the target when updating the rule. We recommend using a memorable and unique string.

Target, target_arn - The Amazon Resource Name (ARN) of the target.

UpdateConnectionApiKeyAuthRequestParameters

data UpdateConnectionApiKeyAuthRequestParameters Source #

Contains the API key authorization parameters to use to update the connection.

See: newUpdateConnectionApiKeyAuthRequestParameters smart constructor.

Instances

Instances details
ToJSON UpdateConnectionApiKeyAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionApiKeyAuthRequestParameters

Generic UpdateConnectionApiKeyAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionApiKeyAuthRequestParameters

Read UpdateConnectionApiKeyAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionApiKeyAuthRequestParameters

Show UpdateConnectionApiKeyAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionApiKeyAuthRequestParameters

NFData UpdateConnectionApiKeyAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionApiKeyAuthRequestParameters

Eq UpdateConnectionApiKeyAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionApiKeyAuthRequestParameters

Hashable UpdateConnectionApiKeyAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionApiKeyAuthRequestParameters

type Rep UpdateConnectionApiKeyAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionApiKeyAuthRequestParameters

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

newUpdateConnectionApiKeyAuthRequestParameters :: UpdateConnectionApiKeyAuthRequestParameters Source #

Create a value of UpdateConnectionApiKeyAuthRequestParameters 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:apiKeyName:UpdateConnectionApiKeyAuthRequestParameters', updateConnectionApiKeyAuthRequestParameters_apiKeyName - The name of the API key to use for authorization.

$sel:apiKeyValue:UpdateConnectionApiKeyAuthRequestParameters', updateConnectionApiKeyAuthRequestParameters_apiKeyValue - The value associated with teh API key to use for authorization.

UpdateConnectionAuthRequestParameters

data UpdateConnectionAuthRequestParameters Source #

Contains the additional parameters to use for the connection.

See: newUpdateConnectionAuthRequestParameters smart constructor.

Instances

Instances details
ToJSON UpdateConnectionAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionAuthRequestParameters

Generic UpdateConnectionAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionAuthRequestParameters

Read UpdateConnectionAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionAuthRequestParameters

Show UpdateConnectionAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionAuthRequestParameters

NFData UpdateConnectionAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionAuthRequestParameters

Eq UpdateConnectionAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionAuthRequestParameters

Hashable UpdateConnectionAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionAuthRequestParameters

type Rep UpdateConnectionAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionAuthRequestParameters

type Rep UpdateConnectionAuthRequestParameters = D1 ('MetaData "UpdateConnectionAuthRequestParameters" "Amazonka.CloudWatchEvents.Types.UpdateConnectionAuthRequestParameters" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "UpdateConnectionAuthRequestParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "apiKeyAuthParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UpdateConnectionApiKeyAuthRequestParameters)) :*: S1 ('MetaSel ('Just "basicAuthParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UpdateConnectionBasicAuthRequestParameters))) :*: (S1 ('MetaSel ('Just "invocationHttpParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionHttpParameters)) :*: S1 ('MetaSel ('Just "oAuthParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UpdateConnectionOAuthRequestParameters)))))

newUpdateConnectionAuthRequestParameters :: UpdateConnectionAuthRequestParameters Source #

Create a value of UpdateConnectionAuthRequestParameters 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:apiKeyAuthParameters:UpdateConnectionAuthRequestParameters', updateConnectionAuthRequestParameters_apiKeyAuthParameters - A UpdateConnectionApiKeyAuthRequestParameters object that contains the authorization parameters for API key authorization.

$sel:basicAuthParameters:UpdateConnectionAuthRequestParameters', updateConnectionAuthRequestParameters_basicAuthParameters - A UpdateConnectionBasicAuthRequestParameters object that contains the authorization parameters for Basic authorization.

$sel:invocationHttpParameters:UpdateConnectionAuthRequestParameters', updateConnectionAuthRequestParameters_invocationHttpParameters - A ConnectionHttpParameters object that contains the additional parameters to use for the connection.

$sel:oAuthParameters:UpdateConnectionAuthRequestParameters', updateConnectionAuthRequestParameters_oAuthParameters - A UpdateConnectionOAuthRequestParameters object that contains the authorization parameters for OAuth authorization.

UpdateConnectionBasicAuthRequestParameters

data UpdateConnectionBasicAuthRequestParameters Source #

Contains the Basic authorization parameters for the connection.

See: newUpdateConnectionBasicAuthRequestParameters smart constructor.

Instances

Instances details
ToJSON UpdateConnectionBasicAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionBasicAuthRequestParameters

Generic UpdateConnectionBasicAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionBasicAuthRequestParameters

Read UpdateConnectionBasicAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionBasicAuthRequestParameters

Show UpdateConnectionBasicAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionBasicAuthRequestParameters

NFData UpdateConnectionBasicAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionBasicAuthRequestParameters

Eq UpdateConnectionBasicAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionBasicAuthRequestParameters

Hashable UpdateConnectionBasicAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionBasicAuthRequestParameters

type Rep UpdateConnectionBasicAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionBasicAuthRequestParameters

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

newUpdateConnectionBasicAuthRequestParameters :: UpdateConnectionBasicAuthRequestParameters Source #

Create a value of UpdateConnectionBasicAuthRequestParameters 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:password:UpdateConnectionBasicAuthRequestParameters', updateConnectionBasicAuthRequestParameters_password - The password associated with the user name to use for Basic authorization.

$sel:username:UpdateConnectionBasicAuthRequestParameters', updateConnectionBasicAuthRequestParameters_username - The user name to use for Basic authorization.

UpdateConnectionOAuthClientRequestParameters

data UpdateConnectionOAuthClientRequestParameters Source #

Contains the OAuth authorization parameters to use for the connection.

See: newUpdateConnectionOAuthClientRequestParameters smart constructor.

Instances

Instances details
ToJSON UpdateConnectionOAuthClientRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionOAuthClientRequestParameters

Generic UpdateConnectionOAuthClientRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionOAuthClientRequestParameters

Read UpdateConnectionOAuthClientRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionOAuthClientRequestParameters

Show UpdateConnectionOAuthClientRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionOAuthClientRequestParameters

NFData UpdateConnectionOAuthClientRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionOAuthClientRequestParameters

Eq UpdateConnectionOAuthClientRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionOAuthClientRequestParameters

Hashable UpdateConnectionOAuthClientRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionOAuthClientRequestParameters

type Rep UpdateConnectionOAuthClientRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionOAuthClientRequestParameters

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

newUpdateConnectionOAuthClientRequestParameters :: UpdateConnectionOAuthClientRequestParameters Source #

Create a value of UpdateConnectionOAuthClientRequestParameters 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:clientID:UpdateConnectionOAuthClientRequestParameters', updateConnectionOAuthClientRequestParameters_clientID - The client ID to use for OAuth authorization.

$sel:clientSecret:UpdateConnectionOAuthClientRequestParameters', updateConnectionOAuthClientRequestParameters_clientSecret - The client secret assciated with the client ID to use for OAuth authorization.

UpdateConnectionOAuthRequestParameters

data UpdateConnectionOAuthRequestParameters Source #

Contains the OAuth request parameters to use for the connection.

See: newUpdateConnectionOAuthRequestParameters smart constructor.

Instances

Instances details
ToJSON UpdateConnectionOAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionOAuthRequestParameters

Generic UpdateConnectionOAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionOAuthRequestParameters

Read UpdateConnectionOAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionOAuthRequestParameters

Show UpdateConnectionOAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionOAuthRequestParameters

NFData UpdateConnectionOAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionOAuthRequestParameters

Eq UpdateConnectionOAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionOAuthRequestParameters

Hashable UpdateConnectionOAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionOAuthRequestParameters

type Rep UpdateConnectionOAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionOAuthRequestParameters

type Rep UpdateConnectionOAuthRequestParameters = D1 ('MetaData "UpdateConnectionOAuthRequestParameters" "Amazonka.CloudWatchEvents.Types.UpdateConnectionOAuthRequestParameters" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "UpdateConnectionOAuthRequestParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "authorizationEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "clientParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UpdateConnectionOAuthClientRequestParameters))) :*: (S1 ('MetaSel ('Just "httpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionOAuthHttpMethod)) :*: S1 ('MetaSel ('Just "oAuthHttpParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionHttpParameters)))))

newUpdateConnectionOAuthRequestParameters :: UpdateConnectionOAuthRequestParameters Source #

Create a value of UpdateConnectionOAuthRequestParameters 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:authorizationEndpoint:UpdateConnectionOAuthRequestParameters', updateConnectionOAuthRequestParameters_authorizationEndpoint - The URL to the authorization endpoint when OAuth is specified as the authorization type.

$sel:clientParameters:UpdateConnectionOAuthRequestParameters', updateConnectionOAuthRequestParameters_clientParameters - A UpdateConnectionOAuthClientRequestParameters object that contains the client parameters to use for the connection when OAuth is specified as the authorization type.

$sel:httpMethod:UpdateConnectionOAuthRequestParameters', updateConnectionOAuthRequestParameters_httpMethod - The method used to connect to the HTTP endpoint.

$sel:oAuthHttpParameters:UpdateConnectionOAuthRequestParameters', updateConnectionOAuthRequestParameters_oAuthHttpParameters - The additional HTTP parameters used for the OAuth authorization request.