discord-bot-cdk-construct
Version:
A quick CDK Construct for creating a serverless Discord bot in AWS!
23 lines (22 loc) • 537 B
JSON
{
"pagination": {
"ListMatchingJobs": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "jobs"
},
"ListMatchingWorkflows": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "workflowSummaries"
},
"ListSchemaMappings": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "schemaList"
}
}
}