@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
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "./XRayClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -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 { BatchGetTracesRequest, BatchGetTracesResult } 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 BatchGetTracesCommandInput extends BatchGetTracesRequest {
22
19
  export interface BatchGetTracesCommandOutput extends BatchGetTracesResult, __MetadataBearer {
23
20
  }
24
21
  declare const BatchGetTracesCommand_base: {
25
- new (input: BatchGetTracesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetTracesCommandInput, BatchGetTracesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchGetTracesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetTracesCommandInput, BatchGetTracesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: BatchGetTracesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetTracesCommandInput, BatchGetTracesCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: BatchGetTracesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetTracesCommandInput, BatchGetTracesCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <note>
@@ -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 { CancelTraceRetrievalRequest, CancelTraceRetrievalResult } 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 CancelTraceRetrievalCommandInput extends CancelTraceRetrievalRe
22
19
  export interface CancelTraceRetrievalCommandOutput extends CancelTraceRetrievalResult, __MetadataBearer {
23
20
  }
24
21
  declare const CancelTraceRetrievalCommand_base: {
25
- new (input: CancelTraceRetrievalCommandInput): import("@smithy/core/client").CommandImpl<CancelTraceRetrievalCommandInput, CancelTraceRetrievalCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CancelTraceRetrievalCommandInput): import("@smithy/core/client").CommandImpl<CancelTraceRetrievalCommandInput, CancelTraceRetrievalCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CancelTraceRetrievalCommandInput): import("@smithy/core/client").CommandImpl<CancelTraceRetrievalCommandInput, CancelTraceRetrievalCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CancelTraceRetrievalCommandInput): import("@smithy/core/client").CommandImpl<CancelTraceRetrievalCommandInput, CancelTraceRetrievalCommandOutput, 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 { CreateGroupRequest, CreateGroupResult } 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 CreateGroupCommandInput extends CreateGroupRequest {
22
19
  export interface CreateGroupCommandOutput extends CreateGroupResult, __MetadataBearer {
23
20
  }
24
21
  declare const CreateGroupCommand_base: {
25
- new (input: CreateGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateGroupCommandInput, CreateGroupCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateGroupCommandInput, CreateGroupCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateGroupCommandInput, CreateGroupCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateGroupCommandInput, CreateGroupCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a group resource with a name and a filter expression. </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 { CreateSamplingRuleRequest, CreateSamplingRuleResult } 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 CreateSamplingRuleCommandInput extends CreateSamplingRuleReques
22
19
  export interface CreateSamplingRuleCommandOutput extends CreateSamplingRuleResult, __MetadataBearer {
23
20
  }
24
21
  declare const CreateSamplingRuleCommand_base: {
25
- new (input: CreateSamplingRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateSamplingRuleCommandInput, CreateSamplingRuleCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateSamplingRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateSamplingRuleCommandInput, CreateSamplingRuleCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateSamplingRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateSamplingRuleCommandInput, CreateSamplingRuleCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateSamplingRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateSamplingRuleCommandInput, CreateSamplingRuleCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a rule to control sampling behavior for instrumented applications. Services
@@ -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 { DeleteGroupRequest, DeleteGroupResult } 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 DeleteGroupCommandInput extends DeleteGroupRequest {
22
19
  export interface DeleteGroupCommandOutput extends DeleteGroupResult, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteGroupCommand_base: {
25
- new (input: DeleteGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteGroupCommandInput, DeleteGroupCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DeleteGroupCommandInput]): import("@smithy/core/client").CommandImpl<DeleteGroupCommandInput, DeleteGroupCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteGroupCommandInput, DeleteGroupCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DeleteGroupCommandInput]): import("@smithy/core/client").CommandImpl<DeleteGroupCommandInput, DeleteGroupCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes 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 { DeleteResourcePolicyRequest, DeleteResourcePolicyResult } 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 DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRe
22
19
  export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyResult, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteResourcePolicyCommand_base: {
25
- new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a resource policy from 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 { DeleteSamplingRuleRequest, DeleteSamplingRuleResult } 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 DeleteSamplingRuleCommandInput extends DeleteSamplingRuleReques
22
19
  export interface DeleteSamplingRuleCommandOutput extends DeleteSamplingRuleResult, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteSamplingRuleCommand_base: {
25
- new (input: DeleteSamplingRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteSamplingRuleCommandInput, DeleteSamplingRuleCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DeleteSamplingRuleCommandInput]): import("@smithy/core/client").CommandImpl<DeleteSamplingRuleCommandInput, DeleteSamplingRuleCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteSamplingRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteSamplingRuleCommandInput, DeleteSamplingRuleCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DeleteSamplingRuleCommandInput]): import("@smithy/core/client").CommandImpl<DeleteSamplingRuleCommandInput, DeleteSamplingRuleCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a 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 { GetEncryptionConfigRequest, GetEncryptionConfigResult } 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 GetEncryptionConfigCommandInput extends GetEncryptionConfigRequ
22
19
  export interface GetEncryptionConfigCommandOutput extends GetEncryptionConfigResult, __MetadataBearer {
23
20
  }
24
21
  declare const GetEncryptionConfigCommand_base: {
25
- new (input: GetEncryptionConfigCommandInput): import("@smithy/core/client").CommandImpl<GetEncryptionConfigCommandInput, GetEncryptionConfigCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetEncryptionConfigCommandInput]): import("@smithy/core/client").CommandImpl<GetEncryptionConfigCommandInput, GetEncryptionConfigCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetEncryptionConfigCommandInput): import("@smithy/core/client").CommandImpl<GetEncryptionConfigCommandInput, GetEncryptionConfigCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetEncryptionConfigCommandInput]): import("@smithy/core/client").CommandImpl<GetEncryptionConfigCommandInput, GetEncryptionConfigCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the current 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 { GetGroupRequest, GetGroupResult } 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 GetGroupCommandInput extends GetGroupRequest {
22
19
  export interface GetGroupCommandOutput extends GetGroupResult, __MetadataBearer {
23
20
  }
24
21
  declare const GetGroupCommand_base: {
25
- new (input: GetGroupCommandInput): import("@smithy/core/client").CommandImpl<GetGroupCommandInput, GetGroupCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetGroupCommandInput]): import("@smithy/core/client").CommandImpl<GetGroupCommandInput, GetGroupCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetGroupCommandInput): import("@smithy/core/client").CommandImpl<GetGroupCommandInput, GetGroupCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetGroupCommandInput]): import("@smithy/core/client").CommandImpl<GetGroupCommandInput, GetGroupCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves group resource details.</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 { GetGroupsRequest, GetGroupsResult } 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 GetGroupsCommandInput extends GetGroupsRequest {
22
19
  export interface GetGroupsCommandOutput extends GetGroupsResult, __MetadataBearer {
23
20
  }
24
21
  declare const GetGroupsCommand_base: {
25
- new (input: GetGroupsCommandInput): import("@smithy/core/client").CommandImpl<GetGroupsCommandInput, GetGroupsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetGroupsCommandInput]): import("@smithy/core/client").CommandImpl<GetGroupsCommandInput, GetGroupsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetGroupsCommandInput): import("@smithy/core/client").CommandImpl<GetGroupsCommandInput, GetGroupsCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetGroupsCommandInput]): import("@smithy/core/client").CommandImpl<GetGroupsCommandInput, GetGroupsCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves all active group details.</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 { GetIndexingRulesRequest, GetIndexingRulesResult } 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 GetIndexingRulesCommandInput extends GetIndexingRulesRequest {
22
19
  export interface GetIndexingRulesCommandOutput extends GetIndexingRulesResult, __MetadataBearer {
23
20
  }
24
21
  declare const GetIndexingRulesCommand_base: {
25
- new (input: GetIndexingRulesCommandInput): import("@smithy/core/client").CommandImpl<GetIndexingRulesCommandInput, GetIndexingRulesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetIndexingRulesCommandInput]): import("@smithy/core/client").CommandImpl<GetIndexingRulesCommandInput, GetIndexingRulesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetIndexingRulesCommandInput): import("@smithy/core/client").CommandImpl<GetIndexingRulesCommandInput, GetIndexingRulesCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetIndexingRulesCommandInput]): import("@smithy/core/client").CommandImpl<GetIndexingRulesCommandInput, GetIndexingRulesCommandOutput, 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 { GetInsightRequest, GetInsightResult } 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 GetInsightCommandInput extends GetInsightRequest {
22
19
  export interface GetInsightCommandOutput extends GetInsightResult, __MetadataBearer {
23
20
  }
24
21
  declare const GetInsightCommand_base: {
25
- new (input: GetInsightCommandInput): import("@smithy/core/client").CommandImpl<GetInsightCommandInput, GetInsightCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetInsightCommandInput): import("@smithy/core/client").CommandImpl<GetInsightCommandInput, GetInsightCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetInsightCommandInput): import("@smithy/core/client").CommandImpl<GetInsightCommandInput, GetInsightCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetInsightCommandInput): import("@smithy/core/client").CommandImpl<GetInsightCommandInput, GetInsightCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the summary information of an insight. This includes impact to clients 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 { GetInsightEventsRequest, GetInsightEventsResult } 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 GetInsightEventsCommandInput extends GetInsightEventsRequest {
22
19
  export interface GetInsightEventsCommandOutput extends GetInsightEventsResult, __MetadataBearer {
23
20
  }
24
21
  declare const GetInsightEventsCommand_base: {
25
- new (input: GetInsightEventsCommandInput): import("@smithy/core/client").CommandImpl<GetInsightEventsCommandInput, GetInsightEventsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetInsightEventsCommandInput): import("@smithy/core/client").CommandImpl<GetInsightEventsCommandInput, GetInsightEventsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetInsightEventsCommandInput): import("@smithy/core/client").CommandImpl<GetInsightEventsCommandInput, GetInsightEventsCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetInsightEventsCommandInput): import("@smithy/core/client").CommandImpl<GetInsightEventsCommandInput, GetInsightEventsCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>X-Ray reevaluates insights periodically until they're resolved, and records each intermediate state as 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 { GetInsightImpactGraphRequest, GetInsightImpactGraphResult } 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 GetInsightImpactGraphCommandInput extends GetInsightImpactGraph
22
19
  export interface GetInsightImpactGraphCommandOutput extends GetInsightImpactGraphResult, __MetadataBearer {
23
20
  }
