@aws-sdk/client-xray 3.50.0 → 3.53.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 (65) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/XRayServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +76 -3
  5. package/dist-cjs/protocols/Aws_restJson1.js +279 -701
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/XRayServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +69 -1
  9. package/dist-es/protocols/Aws_restJson1.js +545 -815
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/XRayServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +37 -16
  13. package/dist-types/ts3.4/XRay.d.ts +140 -0
  14. package/dist-types/ts3.4/XRayClient.d.ts +100 -0
  15. package/dist-types/ts3.4/commands/BatchGetTracesCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateSamplingRuleCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/DeleteSamplingRuleCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/GetEncryptionConfigCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/GetGroupsCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/GetInsightCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/GetInsightEventsCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/GetInsightImpactGraphCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/GetInsightSummariesCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/GetSamplingRulesCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/GetSamplingStatisticSummariesCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/GetSamplingTargetsCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/GetServiceGraphCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/GetTraceGraphCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/GetTraceSummariesCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/PutEncryptionConfigCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/PutTelemetryRecordsCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/PutTraceSegmentsCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/UpdateSamplingRuleCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/index.d.ts +27 -0
  43. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  44. package/dist-types/ts3.4/index.d.ts +6 -0
  45. package/dist-types/ts3.4/models/XRayServiceException.d.ts +6 -0
  46. package/dist-types/ts3.4/models/index.d.ts +1 -0
  47. package/dist-types/ts3.4/models/models_0.d.ts +1541 -0
  48. package/dist-types/ts3.4/pagination/BatchGetTracesPaginator.d.ts +4 -0
  49. package/dist-types/ts3.4/pagination/GetGroupsPaginator.d.ts +4 -0
  50. package/dist-types/ts3.4/pagination/GetInsightEventsPaginator.d.ts +4 -0
  51. package/dist-types/ts3.4/pagination/GetInsightSummariesPaginator.d.ts +4 -0
  52. package/dist-types/ts3.4/pagination/GetSamplingRulesPaginator.d.ts +4 -0
  53. package/dist-types/ts3.4/pagination/GetSamplingStatisticSummariesPaginator.d.ts +4 -0
  54. package/dist-types/ts3.4/pagination/GetServiceGraphPaginator.d.ts +4 -0
  55. package/dist-types/ts3.4/pagination/GetTimeSeriesServiceStatisticsPaginator.d.ts +4 -0
  56. package/dist-types/ts3.4/pagination/GetTraceGraphPaginator.d.ts +4 -0
  57. package/dist-types/ts3.4/pagination/GetTraceSummariesPaginator.d.ts +4 -0
  58. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  59. package/dist-types/ts3.4/pagination/index.d.ts +11 -0
  60. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +83 -0
  61. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  62. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  63. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  64. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  65. package/package.json +33 -33
@@ -3,3 +3,4 @@ export * from "./XRayClient";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export * from "./pagination";
6
+ export { XRayServiceException } from "./models/XRayServiceException";
@@ -0,0 +1,10 @@
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ /**
3
+ * Base exception class for all service exceptions from XRay service.
4
+ */
5
+ export declare class XRayServiceException extends __ServiceException {
6
+ /**
7
+ * @internal
8
+ */
9
+ constructor(options: __ServiceExceptionOptions);
10
+ }
@@ -1,4 +1,5 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { XRayServiceException as __BaseException } from "./XRayServiceException";
2
3
  /**
3
4
  * <p>An alias for an edge.</p>
4
5
  */
