Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(scheduler): typo in metricSentToDLQ... methods (#28307)
This PR includes breaking changes to the `aws-scheduler-alpha` module. ## Description This PR introduces breaking changes by correcting typos in the method names of the Schedule and Group constructs. Specifically, the method name `metricSentToDLQTrunacted` has been changed to `metricSentToDLQTruncated`, and `metricAllSentToDLQTrunacted` has been changed to `metricAllSentToDLQTruncated`. https://docs.aws.amazon.com/scheduler/latest/UserGuide/monitoring-cloudwatch.html BREAKING CHANGE: The typos in the Schedule and Group construct method names have been fixed, changing `metricSentToDLQTrunacted` to `metricSentToDLQTruncated` and `metricAllSentToDLQTrunacted` to `metricAllSentToDLQTruncated`. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information