libZSservicesZSamazonka-apigatewaymanagementapiZSamazonka-apigatewaymanagementapi
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.APIGatewayManagementAPI.Lens

Description

 
Synopsis

Operations

DeleteConnection

GetConnection

getConnectionResponse_connectedAt :: Lens' GetConnectionResponse (Maybe UTCTime) Source #

The time in ISO 8601 format for when the connection was established.

getConnectionResponse_lastActiveAt :: Lens' GetConnectionResponse (Maybe UTCTime) Source #

The time in ISO 8601 format for when the connection was last active.

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.

Types

Identity

identity_sourceIp :: Lens' Identity Text Source #

The source IP address of the TCP connection making the request to API Gateway.

identity_userAgent :: Lens' Identity Text Source #

The User Agent of the API caller.