@aws-sdk/client-xray 3.1076.0 → 3.1078.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 (134) hide show
  1. package/dist-cjs/index.js +49 -385
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/BatchGetTracesCommand.js +2 -14
  4. package/dist-es/commands/CancelTraceRetrievalCommand.js +2 -14
  5. package/dist-es/commands/CreateGroupCommand.js +2 -14
  6. package/dist-es/commands/CreateSamplingRuleCommand.js +2 -14
  7. package/dist-es/commands/DeleteGroupCommand.js +2 -14
  8. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
  9. package/dist-es/commands/DeleteSamplingRuleCommand.js +2 -14
  10. package/dist-es/commands/GetEncryptionConfigCommand.js +2 -14
  11. package/dist-es/commands/GetGroupCommand.js +2 -14
  12. package/dist-es/commands/GetGroupsCommand.js +2 -14
  13. package/dist-es/commands/GetIndexingRulesCommand.js +2 -14
  14. package/dist-es/commands/GetInsightCommand.js +2 -14
  15. package/dist-es/commands/GetInsightEventsCommand.js +2 -14
  16. package/dist-es/commands/GetInsightImpactGraphCommand.js +2 -14
  17. package/dist-es/commands/GetInsightSummariesCommand.js +2 -14
  18. package/dist-es/commands/GetRetrievedTracesGraphCommand.js +2 -14
  19. package/dist-es/commands/GetSamplingRulesCommand.js +2 -14
  20. package/dist-es/commands/GetSamplingStatisticSummariesCommand.js +2 -14
  21. package/dist-es/commands/GetSamplingTargetsCommand.js +2 -14
  22. package/dist-es/commands/GetServiceGraphCommand.js +2 -14
  23. package/dist-es/commands/GetTimeSeriesServiceStatisticsCommand.js +2 -14
  24. package/dist-es/commands/GetTraceGraphCommand.js +2 -14
  25. package/dist-es/commands/GetTraceSegmentDestinationCommand.js +2 -14
  26. package/dist-es/commands/GetTraceSummariesCommand.js +2 -14
  27. package/dist-es/commands/ListResourcePoliciesCommand.js +2 -14
  28. package/dist-es/commands/ListRetrievedTracesCommand.js +2 -14
  29. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  30. package/dist-es/commands/PutEncryptionConfigCommand.js +2 -14
  31. package/dist-es/commands/PutResourcePolicyCommand.js +2 -14
  32. package/dist-es/commands/PutTelemetryRecordsCommand.js +2 -14
  33. package/dist-es/commands/PutTraceSegmentsCommand.js +2 -14
  34. package/dist-es/commands/StartTraceRetrievalCommand.js +2 -14
  35. package/dist-es/commands/TagResourceCommand.js +2 -14
  36. package/dist-es/commands/UntagResourceCommand.js +2 -14
  37. package/dist-es/commands/UpdateGroupCommand.js +2 -14
  38. package/dist-es/commands/UpdateIndexingRuleCommand.js +2 -14
  39. package/dist-es/commands/UpdateSamplingRuleCommand.js +2 -14
  40. package/dist-es/commands/UpdateTraceSegmentDestinationCommand.js +2 -14
  41. package/dist-es/index.js +1 -0
  42. package/dist-es/runtimeConfig.browser.js +0 -2
  43. package/dist-es/runtimeConfig.js +1 -2
  44. package/dist-es/runtimeConfig.native.js +0 -2
  45. package/dist-es/runtimeConfig.shared.js +2 -0
  46. package/dist-types/commandBuilder.d.ts +18 -0
  47. package/dist-types/commands/BatchGetTracesCommand.d.ts +3 -8
  48. package/dist-types/commands/CancelTraceRetrievalCommand.d.ts +3 -8
  49. package/dist-types/commands/CreateGroupCommand.d.ts +3 -8
  50. package/dist-types/commands/CreateSamplingRuleCommand.d.ts +3 -8
  51. package/dist-types/commands/DeleteGroupCommand.d.ts +3 -8
  52. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
  53. package/dist-types/commands/DeleteSamplingRuleCommand.d.ts +3 -8
  54. package/dist-types/commands/GetEncryptionConfigCommand.d.ts +3 -8
  55. package/dist-types/commands/GetGroupCommand.d.ts +3 -8
  56. package/dist-types/commands/GetGroupsCommand.d.ts +3 -8
  57. package/dist-types/commands/GetIndexingRulesCommand.d.ts +3 -8
  58. package/dist-types/commands/GetInsightCommand.d.ts +3 -8
  59. package/dist-types/commands/GetInsightEventsCommand.d.ts +3 -8
  60. package/dist-types/commands/GetInsightImpactGraphCommand.d.ts +3 -8
  61. package/dist-types/commands/GetInsightSummariesCommand.d.ts +3 -8
  62. package/dist-types/commands/GetRetrievedTracesGraphCommand.d.ts +3 -8
  63. package/dist-types/commands/GetSamplingRulesCommand.d.ts +3 -8
  64. package/dist-types/commands/GetSamplingStatisticSummariesCommand.d.ts +3 -8
  65. package/dist-types/commands/GetSamplingTargetsCommand.d.ts +3 -8
  66. package/dist-types/commands/GetServiceGraphCommand.d.ts +3 -8
  67. package/dist-types/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +3 -8
  68. package/dist-types/commands/GetTraceGraphCommand.d.ts +3 -8
  69. package/dist-types/commands/GetTraceSegmentDestinationCommand.d.ts +3 -8
  70. package/dist-types/commands/GetTraceSummariesCommand.d.ts +3 -8
  71. package/dist-types/commands/ListResourcePoliciesCommand.d.ts +3 -8
  72. package/dist-types/commands/ListRetrievedTracesCommand.d.ts +3 -8
  73. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  74. package/dist-types/commands/PutEncryptionConfigCommand.d.ts +3 -8
  75. package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
  76. package/dist-types/commands/PutTelemetryRecordsCommand.d.ts +3 -8
  77. package/dist-types/commands/PutTraceSegmentsCommand.d.ts +3 -8
  78. package/dist-types/commands/StartTraceRetrievalCommand.d.ts +3 -8
  79. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  80. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  81. package/dist-types/commands/UpdateGroupCommand.d.ts +3 -8
  82. package/dist-types/commands/UpdateIndexingRuleCommand.d.ts +3 -8
  83. package/dist-types/commands/UpdateSamplingRuleCommand.d.ts +3 -8
  84. package/dist-types/commands/UpdateTraceSegmentDestinationCommand.d.ts +3 -8
  85. package/dist-types/index.d.ts +1 -0
  86. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  87. package/dist-types/runtimeConfig.d.ts +1 -1
  88. package/dist-types/runtimeConfig.native.d.ts +1 -1
  89. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  90. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  91. package/dist-types/ts3.4/commands/BatchGetTracesCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/CancelTraceRetrievalCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/CreateSamplingRuleCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/DeleteSamplingRuleCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/GetEncryptionConfigCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/GetGroupsCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/GetIndexingRulesCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/GetInsightCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/GetInsightEventsCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/GetInsightImpactGraphCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/GetInsightSummariesCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/GetRetrievedTracesGraphCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/GetSamplingRulesCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/GetSamplingStatisticSummariesCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/GetSamplingTargetsCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/GetServiceGraphCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/GetTraceGraphCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/GetTraceSegmentDestinationCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/GetTraceSummariesCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/ListResourcePoliciesCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/ListRetrievedTracesCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/PutEncryptionConfigCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/PutTelemetryRecordsCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/PutTraceSegmentsCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/StartTraceRetrievalCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/UpdateIndexingRuleCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/UpdateSamplingRuleCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/UpdateTraceSegmentDestinationCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/index.d.ts +1 -0
  130. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  131. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  132. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  133. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  134. package/package.json +8 -10
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetSamplingStatisticSummariesRequest, GetSamplingStatisticSummariesResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetSamplingStatisticSummariesCommandInput extends GetSamplingSt
22
19
  export interface GetSamplingStatisticSummariesCommandOutput extends GetSamplingStatisticSummariesResult, __MetadataBearer {
23
20
  }
