@aws-sdk/client-xray 3.170.0 → 3.171.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/XRay.d.ts +0 -27
- package/dist-types/ts3.4/XRayClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/BatchGetTracesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateSamplingRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteSamplingRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetEncryptionConfigCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInsightCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInsightEventsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInsightImpactGraphCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInsightSummariesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSamplingRulesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSamplingStatisticSummariesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSamplingTargetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetServiceGraphCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTraceGraphCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTraceSummariesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutEncryptionConfigCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutTelemetryRecordsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutTraceSegmentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateSamplingRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/XRayServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -437
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-xray
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-xray
|
|
@@ -108,7 +108,6 @@ import {
|
|
|
108
108
|
UpdateSamplingRuleCommandOutput,
|
|
109
109
|
} from "./commands/UpdateSamplingRuleCommand";
|
|
110
110
|
import { XRayClient } from "./XRayClient";
|
|
111
|
-
|
|
112
111
|
export declare class XRay extends XRayClient {
|
|
113
112
|
batchGetTraces(
|
|
114
113
|
args: BatchGetTracesCommandInput,
|
|
@@ -123,7 +122,6 @@ export declare class XRay extends XRayClient {
|
|
|
123
122
|
options: __HttpHandlerOptions,
|
|
124
123
|
cb: (err: any, data?: BatchGetTracesCommandOutput) => void
|
|
125
124
|
): void;
|
|
126
|
-
|
|
127
125
|
createGroup(
|
|
128
126
|
args: CreateGroupCommandInput,
|
|
129
127
|
options?: __HttpHandlerOptions
|
|
@@ -137,7 +135,6 @@ export declare class XRay extends XRayClient {
|
|
|
137
135
|
options: __HttpHandlerOptions,
|
|
138
136
|
cb: (err: any, data?: CreateGroupCommandOutput) => void
|
|
139
137
|
): void;
|
|
140
|
-
|
|
141
138
|
createSamplingRule(
|
|
142
139
|
args: CreateSamplingRuleCommandInput,
|
|
143
140
|
options?: __HttpHandlerOptions
|
|
@@ -151,7 +148,6 @@ export declare class XRay extends XRayClient {
|
|
|
151
148
|
options: __HttpHandlerOptions,
|
|
152
149
|
cb: (err: any, data?: CreateSamplingRuleCommandOutput) => void
|
|
153
150
|
): void;
|
|
154
|
-
|
|
155
151
|
deleteGroup(
|
|
156
152
|
args: DeleteGroupCommandInput,
|
|
157
153
|
options?: __HttpHandlerOptions
|
|
@@ -165,7 +161,6 @@ export declare class XRay extends XRayClient {
|
|
|
165
161
|
options: __HttpHandlerOptions,
|
|
166
162
|
cb: (err: any, data?: DeleteGroupCommandOutput) => void
|
|
167
163
|
): void;
|
|
168
|
-
|
|
169
164
|
deleteSamplingRule(
|
|
170
165
|
args: DeleteSamplingRuleCommandInput,
|
|
171
166
|
options?: __HttpHandlerOptions
|
|
@@ -179,7 +174,6 @@ export declare class XRay extends XRayClient {
|
|
|
179
174
|
options: __HttpHandlerOptions,
|
|
180
175
|
cb: (err: any, data?: DeleteSamplingRuleCommandOutput) => void
|
|
181
176
|
): void;
|
|
182
|
-
|
|
183
177
|
getEncryptionConfig(
|
|
184
178
|
args: GetEncryptionConfigCommandInput,
|
|
185
179
|
options?: __HttpHandlerOptions
|
|
@@ -193,7 +187,6 @@ export declare class XRay extends XRayClient {
|
|
|
193
187
|
options: __HttpHandlerOptions,
|
|
194
188
|
cb: (err: any, data?: GetEncryptionConfigCommandOutput) => void
|
|
195
189
|
): void;
|
|
196
|
-
|
|
197
190
|
getGroup(
|
|
198
191
|
args: GetGroupCommandInput,
|
|
199
192
|
options?: __HttpHandlerOptions
|
|
@@ -207,7 +200,6 @@ export declare class XRay extends XRayClient {
|
|
|
207
200
|
options: __HttpHandlerOptions,
|
|
208
201
|
cb: (err: any, data?: GetGroupCommandOutput) => void
|
|
209
202
|
): void;
|
|
210
|
-
|
|
211
203
|
getGroups(
|
|
212
204
|
args: GetGroupsCommandInput,
|
|
213
205
|
options?: __HttpHandlerOptions
|
|
@@ -221,7 +213,6 @@ export declare class XRay extends XRayClient {
|
|
|
221
213
|
options: __HttpHandlerOptions,
|
|
222
214
|
cb: (err: any, data?: GetGroupsCommandOutput) => void
|
|
223
215
|
): void;
|
|
224
|
-
|
|
225
216
|
getInsight(
|
|
226
217
|
args: GetInsightCommandInput,
|
|
227
218
|
options?: __HttpHandlerOptions
|
|
@@ -235,7 +226,6 @@ export declare class XRay extends XRayClient {
|
|
|
235
226
|
options: __HttpHandlerOptions,
|
|
236
227
|
cb: (err: any, data?: GetInsightCommandOutput) => void
|
|
237
228
|
): void;
|
|
238
|
-
|
|
239
229
|
getInsightEvents(
|
|
240
230
|
args: GetInsightEventsCommandInput,
|
|
241
231
|
options?: __HttpHandlerOptions
|
|
@@ -249,7 +239,6 @@ export declare class XRay extends XRayClient {
|
|
|
249
239
|
options: __HttpHandlerOptions,
|
|
250
240
|
cb: (err: any, data?: GetInsightEventsCommandOutput) => void
|
|
251
241
|
): void;
|
|
252
|
-
|
|
253
242
|
getInsightImpactGraph(
|
|
254
243
|
args: GetInsightImpactGraphCommandInput,
|
|
255
244
|
options?: __HttpHandlerOptions
|
|
@@ -263,7 +252,6 @@ export declare class XRay extends XRayClient {
|
|
|
263
252
|
options: __HttpHandlerOptions,
|
|
264
253
|
cb: (err: any, data?: GetInsightImpactGraphCommandOutput) => void
|
|
265
254
|
): void;
|
|
266
|
-
|
|
267
255
|
getInsightSummaries(
|
|
268
256
|
args: GetInsightSummariesCommandInput,
|
|
269
257
|
options?: __HttpHandlerOptions
|
|
@@ -277,7 +265,6 @@ export declare class XRay extends XRayClient {
|
|
|
277
265
|
options: __HttpHandlerOptions,
|
|
278
266
|
cb: (err: any, data?: GetInsightSummariesCommandOutput) => void
|
|
279
267
|
): void;
|
|
280
|
-
|
|
281
268
|
getSamplingRules(
|
|
282
269
|
args: GetSamplingRulesCommandInput,
|
|
283
270
|
options?: __HttpHandlerOptions
|
|
@@ -291,7 +278,6 @@ export declare class XRay extends XRayClient {
|
|
|
291
278
|
options: __HttpHandlerOptions,
|
|
292
279
|
cb: (err: any, data?: GetSamplingRulesCommandOutput) => void
|
|
293
280
|
): void;
|
|
294
|
-
|
|
295
281
|
getSamplingStatisticSummaries(
|
|
296
282
|
args: GetSamplingStatisticSummariesCommandInput,
|
|
297
283
|
options?: __HttpHandlerOptions
|
|
@@ -305,7 +291,6 @@ export declare class XRay extends XRayClient {
|
|
|
305
291
|
options: __HttpHandlerOptions,
|
|
306
292
|
cb: (err: any, data?: GetSamplingStatisticSummariesCommandOutput) => void
|
|
307
293
|
): void;
|
|
308
|
-
|
|
309
294
|
getSamplingTargets(
|
|
310
295
|
args: GetSamplingTargetsCommandInput,
|
|
311
296
|
options?: __HttpHandlerOptions
|
|
@@ -319,7 +304,6 @@ export declare class XRay extends XRayClient {
|
|
|
319
304
|
options: __HttpHandlerOptions,
|
|
320
305
|
cb: (err: any, data?: GetSamplingTargetsCommandOutput) => void
|
|
321
306
|
): void;
|
|
322
|
-
|
|
323
307
|
getServiceGraph(
|
|
324
308
|
args: GetServiceGraphCommandInput,
|
|
325
309
|
options?: __HttpHandlerOptions
|
|
@@ -333,7 +317,6 @@ export declare class XRay extends XRayClient {
|
|
|
333
317
|
options: __HttpHandlerOptions,
|
|
334
318
|
cb: (err: any, data?: GetServiceGraphCommandOutput) => void
|
|
335
319
|
): void;
|
|
336
|
-
|
|
337
320
|
getTimeSeriesServiceStatistics(
|
|
338
321
|
args: GetTimeSeriesServiceStatisticsCommandInput,
|
|
339
322
|
options?: __HttpHandlerOptions
|
|
@@ -347,7 +330,6 @@ export declare class XRay extends XRayClient {
|
|
|
347
330
|
options: __HttpHandlerOptions,
|
|
348
331
|
cb: (err: any, data?: GetTimeSeriesServiceStatisticsCommandOutput) => void
|
|
349
332
|
): void;
|
|
350
|
-
|
|
351
333
|
getTraceGraph(
|
|
352
334
|
args: GetTraceGraphCommandInput,
|
|
353
335
|
options?: __HttpHandlerOptions
|
|
@@ -361,7 +343,6 @@ export declare class XRay extends XRayClient {
|
|
|
361
343
|
options: __HttpHandlerOptions,
|
|
362
344
|
cb: (err: any, data?: GetTraceGraphCommandOutput) => void
|
|
363
345
|
): void;
|
|
364
|
-
|
|
365
346
|
getTraceSummaries(
|
|
366
347
|
args: GetTraceSummariesCommandInput,
|
|
367
348
|
options?: __HttpHandlerOptions
|
|
@@ -375,7 +356,6 @@ export declare class XRay extends XRayClient {
|
|
|
375
356
|
options: __HttpHandlerOptions,
|
|
376
357
|
cb: (err: any, data?: GetTraceSummariesCommandOutput) => void
|
|
377
358
|
): void;
|
|
378
|
-
|
|
379
359
|
listTagsForResource(
|
|
380
360
|
args: ListTagsForResourceCommandInput,
|
|
381
361
|
options?: __HttpHandlerOptions
|
|
@@ -389,7 +369,6 @@ export declare class XRay extends XRayClient {
|
|
|
389
369
|
options: __HttpHandlerOptions,
|
|
390
370
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
391
371
|
): void;
|
|
392
|
-
|
|
393
372
|
putEncryptionConfig(
|
|
394
373
|
args: PutEncryptionConfigCommandInput,
|
|
395
374
|
options?: __HttpHandlerOptions
|
|
@@ -403,7 +382,6 @@ export declare class XRay extends XRayClient {
|
|
|
403
382
|
options: __HttpHandlerOptions,
|
|
404
383
|
cb: (err: any, data?: PutEncryptionConfigCommandOutput) => void
|
|
405
384
|
): void;
|
|
406
|
-
|
|
407
385
|
putTelemetryRecords(
|
|
408
386
|
args: PutTelemetryRecordsCommandInput,
|
|
409
387
|
options?: __HttpHandlerOptions
|
|
@@ -417,7 +395,6 @@ export declare class XRay extends XRayClient {
|
|
|
417
395
|
options: __HttpHandlerOptions,
|
|
418
396
|
cb: (err: any, data?: PutTelemetryRecordsCommandOutput) => void
|
|
419
397
|
): void;
|
|
420
|
-
|
|
421
398
|
putTraceSegments(
|
|
422
399
|
args: PutTraceSegmentsCommandInput,
|
|
423
400
|
options?: __HttpHandlerOptions
|
|
@@ -431,7 +408,6 @@ export declare class XRay extends XRayClient {
|
|
|
431
408
|
options: __HttpHandlerOptions,
|
|
432
409
|
cb: (err: any, data?: PutTraceSegmentsCommandOutput) => void
|
|
433
410
|
): void;
|
|
434
|
-
|
|
435
411
|
tagResource(
|
|
436
412
|
args: TagResourceCommandInput,
|
|
437
413
|
options?: __HttpHandlerOptions
|
|
@@ -445,7 +421,6 @@ export declare class XRay extends XRayClient {
|
|
|
445
421
|
options: __HttpHandlerOptions,
|
|
446
422
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
447
423
|
): void;
|
|
448
|
-
|
|
449
424
|
untagResource(
|
|
450
425
|
args: UntagResourceCommandInput,
|
|
451
426
|
options?: __HttpHandlerOptions
|
|
@@ -459,7 +434,6 @@ export declare class XRay extends XRayClient {
|
|
|
459
434
|
options: __HttpHandlerOptions,
|
|
460
435
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
461
436
|
): void;
|
|
462
|
-
|
|
463
437
|
updateGroup(
|
|
464
438
|
args: UpdateGroupCommandInput,
|
|
465
439
|
options?: __HttpHandlerOptions
|
|
@@ -473,7 +447,6 @@ export declare class XRay extends XRayClient {
|
|
|
473
447
|
options: __HttpHandlerOptions,
|
|
474
448
|
cb: (err: any, data?: UpdateGroupCommandOutput) => void
|
|
475
449
|
): void;
|
|
476
|
-
|
|
477
450
|
updateSamplingRule(
|
|
478
451
|
args: UpdateSamplingRuleCommandInput,
|
|
479
452
|
options?: __HttpHandlerOptions
|
|
@@ -209,47 +209,26 @@ export declare type ServiceOutputTypes =
|
|
|
209
209
|
export interface ClientDefaults
|
|
210
210
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
211
211
|
requestHandler?: __HttpHandler;
|
|
212
|
-
|
|
213
212
|
sha256?: __HashConstructor;
|
|
214
|
-
|
|
215
213
|
urlParser?: __UrlParser;
|
|
216
|
-
|
|
217
214
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
218
|
-
|
|
219
215
|
streamCollector?: __StreamCollector;
|
|
220
|
-
|
|
221
216
|
base64Decoder?: __Decoder;
|
|
222
|
-
|
|
223
217
|
base64Encoder?: __Encoder;
|
|
224
|
-
|
|
225
218
|
utf8Decoder?: __Decoder;
|
|
226
|
-
|
|
227
219
|
utf8Encoder?: __Encoder;
|
|
228
|
-
|
|
229
220
|
runtime?: string;
|
|
230
|
-
|
|
231
221
|
disableHostPrefix?: boolean;
|
|
232
|
-
|
|
233
222
|
maxAttempts?: number | __Provider<number>;
|
|
234
|
-
|
|
235
223
|
retryMode?: string | __Provider<string>;
|
|
236
|
-
|
|
237
224
|
logger?: __Logger;
|
|
238
|
-
|
|
239
225
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
240
|
-
|
|
241
226
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
242
|
-
|
|
243
227
|
serviceId?: string;
|
|
244
|
-
|
|
245
228
|
region?: string | __Provider<string>;
|
|
246
|
-
|
|
247
229
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
248
|
-
|
|
249
230
|
regionInfoProvider?: RegionInfoProvider;
|
|
250
|
-
|
|
251
231
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
252
|
-
|
|
253
232
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
254
233
|
}
|
|
255
234
|
declare type XRayClientConfigType = Partial<
|
|
@@ -262,7 +241,6 @@ declare type XRayClientConfigType = Partial<
|
|
|
262
241
|
HostHeaderInputConfig &
|
|
263
242
|
AwsAuthInputConfig &
|
|
264
243
|
UserAgentInputConfig;
|
|
265
|
-
|
|
266
244
|
export interface XRayClientConfig extends XRayClientConfigType {}
|
|
267
245
|
declare type XRayClientResolvedConfigType =
|
|
268
246
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -273,10 +251,8 @@ declare type XRayClientResolvedConfigType =
|
|
|
273
251
|
HostHeaderResolvedConfig &
|
|
274
252
|
AwsAuthResolvedConfig &
|
|
275
253
|
UserAgentResolvedConfig;
|
|
276
|
-
|
|
277
254
|
export interface XRayClientResolvedConfig
|
|
278
255
|
extends XRayClientResolvedConfigType {}
|
|
279
|
-
|
|
280
256
|
export declare class XRayClient extends __Client<
|
|
281
257
|
__HttpHandlerOptions,
|
|
282
258
|
ServiceInputTypes,
|
|
@@ -285,7 +261,6 @@ export declare class XRayClient extends __Client<
|
|
|
285
261
|
> {
|
|
286
262
|
readonly config: XRayClientResolvedConfig;
|
|
287
263
|
constructor(configuration: XRayClientConfig);
|
|
288
|
-
|
|
289
264
|
destroy(): void;
|
|
290
265
|
}
|
|
291
266
|
export {};
|
|
@@ -18,7 +18,6 @@ export interface BatchGetTracesCommandInput extends BatchGetTracesRequest {}
|
|
|
18
18
|
export interface BatchGetTracesCommandOutput
|
|
19
19
|
extends BatchGetTracesResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class BatchGetTracesCommand extends $Command<
|
|
23
22
|
BatchGetTracesCommandInput,
|
|
24
23
|
BatchGetTracesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class BatchGetTracesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: BatchGetTracesCommandInput;
|
|
28
27
|
constructor(input: BatchGetTracesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: XRayClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateGroupCommandInput extends CreateGroupRequest {}
|
|
|
15
15
|
export interface CreateGroupCommandOutput
|
|
16
16
|
extends CreateGroupResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateGroupCommand extends $Command<
|
|
20
19
|
CreateGroupCommandInput,
|
|
21
20
|
CreateGroupCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateGroupCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateGroupCommandInput;
|
|
25
24
|
constructor(input: CreateGroupCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: XRayClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateSamplingRuleCommandInput
|
|
|
19
19
|
export interface CreateSamplingRuleCommandOutput
|
|
20
20
|
extends CreateSamplingRuleResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateSamplingRuleCommand extends $Command<
|
|
24
23
|
CreateSamplingRuleCommandInput,
|
|
25
24
|
CreateSamplingRuleCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateSamplingRuleCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateSamplingRuleCommandInput;
|
|
29
28
|
constructor(input: CreateSamplingRuleCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: XRayClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteGroupCommandInput extends DeleteGroupRequest {}
|
|
|
15
15
|
export interface DeleteGroupCommandOutput
|
|
16
16
|
extends DeleteGroupResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteGroupCommand extends $Command<
|
|
20
19
|
DeleteGroupCommandInput,
|
|
21
20
|
DeleteGroupCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteGroupCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteGroupCommandInput;
|
|
25
24
|
constructor(input: DeleteGroupCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: XRayClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteSamplingRuleCommandInput
|
|
|
19
19
|
export interface DeleteSamplingRuleCommandOutput
|
|
20
20
|
extends DeleteSamplingRuleResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteSamplingRuleCommand extends $Command<
|
|
24
23
|
DeleteSamplingRuleCommandInput,
|
|
25
24
|
DeleteSamplingRuleCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteSamplingRuleCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteSamplingRuleCommandInput;
|
|
29
28
|
constructor(input: DeleteSamplingRuleCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: XRayClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetEncryptionConfigCommandInput
|
|
|
19
19
|
export interface GetEncryptionConfigCommandOutput
|
|
20
20
|
extends GetEncryptionConfigResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetEncryptionConfigCommand extends $Command<
|
|
24
23
|
GetEncryptionConfigCommandInput,
|
|
25
24
|
GetEncryptionConfigCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetEncryptionConfigCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetEncryptionConfigCommandInput;
|
|
29
28
|
constructor(input: GetEncryptionConfigCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: XRayClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetGroupCommandInput extends GetGroupRequest {}
|
|
|
15
15
|
export interface GetGroupCommandOutput
|
|
16
16
|
extends GetGroupResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetGroupCommand extends $Command<
|
|
20
19
|
GetGroupCommandInput,
|
|
21
20
|
GetGroupCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetGroupCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetGroupCommandInput;
|
|
25
24
|
constructor(input: GetGroupCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: XRayClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetGroupsCommandInput extends GetGroupsRequest {}
|
|
|
15
15
|
export interface GetGroupsCommandOutput
|
|
16
16
|
extends GetGroupsResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetGroupsCommand extends $Command<
|
|
20
19
|
GetGroupsCommandInput,
|
|
21
20
|
GetGroupsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetGroupsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetGroupsCommandInput;
|
|
25
24
|
constructor(input: GetGroupsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: XRayClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetInsightCommandInput extends GetInsightRequest {}
|
|
|
15
15
|
export interface GetInsightCommandOutput
|
|
16
16
|
extends GetInsightResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetInsightCommand extends $Command<
|
|
20
19
|
GetInsightCommandInput,
|
|
21
20
|
GetInsightCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetInsightCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetInsightCommandInput;
|
|
25
24
|
constructor(input: GetInsightCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: XRayClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetInsightEventsCommandInput extends GetInsightEventsRequest {}
|
|
|
18
18
|
export interface GetInsightEventsCommandOutput
|
|
19
19
|
extends GetInsightEventsResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetInsightEventsCommand extends $Command<
|
|
23
22
|
GetInsightEventsCommandInput,
|
|
24
23
|
GetInsightEventsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetInsightEventsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetInsightEventsCommandInput;
|
|
28
27
|
constructor(input: GetInsightEventsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: XRayClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetInsightImpactGraphCommandInput
|
|
|
19
19
|
export interface GetInsightImpactGraphCommandOutput
|
|
20
20
|
extends GetInsightImpactGraphResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetInsightImpactGraphCommand extends $Command<
|
|
24
23
|
GetInsightImpactGraphCommandInput,
|
|
25
24
|
GetInsightImpactGraphCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetInsightImpactGraphCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetInsightImpactGraphCommandInput;
|
|
29
28
|
constructor(input: GetInsightImpactGraphCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: XRayClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetInsightSummariesCommandInput
|
|
|
19
19
|
export interface GetInsightSummariesCommandOutput
|
|
20
20
|
extends GetInsightSummariesResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetInsightSummariesCommand extends $Command<
|
|
24
23
|
GetInsightSummariesCommandInput,
|
|
25
24
|
GetInsightSummariesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetInsightSummariesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetInsightSummariesCommandInput;
|
|
29
28
|
constructor(input: GetInsightSummariesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: XRayClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetSamplingRulesCommandInput extends GetSamplingRulesRequest {}
|
|
|
18
18
|
export interface GetSamplingRulesCommandOutput
|
|
19
19
|
extends GetSamplingRulesResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetSamplingRulesCommand extends $Command<
|
|
23
22
|
GetSamplingRulesCommandInput,
|
|
24
23
|
GetSamplingRulesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetSamplingRulesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetSamplingRulesCommandInput;
|
|
28
27
|
constructor(input: GetSamplingRulesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: XRayClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetSamplingStatisticSummariesCommandInput
|
|
|
19
19
|
export interface GetSamplingStatisticSummariesCommandOutput
|
|
20
20
|
extends GetSamplingStatisticSummariesResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetSamplingStatisticSummariesCommand extends $Command<
|
|
24
23
|
GetSamplingStatisticSummariesCommandInput,
|
|
25
24
|
GetSamplingStatisticSummariesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetSamplingStatisticSummariesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetSamplingStatisticSummariesCommandInput;
|
|
29
28
|
constructor(input: GetSamplingStatisticSummariesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: XRayClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetSamplingTargetsCommandInput
|
|
|
19
19
|
export interface GetSamplingTargetsCommandOutput
|
|
20
20
|
extends GetSamplingTargetsResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetSamplingTargetsCommand extends $Command<
|
|
24
23
|
GetSamplingTargetsCommandInput,
|
|
25
24
|
GetSamplingTargetsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetSamplingTargetsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetSamplingTargetsCommandInput;
|
|
29
28
|
constructor(input: GetSamplingTargetsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: XRayClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetServiceGraphCommandInput extends GetServiceGraphRequest {}
|
|
|
18
18
|
export interface GetServiceGraphCommandOutput
|
|
19
19
|
extends GetServiceGraphResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetServiceGraphCommand extends $Command<
|
|
23
22
|
GetServiceGraphCommandInput,
|
|
24
23
|
GetServiceGraphCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetServiceGraphCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetServiceGraphCommandInput;
|
|
28
27
|
constructor(input: GetServiceGraphCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: XRayClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetTimeSeriesServiceStatisticsCommandInput
|
|
|
19
19
|
export interface GetTimeSeriesServiceStatisticsCommandOutput
|
|
20
20
|
extends GetTimeSeriesServiceStatisticsResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetTimeSeriesServiceStatisticsCommand extends $Command<
|
|
24
23
|
GetTimeSeriesServiceStatisticsCommandInput,
|
|
25
24
|
GetTimeSeriesServiceStatisticsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetTimeSeriesServiceStatisticsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetTimeSeriesServiceStatisticsCommandInput;
|
|
29
28
|
constructor(input: GetTimeSeriesServiceStatisticsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: XRayClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetTraceGraphCommandInput extends GetTraceGraphRequest {}
|
|
|
15
15
|
export interface GetTraceGraphCommandOutput
|
|
16
16
|
extends GetTraceGraphResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetTraceGraphCommand extends $Command<
|
|
20
19
|
GetTraceGraphCommandInput,
|
|
21
20
|
GetTraceGraphCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetTraceGraphCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetTraceGraphCommandInput;
|
|
25
24
|
constructor(input: GetTraceGraphCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: XRayClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetTraceSummariesCommandInput
|
|
|
19
19
|
export interface GetTraceSummariesCommandOutput
|
|
20
20
|
extends GetTraceSummariesResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetTraceSummariesCommand extends $Command<
|
|
24
23
|
GetTraceSummariesCommandInput,
|
|
25
24
|
GetTraceSummariesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetTraceSummariesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetTraceSummariesCommandInput;
|
|
29
28
|
constructor(input: GetTraceSummariesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: XRayClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: XRayClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutEncryptionConfigCommandInput
|
|
|
19
19
|
export interface PutEncryptionConfigCommandOutput
|
|
20
20
|
extends PutEncryptionConfigResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutEncryptionConfigCommand extends $Command<
|
|
24
23
|
PutEncryptionConfigCommandInput,
|
|
25
24
|
PutEncryptionConfigCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutEncryptionConfigCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutEncryptionConfigCommandInput;
|
|
29
28
|
constructor(input: PutEncryptionConfigCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: XRayClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutTelemetryRecordsCommandInput
|
|
|
19
19
|
export interface PutTelemetryRecordsCommandOutput
|
|
20
20
|
extends PutTelemetryRecordsResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutTelemetryRecordsCommand extends $Command<
|
|
24
23
|
PutTelemetryRecordsCommandInput,
|
|
25
24
|
PutTelemetryRecordsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutTelemetryRecordsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutTelemetryRecordsCommandInput;
|
|
29
28
|
constructor(input: PutTelemetryRecordsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: XRayClientResolvedConfig,
|