graphql-lambda-subscriptions / ApiGatewayManagementApiSubset
▸ deleteConnection(input): Object
| Name | Type |
|---|---|
input |
Object |
input.ConnectionId |
string |
Object
| Name | Type |
|---|---|
promise |
() => Promise<void> |
▸ postToConnection(input): Object
| Name | Type |
|---|---|
input |
Object |
input.ConnectionId |
string |
input.Data |
string |
Object
| Name | Type |
|---|---|
promise |
() => Promise<void> |