@@ -241,18 +242,26 @@ export declare namespace BatchGetTracesResult {
241
242
  /**
242
243
  * <p>The request is missing required parameters or has invalid parameters.</p>
243
244
  */
244
- export interface InvalidRequestException extends __SmithyException, $MetadataBearer {
245
- name: "InvalidRequestException";
246
- $fault: "client";
245
+ export declare class InvalidRequestException extends __BaseException {
246
+ readonly name: "InvalidRequestException";
247
+ readonly $fault: "client";
247
248
  Message?: string;
249
+ /**
250
+ * @internal
251
+ */
252
+ constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
248
253
  }
249
254
  /**
250
255
  * <p>The request exceeds the maximum number of requests per second.</p>
251
256
  */
252
- export interface ThrottledException extends __SmithyException, $MetadataBearer {
253
- name: "ThrottledException";
254
- $fault: "client";
257
+ export declare class ThrottledException extends __BaseException {
258
+ readonly name: "ThrottledException";
259
+ readonly $fault: "client";
255
260
  Message?: string;
261
+ /**
262
+ * @internal
263
+ */
264
+ constructor(opts: __ExceptionOptionType<ThrottledException, __BaseException>);
256
265
  }
257
266
  /**
258
267
  * <p>The structure containing configurations related to insights.</p>
@@ -575,10 +584,14 @@ export declare namespace CreateSamplingRuleResult {
575
584
  /**
576
585
  * <p>You have reached the maximum number of sampling rules.</p>
577
586
  */
578
- export interface RuleLimitExceededException extends __SmithyException, $MetadataBearer {
579
- name: "RuleLimitExceededException";
580
- $fault: "client";
587
+ export declare class RuleLimitExceededException extends __BaseException {
588
+ readonly name: "RuleLimitExceededException";
589
+ readonly $fault: "client";
581
590
  Message?: string;
591
+ /**
592
+ * @internal
593
+ */
594
+ constructor(opts: __ExceptionOptionType<RuleLimitExceededException, __BaseException>);
582
595
  }
583
596
  export interface DeleteGroupRequest {
584
597
  /**
@@ -2455,11 +2468,15 @@ export declare namespace ListTagsForResourceResponse {
2455
2468
  * <p>The resource was not found. Verify that the name or Amazon Resource Name (ARN) of the resource is
2456
2469
  * correct.</p>
2457
2470
  */
2458
- export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
2459
- name: "ResourceNotFoundException";
2460
- $fault: "client";
2471
+ export declare class ResourceNotFoundException extends __BaseException {
2472
+ readonly name: "ResourceNotFoundException";
2473
+ readonly $fault: "client";
2461
2474
  Message?: string;
2462
2475
  ResourceName?: string;
2476
+ /**
2477
+ * @internal
2478
+ */
2479
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
2463
2480
  }
2464
2481
  export interface PutEncryptionConfigRequest {
2465
2482
  /**
@@ -2712,11 +2729,15 @@ export declare namespace TagResourceResponse {
2712
2729
  /**
2713
2730
  * <p>You have exceeded the maximum number of tags you can apply to this resource.</p>
2714
2731
  */
2715
- export interface TooManyTagsException extends __SmithyException, $MetadataBearer {
2716
- name: "TooManyTagsException";
2717
- $fault: "client";
2732
+ export declare class TooManyTagsException extends __BaseException {
2733
+ readonly name: "TooManyTagsException";
2734
+ readonly $fault: "client";
2718
2735
  Message?: string;
2719
2736
  ResourceName?: string;
2737
+ /**
2738
+ * @internal
2739
+ */
2740
+ constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
2720
2741
  }
2721
2742
  export interface UntagResourceRequest {
2722
2743
  /**
@@ -0,0 +1,140 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { BatchGetTracesCommandInput, BatchGetTracesCommandOutput } from "./commands/BatchGetTracesCommand";
3
+ import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
4
+ import { CreateSamplingRuleCommandInput, CreateSamplingRuleCommandOutput } from "./commands/CreateSamplingRuleCommand";
5
+ import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
6
+ import { DeleteSamplingRuleCommandInput, DeleteSamplingRuleCommandOutput } from "./commands/DeleteSamplingRuleCommand";
7
+ import { GetEncryptionConfigCommandInput, GetEncryptionConfigCommandOutput } from "./commands/GetEncryptionConfigCommand";
8
+ import { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
9
+ import { GetGroupsCommandInput, GetGroupsCommandOutput } from "./commands/GetGroupsCommand";
10
+ import { GetInsightCommandInput, GetInsightCommandOutput } from "./commands/GetInsightCommand";
11
+ import { GetInsightEventsCommandInput, GetInsightEventsCommandOutput } from "./commands/GetInsightEventsCommand";
12
+ import { GetInsightImpactGraphCommandInput, GetInsightImpactGraphCommandOutput } from "./commands/GetInsightImpactGraphCommand";
13
+ import { GetInsightSummariesCommandInput, GetInsightSummariesCommandOutput } from "./commands/GetInsightSummariesCommand";
14
+ import { GetSamplingRulesCommandInput, GetSamplingRulesCommandOutput } from "./commands/GetSamplingRulesCommand";
15
+ import { GetSamplingStatisticSummariesCommandInput, GetSamplingStatisticSummariesCommandOutput } from "./commands/GetSamplingStatisticSummariesCommand";
16
+ import { GetSamplingTargetsCommandInput, GetSamplingTargetsCommandOutput } from "./commands/GetSamplingTargetsCommand";
17
+ import { GetServiceGraphCommandInput, GetServiceGraphCommandOutput } from "./commands/GetServiceGraphCommand";
18
+ import { GetTimeSeriesServiceStatisticsCommandInput, GetTimeSeriesServiceStatisticsCommandOutput } from "./commands/GetTimeSeriesServiceStatisticsCommand";
19
+ import { GetTraceGraphCommandInput, GetTraceGraphCommandOutput } from "./commands/GetTraceGraphCommand";
20
+ import { GetTraceSummariesCommandInput, GetTraceSummariesCommandOutput } from "./commands/GetTraceSummariesCommand";
21
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
22
+ import { PutEncryptionConfigCommandInput, PutEncryptionConfigCommandOutput } from "./commands/PutEncryptionConfigCommand";
23
+ import { PutTelemetryRecordsCommandInput, PutTelemetryRecordsCommandOutput } from "./commands/PutTelemetryRecordsCommand";
24
+ import { PutTraceSegmentsCommandInput, PutTraceSegmentsCommandOutput } from "./commands/PutTraceSegmentsCommand";
25
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
26
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
27
+ import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/UpdateGroupCommand";
28
+ import { UpdateSamplingRuleCommandInput, UpdateSamplingRuleCommandOutput } from "./commands/UpdateSamplingRuleCommand";
29
+ import { XRayClient } from "./XRayClient";
30
+
31
+ export declare class XRay extends XRayClient {
32
+
33
+ batchGetTraces(args: BatchGetTracesCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetTracesCommandOutput>;
34
+ batchGetTraces(args: BatchGetTracesCommandInput, cb: (err: any, data?: BatchGetTracesCommandOutput) => void): void;
35
+ batchGetTraces(args: BatchGetTracesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetTracesCommandOutput) => void): void;
36
+
37
+ createGroup(args: CreateGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateGroupCommandOutput>;
38
+ createGroup(args: CreateGroupCommandInput, cb: (err: any, data?: CreateGroupCommandOutput) => void): void;
39
+ createGroup(args: CreateGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGroupCommandOutput) => void): void;
40
+
41
+ createSamplingRule(args: CreateSamplingRuleCommandInput, options?: __HttpHandlerOptions): Promise<CreateSamplingRuleCommandOutput>;
42
+ createSamplingRule(args: CreateSamplingRuleCommandInput, cb: (err: any, data?: CreateSamplingRuleCommandOutput) => void): void;
43
+ createSamplingRule(args: CreateSamplingRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSamplingRuleCommandOutput) => void): void;
44
+
45
+ deleteGroup(args: DeleteGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGroupCommandOutput>;
46
+ deleteGroup(args: DeleteGroupCommandInput, cb: (err: any, data?: DeleteGroupCommandOutput) => void): void;
47
+ deleteGroup(args: DeleteGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGroupCommandOutput) => void): void;
48
+
49
+ deleteSamplingRule(args: DeleteSamplingRuleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSamplingRuleCommandOutput>;
50
+ deleteSamplingRule(args: DeleteSamplingRuleCommandInput, cb: (err: any, data?: DeleteSamplingRuleCommandOutput) => void): void;
51
+ deleteSamplingRule(args: DeleteSamplingRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSamplingRuleCommandOutput) => void): void;
52
+
53
+ getEncryptionConfig(args: GetEncryptionConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetEncryptionConfigCommandOutput>;
54
+ getEncryptionConfig(args: GetEncryptionConfigCommandInput, cb: (err: any, data?: GetEncryptionConfigCommandOutput) => void): void;
55
+ getEncryptionConfig(args: GetEncryptionConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEncryptionConfigCommandOutput) => void): void;
56
+
57
+ getGroup(args: GetGroupCommandInput, options?: __HttpHandlerOptions): Promise<GetGroupCommandOutput>;
58
+ getGroup(args: GetGroupCommandInput, cb: (err: any, data?: GetGroupCommandOutput) => void): void;
59
+ getGroup(args: GetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGroupCommandOutput) => void): void;
60
+
61
+ getGroups(args: GetGroupsCommandInput, options?: __HttpHandlerOptions): Promise<GetGroupsCommandOutput>;
62
+ getGroups(args: GetGroupsCommandInput, cb: (err: any, data?: GetGroupsCommandOutput) => void): void;
63
+ getGroups(args: GetGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGroupsCommandOutput) => void): void;
64
+
65
+ getInsight(args: GetInsightCommandInput, options?: __HttpHandlerOptions): Promise<GetInsightCommandOutput>;
66
+ getInsight(args: GetInsightCommandInput, cb: (err: any, data?: GetInsightCommandOutput) => void): void;
67
+ getInsight(args: GetInsightCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInsightCommandOutput) => void): void;
68
+
69
+ getInsightEvents(args: GetInsightEventsCommandInput, options?: __HttpHandlerOptions): Promise<GetInsightEventsCommandOutput>;
70
+ getInsightEvents(args: GetInsightEventsCommandInput, cb: (err: any, data?: GetInsightEventsCommandOutput) => void): void;
71
+ getInsightEvents(args: GetInsightEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInsightEventsCommandOutput) => void): void;
72
+
73
+ getInsightImpactGraph(args: GetInsightImpactGraphCommandInput, options?: __HttpHandlerOptions): Promise<GetInsightImpactGraphCommandOutput>;
74
+ getInsightImpactGraph(args: GetInsightImpactGraphCommandInput, cb: (err: any, data?: GetInsightImpactGraphCommandOutput) => void): void;
75
+ getInsightImpactGraph(args: GetInsightImpactGraphCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInsightImpactGraphCommandOutput) => void): void;
76
+
77
+ getInsightSummaries(args: GetInsightSummariesCommandInput, options?: __HttpHandlerOptions): Promise<GetInsightSummariesCommandOutput>;
78
+ getInsightSummaries(args: GetInsightSummariesCommandInput, cb: (err: any, data?: GetInsightSummariesCommandOutput) => void): void;
79
+ getInsightSummaries(args: GetInsightSummariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInsightSummariesCommandOutput) => void): void;
80
+
81
+ getSamplingRules(args: GetSamplingRulesCommandInput, options?: __HttpHandlerOptions): Promise<GetSamplingRulesCommandOutput>;
82
+ getSamplingRules(args: GetSamplingRulesCommandInput, cb: (err: any, data?: GetSamplingRulesCommandOutput) => void): void;
83
+ getSamplingRules(args: GetSamplingRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSamplingRulesCommandOutput) => void): void;
84
+
85
+ getSamplingStatisticSummaries(args: GetSamplingStatisticSummariesCommandInput, options?: __HttpHandlerOptions): Promise<GetSamplingStatisticSummariesCommandOutput>;
86
+ getSamplingStatisticSummaries(args: GetSamplingStatisticSummariesCommandInput, cb: (err: any, data?: GetSamplingStatisticSummariesCommandOutput) => void): void;
87
+ getSamplingStatisticSummaries(args: GetSamplingStatisticSummariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSamplingStatisticSummariesCommandOutput) => void): void;
88
+
89
+ getSamplingTargets(args: GetSamplingTargetsCommandInput, options?: __HttpHandlerOptions): Promise<GetSamplingTargetsCommandOutput>;
90
+ getSamplingTargets(args: GetSamplingTargetsCommandInput, cb: (err: any, data?: GetSamplingTargetsCommandOutput) => void): void;
91
+ getSamplingTargets(args: GetSamplingTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSamplingTargetsCommandOutput) => void): void;
92
+
93
+ getServiceGraph(args: GetServiceGraphCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceGraphCommandOutput>;
94
+ getServiceGraph(args: GetServiceGraphCommandInput, cb: (err: any, data?: GetServiceGraphCommandOutput) => void): void;
95
+ getServiceGraph(args: GetServiceGraphCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceGraphCommandOutput) => void): void;
96
+
97
+ getTimeSeriesServiceStatistics(args: GetTimeSeriesServiceStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<GetTimeSeriesServiceStatisticsCommandOutput>;
98
+ getTimeSeriesServiceStatistics(args: GetTimeSeriesServiceStatisticsCommandInput, cb: (err: any, data?: GetTimeSeriesServiceStatisticsCommandOutput) => void): void;
99
+ getTimeSeriesServiceStatistics(args: GetTimeSeriesServiceStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTimeSeriesServiceStatisticsCommandOutput) => void): void;
100
+
101
+ getTraceGraph(args: GetTraceGraphCommandInput, options?: __HttpHandlerOptions): Promise<GetTraceGraphCommandOutput>;
102
+ getTraceGraph(args: GetTraceGraphCommandInput, cb: (err: any, data?: GetTraceGraphCommandOutput) => void): void;
103
+ getTraceGraph(args: GetTraceGraphCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTraceGraphCommandOutput) => void): void;
104
+
105
+ getTraceSummaries(args: GetTraceSummariesCommandInput, options?: __HttpHandlerOptions): Promise<GetTraceSummariesCommandOutput>;
106
+ getTraceSummaries(args: GetTraceSummariesCommandInput, cb: (err: any, data?: GetTraceSummariesCommandOutput) => void): void;
107
+ getTraceSummaries(args: GetTraceSummariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTraceSummariesCommandOutput) => void): void;
108
+
109
+ listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
110
+ listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
111
+ listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
112
+
113
+ putEncryptionConfig(args: PutEncryptionConfigCommandInput, options?: __HttpHandlerOptions): Promise<PutEncryptionConfigCommandOutput>;
114
+ putEncryptionConfig(args: PutEncryptionConfigCommandInput, cb: (err: any, data?: PutEncryptionConfigCommandOutput) => void): void;
115
+ putEncryptionConfig(args: PutEncryptionConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutEncryptionConfigCommandOutput) => void): void;
116
+
117
+ putTelemetryRecords(args: PutTelemetryRecordsCommandInput, options?: __HttpHandlerOptions): Promise<PutTelemetryRecordsCommandOutput>;
118
+ putTelemetryRecords(args: PutTelemetryRecordsCommandInput, cb: (err: any, data?: PutTelemetryRecordsCommandOutput) => void): void;
119
+ putTelemetryRecords(args: PutTelemetryRecordsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutTelemetryRecordsCommandOutput) => void): void;
120
+
121
+ putTraceSegments(args: PutTraceSegmentsCommandInput, options?: __HttpHandlerOptions): Promise<PutTraceSegmentsCommandOutput>;
122
+ putTraceSegments(args: PutTraceSegmentsCommandInput, cb: (err: any, data?: PutTraceSegmentsCommandOutput) => void): void;
123
+ putTraceSegments(args: PutTraceSegmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutTraceSegmentsCommandOutput) => void): void;
124
+
125
+ tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
126
+ tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
127
+ tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
128
+
129
+ untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
130
+ untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
131
+ untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
132
+
133
+ updateGroup(args: UpdateGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGroupCommandOutput>;
134
+ updateGroup(args: UpdateGroupCommandInput, cb: (err: any, data?: UpdateGroupCommandOutput) => void): void;
135
+ updateGroup(args: UpdateGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGroupCommandOutput) => void): void;
136
+
137
+ updateSamplingRule(args: UpdateSamplingRuleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSamplingRuleCommandOutput>;
138
+ updateSamplingRule(args: UpdateSamplingRuleCommandInput, cb: (err: any, data?: UpdateSamplingRuleCommandOutput) => void): void;
139
+ updateSamplingRule(args: UpdateSamplingRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSamplingRuleCommandOutput) => void): void;
140
+ }
@@ -0,0 +1,100 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { BatchGetTracesCommandInput, BatchGetTracesCommandOutput } from "./commands/BatchGetTracesCommand";
10
+ import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
11
+ import { CreateSamplingRuleCommandInput, CreateSamplingRuleCommandOutput } from "./commands/CreateSamplingRuleCommand";
12
+ import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
13
+ import { DeleteSamplingRuleCommandInput, DeleteSamplingRuleCommandOutput } from "./commands/DeleteSamplingRuleCommand";
14
+ import { GetEncryptionConfigCommandInput, GetEncryptionConfigCommandOutput } from "./commands/GetEncryptionConfigCommand";
15
+ import { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
16
+ import { GetGroupsCommandInput, GetGroupsCommandOutput } from "./commands/GetGroupsCommand";
17
+ import { GetInsightCommandInput, GetInsightCommandOutput } from "./commands/GetInsightCommand";
18
+ import { GetInsightEventsCommandInput, GetInsightEventsCommandOutput } from "./commands/GetInsightEventsCommand";
19
+ import { GetInsightImpactGraphCommandInput, GetInsightImpactGraphCommandOutput } from "./commands/GetInsightImpactGraphCommand";
20
+ import { GetInsightSummariesCommandInput, GetInsightSummariesCommandOutput } from "./commands/GetInsightSummariesCommand";
21
+ import { GetSamplingRulesCommandInput, GetSamplingRulesCommandOutput } from "./commands/GetSamplingRulesCommand";
22
+ import { GetSamplingStatisticSummariesCommandInput, GetSamplingStatisticSummariesCommandOutput } from "./commands/GetSamplingStatisticSummariesCommand";
23
+ import { GetSamplingTargetsCommandInput, GetSamplingTargetsCommandOutput } from "./commands/GetSamplingTargetsCommand";
24
+ import { GetServiceGraphCommandInput, GetServiceGraphCommandOutput } from "./commands/GetServiceGraphCommand";
25
+ import { GetTimeSeriesServiceStatisticsCommandInput, GetTimeSeriesServiceStatisticsCommandOutput } from "./commands/GetTimeSeriesServiceStatisticsCommand";
26
+ import { GetTraceGraphCommandInput, GetTraceGraphCommandOutput } from "./commands/GetTraceGraphCommand";
27
+ import { GetTraceSummariesCommandInput, GetTraceSummariesCommandOutput } from "./commands/GetTraceSummariesCommand";
28
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
29
+ import { PutEncryptionConfigCommandInput, PutEncryptionConfigCommandOutput } from "./commands/PutEncryptionConfigCommand";
30
+ import { PutTelemetryRecordsCommandInput, PutTelemetryRecordsCommandOutput } from "./commands/PutTelemetryRecordsCommand";
31
+ import { PutTraceSegmentsCommandInput, PutTraceSegmentsCommandOutput } from "./commands/PutTraceSegmentsCommand";
32
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
33
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
34
+ import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/UpdateGroupCommand";
35
+ import { UpdateSamplingRuleCommandInput, UpdateSamplingRuleCommandOutput } from "./commands/UpdateSamplingRuleCommand";
36
+ export declare type ServiceInputTypes = BatchGetTracesCommandInput | CreateGroupCommandInput | CreateSamplingRuleCommandInput | DeleteGroupCommandInput | DeleteSamplingRuleCommandInput | GetEncryptionConfigCommandInput | GetGroupCommandInput | GetGroupsCommandInput | GetInsightCommandInput | GetInsightEventsCommandInput | GetInsightImpactGraphCommandInput | GetInsightSummariesCommandInput | GetSamplingRulesCommandInput | GetSamplingStatisticSummariesCommandInput | GetSamplingTargetsCommandInput | GetServiceGraphCommandInput | GetTimeSeriesServiceStatisticsCommandInput | GetTraceGraphCommandInput | GetTraceSummariesCommandInput | ListTagsForResourceCommandInput | PutEncryptionConfigCommandInput | PutTelemetryRecordsCommandInput | PutTraceSegmentsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateGroupCommandInput | UpdateSamplingRuleCommandInput;
37
+ export declare type ServiceOutputTypes = BatchGetTracesCommandOutput | CreateGroupCommandOutput | CreateSamplingRuleCommandOutput | DeleteGroupCommandOutput | DeleteSamplingRuleCommandOutput | GetEncryptionConfigCommandOutput | GetGroupCommandOutput | GetGroupsCommandOutput | GetInsightCommandOutput | GetInsightEventsCommandOutput | GetInsightImpactGraphCommandOutput | GetInsightSummariesCommandOutput | GetSamplingRulesCommandOutput | GetSamplingStatisticSummariesCommandOutput | GetSamplingTargetsCommandOutput | GetServiceGraphCommandOutput | GetTimeSeriesServiceStatisticsCommandOutput | GetTraceGraphCommandOutput | GetTraceSummariesCommandOutput | ListTagsForResourceCommandOutput | PutEncryptionConfigCommandOutput | PutTelemetryRecordsCommandOutput | PutTraceSegmentsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateGroupCommandOutput | UpdateSamplingRuleCommandOutput;
38
+ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
39
+
40
+ requestHandler?: __HttpHandler;
41
+
42
+ sha256?: __HashConstructor;
43
+
44
+ urlParser?: __UrlParser;
45
+
46
+ bodyLengthChecker?: (body: any) => number | undefined;
47
+
48
+ streamCollector?: __StreamCollector;
49
+
50
+ base64Decoder?: __Decoder;
51
+
52
+ base64Encoder?: __Encoder;
53
+
54
+ utf8Decoder?: __Decoder;
55
+
56
+ utf8Encoder?: __Encoder;
57
+
58
+ runtime?: string;
59
+
60
+ disableHostPrefix?: boolean;
61
+
62
+ maxAttempts?: number | __Provider<number>;
63
+
64
+ retryMode?: string | __Provider<string>;
65
+
66
+ logger?: __Logger;
67
+
68
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
69
+
70
+ useFipsEndpoint?: boolean | __Provider<boolean>;
71
+
72
+ serviceId?: string;
73
+
74
+ region?: string | __Provider<string>;
75
+
76
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
77
+
78
+ regionInfoProvider?: RegionInfoProvider;
79
+
80
+ defaultUserAgentProvider?: Provider<__UserAgent>;
81
+
82
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
83
+ }
84
+ declare type XRayClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
85
+
86
+ export interface XRayClientConfig extends XRayClientConfigType {
87
+ }
88
+ declare type XRayClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
89
+
90
+ export interface XRayClientResolvedConfig extends XRayClientResolvedConfigType {
91
+ }
92
+
93
+ export declare class XRayClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig> {
94
+
95
+ readonly config: XRayClientResolvedConfig;
96
+ constructor(configuration: XRayClientConfig);
97
+
98
+ destroy(): void;
99
+ }
100
+ export {};
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { BatchGetTracesRequest, BatchGetTracesResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
+ export interface BatchGetTracesCommandInput extends BatchGetTracesRequest {
6
+ }
7
+ export interface BatchGetTracesCommandOutput extends BatchGetTracesResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class BatchGetTracesCommand extends $Command<BatchGetTracesCommandInput, BatchGetTracesCommandOutput, XRayClientResolvedConfig> {
11
+ readonly input: BatchGetTracesCommandInput;
12
+ constructor(input: BatchGetTracesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetTracesCommandInput, BatchGetTracesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateGroupRequest, CreateGroupResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
+ export interface CreateGroupCommandInput extends CreateGroupRequest {
6
+ }
7
+ export interface CreateGroupCommandOutput extends CreateGroupResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateGroupCommand extends $Command<CreateGroupCommandInput, CreateGroupCommandOutput, XRayClientResolvedConfig> {
11
+ readonly input: CreateGroupCommandInput;
12
+ constructor(input: CreateGroupCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGroupCommandInput, CreateGroupCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateSamplingRuleRequest, CreateSamplingRuleResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
+ export interface CreateSamplingRuleCommandInput extends CreateSamplingRuleRequest {
6
+ }
7
+ export interface CreateSamplingRuleCommandOutput extends CreateSamplingRuleResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateSamplingRuleCommand extends $Command<CreateSamplingRuleCommandInput, CreateSamplingRuleCommandOutput, XRayClientResolvedConfig> {
11
+ readonly input: CreateSamplingRuleCommandInput;
12
+ constructor(input: CreateSamplingRuleCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSamplingRuleCommandInput, CreateSamplingRuleCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteGroupRequest, DeleteGroupResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
+ export interface DeleteGroupCommandInput extends DeleteGroupRequest {
6
+ }
7
+ export interface DeleteGroupCommandOutput extends DeleteGroupResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteGroupCommand extends $Command<DeleteGroupCommandInput, DeleteGroupCommandOutput, XRayClientResolvedConfig> {
11
+ readonly input: DeleteGroupCommandInput;
12
+ constructor(input: DeleteGroupCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGroupCommandInput, DeleteGroupCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteSamplingRuleRequest, DeleteSamplingRuleResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
+ export interface DeleteSamplingRuleCommandInput extends DeleteSamplingRuleRequest {
6
+ }
7
+ export interface DeleteSamplingRuleCommandOutput extends DeleteSamplingRuleResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteSamplingRuleCommand extends $Command<DeleteSamplingRuleCommandInput, DeleteSamplingRuleCommandOutput, XRayClientResolvedConfig> {
11
+ readonly input: DeleteSamplingRuleCommandInput;
12
+ constructor(input: DeleteSamplingRuleCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSamplingRuleCommandInput, DeleteSamplingRuleCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetEncryptionConfigRequest, GetEncryptionConfigResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
+ export interface GetEncryptionConfigCommandInput extends GetEncryptionConfigRequest {
6
+ }
7
+ export interface GetEncryptionConfigCommandOutput extends GetEncryptionConfigResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetEncryptionConfigCommand extends $Command<GetEncryptionConfigCommandInput, GetEncryptionConfigCommandOutput, XRayClientResolvedConfig> {
11
+ readonly input: GetEncryptionConfigCommandInput;
12
+ constructor(input: GetEncryptionConfigCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEncryptionConfigCommandInput, GetEncryptionConfigCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetGroupRequest, GetGroupResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
+ export interface GetGroupCommandInput extends GetGroupRequest {
6
+ }
7
+ export interface GetGroupCommandOutput extends GetGroupResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetGroupCommand extends $Command<GetGroupCommandInput, GetGroupCommandOutput, XRayClientResolvedConfig> {
11
+ readonly input: GetGroupCommandInput;
12
+ constructor(input: GetGroupCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGroupCommandInput, GetGroupCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetGroupsRequest, GetGroupsResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
+ export interface GetGroupsCommandInput extends GetGroupsRequest {
6
+ }
7
+ export interface GetGroupsCommandOutput extends GetGroupsResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetGroupsCommand extends $Command<GetGroupsCommandInput, GetGroupsCommandOutput, XRayClientResolvedConfig> {
11
+ readonly input: GetGroupsCommandInput;
12
+ constructor(input: GetGroupsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGroupsCommandInput, GetGroupsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetInsightRequest, GetInsightResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
+ export interface GetInsightCommandInput extends GetInsightRequest {
6
+ }
7
+ export interface GetInsightCommandOutput extends GetInsightResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetInsightCommand extends $Command<GetInsightCommandInput, GetInsightCommandOutput, XRayClientResolvedConfig> {
11
+ readonly input: GetInsightCommandInput;
12
+ constructor(input: GetInsightCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInsightCommandInput, GetInsightCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetInsightEventsRequest, GetInsightEventsResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
+ export interface GetInsightEventsCommandInput extends GetInsightEventsRequest {
6
+ }
7
+ export interface GetInsightEventsCommandOutput extends GetInsightEventsResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetInsightEventsCommand extends $Command<GetInsightEventsCommandInput, GetInsightEventsCommandOutput, XRayClientResolvedConfig> {
11
+ readonly input: GetInsightEventsCommandInput;
12
+ constructor(input: GetInsightEventsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInsightEventsCommandInput, GetInsightEventsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetInsightImpactGraphRequest, GetInsightImpactGraphResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
+ export interface GetInsightImpactGraphCommandInput extends GetInsightImpactGraphRequest {
6
+ }
7
+ export interface GetInsightImpactGraphCommandOutput extends GetInsightImpactGraphResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetInsightImpactGraphCommand extends $Command<GetInsightImpactGraphCommandInput, GetInsightImpactGraphCommandOutput, XRayClientResolvedConfig> {
11
+ readonly input: GetInsightImpactGraphCommandInput;
12
+ constructor(input: GetInsightImpactGraphCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInsightImpactGraphCommandInput, GetInsightImpactGraphCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetInsightSummariesRequest, GetInsightSummariesResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
+ export interface GetInsightSummariesCommandInput extends GetInsightSummariesRequest {
6
+ }
7
+ export interface GetInsightSummariesCommandOutput extends GetInsightSummariesResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetInsightSummariesCommand extends $Command<GetInsightSummariesCommandInput, GetInsightSummariesCommandOutput, XRayClientResolvedConfig> {
11
+ readonly input: GetInsightSummariesCommandInput;
12
+ constructor(input: GetInsightSummariesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInsightSummariesCommandInput, GetInsightSummariesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetSamplingRulesRequest, GetSamplingRulesResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
+ export interface GetSamplingRulesCommandInput extends GetSamplingRulesRequest {
6
+ }
7
+ export interface GetSamplingRulesCommandOutput extends GetSamplingRulesResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetSamplingRulesCommand extends $Command<GetSamplingRulesCommandInput, GetSamplingRulesCommandOutput, XRayClientResolvedConfig> {
11
+ readonly input: GetSamplingRulesCommandInput;
12
+ constructor(input: GetSamplingRulesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSamplingRulesCommandInput, GetSamplingRulesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetSamplingStatisticSummariesRequest, GetSamplingStatisticSummariesResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
+ export interface GetSamplingStatisticSummariesCommandInput extends GetSamplingStatisticSummariesRequest {
6
+ }
7
+ export interface GetSamplingStatisticSummariesCommandOutput extends GetSamplingStatisticSummariesResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetSamplingStatisticSummariesCommand extends $Command<GetSamplingStatisticSummariesCommandInput, GetSamplingStatisticSummariesCommandOutput, XRayClientResolvedConfig> {
11
+ readonly input: GetSamplingStatisticSummariesCommandInput;
12
+ constructor(input: GetSamplingStatisticSummariesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSamplingStatisticSummariesCommandInput, GetSamplingStatisticSummariesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }