Batch command in different interfaces
The batch update schedule command is represented differently in different interfaces:
-
In the AWS CLI, the command is
batch-update-schedule
. -
In the API, the command is represented by an
HTTP PUT
onchannels/channelId/schedule
. -
In the AWS SDKs, the command is represented by constructs that are suitable to that SDK language.