Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing enum value in Connect Client for GetMetricDataV2 Metrics #6754

Open
3 of 4 tasks
casewalker opened this issue Dec 22, 2024 · 0 comments
Open
3 of 4 tasks

Missing enum value in Connect Client for GetMetricDataV2 Metrics #6754

casewalker opened this issue Dec 22, 2024 · 0 comments
Labels
bug This issue is a bug. needs-triage This issue or PR still needs to be triaged.

Comments

@casewalker
Copy link

Checkboxes for prior research

Describe the bug

All documentation (including here and here) suggests that the GetMetricDataV2 Connect command supports a historical metric named CONTACTS_QUEUED_BY_ENQUEUE, however, the HistoricalMetricName enum does not contain that metric here.

Having this metric name added to the exported enum will help me write cleaner, more robust code in my app.

Regression Issue

  • Select this option if this issue appears to be a regression.

SDK version number

@aws-sdk/client-connect@3.717.0

Which JavaScript Runtime is this issue in?

Node.js

Details of the browser/Node.js/ReactNative version

n/a

Reproduction Steps

n/a

Observed Behavior

Supported metric is not present in the enum of metric names

Expected Behavior

Supported metric is present in the enum of metric names

Possible Solution

Add all supported metrics to the enum of metric names

Additional Information/Context

No response

@casewalker casewalker added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug. needs-triage This issue or PR still needs to be triaged.
Projects
None yet
Development

No branches or pull requests

1 participant