-
Notifications
You must be signed in to change notification settings - Fork 647
Closed
Labels
bugThis issue is a bug.This issue is a bug.p1This is a high priority issueThis is a high priority issuepotential-regressionMarking this issue as a potential regression to be checked by team memberMarking this issue as a potential regression to be checked by team memberresponse-requestedWaiting on additional info and feedback. Will move to \"closing-soon\" in 7 days.Waiting on additional info and feedback. Will move to \"closing-soon\" in 7 days.
Description
Checkboxes for prior research
- I've gone through Developer Guide and API reference
- I've checked AWS Forums and StackOverflow.
- I've searched for previous similar issues and didn't find any solution.
Describe the bug
ValidationException: ClientToken cannot be empty.
ClientToken is optional according to the Docs.
Regression Issue
- Select this option if this issue appears to be a regression.
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.
Possible Solution
No response
Additional Information/Context
This is the same ticket that opened years ago.
#4212
Metadata
Metadata
Assignees
Labels
bugThis issue is a bug.This issue is a bug.p1This is a high priority issueThis is a high priority issuepotential-regressionMarking this issue as a potential regression to be checked by team memberMarking this issue as a potential regression to be checked by team memberresponse-requestedWaiting on additional info and feedback. Will move to \"closing-soon\" in 7 days.Waiting on additional info and feedback. Will move to \"closing-soon\" in 7 days.