@aws-sdk/client-xray 3.1077.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 (122) hide show
  1. package/dist-cjs/index.js +46 -383
  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-types/commandBuilder.d.ts +18 -0
  43. package/dist-types/commands/BatchGetTracesCommand.d.ts +3 -8
  44. package/dist-types/commands/CancelTraceRetrievalCommand.d.ts +3 -8
  45. package/dist-types/commands/CreateGroupCommand.d.ts +3 -8
  46. package/dist-types/commands/CreateSamplingRuleCommand.d.ts +3 -8
  47. package/dist-types/commands/DeleteGroupCommand.d.ts +3 -8
  48. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
  49. package/dist-types/commands/DeleteSamplingRuleCommand.d.ts +3 -8
  50. package/dist-types/commands/GetEncryptionConfigCommand.d.ts +3 -8
  51. package/dist-types/commands/GetGroupCommand.d.ts +3 -8
  52. package/dist-types/commands/GetGroupsCommand.d.ts +3 -8
  53. package/dist-types/commands/GetIndexingRulesCommand.d.ts +3 -8
  54. package/dist-types/commands/GetInsightCommand.d.ts +3 -8
  55. package/dist-types/commands/GetInsightEventsCommand.d.ts +3 -8
  56. package/dist-types/commands/GetInsightImpactGraphCommand.d.ts +3 -8
  57. package/dist-types/commands/GetInsightSummariesCommand.d.ts +3 -8
  58. package/dist-types/commands/GetRetrievedTracesGraphCommand.d.ts +3 -8
  59. package/dist-types/commands/GetSamplingRulesCommand.d.ts +3 -8
  60. package/dist-types/commands/GetSamplingStatisticSummariesCommand.d.ts +3 -8
  61. package/dist-types/commands/GetSamplingTargetsCommand.d.ts +3 -8
  62. package/dist-types/commands/GetServiceGraphCommand.d.ts +3 -8
  63. package/dist-types/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +3 -8
  64. package/dist-types/commands/GetTraceGraphCommand.d.ts +3 -8
  65. package/dist-types/commands/GetTraceSegmentDestinationCommand.d.ts +3 -8
  66. package/dist-types/commands/GetTraceSummariesCommand.d.ts +3 -8
  67. package/dist-types/commands/ListResourcePoliciesCommand.d.ts +3 -8
  68. package/dist-types/commands/ListRetrievedTracesCommand.d.ts +3 -8
  69. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  70. package/dist-types/commands/PutEncryptionConfigCommand.d.ts +3 -8
  71. package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
  72. package/dist-types/commands/PutTelemetryRecordsCommand.d.ts +3 -8
  73. package/dist-types/commands/PutTraceSegmentsCommand.d.ts +3 -8
  74. package/dist-types/commands/StartTraceRetrievalCommand.d.ts +3 -8
  75. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  76. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  77. package/dist-types/commands/UpdateGroupCommand.d.ts +3 -8
  78. package/dist-types/commands/UpdateIndexingRuleCommand.d.ts +3 -8
  79. package/dist-types/commands/UpdateSamplingRuleCommand.d.ts +3 -8
  80. package/dist-types/commands/UpdateTraceSegmentDestinationCommand.d.ts +3 -8
  81. package/dist-types/index.d.ts +1 -0
  82. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  83. package/dist-types/ts3.4/commands/BatchGetTracesCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/CancelTraceRetrievalCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/CreateSamplingRuleCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/DeleteSamplingRuleCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/GetEncryptionConfigCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/GetGroupsCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/GetIndexingRulesCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/GetInsightCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/GetInsightEventsCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/GetInsightImpactGraphCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/GetInsightSummariesCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/GetRetrievedTracesGraphCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/GetSamplingRulesCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/GetSamplingStatisticSummariesCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/GetSamplingTargetsCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/GetServiceGraphCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/GetTraceGraphCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/GetTraceSegmentDestinationCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/GetTraceSummariesCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/ListResourcePoliciesCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/ListRetrievedTracesCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/PutEncryptionConfigCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/PutTelemetryRecordsCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/PutTraceSegmentsCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/StartTraceRetrievalCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/UpdateIndexingRuleCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/UpdateSamplingRuleCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/UpdateTraceSegmentDestinationCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/index.d.ts +1 -0
  122. package/package.json +8 -8
@@ -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>
@@ -10,6 +10,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
10
10
  export type { RuntimeExtension } from "./runtimeExtensions";
11
11
  export type { XRayExtensionConfiguration } from "./extensionConfiguration";
12
12
  export * from "./commands";
13
+ export { Command as $Command } from "@smithy/core/client";
13
14
  export * from "./schemas/schemas_0";
14
15
  export * from "./pagination";
15
16
  export * from "./models/enums";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ ServiceInputTypes,
4
+ ServiceOutputTypes,
5
+ XRayClientResolvedConfig,
6
+ } from "./XRayClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ XRayClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ XRayClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  BatchGetTracesRequest,
5
4
  BatchGetTracesResult,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- XRayClientResolvedConfig,
11
- } from "../XRayClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface BatchGetTracesCommandInput extends BatchGetTracesRequest {}
15
8
  export interface BatchGetTracesCommandOutput
16
9
  extends BatchGetTracesResult,
@@ -21,22 +14,20 @@ declare const BatchGetTracesCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  BatchGetTracesCommandInput,
23
16
  BatchGetTracesCommandOutput,
24
- XRayClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").XRayClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: BatchGetTracesCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  BatchGetTracesCommandInput,
32
25
  BatchGetTracesCommandOutput,
33
- XRayClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").XRayClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class BatchGetTracesCommand extends BatchGetTracesCommand_base {
42
33
  protected static __types: {