@aws-sdk/client-application-insights 3.927.0 → 3.929.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,299 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AddWorkloadCommandInput, AddWorkloadCommandOutput } from "../commands/AddWorkloadCommand";
4
- import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "../commands/CreateApplicationCommand";
5
- import { CreateComponentCommandInput, CreateComponentCommandOutput } from "../commands/CreateComponentCommand";
6
- import { CreateLogPatternCommandInput, CreateLogPatternCommandOutput } from "../commands/CreateLogPatternCommand";
7
- import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "../commands/DeleteApplicationCommand";
8
- import { DeleteComponentCommandInput, DeleteComponentCommandOutput } from "../commands/DeleteComponentCommand";
9
- import { DeleteLogPatternCommandInput, DeleteLogPatternCommandOutput } from "../commands/DeleteLogPatternCommand";
10
- import { DescribeApplicationCommandInput, DescribeApplicationCommandOutput } from "../commands/DescribeApplicationCommand";
11
- import { DescribeComponentCommandInput, DescribeComponentCommandOutput } from "../commands/DescribeComponentCommand";
12
- import { DescribeComponentConfigurationCommandInput, DescribeComponentConfigurationCommandOutput } from "../commands/DescribeComponentConfigurationCommand";
13
- import { DescribeComponentConfigurationRecommendationCommandInput, DescribeComponentConfigurationRecommendationCommandOutput } from "../commands/DescribeComponentConfigurationRecommendationCommand";
14
- import { DescribeLogPatternCommandInput, DescribeLogPatternCommandOutput } from "../commands/DescribeLogPatternCommand";
15
- import { DescribeObservationCommandInput, DescribeObservationCommandOutput } from "../commands/DescribeObservationCommand";
16
- import { DescribeProblemCommandInput, DescribeProblemCommandOutput } from "../commands/DescribeProblemCommand";
17
- import { DescribeProblemObservationsCommandInput, DescribeProblemObservationsCommandOutput } from "../commands/DescribeProblemObservationsCommand";
18
- import { DescribeWorkloadCommandInput, DescribeWorkloadCommandOutput } from "../commands/DescribeWorkloadCommand";
19
- import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "../commands/ListApplicationsCommand";
20
- import { ListComponentsCommandInput, ListComponentsCommandOutput } from "../commands/ListComponentsCommand";
21
- import { ListConfigurationHistoryCommandInput, ListConfigurationHistoryCommandOutput } from "../commands/ListConfigurationHistoryCommand";
22
- import { ListLogPatternsCommandInput, ListLogPatternsCommandOutput } from "../commands/ListLogPatternsCommand";
23
- import { ListLogPatternSetsCommandInput, ListLogPatternSetsCommandOutput } from "../commands/ListLogPatternSetsCommand";
24
- import { ListProblemsCommandInput, ListProblemsCommandOutput } from "../commands/ListProblemsCommand";
25
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
26
- import { ListWorkloadsCommandInput, ListWorkloadsCommandOutput } from "../commands/ListWorkloadsCommand";
27
- import { RemoveWorkloadCommandInput, RemoveWorkloadCommandOutput } from "../commands/RemoveWorkloadCommand";
28
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
29
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
30
- import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "../commands/UpdateApplicationCommand";
31
- import { UpdateComponentCommandInput, UpdateComponentCommandOutput } from "../commands/UpdateComponentCommand";
32
- import { UpdateComponentConfigurationCommandInput, UpdateComponentConfigurationCommandOutput } from "../commands/UpdateComponentConfigurationCommand";
33
- import { UpdateLogPatternCommandInput, UpdateLogPatternCommandOutput } from "../commands/UpdateLogPatternCommand";
34
- import { UpdateProblemCommandInput, UpdateProblemCommandOutput } from "../commands/UpdateProblemCommand";
35
- import { UpdateWorkloadCommandInput, UpdateWorkloadCommandOutput } from "../commands/UpdateWorkloadCommand";
36
- /**
37
- * serializeAws_json1_1AddWorkloadCommand
38
- */
39
- export declare const se_AddWorkloadCommand: (input: AddWorkloadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- /**
41
- * serializeAws_json1_1CreateApplicationCommand
42
- */
43
- export declare const se_CreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- /**
45
- * serializeAws_json1_1CreateComponentCommand
46
- */
47
- export declare const se_CreateComponentCommand: (input: CreateComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- /**
49
- * serializeAws_json1_1CreateLogPatternCommand
50
- */
51
- export declare const se_CreateLogPatternCommand: (input: CreateLogPatternCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- /**
53
- * serializeAws_json1_1DeleteApplicationCommand
54
- */
55
- export declare const se_DeleteApplicationCommand: (input: DeleteApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- /**
57
- * serializeAws_json1_1DeleteComponentCommand
58
- */
59
- export declare const se_DeleteComponentCommand: (input: DeleteComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- /**
61
- * serializeAws_json1_1DeleteLogPatternCommand
62
- */
63
- export declare const se_DeleteLogPatternCommand: (input: DeleteLogPatternCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- /**
65
- * serializeAws_json1_1DescribeApplicationCommand
66
- */
67
- export declare const se_DescribeApplicationCommand: (input: DescribeApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- /**
69
- * serializeAws_json1_1DescribeComponentCommand
70
- */
71
- export declare const se_DescribeComponentCommand: (input: DescribeComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- /**
73
- * serializeAws_json1_1DescribeComponentConfigurationCommand
74
- */
75
- export declare const se_DescribeComponentConfigurationCommand: (input: DescribeComponentConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- /**
77
- * serializeAws_json1_1DescribeComponentConfigurationRecommendationCommand
78
- */
79
- export declare const se_DescribeComponentConfigurationRecommendationCommand: (input: DescribeComponentConfigurationRecommendationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- /**
81
- * serializeAws_json1_1DescribeLogPatternCommand
82
- */
83
- export declare const se_DescribeLogPatternCommand: (input: DescribeLogPatternCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- /**
85
- * serializeAws_json1_1DescribeObservationCommand
86
- */
87
- export declare const se_DescribeObservationCommand: (input: DescribeObservationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- /**
89
- * serializeAws_json1_1DescribeProblemCommand
90
- */
91
- export declare const se_DescribeProblemCommand: (input: DescribeProblemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- /**
93
- * serializeAws_json1_1DescribeProblemObservationsCommand
94
- */
95
- export declare const se_DescribeProblemObservationsCommand: (input: DescribeProblemObservationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- /**
97
- * serializeAws_json1_1DescribeWorkloadCommand
98
- */
99
- export declare const se_DescribeWorkloadCommand: (input: DescribeWorkloadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- /**
101
- * serializeAws_json1_1ListApplicationsCommand
102
- */
103
- export declare const se_ListApplicationsCommand: (input: ListApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- /**
105
- * serializeAws_json1_1ListComponentsCommand
106
- */
107
- export declare const se_ListComponentsCommand: (input: ListComponentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- /**
109
- * serializeAws_json1_1ListConfigurationHistoryCommand
110
- */
111
- export declare const se_ListConfigurationHistoryCommand: (input: ListConfigurationHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- /**
113
- * serializeAws_json1_1ListLogPatternsCommand
114
- */
115
- export declare const se_ListLogPatternsCommand: (input: ListLogPatternsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- /**
117
- * serializeAws_json1_1ListLogPatternSetsCommand
118
- */
119
- export declare const se_ListLogPatternSetsCommand: (input: ListLogPatternSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- /**
121
- * serializeAws_json1_1ListProblemsCommand
122
- */
123
- export declare const se_ListProblemsCommand: (input: ListProblemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- /**
125
- * serializeAws_json1_1ListTagsForResourceCommand
126
- */
127
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- /**
129
- * serializeAws_json1_1ListWorkloadsCommand
130
- */
131
- export declare const se_ListWorkloadsCommand: (input: ListWorkloadsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- /**
133
- * serializeAws_json1_1RemoveWorkloadCommand
134
- */
135
- export declare const se_RemoveWorkloadCommand: (input: RemoveWorkloadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- /**
137
- * serializeAws_json1_1TagResourceCommand
138
- */
139
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- /**
141
- * serializeAws_json1_1UntagResourceCommand
142
- */
143
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- /**
145
- * serializeAws_json1_1UpdateApplicationCommand
146
- */
147
- export declare const se_UpdateApplicationCommand: (input: UpdateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
- /**
149
- * serializeAws_json1_1UpdateComponentCommand
150
- */
151
- export declare const se_UpdateComponentCommand: (input: UpdateComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
- /**
153
- * serializeAws_json1_1UpdateComponentConfigurationCommand
154
- */
155
- export declare const se_UpdateComponentConfigurationCommand: (input: UpdateComponentConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
- /**
157
- * serializeAws_json1_1UpdateLogPatternCommand
158
- */
159
- export declare const se_UpdateLogPatternCommand: (input: UpdateLogPatternCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
- /**
161
- * serializeAws_json1_1UpdateProblemCommand
162
- */
163
- export declare const se_UpdateProblemCommand: (input: UpdateProblemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
- /**
165
- * serializeAws_json1_1UpdateWorkloadCommand
166
- */
167
- export declare const se_UpdateWorkloadCommand: (input: UpdateWorkloadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
- /**
169
- * deserializeAws_json1_1AddWorkloadCommand
170
- */
171
- export declare const de_AddWorkloadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddWorkloadCommandOutput>;
172
- /**
173
- * deserializeAws_json1_1CreateApplicationCommand
174
- */
175
- export declare const de_CreateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationCommandOutput>;
176
- /**
177
- * deserializeAws_json1_1CreateComponentCommand
178
- */
179
- export declare const de_CreateComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateComponentCommandOutput>;
180
- /**
181
- * deserializeAws_json1_1CreateLogPatternCommand
182
- */
183
- export declare const de_CreateLogPatternCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLogPatternCommandOutput>;
184
- /**
185
- * deserializeAws_json1_1DeleteApplicationCommand
186
- */
187
- export declare const de_DeleteApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationCommandOutput>;
188
- /**
189
- * deserializeAws_json1_1DeleteComponentCommand
190
- */
191
- export declare const de_DeleteComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteComponentCommandOutput>;
192
- /**
193
- * deserializeAws_json1_1DeleteLogPatternCommand
194
- */
195
- export declare const de_DeleteLogPatternCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLogPatternCommandOutput>;
196
- /**
197
- * deserializeAws_json1_1DescribeApplicationCommand
198
- */
199
- export declare const de_DescribeApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeApplicationCommandOutput>;
200
- /**
201
- * deserializeAws_json1_1DescribeComponentCommand
202
- */
203
- export declare const de_DescribeComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeComponentCommandOutput>;
204
- /**
205
- * deserializeAws_json1_1DescribeComponentConfigurationCommand
206
- */
207
- export declare const de_DescribeComponentConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeComponentConfigurationCommandOutput>;
208
- /**
209
- * deserializeAws_json1_1DescribeComponentConfigurationRecommendationCommand
210
- */
211
- export declare const de_DescribeComponentConfigurationRecommendationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeComponentConfigurationRecommendationCommandOutput>;
212
- /**
213
- * deserializeAws_json1_1DescribeLogPatternCommand
214
- */
215
- export declare const de_DescribeLogPatternCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLogPatternCommandOutput>;
216
- /**
217
- * deserializeAws_json1_1DescribeObservationCommand
218
- */
219
- export declare const de_DescribeObservationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeObservationCommandOutput>;
220
- /**
221
- * deserializeAws_json1_1DescribeProblemCommand
222
- */
223
- export declare const de_DescribeProblemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProblemCommandOutput>;
224
- /**
225
- * deserializeAws_json1_1DescribeProblemObservationsCommand
226
- */
227
- export declare const de_DescribeProblemObservationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProblemObservationsCommandOutput>;
228
- /**
229
- * deserializeAws_json1_1DescribeWorkloadCommand
230
- */
231
- export declare const de_DescribeWorkloadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkloadCommandOutput>;
232
- /**
233
- * deserializeAws_json1_1ListApplicationsCommand
234
- */
235
- export declare const de_ListApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationsCommandOutput>;
236
- /**
237
- * deserializeAws_json1_1ListComponentsCommand
238
- */
239
- export declare const de_ListComponentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListComponentsCommandOutput>;
240
- /**
241
- * deserializeAws_json1_1ListConfigurationHistoryCommand
242
- */
243
- export declare const de_ListConfigurationHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfigurationHistoryCommandOutput>;
244
- /**
245
- * deserializeAws_json1_1ListLogPatternsCommand
246
- */
247
- export declare const de_ListLogPatternsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLogPatternsCommandOutput>;
248
- /**
249
- * deserializeAws_json1_1ListLogPatternSetsCommand
250
- */
251
- export declare const de_ListLogPatternSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLogPatternSetsCommandOutput>;
252
- /**
253
- * deserializeAws_json1_1ListProblemsCommand
254
- */
255
- export declare const de_ListProblemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProblemsCommandOutput>;
256
- /**
257
- * deserializeAws_json1_1ListTagsForResourceCommand
258
- */
259
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
260
- /**
261
- * deserializeAws_json1_1ListWorkloadsCommand
262
- */
263
- export declare const de_ListWorkloadsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkloadsCommandOutput>;
264
- /**
265
- * deserializeAws_json1_1RemoveWorkloadCommand
266
- */
267
- export declare const de_RemoveWorkloadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveWorkloadCommandOutput>;
268
- /**
269
- * deserializeAws_json1_1TagResourceCommand
270
- */
271
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
272
- /**
273
- * deserializeAws_json1_1UntagResourceCommand
274
- */
275
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
276
- /**
277
- * deserializeAws_json1_1UpdateApplicationCommand
278
- */
279
- export declare const de_UpdateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationCommandOutput>;
280
- /**
281
- * deserializeAws_json1_1UpdateComponentCommand
282
- */
283
- export declare const de_UpdateComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateComponentCommandOutput>;
284
- /**
285
- * deserializeAws_json1_1UpdateComponentConfigurationCommand
286
- */
287
- export declare const de_UpdateComponentConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateComponentConfigurationCommandOutput>;
288
- /**
289
- * deserializeAws_json1_1UpdateLogPatternCommand
290
- */
291
- export declare const de_UpdateLogPatternCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLogPatternCommandOutput>;
292
- /**
293
- * deserializeAws_json1_1UpdateProblemCommand
294
- */
295
- export declare const de_UpdateProblemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProblemCommandOutput>;
296
- /**
297
- * deserializeAws_json1_1UpdateWorkloadCommand
298
- */
299
- export declare const de_UpdateWorkloadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkloadCommandOutput>;