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 EndEvent = EndEvent' {
- newEndEvent :: EndEvent
Documentation
A message that indicates the request is complete and no more messages
will be sent. You should not assume that the request is complete until
the client receives an EndEvent
.
See: newEndEvent
smart constructor.
newEndEvent :: EndEvent Source #
Create a value of EndEvent
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.