libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CloudWatchEvents

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.

ManagedRuleException

_ManagedRuleException :: AsError a => Getting (First ServiceError) 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.

IllegalStatusException

_IllegalStatusException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

PolicyLengthExceededException

_PolicyLengthExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

ResourceAlreadyExistsException

_ResourceAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The resource you are trying to create already exists.

OperationDisabledException

_OperationDisabledException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

ConcurrentModificationException

_ConcurrentModificationException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

InvalidEventPatternException

InternalException

_InternalException :: AsError a => Getting (First ServiceError) a ServiceError Source #

This exception occurs due to unexpected causes.

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An entity that you specified does not exist.

InvalidStateException

_InvalidStateException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

LimitExceededException

_LimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

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.

DeauthorizeConnection

data DeauthorizeConnection Source #

See: newDeauthorizeConnection smart constructor.

Instances

Instances details
Eq DeauthorizeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeauthorizeConnection

Read DeauthorizeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeauthorizeConnection

Show DeauthorizeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeauthorizeConnection

Generic DeauthorizeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeauthorizeConnection

Associated Types

type Rep DeauthorizeConnection :: Type -> Type #

NFData DeauthorizeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeauthorizeConnection

Methods

rnf :: DeauthorizeConnection -> () #

Hashable DeauthorizeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeauthorizeConnection

ToJSON DeauthorizeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeauthorizeConnection

AWSRequest DeauthorizeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeauthorizeConnection

Associated Types

type AWSResponse 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

type Rep DeauthorizeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeauthorizeConnection

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

Defined in Amazonka.CloudWatchEvents.DeauthorizeConnection

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:

$sel:name:DeauthorizeConnection', deauthorizeConnection_name - The name of the connection to remove authorization from.

data DeauthorizeConnectionResponse Source #

See: newDeauthorizeConnectionResponse smart constructor.

Instances

Instances details
Eq DeauthorizeConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeauthorizeConnection

Read DeauthorizeConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeauthorizeConnection

Show DeauthorizeConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeauthorizeConnection

Generic DeauthorizeConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeauthorizeConnection

Associated Types

type Rep DeauthorizeConnectionResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "DeauthorizeConnectionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastAuthorizedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "connectionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "connectionState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionState)) :*: 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:

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

$sel:lastModifiedTime:DeauthorizeConnectionResponse', deauthorizeConnectionResponse_lastModifiedTime - A time stamp for the time that the connection was last updated.

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

$sel:connectionArn:DeauthorizeConnectionResponse', deauthorizeConnectionResponse_connectionArn - The ARN of the connection that authorization was removed from.

$sel:connectionState:DeauthorizeConnectionResponse', deauthorizeConnectionResponse_connectionState - The state of the connection.

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

RemoveTargets

data RemoveTargets Source #

See: newRemoveTargets smart constructor.

Instances

Instances details
Eq RemoveTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemoveTargets

Read RemoveTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemoveTargets

Show RemoveTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemoveTargets

Generic RemoveTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemoveTargets

Associated Types

type Rep RemoveTargets :: Type -> Type #

NFData RemoveTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemoveTargets

Methods

rnf :: RemoveTargets -> () #

Hashable RemoveTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemoveTargets

ToJSON RemoveTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemoveTargets

AWSRequest RemoveTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemoveTargets

Associated Types

type AWSResponse 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

type Rep RemoveTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemoveTargets

type Rep RemoveTargets = D1 ('MetaData "RemoveTargets" "Amazonka.CloudWatchEvents.RemoveTargets" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "RemoveTargets'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "force") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "eventBusName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "rule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "ids") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)))))
type AWSResponse RemoveTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemoveTargets

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:

$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:eventBusName: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: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
Eq RemoveTargetsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemoveTargets

Read RemoveTargetsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemoveTargets

Show RemoveTargetsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemoveTargets

Generic RemoveTargetsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemoveTargets

Associated Types

type Rep RemoveTargetsResponse :: Type -> Type #

NFData RemoveTargetsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemoveTargets

Methods

rnf :: RemoveTargetsResponse -> () #

type Rep RemoveTargetsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemoveTargets

type Rep RemoveTargetsResponse = D1 ('MetaData "RemoveTargetsResponse" "Amazonka.CloudWatchEvents.RemoveTargets" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "RemoveTargetsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failedEntryCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "failedEntries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RemoveTargetsResultEntry])) :*: 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:failedEntryCount:RemoveTargetsResponse', removeTargetsResponse_failedEntryCount - The number of failed entries.

$sel:failedEntries:RemoveTargetsResponse', removeTargetsResponse_failedEntries - The failed target entries.

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

DeleteRule

data DeleteRule Source #

See: newDeleteRule smart constructor.

Constructors

DeleteRule' (Maybe Bool) (Maybe Text) Text 

Instances

Instances details
Eq DeleteRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteRule

Read DeleteRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteRule

Show DeleteRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteRule

Generic DeleteRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteRule

Associated Types

type Rep DeleteRule :: Type -> Type #

NFData DeleteRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteRule

Methods

rnf :: DeleteRule -> () #

Hashable DeleteRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteRule

ToJSON DeleteRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteRule

AWSRequest DeleteRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteRule

Associated Types

type AWSResponse 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

type Rep DeleteRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteRule

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

Defined in Amazonka.CloudWatchEvents.DeleteRule

newDeleteRule Source #

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:

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

$sel:eventBusName: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:name:DeleteRule', deleteRule_name - The name of the rule.

data DeleteRuleResponse Source #

See: newDeleteRuleResponse smart constructor.

Constructors

DeleteRuleResponse' 

Instances

Instances details
Eq DeleteRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteRule

Read DeleteRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteRule

Show DeleteRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteRule

Generic DeleteRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteRule

Associated Types

type Rep DeleteRuleResponse :: Type -> Type #

NFData DeleteRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteRule

Methods

rnf :: DeleteRuleResponse -> () #

type Rep DeleteRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteRule

type Rep DeleteRuleResponse = D1 ('MetaData "DeleteRuleResponse" "Amazonka.CloudWatchEvents.DeleteRule" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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.

ListPartnerEventSourceAccounts

data ListPartnerEventSourceAccounts Source #

See: newListPartnerEventSourceAccounts smart constructor.

Instances

Instances details
Eq ListPartnerEventSourceAccounts Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSourceAccounts

Read ListPartnerEventSourceAccounts Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSourceAccounts

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

NFData ListPartnerEventSourceAccounts Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSourceAccounts

Hashable ListPartnerEventSourceAccounts Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSourceAccounts

ToJSON ListPartnerEventSourceAccounts Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSourceAccounts

AWSRequest 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

type Rep ListPartnerEventSourceAccounts Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSourceAccounts

type Rep ListPartnerEventSourceAccounts = D1 ('MetaData "ListPartnerEventSourceAccounts" "Amazonka.CloudWatchEvents.ListPartnerEventSourceAccounts" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "ListPartnerEventSourceAccounts'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "eventSourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListPartnerEventSourceAccounts Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSourceAccounts

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:nextToken:ListPartnerEventSourceAccounts', listPartnerEventSourceAccounts_nextToken - The token returned by a previous call to this operation. Specifying this retrieves the next set of results.

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

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

data ListPartnerEventSourceAccountsResponse Source #

Instances

Instances details
Eq 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

Generic ListPartnerEventSourceAccountsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSourceAccounts

NFData 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "ListPartnerEventSourceAccountsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "partnerEventSourceAccounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PartnerEventSourceAccount])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

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

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

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

ListConnections

data ListConnections Source #

See: newListConnections smart constructor.

Instances

Instances details
Eq ListConnections Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListConnections

Read ListConnections Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListConnections

Show ListConnections Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListConnections

Generic ListConnections Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListConnections

Associated Types

type Rep ListConnections :: Type -> Type #

NFData ListConnections Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListConnections

Methods

rnf :: ListConnections -> () #

Hashable ListConnections Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListConnections

ToJSON ListConnections Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListConnections

AWSRequest ListConnections Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListConnections

Associated Types

type AWSResponse 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

type Rep ListConnections Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListConnections

type Rep ListConnections = D1 ('MetaData "ListConnections" "Amazonka.CloudWatchEvents.ListConnections" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "ListConnections'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "namePrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "connectionState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionState)))))
type AWSResponse ListConnections Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListConnections

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:

$sel:nextToken:ListConnections', listConnections_nextToken - The token returned by a previous call to retrieve the next set of results.

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

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

$sel:connectionState:ListConnections', listConnections_connectionState - The state of the connection.

data ListConnectionsResponse Source #

See: newListConnectionsResponse smart constructor.

Instances

Instances details
Eq ListConnectionsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListConnections

Read ListConnectionsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListConnections

Show ListConnectionsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListConnections

Generic ListConnectionsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListConnections

Associated Types

type Rep ListConnectionsResponse :: Type -> Type #

NFData ListConnectionsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListConnections

Methods

rnf :: ListConnectionsResponse -> () #

type Rep ListConnectionsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListConnections

