@aws-sdk/client-xray 3.928.0 → 3.930.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/index.js +1651 -2146
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/XRayClient.js +2 -0
- package/dist-es/commands/BatchGetTracesCommand.js +3 -9
- package/dist-es/commands/CancelTraceRetrievalCommand.js +3 -9
- package/dist-es/commands/CreateGroupCommand.js +3 -9
- package/dist-es/commands/CreateSamplingRuleCommand.js +3 -9
- package/dist-es/commands/DeleteGroupCommand.js +3 -9
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/dist-es/commands/DeleteSamplingRuleCommand.js +3 -9
- package/dist-es/commands/GetEncryptionConfigCommand.js +3 -9
- package/dist-es/commands/GetGroupCommand.js +3 -9
- package/dist-es/commands/GetGroupsCommand.js +3 -9
- package/dist-es/commands/GetIndexingRulesCommand.js +3 -9
- package/dist-es/commands/GetInsightCommand.js +3 -9
- package/dist-es/commands/GetInsightEventsCommand.js +3 -9
- package/dist-es/commands/GetInsightImpactGraphCommand.js +3 -9
- package/dist-es/commands/GetInsightSummariesCommand.js +3 -9
- package/dist-es/commands/GetRetrievedTracesGraphCommand.js +3 -9
- package/dist-es/commands/GetSamplingRulesCommand.js +3 -9
- package/dist-es/commands/GetSamplingStatisticSummariesCommand.js +3 -9
- package/dist-es/commands/GetSamplingTargetsCommand.js +3 -9
- package/dist-es/commands/GetServiceGraphCommand.js +3 -9
- package/dist-es/commands/GetTimeSeriesServiceStatisticsCommand.js +3 -9
- package/dist-es/commands/GetTraceGraphCommand.js +3 -9
- package/dist-es/commands/GetTraceSegmentDestinationCommand.js +3 -9
- package/dist-es/commands/GetTraceSummariesCommand.js +3 -9
- package/dist-es/commands/ListResourcePoliciesCommand.js +3 -9
- package/dist-es/commands/ListRetrievedTracesCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/PutEncryptionConfigCommand.js +3 -9
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/dist-es/commands/PutTelemetryRecordsCommand.js +3 -9
- package/dist-es/commands/PutTraceSegmentsCommand.js +3 -9
- package/dist-es/commands/StartTraceRetrievalCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateGroupCommand.js +3 -9
- package/dist-es/commands/UpdateIndexingRuleCommand.js +3 -9
- package/dist-es/commands/UpdateSamplingRuleCommand.js +3 -9
- package/dist-es/commands/UpdateTraceSegmentDestinationCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -28
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1554 -0
- package/dist-types/XRayClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +12 -3
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +250 -0
- package/dist-types/ts3.4/XRayClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -3
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +256 -0
- package/package.json +33 -33
- package/dist-es/protocols/Aws_restJson1.js +0 -1823
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -344
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -461
|
@@ -1,461 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
BatchGetTracesCommandInput,
|
|
8
|
-
BatchGetTracesCommandOutput,
|
|
9
|
-
} from "../commands/BatchGetTracesCommand";
|
|
10
|
-
import {
|
|
11
|
-
CancelTraceRetrievalCommandInput,
|
|
12
|
-
CancelTraceRetrievalCommandOutput,
|
|
13
|
-
} from "../commands/CancelTraceRetrievalCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreateGroupCommandInput,
|
|
16
|
-
CreateGroupCommandOutput,
|
|
17
|
-
} from "../commands/CreateGroupCommand";
|
|
18
|
-
import {
|
|
19
|
-
CreateSamplingRuleCommandInput,
|
|
20
|
-
CreateSamplingRuleCommandOutput,
|
|
21
|
-
} from "../commands/CreateSamplingRuleCommand";
|
|
22
|
-
import {
|
|
23
|
-
DeleteGroupCommandInput,
|
|
24
|
-
DeleteGroupCommandOutput,
|
|
25
|
-
} from "../commands/DeleteGroupCommand";
|
|
26
|
-
import {
|
|
27
|
-
DeleteResourcePolicyCommandInput,
|
|
28
|
-
DeleteResourcePolicyCommandOutput,
|
|
29
|
-
} from "../commands/DeleteResourcePolicyCommand";
|
|
30
|
-
import {
|
|
31
|
-
DeleteSamplingRuleCommandInput,
|
|
32
|
-
DeleteSamplingRuleCommandOutput,
|
|
33
|
-
} from "../commands/DeleteSamplingRuleCommand";
|
|
34
|
-
import {
|
|
35
|
-
GetEncryptionConfigCommandInput,
|
|
36
|
-
GetEncryptionConfigCommandOutput,
|
|
37
|
-
} from "../commands/GetEncryptionConfigCommand";
|
|
38
|
-
import {
|
|
39
|
-
GetGroupCommandInput,
|
|
40
|
-
GetGroupCommandOutput,
|
|
41
|
-
} from "../commands/GetGroupCommand";
|
|
42
|
-
import {
|
|
43
|
-
GetGroupsCommandInput,
|
|
44
|
-
GetGroupsCommandOutput,
|
|
45
|
-
} from "../commands/GetGroupsCommand";
|
|
46
|
-
import {
|
|
47
|
-
GetIndexingRulesCommandInput,
|
|
48
|
-
GetIndexingRulesCommandOutput,
|
|
49
|
-
} from "../commands/GetIndexingRulesCommand";
|
|
50
|
-
import {
|
|
51
|
-
GetInsightCommandInput,
|
|
52
|
-
GetInsightCommandOutput,
|
|
53
|
-
} from "../commands/GetInsightCommand";
|
|
54
|
-
import {
|
|
55
|
-
GetInsightEventsCommandInput,
|
|
56
|
-
GetInsightEventsCommandOutput,
|
|
57
|
-
} from "../commands/GetInsightEventsCommand";
|
|
58
|
-
import {
|
|
59
|
-
GetInsightImpactGraphCommandInput,
|
|
60
|
-
GetInsightImpactGraphCommandOutput,
|
|
61
|
-
} from "../commands/GetInsightImpactGraphCommand";
|
|
62
|
-
import {
|
|
63
|
-
GetInsightSummariesCommandInput,
|
|
64
|
-
GetInsightSummariesCommandOutput,
|
|
65
|
-
} from "../commands/GetInsightSummariesCommand";
|
|
66
|
-
import {
|
|
67
|
-
GetRetrievedTracesGraphCommandInput,
|
|
68
|
-
GetRetrievedTracesGraphCommandOutput,
|
|
69
|
-
} from "../commands/GetRetrievedTracesGraphCommand";
|
|
70
|
-
import {
|
|
71
|
-
GetSamplingRulesCommandInput,
|
|
72
|
-
GetSamplingRulesCommandOutput,
|
|
73
|
-
} from "../commands/GetSamplingRulesCommand";
|
|
74
|
-
import {
|
|
75
|
-
GetSamplingStatisticSummariesCommandInput,
|
|
76
|
-
GetSamplingStatisticSummariesCommandOutput,
|
|
77
|
-
} from "../commands/GetSamplingStatisticSummariesCommand";
|
|
78
|
-
import {
|
|
79
|
-
GetSamplingTargetsCommandInput,
|
|
80
|
-
GetSamplingTargetsCommandOutput,
|
|
81
|
-
} from "../commands/GetSamplingTargetsCommand";
|
|
82
|
-
import {
|
|
83
|
-
GetServiceGraphCommandInput,
|
|
84
|
-
GetServiceGraphCommandOutput,
|
|
85
|
-
} from "../commands/GetServiceGraphCommand";
|
|
86
|
-
import {
|
|
87
|
-
GetTimeSeriesServiceStatisticsCommandInput,
|
|
88
|
-
GetTimeSeriesServiceStatisticsCommandOutput,
|
|
89
|
-
} from "../commands/GetTimeSeriesServiceStatisticsCommand";
|
|
90
|
-
import {
|
|
91
|
-
GetTraceGraphCommandInput,
|
|
92
|
-
GetTraceGraphCommandOutput,
|
|
93
|
-
} from "../commands/GetTraceGraphCommand";
|
|
94
|
-
import {
|
|
95
|
-
GetTraceSegmentDestinationCommandInput,
|
|
96
|
-
GetTraceSegmentDestinationCommandOutput,
|
|
97
|
-
} from "../commands/GetTraceSegmentDestinationCommand";
|
|
98
|
-
import {
|
|
99
|
-
GetTraceSummariesCommandInput,
|
|
100
|
-
GetTraceSummariesCommandOutput,
|
|
101
|
-
} from "../commands/GetTraceSummariesCommand";
|
|
102
|
-
import {
|
|
103
|
-
ListResourcePoliciesCommandInput,
|
|
104
|
-
ListResourcePoliciesCommandOutput,
|
|
105
|
-
} from "../commands/ListResourcePoliciesCommand";
|
|
106
|
-
import {
|
|
107
|
-
ListRetrievedTracesCommandInput,
|
|
108
|
-
ListRetrievedTracesCommandOutput,
|
|
109
|
-
} from "../commands/ListRetrievedTracesCommand";
|
|
110
|
-
import {
|
|
111
|
-
ListTagsForResourceCommandInput,
|
|
112
|
-
ListTagsForResourceCommandOutput,
|
|
113
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
114
|
-
import {
|
|
115
|
-
PutEncryptionConfigCommandInput,
|
|
116
|
-
PutEncryptionConfigCommandOutput,
|
|
117
|
-
} from "../commands/PutEncryptionConfigCommand";
|
|
118
|
-
import {
|
|
119
|
-
PutResourcePolicyCommandInput,
|
|
120
|
-
PutResourcePolicyCommandOutput,
|
|
121
|
-
} from "../commands/PutResourcePolicyCommand";
|
|
122
|
-
import {
|
|
123
|
-
PutTelemetryRecordsCommandInput,
|
|
124
|
-
PutTelemetryRecordsCommandOutput,
|
|
125
|
-
} from "../commands/PutTelemetryRecordsCommand";
|
|
126
|
-
import {
|
|
127
|
-
PutTraceSegmentsCommandInput,
|
|
128
|
-
PutTraceSegmentsCommandOutput,
|
|
129
|
-
} from "../commands/PutTraceSegmentsCommand";
|
|
130
|
-
import {
|
|
131
|
-
StartTraceRetrievalCommandInput,
|
|
132
|
-
StartTraceRetrievalCommandOutput,
|
|
133
|
-
} from "../commands/StartTraceRetrievalCommand";
|
|
134
|
-
import {
|
|
135
|
-
TagResourceCommandInput,
|
|
136
|
-
TagResourceCommandOutput,
|
|
137
|
-
} from "../commands/TagResourceCommand";
|
|
138
|
-
import {
|
|
139
|
-
UntagResourceCommandInput,
|
|
140
|
-
UntagResourceCommandOutput,
|
|
141
|
-
} from "../commands/UntagResourceCommand";
|
|
142
|
-
import {
|
|
143
|
-
UpdateGroupCommandInput,
|
|
144
|
-
UpdateGroupCommandOutput,
|
|
145
|
-
} from "../commands/UpdateGroupCommand";
|
|
146
|
-
import {
|
|
147
|
-
UpdateIndexingRuleCommandInput,
|
|
148
|
-
UpdateIndexingRuleCommandOutput,
|
|
149
|
-
} from "../commands/UpdateIndexingRuleCommand";
|
|
150
|
-
import {
|
|
151
|
-
UpdateSamplingRuleCommandInput,
|
|
152
|
-
UpdateSamplingRuleCommandOutput,
|
|
153
|
-
} from "../commands/UpdateSamplingRuleCommand";
|
|
154
|
-
import {
|
|
155
|
-
UpdateTraceSegmentDestinationCommandInput,
|
|
156
|
-
UpdateTraceSegmentDestinationCommandOutput,
|
|
157
|
-
} from "../commands/UpdateTraceSegmentDestinationCommand";
|
|
158
|
-
export declare const se_BatchGetTracesCommand: (
|
|
159
|
-
input: BatchGetTracesCommandInput,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const se_CancelTraceRetrievalCommand: (
|
|
163
|
-
input: CancelTraceRetrievalCommandInput,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const se_CreateGroupCommand: (
|
|
167
|
-
input: CreateGroupCommandInput,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const se_CreateSamplingRuleCommand: (
|
|
171
|
-
input: CreateSamplingRuleCommandInput,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const se_DeleteGroupCommand: (
|
|
175
|
-
input: DeleteGroupCommandInput,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const se_DeleteResourcePolicyCommand: (
|
|
179
|
-
input: DeleteResourcePolicyCommandInput,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const se_DeleteSamplingRuleCommand: (
|
|
183
|
-
input: DeleteSamplingRuleCommandInput,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const se_GetEncryptionConfigCommand: (
|
|
187
|
-
input: GetEncryptionConfigCommandInput,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const se_GetGroupCommand: (
|
|
191
|
-
input: GetGroupCommandInput,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const se_GetGroupsCommand: (
|
|
195
|
-
input: GetGroupsCommandInput,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const se_GetIndexingRulesCommand: (
|
|
199
|
-
input: GetIndexingRulesCommandInput,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const se_GetInsightCommand: (
|
|
203
|
-
input: GetInsightCommandInput,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const se_GetInsightEventsCommand: (
|
|
207
|
-
input: GetInsightEventsCommandInput,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const se_GetInsightImpactGraphCommand: (
|
|
211
|
-
input: GetInsightImpactGraphCommandInput,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const se_GetInsightSummariesCommand: (
|
|
215
|
-
input: GetInsightSummariesCommandInput,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const se_GetRetrievedTracesGraphCommand: (
|
|
219
|
-
input: GetRetrievedTracesGraphCommandInput,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const se_GetSamplingRulesCommand: (
|
|
223
|
-
input: GetSamplingRulesCommandInput,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<__HttpRequest>;
|
|
226
|
-
export declare const se_GetSamplingStatisticSummariesCommand: (
|
|
227
|
-
input: GetSamplingStatisticSummariesCommandInput,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<__HttpRequest>;
|
|
230
|
-
export declare const se_GetSamplingTargetsCommand: (
|
|
231
|
-
input: GetSamplingTargetsCommandInput,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<__HttpRequest>;
|
|
234
|
-
export declare const se_GetServiceGraphCommand: (
|
|
235
|
-
input: GetServiceGraphCommandInput,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<__HttpRequest>;
|
|
238
|
-
export declare const se_GetTimeSeriesServiceStatisticsCommand: (
|
|
239
|
-
input: GetTimeSeriesServiceStatisticsCommandInput,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<__HttpRequest>;
|
|
242
|
-
export declare const se_GetTraceGraphCommand: (
|
|
243
|
-
input: GetTraceGraphCommandInput,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<__HttpRequest>;
|
|
246
|
-
export declare const se_GetTraceSegmentDestinationCommand: (
|
|
247
|
-
input: GetTraceSegmentDestinationCommandInput,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<__HttpRequest>;
|
|
250
|
-
export declare const se_GetTraceSummariesCommand: (
|
|
251
|
-
input: GetTraceSummariesCommandInput,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<__HttpRequest>;
|
|
254
|
-
export declare const se_ListResourcePoliciesCommand: (
|
|
255
|
-
input: ListResourcePoliciesCommandInput,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<__HttpRequest>;
|
|
258
|
-
export declare const se_ListRetrievedTracesCommand: (
|
|
259
|
-
input: ListRetrievedTracesCommandInput,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<__HttpRequest>;
|
|
262
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
263
|
-
input: ListTagsForResourceCommandInput,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<__HttpRequest>;
|
|
266
|
-
export declare const se_PutEncryptionConfigCommand: (
|
|
267
|
-
input: PutEncryptionConfigCommandInput,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<__HttpRequest>;
|
|
270
|
-
export declare const se_PutResourcePolicyCommand: (
|
|
271
|
-
input: PutResourcePolicyCommandInput,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<__HttpRequest>;
|
|
274
|
-
export declare const se_PutTelemetryRecordsCommand: (
|
|
275
|
-
input: PutTelemetryRecordsCommandInput,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<__HttpRequest>;
|
|
278
|
-
export declare const se_PutTraceSegmentsCommand: (
|
|
279
|
-
input: PutTraceSegmentsCommandInput,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<__HttpRequest>;
|
|
282
|
-
export declare const se_StartTraceRetrievalCommand: (
|
|
283
|
-
input: StartTraceRetrievalCommandInput,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<__HttpRequest>;
|
|
286
|
-
export declare const se_TagResourceCommand: (
|
|
287
|
-
input: TagResourceCommandInput,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<__HttpRequest>;
|
|
290
|
-
export declare const se_UntagResourceCommand: (
|
|
291
|
-
input: UntagResourceCommandInput,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<__HttpRequest>;
|
|
294
|
-
export declare const se_UpdateGroupCommand: (
|
|
295
|
-
input: UpdateGroupCommandInput,
|
|
296
|
-
context: __SerdeContext
|
|
297
|
-
) => Promise<__HttpRequest>;
|
|
298
|
-
export declare const se_UpdateIndexingRuleCommand: (
|
|
299
|
-
input: UpdateIndexingRuleCommandInput,
|
|
300
|
-
context: __SerdeContext
|
|
301
|
-
) => Promise<__HttpRequest>;
|
|
302
|
-
export declare const se_UpdateSamplingRuleCommand: (
|
|
303
|
-
input: UpdateSamplingRuleCommandInput,
|
|
304
|
-
context: __SerdeContext
|
|
305
|
-
) => Promise<__HttpRequest>;
|
|
306
|
-
export declare const se_UpdateTraceSegmentDestinationCommand: (
|
|
307
|
-
input: UpdateTraceSegmentDestinationCommandInput,
|
|
308
|
-
context: __SerdeContext
|
|
309
|
-
) => Promise<__HttpRequest>;
|
|
310
|
-
export declare const de_BatchGetTracesCommand: (
|
|
311
|
-
output: __HttpResponse,
|
|
312
|
-
context: __SerdeContext
|
|
313
|
-
) => Promise<BatchGetTracesCommandOutput>;
|
|
314
|
-
export declare const de_CancelTraceRetrievalCommand: (
|
|
315
|
-
output: __HttpResponse,
|
|
316
|
-
context: __SerdeContext
|
|
317
|
-
) => Promise<CancelTraceRetrievalCommandOutput>;
|
|
318
|
-
export declare const de_CreateGroupCommand: (
|
|
319
|
-
output: __HttpResponse,
|
|
320
|
-
context: __SerdeContext
|
|
321
|
-
) => Promise<CreateGroupCommandOutput>;
|
|
322
|
-
export declare const de_CreateSamplingRuleCommand: (
|
|
323
|
-
output: __HttpResponse,
|
|
324
|
-
context: __SerdeContext
|
|
325
|
-
) => Promise<CreateSamplingRuleCommandOutput>;
|
|
326
|
-
export declare const de_DeleteGroupCommand: (
|
|
327
|
-
output: __HttpResponse,
|
|
328
|
-
context: __SerdeContext
|
|
329
|
-
) => Promise<DeleteGroupCommandOutput>;
|
|
330
|
-
export declare const de_DeleteResourcePolicyCommand: (
|
|
331
|
-
output: __HttpResponse,
|
|
332
|
-
context: __SerdeContext
|
|
333
|
-
) => Promise<DeleteResourcePolicyCommandOutput>;
|
|
334
|
-
export declare const de_DeleteSamplingRuleCommand: (
|
|
335
|
-
output: __HttpResponse,
|
|
336
|
-
context: __SerdeContext
|
|
337
|
-
) => Promise<DeleteSamplingRuleCommandOutput>;
|
|
338
|
-
export declare const de_GetEncryptionConfigCommand: (
|
|
339
|
-
output: __HttpResponse,
|
|
340
|
-
context: __SerdeContext
|
|
341
|
-
) => Promise<GetEncryptionConfigCommandOutput>;
|
|
342
|
-
export declare const de_GetGroupCommand: (
|
|
343
|
-
output: __HttpResponse,
|
|
344
|
-
context: __SerdeContext
|
|
345
|
-
) => Promise<GetGroupCommandOutput>;
|
|
346
|
-
export declare const de_GetGroupsCommand: (
|
|
347
|
-
output: __HttpResponse,
|
|
348
|
-
context: __SerdeContext
|
|
349
|
-
) => Promise<GetGroupsCommandOutput>;
|
|
350
|
-
export declare const de_GetIndexingRulesCommand: (
|
|
351
|
-
output: __HttpResponse,
|
|
352
|
-
context: __SerdeContext
|
|
353
|
-
) => Promise<GetIndexingRulesCommandOutput>;
|
|
354
|
-
export declare const de_GetInsightCommand: (
|
|
355
|
-
output: __HttpResponse,
|
|
356
|
-
context: __SerdeContext
|
|
357
|
-
) => Promise<GetInsightCommandOutput>;
|
|
358
|
-
export declare const de_GetInsightEventsCommand: (
|
|
359
|
-
output: __HttpResponse,
|
|
360
|
-
context: __SerdeContext
|
|
361
|
-
) => Promise<GetInsightEventsCommandOutput>;
|
|
362
|
-
export declare const de_GetInsightImpactGraphCommand: (
|
|
363
|
-
output: __HttpResponse,
|
|
364
|
-
context: __SerdeContext
|
|
365
|
-
) => Promise<GetInsightImpactGraphCommandOutput>;
|
|
366
|
-
export declare const de_GetInsightSummariesCommand: (
|
|
367
|
-
output: __HttpResponse,
|
|
368
|
-
context: __SerdeContext
|
|
369
|
-
) => Promise<GetInsightSummariesCommandOutput>;
|
|
370
|
-
export declare const de_GetRetrievedTracesGraphCommand: (
|
|
371
|
-
output: __HttpResponse,
|
|
372
|
-
context: __SerdeContext
|
|
373
|
-
) => Promise<GetRetrievedTracesGraphCommandOutput>;
|
|
374
|
-
export declare const de_GetSamplingRulesCommand: (
|
|
375
|
-
output: __HttpResponse,
|
|
376
|
-
context: __SerdeContext
|
|
377
|
-
) => Promise<GetSamplingRulesCommandOutput>;
|
|
378
|
-
export declare const de_GetSamplingStatisticSummariesCommand: (
|
|
379
|
-
output: __HttpResponse,
|
|
380
|
-
context: __SerdeContext
|
|
381
|
-
) => Promise<GetSamplingStatisticSummariesCommandOutput>;
|
|
382
|
-
export declare const de_GetSamplingTargetsCommand: (
|
|
383
|
-
output: __HttpResponse,
|
|
384
|
-
context: __SerdeContext
|
|
385
|
-
) => Promise<GetSamplingTargetsCommandOutput>;
|
|
386
|
-
export declare const de_GetServiceGraphCommand: (
|
|
387
|
-
output: __HttpResponse,
|
|
388
|
-
context: __SerdeContext
|
|
389
|
-
) => Promise<GetServiceGraphCommandOutput>;
|
|
390
|
-
export declare const de_GetTimeSeriesServiceStatisticsCommand: (
|
|
391
|
-
output: __HttpResponse,
|
|
392
|
-
context: __SerdeContext
|
|
393
|
-
) => Promise<GetTimeSeriesServiceStatisticsCommandOutput>;
|
|
394
|
-
export declare const de_GetTraceGraphCommand: (
|
|
395
|
-
output: __HttpResponse,
|
|
396
|
-
context: __SerdeContext
|
|
397
|
-
) => Promise<GetTraceGraphCommandOutput>;
|
|
398
|
-
export declare const de_GetTraceSegmentDestinationCommand: (
|
|
399
|
-
output: __HttpResponse,
|
|
400
|
-
context: __SerdeContext
|
|
401
|
-
) => Promise<GetTraceSegmentDestinationCommandOutput>;
|
|
402
|
-
export declare const de_GetTraceSummariesCommand: (
|
|
403
|
-
output: __HttpResponse,
|
|
404
|
-
context: __SerdeContext
|
|
405
|
-
) => Promise<GetTraceSummariesCommandOutput>;
|
|
406
|
-
export declare const de_ListResourcePoliciesCommand: (
|
|
407
|
-
output: __HttpResponse,
|
|
408
|
-
context: __SerdeContext
|
|
409
|
-
) => Promise<ListResourcePoliciesCommandOutput>;
|
|
410
|
-
export declare const de_ListRetrievedTracesCommand: (
|
|
411
|
-
output: __HttpResponse,
|
|
412
|
-
context: __SerdeContext
|
|
413
|
-
) => Promise<ListRetrievedTracesCommandOutput>;
|
|
414
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
415
|
-
output: __HttpResponse,
|
|
416
|
-
context: __SerdeContext
|
|
417
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
418
|
-
export declare const de_PutEncryptionConfigCommand: (
|
|
419
|
-
output: __HttpResponse,
|
|
420
|
-
context: __SerdeContext
|
|
421
|
-
) => Promise<PutEncryptionConfigCommandOutput>;
|
|
422
|
-
export declare const de_PutResourcePolicyCommand: (
|
|
423
|
-
output: __HttpResponse,
|
|
424
|
-
context: __SerdeContext
|
|
425
|
-
) => Promise<PutResourcePolicyCommandOutput>;
|
|
426
|
-
export declare const de_PutTelemetryRecordsCommand: (
|
|
427
|
-
output: __HttpResponse,
|
|
428
|
-
context: __SerdeContext
|
|
429
|
-
) => Promise<PutTelemetryRecordsCommandOutput>;
|
|
430
|
-
export declare const de_PutTraceSegmentsCommand: (
|
|
431
|
-
output: __HttpResponse,
|
|
432
|
-
context: __SerdeContext
|
|
433
|
-
) => Promise<PutTraceSegmentsCommandOutput>;
|
|
434
|
-
export declare const de_StartTraceRetrievalCommand: (
|
|
435
|
-
output: __HttpResponse,
|
|
436
|
-
context: __SerdeContext
|
|
437
|
-
) => Promise<StartTraceRetrievalCommandOutput>;
|
|
438
|
-
export declare const de_TagResourceCommand: (
|
|
439
|
-
output: __HttpResponse,
|
|
440
|
-
context: __SerdeContext
|
|
441
|
-
) => Promise<TagResourceCommandOutput>;
|
|
442
|
-
export declare const de_UntagResourceCommand: (
|
|
443
|
-
output: __HttpResponse,
|
|
444
|
-
context: __SerdeContext
|
|
445
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
446
|
-
export declare const de_UpdateGroupCommand: (
|
|
447
|
-
output: __HttpResponse,
|
|
448
|
-
context: __SerdeContext
|
|
449
|
-
) => Promise<UpdateGroupCommandOutput>;
|
|
450
|
-
export declare const de_UpdateIndexingRuleCommand: (
|
|
451
|
-
output: __HttpResponse,
|
|
452
|
-
context: __SerdeContext
|
|
453
|
-
) => Promise<UpdateIndexingRuleCommandOutput>;
|
|
454
|
-
export declare const de_UpdateSamplingRuleCommand: (
|
|
455
|
-
output: __HttpResponse,
|
|
456
|
-
context: __SerdeContext
|
|
457
|
-
) => Promise<UpdateSamplingRuleCommandOutput>;
|
|
458
|
-
export declare const de_UpdateTraceSegmentDestinationCommand: (
|
|
459
|
-
output: __HttpResponse,
|
|
460
|
-
context: __SerdeContext
|
|
461
|
-
) => Promise<UpdateTraceSegmentDestinationCommandOutput>;
|