@aws-sdk/client-application-insights 3.296.0 → 3.298.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.
Files changed (96) hide show
  1. package/dist-cjs/commands/CreateApplicationCommand.js +2 -3
  2. package/dist-cjs/commands/CreateComponentCommand.js +2 -3
  3. package/dist-cjs/commands/CreateLogPatternCommand.js +2 -3
  4. package/dist-cjs/commands/DeleteApplicationCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteComponentCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteLogPatternCommand.js +2 -3
  7. package/dist-cjs/commands/DescribeApplicationCommand.js +2 -3
  8. package/dist-cjs/commands/DescribeComponentCommand.js +2 -3
  9. package/dist-cjs/commands/DescribeComponentConfigurationCommand.js +2 -3
  10. package/dist-cjs/commands/DescribeComponentConfigurationRecommendationCommand.js +2 -3
  11. package/dist-cjs/commands/DescribeLogPatternCommand.js +2 -3
  12. package/dist-cjs/commands/DescribeObservationCommand.js +2 -3
  13. package/dist-cjs/commands/DescribeProblemCommand.js +2 -3
  14. package/dist-cjs/commands/DescribeProblemObservationsCommand.js +2 -3
  15. package/dist-cjs/commands/ListApplicationsCommand.js +2 -3
  16. package/dist-cjs/commands/ListComponentsCommand.js +2 -3
  17. package/dist-cjs/commands/ListConfigurationHistoryCommand.js +2 -3
  18. package/dist-cjs/commands/ListLogPatternSetsCommand.js +2 -3
  19. package/dist-cjs/commands/ListLogPatternsCommand.js +2 -3
  20. package/dist-cjs/commands/ListProblemsCommand.js +2 -3
  21. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  22. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  23. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  24. package/dist-cjs/commands/UpdateApplicationCommand.js +2 -3
  25. package/dist-cjs/commands/UpdateComponentCommand.js +2 -3
  26. package/dist-cjs/commands/UpdateComponentConfigurationCommand.js +2 -3
  27. package/dist-cjs/commands/UpdateLogPatternCommand.js +2 -3
  28. package/dist-cjs/models/models_0.js +1 -250
  29. package/dist-es/commands/CreateApplicationCommand.js +2 -3
  30. package/dist-es/commands/CreateComponentCommand.js +2 -3
  31. package/dist-es/commands/CreateLogPatternCommand.js +2 -3
  32. package/dist-es/commands/DeleteApplicationCommand.js +2 -3
  33. package/dist-es/commands/DeleteComponentCommand.js +2 -3
  34. package/dist-es/commands/DeleteLogPatternCommand.js +2 -3
  35. package/dist-es/commands/DescribeApplicationCommand.js +2 -3
  36. package/dist-es/commands/DescribeComponentCommand.js +2 -3
  37. package/dist-es/commands/DescribeComponentConfigurationCommand.js +2 -3
  38. package/dist-es/commands/DescribeComponentConfigurationRecommendationCommand.js +2 -3
  39. package/dist-es/commands/DescribeLogPatternCommand.js +2 -3
  40. package/dist-es/commands/DescribeObservationCommand.js +2 -3
  41. package/dist-es/commands/DescribeProblemCommand.js +2 -3
  42. package/dist-es/commands/DescribeProblemObservationsCommand.js +2 -3
  43. package/dist-es/commands/ListApplicationsCommand.js +2 -3
  44. package/dist-es/commands/ListComponentsCommand.js +2 -3
  45. package/dist-es/commands/ListConfigurationHistoryCommand.js +2 -3
  46. package/dist-es/commands/ListLogPatternSetsCommand.js +2 -3
  47. package/dist-es/commands/ListLogPatternsCommand.js +2 -3
  48. package/dist-es/commands/ListProblemsCommand.js +2 -3
  49. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  50. package/dist-es/commands/TagResourceCommand.js +2 -3
  51. package/dist-es/commands/UntagResourceCommand.js +2 -3
  52. package/dist-es/commands/UpdateApplicationCommand.js +2 -3
  53. package/dist-es/commands/UpdateComponentCommand.js +2 -3
  54. package/dist-es/commands/UpdateComponentConfigurationCommand.js +2 -3
  55. package/dist-es/commands/UpdateLogPatternCommand.js +2 -3
  56. package/dist-es/models/models_0.js +0 -186
  57. package/dist-types/ApplicationInsights.d.ts +28 -0
  58. package/dist-types/ApplicationInsightsClient.d.ts +24 -4
  59. package/dist-types/commands/CreateApplicationCommand.d.ts +16 -0
  60. package/dist-types/commands/CreateComponentCommand.d.ts +16 -0
  61. package/dist-types/commands/CreateLogPatternCommand.d.ts +16 -0
  62. package/dist-types/commands/DeleteApplicationCommand.d.ts +16 -0
  63. package/dist-types/commands/DeleteComponentCommand.d.ts +16 -0
  64. package/dist-types/commands/DeleteLogPatternCommand.d.ts +16 -0
  65. package/dist-types/commands/DescribeApplicationCommand.d.ts +16 -0
  66. package/dist-types/commands/DescribeComponentCommand.d.ts +16 -0
  67. package/dist-types/commands/DescribeComponentConfigurationCommand.d.ts +16 -0
  68. package/dist-types/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +16 -0
  69. package/dist-types/commands/DescribeLogPatternCommand.d.ts +16 -0
  70. package/dist-types/commands/DescribeObservationCommand.d.ts +16 -0
  71. package/dist-types/commands/DescribeProblemCommand.d.ts +16 -0
  72. package/dist-types/commands/DescribeProblemObservationsCommand.d.ts +16 -0
  73. package/dist-types/commands/ListApplicationsCommand.d.ts +16 -0
  74. package/dist-types/commands/ListComponentsCommand.d.ts +16 -0
  75. package/dist-types/commands/ListConfigurationHistoryCommand.d.ts +16 -0
  76. package/dist-types/commands/ListLogPatternSetsCommand.d.ts +16 -0
  77. package/dist-types/commands/ListLogPatternsCommand.d.ts +16 -0
  78. package/dist-types/commands/ListProblemsCommand.d.ts +16 -0
  79. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  80. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  81. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  82. package/dist-types/commands/UpdateApplicationCommand.d.ts +16 -0
  83. package/dist-types/commands/UpdateComponentCommand.d.ts +16 -0
  84. package/dist-types/commands/UpdateComponentConfigurationCommand.d.ts +16 -0
  85. package/dist-types/commands/UpdateLogPatternCommand.d.ts +16 -0
  86. package/dist-types/models/ApplicationInsightsServiceException.d.ts +2 -0
  87. package/dist-types/models/models_0.d.ts +214 -248
  88. package/dist-types/pagination/Interfaces.d.ts +3 -0
  89. package/dist-types/pagination/ListApplicationsPaginator.d.ts +3 -0
  90. package/dist-types/pagination/ListComponentsPaginator.d.ts +3 -0
  91. package/dist-types/pagination/ListConfigurationHistoryPaginator.d.ts +3 -0
  92. package/dist-types/pagination/ListLogPatternSetsPaginator.d.ts +3 -0
  93. package/dist-types/pagination/ListLogPatternsPaginator.d.ts +3 -0
  94. package/dist-types/pagination/ListProblemsPaginator.d.ts +3 -0
  95. package/dist-types/ts3.4/models/models_0.d.ts +0 -178
  96. package/package.json +4 -3
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListProblemsRequestFilterSensitiveLog, ListProblemsResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1ListProblemsCommand, serializeAws_json1_1ListProblemsCommand, } from "../protocols/Aws_json1_1";
6
5
  export class ListProblemsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListProblemsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListProblemsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListProblemsResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1";