type Rep ListConnectionsResponse = D1 ('MetaData "ListConnectionsResponse" "Amazonka.CloudWatchEvents.ListConnections" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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.

$sel:nextToken: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.

DeleteConnection

data DeleteConnection Source #

See: newDeleteConnection smart constructor.

Constructors

DeleteConnection' Text 

Instances

Instances details
Eq DeleteConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteConnection

Read DeleteConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteConnection

Show DeleteConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteConnection

Generic DeleteConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteConnection

Associated Types

type Rep DeleteConnection :: Type -> Type #

NFData DeleteConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteConnection

Methods

rnf :: DeleteConnection -> () #

Hashable DeleteConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteConnection

ToJSON DeleteConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteConnection

AWSRequest DeleteConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteConnection

Associated Types

type AWSResponse 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

type Rep DeleteConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteConnection

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

Defined in Amazonka.CloudWatchEvents.DeleteConnection

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:

$sel:name:DeleteConnection', deleteConnection_name - The name of the connection to delete.

data DeleteConnectionResponse Source #

See: newDeleteConnectionResponse smart constructor.

Instances

Instances details
Eq DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteConnection

Read DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteConnection

Show DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteConnection

Generic DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteConnection

Associated Types

type Rep DeleteConnectionResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "DeleteConnectionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastAuthorizedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "connectionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "connectionState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionState)) :*: 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:

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

$sel:lastModifiedTime:DeleteConnectionResponse', deleteConnectionResponse_lastModifiedTime - A time stamp for the time that the connection was last modified before it was deleted.

$sel:lastAuthorizedTime:DeleteConnectionResponse', deleteConnectionResponse_lastAuthorizedTime - A time stamp for the time that the connection was last authorized before it wa deleted.

$sel:connectionArn:DeleteConnectionResponse', deleteConnectionResponse_connectionArn - The ARN of the connection that was deleted.

$sel:connectionState:DeleteConnectionResponse', deleteConnectionResponse_connectionState - The state of the connection before it was deleted.

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

UpdateConnection

data UpdateConnection Source #

See: newUpdateConnection smart constructor.

Instances

Instances details
Eq UpdateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateConnection

Read UpdateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateConnection

Show UpdateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateConnection

Generic UpdateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateConnection

Associated Types

type Rep UpdateConnection :: Type -> Type #

NFData UpdateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateConnection

Methods

rnf :: UpdateConnection -> () #

Hashable UpdateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateConnection

ToJSON UpdateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateConnection

AWSRequest UpdateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateConnection

Associated Types

type AWSResponse 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

type Rep UpdateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateConnection

type Rep UpdateConnection = D1 ('MetaData "UpdateConnection" "Amazonka.CloudWatchEvents.UpdateConnection" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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))))
type AWSResponse UpdateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateConnection

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.

$sel:authorizationType:UpdateConnection', updateConnection_authorizationType - The type of authorization to use for the connection.

$sel:description:UpdateConnection', updateConnection_description - A description for the connection.

$sel:name:UpdateConnection', updateConnection_name - The name of the connection to update.

data UpdateConnectionResponse Source #

See: newUpdateConnectionResponse smart constructor.

Instances

Instances details
Eq UpdateConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateConnection

Read UpdateConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateConnection

Show UpdateConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateConnection

Generic UpdateConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateConnection

Associated Types

type Rep UpdateConnectionResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "UpdateConnectionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastAuthorizedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "connectionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "connectionState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionState)) :*: 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:

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

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

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

$sel:connectionArn:UpdateConnectionResponse', updateConnectionResponse_connectionArn - The ARN of the connection that was updated.

$sel:connectionState:UpdateConnectionResponse', updateConnectionResponse_connectionState - The state of the connection that was updated.

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

ListRules (Paginated)

data ListRules Source #

See: newListRules smart constructor.

Instances

Instances details
Eq ListRules Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRules

Read ListRules Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRules

Show ListRules Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRules

Generic ListRules Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRules

Associated Types

type Rep ListRules :: Type -> Type #

NFData ListRules Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRules

Methods

rnf :: ListRules -> () #

Hashable ListRules Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRules

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

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

type Rep ListRules Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRules

type Rep ListRules = D1 ('MetaData "ListRules" "Amazonka.CloudWatchEvents.ListRules" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "ListRules'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventBusName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "namePrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListRules Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRules

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:

$sel:nextToken:ListRules', listRules_nextToken - The token returned by a previous call to retrieve the next set of results.

$sel:eventBusName: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:namePrefix:ListRules', listRules_namePrefix - The prefix matching the rule name.

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

data ListRulesResponse Source #

See: newListRulesResponse smart constructor.

Instances

Instances details
Eq ListRulesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRules

Read ListRulesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRules

Show ListRulesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRules

Generic ListRulesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRules

Associated Types

type Rep ListRulesResponse :: Type -> Type #

NFData ListRulesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRules

Methods

rnf :: ListRulesResponse -> () #

type Rep ListRulesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRules

type Rep ListRulesResponse = D1 ('MetaData "ListRulesResponse" "Amazonka.CloudWatchEvents.ListRules" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "ListRulesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "rules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Rule])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

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

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

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

PutRule

data PutRule Source #

See: newPutRule smart constructor.

Instances

Instances details
Eq PutRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutRule

Methods

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

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

Read PutRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutRule

Show PutRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.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 #

NFData PutRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutRule

Methods

rnf :: PutRule -> () #

Hashable PutRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutRule

Methods

hashWithSalt :: Int -> PutRule -> Int #

hash :: PutRule -> Int #

ToJSON PutRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutRule

AWSRequest PutRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutRule

Associated Types

type AWSResponse 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

type Rep PutRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutRule

type AWSResponse PutRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutRule

newPutRule Source #

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:

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

$sel:state:PutRule', putRule_state - Indicates whether the rule is enabled or disabled.

$sel:eventBusName: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.

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

$sel:description:PutRule', putRule_description - A description of the rule.

$sel:tags:PutRule', putRule_tags - The list of key-value pairs to associate with the rule.

$sel:roleArn: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.

$sel:name: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
Eq PutRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutRule

Read PutRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutRule

Show PutRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutRule

Generic PutRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutRule

Associated Types

type Rep PutRuleResponse :: Type -> Type #

NFData PutRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutRule

Methods

rnf :: PutRuleResponse -> () #

type Rep PutRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutRule

type Rep PutRuleResponse = D1 ('MetaData "PutRuleResponse" "Amazonka.CloudWatchEvents.PutRule" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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.

DisableRule

data DisableRule Source #

See: newDisableRule smart constructor.

Constructors

DisableRule' (Maybe Text) Text 

Instances

Instances details
Eq DisableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DisableRule

Read DisableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DisableRule

Show DisableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DisableRule

Generic DisableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DisableRule

Associated Types

type Rep DisableRule :: Type -> Type #

NFData DisableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DisableRule

Methods

rnf :: DisableRule -> () #

Hashable DisableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DisableRule

ToJSON DisableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DisableRule

AWSRequest DisableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DisableRule

Associated Types

type AWSResponse 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

type Rep DisableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DisableRule

type Rep DisableRule = D1 ('MetaData "DisableRule" "Amazonka.CloudWatchEvents.DisableRule" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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)))
type AWSResponse DisableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DisableRule

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:

$sel:eventBusName: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.

$sel:name:DisableRule', disableRule_name - The name of the rule.

data DisableRuleResponse Source #

See: newDisableRuleResponse smart constructor.

Constructors

DisableRuleResponse' 

Instances

Instances details
Eq DisableRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DisableRule

Read DisableRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DisableRule

Show DisableRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DisableRule

Generic DisableRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DisableRule

Associated Types

type Rep DisableRuleResponse :: Type -> Type #

NFData DisableRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DisableRule

Methods

rnf :: DisableRuleResponse -> () #

type Rep DisableRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DisableRule

type Rep DisableRuleResponse = D1 ('MetaData "DisableRuleResponse" "Amazonka.CloudWatchEvents.DisableRule" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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.

PutPermission

data PutPermission Source #

See: newPutPermission smart constructor.

Instances

Instances details
Eq PutPermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPermission

Read PutPermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPermission

Show PutPermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPermission

Generic PutPermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPermission

Associated Types

type Rep PutPermission :: Type -> Type #

NFData PutPermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPermission

Methods

rnf :: PutPermission -> () #

Hashable PutPermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPermission

ToJSON PutPermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPermission

AWSRequest PutPermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPermission

Associated Types

type AWSResponse 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

type Rep PutPermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPermission

type Rep PutPermission = D1 ('MetaData "PutPermission" "Amazonka.CloudWatchEvents.PutPermission" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "PutPermission'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "eventBusName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "principal") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "policy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "statementId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "condition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Condition))))))
type AWSResponse PutPermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPermission

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:eventBusName:PutPermission', putPermission_eventBusName - The name of the event bus associated with the rule. If you omit this, the default event bus is used.

$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:policy: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: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.

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

data PutPermissionResponse Source #

See: newPutPermissionResponse smart constructor.

Instances

Instances details
Eq PutPermissionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPermission

Read PutPermissionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPermission

Show PutPermissionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPermission

Generic PutPermissionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPermission

Associated Types

type Rep PutPermissionResponse :: Type -> Type #

NFData PutPermissionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPermission

Methods

rnf :: PutPermissionResponse -> () #

type Rep PutPermissionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPermission

type Rep PutPermissionResponse = D1 ('MetaData "PutPermissionResponse" "Amazonka.CloudWatchEvents.PutPermission" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTagsForResource

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTagsForResource

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTagsForResource

ToJSON ListTagsForResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTagsForResource

Associated Types

type AWSResponse 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

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTagsForResource

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

Defined in Amazonka.CloudWatchEvents.ListTagsForResource

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
Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTagsForResource

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTagsForResource

Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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:

$sel:tags: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.

ListReplays

data ListReplays Source #

See: newListReplays smart constructor.

Instances

Instances details
Eq ListReplays Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListReplays

Read ListReplays Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListReplays

Show ListReplays Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListReplays

Generic ListReplays Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListReplays

Associated Types

type Rep ListReplays :: Type -> Type #

NFData ListReplays Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListReplays

Methods

rnf :: ListReplays -> () #

Hashable ListReplays Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListReplays

ToJSON ListReplays Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListReplays

AWSRequest ListReplays Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListReplays

Associated Types

type AWSResponse 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

type Rep ListReplays Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListReplays

type Rep ListReplays = D1 ('MetaData "ListReplays" "Amazonka.CloudWatchEvents.ListReplays" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "ListReplays'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "eventSourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplayState))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "namePrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))
type AWSResponse ListReplays Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListReplays

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:

$sel:eventSourceArn:ListReplays', listReplays_eventSourceArn - The ARN of the archive from which the events are replayed.

$sel:state:ListReplays', listReplays_state - The state of the replay.

$sel:nextToken:ListReplays', listReplays_nextToken - The token returned by a previous call to retrieve the next set of results.

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

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

data ListReplaysResponse Source #

See: newListReplaysResponse smart constructor.

Instances

Instances details
Eq ListReplaysResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListReplays

Read ListReplaysResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListReplays

Show ListReplaysResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListReplays

Generic ListReplaysResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListReplays

Associated Types

type Rep ListReplaysResponse :: Type -> Type #

NFData ListReplaysResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListReplays

Methods

rnf :: ListReplaysResponse -> () #

type Rep ListReplaysResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListReplays

type Rep ListReplaysResponse = D1 ('MetaData "ListReplaysResponse" "Amazonka.CloudWatchEvents.ListReplays" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "ListReplaysResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Replay])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

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

$sel:nextToken:ListReplays', listReplaysResponse_nextToken - The token returned by a previous call to retrieve the next set of results.

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

CreateConnection

data CreateConnection Source #

See: newCreateConnection smart constructor.

Instances

Instances details
Eq CreateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateConnection

Read CreateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateConnection

Show CreateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateConnection

Generic CreateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateConnection

Associated Types

type Rep CreateConnection :: Type -> Type #

NFData CreateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateConnection

Methods

rnf :: CreateConnection -> () #

Hashable CreateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateConnection

ToJSON CreateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateConnection

AWSRequest CreateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateConnection

Associated Types

type AWSResponse 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

type Rep CreateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateConnection

type Rep CreateConnection = D1 ('MetaData "CreateConnection" "Amazonka.CloudWatchEvents.CreateConnection" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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))))
type AWSResponse CreateConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateConnection

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:

$sel:description:CreateConnection', createConnection_description - A description for the connection to create.

$sel:name:CreateConnection', createConnection_name - The name for the connection to create.

$sel:authorizationType: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
Eq CreateConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateConnection

Read CreateConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateConnection

Show CreateConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateConnection

Generic CreateConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateConnection

Associated Types

type Rep CreateConnectionResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "CreateConnectionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "connectionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "connectionState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionState)) :*: 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:

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

$sel:lastModifiedTime:CreateConnectionResponse', createConnectionResponse_lastModifiedTime - A time stamp for the time that the connection was last updated.

$sel:connectionArn:CreateConnectionResponse', createConnectionResponse_connectionArn - The ARN of the connection that was created by the request.

$sel:connectionState:CreateConnectionResponse', createConnectionResponse_connectionState - The state of the connection that was created by the request.

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

CancelReplay

data CancelReplay Source #

See: newCancelReplay smart constructor.

Constructors

CancelReplay' Text 

Instances

Instances details
Eq CancelReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CancelReplay

Read CancelReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CancelReplay

Show CancelReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CancelReplay

Generic CancelReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CancelReplay

Associated Types

type Rep CancelReplay :: Type -> Type #

NFData CancelReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CancelReplay

Methods

rnf :: CancelReplay -> () #

Hashable CancelReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CancelReplay

ToJSON CancelReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CancelReplay

AWSRequest CancelReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CancelReplay

Associated Types

type AWSResponse 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

type Rep CancelReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CancelReplay

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

Defined in Amazonka.CloudWatchEvents.CancelReplay

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:

$sel:replayName:CancelReplay', cancelReplay_replayName - The name of the replay to cancel.

data CancelReplayResponse Source #

See: newCancelReplayResponse smart constructor.

Instances

Instances details
Eq CancelReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CancelReplay

Read CancelReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CancelReplay

Show CancelReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CancelReplay

Generic CancelReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CancelReplay

Associated Types

type Rep CancelReplayResponse :: Type -> Type #

NFData CancelReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CancelReplay

Methods

rnf :: CancelReplayResponse -> () #

type Rep CancelReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CancelReplay

type Rep CancelReplayResponse = D1 ('MetaData "CancelReplayResponse" "Amazonka.CloudWatchEvents.CancelReplay" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "CancelReplayResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplayState)) :*: S1 ('MetaSel ('Just "replayArn") '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))))

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:state:CancelReplayResponse', cancelReplayResponse_state - The current state of the replay.

$sel:replayArn:CancelReplayResponse', cancelReplayResponse_replayArn - The ARN of the replay to cancel.

$sel:stateReason:CancelReplayResponse', cancelReplayResponse_stateReason - The reason that the replay is in the current state.

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

ListTargetsByRule (Paginated)

data ListTargetsByRule Source #

See: newListTargetsByRule smart constructor.

Instances

Instances details
Eq ListTargetsByRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTargetsByRule

Read ListTargetsByRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTargetsByRule

Show ListTargetsByRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTargetsByRule

Generic ListTargetsByRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTargetsByRule

Associated Types

type Rep ListTargetsByRule :: Type -> Type #

NFData ListTargetsByRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTargetsByRule

Methods

rnf :: ListTargetsByRule -> () #

Hashable ListTargetsByRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTargetsByRule

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

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

type Rep ListTargetsByRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTargetsByRule

type Rep ListTargetsByRule = D1 ('MetaData "ListTargetsByRule" "Amazonka.CloudWatchEvents.ListTargetsByRule" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "ListTargetsByRule'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventBusName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "rule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListTargetsByRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTargetsByRule

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:

$sel:nextToken:ListTargetsByRule', listTargetsByRule_nextToken - The token returned by a previous call to retrieve the next set of results.

$sel:eventBusName: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.

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

data ListTargetsByRuleResponse Source #

See: newListTargetsByRuleResponse smart constructor.

Instances

Instances details
Eq ListTargetsByRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTargetsByRule

Read ListTargetsByRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTargetsByRule

Show ListTargetsByRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTargetsByRule

Generic ListTargetsByRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListTargetsByRule

Associated Types

type Rep ListTargetsByRuleResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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:

$sel:nextToken: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.

RemovePermission

data RemovePermission Source #

See: newRemovePermission smart constructor.

Instances

Instances details
Eq RemovePermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemovePermission

Read RemovePermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemovePermission

Show RemovePermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemovePermission

Generic RemovePermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemovePermission

Associated Types

type Rep RemovePermission :: Type -> Type #

NFData RemovePermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemovePermission

Methods

rnf :: RemovePermission -> () #

Hashable RemovePermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemovePermission

ToJSON RemovePermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemovePermission

AWSRequest RemovePermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemovePermission

Associated Types

type AWSResponse 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

type Rep RemovePermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemovePermission

type Rep RemovePermission = D1 ('MetaData "RemovePermission" "Amazonka.CloudWatchEvents.RemovePermission" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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)))))
type AWSResponse RemovePermission Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemovePermission

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:

$sel:eventBusName: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
Eq RemovePermissionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemovePermission

Read RemovePermissionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemovePermission

Show RemovePermissionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemovePermission

Generic RemovePermissionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.RemovePermission

Associated Types

type Rep RemovePermissionResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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.

ListApiDestinations

data ListApiDestinations Source #

See: newListApiDestinations smart constructor.

Instances

Instances details
Eq ListApiDestinations Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListApiDestinations

Read ListApiDestinations Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListApiDestinations

Show ListApiDestinations Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListApiDestinations

Generic ListApiDestinations Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListApiDestinations

Associated Types

type Rep ListApiDestinations :: Type -> Type #

NFData ListApiDestinations Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListApiDestinations

Methods

rnf :: ListApiDestinations -> () #

Hashable ListApiDestinations Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListApiDestinations

ToJSON ListApiDestinations Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListApiDestinations

AWSRequest ListApiDestinations Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListApiDestinations

Associated Types

type AWSResponse 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

type Rep ListApiDestinations Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListApiDestinations

type Rep ListApiDestinations = D1 ('MetaData "ListApiDestinations" "Amazonka.CloudWatchEvents.ListApiDestinations" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "ListApiDestinations'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "namePrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "connectionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
type AWSResponse ListApiDestinations Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListApiDestinations

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:

$sel:nextToken:ListApiDestinations', listApiDestinations_nextToken - The token returned by a previous call to retrieve the next set of results.

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

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

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

data ListApiDestinationsResponse Source #

See: newListApiDestinationsResponse smart constructor.

Instances

Instances details
Eq ListApiDestinationsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListApiDestinations

Read ListApiDestinationsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListApiDestinations

Show ListApiDestinationsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListApiDestinations

Generic ListApiDestinationsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListApiDestinations

Associated Types

type Rep ListApiDestinationsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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.

$sel:nextToken: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.

UpdateApiDestination

data UpdateApiDestination Source #

See: newUpdateApiDestination smart constructor.

Instances

Instances details
Eq UpdateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateApiDestination

Read UpdateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateApiDestination

Show UpdateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateApiDestination

Generic UpdateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateApiDestination

Associated Types

type Rep UpdateApiDestination :: Type -> Type #

NFData UpdateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateApiDestination

Methods

rnf :: UpdateApiDestination -> () #

Hashable UpdateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateApiDestination

ToJSON UpdateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateApiDestination

AWSRequest UpdateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateApiDestination

Associated Types

type AWSResponse 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

type Rep UpdateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateApiDestination

type Rep UpdateApiDestination = D1 ('MetaData "UpdateApiDestination" "Amazonka.CloudWatchEvents.UpdateApiDestination" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "UpdateApiDestination'" 'PrefixI 'True) ((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 "connectionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse UpdateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateApiDestination

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:

$sel:httpMethod:UpdateApiDestination', updateApiDestination_httpMethod - The method to use for the API destination.

$sel:invocationEndpoint:UpdateApiDestination', updateApiDestination_invocationEndpoint - The URL to the endpoint to use for the API destination.

$sel:invocationRateLimitPerSecond:UpdateApiDestination', updateApiDestination_invocationRateLimitPerSecond - The maximum number of invocations per second to send to the API destination.

$sel:connectionArn:UpdateApiDestination', updateApiDestination_connectionArn - The ARN of the connection to use for the API destination.

$sel:description:UpdateApiDestination', updateApiDestination_description - The name of the API destination to update.

$sel:name:UpdateApiDestination', updateApiDestination_name - The name of the API destination to update.

data UpdateApiDestinationResponse Source #

See: newUpdateApiDestinationResponse smart constructor.

Instances

Instances details
Eq UpdateApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateApiDestination

Read UpdateApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateApiDestination

Show UpdateApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateApiDestination

Generic UpdateApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateApiDestination

Associated Types

type Rep UpdateApiDestinationResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "UpdateApiDestinationResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "apiDestinationState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApiDestinationState)) :*: (S1 ('MetaSel ('Just "apiDestinationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

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

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

$sel:apiDestinationState:UpdateApiDestinationResponse', updateApiDestinationResponse_apiDestinationState - The state of the API destination that was updated.

$sel:apiDestinationArn:UpdateApiDestinationResponse', updateApiDestinationResponse_apiDestinationArn - The ARN of the API destination that was updated.

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

DeleteApiDestination

data DeleteApiDestination Source #

See: newDeleteApiDestination smart constructor.

Instances

Instances details
Eq DeleteApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteApiDestination

Read DeleteApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteApiDestination

Show DeleteApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteApiDestination

Generic DeleteApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteApiDestination

Associated Types

type Rep DeleteApiDestination :: Type -> Type #

NFData DeleteApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteApiDestination

Methods

rnf :: DeleteApiDestination -> () #

Hashable DeleteApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteApiDestination

ToJSON DeleteApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteApiDestination

AWSRequest DeleteApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteApiDestination

Associated Types

type AWSResponse 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

type Rep DeleteApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteApiDestination

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

Defined in Amazonka.CloudWatchEvents.DeleteApiDestination

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:

$sel:name:DeleteApiDestination', deleteApiDestination_name - The name of the destination to delete.

data DeleteApiDestinationResponse Source #

See: newDeleteApiDestinationResponse smart constructor.

Instances

Instances details
Eq DeleteApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteApiDestination

Read DeleteApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteApiDestination

Show DeleteApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteApiDestination

Generic DeleteApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteApiDestination

Associated Types

type Rep DeleteApiDestinationResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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.

ActivateEventSource

data ActivateEventSource Source #

See: newActivateEventSource smart constructor.

Instances

Instances details
Eq ActivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

Read ActivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

Show ActivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

Generic ActivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

Associated Types

type Rep ActivateEventSource :: Type -> Type #

NFData ActivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

Methods

rnf :: ActivateEventSource -> () #

Hashable ActivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

ToJSON ActivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

AWSRequest ActivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

Associated Types

type AWSResponse 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

type Rep ActivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

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

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

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:

$sel:name:ActivateEventSource', activateEventSource_name - The name of the partner event source to activate.

data ActivateEventSourceResponse Source #

See: newActivateEventSourceResponse smart constructor.

Instances

Instances details
Eq ActivateEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

Read ActivateEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

Show ActivateEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

Generic ActivateEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

Associated Types

type Rep ActivateEventSourceResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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.

CreateApiDestination

data CreateApiDestination Source #

See: newCreateApiDestination smart constructor.

Instances

Instances details
Eq CreateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateApiDestination

Read CreateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateApiDestination

Show CreateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateApiDestination

Generic CreateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateApiDestination

Associated Types

type Rep CreateApiDestination :: Type -> Type #

NFData CreateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateApiDestination

Methods

rnf :: CreateApiDestination -> () #

Hashable CreateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateApiDestination

ToJSON CreateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateApiDestination

AWSRequest CreateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateApiDestination

Associated Types

type AWSResponse 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

type Rep CreateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateApiDestination

type Rep CreateApiDestination = D1 ('MetaData "CreateApiDestination" "Amazonka.CloudWatchEvents.CreateApiDestination" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "CreateApiDestination'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "invocationRateLimitPerSecond") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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)))))
type AWSResponse CreateApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateApiDestination

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:

$sel:invocationRateLimitPerSecond:CreateApiDestination', createApiDestination_invocationRateLimitPerSecond - The maximum number of requests per second to send to the HTTP invocation endpoint.

$sel:description:CreateApiDestination', createApiDestination_description - A description for the API destination to create.

$sel:name:CreateApiDestination', createApiDestination_name - The name for the API destination to create.

$sel:connectionArn: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.

$sel:invocationEndpoint:CreateApiDestination', createApiDestination_invocationEndpoint - The URL to the HTTP invocation endpoint for the API destination.

$sel:httpMethod: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
Eq CreateApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateApiDestination

Read CreateApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateApiDestination

Show CreateApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateApiDestination

Generic CreateApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateApiDestination

Associated Types

type Rep CreateApiDestinationResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "CreateApiDestinationResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "apiDestinationState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApiDestinationState)) :*: (S1 ('MetaSel ('Just "apiDestinationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

$sel:creationTime:CreateApiDestinationResponse', createApiDestinationResponse_creationTime - A time stamp indicating the time that the API destination was created.

$sel:lastModifiedTime:CreateApiDestinationResponse', createApiDestinationResponse_lastModifiedTime - A time stamp indicating the time that the API destination was last modified.

$sel:apiDestinationState:CreateApiDestinationResponse', createApiDestinationResponse_apiDestinationState - The state of the API destination that was created by the request.

$sel:apiDestinationArn:CreateApiDestinationResponse', createApiDestinationResponse_apiDestinationArn - The ARN of the API destination that was created by the request.

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

PutPartnerEvents

data PutPartnerEvents Source #

See: newPutPartnerEvents smart constructor.

Instances

Instances details
Eq PutPartnerEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

Read PutPartnerEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

Show PutPartnerEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

Generic PutPartnerEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

Associated Types

type Rep PutPartnerEvents :: Type -> Type #

NFData PutPartnerEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

Methods

rnf :: PutPartnerEvents -> () #

Hashable PutPartnerEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

ToJSON PutPartnerEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

AWSRequest PutPartnerEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

Associated Types

type AWSResponse 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

type Rep PutPartnerEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

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

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

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:

$sel:entries:PutPartnerEvents', putPartnerEvents_entries - The list of events to write to the event bus.

data PutPartnerEventsResponse Source #

See: newPutPartnerEventsResponse smart constructor.

Instances

Instances details
Eq PutPartnerEventsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

Read PutPartnerEventsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

Show PutPartnerEventsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

Generic PutPartnerEventsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

Associated Types

type Rep PutPartnerEventsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "PutPartnerEventsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failedEntryCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "entries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PutPartnerEventsResultEntry])) :*: 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:

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

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

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