24
21
  declare const GetInsightImpactGraphCommand_base: {
25
- new (input: GetInsightImpactGraphCommandInput): import("@smithy/core/client").CommandImpl<GetInsightImpactGraphCommandInput, GetInsightImpactGraphCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetInsightImpactGraphCommandInput): import("@smithy/core/client").CommandImpl<GetInsightImpactGraphCommandInput, GetInsightImpactGraphCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetInsightImpactGraphCommandInput): import("@smithy/core/client").CommandImpl<GetInsightImpactGraphCommandInput, GetInsightImpactGraphCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetInsightImpactGraphCommandInput): import("@smithy/core/client").CommandImpl<GetInsightImpactGraphCommandInput, GetInsightImpactGraphCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves a service graph structure filtered by the specified insight. The service graph is limited to only
@@ -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 { GetInsightSummariesRequest, GetInsightSummariesResult } 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 GetInsightSummariesCommandInput extends GetInsightSummariesRequ
22
19
  export interface GetInsightSummariesCommandOutput extends GetInsightSummariesResult, __MetadataBearer {
23
20
  }
24
21
  declare const GetInsightSummariesCommand_base: {
25
- new (input: GetInsightSummariesCommandInput): import("@smithy/core/client").CommandImpl<GetInsightSummariesCommandInput, GetInsightSummariesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetInsightSummariesCommandInput): import("@smithy/core/client").CommandImpl<GetInsightSummariesCommandInput, GetInsightSummariesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetInsightSummariesCommandInput): import("@smithy/core/client").CommandImpl<GetInsightSummariesCommandInput, GetInsightSummariesCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetInsightSummariesCommandInput): import("@smithy/core/client").CommandImpl<GetInsightSummariesCommandInput, GetInsightSummariesCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the summaries of all insights in the specified group matching the provided filter values.</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 { GetRetrievedTracesGraphRequest, GetRetrievedTracesGraphResult } 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 GetRetrievedTracesGraphCommandInput extends GetRetrievedTracesG
22
19
  export interface GetRetrievedTracesGraphCommandOutput extends GetRetrievedTracesGraphResult, __MetadataBearer {
23
20
  }
