@aws-sdk/client-application-insights 3.927.0 → 3.928.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 (54) hide show
  1. package/dist-cjs/index.js +1048 -1190
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/ApplicationInsightsClient.js +2 -0
  4. package/dist-es/commands/AddWorkloadCommand.js +3 -9
  5. package/dist-es/commands/CreateApplicationCommand.js +3 -9
  6. package/dist-es/commands/CreateComponentCommand.js +3 -9
  7. package/dist-es/commands/CreateLogPatternCommand.js +3 -9
  8. package/dist-es/commands/DeleteApplicationCommand.js +3 -9
  9. package/dist-es/commands/DeleteComponentCommand.js +3 -9
  10. package/dist-es/commands/DeleteLogPatternCommand.js +3 -9
  11. package/dist-es/commands/DescribeApplicationCommand.js +3 -9
  12. package/dist-es/commands/DescribeComponentCommand.js +3 -9
  13. package/dist-es/commands/DescribeComponentConfigurationCommand.js +3 -9
  14. package/dist-es/commands/DescribeComponentConfigurationRecommendationCommand.js +3 -9
  15. package/dist-es/commands/DescribeLogPatternCommand.js +3 -9
  16. package/dist-es/commands/DescribeObservationCommand.js +3 -9
  17. package/dist-es/commands/DescribeProblemCommand.js +3 -9
  18. package/dist-es/commands/DescribeProblemObservationsCommand.js +3 -9
  19. package/dist-es/commands/DescribeWorkloadCommand.js +3 -9
  20. package/dist-es/commands/ListApplicationsCommand.js +3 -9
  21. package/dist-es/commands/ListComponentsCommand.js +3 -9
  22. package/dist-es/commands/ListConfigurationHistoryCommand.js +3 -9
  23. package/dist-es/commands/ListLogPatternSetsCommand.js +3 -9
  24. package/dist-es/commands/ListLogPatternsCommand.js +3 -9
  25. package/dist-es/commands/ListProblemsCommand.js +3 -9
  26. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  27. package/dist-es/commands/ListWorkloadsCommand.js +3 -9
  28. package/dist-es/commands/RemoveWorkloadCommand.js +3 -9
  29. package/dist-es/commands/TagResourceCommand.js +3 -9
  30. package/dist-es/commands/UntagResourceCommand.js +3 -9
  31. package/dist-es/commands/UpdateApplicationCommand.js +3 -9
  32. package/dist-es/commands/UpdateComponentCommand.js +3 -9
  33. package/dist-es/commands/UpdateComponentConfigurationCommand.js +3 -9
  34. package/dist-es/commands/UpdateLogPatternCommand.js +3 -9
  35. package/dist-es/commands/UpdateProblemCommand.js +3 -9
  36. package/dist-es/commands/UpdateWorkloadCommand.js +3 -9
  37. package/dist-es/runtimeConfig.shared.js +7 -0
  38. package/dist-es/schemas/schemas_0.js +963 -0
  39. package/dist-types/ApplicationInsightsClient.d.ts +10 -1
  40. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  41. package/dist-types/runtimeConfig.d.ts +1 -0
  42. package/dist-types/runtimeConfig.native.d.ts +1 -0
  43. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  44. package/dist-types/schemas/schemas_0.d.ts +134 -0
  45. package/dist-types/ts3.4/ApplicationInsightsClient.d.ts +4 -0
  46. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  47. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  48. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  49. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  50. package/dist-types/ts3.4/schemas/schemas_0.d.ts +140 -0
  51. package/package.json +5 -5
  52. package/dist-es/protocols/Aws_json1_1.js +0 -939
  53. package/dist-types/protocols/Aws_json1_1.d.ts +0 -299
  54. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -401