DescribeConnection

data DescribeConnection Source #

See: newDescribeConnection smart constructor.

Instances

Instances details
Eq DescribeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeConnection

Read DescribeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeConnection

Show DescribeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeConnection

Generic DescribeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeConnection

Associated Types

type Rep DescribeConnection :: Type -> Type #

NFData DescribeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeConnection

Methods

rnf :: DescribeConnection -> () #

Hashable DescribeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeConnection

ToJSON DescribeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeConnection

AWSRequest DescribeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeConnection

Associated Types

type AWSResponse 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

type Rep DescribeConnection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeConnection

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

Defined in Amazonka.CloudWatchEvents.DescribeConnection

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:

$sel:name:DescribeConnection', describeConnection_name - The name of the connection to retrieve.

data DescribeConnectionResponse Source #

See: newDescribeConnectionResponse smart constructor.

Instances

Instances details
Eq DescribeConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeConnection

Read DescribeConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeConnection

Show DescribeConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeConnection

Generic DescribeConnectionResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeConnection

Associated Types

type Rep DescribeConnectionResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "DescribeConnectionResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") '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 "authParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionAuthResponseParameters)) :*: (S1 ('MetaSel ('Just "lastAuthorizedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "authorizationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionAuthorizationType))))) :*: ((S1 ('MetaSel ('Just "connectionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "stateReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "secretArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "connectionState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionState)) :*: 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:creationTime:DescribeConnectionResponse', describeConnectionResponse_creationTime - A time stamp for the time that the connection was created.

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

$sel:name:DescribeConnection', describeConnectionResponse_name - The name of the connection retrieved.

$sel:authParameters:DescribeConnectionResponse', describeConnectionResponse_authParameters - The parameters to use for authorization for the connection.

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

$sel:authorizationType:DescribeConnectionResponse', describeConnectionResponse_authorizationType - The type of authorization specified for the connection.

$sel:connectionArn:DescribeConnectionResponse', describeConnectionResponse_connectionArn - The ARN of the connection retrieved.

$sel:stateReason:DescribeConnectionResponse', describeConnectionResponse_stateReason - The reason that the connection is in the current connection state.

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

$sel:description:DescribeConnectionResponse', describeConnectionResponse_description - The description for the connection retrieved.

$sel:connectionState:DescribeConnectionResponse', describeConnectionResponse_connectionState - The state of the connection retrieved.

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

DescribeRule

data DescribeRule Source #

See: newDescribeRule smart constructor.

Constructors

DescribeRule' (Maybe Text) Text 

Instances

Instances details
Eq DescribeRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeRule

Read DescribeRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeRule

Show DescribeRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeRule

Generic DescribeRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeRule

Associated Types

type Rep DescribeRule :: Type -> Type #

NFData DescribeRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeRule

Methods

rnf :: DescribeRule -> () #

Hashable DescribeRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeRule

ToJSON DescribeRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeRule

AWSRequest DescribeRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeRule

Associated Types

type AWSResponse 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

type Rep DescribeRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeRule

type Rep DescribeRule = D1 ('MetaData "DescribeRule" "Amazonka.CloudWatchEvents.DescribeRule" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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)))
type AWSResponse DescribeRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeRule

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:

$sel:eventBusName: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.

$sel:name:DescribeRule', describeRule_name - The name of the rule.

data DescribeRuleResponse Source #

See: newDescribeRuleResponse smart constructor.

Instances

Instances details
Eq DescribeRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeRule

Read DescribeRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeRule

Show DescribeRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeRule

Generic DescribeRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeRule

Associated Types

type Rep DescribeRuleResponse :: Type -> Type #

NFData DescribeRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeRule

Methods

rnf :: DescribeRuleResponse -> () #

type Rep DescribeRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeRule

type Rep DescribeRuleResponse = D1 ('MetaData "DescribeRuleResponse" "Amazonka.CloudWatchEvents.DescribeRule" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "DescribeRuleResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "eventPattern") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RuleState))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventBusName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "scheduleExpression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "managedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

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

$sel:state:DescribeRuleResponse', describeRuleResponse_state - Specifies whether the rule is enabled or disabled.

$sel:arn:DescribeRuleResponse', describeRuleResponse_arn - The Amazon Resource Name (ARN) of the rule.

$sel:createdBy: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.

$sel:eventBusName:DescribeRule', describeRuleResponse_eventBusName - The name of the event bus associated with the rule.

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

$sel:name:DescribeRule', describeRuleResponse_name - The name of the rule.

$sel:description:DescribeRuleResponse', describeRuleResponse_description - The description of the rule.

$sel:managedBy: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.

$sel:roleArn:DescribeRuleResponse', describeRuleResponse_roleArn - The Amazon Resource Name (ARN) of the IAM role associated with the rule.

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

ListArchives

data ListArchives Source #

See: newListArchives smart constructor.

Instances

Instances details
Eq ListArchives Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListArchives

Read ListArchives Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListArchives

Show ListArchives Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListArchives

Generic ListArchives Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListArchives

Associated Types

type Rep ListArchives :: Type -> Type #

NFData ListArchives Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListArchives

Methods

rnf :: ListArchives -> () #

Hashable ListArchives Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListArchives

ToJSON ListArchives Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListArchives

AWSRequest ListArchives Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListArchives

Associated Types

type AWSResponse 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

type Rep ListArchives Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListArchives

type Rep ListArchives = D1 ('MetaData "ListArchives" "Amazonka.CloudWatchEvents.ListArchives" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "ListArchives'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "eventSourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ArchiveState))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "namePrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))
type AWSResponse ListArchives Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListArchives

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:

$sel:eventSourceArn:ListArchives', listArchives_eventSourceArn - The ARN of the event source associated with the archive.

$sel:state:ListArchives', listArchives_state - The state of the archive.

$sel:nextToken:ListArchives', listArchives_nextToken - The token returned by a previous call to retrieve the next set of results.

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

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

data ListArchivesResponse Source #

See: newListArchivesResponse smart constructor.

Instances

Instances details
Eq ListArchivesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListArchives

Read ListArchivesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListArchives

Show ListArchivesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListArchives

Generic ListArchivesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListArchives

Associated Types

type Rep ListArchivesResponse :: Type -> Type #

NFData ListArchivesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListArchives

Methods

rnf :: ListArchivesResponse -> () #

type Rep ListArchivesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListArchives

type Rep ListArchivesResponse = D1 ('MetaData "ListArchivesResponse" "Amazonka.CloudWatchEvents.ListArchives" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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.

$sel:nextToken: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.

StartReplay

data StartReplay Source #

See: newStartReplay smart constructor.

Instances

Instances details
Eq StartReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.StartReplay

Read StartReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.StartReplay

Show StartReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.StartReplay

Generic StartReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.StartReplay

Associated Types

type Rep StartReplay :: Type -> Type #

NFData StartReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.StartReplay

Methods

rnf :: StartReplay -> () #

Hashable StartReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.StartReplay

ToJSON StartReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.StartReplay

AWSRequest StartReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.StartReplay

Associated Types

type AWSResponse 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

type Rep StartReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.StartReplay

type Rep StartReplay = D1 ('MetaData "StartReplay" "Amazonka.CloudWatchEvents.StartReplay" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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)))))
type AWSResponse StartReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.StartReplay

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:

$sel:description:StartReplay', startReplay_description - A description for the replay to start.

$sel:replayName:StartReplay', startReplay_replayName - The name of the replay to start.

$sel:eventSourceArn:StartReplay', startReplay_eventSourceArn - The ARN of the archive to replay events from.

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

$sel:eventEndTime: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
Eq StartReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.StartReplay

Read StartReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.StartReplay

Show StartReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.StartReplay

Generic StartReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.StartReplay

Associated Types

type Rep StartReplayResponse :: Type -> Type #

NFData StartReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.StartReplay

Methods

rnf :: StartReplayResponse -> () #

type Rep StartReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.StartReplay

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

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:state:StartReplayResponse', startReplayResponse_state - The state of the replay.

$sel:replayStartTime:StartReplayResponse', startReplayResponse_replayStartTime - The time at which the replay started.

$sel:replayArn:StartReplayResponse', startReplayResponse_replayArn - The ARN of the replay.

$sel:stateReason:StartReplayResponse', startReplayResponse_stateReason - The reason that the replay is in the state.

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

DeletePartnerEventSource

data DeletePartnerEventSource Source #

See: newDeletePartnerEventSource smart constructor.

Instances

Instances details
Eq DeletePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeletePartnerEventSource

Read DeletePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeletePartnerEventSource

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

NFData DeletePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeletePartnerEventSource

Hashable DeletePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeletePartnerEventSource

ToJSON DeletePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeletePartnerEventSource

AWSRequest 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

type Rep DeletePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeletePartnerEventSource

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

Defined in Amazonka.CloudWatchEvents.DeletePartnerEventSource

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:

$sel:name:DeletePartnerEventSource', deletePartnerEventSource_name - The name of the event source to delete.

$sel:account: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
Eq DeletePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeletePartnerEventSource

Read DeletePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeletePartnerEventSource

Show DeletePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeletePartnerEventSource

Generic DeletePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeletePartnerEventSource

Associated Types

type Rep DeletePartnerEventSourceResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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.

DescribeReplay

data DescribeReplay Source #

See: newDescribeReplay smart constructor.

Constructors

DescribeReplay' Text 

Instances

Instances details
Eq DescribeReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeReplay

Read DescribeReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeReplay

Show DescribeReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeReplay

Generic DescribeReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeReplay

Associated Types

type Rep DescribeReplay :: Type -> Type #

NFData DescribeReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeReplay

Methods

rnf :: DescribeReplay -> () #

Hashable DescribeReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeReplay

ToJSON DescribeReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeReplay

AWSRequest DescribeReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeReplay

Associated Types

type AWSResponse 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

type Rep DescribeReplay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeReplay

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

Defined in Amazonka.CloudWatchEvents.DescribeReplay

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:

$sel:replayName:DescribeReplay', describeReplay_replayName - The name of the replay to retrieve.

data DescribeReplayResponse Source #

See: newDescribeReplayResponse smart constructor.

Instances

Instances details
Eq DescribeReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeReplay

Read DescribeReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeReplay

Show DescribeReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeReplay

Generic DescribeReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeReplay

Associated Types

type Rep DescribeReplayResponse :: Type -> Type #

NFData DescribeReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeReplay

Methods

rnf :: DescribeReplayResponse -> () #

type Rep DescribeReplayResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeReplay

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

$sel:eventSourceArn:DescribeReplayResponse', describeReplayResponse_eventSourceArn - The ARN of the archive events were replayed from.

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

$sel:state:DescribeReplayResponse', describeReplayResponse_state - The current state of the replay.

$sel:eventEndTime:DescribeReplayResponse', describeReplayResponse_eventEndTime - The time stamp for the last event that was replayed from the archive.

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

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

$sel:replayEndTime:DescribeReplayResponse', describeReplayResponse_replayEndTime - A time stamp for the time that the replay stopped.

$sel:eventLastReplayedTime:DescribeReplayResponse', describeReplayResponse_eventLastReplayedTime - The time that the event was last replayed.

$sel:eventStartTime:DescribeReplayResponse', describeReplayResponse_eventStartTime - The time stamp of the first event that was last replayed from the archive.

$sel:replayName:DescribeReplay', describeReplayResponse_replayName - The name of the replay.

$sel:stateReason:DescribeReplayResponse', describeReplayResponse_stateReason - The reason that the replay is in the current state.

$sel:description:DescribeReplayResponse', describeReplayResponse_description - The description of the replay.

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

DescribeApiDestination

data DescribeApiDestination Source #

See: newDescribeApiDestination smart constructor.

Instances

Instances details
Eq DescribeApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

Read DescribeApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

Show DescribeApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

Generic DescribeApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

Associated Types

type Rep DescribeApiDestination :: Type -> Type #

NFData DescribeApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

Methods

rnf :: DescribeApiDestination -> () #

Hashable DescribeApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

ToJSON DescribeApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

AWSRequest DescribeApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

Associated Types

type AWSResponse 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

type Rep DescribeApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

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

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

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:

$sel:name:DescribeApiDestination', describeApiDestination_name - The name of the API destination to retrieve.

data DescribeApiDestinationResponse Source #

See: newDescribeApiDestinationResponse smart constructor.

Instances

Instances details
Eq DescribeApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

Read DescribeApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

Show DescribeApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

Generic DescribeApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

Associated Types

type Rep DescribeApiDestinationResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "DescribeApiDestinationResponse'" 'PrefixI 'True) (((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 "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "invocationRateLimitPerSecond") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "apiDestinationState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApiDestinationState)) :*: S1 ('MetaSel ('Just "connectionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "apiDestinationArn") '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:

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

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

$sel:invocationEndpoint:DescribeApiDestinationResponse', describeApiDestinationResponse_invocationEndpoint - The URL to use to connect to the HTTP endpoint.

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

$sel:name:DescribeApiDestination', describeApiDestinationResponse_name - The name of the API destination retrieved.

$sel:invocationRateLimitPerSecond: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.

$sel:apiDestinationState:DescribeApiDestinationResponse', describeApiDestinationResponse_apiDestinationState - The state of the API destination retrieved.

$sel:connectionArn:DescribeApiDestinationResponse', describeApiDestinationResponse_connectionArn - The ARN of the connection specified for the API destination retrieved.

$sel:description:DescribeApiDestinationResponse', describeApiDestinationResponse_description - The description for the API destination retrieved.

$sel:apiDestinationArn:DescribeApiDestinationResponse', describeApiDestinationResponse_apiDestinationArn - The ARN of the API destination retrieved.

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

ListEventBuses

data ListEventBuses Source #

See: newListEventBuses smart constructor.

Instances

Instances details
Eq ListEventBuses Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventBuses

Read ListEventBuses Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventBuses

Show ListEventBuses Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventBuses

Generic ListEventBuses Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventBuses

Associated Types

type Rep ListEventBuses :: Type -> Type #

NFData ListEventBuses Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventBuses

Methods

rnf :: ListEventBuses -> () #

Hashable ListEventBuses Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventBuses

ToJSON ListEventBuses Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventBuses

AWSRequest ListEventBuses Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventBuses

Associated Types

type AWSResponse 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

type Rep ListEventBuses Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventBuses

type Rep ListEventBuses = D1 ('MetaData "ListEventBuses" "Amazonka.CloudWatchEvents.ListEventBuses" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "ListEventBuses'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "namePrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListEventBuses Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventBuses

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:nextToken:ListEventBuses', listEventBuses_nextToken - The token returned by a previous call 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.

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

data ListEventBusesResponse Source #

See: newListEventBusesResponse smart constructor.

Instances

Instances details
Eq ListEventBusesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventBuses

Read ListEventBusesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventBuses

Show ListEventBusesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventBuses

Generic ListEventBusesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventBuses

Associated Types

type Rep ListEventBusesResponse :: Type -> Type #

NFData ListEventBusesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventBuses

Methods

rnf :: ListEventBusesResponse -> () #

type Rep ListEventBusesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventBuses

type Rep ListEventBusesResponse = D1 ('MetaData "ListEventBusesResponse" "Amazonka.CloudWatchEvents.ListEventBuses" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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:

$sel:eventBuses:ListEventBusesResponse', listEventBusesResponse_eventBuses - This list of event buses.

$sel:nextToken: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.

CreateEventBus

data CreateEventBus Source #

See: newCreateEventBus smart constructor.

Constructors

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

Instances

Instances details
Eq CreateEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEventBus

Read CreateEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEventBus

Show CreateEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEventBus

Generic CreateEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEventBus

Associated Types

type Rep CreateEventBus :: Type -> Type #

NFData CreateEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEventBus

Methods

rnf :: CreateEventBus -> () #

Hashable CreateEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEventBus

ToJSON CreateEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEventBus

AWSRequest CreateEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEventBus

Associated Types

type AWSResponse 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

type Rep CreateEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEventBus

type Rep CreateEventBus = D1 ('MetaData "CreateEventBus" "Amazonka.CloudWatchEvents.CreateEventBus" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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))))
type AWSResponse CreateEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEventBus

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.

$sel:tags:CreateEventBus', createEventBus_tags - Tags to associate with the event bus.

$sel:name: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
Eq CreateEventBusResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEventBus

Read CreateEventBusResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEventBus

Show CreateEventBusResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEventBus

Generic CreateEventBusResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEventBus

Associated Types

type Rep CreateEventBusResponse :: Type -> Type #

NFData CreateEventBusResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEventBus

Methods

rnf :: CreateEventBusResponse -> () #

type Rep CreateEventBusResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateEventBus

type Rep CreateEventBusResponse = D1 ('MetaData "CreateEventBusResponse" "Amazonka.CloudWatchEvents.CreateEventBus" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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:

$sel:eventBusArn:CreateEventBusResponse', createEventBusResponse_eventBusArn - The ARN of the new event bus.

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

DescribeEventSource

data DescribeEventSource Source #

See: newDescribeEventSource smart constructor.

Instances

Instances details
Eq DescribeEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventSource

Read DescribeEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventSource

Show DescribeEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventSource

Generic DescribeEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventSource

Associated Types

type Rep DescribeEventSource :: Type -> Type #

NFData DescribeEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventSource

Methods

rnf :: DescribeEventSource -> () #

Hashable DescribeEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventSource

ToJSON DescribeEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventSource

AWSRequest DescribeEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventSource

Associated Types

type AWSResponse 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

type Rep DescribeEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventSource

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

Defined in Amazonka.CloudWatchEvents.DescribeEventSource

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:

$sel:name: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
Eq DescribeEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventSource

Read DescribeEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventSource

Show DescribeEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventSource

Generic DescribeEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventSource

Associated Types

type Rep DescribeEventSourceResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "DescribeEventSourceResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventSourceState)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "expirationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: 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:

$sel:creationTime:DescribeEventSourceResponse', describeEventSourceResponse_creationTime - The date and time that the event source was created.

$sel:state: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:arn:DescribeEventSourceResponse', describeEventSourceResponse_arn - The ARN of the partner event source.

$sel:createdBy:DescribeEventSourceResponse', describeEventSourceResponse_createdBy - The name of the SaaS partner that created the event source.

$sel:name:DescribeEventSource', describeEventSourceResponse_name - The name of the partner event source.

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

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

DescribeArchive

data DescribeArchive Source #

See: newDescribeArchive smart constructor.

Constructors

DescribeArchive' Text 

Instances

Instances details
Eq DescribeArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeArchive

Read DescribeArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeArchive

Show DescribeArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeArchive

Generic DescribeArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeArchive

Associated Types

type Rep DescribeArchive :: Type -> Type #

NFData DescribeArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeArchive

Methods

rnf :: DescribeArchive -> () #

Hashable DescribeArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeArchive

ToJSON DescribeArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeArchive

AWSRequest DescribeArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeArchive

Associated Types

type AWSResponse 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

type Rep DescribeArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeArchive

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

Defined in Amazonka.CloudWatchEvents.DescribeArchive

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:

$sel:archiveName:DescribeArchive', describeArchive_archiveName - The name of the archive to retrieve.

data DescribeArchiveResponse Source #

See: newDescribeArchiveResponse smart constructor.

Instances

Instances details
Eq DescribeArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeArchive

Read DescribeArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeArchive

Show DescribeArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeArchive

Generic DescribeArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeArchive

Associated Types

type Rep DescribeArchiveResponse :: Type -> Type #

NFData DescribeArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeArchive

Methods

rnf :: DescribeArchiveResponse -> () #

type Rep DescribeArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeArchive

type Rep DescribeArchiveResponse = D1 ('MetaData "DescribeArchiveResponse" "Amazonka.CloudWatchEvents.DescribeArchive" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "DescribeArchiveResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "sizeBytes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "eventSourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "eventPattern") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ArchiveState)) :*: S1 ('MetaSel ('Just "eventCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))) :*: ((S1 ('MetaSel ('Just "archiveName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "retentionDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "archiveArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "stateReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") '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:creationTime:DescribeArchiveResponse', describeArchiveResponse_creationTime - The time at which the archive was created.

$sel:sizeBytes:DescribeArchiveResponse', describeArchiveResponse_sizeBytes - The size of the archive in bytes.

$sel:eventSourceArn:DescribeArchiveResponse', describeArchiveResponse_eventSourceArn - The ARN of the event source associated with the archive.

$sel:eventPattern:DescribeArchiveResponse', describeArchiveResponse_eventPattern - The event pattern used to filter events sent to the archive.

$sel:state:DescribeArchiveResponse', describeArchiveResponse_state - The state of the archive.

$sel:eventCount:DescribeArchiveResponse', describeArchiveResponse_eventCount - The number of events in the archive.

$sel:archiveName:DescribeArchive', describeArchiveResponse_archiveName - The name of the archive.

$sel:retentionDays:DescribeArchiveResponse', describeArchiveResponse_retentionDays - The number of days to retain events for in the archive.

$sel:archiveArn:DescribeArchiveResponse', describeArchiveResponse_archiveArn - The ARN of the archive.

$sel:stateReason:DescribeArchiveResponse', describeArchiveResponse_stateReason - The reason that the archive is in the state.

$sel:description:DescribeArchiveResponse', describeArchiveResponse_description - The description of the archive.

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

EnableRule

data EnableRule Source #

See: newEnableRule smart constructor.

Constructors

EnableRule' (Maybe Text) Text 

Instances

Instances details
Eq EnableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.EnableRule

Read EnableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.EnableRule

Show EnableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.EnableRule

Generic EnableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.EnableRule

Associated Types

type Rep EnableRule :: Type -> Type #

NFData EnableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.EnableRule

Methods

rnf :: EnableRule -> () #

Hashable EnableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.EnableRule

ToJSON EnableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.EnableRule

AWSRequest EnableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.EnableRule

Associated Types

type AWSResponse 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

type Rep EnableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.EnableRule

type Rep EnableRule = D1 ('MetaData "EnableRule" "Amazonka.CloudWatchEvents.EnableRule" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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)))
type AWSResponse EnableRule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.EnableRule

newEnableRule Source #

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:

$sel:eventBusName: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.

$sel:name:EnableRule', enableRule_name - The name of the rule.

data EnableRuleResponse Source #

See: newEnableRuleResponse smart constructor.

Constructors

EnableRuleResponse' 

Instances

Instances details
Eq EnableRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.EnableRule

Read EnableRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.EnableRule

Show EnableRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.EnableRule

Generic EnableRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.EnableRule

Associated Types

type Rep EnableRuleResponse :: Type -> Type #

NFData EnableRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.EnableRule

Methods

rnf :: EnableRuleResponse -> () #

type Rep EnableRuleResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.EnableRule

type Rep EnableRuleResponse = D1 ('MetaData "EnableRuleResponse" "Amazonka.CloudWatchEvents.EnableRule" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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.

ListRuleNamesByTarget (Paginated)

data ListRuleNamesByTarget Source #

See: newListRuleNamesByTarget smart constructor.

Instances

Instances details
Eq ListRuleNamesByTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRuleNamesByTarget

Read ListRuleNamesByTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRuleNamesByTarget

Show ListRuleNamesByTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRuleNamesByTarget

Generic ListRuleNamesByTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRuleNamesByTarget

Associated Types

type Rep ListRuleNamesByTarget :: Type -> Type #

NFData ListRuleNamesByTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRuleNamesByTarget

Methods

rnf :: ListRuleNamesByTarget -> () #

Hashable ListRuleNamesByTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRuleNamesByTarget

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

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

type Rep ListRuleNamesByTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRuleNamesByTarget

type Rep ListRuleNamesByTarget = D1 ('MetaData "ListRuleNamesByTarget" "Amazonka.CloudWatchEvents.ListRuleNamesByTarget" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "ListRuleNamesByTarget'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventBusName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "targetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListRuleNamesByTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRuleNamesByTarget

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:

$sel:nextToken:ListRuleNamesByTarget', listRuleNamesByTarget_nextToken - The token returned by a previous call to retrieve the next set of results.

$sel:eventBusName: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.

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

data ListRuleNamesByTargetResponse Source #

See: newListRuleNamesByTargetResponse smart constructor.

Instances

Instances details
Eq ListRuleNamesByTargetResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRuleNamesByTarget

Read ListRuleNamesByTargetResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRuleNamesByTarget

Show ListRuleNamesByTargetResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRuleNamesByTarget

Generic ListRuleNamesByTargetResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListRuleNamesByTarget

Associated Types

type Rep ListRuleNamesByTargetResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "ListRuleNamesByTargetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ruleNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "nextToken") '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:

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

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

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

TestEventPattern

data TestEventPattern Source #

See: newTestEventPattern smart constructor.

Instances

Instances details
Eq TestEventPattern Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TestEventPattern

Read TestEventPattern Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TestEventPattern

Show TestEventPattern Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TestEventPattern

Generic TestEventPattern Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TestEventPattern

Associated Types

type Rep TestEventPattern :: Type -> Type #

NFData TestEventPattern Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TestEventPattern

Methods

rnf :: TestEventPattern -> () #

Hashable TestEventPattern Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TestEventPattern

ToJSON TestEventPattern Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TestEventPattern

AWSRequest TestEventPattern Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TestEventPattern

Associated Types

type AWSResponse 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

type Rep TestEventPattern Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TestEventPattern

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

Defined in Amazonka.CloudWatchEvents.TestEventPattern

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:

$sel:eventPattern: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
Eq TestEventPatternResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TestEventPattern

Read TestEventPatternResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TestEventPattern

Show TestEventPatternResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TestEventPattern

Generic TestEventPatternResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TestEventPattern

Associated Types

type Rep TestEventPatternResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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.

DescribePartnerEventSource

data DescribePartnerEventSource Source #

See: newDescribePartnerEventSource smart constructor.

Instances

Instances details
Eq DescribePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

Read DescribePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

Show DescribePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

Generic DescribePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

Associated Types

type Rep DescribePartnerEventSource :: Type -> Type #

NFData DescribePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

Hashable DescribePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

ToJSON DescribePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

AWSRequest DescribePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

ToHeaders DescribePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

ToPath DescribePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

ToQuery DescribePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

type Rep DescribePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

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

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

newDescribePartnerEventSource Source #

Create a value of DescribePartnerEventSource with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:DescribePartnerEventSource', describePartnerEventSource_name - The name of the event source to display.

data DescribePartnerEventSourceResponse Source #

Instances

Instances details
Eq DescribePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

Read DescribePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

Show DescribePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

Generic DescribePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

Associated Types

type Rep DescribePartnerEventSourceResponse :: Type -> Type #

NFData DescribePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

type Rep DescribePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribePartnerEventSource

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

newDescribePartnerEventSourceResponse Source #

Create a value of DescribePartnerEventSourceResponse with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:DescribePartnerEventSourceResponse', describePartnerEventSourceResponse_arn - The ARN of the event source.

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

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

DescribeEventBus

data DescribeEventBus Source #

See: newDescribeEventBus smart constructor.

Constructors

DescribeEventBus' (Maybe Text) 

Instances

Instances details
Eq DescribeEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventBus

Read DescribeEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventBus

Show DescribeEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventBus

Generic DescribeEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventBus

Associated Types

type Rep DescribeEventBus :: Type -> Type #

NFData DescribeEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventBus

Methods

rnf :: DescribeEventBus -> () #

Hashable DescribeEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventBus

ToJSON DescribeEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventBus

AWSRequest DescribeEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventBus

Associated Types

type AWSResponse 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

type Rep DescribeEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventBus

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

Defined in Amazonka.CloudWatchEvents.DescribeEventBus

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:

$sel:name: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
Eq DescribeEventBusResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventBus

Read DescribeEventBusResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventBus

Show DescribeEventBusResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventBus

Generic DescribeEventBusResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeEventBus

Associated Types

type Rep DescribeEventBusResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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:

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

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

$sel:policy: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.

ListEventSources

data ListEventSources Source #

See: newListEventSources smart constructor.

Instances

Instances details
Eq ListEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventSources

Read ListEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventSources

Show ListEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventSources

Generic ListEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventSources

Associated Types

type Rep ListEventSources :: Type -> Type #

NFData ListEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventSources

Methods

rnf :: ListEventSources -> () #

Hashable ListEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventSources

ToJSON ListEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventSources

AWSRequest ListEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventSources

Associated Types

type AWSResponse 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

type Rep ListEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventSources

type Rep ListEventSources = D1 ('MetaData "ListEventSources" "Amazonka.CloudWatchEvents.ListEventSources" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "ListEventSources'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "namePrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventSources

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:nextToken:ListEventSources', listEventSources_nextToken - The token returned by a previous call 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.

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

data ListEventSourcesResponse Source #

See: newListEventSourcesResponse smart constructor.

Instances

Instances details
Eq ListEventSourcesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventSources

Read ListEventSourcesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventSources

Show ListEventSourcesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventSources

Generic ListEventSourcesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListEventSources

Associated Types

type Rep ListEventSourcesResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "ListEventSourcesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "eventSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EventSource])) :*: 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:nextToken:ListEventSources', listEventSourcesResponse_nextToken - A token you can use in a subsequent operation to retrieve the next set of results.

$sel:eventSources:ListEventSourcesResponse', listEventSourcesResponse_eventSources - The list of event sources.

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

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Constructors

TagResource' Text [Tag] 

Instances

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

Read TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

ToJSON TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

Associated Types

type AWSResponse 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

type Rep TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.CloudWatchEvents.TagResource" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag])))
type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

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.

$sel:tags:TagResource', tagResource_tags - The list of key-value pairs to associate with the resource.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

Methods

rnf :: TagResourceResponse -> () #

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.CloudWatchEvents.TagResource" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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.

CreatePartnerEventSource

data CreatePartnerEventSource Source #

See: newCreatePartnerEventSource smart constructor.

Instances

Instances details
Eq CreatePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreatePartnerEventSource

Read CreatePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreatePartnerEventSource

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

NFData CreatePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreatePartnerEventSource

Hashable CreatePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreatePartnerEventSource

ToJSON CreatePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreatePartnerEventSource

AWSRequest 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

type Rep CreatePartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreatePartnerEventSource

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

Defined in Amazonka.CloudWatchEvents.CreatePartnerEventSource

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:

$sel:name: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.

$sel:account: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
Eq CreatePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreatePartnerEventSource

Read CreatePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreatePartnerEventSource

Show CreatePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreatePartnerEventSource

Generic CreatePartnerEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreatePartnerEventSource

Associated Types

type Rep CreatePartnerEventSourceResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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:

$sel:eventSourceArn:CreatePartnerEventSourceResponse', createPartnerEventSourceResponse_eventSourceArn - The ARN of the partner event source.

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

PutTargets

data PutTargets Source #

See: newPutTargets smart constructor.

Instances

Instances details
Eq PutTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutTargets

Read PutTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutTargets

Show PutTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutTargets

Generic PutTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutTargets

Associated Types

type Rep PutTargets :: Type -> Type #

NFData PutTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutTargets

Methods

rnf :: PutTargets -> () #

Hashable PutTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutTargets

ToJSON PutTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutTargets

AWSRequest PutTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutTargets

Associated Types

type AWSResponse 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

type Rep PutTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutTargets

type Rep PutTargets = D1 ('MetaData "PutTargets" "Amazonka.CloudWatchEvents.PutTargets" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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)))))
type AWSResponse PutTargets Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutTargets

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:

$sel:eventBusName: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
Eq PutTargetsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutTargets

Read PutTargetsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutTargets

Show PutTargetsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutTargets

Generic PutTargetsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutTargets

Associated Types

type Rep PutTargetsResponse :: Type -> Type #

NFData PutTargetsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutTargets

Methods

rnf :: PutTargetsResponse -> () #

type Rep PutTargetsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutTargets

type Rep PutTargetsResponse = D1 ('MetaData "PutTargetsResponse" "Amazonka.CloudWatchEvents.PutTargets" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "PutTargetsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failedEntryCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "failedEntries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PutTargetsResultEntry])) :*: 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:failedEntryCount:PutTargetsResponse', putTargetsResponse_failedEntryCount - The number of failed entries.

$sel:failedEntries:PutTargetsResponse', putTargetsResponse_failedEntries - The failed target entries.

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

UpdateArchive

data UpdateArchive Source #

See: newUpdateArchive smart constructor.

Instances

Instances details
Eq UpdateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateArchive

Read UpdateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateArchive

Show UpdateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateArchive

Generic UpdateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateArchive

Associated Types

type Rep UpdateArchive :: Type -> Type #

NFData UpdateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateArchive

Methods

rnf :: UpdateArchive -> () #

Hashable UpdateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateArchive

ToJSON UpdateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateArchive

AWSRequest UpdateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateArchive

Associated Types

type AWSResponse 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

type Rep UpdateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateArchive

type Rep UpdateArchive = D1 ('MetaData "UpdateArchive" "Amazonka.CloudWatchEvents.UpdateArchive" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "UpdateArchive'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "eventPattern") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "retentionDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "archiveName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateArchive

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:

$sel:eventPattern:UpdateArchive', updateArchive_eventPattern - The event pattern to use to filter events sent to the archive.

$sel:retentionDays:UpdateArchive', updateArchive_retentionDays - The number of days to retain events in the archive.

$sel:description:UpdateArchive', updateArchive_description - The description for the archive.

$sel:archiveName:UpdateArchive', updateArchive_archiveName - The name of the archive to update.

data UpdateArchiveResponse Source #

See: newUpdateArchiveResponse smart constructor.

Instances

Instances details
Eq UpdateArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateArchive

Read UpdateArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateArchive

Show UpdateArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateArchive

Generic UpdateArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateArchive

Associated Types

type Rep UpdateArchiveResponse :: Type -> Type #

NFData UpdateArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateArchive

Methods

rnf :: UpdateArchiveResponse -> () #

type Rep UpdateArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UpdateArchive

type Rep UpdateArchiveResponse = D1 ('MetaData "UpdateArchiveResponse" "Amazonka.CloudWatchEvents.UpdateArchive" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "UpdateArchiveResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ArchiveState))) :*: (S1 ('MetaSel ('Just "archiveArn") '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)))))

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:creationTime:UpdateArchiveResponse', updateArchiveResponse_creationTime - The time at which the archive was updated.

$sel:state:UpdateArchiveResponse', updateArchiveResponse_state - The state of the archive.

$sel:archiveArn:UpdateArchiveResponse', updateArchiveResponse_archiveArn - The ARN of the archive.

$sel:stateReason:UpdateArchiveResponse', updateArchiveResponse_stateReason - The reason that the archive is in the current state.

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

DeleteArchive

data DeleteArchive Source #

See: newDeleteArchive smart constructor.

Constructors

DeleteArchive' Text 

Instances

Instances details
Eq DeleteArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteArchive

Read DeleteArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteArchive

Show DeleteArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteArchive

Generic DeleteArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteArchive

Associated Types

type Rep DeleteArchive :: Type -> Type #

NFData DeleteArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteArchive

Methods

rnf :: DeleteArchive -> () #

Hashable DeleteArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteArchive

ToJSON DeleteArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteArchive

AWSRequest DeleteArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteArchive

Associated Types

type AWSResponse 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

type Rep DeleteArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteArchive

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

Defined in Amazonka.CloudWatchEvents.DeleteArchive

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:

$sel:archiveName:DeleteArchive', deleteArchive_archiveName - The name of the archive to delete.

data DeleteArchiveResponse Source #

See: newDeleteArchiveResponse smart constructor.

Instances

Instances details
Eq DeleteArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteArchive

Read DeleteArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteArchive

Show DeleteArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteArchive

Generic DeleteArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteArchive

Associated Types

type Rep DeleteArchiveResponse :: Type -> Type #

NFData DeleteArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteArchive

Methods

rnf :: DeleteArchiveResponse -> () #

type Rep DeleteArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteArchive

type Rep DeleteArchiveResponse = D1 ('MetaData "DeleteArchiveResponse" "Amazonka.CloudWatchEvents.DeleteArchive" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' Text [Text] 

Instances

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UntagResource

ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UntagResource

Associated Types

type AWSResponse 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

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.CloudWatchEvents.UntagResource" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UntagResource

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
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.CloudWatchEvents.UntagResource" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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.

PutEvents

data PutEvents Source #

See: newPutEvents smart constructor.

Instances

Instances details
Eq PutEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutEvents

Read PutEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutEvents

Show PutEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutEvents

Generic PutEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutEvents

Associated Types

type Rep PutEvents :: Type -> Type #

NFData PutEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutEvents

Methods

rnf :: PutEvents -> () #

Hashable PutEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutEvents

ToJSON PutEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutEvents

AWSRequest PutEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutEvents

Associated Types

type AWSResponse 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

type Rep PutEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutEvents

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

Defined in Amazonka.CloudWatchEvents.PutEvents

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:

$sel:entries: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
Eq PutEventsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutEvents

Read PutEventsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutEvents

Show PutEventsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutEvents

Generic PutEventsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutEvents

Associated Types

type Rep PutEventsResponse :: Type -> Type #

NFData PutEventsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutEvents

Methods

rnf :: PutEventsResponse -> () #

type Rep PutEventsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutEvents

type Rep PutEventsResponse = D1 ('MetaData "PutEventsResponse" "Amazonka.CloudWatchEvents.PutEvents" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "PutEventsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failedEntryCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "entries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PutEventsResultEntry])) :*: 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:

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

$sel:entries: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:httpStatus:PutEventsResponse', putEventsResponse_httpStatus - The response's http status code.

ListPartnerEventSources

data ListPartnerEventSources Source #

See: newListPartnerEventSources smart constructor.

Instances

Instances details
Eq ListPartnerEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSources

Read ListPartnerEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSources

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

NFData ListPartnerEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSources

Methods

rnf :: ListPartnerEventSources -> () #

Hashable ListPartnerEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSources

ToJSON ListPartnerEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSources

AWSRequest 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

type Rep ListPartnerEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSources

type Rep ListPartnerEventSources = D1 ('MetaData "ListPartnerEventSources" "Amazonka.CloudWatchEvents.ListPartnerEventSources" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "ListPartnerEventSources'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "namePrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListPartnerEventSources Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSources

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:nextToken:ListPartnerEventSources', listPartnerEventSources_nextToken - The token returned by a previous call to this operation. Specifying this retrieves the next set of results.

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

$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
Eq ListPartnerEventSourcesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSources

Read ListPartnerEventSourcesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSources

Show ListPartnerEventSourcesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSources

Generic ListPartnerEventSourcesResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ListPartnerEventSources

Associated Types

type Rep ListPartnerEventSourcesResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "ListPartnerEventSourcesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "partnerEventSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PartnerEventSource])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

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

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

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

CreateArchive

data CreateArchive Source #

See: newCreateArchive smart constructor.

Instances

Instances details
Eq CreateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateArchive

Read CreateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateArchive

Show CreateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateArchive

Generic CreateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateArchive

Associated Types

type Rep CreateArchive :: Type -> Type #

NFData CreateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateArchive

Methods

rnf :: CreateArchive -> () #

Hashable CreateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateArchive

ToJSON CreateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateArchive

AWSRequest CreateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateArchive

Associated Types

type AWSResponse 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

type Rep CreateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateArchive

type Rep CreateArchive = D1 ('MetaData "CreateArchive" "Amazonka.CloudWatchEvents.CreateArchive" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "CreateArchive'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "eventPattern") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "retentionDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "archiveName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "eventSourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse CreateArchive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateArchive

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:

$sel:eventPattern:CreateArchive', createArchive_eventPattern - An event pattern to use to filter events sent to the archive.

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

$sel:description:CreateArchive', createArchive_description - A description for the archive.

$sel:archiveName:CreateArchive', createArchive_archiveName - The name for the archive to create.

$sel:eventSourceArn: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
Eq CreateArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateArchive

Read CreateArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateArchive

Show CreateArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateArchive

Generic CreateArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateArchive

Associated Types

type Rep CreateArchiveResponse :: Type -> Type #

NFData CreateArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateArchive

Methods

rnf :: CreateArchiveResponse -> () #

type Rep CreateArchiveResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.CreateArchive

type Rep CreateArchiveResponse = D1 ('MetaData "CreateArchiveResponse" "Amazonka.CloudWatchEvents.CreateArchive" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "CreateArchiveResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ArchiveState))) :*: (S1 ('MetaSel ('Just "archiveArn") '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)))))

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:creationTime:CreateArchiveResponse', createArchiveResponse_creationTime - The time at which the archive was created.

$sel:state:CreateArchiveResponse', createArchiveResponse_state - The state of the archive that was created.

$sel:archiveArn:CreateArchiveResponse', createArchiveResponse_archiveArn - The ARN of the archive that was created.

$sel:stateReason:CreateArchiveResponse', createArchiveResponse_stateReason - The reason that the archive is in the state.

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

DeactivateEventSource

data DeactivateEventSource Source #

See: newDeactivateEventSource smart constructor.

Instances

Instances details
Eq DeactivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeactivateEventSource

Read DeactivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeactivateEventSource

Show DeactivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeactivateEventSource

Generic DeactivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeactivateEventSource

Associated Types

type Rep DeactivateEventSource :: Type -> Type #

NFData DeactivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeactivateEventSource

Methods

rnf :: DeactivateEventSource -> () #

Hashable DeactivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeactivateEventSource

ToJSON DeactivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeactivateEventSource

AWSRequest DeactivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeactivateEventSource

Associated Types

type AWSResponse 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

type Rep DeactivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeactivateEventSource

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

Defined in Amazonka.CloudWatchEvents.DeactivateEventSource

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:

$sel:name:DeactivateEventSource', deactivateEventSource_name - The name of the partner event source to deactivate.

data DeactivateEventSourceResponse Source #

See: newDeactivateEventSourceResponse smart constructor.

Instances

Instances details
Eq DeactivateEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeactivateEventSource

Read DeactivateEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeactivateEventSource

Show DeactivateEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeactivateEventSource

Generic DeactivateEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeactivateEventSource

Associated Types

type Rep DeactivateEventSourceResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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.

DeleteEventBus

data DeleteEventBus Source #

See: newDeleteEventBus smart constructor.

Constructors

DeleteEventBus' Text 

Instances

Instances details
Eq DeleteEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEventBus

Read DeleteEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEventBus

Show DeleteEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEventBus

Generic DeleteEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEventBus

Associated Types

type Rep DeleteEventBus :: Type -> Type #

NFData DeleteEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEventBus

Methods

rnf :: DeleteEventBus -> () #

Hashable DeleteEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEventBus

ToJSON DeleteEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEventBus

AWSRequest DeleteEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEventBus

Associated Types

type AWSResponse 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

type Rep DeleteEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEventBus

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

Defined in Amazonka.CloudWatchEvents.DeleteEventBus

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:

$sel:name:DeleteEventBus', deleteEventBus_name - The name of the event bus to delete.

data DeleteEventBusResponse Source #

See: newDeleteEventBusResponse smart constructor.

Instances

Instances details
Eq DeleteEventBusResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEventBus

Read DeleteEventBusResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEventBus

Show DeleteEventBusResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEventBus

Generic DeleteEventBusResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEventBus

Associated Types

type Rep DeleteEventBusResponse :: Type -> Type #

NFData DeleteEventBusResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEventBus

Methods

rnf :: DeleteEventBusResponse -> () #

type Rep DeleteEventBusResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DeleteEventBus

type Rep DeleteEventBusResponse = D1 ('MetaData "DeleteEventBusResponse" "Amazonka.CloudWatchEvents.DeleteEventBus" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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.

Types

ApiDestinationHttpMethod

newtype ApiDestinationHttpMethod Source #

Instances

Instances details
Eq ApiDestinationHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationHttpMethod

Ord ApiDestinationHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationHttpMethod

Read ApiDestinationHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationHttpMethod

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

NFData ApiDestinationHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationHttpMethod

Hashable 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

FromJSON ApiDestinationHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationHttpMethod

FromJSONKey ApiDestinationHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationHttpMethod

ToLog ApiDestinationHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationHttpMethod

ToHeader ApiDestinationHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationHttpMethod

ToQuery 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

ToByteString 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

type Rep ApiDestinationHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationHttpMethod

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

ApiDestinationState

newtype ApiDestinationState Source #

Instances

Instances details
Eq ApiDestinationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationState

Ord ApiDestinationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationState

Read ApiDestinationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationState

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

NFData ApiDestinationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationState

Methods

rnf :: ApiDestinationState -> () #

Hashable 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

FromJSON ApiDestinationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationState

FromJSONKey ApiDestinationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationState

ToLog ApiDestinationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationState

ToHeader ApiDestinationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationState

ToQuery 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

ToByteString 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

type Rep ApiDestinationState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestinationState

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

ArchiveState

newtype ArchiveState Source #

Constructors

ArchiveState' 

Instances

Instances details
Eq ArchiveState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ArchiveState

Ord ArchiveState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ArchiveState

Read ArchiveState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ArchiveState

Show ArchiveState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ArchiveState

Generic ArchiveState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ArchiveState

Associated Types

type Rep ArchiveState :: Type -> Type #

NFData ArchiveState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ArchiveState

Methods

rnf :: ArchiveState -> () #

Hashable 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

FromJSON ArchiveState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ArchiveState

FromJSONKey ArchiveState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ArchiveState

ToLog ArchiveState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ArchiveState

ToHeader ArchiveState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ArchiveState

ToQuery ArchiveState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ArchiveState

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 #

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

type Rep ArchiveState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ArchiveState

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

AssignPublicIp

newtype AssignPublicIp Source #

Constructors

AssignPublicIp' 

Instances

Instances details
Eq AssignPublicIp Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AssignPublicIp

Ord AssignPublicIp Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AssignPublicIp

Read AssignPublicIp Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AssignPublicIp

Show AssignPublicIp Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AssignPublicIp

Generic AssignPublicIp Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AssignPublicIp

Associated Types

type Rep AssignPublicIp :: Type -> Type #

NFData AssignPublicIp Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AssignPublicIp

Methods

rnf :: AssignPublicIp -> () #

Hashable 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

FromJSON AssignPublicIp Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AssignPublicIp

FromJSONKey AssignPublicIp Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AssignPublicIp

ToLog AssignPublicIp Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AssignPublicIp

ToHeader AssignPublicIp Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AssignPublicIp

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

ToByteString 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

type Rep AssignPublicIp Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AssignPublicIp

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

ConnectionAuthorizationType

newtype ConnectionAuthorizationType Source #

Instances

Instances details
Eq ConnectionAuthorizationType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthorizationType

Ord ConnectionAuthorizationType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthorizationType

Read ConnectionAuthorizationType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthorizationType

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

NFData ConnectionAuthorizationType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthorizationType

Hashable 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

FromJSON ConnectionAuthorizationType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthorizationType

FromJSONKey ConnectionAuthorizationType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthorizationType

ToLog ConnectionAuthorizationType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthorizationType

ToHeader ConnectionAuthorizationType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthorizationType

ToQuery 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

ToByteString 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

type Rep ConnectionAuthorizationType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthorizationType

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

ConnectionOAuthHttpMethod

newtype ConnectionOAuthHttpMethod Source #

Instances

Instances details
Eq ConnectionOAuthHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthHttpMethod

Ord ConnectionOAuthHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthHttpMethod

Read ConnectionOAuthHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthHttpMethod

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

NFData ConnectionOAuthHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthHttpMethod

Hashable 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

FromJSON ConnectionOAuthHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthHttpMethod

FromJSONKey ConnectionOAuthHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthHttpMethod

ToLog ConnectionOAuthHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthHttpMethod

ToHeader ConnectionOAuthHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthHttpMethod

ToQuery 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

ToByteString 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

type Rep ConnectionOAuthHttpMethod Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthHttpMethod

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

ConnectionState

newtype ConnectionState Source #

Constructors

ConnectionState' 

Instances

Instances details
Eq ConnectionState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionState

Ord ConnectionState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionState

Read ConnectionState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionState

Show ConnectionState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionState

Generic ConnectionState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionState

Associated Types

type Rep ConnectionState :: Type -> Type #

NFData ConnectionState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionState

Methods

rnf :: ConnectionState -> () #

Hashable 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

FromJSON ConnectionState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionState

FromJSONKey ConnectionState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionState

ToLog ConnectionState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionState

ToHeader ConnectionState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionState

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

ToByteString 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

type Rep ConnectionState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionState

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

EventSourceState

newtype EventSourceState Source #

Instances

Instances details
Eq EventSourceState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSourceState

Ord EventSourceState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSourceState

Read EventSourceState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSourceState

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

NFData EventSourceState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSourceState

Methods

rnf :: EventSourceState -> () #

Hashable 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

FromJSON EventSourceState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSourceState

FromJSONKey EventSourceState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSourceState

ToLog EventSourceState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSourceState

ToHeader EventSourceState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSourceState

ToQuery 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

ToByteString 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

type Rep EventSourceState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSourceState

type Rep EventSourceState = D1 ('MetaData "EventSourceState" "Amazonka.CloudWatchEvents.Types.EventSourceState" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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
Eq LaunchType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.LaunchType

Ord LaunchType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.LaunchType

Read LaunchType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.LaunchType

Show LaunchType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.LaunchType

Generic LaunchType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.LaunchType

Associated Types

type Rep LaunchType :: Type -> Type #

NFData LaunchType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.LaunchType

Methods

rnf :: LaunchType -> () #

Hashable 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

FromJSON LaunchType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.LaunchType

FromJSONKey LaunchType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.LaunchType

ToLog LaunchType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.LaunchType

ToHeader LaunchType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.LaunchType

ToQuery LaunchType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.LaunchType

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 #

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

type Rep LaunchType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.LaunchType

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

PlacementConstraintType

newtype PlacementConstraintType Source #

Instances

Instances details
Eq PlacementConstraintType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraintType

Ord PlacementConstraintType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraintType

Read PlacementConstraintType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraintType

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

NFData PlacementConstraintType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraintType

Methods

rnf :: PlacementConstraintType -> () #

Hashable 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

FromJSON PlacementConstraintType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraintType

FromJSONKey PlacementConstraintType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraintType

ToLog PlacementConstraintType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraintType

ToHeader PlacementConstraintType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraintType

ToQuery 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

ToByteString 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

type Rep PlacementConstraintType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraintType

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

PlacementStrategyType

newtype PlacementStrategyType Source #

Instances

Instances details
Eq PlacementStrategyType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategyType

Ord PlacementStrategyType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategyType

Read PlacementStrategyType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategyType

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

NFData PlacementStrategyType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategyType

Methods

rnf :: PlacementStrategyType -> () #

Hashable 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

FromJSON PlacementStrategyType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategyType

FromJSONKey PlacementStrategyType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategyType

ToLog PlacementStrategyType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategyType

ToHeader PlacementStrategyType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategyType

ToQuery 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

ToByteString 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

type Rep PlacementStrategyType Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategyType

type Rep PlacementStrategyType = D1 ('MetaData "PlacementStrategyType" "Amazonka.CloudWatchEvents.Types.PlacementStrategyType" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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
Eq PropagateTags Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PropagateTags

Ord PropagateTags Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PropagateTags

Read PropagateTags Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PropagateTags

Show PropagateTags Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PropagateTags

Generic PropagateTags Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PropagateTags

Associated Types

type Rep PropagateTags :: Type -> Type #

NFData PropagateTags Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PropagateTags

Methods

rnf :: PropagateTags -> () #

Hashable 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

FromJSON PropagateTags Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PropagateTags

FromJSONKey PropagateTags Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PropagateTags

ToLog PropagateTags Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PropagateTags

ToHeader PropagateTags Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PropagateTags

ToQuery PropagateTags Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PropagateTags

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 #

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

type Rep PropagateTags Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PropagateTags

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

ReplayState

newtype ReplayState Source #

Constructors

ReplayState' 

Instances

Instances details
Eq ReplayState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayState

Ord ReplayState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayState

Read ReplayState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayState

Show ReplayState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayState

Generic ReplayState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayState

Associated Types

type Rep ReplayState :: Type -> Type #

NFData ReplayState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayState

Methods

rnf :: ReplayState -> () #

Hashable 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

FromJSON ReplayState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayState

FromJSONKey ReplayState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayState

ToLog ReplayState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayState

ToHeader ReplayState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayState

ToQuery ReplayState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayState

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 #

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

type Rep ReplayState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayState

type Rep ReplayState = D1 ('MetaData "ReplayState" "Amazonka.CloudWatchEvents.Types.ReplayState" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'True) (C1 ('MetaCons "ReplayState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReplayState") '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
Eq RuleState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RuleState

Ord RuleState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RuleState

Read RuleState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RuleState

Show RuleState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RuleState

Generic RuleState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RuleState

Associated Types

type Rep RuleState :: Type -> Type #

NFData RuleState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RuleState

Methods

rnf :: RuleState -> () #

Hashable 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

FromJSON RuleState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RuleState

FromJSONKey RuleState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RuleState

ToLog RuleState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RuleState

ToHeader RuleState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RuleState

ToQuery RuleState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RuleState

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 #

ToByteString RuleState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RuleState

Methods

toBS :: RuleState -> ByteString #

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 #

type Rep RuleState Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RuleState

type Rep RuleState = D1 ('MetaData "RuleState" "Amazonka.CloudWatchEvents.Types.RuleState" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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
Eq ApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestination

Read ApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestination

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

NFData ApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestination

Methods

rnf :: ApiDestination -> () #

Hashable ApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ApiDestination

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "ApiDestination'" 'PrefixI 'True) (((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 "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "invocationRateLimitPerSecond") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "apiDestinationState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApiDestinationState)) :*: (S1 ('MetaSel ('Just "connectionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "apiDestinationArn") '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: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: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.

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

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

Archive

data Archive Source #

An Archive object that contains details about an archive.

See: newArchive smart constructor.

Instances

Instances details
Eq Archive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Archive

Methods

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

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

Read Archive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Archive

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

NFData Archive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Archive

Methods

rnf :: Archive -> () #

Hashable Archive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Archive

Methods

hashWithSalt :: Int -> Archive -> Int #

hash :: Archive -> Int #

FromJSON Archive Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Archive

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:creationTime:Archive', archive_creationTime - The time stamp for the time that the archive was created.

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

$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:state:Archive', archive_state - The current state of the archive.

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

$sel:archiveName:Archive', archive_archiveName - The name of the archive.

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

$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
Eq AwsVpcConfiguration Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AwsVpcConfiguration

Read AwsVpcConfiguration Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AwsVpcConfiguration

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

NFData AwsVpcConfiguration Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AwsVpcConfiguration

Methods

rnf :: AwsVpcConfiguration -> () #

Hashable AwsVpcConfiguration Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AwsVpcConfiguration

ToJSON AwsVpcConfiguration Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.AwsVpcConfiguration

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "AwsVpcConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "assignPublicIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssignPublicIp)) :*: 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: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: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: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
Eq BatchArrayProperties Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchArrayProperties

Read BatchArrayProperties Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchArrayProperties

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

NFData BatchArrayProperties Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchArrayProperties

Methods

rnf :: BatchArrayProperties -> () #

Hashable BatchArrayProperties Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchArrayProperties

ToJSON BatchArrayProperties Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchArrayProperties

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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
Eq BatchParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchParameters

Read BatchParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchParameters

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

NFData BatchParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchParameters

Methods

rnf :: BatchParameters -> () #

Hashable BatchParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchParameters

ToJSON BatchParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchParameters

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "BatchParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "retryStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchRetryStrategy)) :*: S1 ('MetaSel ('Just "arrayProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchArrayProperties))) :*: (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: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: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: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
Eq BatchRetryStrategy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchRetryStrategy

Read BatchRetryStrategy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchRetryStrategy

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

NFData BatchRetryStrategy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchRetryStrategy

Methods

rnf :: BatchRetryStrategy -> () #

Hashable BatchRetryStrategy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchRetryStrategy

ToJSON BatchRetryStrategy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchRetryStrategy

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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
Eq CapacityProviderStrategyItem Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CapacityProviderStrategyItem

Read CapacityProviderStrategyItem Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CapacityProviderStrategyItem

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

NFData CapacityProviderStrategyItem Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CapacityProviderStrategyItem

Hashable CapacityProviderStrategyItem Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CapacityProviderStrategyItem

ToJSON CapacityProviderStrategyItem Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CapacityProviderStrategyItem

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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
Eq Condition Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Condition

Read Condition Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Condition

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

NFData Condition Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Condition

Methods

rnf :: Condition -> () #

Hashable Condition Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Condition

ToJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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
Eq Connection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Connection

Read Connection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Connection

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

NFData Connection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Connection

Methods

rnf :: Connection -> () #

Hashable Connection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Connection

FromJSON Connection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Connection

type Rep Connection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Connection

type Rep Connection = D1 ('MetaData "Connection" "Amazonka.CloudWatchEvents.Types.Connection" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "Connection'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") '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 "lastAuthorizedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "authorizationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionAuthorizationType)) :*: S1 ('MetaSel ('Just "connectionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "stateReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "connectionState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionState))))))

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:creationTime:Connection', connection_creationTime - A time stamp for the time that the connection was created.

$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:lastAuthorizedTime:Connection', connection_lastAuthorizedTime - A time stamp for the time that the connection was last authorized.

$sel:authorizationType:Connection', connection_authorizationType - The authorization type specified for the connection.

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

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

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

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
Eq 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

Generic ConnectionApiKeyAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionApiKeyAuthResponseParameters

NFData ConnectionApiKeyAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionApiKeyAuthResponseParameters

Hashable ConnectionApiKeyAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionApiKeyAuthResponseParameters

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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
Eq ConnectionAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthResponseParameters

Read ConnectionAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthResponseParameters

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

NFData ConnectionAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthResponseParameters

Hashable ConnectionAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionAuthResponseParameters

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "ConnectionAuthResponseParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "oAuthParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionOAuthResponseParameters)) :*: S1 ('MetaSel ('Just "invocationHttpParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionHttpParameters))) :*: (S1 ('MetaSel ('Just "apiKeyAuthParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionApiKeyAuthResponseParameters)) :*: S1 ('MetaSel ('Just "basicAuthParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionBasicAuthResponseParameters)))))

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:oAuthParameters:ConnectionAuthResponseParameters', connectionAuthResponseParameters_oAuthParameters - The OAuth parameters to use for authorization.

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

$sel:apiKeyAuthParameters:ConnectionAuthResponseParameters', connectionAuthResponseParameters_apiKeyAuthParameters - The API Key parameters to use for authorization.

$sel:basicAuthParameters:ConnectionAuthResponseParameters', connectionAuthResponseParameters_basicAuthParameters - The authorization parameters for Basic 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
Eq 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

Generic ConnectionBasicAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionBasicAuthResponseParameters

NFData ConnectionBasicAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionBasicAuthResponseParameters

Hashable ConnectionBasicAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionBasicAuthResponseParameters

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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
Eq ConnectionBodyParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionBodyParameter

Read ConnectionBodyParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionBodyParameter

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

NFData ConnectionBodyParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionBodyParameter

Methods

rnf :: ConnectionBodyParameter -> () #

Hashable ConnectionBodyParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionBodyParameter

ToJSON ConnectionBodyParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionBodyParameter

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "ConnectionBodyParameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "isValueSecret") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") '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:value:ConnectionBodyParameter', connectionBodyParameter_value - The value associated with the key.

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

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
Eq ConnectionHeaderParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionHeaderParameter

Read ConnectionHeaderParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionHeaderParameter

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

NFData ConnectionHeaderParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionHeaderParameter

Hashable ConnectionHeaderParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionHeaderParameter

ToJSON ConnectionHeaderParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionHeaderParameter

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "ConnectionHeaderParameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "isValueSecret") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") '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:value:ConnectionHeaderParameter', connectionHeaderParameter_value - The value associated with the key.

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

ConnectionHttpParameters

data ConnectionHttpParameters Source #

Contains additional parameters for the connection.

See: newConnectionHttpParameters smart constructor.

Instances

Instances details
Eq ConnectionHttpParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionHttpParameters

Read ConnectionHttpParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionHttpParameters

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

NFData ConnectionHttpParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionHttpParameters

Hashable ConnectionHttpParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionHttpParameters

ToJSON ConnectionHttpParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionHttpParameters

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "ConnectionHttpParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "queryStringParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConnectionQueryStringParameter])) :*: (S1 ('MetaSel ('Just "headerParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConnectionHeaderParameter])) :*: S1 ('MetaSel ('Just "bodyParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConnectionBodyParameter])))))

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:queryStringParameters:ConnectionHttpParameters', connectionHttpParameters_queryStringParameters - Contains additional query string parameters for the connection.

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

