| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.GlobalAccelerator.Types.ByoipCidrEvent
Description
Synopsis
Documentation
data ByoipCidrEvent Source #
A complex type that contains a Message and a Timestamp value for
changes that you make in the status of an IP address range that you
bring to Global Accelerator through bring your own IP address (BYOIP).
See: newByoipCidrEvent smart constructor.
Constructors
| ByoipCidrEvent' | |
Fields
| |
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 Global
Accelerator through bring your own IP address (BYOIP).
$sel:timestamp:ByoipCidrEvent', byoipCidrEvent_timestamp - A timestamp for when you make a status change for an IP address range
that you bring to 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 Global
Accelerator through bring your own IP address (BYOIP).
byoipCidrEvent_timestamp :: Lens' ByoipCidrEvent (Maybe UTCTime) Source #
A timestamp for when you make a status change for an IP address range that you bring to Global Accelerator through bring your own IP address (BYOIP).