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