| 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.APIGatewayManagementAPI.Lens
Description
Synopsis
- deleteConnection_connectionId :: Lens' DeleteConnection Text
 - getConnection_connectionId :: Lens' GetConnection Text
 - getConnectionResponse_connectedAt :: Lens' GetConnectionResponse (Maybe UTCTime)
 - getConnectionResponse_identity :: Lens' GetConnectionResponse (Maybe Identity)
 - getConnectionResponse_lastActiveAt :: Lens' GetConnectionResponse (Maybe UTCTime)
 - getConnectionResponse_httpStatus :: Lens' GetConnectionResponse Int
 - postToConnection_connectionId :: Lens' PostToConnection Text
 - postToConnection_data :: Lens' PostToConnection ByteString
 - identity_sourceIp :: Lens' Identity Text
 - identity_userAgent :: Lens' Identity Text
 
Operations
DeleteConnection
deleteConnection_connectionId :: Lens' DeleteConnection Text Source #
Undocumented member.
GetConnection
getConnection_connectionId :: Lens' GetConnection Text Source #
Undocumented member.
getConnectionResponse_connectedAt :: Lens' GetConnectionResponse (Maybe UTCTime) Source #
The time in ISO 8601 format for when the connection was established.
getConnectionResponse_identity :: Lens' GetConnectionResponse (Maybe Identity) Source #
Undocumented member.
getConnectionResponse_lastActiveAt :: Lens' GetConnectionResponse (Maybe UTCTime) Source #
The time in ISO 8601 format for when the connection was last active.
getConnectionResponse_httpStatus :: Lens' GetConnectionResponse Int Source #
The response's http status code.
PostToConnection
postToConnection_connectionId :: Lens' PostToConnection Text Source #
The identifier of the connection that a specific client is using.
postToConnection_data :: Lens' PostToConnection ByteString Source #
The data to be sent to the client specified by its connection id.