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
Breaking change to fix JSONValue usage for CloudWatch Evidently. (#4415)
Introduces a breaking change for following parameters from a JSONValue to string type, because the SDKs JSONValue is not compatible with the service's request and response shapes.
EvaluateFeatureInput.EvaluationContext
EvaluateFeatureOutput.Details
EvaluationRequest.EvaluationContext
EvaluationResult.Details
Event.Data
ExperimentReport.Content
MetricDefinition.EventPattern
MetricDefinitionConfig.EventPattern
Copy file name to clipboardexpand all lines: CHANGELOG_PENDING.md
+9
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,12 @@
3
3
### SDK Enhancements
4
4
5
5
### SDK Bugs
6
+
*`service/cloudwatchevidently`: Introduces a breaking change for following parameters from a JSONValue to string type, because the SDKs JSONValue is not compatible with the service's request and response shapes.
0 commit comments