@@ -1,401 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AddWorkloadCommandInput,
8
- AddWorkloadCommandOutput,
9
- } from "../commands/AddWorkloadCommand";
10
- import {
11
- CreateApplicationCommandInput,
12
- CreateApplicationCommandOutput,
13
- } from "../commands/CreateApplicationCommand";
14
- import {
15
- CreateComponentCommandInput,
16
- CreateComponentCommandOutput,
17
- } from "../commands/CreateComponentCommand";
18
- import {
19
- CreateLogPatternCommandInput,
20
- CreateLogPatternCommandOutput,
21
- } from "../commands/CreateLogPatternCommand";
22
- import {
23
- DeleteApplicationCommandInput,
24
- DeleteApplicationCommandOutput,
25
- } from "../commands/DeleteApplicationCommand";
26
- import {
27
- DeleteComponentCommandInput,
28
- DeleteComponentCommandOutput,
29
- } from "../commands/DeleteComponentCommand";
30
- import {
31
- DeleteLogPatternCommandInput,
32
- DeleteLogPatternCommandOutput,
33
- } from "../commands/DeleteLogPatternCommand";
34
- import {
35
- DescribeApplicationCommandInput,
36
- DescribeApplicationCommandOutput,
37
- } from "../commands/DescribeApplicationCommand";
38
- import {
39
- DescribeComponentCommandInput,
40
- DescribeComponentCommandOutput,
41
- } from "../commands/DescribeComponentCommand";
42
- import {
43
- DescribeComponentConfigurationCommandInput,
44
- DescribeComponentConfigurationCommandOutput,
45
- } from "../commands/DescribeComponentConfigurationCommand";
46
- import {
47
- DescribeComponentConfigurationRecommendationCommandInput,
48
- DescribeComponentConfigurationRecommendationCommandOutput,
49
- } from "../commands/DescribeComponentConfigurationRecommendationCommand";
50
- import {
51
- DescribeLogPatternCommandInput,
52
- DescribeLogPatternCommandOutput,
53
- } from "../commands/DescribeLogPatternCommand";
54
- import {
55
- DescribeObservationCommandInput,
56
- DescribeObservationCommandOutput,
57
- } from "../commands/DescribeObservationCommand";
58
- import {
59
- DescribeProblemCommandInput,
60
- DescribeProblemCommandOutput,
61
- } from "../commands/DescribeProblemCommand";
62
- import {
63
- DescribeProblemObservationsCommandInput,
64
- DescribeProblemObservationsCommandOutput,
65
- } from "../commands/DescribeProblemObservationsCommand";
66
- import {
67
- DescribeWorkloadCommandInput,
68
- DescribeWorkloadCommandOutput,
69
- } from "../commands/DescribeWorkloadCommand";
70
- import {
71
- ListApplicationsCommandInput,
72
- ListApplicationsCommandOutput,
73
- } from "../commands/ListApplicationsCommand";
74
- import {
75
- ListComponentsCommandInput,
76
- ListComponentsCommandOutput,
77
- } from "../commands/ListComponentsCommand";
78
- import {
79
- ListConfigurationHistoryCommandInput,
80
- ListConfigurationHistoryCommandOutput,
81
- } from "../commands/ListConfigurationHistoryCommand";
82
- import {
83
- ListLogPatternsCommandInput,
84
- ListLogPatternsCommandOutput,
85
- } from "../commands/ListLogPatternsCommand";
86
- import {
87
- ListLogPatternSetsCommandInput,
88
- ListLogPatternSetsCommandOutput,
89
- } from "../commands/ListLogPatternSetsCommand";
90
- import {
91
- ListProblemsCommandInput,
92
- ListProblemsCommandOutput,
93
- } from "../commands/ListProblemsCommand";
94
- import {
95
- ListTagsForResourceCommandInput,
96
- ListTagsForResourceCommandOutput,
97
- } from "../commands/ListTagsForResourceCommand";
98
- import {
99
- ListWorkloadsCommandInput,
100
- ListWorkloadsCommandOutput,
101
- } from "../commands/ListWorkloadsCommand";
102
- import {
103
- RemoveWorkloadCommandInput,
104
- RemoveWorkloadCommandOutput,
105
- } from "../commands/RemoveWorkloadCommand";
106
- import {
107
- TagResourceCommandInput,
108
- TagResourceCommandOutput,
109
- } from "../commands/TagResourceCommand";
110
- import {
111
- UntagResourceCommandInput,
112
- UntagResourceCommandOutput,
113
- } from "../commands/UntagResourceCommand";
114
- import {
115
- UpdateApplicationCommandInput,
116
- UpdateApplicationCommandOutput,
117
- } from "../commands/UpdateApplicationCommand";
118
- import {
119
- UpdateComponentCommandInput,
120
- UpdateComponentCommandOutput,
121
- } from "../commands/UpdateComponentCommand";
122
- import {
123
- UpdateComponentConfigurationCommandInput,
124
- UpdateComponentConfigurationCommandOutput,
125
- } from "../commands/UpdateComponentConfigurationCommand";
126
- import {
127
- UpdateLogPatternCommandInput,
128
- UpdateLogPatternCommandOutput,
129
- } from "../commands/UpdateLogPatternCommand";
130
- import {
131
- UpdateProblemCommandInput,
132
- UpdateProblemCommandOutput,
133
- } from "../commands/UpdateProblemCommand";
134
- import {
135
- UpdateWorkloadCommandInput,
136
- UpdateWorkloadCommandOutput,
137
- } from "../commands/UpdateWorkloadCommand";
138
- export declare const se_AddWorkloadCommand: (
139
- input: AddWorkloadCommandInput,
140
- context: __SerdeContext
141
- ) => Promise<__HttpRequest>;
142
- export declare const se_CreateApplicationCommand: (
143
- input: CreateApplicationCommandInput,
144
- context: __SerdeContext
145
- ) => Promise<__HttpRequest>;
146
- export declare const se_CreateComponentCommand: (
147
- input: CreateComponentCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_CreateLogPatternCommand: (
151
- input: CreateLogPatternCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_DeleteApplicationCommand: (
155
- input: DeleteApplicationCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_DeleteComponentCommand: (
159
- input: DeleteComponentCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_DeleteLogPatternCommand: (
163
- input: DeleteLogPatternCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_DescribeApplicationCommand: (
167
- input: DescribeApplicationCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_DescribeComponentCommand: (
171
- input: DescribeComponentCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_DescribeComponentConfigurationCommand: (
175
- input: DescribeComponentConfigurationCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_DescribeComponentConfigurationRecommendationCommand: (
179
- input: DescribeComponentConfigurationRecommendationCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_DescribeLogPatternCommand: (
183
- input: DescribeLogPatternCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_DescribeObservationCommand: (
187
- input: DescribeObservationCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_DescribeProblemCommand: (
191
- input: DescribeProblemCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_DescribeProblemObservationsCommand: (
195
- input: DescribeProblemObservationsCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_DescribeWorkloadCommand: (
199
- input: DescribeWorkloadCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_ListApplicationsCommand: (
203
- input: ListApplicationsCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_ListComponentsCommand: (
207
- input: ListComponentsCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_ListConfigurationHistoryCommand: (
211
- input: ListConfigurationHistoryCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_ListLogPatternsCommand: (
215
- input: ListLogPatternsCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_ListLogPatternSetsCommand: (
219
- input: ListLogPatternSetsCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_ListProblemsCommand: (
223
- input: ListProblemsCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_ListTagsForResourceCommand: (
227
- input: ListTagsForResourceCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_ListWorkloadsCommand: (
231
- input: ListWorkloadsCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_RemoveWorkloadCommand: (
235
- input: RemoveWorkloadCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_TagResourceCommand: (
239
- input: TagResourceCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_UntagResourceCommand: (
243
- input: UntagResourceCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_UpdateApplicationCommand: (
247
- input: UpdateApplicationCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_UpdateComponentCommand: (
251
- input: UpdateComponentCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_UpdateComponentConfigurationCommand: (
255
- input: UpdateComponentConfigurationCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_UpdateLogPatternCommand: (
259
- input: UpdateLogPatternCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_UpdateProblemCommand: (
263
- input: UpdateProblemCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_UpdateWorkloadCommand: (
267
- input: UpdateWorkloadCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const de_AddWorkloadCommand: (
271
- output: __HttpResponse,
272
- context: __SerdeContext
273
- ) => Promise<AddWorkloadCommandOutput>;
274
- export declare const de_CreateApplicationCommand: (
275
- output: __HttpResponse,
276
- context: __SerdeContext
277
- ) => Promise<CreateApplicationCommandOutput>;
278
- export declare const de_CreateComponentCommand: (
279
- output: __HttpResponse,
280
- context: __SerdeContext
281
- ) => Promise<CreateComponentCommandOutput>;
282
- export declare const de_CreateLogPatternCommand: (
283
- output: __HttpResponse,
284
- context: __SerdeContext
285
- ) => Promise<CreateLogPatternCommandOutput>;
286
- export declare const de_DeleteApplicationCommand: (
287
- output: __HttpResponse,
288
- context: __SerdeContext
289
- ) => Promise<DeleteApplicationCommandOutput>;
290
- export declare const de_DeleteComponentCommand: (
291
- output: __HttpResponse,
292
- context: __SerdeContext
293
- ) => Promise<DeleteComponentCommandOutput>;
294
- export declare const de_DeleteLogPatternCommand: (
295
- output: __HttpResponse,
296
- context: __SerdeContext
297
- ) => Promise<DeleteLogPatternCommandOutput>;
298
- export declare const de_DescribeApplicationCommand: (
299
- output: __HttpResponse,
300
- context: __SerdeContext
301
- ) => Promise<DescribeApplicationCommandOutput>;
302
- export declare const de_DescribeComponentCommand: (
303
- output: __HttpResponse,
304
- context: __SerdeContext
305
- ) => Promise<DescribeComponentCommandOutput>;
306
- export declare const de_DescribeComponentConfigurationCommand: (
307
- output: __HttpResponse,
308
- context: __SerdeContext
309
- ) => Promise<DescribeComponentConfigurationCommandOutput>;
310
- export declare const de_DescribeComponentConfigurationRecommendationCommand: (
311
- output: __HttpResponse,
312
- context: __SerdeContext
313
- ) => Promise<DescribeComponentConfigurationRecommendationCommandOutput>;
314
- export declare const de_DescribeLogPatternCommand: (
315
- output: __HttpResponse,
316
- context: __SerdeContext
317
- ) => Promise<DescribeLogPatternCommandOutput>;
318
- export declare const de_DescribeObservationCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<DescribeObservationCommandOutput>;
322
- export declare const de_DescribeProblemCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<DescribeProblemCommandOutput>;
326
- export declare const de_DescribeProblemObservationsCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<DescribeProblemObservationsCommandOutput>;
330
- export declare const de_DescribeWorkloadCommand: (
331
- output: __HttpResponse,
332
- context: __SerdeContext
333
- ) => Promise<DescribeWorkloadCommandOutput>;
334
- export declare const de_ListApplicationsCommand: (
335
- output: __HttpResponse,
336
- context: __SerdeContext
337
- ) => Promise<ListApplicationsCommandOutput>;
338
- export declare const de_ListComponentsCommand: (
339
- output: __HttpResponse,
340
- context: __SerdeContext
341
- ) => Promise<ListComponentsCommandOutput>;
342
- export declare const de_ListConfigurationHistoryCommand: (
343
- output: __HttpResponse,
344
- context: __SerdeContext
345
- ) => Promise<ListConfigurationHistoryCommandOutput>;
346
- export declare const de_ListLogPatternsCommand: (
347
- output: __HttpResponse,
348
- context: __SerdeContext
349
- ) => Promise<ListLogPatternsCommandOutput>;
350
- export declare const de_ListLogPatternSetsCommand: (
351
- output: __HttpResponse,
352
- context: __SerdeContext
353
- ) => Promise<ListLogPatternSetsCommandOutput>;
354
- export declare const de_ListProblemsCommand: (
355
- output: __HttpResponse,
356
- context: __SerdeContext
357
- ) => Promise<ListProblemsCommandOutput>;
358
- export declare const de_ListTagsForResourceCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<ListTagsForResourceCommandOutput>;
362
- export declare const de_ListWorkloadsCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<ListWorkloadsCommandOutput>;
366
- export declare const de_RemoveWorkloadCommand: (
367
- output: __HttpResponse,
368
- context: __SerdeContext
369
- ) => Promise<RemoveWorkloadCommandOutput>;
370
- export declare const de_TagResourceCommand: (
371
- output: __HttpResponse,
372
- context: __SerdeContext
373
- ) => Promise<TagResourceCommandOutput>;
374
- export declare const de_UntagResourceCommand: (
375
- output: __HttpResponse,
376
- context: __SerdeContext
377
- ) => Promise<UntagResourceCommandOutput>;
378
- export declare const de_UpdateApplicationCommand: (
379
- output: __HttpResponse,
380
- context: __SerdeContext
381
- ) => Promise<UpdateApplicationCommandOutput>;
382
- export declare const de_UpdateComponentCommand: (
383
- output: __HttpResponse,
384
- context: __SerdeContext
385
- ) => Promise<UpdateComponentCommandOutput>;
386
- export declare const de_UpdateComponentConfigurationCommand: (
387
- output: __HttpResponse,
388
- context: __SerdeContext
389
- ) => Promise<UpdateComponentConfigurationCommandOutput>;
390
- export declare const de_UpdateLogPatternCommand: (
391
- output: __HttpResponse,
392
- context: __SerdeContext
393
- ) => Promise<UpdateLogPatternCommandOutput>;
394
- export declare const de_UpdateProblemCommand: (
395
- output: __HttpResponse,
396
- context: __SerdeContext
397
- ) => Promise<UpdateProblemCommandOutput>;
398
- export declare const de_UpdateWorkloadCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<UpdateWorkloadCommandOutput>;