6
5
  export class ListTagsForResourceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListTagsForResourceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
6
5
  export class TagResourceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class TagResourceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
6
5
  export class UntagResourceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UntagResourceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateApplicationRequestFilterSensitiveLog, UpdateApplicationResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateApplicationCommand, serializeAws_json1_1UpdateApplicationCommand, } from "../protocols/Aws_json1_1";
6
5
  export class UpdateApplicationCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateApplicationCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateApplicationRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateApplicationResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateComponentRequestFilterSensitiveLog, UpdateComponentResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateComponentCommand, serializeAws_json1_1UpdateComponentCommand, } from "../protocols/Aws_json1_1";
6
5
  export class UpdateComponentCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateComponentCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateComponentRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateComponentResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateComponentConfigurationRequestFilterSensitiveLog, UpdateComponentConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateComponentConfigurationCommand, serializeAws_json1_1UpdateComponentConfigurationCommand, } from "../protocols/Aws_json1_1";
6
5
  export class UpdateComponentConfigurationCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateComponentConfigurationCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateComponentConfigurationRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateComponentConfigurationResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateLogPatternRequestFilterSensitiveLog, UpdateLogPatternResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateLogPatternCommand, serializeAws_json1_1UpdateLogPatternCommand, } from "../protocols/Aws_json1_1";
