You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(dynamodb): add missing DynamoDB operations to enum (#17738)
While trying to modernize some of my application's hand-rolled alarms, I discovered that the Operations enum doesn't include all of the operation names listed under "Dimensions for DynamoDB Metrics" in https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/metrics-dimensions.html
This PR adds this missing operation names to the enum.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
0 commit comments