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 |
Documentation
data HandshakeParty Source #
Identifies a participant in a handshake.
See: newHandshakeParty
smart constructor.
HandshakeParty' | |
|
Instances
Create a value of HandshakeParty
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:id:HandshakeParty'
, handshakeParty_id
- The unique identifier (ID) for the party.
The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lowercase letters or digits.
$sel:type':HandshakeParty'
, handshakeParty_type
- The type of party.
handshakeParty_id :: Lens' HandshakeParty Text Source #
The unique identifier (ID) for the party.
The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lowercase letters or digits.
handshakeParty_type :: Lens' HandshakeParty HandshakePartyType Source #
The type of party.