$sel:bodyParameters:ConnectionHttpParameters', connectionHttpParameters_bodyParameters - Contains additional body 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
Eq 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

Generic ConnectionOAuthClientResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthClientResponseParameters

NFData ConnectionOAuthClientResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthClientResponseParameters

Hashable ConnectionOAuthClientResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthClientResponseParameters

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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
Eq ConnectionOAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthResponseParameters

Read ConnectionOAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthResponseParameters

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

NFData ConnectionOAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthResponseParameters

Hashable ConnectionOAuthResponseParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionOAuthResponseParameters

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "ConnectionOAuthResponseParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "httpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionOAuthHttpMethod)) :*: S1 ('MetaSel ('Just "clientParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionOAuthClientResponseParameters))) :*: (S1 ('MetaSel ('Just "oAuthHttpParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionHttpParameters)) :*: S1 ('MetaSel ('Just "authorizationEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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:httpMethod:ConnectionOAuthResponseParameters', connectionOAuthResponseParameters_httpMethod - The method used to connect to the HTTP endpoint.

$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:oAuthHttpParameters:ConnectionOAuthResponseParameters', connectionOAuthResponseParameters_oAuthHttpParameters - The additional HTTP parameters used for the OAuth authorization request.

$sel:authorizationEndpoint:ConnectionOAuthResponseParameters', connectionOAuthResponseParameters_authorizationEndpoint - The URL to the HTTP endpoint that authorized the 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
Eq ConnectionQueryStringParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionQueryStringParameter

Read ConnectionQueryStringParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionQueryStringParameter

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

NFData ConnectionQueryStringParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionQueryStringParameter

Hashable ConnectionQueryStringParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionQueryStringParameter

ToJSON ConnectionQueryStringParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionQueryStringParameter

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "ConnectionQueryStringParameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "isValueSecret") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") '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:value:ConnectionQueryStringParameter', connectionQueryStringParameter_value - The value associated with the key for the query string parameter.

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

