@aws-sdk/client-xray 3.477.0 → 3.481.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 (173) hide show
  1. package/dist-cjs/commands/BatchGetTracesCommand.js +18 -41
  2. package/dist-cjs/commands/CreateGroupCommand.js +18 -41
  3. package/dist-cjs/commands/CreateSamplingRuleCommand.js +18 -41
  4. package/dist-cjs/commands/DeleteGroupCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteSamplingRuleCommand.js +18 -41
  7. package/dist-cjs/commands/GetEncryptionConfigCommand.js +18 -41
  8. package/dist-cjs/commands/GetGroupCommand.js +18 -41
  9. package/dist-cjs/commands/GetGroupsCommand.js +18 -41
  10. package/dist-cjs/commands/GetInsightCommand.js +18 -41
  11. package/dist-cjs/commands/GetInsightEventsCommand.js +18 -41
  12. package/dist-cjs/commands/GetInsightImpactGraphCommand.js +18 -41
  13. package/dist-cjs/commands/GetInsightSummariesCommand.js +18 -41
  14. package/dist-cjs/commands/GetSamplingRulesCommand.js +18 -41
  15. package/dist-cjs/commands/GetSamplingStatisticSummariesCommand.js +18 -41
  16. package/dist-cjs/commands/GetSamplingTargetsCommand.js +18 -41
  17. package/dist-cjs/commands/GetServiceGraphCommand.js +18 -41
  18. package/dist-cjs/commands/GetTimeSeriesServiceStatisticsCommand.js +18 -41
  19. package/dist-cjs/commands/GetTraceGraphCommand.js +18 -41
  20. package/dist-cjs/commands/GetTraceSummariesCommand.js +18 -41
  21. package/dist-cjs/commands/ListResourcePoliciesCommand.js +18 -41
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  23. package/dist-cjs/commands/PutEncryptionConfigCommand.js +18 -41
  24. package/dist-cjs/commands/PutResourcePolicyCommand.js +18 -41
  25. package/dist-cjs/commands/PutTelemetryRecordsCommand.js +18 -41
  26. package/dist-cjs/commands/PutTraceSegmentsCommand.js +18 -41
  27. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  28. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  29. package/dist-cjs/commands/UpdateGroupCommand.js +18 -41
  30. package/dist-cjs/commands/UpdateSamplingRuleCommand.js +18 -41
  31. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  32. package/dist-cjs/pagination/BatchGetTracesPaginator.js +2 -23
  33. package/dist-cjs/pagination/GetGroupsPaginator.js +2 -23
  34. package/dist-cjs/pagination/GetInsightEventsPaginator.js +2 -24
  35. package/dist-cjs/pagination/GetInsightSummariesPaginator.js +2 -24
  36. package/dist-cjs/pagination/GetSamplingRulesPaginator.js +2 -23
  37. package/dist-cjs/pagination/GetSamplingStatisticSummariesPaginator.js +2 -23
  38. package/dist-cjs/pagination/GetServiceGraphPaginator.js +2 -23
  39. package/dist-cjs/pagination/GetTimeSeriesServiceStatisticsPaginator.js +2 -23
  40. package/dist-cjs/pagination/GetTraceGraphPaginator.js +2 -23
  41. package/dist-cjs/pagination/GetTraceSummariesPaginator.js +2 -23
  42. package/dist-cjs/pagination/ListResourcePoliciesPaginator.js +2 -23
  43. package/dist-cjs/pagination/ListTagsForResourcePaginator.js +2 -23
  44. package/dist-es/commands/BatchGetTracesCommand.js +18 -41
  45. package/dist-es/commands/CreateGroupCommand.js +18 -41
  46. package/dist-es/commands/CreateSamplingRuleCommand.js +18 -41
  47. package/dist-es/commands/DeleteGroupCommand.js +18 -41
  48. package/dist-es/commands/DeleteResourcePolicyCommand.js +18 -41
  49. package/dist-es/commands/DeleteSamplingRuleCommand.js +18 -41
  50. package/dist-es/commands/GetEncryptionConfigCommand.js +18 -41
  51. package/dist-es/commands/GetGroupCommand.js +18 -41
  52. package/dist-es/commands/GetGroupsCommand.js +18 -41
  53. package/dist-es/commands/GetInsightCommand.js +18 -41
  54. package/dist-es/commands/GetInsightEventsCommand.js +18 -41
  55. package/dist-es/commands/GetInsightImpactGraphCommand.js +18 -41
  56. package/dist-es/commands/GetInsightSummariesCommand.js +18 -41
  57. package/dist-es/commands/GetSamplingRulesCommand.js +18 -41
  58. package/dist-es/commands/GetSamplingStatisticSummariesCommand.js +18 -41
  59. package/dist-es/commands/GetSamplingTargetsCommand.js +18 -41
  60. package/dist-es/commands/GetServiceGraphCommand.js +18 -41
  61. package/dist-es/commands/GetTimeSeriesServiceStatisticsCommand.js +18 -41
  62. package/dist-es/commands/GetTraceGraphCommand.js +18 -41
  63. package/dist-es/commands/GetTraceSummariesCommand.js +18 -41
  64. package/dist-es/commands/ListResourcePoliciesCommand.js +18 -41
  65. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  66. package/dist-es/commands/PutEncryptionConfigCommand.js +18 -41
  67. package/dist-es/commands/PutResourcePolicyCommand.js +18 -41
  68. package/dist-es/commands/PutTelemetryRecordsCommand.js +18 -41
  69. package/dist-es/commands/PutTraceSegmentsCommand.js +18 -41
  70. package/dist-es/commands/TagResourceCommand.js +18 -41
  71. package/dist-es/commands/UntagResourceCommand.js +18 -41
  72. package/dist-es/commands/UpdateGroupCommand.js +18 -41
  73. package/dist-es/commands/UpdateSamplingRuleCommand.js +18 -41
  74. package/dist-es/endpoint/EndpointParameters.js +6 -0
  75. package/dist-es/pagination/BatchGetTracesPaginator.js +2 -22
  76. package/dist-es/pagination/GetGroupsPaginator.js +2 -22
  77. package/dist-es/pagination/GetInsightEventsPaginator.js +2 -23
  78. package/dist-es/pagination/GetInsightSummariesPaginator.js +2 -23
  79. package/dist-es/pagination/GetSamplingRulesPaginator.js +2 -22
  80. package/dist-es/pagination/GetSamplingStatisticSummariesPaginator.js +2 -22
  81. package/dist-es/pagination/GetServiceGraphPaginator.js +2 -22
  82. package/dist-es/pagination/GetTimeSeriesServiceStatisticsPaginator.js +2 -22
  83. package/dist-es/pagination/GetTraceGraphPaginator.js +2 -22
  84. package/dist-es/pagination/GetTraceSummariesPaginator.js +2 -22
  85. package/dist-es/pagination/ListResourcePoliciesPaginator.js +2 -22
  86. package/dist-es/pagination/ListTagsForResourcePaginator.js +2 -22
  87. package/dist-types/commands/BatchGetTracesCommand.d.ts +6 -21
  88. package/dist-types/commands/CreateGroupCommand.d.ts +6 -21
  89. package/dist-types/commands/CreateSamplingRuleCommand.d.ts +6 -21
  90. package/dist-types/commands/DeleteGroupCommand.d.ts +6 -21
  91. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -21
  92. package/dist-types/commands/DeleteSamplingRuleCommand.d.ts +6 -21
  93. package/dist-types/commands/GetEncryptionConfigCommand.d.ts +6 -21
  94. package/dist-types/commands/GetGroupCommand.d.ts +6 -21
  95. package/dist-types/commands/GetGroupsCommand.d.ts +6 -21
  96. package/dist-types/commands/GetInsightCommand.d.ts +6 -21
  97. package/dist-types/commands/GetInsightEventsCommand.d.ts +6 -21
  98. package/dist-types/commands/GetInsightImpactGraphCommand.d.ts +6 -21
  99. package/dist-types/commands/GetInsightSummariesCommand.d.ts +6 -21
  100. package/dist-types/commands/GetSamplingRulesCommand.d.ts +6 -21
  101. package/dist-types/commands/GetSamplingStatisticSummariesCommand.d.ts +6 -21
  102. package/dist-types/commands/GetSamplingTargetsCommand.d.ts +6 -21
  103. package/dist-types/commands/GetServiceGraphCommand.d.ts +6 -21
  104. package/dist-types/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +6 -21
  105. package/dist-types/commands/GetTraceGraphCommand.d.ts +6 -21
  106. package/dist-types/commands/GetTraceSummariesCommand.d.ts +6 -21
  107. package/dist-types/commands/ListResourcePoliciesCommand.d.ts +6 -21
  108. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  109. package/dist-types/commands/PutEncryptionConfigCommand.d.ts +6 -21
  110. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -21
  111. package/dist-types/commands/PutTelemetryRecordsCommand.d.ts +6 -21
  112. package/dist-types/commands/PutTraceSegmentsCommand.d.ts +6 -21
  113. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  114. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  115. package/dist-types/commands/UpdateGroupCommand.d.ts +6 -21
  116. package/dist-types/commands/UpdateSamplingRuleCommand.d.ts +6 -21
  117. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  118. package/dist-types/pagination/BatchGetTracesPaginator.d.ts +1 -1
  119. package/dist-types/pagination/GetGroupsPaginator.d.ts +1 -1
  120. package/dist-types/pagination/GetInsightEventsPaginator.d.ts +1 -1
  121. package/dist-types/pagination/GetInsightSummariesPaginator.d.ts +1 -1
  122. package/dist-types/pagination/GetSamplingRulesPaginator.d.ts +1 -1
  123. package/dist-types/pagination/GetSamplingStatisticSummariesPaginator.d.ts +1 -1
  124. package/dist-types/pagination/GetServiceGraphPaginator.d.ts +1 -1
  125. package/dist-types/pagination/GetTimeSeriesServiceStatisticsPaginator.d.ts +1 -1
  126. package/dist-types/pagination/GetTraceGraphPaginator.d.ts +1 -1
  127. package/dist-types/pagination/GetTraceSummariesPaginator.d.ts +1 -1
  128. package/dist-types/pagination/ListResourcePoliciesPaginator.d.ts +1 -1
  129. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/BatchGetTracesCommand.d.ts +14 -23
  131. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +14 -23
  132. package/dist-types/ts3.4/commands/CreateSamplingRuleCommand.d.ts +14 -23
  133. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +14 -23
  134. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -24
  135. package/dist-types/ts3.4/commands/DeleteSamplingRuleCommand.d.ts +14 -23
  136. package/dist-types/ts3.4/commands/GetEncryptionConfigCommand.d.ts +14 -23
  137. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +14 -23
  138. package/dist-types/ts3.4/commands/GetGroupsCommand.d.ts +14 -23
  139. package/dist-types/ts3.4/commands/GetInsightCommand.d.ts +14 -23
  140. package/dist-types/ts3.4/commands/GetInsightEventsCommand.d.ts +14 -23
  141. package/dist-types/ts3.4/commands/GetInsightImpactGraphCommand.d.ts +12 -24
  142. package/dist-types/ts3.4/commands/GetInsightSummariesCommand.d.ts +14 -23
  143. package/dist-types/ts3.4/commands/GetSamplingRulesCommand.d.ts +14 -23
  144. package/dist-types/ts3.4/commands/GetSamplingStatisticSummariesCommand.d.ts +12 -24
  145. package/dist-types/ts3.4/commands/GetSamplingTargetsCommand.d.ts +14 -23
  146. package/dist-types/ts3.4/commands/GetServiceGraphCommand.d.ts +14 -23
  147. package/dist-types/ts3.4/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +12 -24
  148. package/dist-types/ts3.4/commands/GetTraceGraphCommand.d.ts +14 -23
  149. package/dist-types/ts3.4/commands/GetTraceSummariesCommand.d.ts +14 -23
  150. package/dist-types/ts3.4/commands/ListResourcePoliciesCommand.d.ts +12 -24
  151. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  152. package/dist-types/ts3.4/commands/PutEncryptionConfigCommand.d.ts +14 -23
  153. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +14 -23
  154. package/dist-types/ts3.4/commands/PutTelemetryRecordsCommand.d.ts +14 -23
  155. package/dist-types/ts3.4/commands/PutTraceSegmentsCommand.d.ts +14 -23
  156. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  157. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  158. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +14 -23
  159. package/dist-types/ts3.4/commands/UpdateSamplingRuleCommand.d.ts +14 -23
  160. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  161. package/dist-types/ts3.4/pagination/BatchGetTracesPaginator.d.ts +3 -3
  162. package/dist-types/ts3.4/pagination/GetGroupsPaginator.d.ts +3 -3
  163. package/dist-types/ts3.4/pagination/GetInsightEventsPaginator.d.ts +3 -3
  164. package/dist-types/ts3.4/pagination/GetInsightSummariesPaginator.d.ts +3 -3
  165. package/dist-types/ts3.4/pagination/GetSamplingRulesPaginator.d.ts +3 -3
  166. package/dist-types/ts3.4/pagination/GetSamplingStatisticSummariesPaginator.d.ts +3 -3
  167. package/dist-types/ts3.4/pagination/GetServiceGraphPaginator.d.ts +3 -3
  168. package/dist-types/ts3.4/pagination/GetTimeSeriesServiceStatisticsPaginator.d.ts +3 -3
  169. package/dist-types/ts3.4/pagination/GetTraceGraphPaginator.d.ts +3 -3
  170. package/dist-types/ts3.4/pagination/GetTraceSummariesPaginator.d.ts +3 -3
  171. package/dist-types/ts3.4/pagination/ListResourcePoliciesPaginator.d.ts +3 -3
  172. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +3 -3
  173. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CreateSamplingRuleRequest, CreateSamplingRuleResult } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateSamplingRuleCommandInput extends CreateSamplingRuleReques
