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
feat(client-xray): This release enhances GetServiceGraph API to support new type of edge to represent links between SQS and Lambda in event-driven applications.
Copy file name to clipboardExpand all lines: clients/client-xray/src/models/models_0.ts
+19-4Lines changed: 19 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -194,8 +194,8 @@ export interface Trace {
194
194
Duration?: number;
195
195
196
196
/**
197
-
* <p>LimitExceeded is set to true when the trace has exceeded one of the defined quotas. For
198
-
* more information about quotas, see <a href="https://docs.aws.amazon.com/general/latest/gr/xray.html">Amazon Web Services X-Ray endpoints and quotas</a>.</p>
197
+
* <p>LimitExceeded is set to true when the trace has exceeded the <code>Trace document size</code> limit. For
198
+
* more information about this limit and other X-Ray limits and quotas, see <a href="https://docs.aws.amazon.com/general/latest/gr/xray.html">Amazon Web Services X-Ray endpoints and quotas</a>.</p>
0 commit comments