@aws-sdk/client-xray 3.478.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 (125) 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-es/commands/BatchGetTracesCommand.js +18 -41
  33. package/dist-es/commands/CreateGroupCommand.js +18 -41
  34. package/dist-es/commands/CreateSamplingRuleCommand.js +18 -41
  35. package/dist-es/commands/DeleteGroupCommand.js +18 -41
  36. package/dist-es/commands/DeleteResourcePolicyCommand.js +18 -41
  37. package/dist-es/commands/DeleteSamplingRuleCommand.js +18 -41
  38. package/dist-es/commands/GetEncryptionConfigCommand.js +18 -41
  39. package/dist-es/commands/GetGroupCommand.js +18 -41
  40. package/dist-es/commands/GetGroupsCommand.js +18 -41
  41. package/dist-es/commands/GetInsightCommand.js +18 -41
  42. package/dist-es/commands/GetInsightEventsCommand.js +18 -41
  43. package/dist-es/commands/GetInsightImpactGraphCommand.js +18 -41
  44. package/dist-es/commands/GetInsightSummariesCommand.js +18 -41
  45. package/dist-es/commands/GetSamplingRulesCommand.js +18 -41
  46. package/dist-es/commands/GetSamplingStatisticSummariesCommand.js +18 -41
  47. package/dist-es/commands/GetSamplingTargetsCommand.js +18 -41
  48. package/dist-es/commands/GetServiceGraphCommand.js +18 -41
  49. package/dist-es/commands/GetTimeSeriesServiceStatisticsCommand.js +18 -41
  50. package/dist-es/commands/GetTraceGraphCommand.js +18 -41
  51. package/dist-es/commands/GetTraceSummariesCommand.js +18 -41
  52. package/dist-es/commands/ListResourcePoliciesCommand.js +18 -41
  53. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  54. package/dist-es/commands/PutEncryptionConfigCommand.js +18 -41
  55. package/dist-es/commands/PutResourcePolicyCommand.js +18 -41
  56. package/dist-es/commands/PutTelemetryRecordsCommand.js +18 -41
  57. package/dist-es/commands/PutTraceSegmentsCommand.js +18 -41
  58. package/dist-es/commands/TagResourceCommand.js +18 -41
  59. package/dist-es/commands/UntagResourceCommand.js +18 -41
  60. package/dist-es/commands/UpdateGroupCommand.js +18 -41
  61. package/dist-es/commands/UpdateSamplingRuleCommand.js +18 -41
  62. package/dist-es/endpoint/EndpointParameters.js +6 -0
  63. package/dist-types/commands/BatchGetTracesCommand.d.ts +6 -21
  64. package/dist-types/commands/CreateGroupCommand.d.ts +6 -21
  65. package/dist-types/commands/CreateSamplingRuleCommand.d.ts +6 -21
  66. package/dist-types/commands/DeleteGroupCommand.d.ts +6 -21
  67. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -21
  68. package/dist-types/commands/DeleteSamplingRuleCommand.d.ts +6 -21
  69. package/dist-types/commands/GetEncryptionConfigCommand.d.ts +6 -21
  70. package/dist-types/commands/GetGroupCommand.d.ts +6 -21
  71. package/dist-types/commands/GetGroupsCommand.d.ts +6 -21
  72. package/dist-types/commands/GetInsightCommand.d.ts +6 -21
  73. package/dist-types/commands/GetInsightEventsCommand.d.ts +6 -21
  74. package/dist-types/commands/GetInsightImpactGraphCommand.d.ts +6 -21
  75. package/dist-types/commands/GetInsightSummariesCommand.d.ts +6 -21
  76. package/dist-types/commands/GetSamplingRulesCommand.d.ts +6 -21
  77. package/dist-types/commands/GetSamplingStatisticSummariesCommand.d.ts +6 -21
  78. package/dist-types/commands/GetSamplingTargetsCommand.d.ts +6 -21
  79. package/dist-types/commands/GetServiceGraphCommand.d.ts +6 -21
  80. package/dist-types/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +6 -21
  81. package/dist-types/commands/GetTraceGraphCommand.d.ts +6 -21
  82. package/dist-types/commands/GetTraceSummariesCommand.d.ts +6 -21
  83. package/dist-types/commands/ListResourcePoliciesCommand.d.ts +6 -21
  84. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  85. package/dist-types/commands/PutEncryptionConfigCommand.d.ts +6 -21
  86. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -21
  87. package/dist-types/commands/PutTelemetryRecordsCommand.d.ts +6 -21
  88. package/dist-types/commands/PutTraceSegmentsCommand.d.ts +6 -21
  89. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  90. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  91. package/dist-types/commands/UpdateGroupCommand.d.ts +6 -21
  92. package/dist-types/commands/UpdateSamplingRuleCommand.d.ts +6 -21
  93. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  94. package/dist-types/ts3.4/commands/BatchGetTracesCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/CreateSamplingRuleCommand.d.ts +14 -23
  97. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -24
  99. package/dist-types/ts3.4/commands/DeleteSamplingRuleCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/GetEncryptionConfigCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/GetGroupsCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/GetInsightCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/GetInsightEventsCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/GetInsightImpactGraphCommand.d.ts +12 -24
  106. package/dist-types/ts3.4/commands/GetInsightSummariesCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/GetSamplingRulesCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/GetSamplingStatisticSummariesCommand.d.ts +12 -24
  109. package/dist-types/ts3.4/commands/GetSamplingTargetsCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/GetServiceGraphCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +12 -24
  112. package/dist-types/ts3.4/commands/GetTraceGraphCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/GetTraceSummariesCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/ListResourcePoliciesCommand.d.ts +12 -24
  115. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/PutEncryptionConfigCommand.d.ts +14 -23
  117. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +14 -23
  118. package/dist-types/ts3.4/commands/PutTelemetryRecordsCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/PutTraceSegmentsCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  122. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/UpdateSamplingRuleCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  125. package/package.json +9 -9