24
21
  declare const GetSamplingStatisticSummariesCommand_base: {
25
- new (input: GetSamplingStatisticSummariesCommandInput): import("@smithy/core/client").CommandImpl<GetSamplingStatisticSummariesCommandInput, GetSamplingStatisticSummariesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetSamplingStatisticSummariesCommandInput]): import("@smithy/core/client").CommandImpl<GetSamplingStatisticSummariesCommandInput, GetSamplingStatisticSummariesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetSamplingStatisticSummariesCommandInput): import("@smithy/core/client").CommandImpl<GetSamplingStatisticSummariesCommandInput, GetSamplingStatisticSummariesCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetSamplingStatisticSummariesCommandInput]): import("@smithy/core/client").CommandImpl<GetSamplingStatisticSummariesCommandInput, GetSamplingStatisticSummariesCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves information about recent sampling results for all sampling rules.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetSamplingTargetsRequest, GetSamplingTargetsResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetSamplingTargetsCommandInput extends GetSamplingTargetsReques
22
19
  export interface GetSamplingTargetsCommandOutput extends GetSamplingTargetsResult, __MetadataBearer {
23
20
  }
24
21
  declare const GetSamplingTargetsCommand_base: {
25
- new (input: GetSamplingTargetsCommandInput): import("@smithy/core/client").CommandImpl<GetSamplingTargetsCommandInput, GetSamplingTargetsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSamplingTargetsCommandInput): import("@smithy/core/client").CommandImpl<GetSamplingTargetsCommandInput, GetSamplingTargetsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetSamplingTargetsCommandInput): import("@smithy/core/client").CommandImpl<GetSamplingTargetsCommandInput, GetSamplingTargetsCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetSamplingTargetsCommandInput): import("@smithy/core/client").CommandImpl<GetSamplingTargetsCommandInput, GetSamplingTargetsCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Requests a sampling quota for rules that the service is using to sample requests.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetServiceGraphRequest, GetServiceGraphResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetServiceGraphCommandInput extends GetServiceGraphRequest {
22
19
  export interface GetServiceGraphCommandOutput extends GetServiceGraphResult, __MetadataBearer {
23
20
  }
24
21
  declare const GetServiceGraphCommand_base: {
25
- new (input: GetServiceGraphCommandInput): import("@smithy/core/client").CommandImpl<GetServiceGraphCommandInput, GetServiceGraphCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetServiceGraphCommandInput): import("@smithy/core/client").CommandImpl<GetServiceGraphCommandInput, GetServiceGraphCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetServiceGraphCommandInput): import("@smithy/core/client").CommandImpl<GetServiceGraphCommandInput, GetServiceGraphCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetServiceGraphCommandInput): import("@smithy/core/client").CommandImpl<GetServiceGraphCommandInput, GetServiceGraphCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves a document that describes services that process incoming requests, and
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetTimeSeriesServiceStatisticsRequest, GetTimeSeriesServiceStatisticsResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetTimeSeriesServiceStatisticsCommandInput extends GetTimeSerie
22
19
  export interface GetTimeSeriesServiceStatisticsCommandOutput extends GetTimeSeriesServiceStatisticsResult, __MetadataBearer {
23
20
  }