21
20
  */
22
21
  export interface CreateSamplingRuleCommandOutput extends CreateSamplingRuleResult, __MetadataBearer {
23
22
  }
23
+ declare const CreateSamplingRuleCommand_base: {
24
+ new (input: CreateSamplingRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSamplingRuleCommandInput, CreateSamplingRuleCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a rule to control sampling behavior for instrumented applications. Services
@@ -108,23 +111,5 @@ export interface CreateSamplingRuleCommandOutput extends CreateSamplingRuleResul
108
111
  * <p>Base exception class for all service exceptions from XRay service.</p>
109
112
  *
110
113
  */
111
- export declare class CreateSamplingRuleCommand extends $Command<CreateSamplingRuleCommandInput, CreateSamplingRuleCommandOutput, XRayClientResolvedConfig> {
112
- readonly input: CreateSamplingRuleCommandInput;
113
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
114
- /**
115
- * @public
116
- */
117
- constructor(input: CreateSamplingRuleCommandInput);
118
- /**
119
- * @internal
120
- */
121
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSamplingRuleCommandInput, CreateSamplingRuleCommandOutput>;
122
- /**
123
- * @internal
124
- */
125
- private serialize;
126
- /**
127
- * @internal
128
- */
129
- private deserialize;
114
+ export declare class CreateSamplingRuleCommand extends CreateSamplingRuleCommand_base {
130
115
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteGroupRequest, DeleteGroupResult } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteGroupCommandInput extends DeleteGroupRequest {
21
20
  */
22
21
  export interface DeleteGroupCommandOutput extends DeleteGroupResult, __MetadataBearer {
23
22
  }
23
+ declare const DeleteGroupCommand_base: {
24
+ new (input: DeleteGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGroupCommandInput, DeleteGroupCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a group resource.</p>
@@ -56,23 +59,5 @@ export interface DeleteGroupCommandOutput extends DeleteGroupResult, __MetadataB
56
59
  * <p>Base exception class for all service exceptions from XRay service.</p>
57
60
  *
58
61
  */
59
- export declare class DeleteGroupCommand extends $Command<DeleteGroupCommandInput, DeleteGroupCommandOutput, XRayClientResolvedConfig> {
60
- readonly input: DeleteGroupCommandInput;
61
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
- /**
63
- * @public
64
- */
65
- constructor(input: DeleteGroupCommandInput);
66
- /**
67
- * @internal
68
- */
69
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGroupCommandInput, DeleteGroupCommandOutput>;
70
- /**
71
- * @internal
72
- */
73
- private serialize;
74
- /**
75
- * @internal
76
- */
77
- private deserialize;
62
+ export declare class DeleteGroupCommand extends DeleteGroupCommand_base {
78
63
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteResourcePolicyRequest, DeleteResourcePolicyResult } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRe
21
20
  */
22
21
  export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyResult, __MetadataBearer {
23
22
  }
23
+ declare const DeleteResourcePolicyCommand_base: {
24
+ new (input: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a resource policy from the target Amazon Web Services account.</p>
@@ -60,23 +63,5 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
60
63
  * <p>Base exception class for all service exceptions from XRay service.</p>
61
64
  *
62
65
  */
63
- export declare class DeleteResourcePolicyCommand extends $Command<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, XRayClientResolvedConfig> {
64
- readonly input: DeleteResourcePolicyCommandInput;
65
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
- /**
67
- * @public
68
- */
69
- constructor(input: DeleteResourcePolicyCommandInput);
70
- /**
71
- * @internal
72
- */
73
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput>;
74
- /**
75
- * @internal
76
- */
77
- private serialize;
78
- /**
79
- * @internal
80
- */
81
- private deserialize;
66
+ export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
82
67
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteSamplingRuleRequest, DeleteSamplingRuleResult } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteSamplingRuleCommandInput extends DeleteSamplingRuleReques
21
20
  */
22
21
  export interface DeleteSamplingRuleCommandOutput extends DeleteSamplingRuleResult, __MetadataBearer {
23
22
  }
23
+ declare const DeleteSamplingRuleCommand_base: {
24
+ new (input: DeleteSamplingRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSamplingRuleCommandInput, DeleteSamplingRuleCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a sampling rule.</p>
@@ -78,23 +81,5 @@ export interface DeleteSamplingRuleCommandOutput extends DeleteSamplingRuleResul
78
81
  * <p>Base exception class for all service exceptions from XRay service.</p>
79
82
  *
80
83
  */
81
- export declare class DeleteSamplingRuleCommand extends $Command<DeleteSamplingRuleCommandInput, DeleteSamplingRuleCommandOutput, XRayClientResolvedConfig> {
82
- readonly input: DeleteSamplingRuleCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: DeleteSamplingRuleCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSamplingRuleCommandInput, DeleteSamplingRuleCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class DeleteSamplingRuleCommand extends DeleteSamplingRuleCommand_base {
100
85
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetEncryptionConfigRequest, GetEncryptionConfigResult } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetEncryptionConfigCommandInput extends GetEncryptionConfigRequ
21
20
  */
22
21
  export interface GetEncryptionConfigCommandOutput extends GetEncryptionConfigResult, __MetadataBearer {
23
22
  }
23
+ declare const GetEncryptionConfigCommand_base: {
24
+ new (input: GetEncryptionConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetEncryptionConfigCommandInput, GetEncryptionConfigCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the current encryption configuration for X-Ray data.</p>
@@ -59,23 +62,5 @@ export interface GetEncryptionConfigCommandOutput extends GetEncryptionConfigRes
59
62
  * <p>Base exception class for all service exceptions from XRay service.</p>
60
63
  *
61
64
  */
62
- export declare class GetEncryptionConfigCommand extends $Command<GetEncryptionConfigCommandInput, GetEncryptionConfigCommandOutput, XRayClientResolvedConfig> {
63
- readonly input: GetEncryptionConfigCommandInput;
64
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
- /**
66
- * @public
67
- */
68
- constructor(input: GetEncryptionConfigCommandInput);
69
- /**
70
- * @internal
71
- */
72
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEncryptionConfigCommandInput, GetEncryptionConfigCommandOutput>;
73
- /**
74
- * @internal
75
- */
76
- private serialize;
77
- /**
78
- * @internal
79
- */
80
- private deserialize;
65
+ export declare class GetEncryptionConfigCommand extends GetEncryptionConfigCommand_base {
81
66
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetGroupRequest, GetGroupResult } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetGroupCommandInput extends GetGroupRequest {
21
20
  */
22
21
  export interface GetGroupCommandOutput extends GetGroupResult, __MetadataBearer {
23
22
  }
23
+ declare const GetGroupCommand_base: {
24
+ new (input: GetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetGroupCommandInput, GetGroupCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves group resource details.</p>
@@ -66,23 +69,5 @@ export interface GetGroupCommandOutput extends GetGroupResult, __MetadataBearer
66
69
  * <p>Base exception class for all service exceptions from XRay service.</p>
67
70
  *
68
71
  */
69
- export declare class GetGroupCommand extends $Command<GetGroupCommandInput, GetGroupCommandOutput, XRayClientResolvedConfig> {
70
- readonly input: GetGroupCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: GetGroupCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGroupCommandInput, GetGroupCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class GetGroupCommand extends GetGroupCommand_base {
88
73
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetGroupsRequest, GetGroupsResult } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetGroupsCommandInput extends GetGroupsRequest {
21
20
  */
22
21
  export interface GetGroupsCommandOutput extends GetGroupsResult, __MetadataBearer {
23
22
  }
23
+ declare const GetGroupsCommand_base: {
24
+ new (input: GetGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<GetGroupsCommandInput, GetGroupsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves all active group details.</p>
@@ -68,23 +71,5 @@ export interface GetGroupsCommandOutput extends GetGroupsResult, __MetadataBeare
68
71
  * <p>Base exception class for all service exceptions from XRay service.</p>
69
72
  *
70
73
  */
71
- export declare class GetGroupsCommand extends $Command<GetGroupsCommandInput, GetGroupsCommandOutput, XRayClientResolvedConfig> {
72
- readonly input: GetGroupsCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: GetGroupsCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGroupsCommandInput, GetGroupsCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class GetGroupsCommand extends GetGroupsCommand_base {
90
75
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetInsightRequest, GetInsightResult } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetInsightCommandInput extends GetInsightRequest {
21
20
  */
22
21
  export interface GetInsightCommandOutput extends GetInsightResult, __MetadataBearer {
23
22
  }
23
+ declare const GetInsightCommand_base: {
24
+ new (input: GetInsightCommandInput): import("@smithy/smithy-client").CommandImpl<GetInsightCommandInput, GetInsightCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the summary information of an insight. This includes impact to clients and
@@ -100,23 +103,5 @@ export interface GetInsightCommandOutput extends GetInsightResult, __MetadataBea
100
103
  * <p>Base exception class for all service exceptions from XRay service.</p>
101
104
  *
102
105
  */
103
- export declare class GetInsightCommand extends $Command<GetInsightCommandInput, GetInsightCommandOutput, XRayClientResolvedConfig> {
104
- readonly input: GetInsightCommandInput;
105
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
106
- /**
107
- * @public
108
- */
109
- constructor(input: GetInsightCommandInput);
110
- /**
111
- * @internal
112
- */
113
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInsightCommandInput, GetInsightCommandOutput>;
114
- /**
115
- * @internal
116
- */
117
- private serialize;
118
- /**
119
- * @internal
120
- */
121
- private deserialize;
106
+ export declare class GetInsightCommand extends GetInsightCommand_base {
122
107
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetInsightEventsRequest, GetInsightEventsResult } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetInsightEventsCommandInput extends GetInsightEventsRequest {
21
20
  */
22
21
  export interface GetInsightEventsCommandOutput extends GetInsightEventsResult, __MetadataBearer {
23
22
  }
23
+ declare const GetInsightEventsCommand_base: {
24
+ new (input: GetInsightEventsCommandInput): import("@smithy/smithy-client").CommandImpl<GetInsightEventsCommandInput, GetInsightEventsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>X-Ray reevaluates insights periodically until they're resolved, and records each intermediate state as an
@@ -89,23 +92,5 @@ export interface GetInsightEventsCommandOutput extends GetInsightEventsResult, _
89
92
  * <p>Base exception class for all service exceptions from XRay service.</p>
90
93
  *
91
94
  */
92
- export declare class GetInsightEventsCommand extends $Command<GetInsightEventsCommandInput, GetInsightEventsCommandOutput, XRayClientResolvedConfig> {
93
- readonly input: GetInsightEventsCommandInput;
94
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
95
- /**
96
- * @public
97
- */
98
- constructor(input: GetInsightEventsCommandInput);
99
- /**
100
- * @internal
101
- */
102
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInsightEventsCommandInput, GetInsightEventsCommandOutput>;
103
- /**
104
- * @internal
105
- */
106
- private serialize;
107
- /**
108
- * @internal
109
- */
110
- private deserialize;
95
+ export declare class GetInsightEventsCommand extends GetInsightEventsCommand_base {
111
96
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetInsightImpactGraphRequest, GetInsightImpactGraphResult } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetInsightImpactGraphCommandInput extends GetInsightImpactGraph
21
20
  */
22
21
  export interface GetInsightImpactGraphCommandOutput extends GetInsightImpactGraphResult, __MetadataBearer {
23
22
  }
23
+ declare const GetInsightImpactGraphCommand_base: {
24
+ new (input: GetInsightImpactGraphCommandInput): import("@smithy/smithy-client").CommandImpl<GetInsightImpactGraphCommandInput, GetInsightImpactGraphCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a service graph structure filtered by the specified insight. The service graph is limited to only
@@ -82,23 +85,5 @@ export interface GetInsightImpactGraphCommandOutput extends GetInsightImpactGrap
82
85
  * <p>Base exception class for all service exceptions from XRay service.</p>
83
86
  *
84
87
  */
85
- export declare class GetInsightImpactGraphCommand extends $Command<GetInsightImpactGraphCommandInput, GetInsightImpactGraphCommandOutput, XRayClientResolvedConfig> {
86
- readonly input: GetInsightImpactGraphCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: GetInsightImpactGraphCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInsightImpactGraphCommandInput, GetInsightImpactGraphCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class GetInsightImpactGraphCommand extends GetInsightImpactGraphCommand_base {
104
89
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetInsightSummariesRequest, GetInsightSummariesResult } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetInsightSummariesCommandInput extends GetInsightSummariesRequ
21
20
  */
22
21
  export interface GetInsightSummariesCommandOutput extends GetInsightSummariesResult, __MetadataBearer {
23
22
  }
23
+ declare const GetInsightSummariesCommand_base: {
24
+ new (input: GetInsightSummariesCommandInput): import("@smithy/smithy-client").CommandImpl<GetInsightSummariesCommandInput, GetInsightSummariesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the summaries of all insights in the specified group matching the provided filter values.</p>
@@ -110,23 +113,5 @@ export interface GetInsightSummariesCommandOutput extends GetInsightSummariesRes
110
113
  * <p>Base exception class for all service exceptions from XRay service.</p>
111
114
  *
112
115
  */
113
- export declare class GetInsightSummariesCommand extends $Command<GetInsightSummariesCommandInput, GetInsightSummariesCommandOutput, XRayClientResolvedConfig> {
114
- readonly input: GetInsightSummariesCommandInput;
115
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
116
- /**
117
- * @public
118
- */
119
- constructor(input: GetInsightSummariesCommandInput);
120
- /**
121
- * @internal
122
- */
123
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInsightSummariesCommandInput, GetInsightSummariesCommandOutput>;
124
- /**
125
- * @internal
126
- */
127
- private serialize;
128
- /**
129
- * @internal
130
- */
131
- private deserialize;
116
+ export declare class GetInsightSummariesCommand extends GetInsightSummariesCommand_base {
132
117
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetSamplingRulesRequest, GetSamplingRulesResult } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetSamplingRulesCommandInput extends GetSamplingRulesRequest {
21
20
  */
22
21
  export interface GetSamplingRulesCommandOutput extends GetSamplingRulesResult, __MetadataBearer {
23
22
  }
23
+ declare const GetSamplingRulesCommand_base: {
24
+ new (input: GetSamplingRulesCommandInput): import("@smithy/smithy-client").CommandImpl<GetSamplingRulesCommandInput, GetSamplingRulesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves all sampling rules.</p>
@@ -80,23 +83,5 @@ export interface GetSamplingRulesCommandOutput extends GetSamplingRulesResult, _
80
83
  * <p>Base exception class for all service exceptions from XRay service.</p>
81
84
  *
82
85
  */
83
- export declare class GetSamplingRulesCommand extends $Command<GetSamplingRulesCommandInput, GetSamplingRulesCommandOutput, XRayClientResolvedConfig> {
84
- readonly input: GetSamplingRulesCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: GetSamplingRulesCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSamplingRulesCommandInput, GetSamplingRulesCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class GetSamplingRulesCommand extends GetSamplingRulesCommand_base {
102
87
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetSamplingStatisticSummariesRequest, GetSamplingStatisticSummariesResult } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetSamplingStatisticSummariesCommandInput extends GetSamplingSt
21
20
  */
22
21
  export interface GetSamplingStatisticSummariesCommandOutput extends GetSamplingStatisticSummariesResult, __MetadataBearer {
23
22
  }
23
+ declare const GetSamplingStatisticSummariesCommand_base: {
24
+ new (input: GetSamplingStatisticSummariesCommandInput): import("@smithy/smithy-client").CommandImpl<GetSamplingStatisticSummariesCommandInput, GetSamplingStatisticSummariesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves information about recent sampling results for all sampling rules.</p>
@@ -66,23 +69,5 @@ export interface GetSamplingStatisticSummariesCommandOutput extends GetSamplingS
66
69
  * <p>Base exception class for all service exceptions from XRay service.</p>
67
70
  *
68
71
  */
69
- export declare class GetSamplingStatisticSummariesCommand extends $Command<GetSamplingStatisticSummariesCommandInput, GetSamplingStatisticSummariesCommandOutput, XRayClientResolvedConfig> {
70
- readonly input: GetSamplingStatisticSummariesCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: GetSamplingStatisticSummariesCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSamplingStatisticSummariesCommandInput, GetSamplingStatisticSummariesCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class GetSamplingStatisticSummariesCommand extends GetSamplingStatisticSummariesCommand_base {
88
73
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetSamplingTargetsRequest, GetSamplingTargetsResult } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetSamplingTargetsCommandInput extends GetSamplingTargetsReques
21
20
  */
22
21
  export interface GetSamplingTargetsCommandOutput extends GetSamplingTargetsResult, __MetadataBearer {
23
22
  }
23
+ declare const GetSamplingTargetsCommand_base: {
24
+ new (input: GetSamplingTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSamplingTargetsCommandInput, GetSamplingTargetsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Requests a sampling quota for rules that the service is using to sample requests.
@@ -83,23 +86,5 @@ export interface GetSamplingTargetsCommandOutput extends GetSamplingTargetsResul
83
86
  * <p>Base exception class for all service exceptions from XRay service.</p>
84
87
  *
85
88
  */
86
- export declare class GetSamplingTargetsCommand extends $Command<GetSamplingTargetsCommandInput, GetSamplingTargetsCommandOutput, XRayClientResolvedConfig> {
87
- readonly input: GetSamplingTargetsCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: GetSamplingTargetsCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSamplingTargetsCommandInput, GetSamplingTargetsCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class GetSamplingTargetsCommand extends GetSamplingTargetsCommand_base {
105
90
  }