API Reference
    Preparing search index...
    AppSyncEventsSubscribeEvent: AppSyncEventsEvent & {
        events: null;
        info: { operation: "SUBSCRIBE" };
    }

    Event type for AppSync Events subscribe events.

    {
    "identity": null,
    "result": null,
    "request": {
    "headers": {
    "header1": "value1",
    },
    "domainName": "example.com"
    },
    "info": {
    "channel": {
    "path": "/default/foo",
    "segments": ["default", "foo"]
    },
    "channelNamespace": {
    "name": "default"
    },
    "operation": "SUBSCRIBE"
    },
    "error": null,
    "prev": null,
    "stash": {},
    "outErrors": [],
    "events": null
    }