24
21
  declare const GetTimeSeriesServiceStatisticsCommand_base: {
25
- new (input: GetTimeSeriesServiceStatisticsCommandInput): import("@smithy/core/client").CommandImpl<GetTimeSeriesServiceStatisticsCommandInput, GetTimeSeriesServiceStatisticsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTimeSeriesServiceStatisticsCommandInput): import("@smithy/core/client").CommandImpl<GetTimeSeriesServiceStatisticsCommandInput, GetTimeSeriesServiceStatisticsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTimeSeriesServiceStatisticsCommandInput): import("@smithy/core/client").CommandImpl<GetTimeSeriesServiceStatisticsCommandInput, GetTimeSeriesServiceStatisticsCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTimeSeriesServiceStatisticsCommandInput): import("@smithy/core/client").CommandImpl<GetTimeSeriesServiceStatisticsCommandInput, GetTimeSeriesServiceStatisticsCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Get an aggregation of service statistics defined by a specific time
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetTraceGraphRequest, GetTraceGraphResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetTraceGraphCommandInput extends GetTraceGraphRequest {
22
19
  export interface GetTraceGraphCommandOutput extends GetTraceGraphResult, __MetadataBearer {
23
20
  }
24
21
  declare const GetTraceGraphCommand_base: {
25
- new (input: GetTraceGraphCommandInput): import("@smithy/core/client").CommandImpl<GetTraceGraphCommandInput, GetTraceGraphCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTraceGraphCommandInput): import("@smithy/core/client").CommandImpl<GetTraceGraphCommandInput, GetTraceGraphCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTraceGraphCommandInput): import("@smithy/core/client").CommandImpl<GetTraceGraphCommandInput, GetTraceGraphCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTraceGraphCommandInput): import("@smithy/core/client").CommandImpl<GetTraceGraphCommandInput, GetTraceGraphCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves a service graph for one or more specific trace IDs.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetTraceSegmentDestinationRequest, GetTraceSegmentDestinationResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetTraceSegmentDestinationCommandInput extends GetTraceSegmentD
22
19
  export interface GetTraceSegmentDestinationCommandOutput extends GetTraceSegmentDestinationResult, __MetadataBearer {
23
20
  }
