{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Amazonka.APIGatewayManagementAPI.Lens
(
deleteConnection_connectionId,
getConnection_connectionId,
getConnectionResponse_connectedAt,
getConnectionResponse_lastActiveAt,
getConnectionResponse_identity,
getConnectionResponse_httpStatus,
postToConnection_connectionId,
postToConnection_data,
identity_sourceIp,
identity_userAgent,
)
where
import Amazonka.APIGatewayManagementAPI.DeleteConnection
import Amazonka.APIGatewayManagementAPI.GetConnection
import Amazonka.APIGatewayManagementAPI.PostToConnection
import Amazonka.APIGatewayManagementAPI.Types.Identity