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
Copy file name to clipboardExpand all lines: clients/client-oam/src/OAM.ts
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -240,16 +240,16 @@ export interface OAM {
240
240
241
241
/**
242
242
* <p>Use Amazon CloudWatch Observability Access Manager to create and manage links between source accounts and
243
-
* monitoring accounts by using <i>CloudWatch cross-account observability</i>. With
244
-
* CloudWatch cross-account observability, you can monitor and troubleshoot applications that span
245
-
* multiple accounts within a Region. Seamlessly search, visualize, and analyze your metrics,
246
-
* logs, traces, and Application Insights applications in any of the linked accounts without account boundaries.</p>
243
+
* monitoring accounts by using <i>CloudWatch cross-account observability</i>. With
244
+
* CloudWatch cross-account observability, you can monitor and troubleshoot applications that span
245
+
* multiple accounts within a Region. Seamlessly search, visualize, and analyze your metrics,
246
+
* logs, traces, and Application Insights applications in any of the linked accounts without account boundaries.</p>
247
247
* <p>Set up one or more Amazon Web Services accounts as <i>monitoring
248
-
* accounts</i> and link them with multiple <i>source accounts</i>. A
249
-
* monitoring account is a central Amazon Web Services account that can view and interact with
250
-
* observability data generated from source accounts. A source account is an individual Amazon Web Services account that generates observability data for the resources that reside in it.
251
-
* Source accounts share their observability data with the monitoring account. The shared
252
-
* observability data can include metrics in Amazon CloudWatch, logs in Amazon CloudWatch Logs, traces in X-Ray, and applications in Amazon CloudWatch Application Insights.</p>
248
+
* accounts</i> and link them with multiple <i>source accounts</i>. A
249
+
* monitoring account is a central Amazon Web Services account that can view and interact with
250
+
* observability data generated from source accounts. A source account is an individual Amazon Web Services account that generates observability data for the resources that reside in it.
251
+
* Source accounts share their observability data with the monitoring account. The shared
252
+
* observability data can include metrics in Amazon CloudWatch, logs in Amazon CloudWatch Logs, traces in X-Ray, and applications in Amazon CloudWatch Application Insights.</p>
* <p>Use Amazon CloudWatch Observability Access Manager to create and manage links between source accounts and
298
-
* monitoring accounts by using <i>CloudWatch cross-account observability</i>. With
299
-
* CloudWatch cross-account observability, you can monitor and troubleshoot applications that span
300
-
* multiple accounts within a Region. Seamlessly search, visualize, and analyze your metrics,
301
-
* logs, traces, and Application Insights applications in any of the linked accounts without account boundaries.</p>
298
+
* monitoring accounts by using <i>CloudWatch cross-account observability</i>. With
299
+
* CloudWatch cross-account observability, you can monitor and troubleshoot applications that span
300
+
* multiple accounts within a Region. Seamlessly search, visualize, and analyze your metrics,
301
+
* logs, traces, and Application Insights applications in any of the linked accounts without account boundaries.</p>
302
302
* <p>Set up one or more Amazon Web Services accounts as <i>monitoring
303
-
* accounts</i> and link them with multiple <i>source accounts</i>. A
304
-
* monitoring account is a central Amazon Web Services account that can view and interact with
305
-
* observability data generated from source accounts. A source account is an individual Amazon Web Services account that generates observability data for the resources that reside in it.
306
-
* Source accounts share their observability data with the monitoring account. The shared
307
-
* observability data can include metrics in Amazon CloudWatch, logs in Amazon CloudWatch Logs, traces in X-Ray, and applications in Amazon CloudWatch Application Insights.</p>
303
+
* accounts</i> and link them with multiple <i>source accounts</i>. A
304
+
* monitoring account is a central Amazon Web Services account that can view and interact with
305
+
* observability data generated from source accounts. A source account is an individual Amazon Web Services account that generates observability data for the resources that reside in it.
306
+
* Source accounts share their observability data with the monitoring account. The shared
307
+
* observability data can include metrics in Amazon CloudWatch, logs in Amazon CloudWatch Logs, traces in X-Ray, and applications in Amazon CloudWatch Application Insights.</p>
* <p>Use this operation in a source account to return a list of links to monitoring account sinks that
31
-
* this source account has.</p>
31
+
* this source account has.</p>
32
32
* <p>To find a list of links for one monitoring account sink, use <a href="https://docs.aws.amazon.com/OAM/latest/APIReference/API_ListAttachedLinks.html">ListAttachedLinks</a> from within the monitoring account.</p>
33
33
* @example
34
34
* Use a bare-bones client and the command you need to make an API call.
0 commit comments