24
21
  declare const GetTraceSegmentDestinationCommand_base: {
25
- new (input: GetTraceSegmentDestinationCommandInput): import("@smithy/core/client").CommandImpl<GetTraceSegmentDestinationCommandInput, GetTraceSegmentDestinationCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetTraceSegmentDestinationCommandInput]): import("@smithy/core/client").CommandImpl<GetTraceSegmentDestinationCommandInput, GetTraceSegmentDestinationCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTraceSegmentDestinationCommandInput): import("@smithy/core/client").CommandImpl<GetTraceSegmentDestinationCommandInput, GetTraceSegmentDestinationCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetTraceSegmentDestinationCommandInput]): import("@smithy/core/client").CommandImpl<GetTraceSegmentDestinationCommandInput, GetTraceSegmentDestinationCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetTraceSummariesRequest, GetTraceSummariesResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetTraceSummariesCommandInput extends GetTraceSummariesRequest
22
19
  export interface GetTraceSummariesCommandOutput extends GetTraceSummariesResult, __MetadataBearer {
23
20
  }
24
21
  declare const GetTraceSummariesCommand_base: {
25
- new (input: GetTraceSummariesCommandInput): import("@smithy/core/client").CommandImpl<GetTraceSummariesCommandInput, GetTraceSummariesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTraceSummariesCommandInput): import("@smithy/core/client").CommandImpl<GetTraceSummariesCommandInput, GetTraceSummariesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTraceSummariesCommandInput): import("@smithy/core/client").CommandImpl<GetTraceSummariesCommandInput, GetTraceSummariesCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTraceSummariesCommandInput): import("@smithy/core/client").CommandImpl<GetTraceSummariesCommandInput, GetTraceSummariesCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves IDs and annotations for traces available for a specified time frame using an
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListResourcePoliciesRequest, ListResourcePoliciesResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListResourcePoliciesCommandInput extends ListResourcePoliciesRe
22
19
  export interface ListResourcePoliciesCommandOutput extends ListResourcePoliciesResult, __MetadataBearer {
23
20
  }
24
21
  declare const ListResourcePoliciesCommand_base: {
25
- new (input: ListResourcePoliciesCommandInput): import("@smithy/core/client").CommandImpl<ListResourcePoliciesCommandInput, ListResourcePoliciesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListResourcePoliciesCommandInput]): import("@smithy/core/client").CommandImpl<ListResourcePoliciesCommandInput, ListResourcePoliciesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListResourcePoliciesCommandInput): import("@smithy/core/client").CommandImpl<ListResourcePoliciesCommandInput, ListResourcePoliciesCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListResourcePoliciesCommandInput]): import("@smithy/core/client").CommandImpl<ListResourcePoliciesCommandInput, ListResourcePoliciesCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the list of resource policies in the target Amazon Web Services account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListRetrievedTracesRequest, ListRetrievedTracesResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListRetrievedTracesCommandInput extends ListRetrievedTracesRequ
22
19
  export interface ListRetrievedTracesCommandOutput extends ListRetrievedTracesResult, __MetadataBearer {
23
20
  }