@@ -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
  }
@@ -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 { GetServiceGraphRequest, GetServiceGraphResult } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetServiceGraphCommandInput extends GetServiceGraphRequest {
21
20
  */
22
21
  export interface GetServiceGraphCommandOutput extends GetServiceGraphResult, __MetadataBearer {
23
22
  }
23
+ declare const GetServiceGraphCommand_base: {
24
+ new (input: GetServiceGraphCommandInput): import("@smithy/smithy-client").CommandImpl<GetServiceGraphCommandInput, GetServiceGraphCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a document that describes services that process incoming requests, and
@@ -152,23 +155,5 @@ export interface GetServiceGraphCommandOutput extends GetServiceGraphResult, __M
152
155
  * <p>Base exception class for all service exceptions from XRay service.</p>
153
156
  *
154
157
  */
155
- export declare class GetServiceGraphCommand extends $Command<GetServiceGraphCommandInput, GetServiceGraphCommandOutput, XRayClientResolvedConfig> {
156
- readonly input: GetServiceGraphCommandInput;
157
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
158
- /**
159
- * @public
160
- */
161
- constructor(input: GetServiceGraphCommandInput);
162
- /**
163
- * @internal
164
- */
165
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetServiceGraphCommandInput, GetServiceGraphCommandOutput>;
166
- /**
167
- * @internal
168
- */
169
- private serialize;
170
- /**
171
- * @internal
172
- */
173
- private deserialize;
158
+ export declare class GetServiceGraphCommand extends GetServiceGraphCommand_base {
174
159
  }
@@ -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 { GetTimeSeriesServiceStatisticsRequest, GetTimeSeriesServiceStatisticsResult } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetTimeSeriesServiceStatisticsCommandInput extends GetTimeSerie
21
20
  */
22
21
  export interface GetTimeSeriesServiceStatisticsCommandOutput extends GetTimeSeriesServiceStatisticsResult, __MetadataBearer {
23
22
  }
23
+ declare const GetTimeSeriesServiceStatisticsCommand_base: {
24
+ new (input: GetTimeSeriesServiceStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<GetTimeSeriesServiceStatisticsCommandInput, GetTimeSeriesServiceStatisticsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Get an aggregation of service statistics defined by a specific time
@@ -109,23 +112,5 @@ export interface GetTimeSeriesServiceStatisticsCommandOutput extends GetTimeSeri
109
112
  * <p>Base exception class for all service exceptions from XRay service.</p>
110
113
  *
111
114
  */
112
- export declare class GetTimeSeriesServiceStatisticsCommand extends $Command<GetTimeSeriesServiceStatisticsCommandInput, GetTimeSeriesServiceStatisticsCommandOutput, XRayClientResolvedConfig> {
113
- readonly input: GetTimeSeriesServiceStatisticsCommandInput;
114
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
115
- /**
116
- * @public
117
- */
118
- constructor(input: GetTimeSeriesServiceStatisticsCommandInput);
119
- /**
120
- * @internal
121
- */
122
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTimeSeriesServiceStatisticsCommandInput, GetTimeSeriesServiceStatisticsCommandOutput>;
123
- /**
124
- * @internal
125
- */
126
- private serialize;
127
- /**
128
- * @internal
129
- */
130
- private deserialize;
115
+ export declare class GetTimeSeriesServiceStatisticsCommand extends GetTimeSeriesServiceStatisticsCommand_base {
131
116
  }
@@ -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 { GetTraceGraphRequest, GetTraceGraphResult } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetTraceGraphCommandInput extends GetTraceGraphRequest {
21
20
  */
22
21
  export interface GetTraceGraphCommandOutput extends GetTraceGraphResult, __MetadataBearer {
23
22
  }
23
+ declare const GetTraceGraphCommand_base: {
24
+ new (input: GetTraceGraphCommandInput): import("@smithy/smithy-client").CommandImpl<GetTraceGraphCommandInput, GetTraceGraphCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a service graph for one or more specific trace IDs.</p>
@@ -144,23 +147,5 @@ export interface GetTraceGraphCommandOutput extends GetTraceGraphResult, __Metad
144
147
  * <p>Base exception class for all service exceptions from XRay service.</p>
145
148
  *
146
149
  */
147
- export declare class GetTraceGraphCommand extends $Command<GetTraceGraphCommandInput, GetTraceGraphCommandOutput, XRayClientResolvedConfig> {
148
- readonly input: GetTraceGraphCommandInput;
149
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
150
- /**
151
- * @public
152
- */
153
- constructor(input: GetTraceGraphCommandInput);
154
- /**
155
- * @internal
156
- */
157
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTraceGraphCommandInput, GetTraceGraphCommandOutput>;
158
- /**
159
- * @internal
160
- */
161
- private serialize;
162
- /**
163
- * @internal
164
- */
165
- private deserialize;
150
+ export declare class GetTraceGraphCommand extends GetTraceGraphCommand_base {
166
151
  }