Checkboxes for prior research
Describe the bug
ValidationException: ClientToken cannot be empty.
ClientToken is optional according to the Docs.
Regression Issue
SDK version number
@aws-sdk/client-scheduler@v3.929.0
Which JavaScript Runtime is this issue in?
Node.js
Details of the browser/Node.js/ReactNative version
v20.19.2
Reproduction Steps
import { DeleteScheduleCommand } from '@aws-sdk/client-scheduler';
const scheduler = new SchedulerClient({});
const deleteScheduleCommand = new DeleteScheduleCommand({
Name: 'MyScheduleName'
});
const result = await scheduler.send(deleteScheduleCommand);
Observed Behavior
ValidationException: ClientToken cannot be empty.
Expected Behavior
ClientToken : If you do not specify a client token, EventBridge Scheduler uses a randomly generated token for the request to ensure idempotency.
Ref: https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/scheduler/command/DeleteScheduleCommand/
Possible Solution
No response
Additional Information/Context
This is the same ticket that opened years ago.
#4212
Checkboxes for prior research
Describe the bug
ValidationException: ClientToken cannot be empty.
ClientToken is optional according to the Docs.
Regression Issue
SDK version number
@aws-sdk/client-scheduler@v3.929.0
Which JavaScript Runtime is this issue in?
Node.js
Details of the browser/Node.js/ReactNative version
v20.19.2
Reproduction Steps
Observed Behavior
ValidationException: ClientToken cannot be empty.
Expected Behavior
ClientToken : If you do not specify a client token, EventBridge Scheduler uses a randomly generated token for the request to ensure idempotency.
Ref: https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/scheduler/command/DeleteScheduleCommand/
Possible Solution
No response
Additional Information/Context
This is the same ticket that opened years ago.
#4212