24
21
  declare const ListRetrievedTracesCommand_base: {
25
- new (input: ListRetrievedTracesCommandInput): import("@smithy/core/client").CommandImpl<ListRetrievedTracesCommandInput, ListRetrievedTracesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListRetrievedTracesCommandInput): import("@smithy/core/client").CommandImpl<ListRetrievedTracesCommandInput, ListRetrievedTracesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListRetrievedTracesCommandInput): import("@smithy/core/client").CommandImpl<ListRetrievedTracesCommandInput, ListRetrievedTracesCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListRetrievedTracesCommandInput): import("@smithy/core/client").CommandImpl<ListRetrievedTracesCommandInput, ListRetrievedTracesCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of tags that are applied to the specified Amazon Web Services X-Ray group or sampling rule.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { PutEncryptionConfigRequest, PutEncryptionConfigResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutEncryptionConfigCommandInput extends PutEncryptionConfigRequ
22
19
  export interface PutEncryptionConfigCommandOutput extends PutEncryptionConfigResult, __MetadataBearer {
23
20
  }
24
21
  declare const PutEncryptionConfigCommand_base: {
25
- new (input: PutEncryptionConfigCommandInput): import("@smithy/core/client").CommandImpl<PutEncryptionConfigCommandInput, PutEncryptionConfigCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutEncryptionConfigCommandInput): import("@smithy/core/client").CommandImpl<PutEncryptionConfigCommandInput, PutEncryptionConfigCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutEncryptionConfigCommandInput): import("@smithy/core/client").CommandImpl<PutEncryptionConfigCommandInput, PutEncryptionConfigCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutEncryptionConfigCommandInput): import("@smithy/core/client").CommandImpl<PutEncryptionConfigCommandInput, PutEncryptionConfigCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the encryption configuration for X-Ray data.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { PutResourcePolicyRequest, PutResourcePolicyResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutResourcePolicyCommandInput extends PutResourcePolicyRequest
22
19
  export interface PutResourcePolicyCommandOutput extends PutResourcePolicyResult, __MetadataBearer {
23
20
  }
24
21
  declare const PutResourcePolicyCommand_base: {
25
- new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { PutTelemetryRecordsRequest, PutTelemetryRecordsResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutTelemetryRecordsCommandInput extends PutTelemetryRecordsRequ
22
19
  export interface PutTelemetryRecordsCommandOutput extends PutTelemetryRecordsResult, __MetadataBearer {
23
20
  }
24
21
  declare const PutTelemetryRecordsCommand_base: {
25
- new (input: PutTelemetryRecordsCommandInput): import("@smithy/core/client").CommandImpl<PutTelemetryRecordsCommandInput, PutTelemetryRecordsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutTelemetryRecordsCommandInput): import("@smithy/core/client").CommandImpl<PutTelemetryRecordsCommandInput, PutTelemetryRecordsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutTelemetryRecordsCommandInput): import("@smithy/core/client").CommandImpl<PutTelemetryRecordsCommandInput, PutTelemetryRecordsCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutTelemetryRecordsCommandInput): import("@smithy/core/client").CommandImpl<PutTelemetryRecordsCommandInput, PutTelemetryRecordsCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Used by the Amazon Web Services X-Ray daemon to upload telemetry.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { PutTraceSegmentsRequest, PutTraceSegmentsResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutTraceSegmentsCommandInput extends PutTraceSegmentsRequest {
22
19
  export interface PutTraceSegmentsCommandOutput extends PutTraceSegmentsResult, __MetadataBearer {
23
20
  }
24
21
  declare const PutTraceSegmentsCommand_base: {
25
- new (input: PutTraceSegmentsCommandInput): import("@smithy/core/client").CommandImpl<PutTraceSegmentsCommandInput, PutTraceSegmentsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutTraceSegmentsCommandInput): import("@smithy/core/client").CommandImpl<PutTraceSegmentsCommandInput, PutTraceSegmentsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutTraceSegmentsCommandInput): import("@smithy/core/client").CommandImpl<PutTraceSegmentsCommandInput, PutTraceSegmentsCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutTraceSegmentsCommandInput): import("@smithy/core/client").CommandImpl<PutTraceSegmentsCommandInput, PutTraceSegmentsCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Uploads segment documents to Amazon Web Services X-Ray.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { StartTraceRetrievalRequest, StartTraceRetrievalResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartTraceRetrievalCommandInput extends StartTraceRetrievalRequ
22
19
  export interface StartTraceRetrievalCommandOutput extends StartTraceRetrievalResult, __MetadataBearer {
23
20
  }
24
21
  declare const StartTraceRetrievalCommand_base: {
25
- new (input: StartTraceRetrievalCommandInput): import("@smithy/core/client").CommandImpl<StartTraceRetrievalCommandInput, StartTraceRetrievalCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartTraceRetrievalCommandInput): import("@smithy/core/client").CommandImpl<StartTraceRetrievalCommandInput, StartTraceRetrievalCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartTraceRetrievalCommandInput): import("@smithy/core/client").CommandImpl<StartTraceRetrievalCommandInput, StartTraceRetrievalCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartTraceRetrievalCommandInput): import("@smithy/core/client").CommandImpl<StartTraceRetrievalCommandInput, StartTraceRetrievalCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Applies tags to an existing Amazon Web Services X-Ray group or sampling rule.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes tags from an Amazon Web Services X-Ray group or sampling rule. You cannot edit or delete system
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateGroupRequest, UpdateGroupResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateGroupCommandInput extends UpdateGroupRequest {
22
19
  export interface UpdateGroupCommandOutput extends UpdateGroupResult, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateGroupCommand_base: {
25
- new (input: UpdateGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateGroupCommandInput, UpdateGroupCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [UpdateGroupCommandInput]): import("@smithy/core/client").CommandImpl<UpdateGroupCommandInput, UpdateGroupCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateGroupCommandInput, UpdateGroupCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [UpdateGroupCommandInput]): import("@smithy/core/client").CommandImpl<UpdateGroupCommandInput, UpdateGroupCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates a group resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateIndexingRuleRequest, UpdateIndexingRuleResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateIndexingRuleCommandInput extends UpdateIndexingRuleReques
22
19
  export interface UpdateIndexingRuleCommandOutput extends UpdateIndexingRuleResult, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateIndexingRuleCommand_base: {
25
- new (input: UpdateIndexingRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateIndexingRuleCommandInput, UpdateIndexingRuleCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateIndexingRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateIndexingRuleCommandInput, UpdateIndexingRuleCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateIndexingRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateIndexingRuleCommandInput, UpdateIndexingRuleCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateIndexingRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateIndexingRuleCommandInput, UpdateIndexingRuleCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateSamplingRuleRequest, UpdateSamplingRuleResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateSamplingRuleCommandInput extends UpdateSamplingRuleReques
22
19
  export interface UpdateSamplingRuleCommandOutput extends UpdateSamplingRuleResult, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateSamplingRuleCommand_base: {
25
- new (input: UpdateSamplingRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateSamplingRuleCommandInput, UpdateSamplingRuleCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateSamplingRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateSamplingRuleCommandInput, UpdateSamplingRuleCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateSamplingRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateSamplingRuleCommandInput, UpdateSamplingRuleCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateSamplingRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateSamplingRuleCommandInput, UpdateSamplingRuleCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies a sampling rule's configuration.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateTraceSegmentDestinationRequest, UpdateTraceSegmentDestinationResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateTraceSegmentDestinationCommandInput extends UpdateTraceSe
22
19
  export interface UpdateTraceSegmentDestinationCommandOutput extends UpdateTraceSegmentDestinationResult, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateTraceSegmentDestinationCommand_base: {
25
- new (input: UpdateTraceSegmentDestinationCommandInput): import("@smithy/core/client").CommandImpl<UpdateTraceSegmentDestinationCommandInput, UpdateTraceSegmentDestinationCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [UpdateTraceSegmentDestinationCommandInput]): import("@smithy/core/client").CommandImpl<UpdateTraceSegmentDestinationCommandInput, UpdateTraceSegmentDestinationCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateTraceSegmentDestinationCommandInput): import("@smithy/core/client").CommandImpl<UpdateTraceSegmentDestinationCommandInput, UpdateTraceSegmentDestinationCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [UpdateTraceSegmentDestinationCommandInput]): import("@smithy/core/client").CommandImpl<UpdateTraceSegmentDestinationCommandInput, UpdateTraceSegmentDestinationCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>