@aws-sdk/client-application-signals 3.899.0 → 3.900.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +41 -19
- package/dist-cjs/index.js +373 -0
- package/dist-es/ApplicationSignals.js +10 -0
- package/dist-es/commands/DeleteGroupingConfigurationCommand.js +22 -0
- package/dist-es/commands/ListAuditFindingsCommand.js +22 -0
- package/dist-es/commands/ListGroupingAttributeDefinitionsCommand.js +22 -0
- package/dist-es/commands/ListServiceStatesCommand.js +22 -0
- package/dist-es/commands/PutGroupingConfigurationCommand.js +22 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +26 -0
- package/dist-es/pagination/ListServiceStatesPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +250 -0
- package/dist-types/ApplicationSignals.d.ts +38 -19
- package/dist-types/ApplicationSignalsClient.d.ts +8 -21
- package/dist-types/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.d.ts +1 -11
- package/dist-types/commands/CreateServiceLevelObjectiveCommand.d.ts +2 -90
- package/dist-types/commands/DeleteGroupingConfigurationCommand.d.ts +79 -0
- package/dist-types/commands/GetServiceCommand.d.ts +8 -0
- package/dist-types/commands/ListAuditFindingsCommand.d.ts +181 -0
- package/dist-types/commands/ListGroupingAttributeDefinitionsCommand.d.ts +93 -0
- package/dist-types/commands/ListServiceDependenciesCommand.d.ts +1 -4
- package/dist-types/commands/ListServiceDependentsCommand.d.ts +1 -2
- package/dist-types/commands/ListServiceLevelObjectivesCommand.d.ts +2 -2
- package/dist-types/commands/ListServiceOperationsCommand.d.ts +1 -2
- package/dist-types/commands/ListServiceStatesCommand.d.ts +124 -0
- package/dist-types/commands/ListServicesCommand.d.ts +9 -3
- package/dist-types/commands/PutGroupingConfigurationCommand.d.ts +102 -0
- package/dist-types/commands/StartDiscoveryCommand.d.ts +1 -44
- package/dist-types/commands/TagResourceCommand.d.ts +1 -10
- package/dist-types/commands/UpdateServiceLevelObjectiveCommand.d.ts +2 -4
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/index.d.ts +1 -19
- package/dist-types/models/models_0.d.ts +812 -1114
- package/dist-types/pagination/ListServiceStatesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
- package/dist-types/ts3.4/ApplicationSignals.d.ts +87 -0
- package/dist-types/ts3.4/ApplicationSignalsClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/DeleteGroupingConfigurationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListAuditFindingsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListGroupingAttributeDefinitionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListServiceStatesCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/PutGroupingConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +193 -1
- package/dist-types/ts3.4/pagination/ListServiceStatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,25 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript ApplicationSignals Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
<p>Use CloudWatch Application Signals for comprehensive observability of your cloud-based applications.
|
|
10
|
-
It enables real-time service health dashboards and helps you track long-term performance trends against your business goals.
|
|
11
|
-
The application-centric view provides you with unified visibility across your applications, services, and
|
|
12
|
-
dependencies, so you can proactively monitor and efficiently triage any issues that may arise,
|
|
13
|
-
ensuring optimal customer experience.</p>
|
|
14
|
-
<p>Application Signals provides the following benefits:</p>
|
|
15
|
-
<ul>
|
|
16
|
-
<li>
|
|
17
|
-
<p>Automatically collect metrics and traces from your applications, and display key metrics such as call volume, availability, latency, faults, and errors. </p>
|
|
18
|
-
</li>
|
|
19
|
-
<li>
|
|
20
|
-
<p>Create and monitor service level objectives (SLOs). </p>
|
|
21
|
-
</li>
|
|
22
|
-
<li>
|
|
23
|
-
<p>See a map of your application topology that Application Signals automatically discovers, that gives you a visual representation of your applications, dependencies, and their connectivity.</p>
|
|
24
|
-
</li>
|
|
25
|
-
</ul>
|
|
26
|
-
<p>Application Signals works with CloudWatch RUM, CloudWatch Synthetics canaries, and Amazon Web Services Service Catalog AppRegistry, to display your client pages, Synthetics canaries,
|
|
27
|
-
and application names within dashboards and maps.</p>
|
|
9
|
+
<p>Use CloudWatch Application Signals for comprehensive observability of your cloud-based applications. It enables real-time service health dashboards and helps you track long-term performance trends against your business goals. The application-centric view provides you with unified visibility across your applications, services, and dependencies, so you can proactively monitor and efficiently triage any issues that may arise, ensuring optimal customer experience.</p> <p>Application Signals provides the following benefits:</p> <ul> <li> <p>Automatically collect metrics and traces from your applications, and display key metrics such as call volume, availability, latency, faults, and errors. </p> </li> <li> <p>Create and monitor service level objectives (SLOs). </p> </li> <li> <p>See a map of your application topology that Application Signals automatically discovers, that gives you a visual representation of your applications, dependencies, and their connectivity.</p> </li> </ul> <p>Application Signals works with CloudWatch RUM, CloudWatch Synthetics canaries, and Amazon Web Services Service Catalog AppRegistry, to display your client pages, Synthetics canaries, and application names within dashboards and maps.</p>
|
|
28
10
|
|
|
29
11
|
## Installing
|
|
30
12
|
|
|
@@ -244,6 +226,14 @@ CreateServiceLevelObjective
|
|
|
244
226
|
|
|
245
227
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/application-signals/command/CreateServiceLevelObjectiveCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-application-signals/Interface/CreateServiceLevelObjectiveCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-application-signals/Interface/CreateServiceLevelObjectiveCommandOutput/)
|
|
246
228
|
|
|
229
|
+
</details>
|
|
230
|
+
<details>
|
|
231
|
+
<summary>
|
|
232
|
+
DeleteGroupingConfiguration
|
|
233
|
+
</summary>
|
|
234
|
+
|
|
235
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/application-signals/command/DeleteGroupingConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-application-signals/Interface/DeleteGroupingConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-application-signals/Interface/DeleteGroupingConfigurationCommandOutput/)
|
|
236
|
+
|
|
247
237
|
</details>
|
|
248
238
|
<details>
|
|
249
239
|
<summary>
|
|
@@ -268,6 +258,22 @@ GetServiceLevelObjective
|
|
|
268
258
|
|
|
269
259
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/application-signals/command/GetServiceLevelObjectiveCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-application-signals/Interface/GetServiceLevelObjectiveCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-application-signals/Interface/GetServiceLevelObjectiveCommandOutput/)
|
|
270
260
|
|
|
261
|
+
</details>
|
|
262
|
+
<details>
|
|
263
|
+
<summary>
|
|
264
|
+
ListAuditFindings
|
|
265
|
+
</summary>
|
|
266
|
+
|
|
267
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/application-signals/command/ListAuditFindingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-application-signals/Interface/ListAuditFindingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-application-signals/Interface/ListAuditFindingsCommandOutput/)
|
|
268
|
+
|
|
269
|
+
</details>
|
|
270
|
+
<details>
|
|
271
|
+
<summary>
|
|
272
|
+
ListGroupingAttributeDefinitions
|
|
273
|
+
</summary>
|
|
274
|
+
|
|
275
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/application-signals/command/ListGroupingAttributeDefinitionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-application-signals/Interface/ListGroupingAttributeDefinitionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-application-signals/Interface/ListGroupingAttributeDefinitionsCommandOutput/)
|
|
276
|
+
|
|
271
277
|
</details>
|
|
272
278
|
<details>
|
|
273
279
|
<summary>
|
|
@@ -316,6 +322,14 @@ ListServices
|
|
|
316
322
|
|
|
317
323
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/application-signals/command/ListServicesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-application-signals/Interface/ListServicesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-application-signals/Interface/ListServicesCommandOutput/)
|
|
318
324
|
|
|
325
|
+
</details>
|
|
326
|
+
<details>
|
|
327
|
+
<summary>
|
|
328
|
+
ListServiceStates
|
|
329
|
+
</summary>
|
|
330
|
+
|
|
331
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/application-signals/command/ListServiceStatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-application-signals/Interface/ListServiceStatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-application-signals/Interface/ListServiceStatesCommandOutput/)
|
|
332
|
+
|
|
319
333
|
</details>
|
|
320
334
|
<details>
|
|
321
335
|
<summary>
|
|
@@ -324,6 +338,14 @@ ListTagsForResource
|
|
|
324
338
|
|
|
325
339
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/application-signals/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-application-signals/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-application-signals/Interface/ListTagsForResourceCommandOutput/)
|
|
326
340
|
|
|
341
|
+
</details>
|
|
342
|
+
<details>
|
|
343
|
+
<summary>
|
|
344
|
+
PutGroupingConfiguration
|
|
345
|
+
</summary>
|
|
346
|
+
|
|
347
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/application-signals/command/PutGroupingConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-application-signals/Interface/PutGroupingConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-application-signals/Interface/PutGroupingConfigurationCommandOutput/)
|
|
348
|
+
|
|
327
349
|
</details>
|
|
328
350
|
<details>
|
|
329
351
|
<summary>
|