6
5
  export class UpdateLogPatternCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateLogPatternCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateLogPatternRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateLogPatternResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -113,189 +113,3 @@ export class TooManyTagsException extends __BaseException {
113
113
  this.ResourceName = opts.ResourceName;
114
114
  }
115
115
  }
116
- export const ApplicationComponentFilterSensitiveLog = (obj) => ({
117
- ...obj,
118
- });
119
- export const ApplicationInfoFilterSensitiveLog = (obj) => ({
120
- ...obj,
121
- });
122
- export const ConfigurationEventFilterSensitiveLog = (obj) => ({
123
- ...obj,
124
- });
125
- export const TagFilterSensitiveLog = (obj) => ({
126
- ...obj,
127
- });
128
- export const CreateApplicationRequestFilterSensitiveLog = (obj) => ({
129
- ...obj,
130
- });
131
- export const CreateApplicationResponseFilterSensitiveLog = (obj) => ({
132
- ...obj,
133
- });
134
- export const CreateComponentRequestFilterSensitiveLog = (obj) => ({
135
- ...obj,
136
- });
137
- export const CreateComponentResponseFilterSensitiveLog = (obj) => ({
138
- ...obj,
139
- });
140
- export const CreateLogPatternRequestFilterSensitiveLog = (obj) => ({
141
- ...obj,
142
- });
143
- export const LogPatternFilterSensitiveLog = (obj) => ({
144
- ...obj,
145
- });
146
- export const CreateLogPatternResponseFilterSensitiveLog = (obj) => ({
147
- ...obj,
148
- });
149
- export const DeleteApplicationRequestFilterSensitiveLog = (obj) => ({
150
- ...obj,
151
- });
152
- export const DeleteApplicationResponseFilterSensitiveLog = (obj) => ({
153
- ...obj,
154
- });
155
- export const DeleteComponentRequestFilterSensitiveLog = (obj) => ({
156
- ...obj,
157
- });
158
- export const DeleteComponentResponseFilterSensitiveLog = (obj) => ({
159
- ...obj,
160
- });
161
- export const DeleteLogPatternRequestFilterSensitiveLog = (obj) => ({
162
- ...obj,
163
- });
164
- export const DeleteLogPatternResponseFilterSensitiveLog = (obj) => ({
165
- ...obj,
166
- });
167
- export const DescribeApplicationRequestFilterSensitiveLog = (obj) => ({
168
- ...obj,
169
- });
170
- export const DescribeApplicationResponseFilterSensitiveLog = (obj) => ({
171
- ...obj,
172
- });
173
- export const DescribeComponentRequestFilterSensitiveLog = (obj) => ({
174
- ...obj,
175
- });
176
- export const DescribeComponentResponseFilterSensitiveLog = (obj) => ({
177
- ...obj,
178
- });
179
- export const DescribeComponentConfigurationRequestFilterSensitiveLog = (obj) => ({
180
- ...obj,
181
- });
182
- export const DescribeComponentConfigurationResponseFilterSensitiveLog = (obj) => ({
183
- ...obj,
184
- });
185
- export const DescribeComponentConfigurationRecommendationRequestFilterSensitiveLog = (obj) => ({
186
- ...obj,
187
- });
188
- export const DescribeComponentConfigurationRecommendationResponseFilterSensitiveLog = (obj) => ({
189
- ...obj,
190
- });
191
- export const DescribeLogPatternRequestFilterSensitiveLog = (obj) => ({
192
- ...obj,
193
- });
194
- export const DescribeLogPatternResponseFilterSensitiveLog = (obj) => ({
195
- ...obj,
196
- });
197
- export const DescribeObservationRequestFilterSensitiveLog = (obj) => ({
198
- ...obj,
199
- });
200
- export const ObservationFilterSensitiveLog = (obj) => ({
201
- ...obj,
202
- });
203
- export const DescribeObservationResponseFilterSensitiveLog = (obj) => ({
204
- ...obj,
205
- });
206
- export const DescribeProblemRequestFilterSensitiveLog = (obj) => ({
207
- ...obj,
208
- });
209
- export const ProblemFilterSensitiveLog = (obj) => ({
210
- ...obj,
211
- });
212
- export const DescribeProblemResponseFilterSensitiveLog = (obj) => ({
213
- ...obj,
214
- });
215
- export const DescribeProblemObservationsRequestFilterSensitiveLog = (obj) => ({
216
- ...obj,
217
- });
218
- export const RelatedObservationsFilterSensitiveLog = (obj) => ({
219
- ...obj,
220
- });
221
- export const DescribeProblemObservationsResponseFilterSensitiveLog = (obj) => ({
222
- ...obj,
223
- });
224
- export const ListApplicationsRequestFilterSensitiveLog = (obj) => ({
225
- ...obj,
226
- });
227
- export const ListApplicationsResponseFilterSensitiveLog = (obj) => ({
228
- ...obj,
229
- });
230
- export const ListComponentsRequestFilterSensitiveLog = (obj) => ({
231
- ...obj,
232
- });
233
- export const ListComponentsResponseFilterSensitiveLog = (obj) => ({
234
- ...obj,
235
- });
236
- export const ListConfigurationHistoryRequestFilterSensitiveLog = (obj) => ({
237
- ...obj,
238
- });
239
- export const ListConfigurationHistoryResponseFilterSensitiveLog = (obj) => ({
240
- ...obj,
241
- });
242
- export const ListLogPatternsRequestFilterSensitiveLog = (obj) => ({
243
- ...obj,
244
- });
245
- export const ListLogPatternsResponseFilterSensitiveLog = (obj) => ({
246
- ...obj,
247
- });
248
- export const ListLogPatternSetsRequestFilterSensitiveLog = (obj) => ({
249
- ...obj,
250
- });
251
- export const ListLogPatternSetsResponseFilterSensitiveLog = (obj) => ({
252
- ...obj,
253
- });
254
- export const ListProblemsRequestFilterSensitiveLog = (obj) => ({
255
- ...obj,
256
- });
257
- export const ListProblemsResponseFilterSensitiveLog = (obj) => ({
258
- ...obj,
259
- });
260
- export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
261
- ...obj,
262
- });
263
- export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
264
- ...obj,
265
- });
266
- export const TagResourceRequestFilterSensitiveLog = (obj) => ({
267
- ...obj,
268
- });
269
- export const TagResourceResponseFilterSensitiveLog = (obj) => ({
270
- ...obj,
271
- });
272
- export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
273
- ...obj,
274
- });
275
- export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
276
- ...obj,
277
- });
278
- export const UpdateApplicationRequestFilterSensitiveLog = (obj) => ({
279
- ...obj,
280
- });
281
- export const UpdateApplicationResponseFilterSensitiveLog = (obj) => ({
282
- ...obj,
283
- });
284
- export const UpdateComponentRequestFilterSensitiveLog = (obj) => ({
285
- ...obj,
286
- });
287
- export const UpdateComponentResponseFilterSensitiveLog = (obj) => ({
288
- ...obj,
289
- });
290
- export const UpdateComponentConfigurationRequestFilterSensitiveLog = (obj) => ({
291
- ...obj,
292
- });
293
- export const UpdateComponentConfigurationResponseFilterSensitiveLog = (obj) => ({
294
- ...obj,
295
- });
296
- export const UpdateLogPatternRequestFilterSensitiveLog = (obj) => ({
297
- ...obj,
298
- });
299
- export const UpdateLogPatternResponseFilterSensitiveLog = (obj) => ({
300
- ...obj,
301
- });
@@ -28,6 +28,7 @@ import { UpdateComponentCommandInput, UpdateComponentCommandOutput } from "./com
28
28
  import { UpdateComponentConfigurationCommandInput, UpdateComponentConfigurationCommandOutput } from "./commands/UpdateComponentConfigurationCommand";
