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
Documentation
data ByoipCidrEvent Source #
A complex type that contains a Message
and a Timestamp
value for
changes that you make in the status an IP address range that you bring
to AWS Global Accelerator through bring your own IP address (BYOIP).
See: newByoipCidrEvent
smart constructor.
ByoipCidrEvent' | |
|
Instances
newByoipCidrEvent :: ByoipCidrEvent Source #
Create a value of ByoipCidrEvent
with all optional fields omitted.
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:message:ByoipCidrEvent'
, byoipCidrEvent_message
- A string that contains an Event
message describing changes that you
make in the status of an IP address range that you bring to AWS Global
Accelerator through bring your own IP address (BYOIP).
$sel:timestamp:ByoipCidrEvent'
, byoipCidrEvent_timestamp
- A timestamp when you make a status change for an IP address range that
you bring to AWS Global Accelerator through bring your own IP address
(BYOIP).
byoipCidrEvent_message :: Lens' ByoipCidrEvent (Maybe Text) Source #
A string that contains an Event
message describing changes that you
make in the status of an IP address range that you bring to AWS Global
Accelerator through bring your own IP address (BYOIP).
byoipCidrEvent_timestamp :: Lens' ByoipCidrEvent (Maybe UTCTime) Source #
A timestamp when you make a status change for an IP address range that you bring to AWS Global Accelerator through bring your own IP address (BYOIP).