Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 918 Bytes

File metadata and controls

53 lines (33 loc) · 918 Bytes

graphql-lambda-subscriptions / ApiGatewayManagementApiSubset

Interface: ApiGatewayManagementApiSubset

Table of contents

Methods

Methods

deleteConnection

deleteConnection(input): Object

Parameters

Name Type
input Object
input.ConnectionId string

Returns

Object

Name Type
promise () => Promise<void>

postToConnection

postToConnection(input): Object

Parameters

Name Type
input Object
input.ConnectionId string
input.Data string

Returns

Object

Name Type
promise () => Promise<void>