Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data TopicRuleDestinationSummary = TopicRuleDestinationSummary' {}
- newTopicRuleDestinationSummary :: TopicRuleDestinationSummary
- topicRuleDestinationSummary_status :: Lens' TopicRuleDestinationSummary (Maybe TopicRuleDestinationStatus)
- topicRuleDestinationSummary_httpUrlSummary :: Lens' TopicRuleDestinationSummary (Maybe HttpUrlDestinationSummary)
- topicRuleDestinationSummary_lastUpdatedAt :: Lens' TopicRuleDestinationSummary (Maybe UTCTime)
- topicRuleDestinationSummary_arn :: Lens' TopicRuleDestinationSummary (Maybe Text)
- topicRuleDestinationSummary_createdAt :: Lens' TopicRuleDestinationSummary (Maybe UTCTime)
- topicRuleDestinationSummary_vpcDestinationSummary :: Lens' TopicRuleDestinationSummary (Maybe VpcDestinationSummary)
- topicRuleDestinationSummary_statusReason :: Lens' TopicRuleDestinationSummary (Maybe Text)
Documentation
data TopicRuleDestinationSummary Source #
Information about the topic rule destination.
See: newTopicRuleDestinationSummary
smart constructor.
TopicRuleDestinationSummary' | |
|
Instances
newTopicRuleDestinationSummary :: TopicRuleDestinationSummary Source #
Create a value of TopicRuleDestinationSummary
with all optional fields omitted.
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:status:TopicRuleDestinationSummary'
, topicRuleDestinationSummary_status
- The status of the topic rule destination. Valid values are:
- IN_PROGRESS
- A topic rule destination was created but has not been confirmed. You
can set
status
toIN_PROGRESS
by callingUpdateTopicRuleDestination
. CallingUpdateTopicRuleDestination
causes a new confirmation challenge to be sent to your confirmation endpoint. - ENABLED
- Confirmation was completed, and traffic to this destination is
allowed. You can set
status
toDISABLED
by callingUpdateTopicRuleDestination
. - DISABLED
- Confirmation was completed, and traffic to this destination is not
allowed. You can set
status
toENABLED
by callingUpdateTopicRuleDestination
. - ERROR
- Confirmation could not be completed, for example if the confirmation
timed out. You can call
GetTopicRuleDestination
for details about the error. You can setstatus
toIN_PROGRESS
by callingUpdateTopicRuleDestination
. CallingUpdateTopicRuleDestination
causes a new confirmation challenge to be sent to your confirmation endpoint.
$sel:httpUrlSummary:TopicRuleDestinationSummary'
, topicRuleDestinationSummary_httpUrlSummary
- Information about the HTTP URL.
$sel:lastUpdatedAt:TopicRuleDestinationSummary'
, topicRuleDestinationSummary_lastUpdatedAt
- The date and time when the topic rule destination was last updated.
$sel:arn:TopicRuleDestinationSummary'
, topicRuleDestinationSummary_arn
- The topic rule destination ARN.
$sel:createdAt:TopicRuleDestinationSummary'
, topicRuleDestinationSummary_createdAt
- The date and time when the topic rule destination was created.
$sel:vpcDestinationSummary:TopicRuleDestinationSummary'
, topicRuleDestinationSummary_vpcDestinationSummary
- Information about the virtual private cloud (VPC) connection.
$sel:statusReason:TopicRuleDestinationSummary'
, topicRuleDestinationSummary_statusReason
- The reason the topic rule destination is in the current status.
topicRuleDestinationSummary_status :: Lens' TopicRuleDestinationSummary (Maybe TopicRuleDestinationStatus) Source #
The status of the topic rule destination. Valid values are:
- IN_PROGRESS
- A topic rule destination was created but has not been confirmed. You
can set
status
toIN_PROGRESS
by callingUpdateTopicRuleDestination
. CallingUpdateTopicRuleDestination
causes a new confirmation challenge to be sent to your confirmation endpoint. - ENABLED
- Confirmation was completed, and traffic to this destination is
allowed. You can set
status
toDISABLED
by callingUpdateTopicRuleDestination
. - DISABLED
- Confirmation was completed, and traffic to this destination is not
allowed. You can set
status
toENABLED
by callingUpdateTopicRuleDestination
. - ERROR
- Confirmation could not be completed, for example if the confirmation
timed out. You can call
GetTopicRuleDestination
for details about the error. You can setstatus
toIN_PROGRESS
by callingUpdateTopicRuleDestination
. CallingUpdateTopicRuleDestination
causes a new confirmation challenge to be sent to your confirmation endpoint.
topicRuleDestinationSummary_httpUrlSummary :: Lens' TopicRuleDestinationSummary (Maybe HttpUrlDestinationSummary) Source #
Information about the HTTP URL.
topicRuleDestinationSummary_lastUpdatedAt :: Lens' TopicRuleDestinationSummary (Maybe UTCTime) Source #
The date and time when the topic rule destination was last updated.
topicRuleDestinationSummary_arn :: Lens' TopicRuleDestinationSummary (Maybe Text) Source #
The topic rule destination ARN.
topicRuleDestinationSummary_createdAt :: Lens' TopicRuleDestinationSummary (Maybe UTCTime) Source #
The date and time when the topic rule destination was created.
topicRuleDestinationSummary_vpcDestinationSummary :: Lens' TopicRuleDestinationSummary (Maybe VpcDestinationSummary) Source #
Information about the virtual private cloud (VPC) connection.
topicRuleDestinationSummary_statusReason :: Lens' TopicRuleDestinationSummary (Maybe Text) Source #
The reason the topic rule destination is in the current status.