Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 916 Bytes

ApiGatewayManagementApiSubset.md

File metadata and controls

53 lines (33 loc) · 916 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<any>

postToConnection

postToConnection(input): Object

Parameters

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

Returns

Object

Name Type
promise () => Promise<any>