29
29
  import { UpdateLogPatternCommandInput, UpdateLogPatternCommandOutput } from "./commands/UpdateLogPatternCommand";
30
30
  /**
31
+ * @public
31
32
  * <fullname>Amazon CloudWatch Application Insights</fullname>
32
33
  * <p> Amazon CloudWatch Application Insights is a service that helps you detect common
33
34
  * problems with your applications. It enables you to pinpoint the source of issues in your
@@ -43,24 +44,28 @@ import { UpdateLogPatternCommandInput, UpdateLogPatternCommandOutput } from "./c
43
44
  */
44
45
  export declare class ApplicationInsights extends ApplicationInsightsClient {
45
46
  /**
47
+ * @public
46
48
  * <p>Adds an application that is created from a resource group.</p>
47
49
  */
48
50
  createApplication(args: CreateApplicationCommandInput, options?: __HttpHandlerOptions): Promise<CreateApplicationCommandOutput>;
49
51
  createApplication(args: CreateApplicationCommandInput, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
50
52
  createApplication(args: CreateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
51
53
  /**
54
+ * @public
52
55
  * <p>Creates a custom component by grouping similar standalone instances to monitor.</p>
53
56
  */
54
57
  createComponent(args: CreateComponentCommandInput, options?: __HttpHandlerOptions): Promise<CreateComponentCommandOutput>;
55
58
  createComponent(args: CreateComponentCommandInput, cb: (err: any, data?: CreateComponentCommandOutput) => void): void;
56
59
  createComponent(args: CreateComponentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateComponentCommandOutput) => void): void;
57
60
  /**
61
+ * @public
58
62
  * <p>Adds an log pattern to a <code>LogPatternSet</code>.</p>
59
63
  */
60
64
  createLogPattern(args: CreateLogPatternCommandInput, options?: __HttpHandlerOptions): Promise<CreateLogPatternCommandOutput>;
61
65
  createLogPattern(args: CreateLogPatternCommandInput, cb: (err: any, data?: CreateLogPatternCommandOutput) => void): void;
62
66
  createLogPattern(args: CreateLogPatternCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLogPatternCommandOutput) => void): void;
63
67
  /**
68
+ * @public
64
69
  * <p>Removes the specified application from monitoring. Does not delete the
65
70
  * application.</p>
66
71
  */
@@ -68,6 +73,7 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
68
73
  deleteApplication(args: DeleteApplicationCommandInput, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
69
74
  deleteApplication(args: DeleteApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
70
75
  /**
76
+ * @public
71
77
  * <p>Ungroups a custom component. When you ungroup custom components, all applicable monitors
72
78
  * that are set up for the component are removed and the instances revert to their standalone
73
79
  * status.</p>
@@ -76,18 +82,21 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
76
82
  deleteComponent(args: DeleteComponentCommandInput, cb: (err: any, data?: DeleteComponentCommandOutput) => void): void;
77
83
  deleteComponent(args: DeleteComponentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteComponentCommandOutput) => void): void;
78
84
  /**
85
+ * @public
79
86
  * <p>Removes the specified log pattern from a <code>LogPatternSet</code>.</p>
80
87
  */
81
88
  deleteLogPattern(args: DeleteLogPatternCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLogPatternCommandOutput>;
82
89
  deleteLogPattern(args: DeleteLogPatternCommandInput, cb: (err: any, data?: DeleteLogPatternCommandOutput) => void): void;
83
90
  deleteLogPattern(args: DeleteLogPatternCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLogPatternCommandOutput) => void): void;
84
91
  /**
92
+ * @public
85
93
  * <p>Describes the application.</p>
86
94
  */
87
95
  describeApplication(args: DescribeApplicationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeApplicationCommandOutput>;
88
96
  describeApplication(args: DescribeApplicationCommandInput, cb: (err: any, data?: DescribeApplicationCommandOutput) => void): void;
89
97
  describeApplication(args: DescribeApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeApplicationCommandOutput) => void): void;
90
98
  /**
99
+ * @public
91
100
  * <p>Describes a component and lists the resources that are grouped together in a
92
101
  * component.</p>
93
102
  */
@@ -95,54 +104,63 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
95
104
  describeComponent(args: DescribeComponentCommandInput, cb: (err: any, data?: DescribeComponentCommandOutput) => void): void;
96
105
  describeComponent(args: DescribeComponentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeComponentCommandOutput) => void): void;
97
106
  /**
107
+ * @public
98
108
  * <p>Describes the monitoring configuration of the component.</p>
99
109
  */
100
110
  describeComponentConfiguration(args: DescribeComponentConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeComponentConfigurationCommandOutput>;
101
111
  describeComponentConfiguration(args: DescribeComponentConfigurationCommandInput, cb: (err: any, data?: DescribeComponentConfigurationCommandOutput) => void): void;
102
112
  describeComponentConfiguration(args: DescribeComponentConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeComponentConfigurationCommandOutput) => void): void;
103
113
  /**
114
+ * @public
104
115
  * <p>Describes the recommended monitoring configuration of the component.</p>
105
116
  */
106
117
  describeComponentConfigurationRecommendation(args: DescribeComponentConfigurationRecommendationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeComponentConfigurationRecommendationCommandOutput>;
107
118
  describeComponentConfigurationRecommendation(args: DescribeComponentConfigurationRecommendationCommandInput, cb: (err: any, data?: DescribeComponentConfigurationRecommendationCommandOutput) => void): void;
108
119
  describeComponentConfigurationRecommendation(args: DescribeComponentConfigurationRecommendationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeComponentConfigurationRecommendationCommandOutput) => void): void;
109
120
  /**
121
+ * @public
110
122
  * <p>Describe a specific log pattern from a <code>LogPatternSet</code>.</p>
111
123
  */
112
124
  describeLogPattern(args: DescribeLogPatternCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLogPatternCommandOutput>;
113
125
  describeLogPattern(args: DescribeLogPatternCommandInput, cb: (err: any, data?: DescribeLogPatternCommandOutput) => void): void;
114
126
  describeLogPattern(args: DescribeLogPatternCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLogPatternCommandOutput) => void): void;
115
127
  /**
128
+ * @public
116
129
  * <p>Describes an anomaly or error with the application.</p>
117
130
  */
118
131
  describeObservation(args: DescribeObservationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeObservationCommandOutput>;
119
132
  describeObservation(args: DescribeObservationCommandInput, cb: (err: any, data?: DescribeObservationCommandOutput) => void): void;
120
133
  describeObservation(args: DescribeObservationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeObservationCommandOutput) => void): void;
121
134
  /**
135
+ * @public
122
136
  * <p>Describes an application problem.</p>
123
137
  */
124
138
  describeProblem(args: DescribeProblemCommandInput, options?: __HttpHandlerOptions): Promise<DescribeProblemCommandOutput>;
125
139
  describeProblem(args: DescribeProblemCommandInput, cb: (err: any, data?: DescribeProblemCommandOutput) => void): void;
126
140
  describeProblem(args: DescribeProblemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProblemCommandOutput) => void): void;
127
141
  /**
142
+ * @public
128
143
  * <p>Describes the anomalies or errors associated with the problem.</p>
129
144
  */
130
145
  describeProblemObservations(args: DescribeProblemObservationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeProblemObservationsCommandOutput>;
131
146
  describeProblemObservations(args: DescribeProblemObservationsCommandInput, cb: (err: any, data?: DescribeProblemObservationsCommandOutput) => void): void;
132
147
  describeProblemObservations(args: DescribeProblemObservationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProblemObservationsCommandOutput) => void): void;
133
148
  /**
149
+ * @public
134
150
  * <p>Lists the IDs of the applications that you are monitoring. </p>
135
151
  */
136
152
  listApplications(args: ListApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<ListApplicationsCommandOutput>;
137
153
  listApplications(args: ListApplicationsCommandInput, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
138
154
  listApplications(args: ListApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
139
155
  /**
156
+ * @public
140
157
  * <p>Lists the auto-grouped, standalone, and custom components of the application.</p>
141
158
  */
142
159
  listComponents(args: ListComponentsCommandInput, options?: __HttpHandlerOptions): Promise<ListComponentsCommandOutput>;
143
160
  listComponents(args: ListComponentsCommandInput, cb: (err: any, data?: ListComponentsCommandOutput) => void): void;
144
161
  listComponents(args: ListComponentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListComponentsCommandOutput) => void): void;
145
162
  /**
163
+ * @public
146
164
  * <p> Lists the INFO, WARN, and ERROR events for periodic configuration updates performed by
147
165
  * Application Insights. Examples of events represented are: </p>
148
166
  * <ul>
@@ -162,24 +180,28 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
162
180
  listConfigurationHistory(args: ListConfigurationHistoryCommandInput, cb: (err: any, data?: ListConfigurationHistoryCommandOutput) => void): void;
163
181
  listConfigurationHistory(args: ListConfigurationHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConfigurationHistoryCommandOutput) => void): void;
164
182
  /**
183
+ * @public
165
184
  * <p>Lists the log patterns in the specific log <code>LogPatternSet</code>.</p>
166
185
  */
167
186
  listLogPatterns(args: ListLogPatternsCommandInput, options?: __HttpHandlerOptions): Promise<ListLogPatternsCommandOutput>;
168
187
  listLogPatterns(args: ListLogPatternsCommandInput, cb: (err: any, data?: ListLogPatternsCommandOutput) => void): void;
169
188
  listLogPatterns(args: ListLogPatternsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLogPatternsCommandOutput) => void): void;
170
189
  /**
190
+ * @public
171
191
  * <p>Lists the log pattern sets in the specific application.</p>
172
192
  */
173
193
  listLogPatternSets(args: ListLogPatternSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListLogPatternSetsCommandOutput>;
174
194
  listLogPatternSets(args: ListLogPatternSetsCommandInput, cb: (err: any, data?: ListLogPatternSetsCommandOutput) => void): void;
175
195
  listLogPatternSets(args: ListLogPatternSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLogPatternSetsCommandOutput) => void): void;
176
196
  /**
197
+ * @public
177
198
  * <p>Lists the problems with your application.</p>
178
199
  */
179
200
  listProblems(args: ListProblemsCommandInput, options?: __HttpHandlerOptions): Promise<ListProblemsCommandOutput>;
180
201
  listProblems(args: ListProblemsCommandInput, cb: (err: any, data?: ListProblemsCommandOutput) => void): void;
181
202
  listProblems(args: ListProblemsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProblemsCommandOutput) => void): void;
182
203
  /**
204
+ * @public
183
205
  * <p>Retrieve a list of the tags (keys and values) that are associated with a specified
184
206
  * application. A <i>tag</i> is a label that you optionally define and associate
185
207
  * with an application. Each tag consists of a required <i>tag key</i> and an
@@ -191,6 +213,7 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
191
213
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
192
214
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
193
215
  /**
216
+ * @public
194
217
  * <p>Add one or more tags (keys and values) to a specified application. A
195
218
  * <i>tag</i> is a label that you optionally define and associate with an
196
219
  * application. Tags can help you categorize and manage application in different ways, such as
@@ -204,18 +227,21 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
204
227
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
205
228
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
206
229
  /**
230
+ * @public
207
231
  * <p>Remove one or more tags (keys and values) from a specified application.</p>
208
232
  */
209
233
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
210
234
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
211
235
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
212
236
  /**
237
+ * @public
213
238
  * <p>Updates the application.</p>
214
239
  */
215
240
  updateApplication(args: UpdateApplicationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateApplicationCommandOutput>;
216
241
  updateApplication(args: UpdateApplicationCommandInput, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
217
242
  updateApplication(args: UpdateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
218
243
  /**
244
+ * @public
219
245
  * <p>Updates the custom component name and/or the list of resources that make up the
220
246
  * component.</p>
221
247
  */
@@ -223,6 +249,7 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
223
249
  updateComponent(args: UpdateComponentCommandInput, cb: (err: any, data?: UpdateComponentCommandOutput) => void): void;
224
250
  updateComponent(args: UpdateComponentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateComponentCommandOutput) => void): void;
225
251
  /**
252
+ * @public
226
253
  * <p>Updates the monitoring configurations for the component. The configuration input
227
254
  * parameter is an escaped JSON of the configuration and should match the schema of what is
228
255
  * returned by <code>DescribeComponentConfigurationRecommendation</code>. </p>
@@ -231,6 +258,7 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
231
258
  updateComponentConfiguration(args: UpdateComponentConfigurationCommandInput, cb: (err: any, data?: UpdateComponentConfigurationCommandOutput) => void): void;
232
259
  updateComponentConfiguration(args: UpdateComponentConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateComponentConfigurationCommandOutput) => void): void;
233
260
  /**
261
+ * @public
234
262
  * <p>Adds a log pattern to a <code>LogPatternSet</code>.</p>
235
263
  */
236
264
  updateLogPattern(args: UpdateLogPatternCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLogPatternCommandOutput>;
@@ -35,15 +35,24 @@ import { UpdateComponentCommandInput, UpdateComponentCommandOutput } from "./com
35
35
  import { UpdateComponentConfigurationCommandInput, UpdateComponentConfigurationCommandOutput } from "./commands/UpdateComponentConfigurationCommand";
36
36
  import { UpdateLogPatternCommandInput, UpdateLogPatternCommandOutput } from "./commands/UpdateLogPatternCommand";
37
37
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
38
+ /**
39
+ * @public
40
+ */
38
41
  export type ServiceInputTypes = CreateApplicationCommandInput | CreateComponentCommandInput | CreateLogPatternCommandInput | DeleteApplicationCommandInput | DeleteComponentCommandInput | DeleteLogPatternCommandInput | DescribeApplicationCommandInput | DescribeComponentCommandInput | DescribeComponentConfigurationCommandInput | DescribeComponentConfigurationRecommendationCommandInput | DescribeLogPatternCommandInput | DescribeObservationCommandInput | DescribeProblemCommandInput | DescribeProblemObservationsCommandInput | ListApplicationsCommandInput | ListComponentsCommandInput | ListConfigurationHistoryCommandInput | ListLogPatternSetsCommandInput | ListLogPatternsCommandInput | ListProblemsCommandInput | ListTagsForResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateApplicationCommandInput | UpdateComponentCommandInput | UpdateComponentConfigurationCommandInput | UpdateLogPatternCommandInput;
42
+ /**
43
+ * @public
44
+ */
39
45
  export type ServiceOutputTypes = CreateApplicationCommandOutput | CreateComponentCommandOutput | CreateLogPatternCommandOutput | DeleteApplicationCommandOutput | DeleteComponentCommandOutput | DeleteLogPatternCommandOutput | DescribeApplicationCommandOutput | DescribeComponentCommandOutput | DescribeComponentConfigurationCommandOutput | DescribeComponentConfigurationRecommendationCommandOutput | DescribeLogPatternCommandOutput | DescribeObservationCommandOutput | DescribeProblemCommandOutput | DescribeProblemObservationsCommandOutput | ListApplicationsCommandOutput | ListComponentsCommandOutput | ListConfigurationHistoryCommandOutput | ListLogPatternSetsCommandOutput | ListLogPatternsCommandOutput | ListProblemsCommandOutput | ListTagsForResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateApplicationCommandOutput | UpdateComponentCommandOutput | UpdateComponentConfigurationCommandOutput | UpdateLogPatternCommandOutput;
46
+ /**
47
+ * @public
48
+ */
40
49
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
41
50
  /**
42
51
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
43
52
  */
44
53
  requestHandler?: __HttpHandler;
45
54
  /**
46
- * A constructor for a class implementing the {@link __Checksum} interface
55
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
47
56
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
48
57
  * @internal
49
58
  */
@@ -133,23 +142,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
133
142
  */
134
143
  logger?: __Logger;
135
144
  /**
136
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
145
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
137
146
  */
138
147
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
139
148
  }
149
+ /**
150
+ * @public
151
+ */
140
152
  type ApplicationInsightsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
141
153
  /**
142
- * The configuration interface of ApplicationInsightsClient class constructor that set the region, credentials and other options.
154
+ * @public
155
+ *
156
+ * The configuration interface of ApplicationInsightsClient class constructor that set the region, credentials and other options.
143
157
  */
144
158
  export interface ApplicationInsightsClientConfig extends ApplicationInsightsClientConfigType {
145
159
  }
160
+ /**
161
+ * @public
162
+ */
146
163
  type ApplicationInsightsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
147
164
  /**
148
- * The resolved configuration interface of ApplicationInsightsClient class. This is resolved and normalized from the {@link ApplicationInsightsClientConfig | constructor configuration interface}.
165
+ * @public
166
+ *
167
+ * The resolved configuration interface of ApplicationInsightsClient class. This is resolved and normalized from the {@link ApplicationInsightsClientConfig | constructor configuration interface}.
149
168
  */
150
169
  export interface ApplicationInsightsClientResolvedConfig extends ApplicationInsightsClientResolvedConfigType {
151
170
  }
152
171
  /**
172
+ * @public
153
173
  * <fullname>Amazon CloudWatch Application Insights</fullname>
154
174
  * <p> Amazon CloudWatch Application Insights is a service that helps you detect common
155
175
  * problems with your applications. It enables you to pinpoint the source of issues in your