CreateConnectionApiKeyAuthRequestParameters

data CreateConnectionApiKeyAuthRequestParameters Source #

Contains the API key authorization parameters for the connection.

See: newCreateConnectionApiKeyAuthRequestParameters smart constructor.

Instances

Instances details
Eq 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

Generic CreateConnectionApiKeyAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionApiKeyAuthRequestParameters

NFData CreateConnectionApiKeyAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionApiKeyAuthRequestParameters

Hashable CreateConnectionApiKeyAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionApiKeyAuthRequestParameters

ToJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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
Eq 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

Generic CreateConnectionAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionAuthRequestParameters

NFData CreateConnectionAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionAuthRequestParameters

Hashable CreateConnectionAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionAuthRequestParameters

ToJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "CreateConnectionAuthRequestParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "oAuthParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CreateConnectionOAuthRequestParameters)) :*: S1 ('MetaSel ('Just "invocationHttpParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionHttpParameters))) :*: (S1 ('MetaSel ('Just "apiKeyAuthParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CreateConnectionApiKeyAuthRequestParameters)) :*: S1 ('MetaSel ('Just "basicAuthParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CreateConnectionBasicAuthRequestParameters)))))

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:oAuthParameters:CreateConnectionAuthRequestParameters', createConnectionAuthRequestParameters_oAuthParameters - A CreateConnectionOAuthRequestParameters object that contains the OAuth 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: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.

CreateConnectionBasicAuthRequestParameters

data CreateConnectionBasicAuthRequestParameters Source #

Contains the Basic authorization parameters to use for the connection.

See: newCreateConnectionBasicAuthRequestParameters smart constructor.

Instances

Instances details
Eq 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

Generic CreateConnectionBasicAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionBasicAuthRequestParameters

NFData CreateConnectionBasicAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionBasicAuthRequestParameters

Hashable CreateConnectionBasicAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionBasicAuthRequestParameters

ToJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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
Eq 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

Generic CreateConnectionOAuthClientRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionOAuthClientRequestParameters

NFData CreateConnectionOAuthClientRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionOAuthClientRequestParameters

Hashable CreateConnectionOAuthClientRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionOAuthClientRequestParameters

ToJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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
Eq 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

Generic CreateConnectionOAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionOAuthRequestParameters

NFData CreateConnectionOAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionOAuthRequestParameters

Hashable CreateConnectionOAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.CreateConnectionOAuthRequestParameters

ToJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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
Eq DeadLetterConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.DeadLetterConfig

Read DeadLetterConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.DeadLetterConfig

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

NFData DeadLetterConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.DeadLetterConfig

Methods

rnf :: DeadLetterConfig -> () #

Hashable DeadLetterConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.DeadLetterConfig

ToJSON DeadLetterConfig Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.DeadLetterConfig

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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
Eq EcsParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EcsParameters

Read EcsParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EcsParameters

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

NFData EcsParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EcsParameters

Methods

rnf :: EcsParameters -> () #

Hashable EcsParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EcsParameters

ToJSON EcsParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EcsParameters

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "EcsParameters'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "group'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "propagateTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PropagateTags)) :*: S1 ('MetaSel ('Just "platformVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "enableECSManagedTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "referenceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "placementConstraints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PlacementConstraint])) :*: S1 ('MetaSel ('Just "placementStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PlacementStrategy]))))) :*: ((S1 ('MetaSel ('Just "launchType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LaunchType)) :*: (S1 ('MetaSel ('Just "capacityProviderStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CapacityProviderStrategyItem])) :*: S1 ('MetaSel ('Just "taskCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: ((S1 ('MetaSel ('Just "networkConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NetworkConfiguration)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "enableExecuteCommand") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: 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:group':EcsParameters', ecsParameters_group - Specifies an ECS task group for the task. The maximum length is 255 characters.

$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: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: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:referenceId:EcsParameters', ecsParameters_referenceId - The reference ID to use for the task.

$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: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 witt Amazon ECS is supported. For more information, see Fargate on Amazon ECS in the Amazon Elastic Container Service Developer Guide.

$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:taskCount:EcsParameters', ecsParameters_taskCount - The number of tasks to create based on TaskDefinition. The default is 1.

$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: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: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:taskDefinitionArn:EcsParameters', ecsParameters_taskDefinitionArn - The ARN of the task definition to use if the event target is an Amazon ECS task.

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
Eq EventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventBus

Read EventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventBus

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

NFData EventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventBus

Methods

rnf :: EventBus -> () #

Hashable EventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventBus

Methods

hashWithSalt :: Int -> EventBus -> Int #

hash :: EventBus -> Int #

FromJSON EventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventBus

type Rep EventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventBus

type Rep EventBus = D1 ('MetaData "EventBus" "Amazonka.CloudWatchEvents.Types.EventBus" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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
Eq EventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSource

Read EventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSource

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

NFData EventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSource

Methods

rnf :: EventSource -> () #

Hashable EventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EventSource

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "EventSource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventSourceState)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "expirationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

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:creationTime:EventSource', eventSource_creationTime - The date and time the event source was created.

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

$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:name:EventSource', eventSource_name - The name of the event source.

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

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
Eq HttpParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.HttpParameters

Read HttpParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.HttpParameters

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

NFData HttpParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.HttpParameters

Methods

rnf :: HttpParameters -> () #

Hashable HttpParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.HttpParameters

ToJSON HttpParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.HttpParameters

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "HttpParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pathParameterValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "queryStringParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "headerParameters") '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: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.

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

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
Eq InputTransformer Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.InputTransformer

Read InputTransformer Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.InputTransformer

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

NFData InputTransformer Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.InputTransformer

Methods

rnf :: InputTransformer -> () #

Hashable InputTransformer Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.InputTransformer

ToJSON InputTransformer Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.InputTransformer

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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
Eq KinesisParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.KinesisParameters

Read KinesisParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.KinesisParameters

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

NFData KinesisParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.KinesisParameters

Methods

rnf :: KinesisParameters -> () #

Hashable KinesisParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.KinesisParameters

ToJSON KinesisParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.KinesisParameters

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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
Eq NetworkConfiguration Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.NetworkConfiguration

Read NetworkConfiguration Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.NetworkConfiguration

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

NFData NetworkConfiguration Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.NetworkConfiguration

Methods

rnf :: NetworkConfiguration -> () #

Hashable NetworkConfiguration Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.NetworkConfiguration

ToJSON NetworkConfiguration Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.NetworkConfiguration

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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
Eq PartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PartnerEventSource

Read PartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PartnerEventSource

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

NFData PartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PartnerEventSource

Methods

rnf :: PartnerEventSource -> () #

Hashable PartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PartnerEventSource

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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
Eq PartnerEventSourceAccount Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PartnerEventSourceAccount

Read PartnerEventSourceAccount Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PartnerEventSourceAccount

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

NFData PartnerEventSourceAccount Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PartnerEventSourceAccount

Hashable PartnerEventSourceAccount Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PartnerEventSourceAccount

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "PartnerEventSourceAccount'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventSourceState))) :*: (S1 ('MetaSel ('Just "account") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "expirationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

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:creationTime:PartnerEventSourceAccount', partnerEventSourceAccount_creationTime - The date and time the event source was created.

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

$sel:account:PartnerEventSourceAccount', partnerEventSourceAccount_account - The Amazon Web Services account ID that the partner event source was offered to.

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

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
Eq PlacementConstraint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraint

Read PlacementConstraint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraint

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

NFData PlacementConstraint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraint

Methods

rnf :: PlacementConstraint -> () #

Hashable PlacementConstraint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraint

ToJSON PlacementConstraint Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementConstraint

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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
Eq PlacementStrategy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategy

Read PlacementStrategy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategy

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

NFData PlacementStrategy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategy

Methods

rnf :: PlacementStrategy -> () #

Hashable PlacementStrategy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategy

ToJSON PlacementStrategy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PlacementStrategy

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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).

PutEventsRequestEntry

data PutEventsRequestEntry Source #

Represents an event to be submitted.

See: newPutEventsRequestEntry smart constructor.

Instances

Instances details
Eq PutEventsRequestEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutEventsRequestEntry

Read PutEventsRequestEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutEventsRequestEntry

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

NFData PutEventsRequestEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutEventsRequestEntry

Methods

rnf :: PutEventsRequestEntry -> () #

Hashable PutEventsRequestEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutEventsRequestEntry

ToJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "PutEventsRequestEntry'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "time") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "detailType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: ((S1 ('MetaSel ('Just "eventBusName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "traceHeader") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "detail") '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: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:detailType:PutEventsRequestEntry', putEventsRequestEntry_detailType - Free-form string used to decide what fields to expect in the event detail.

$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: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.

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

$sel:traceHeader:PutEventsRequestEntry', putEventsRequestEntry_traceHeader - An X-Ray trade 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.

$sel:detail:PutEventsRequestEntry', putEventsRequestEntry_detail - A valid JSON string. There is no other schema imposed. The JSON string may contain fields and nested subobjects.

PutEventsResultEntry

data PutEventsResultEntry Source #

Represents an event that failed to be submitted.

See: newPutEventsResultEntry smart constructor.

Instances

Instances details
Eq PutEventsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutEventsResultEntry

Read PutEventsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutEventsResultEntry

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

NFData PutEventsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutEventsResultEntry

Methods

rnf :: PutEventsResultEntry -> () #

Hashable PutEventsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutEventsResultEntry

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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
Eq PutPartnerEventsRequestEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutPartnerEventsRequestEntry

Read PutPartnerEventsRequestEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutPartnerEventsRequestEntry

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

NFData PutPartnerEventsRequestEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutPartnerEventsRequestEntry

Hashable PutPartnerEventsRequestEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutPartnerEventsRequestEntry

ToJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "PutPartnerEventsRequestEntry'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "time") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: 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 "detail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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:time:PutPartnerEventsRequestEntry', putPartnerEventsRequestEntry_time - The date and time of the event.

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

PutPartnerEventsResultEntry

data PutPartnerEventsResultEntry Source #

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

See: newPutPartnerEventsResultEntry smart constructor.

Instances

Instances details
Eq PutPartnerEventsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutPartnerEventsResultEntry

Read PutPartnerEventsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutPartnerEventsResultEntry

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

NFData PutPartnerEventsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutPartnerEventsResultEntry

Hashable PutPartnerEventsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutPartnerEventsResultEntry

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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
Eq PutTargetsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutTargetsResultEntry

Read PutTargetsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutTargetsResultEntry

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

NFData PutTargetsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutTargetsResultEntry

Methods

rnf :: PutTargetsResultEntry -> () #

Hashable PutTargetsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PutTargetsResultEntry

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "PutTargetsResultEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "targetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorMessage") '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:targetId:PutTargetsResultEntry', putTargetsResultEntry_targetId - The ID of the target.

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

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
Eq RedshiftDataParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RedshiftDataParameters

Read RedshiftDataParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RedshiftDataParameters

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

NFData RedshiftDataParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RedshiftDataParameters

Methods

rnf :: RedshiftDataParameters -> () #

Hashable RedshiftDataParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RedshiftDataParameters

ToJSON RedshiftDataParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RedshiftDataParameters

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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
Eq RemoveTargetsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RemoveTargetsResultEntry

Read RemoveTargetsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RemoveTargetsResultEntry

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

NFData RemoveTargetsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RemoveTargetsResultEntry

Hashable RemoveTargetsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RemoveTargetsResultEntry

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "RemoveTargetsResultEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "targetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorMessage") '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:targetId:RemoveTargetsResultEntry', removeTargetsResultEntry_targetId - The ID of the target.

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

Replay

data Replay Source #

A Replay object that contains details about a replay.

See: newReplay smart constructor.

Instances

Instances details
Eq Replay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Replay

Methods

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

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

Read Replay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Replay

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

NFData Replay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Replay

Methods

rnf :: Replay -> () #

Hashable Replay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Replay

Methods

hashWithSalt :: Int -> Replay -> Int #

hash :: Replay -> Int #

FromJSON Replay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Replay

type Rep Replay Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Replay

type Rep Replay = D1 ('MetaData "Replay" "Amazonka.CloudWatchEvents.Types.Replay" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "Replay'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "eventSourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplayState))) :*: (S1 ('MetaSel ('Just "eventEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "replayStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "replayEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "eventLastReplayedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "eventStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "replayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stateReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

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:eventSourceArn:Replay', replay_eventSourceArn - The ARN of the archive to replay event from.

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

$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:replayStartTime:Replay', replay_replayStartTime - A time stamp for the time that the replay started.

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

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

$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:replayName:Replay', replay_replayName - The name 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
Eq ReplayDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayDestination

Read ReplayDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayDestination

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

NFData ReplayDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayDestination

Methods

rnf :: ReplayDestination -> () #

Hashable ReplayDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayDestination

ToJSON ReplayDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ReplayDestination

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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.

RetryPolicy

data RetryPolicy Source #

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

See: newRetryPolicy smart constructor.

Instances

Instances details
Eq RetryPolicy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RetryPolicy

Read RetryPolicy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RetryPolicy

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

NFData RetryPolicy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RetryPolicy

Methods

rnf :: RetryPolicy -> () #

Hashable RetryPolicy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RetryPolicy

ToJSON RetryPolicy Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RetryPolicy

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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.

Rule

data Rule Source #

Contains information about a rule in Amazon EventBridge.

See: newRule smart constructor.

Instances

Instances details
Eq Rule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Rule

Methods

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

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

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 #

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 #

NFData Rule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Rule

Methods

rnf :: Rule -> () #

Hashable Rule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Rule

Methods

hashWithSalt :: Int -> Rule -> Int #

hash :: Rule -> Int #

FromJSON Rule Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Rule

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: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:state:Rule', rule_state - The state of the rule.

$sel:arn:Rule', rule_arn - The Amazon Resource Name (ARN) 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: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:name:Rule', rule_name - The name of the rule.

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

$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: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.

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
Eq RunCommandParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandParameters

Read RunCommandParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandParameters

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

NFData RunCommandParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandParameters

Methods

rnf :: RunCommandParameters -> () #

Hashable RunCommandParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandParameters

ToJSON RunCommandParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandParameters

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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
Eq RunCommandTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandTarget

Read RunCommandTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandTarget

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

NFData RunCommandTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandTarget

Methods

rnf :: RunCommandTarget -> () #

Hashable RunCommandTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandTarget

ToJSON RunCommandTarget Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandTarget

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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
Eq SageMakerPipelineParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameter

Read SageMakerPipelineParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameter

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

NFData SageMakerPipelineParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameter

Hashable SageMakerPipelineParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameter

ToJSON SageMakerPipelineParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameter

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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
Eq SageMakerPipelineParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameters

Read SageMakerPipelineParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameters

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

NFData SageMakerPipelineParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameters

Hashable SageMakerPipelineParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameters

ToJSON SageMakerPipelineParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameters

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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.

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
Eq SqsParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SqsParameters

Read SqsParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SqsParameters

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

NFData SqsParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SqsParameters

Methods

rnf :: SqsParameters -> () #

Hashable SqsParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SqsParameters

ToJSON SqsParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SqsParameters

FromJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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
Eq Tag Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Tag

Methods

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

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

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 #

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 #

NFData Tag Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Tag

Methods

rnf :: Tag -> () #

Hashable Tag Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToJSON Tag Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Tag

FromJSON Tag Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Tag

type Rep Tag Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.CloudWatchEvents.Types.Tag" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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
Eq Target Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Target

Methods

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

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

Read Target Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Target

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

NFData Target Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Target

Methods

rnf :: Target -> () #

Hashable Target Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Target

Methods

hashWithSalt :: Int -> Target -> Int #

hash :: Target -> Int #

ToJSON Target Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Target

FromJSON Target Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Target

type Rep Target Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Target

type Rep Target = D1 ('MetaData "Target" "Amazonka.CloudWatchEvents.Types.Target" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "Target'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "runCommandParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RunCommandParameters)) :*: S1 ('MetaSel ('Just "httpParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HttpParameters))) :*: (S1 ('MetaSel ('Just "kinesisParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KinesisParameters)) :*: S1 ('MetaSel ('Just "inputTransformer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputTransformer)))) :*: ((S1 ('MetaSel ('Just "deadLetterConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeadLetterConfig)) :*: S1 ('MetaSel ('Just "sageMakerPipelineParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SageMakerPipelineParameters))) :*: (S1 ('MetaSel ('Just "sqsParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SqsParameters)) :*: S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "batchParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchParameters)) :*: S1 ('MetaSel ('Just "redshiftDataParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RedshiftDataParameters))) :*: (S1 ('MetaSel ('Just "ecsParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EcsParameters)) :*: S1 ('MetaSel ('Just "retryPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RetryPolicy)))) :*: ((S1 ('MetaSel ('Just "inputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (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:runCommandParameters:Target', target_runCommandParameters - Parameters used when you are using the rule to invoke Amazon EC2 Run Command.

$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: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: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:deadLetterConfig:Target', target_deadLetterConfig - The DeadLetterConfig that defines the target queue to send dead-letter queue events to.

$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: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: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: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: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:retryPolicy:Target', target_retryPolicy - The RetryPolicy object that contains the retry policy configuration to use for the dead-letter queue.

$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: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:id:Target', target_id - The ID of the target. We recommend using a memorable and unique string.

$sel:arn: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
Eq 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

Generic UpdateConnectionApiKeyAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionApiKeyAuthRequestParameters

NFData UpdateConnectionApiKeyAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionApiKeyAuthRequestParameters

Hashable UpdateConnectionApiKeyAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionApiKeyAuthRequestParameters

ToJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "UpdateConnectionApiKeyAuthRequestParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "apiKeyValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "apiKeyName") '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:apiKeyValue:UpdateConnectionApiKeyAuthRequestParameters', updateConnectionApiKeyAuthRequestParameters_apiKeyValue - The value associated with teh API key to use for authorization.

$sel:apiKeyName:UpdateConnectionApiKeyAuthRequestParameters', updateConnectionApiKeyAuthRequestParameters_apiKeyName - The name of the 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
Eq 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

Generic UpdateConnectionAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionAuthRequestParameters

NFData UpdateConnectionAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionAuthRequestParameters

Hashable UpdateConnectionAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionAuthRequestParameters

ToJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "UpdateConnectionAuthRequestParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "oAuthParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UpdateConnectionOAuthRequestParameters)) :*: S1 ('MetaSel ('Just "invocationHttpParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionHttpParameters))) :*: (S1 ('MetaSel ('Just "apiKeyAuthParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UpdateConnectionApiKeyAuthRequestParameters)) :*: S1 ('MetaSel ('Just "basicAuthParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UpdateConnectionBasicAuthRequestParameters)))))

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:oAuthParameters:UpdateConnectionAuthRequestParameters', updateConnectionAuthRequestParameters_oAuthParameters - A UpdateConnectionOAuthRequestParameters object that contains the authorization parameters for OAuth authorization.

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

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

UpdateConnectionBasicAuthRequestParameters

data UpdateConnectionBasicAuthRequestParameters Source #

Contains the Basic authorization parameters for the connection.

See: newUpdateConnectionBasicAuthRequestParameters smart constructor.

Instances

Instances details
Eq 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

Generic UpdateConnectionBasicAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionBasicAuthRequestParameters

NFData UpdateConnectionBasicAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionBasicAuthRequestParameters

Hashable UpdateConnectionBasicAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionBasicAuthRequestParameters

ToJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "UpdateConnectionBasicAuthRequestParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "password") '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:username:UpdateConnectionBasicAuthRequestParameters', updateConnectionBasicAuthRequestParameters_username - The user name to use for Basic authorization.

$sel:password:UpdateConnectionBasicAuthRequestParameters', updateConnectionBasicAuthRequestParameters_password - The password associated with 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
Eq 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

Generic UpdateConnectionOAuthClientRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionOAuthClientRequestParameters

NFData UpdateConnectionOAuthClientRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionOAuthClientRequestParameters

Hashable UpdateConnectionOAuthClientRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionOAuthClientRequestParameters

ToJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" '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
Eq 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

Generic UpdateConnectionOAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionOAuthRequestParameters

NFData UpdateConnectionOAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionOAuthRequestParameters

Hashable UpdateConnectionOAuthRequestParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.UpdateConnectionOAuthRequestParameters

ToJSON 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" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "UpdateConnectionOAuthRequestParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "httpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionOAuthHttpMethod)) :*: S1 ('MetaSel ('Just "clientParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UpdateConnectionOAuthClientRequestParameters))) :*: (S1 ('MetaSel ('Just "oAuthHttpParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionHttpParameters)) :*: S1 ('MetaSel ('Just "authorizationEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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:httpMethod:UpdateConnectionOAuthRequestParameters', updateConnectionOAuthRequestParameters_httpMethod - The method used to connect to the HTTP endpoint.

$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:oAuthHttpParameters:UpdateConnectionOAuthRequestParameters', updateConnectionOAuthRequestParameters_oAuthHttpParameters - The additional HTTP parameters used for the OAuth authorization request.

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