@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.
- package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
- package/dist-cjs/commands/CreateComponentCommand.js +2 -2
- package/dist-cjs/commands/CreateLogPatternCommand.js +2 -2
- package/dist-cjs/commands/DeleteApplicationCommand.js +2 -2
- package/dist-cjs/commands/DeleteComponentCommand.js +2 -2
- package/dist-cjs/commands/DeleteLogPatternCommand.js +2 -2
- package/dist-cjs/commands/DescribeApplicationCommand.js +2 -2
- package/dist-cjs/commands/DescribeComponentCommand.js +2 -2
- package/dist-cjs/commands/DescribeComponentConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DescribeComponentConfigurationRecommendationCommand.js +2 -2
- package/dist-cjs/commands/DescribeLogPatternCommand.js +2 -2
- package/dist-cjs/commands/DescribeObservationCommand.js +2 -2
- package/dist-cjs/commands/DescribeProblemCommand.js +2 -2
- package/dist-cjs/commands/DescribeProblemObservationsCommand.js +2 -2
- package/dist-cjs/commands/ListApplicationsCommand.js +2 -2
- package/dist-cjs/commands/ListComponentsCommand.js +2 -2
- package/dist-cjs/commands/ListConfigurationHistoryCommand.js +2 -2
- package/dist-cjs/commands/ListLogPatternSetsCommand.js +2 -2
- package/dist-cjs/commands/ListLogPatternsCommand.js +2 -2
- package/dist-cjs/commands/ListProblemsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
- package/dist-cjs/commands/UpdateComponentCommand.js +2 -2
- package/dist-cjs/commands/UpdateComponentConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateLogPatternCommand.js +2 -2
- package/dist-cjs/protocols/Aws_json1_1.js +442 -460
- package/dist-es/commands/CreateApplicationCommand.js +3 -3
- package/dist-es/commands/CreateComponentCommand.js +3 -3
- package/dist-es/commands/CreateLogPatternCommand.js +3 -3
- package/dist-es/commands/DeleteApplicationCommand.js +3 -3
- package/dist-es/commands/DeleteComponentCommand.js +3 -3
- package/dist-es/commands/DeleteLogPatternCommand.js +3 -3
- package/dist-es/commands/DescribeApplicationCommand.js +3 -3
- package/dist-es/commands/DescribeComponentCommand.js +3 -3
- package/dist-es/commands/DescribeComponentConfigurationCommand.js +3 -3
- package/dist-es/commands/DescribeComponentConfigurationRecommendationCommand.js +3 -3
- package/dist-es/commands/DescribeLogPatternCommand.js +3 -3
- package/dist-es/commands/DescribeObservationCommand.js +3 -3
- package/dist-es/commands/DescribeProblemCommand.js +3 -3
- package/dist-es/commands/DescribeProblemObservationsCommand.js +3 -3
- package/dist-es/commands/ListApplicationsCommand.js +3 -3
- package/dist-es/commands/ListComponentsCommand.js +3 -3
- package/dist-es/commands/ListConfigurationHistoryCommand.js +3 -3
- package/dist-es/commands/ListLogPatternSetsCommand.js +3 -3
- package/dist-es/commands/ListLogPatternsCommand.js +3 -3
- package/dist-es/commands/ListProblemsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateApplicationCommand.js +3 -3
- package/dist-es/commands/UpdateComponentCommand.js +3 -3
- package/dist-es/commands/UpdateComponentConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateLogPatternCommand.js +3 -3
- package/dist-es/protocols/Aws_json1_1.js +386 -404
- package/dist-types/protocols/Aws_json1_1.d.ts +216 -54
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +54 -54
- 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
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
export declare const
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
export declare const
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
export declare const
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
export declare const
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
export declare const
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
export declare const
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
export declare const
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
export declare const
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
export declare const
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
export declare const
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
export declare const
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
export declare const
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
export declare const
|
|
82
|
-
|
|
83
|
-
|
|
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
|
|
114
|
+
export declare const se_CreateApplicationCommand: (
|
|
115
115
|
input: CreateApplicationCommandInput,
|
|
116
116
|
context: __SerdeContext
|
|
117
117
|
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const
|
|
118
|
+
export declare const se_CreateComponentCommand: (
|
|
119
119
|
input: CreateComponentCommandInput,
|
|
120
120
|
context: __SerdeContext
|
|
121
121
|
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const
|
|
122
|
+
export declare const se_CreateLogPatternCommand: (
|
|
123
123
|
input: CreateLogPatternCommandInput,
|
|
124
124
|
context: __SerdeContext
|
|
125
125
|
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const
|
|
126
|
+
export declare const se_DeleteApplicationCommand: (
|
|
127
127
|
input: DeleteApplicationCommandInput,
|
|
128
128
|
context: __SerdeContext
|
|
129
129
|
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const
|
|
130
|
+
export declare const se_DeleteComponentCommand: (
|
|
131
131
|
input: DeleteComponentCommandInput,
|
|
132
132
|
context: __SerdeContext
|
|
133
133
|
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const se_DeleteLogPatternCommand: (
|
|
135
135
|
input: DeleteLogPatternCommandInput,
|
|
136
136
|
context: __SerdeContext
|
|
137
137
|
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const se_DescribeApplicationCommand: (
|
|
139
139
|
input: DescribeApplicationCommandInput,
|
|
140
140
|
context: __SerdeContext
|
|
141
141
|
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const se_DescribeComponentCommand: (
|
|
143
143
|
input: DescribeComponentCommandInput,
|
|
144
144
|
context: __SerdeContext
|
|
145
145
|
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const se_DescribeComponentConfigurationCommand: (
|
|
147
147
|
input: DescribeComponentConfigurationCommandInput,
|
|
148
148
|
context: __SerdeContext
|
|
149
149
|
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const
|
|
150
|
+
export declare const se_DescribeComponentConfigurationRecommendationCommand: (
|
|
151
151
|
input: DescribeComponentConfigurationRecommendationCommandInput,
|
|
152
152
|
context: __SerdeContext
|
|
153
153
|
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const
|
|
154
|
+
export declare const se_DescribeLogPatternCommand: (
|
|
155
155
|
input: DescribeLogPatternCommandInput,
|
|
156
156
|
context: __SerdeContext
|
|
157
157
|
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const se_DescribeObservationCommand: (
|
|
159
159
|
input: DescribeObservationCommandInput,
|
|
160
160
|
context: __SerdeContext
|
|
161
161
|
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const se_DescribeProblemCommand: (
|
|
163
163
|
input: DescribeProblemCommandInput,
|
|
164
164
|
context: __SerdeContext
|
|
165
165
|
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const se_DescribeProblemObservationsCommand: (
|
|
167
167
|
input: DescribeProblemObservationsCommandInput,
|
|
168
168
|
context: __SerdeContext
|
|
169
169
|
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const
|
|
170
|
+
export declare const se_ListApplicationsCommand: (
|
|
171
171
|
input: ListApplicationsCommandInput,
|
|
172
172
|
context: __SerdeContext
|
|
173
173
|
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const
|
|
174
|
+
export declare const se_ListComponentsCommand: (
|
|
175
175
|
input: ListComponentsCommandInput,
|
|
176
176
|
context: __SerdeContext
|
|
177
177
|
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const
|
|
178
|
+
export declare const se_ListConfigurationHistoryCommand: (
|
|
179
179
|
input: ListConfigurationHistoryCommandInput,
|
|
180
180
|
context: __SerdeContext
|
|
181
181
|
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const se_ListLogPatternsCommand: (
|
|
183
183
|
input: ListLogPatternsCommandInput,
|
|
184
184
|
context: __SerdeContext
|
|
185
185
|
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const
|
|
186
|
+
export declare const se_ListLogPatternSetsCommand: (
|
|
187
187
|
input: ListLogPatternSetsCommandInput,
|
|
188
188
|
context: __SerdeContext
|
|
189
189
|
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const
|
|
190
|
+
export declare const se_ListProblemsCommand: (
|
|
191
191
|
input: ListProblemsCommandInput,
|
|
192
192
|
context: __SerdeContext
|
|
193
193
|
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const
|
|
194
|
+
export declare const se_ListTagsForResourceCommand: (
|
|
195
195
|
input: ListTagsForResourceCommandInput,
|
|
196
196
|
context: __SerdeContext
|
|
197
197
|
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const
|
|
198
|
+
export declare const se_TagResourceCommand: (
|
|
199
199
|
input: TagResourceCommandInput,
|
|
200
200
|
context: __SerdeContext
|
|
201
201
|
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const
|
|
202
|
+
export declare const se_UntagResourceCommand: (
|
|
203
203
|
input: UntagResourceCommandInput,
|
|
204
204
|
context: __SerdeContext
|
|
205
205
|
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const
|
|
206
|
+
export declare const se_UpdateApplicationCommand: (
|
|
207
207
|
input: UpdateApplicationCommandInput,
|
|
208
208
|
context: __SerdeContext
|
|
209
209
|
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const
|
|
210
|
+
export declare const se_UpdateComponentCommand: (
|
|
211
211
|
input: UpdateComponentCommandInput,
|
|
212
212
|
context: __SerdeContext
|
|
213
213
|
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const
|
|
214
|
+
export declare const se_UpdateComponentConfigurationCommand: (
|
|
215
215
|
input: UpdateComponentConfigurationCommandInput,
|
|
216
216
|
context: __SerdeContext
|
|
217
217
|
) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const
|
|
218
|
+
export declare const se_UpdateLogPatternCommand: (
|
|
219
219
|
input: UpdateLogPatternCommandInput,
|
|
220
220
|
context: __SerdeContext
|
|
221
221
|
) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const
|
|
222
|
+
export declare const de_CreateApplicationCommand: (
|
|
223
223
|
output: __HttpResponse,
|
|
224
224
|
context: __SerdeContext
|
|
225
225
|
) => Promise<CreateApplicationCommandOutput>;
|
|
226
|
-
export declare const
|
|
226
|
+
export declare const de_CreateComponentCommand: (
|
|
227
227
|
output: __HttpResponse,
|
|
228
228
|
context: __SerdeContext
|
|
229
229
|
) => Promise<CreateComponentCommandOutput>;
|
|
230
|
-
export declare const
|
|
230
|
+
export declare const de_CreateLogPatternCommand: (
|
|
231
231
|
output: __HttpResponse,
|
|
232
232
|
context: __SerdeContext
|
|
233
233
|
) => Promise<CreateLogPatternCommandOutput>;
|
|
234
|
-
export declare const
|
|
234
|
+
export declare const de_DeleteApplicationCommand: (
|
|
235
235
|
output: __HttpResponse,
|
|
236
236
|
context: __SerdeContext
|
|
237
237
|
) => Promise<DeleteApplicationCommandOutput>;
|
|
238
|
-
export declare const
|
|
238
|
+
export declare const de_DeleteComponentCommand: (
|
|
239
239
|
output: __HttpResponse,
|
|
240
240
|
context: __SerdeContext
|
|
241
241
|
) => Promise<DeleteComponentCommandOutput>;
|
|
242
|
-
export declare const
|
|
242
|
+
export declare const de_DeleteLogPatternCommand: (
|
|
243
243
|
output: __HttpResponse,
|
|
244
244
|
context: __SerdeContext
|
|
245
245
|
) => Promise<DeleteLogPatternCommandOutput>;
|
|
246
|
-
export declare const
|
|
246
|
+
export declare const de_DescribeApplicationCommand: (
|
|
247
247
|
output: __HttpResponse,
|
|
248
248
|
context: __SerdeContext
|
|
249
249
|
) => Promise<DescribeApplicationCommandOutput>;
|
|
250
|
-
export declare const
|
|
250
|
+
export declare const de_DescribeComponentCommand: (
|
|
251
251
|
output: __HttpResponse,
|
|
252
252
|
context: __SerdeContext
|
|
253
253
|
) => Promise<DescribeComponentCommandOutput>;
|
|
254
|
-
export declare const
|
|
254
|
+
export declare const de_DescribeComponentConfigurationCommand: (
|
|
255
255
|
output: __HttpResponse,
|
|
256
256
|
context: __SerdeContext
|
|
257
257
|
) => Promise<DescribeComponentConfigurationCommandOutput>;
|
|
258
|
-
export declare const
|
|
258
|
+
export declare const de_DescribeComponentConfigurationRecommendationCommand: (
|
|
259
259
|
output: __HttpResponse,
|
|
260
260
|
context: __SerdeContext
|
|
261
261
|
) => Promise<DescribeComponentConfigurationRecommendationCommandOutput>;
|
|
262
|
-
export declare const
|
|
262
|
+
export declare const de_DescribeLogPatternCommand: (
|
|
263
263
|
output: __HttpResponse,
|
|
264
264
|
context: __SerdeContext
|
|
265
265
|
) => Promise<DescribeLogPatternCommandOutput>;
|
|
266
|
-
export declare const
|
|
266
|
+
export declare const de_DescribeObservationCommand: (
|
|
267
267
|
output: __HttpResponse,
|
|
268
268
|
context: __SerdeContext
|
|
269
269
|
) => Promise<DescribeObservationCommandOutput>;
|
|
270
|
-
export declare const
|
|
270
|
+
export declare const de_DescribeProblemCommand: (
|
|
271
271
|
output: __HttpResponse,
|
|
272
272
|
context: __SerdeContext
|
|
273
273
|
) => Promise<DescribeProblemCommandOutput>;
|
|
274
|
-
export declare const
|
|
274
|
+
export declare const de_DescribeProblemObservationsCommand: (
|
|
275
275
|
output: __HttpResponse,
|
|
276
276
|
context: __SerdeContext
|
|
277
277
|
) => Promise<DescribeProblemObservationsCommandOutput>;
|
|
278
|
-
export declare const
|
|
278
|
+
export declare const de_ListApplicationsCommand: (
|
|
279
279
|
output: __HttpResponse,
|
|
280
280
|
context: __SerdeContext
|
|
281
281
|
) => Promise<ListApplicationsCommandOutput>;
|
|
282
|
-
export declare const
|
|
282
|
+
export declare const de_ListComponentsCommand: (
|
|
283
283
|
output: __HttpResponse,
|
|
284
284
|
context: __SerdeContext
|
|
285
285
|
) => Promise<ListComponentsCommandOutput>;
|
|
286
|
-
export declare const
|
|
286
|
+
export declare const de_ListConfigurationHistoryCommand: (
|
|
287
287
|
output: __HttpResponse,
|
|
288
288
|
context: __SerdeContext
|
|
289
289
|
) => Promise<ListConfigurationHistoryCommandOutput>;
|
|
290
|
-
export declare const
|
|
290
|
+
export declare const de_ListLogPatternsCommand: (
|
|
291
291
|
output: __HttpResponse,
|
|
292
292
|
context: __SerdeContext
|
|
293
293
|
) => Promise<ListLogPatternsCommandOutput>;
|
|
294
|
-
export declare const
|
|
294
|
+
export declare const de_ListLogPatternSetsCommand: (
|
|
295
295
|
output: __HttpResponse,
|
|
296
296
|
context: __SerdeContext
|
|
297
297
|
) => Promise<ListLogPatternSetsCommandOutput>;
|
|
298
|
-
export declare const
|
|
298
|
+
export declare const de_ListProblemsCommand: (
|
|
299
299
|
output: __HttpResponse,
|
|
300
300
|
context: __SerdeContext
|
|
301
301
|
) => Promise<ListProblemsCommandOutput>;
|
|
302
|
-
export declare const
|
|
302
|
+
export declare const de_ListTagsForResourceCommand: (
|
|
303
303
|
output: __HttpResponse,
|
|
304
304
|
context: __SerdeContext
|
|
305
305
|
) => Promise<ListTagsForResourceCommandOutput>;
|
|
306
|
-
export declare const
|
|
306
|
+
export declare const de_TagResourceCommand: (
|
|
307
307
|
output: __HttpResponse,
|
|
308
308
|
context: __SerdeContext
|
|
309
309
|
) => Promise<TagResourceCommandOutput>;
|
|
310
|
-
export declare const
|
|
310
|
+
export declare const de_UntagResourceCommand: (
|
|
311
311
|
output: __HttpResponse,
|
|
312
312
|
context: __SerdeContext
|
|
313
313
|
) => Promise<UntagResourceCommandOutput>;
|
|
314
|
-
export declare const
|
|
314
|
+
export declare const de_UpdateApplicationCommand: (
|
|
315
315
|
output: __HttpResponse,
|
|
316
316
|
context: __SerdeContext
|
|
317
317
|
) => Promise<UpdateApplicationCommandOutput>;
|
|
318
|
-
export declare const
|
|
318
|
+
export declare const de_UpdateComponentCommand: (
|
|
319
319
|
output: __HttpResponse,
|
|
320
320
|
context: __SerdeContext
|
|
321
321
|
) => Promise<UpdateComponentCommandOutput>;
|
|
322
|
-
export declare const
|
|
322
|
+
export declare const de_UpdateComponentConfigurationCommand: (
|
|
323
323
|
output: __HttpResponse,
|
|
324
324
|
context: __SerdeContext
|
|
325
325
|
) => Promise<UpdateComponentConfigurationCommandOutput>;
|
|
326
|
-
export declare const
|
|
326
|
+
export declare const de_UpdateLogPatternCommand: (
|
|
327
327
|
output: __HttpResponse,
|
|
328
328
|
context: __SerdeContext
|
|
329
329
|
) => Promise<UpdateLogPatternCommandOutput>;
|