24
21
  declare const GetRetrievedTracesGraphCommand_base: {
25
- new (input: GetRetrievedTracesGraphCommandInput): import("@smithy/core/client").CommandImpl<GetRetrievedTracesGraphCommandInput, GetRetrievedTracesGraphCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetRetrievedTracesGraphCommandInput): import("@smithy/core/client").CommandImpl<GetRetrievedTracesGraphCommandInput, GetRetrievedTracesGraphCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetRetrievedTracesGraphCommandInput): import("@smithy/core/client").CommandImpl<GetRetrievedTracesGraphCommandInput, GetRetrievedTracesGraphCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetRetrievedTracesGraphCommandInput): import("@smithy/core/client").CommandImpl<GetRetrievedTracesGraphCommandInput, GetRetrievedTracesGraphCommandOutput, 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 { GetSamplingRulesRequest, GetSamplingRulesResult } 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 GetSamplingRulesCommandInput extends GetSamplingRulesRequest {
22
19
  export interface GetSamplingRulesCommandOutput extends GetSamplingRulesResult, __MetadataBearer {
23
20
  }
24
21
  declare const GetSamplingRulesCommand_base: {
25
- new (input: GetSamplingRulesCommandInput): import("@smithy/core/client").CommandImpl<GetSamplingRulesCommandInput, GetSamplingRulesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetSamplingRulesCommandInput]): import("@smithy/core/client").CommandImpl<GetSamplingRulesCommandInput, GetSamplingRulesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetSamplingRulesCommandInput): import("@smithy/core/client").CommandImpl<GetSamplingRulesCommandInput, GetSamplingRulesCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetSamplingRulesCommandInput]): import("@smithy/core/client").CommandImpl<GetSamplingRulesCommandInput, GetSamplingRulesCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves 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 { 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