Skip to content

Commit

Permalink
fix(clients): add unnamed enums to enums-to-strip.json (#4489)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewFossAWS committed Mar 2, 2023
1 parent 1e5e4bd commit 81d5cde
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -546,5 +546,15 @@
"com.amazonaws.swf#StartTimerFailedCause",
"com.amazonaws.swf#WorkflowExecutionCancelRequestedCause",
"com.amazonaws.swf#WorkflowExecutionTerminatedCause",
"com.amazonaws.swf#WorkflowExecutionTimeoutType"
"com.amazonaws.amplifyuibuilder#SortDirection",
"com.amazonaws.location#BatchItemErrorCode",
"com.amazonaws.location#DimensionUnit",
"com.amazonaws.location#DistanceUnit",
"com.amazonaws.location#IntendedUse",
"com.amazonaws.location#PositionFiltering",
"com.amazonaws.location#PricingPlan",
"com.amazonaws.location#RouteMatrixErrorCode",
"com.amazonaws.location#TravelMode",
"com.amazonaws.location#ValidationExceptionReason",
"com.amazonaws.location#VehicleWeightUnit"
]

0 comments on commit 81d5cde

Please sign in to comment.