@aws-sdk/client-xray 3.533.0 → 3.535.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 (65) hide show
  1. package/dist-types/XRay.d.ts +10 -1
  2. package/dist-types/XRayClient.d.ts +1 -1
  3. package/dist-types/commands/BatchGetTracesCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateGroupCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateSamplingRuleCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteGroupCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteSamplingRuleCommand.d.ts +2 -1
  9. package/dist-types/commands/GetEncryptionConfigCommand.d.ts +2 -1
  10. package/dist-types/commands/GetGroupCommand.d.ts +2 -1
  11. package/dist-types/commands/GetGroupsCommand.d.ts +2 -1
  12. package/dist-types/commands/GetInsightCommand.d.ts +2 -1
  13. package/dist-types/commands/GetInsightEventsCommand.d.ts +2 -1
  14. package/dist-types/commands/GetInsightImpactGraphCommand.d.ts +2 -1
  15. package/dist-types/commands/GetInsightSummariesCommand.d.ts +2 -1
  16. package/dist-types/commands/GetSamplingRulesCommand.d.ts +2 -1
  17. package/dist-types/commands/GetSamplingStatisticSummariesCommand.d.ts +2 -1
  18. package/dist-types/commands/GetSamplingTargetsCommand.d.ts +2 -1
  19. package/dist-types/commands/GetServiceGraphCommand.d.ts +2 -1
  20. package/dist-types/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +2 -1
  21. package/dist-types/commands/GetTraceGraphCommand.d.ts +2 -1
  22. package/dist-types/commands/GetTraceSummariesCommand.d.ts +2 -1
  23. package/dist-types/commands/ListResourcePoliciesCommand.d.ts +2 -1
  24. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  25. package/dist-types/commands/PutEncryptionConfigCommand.d.ts +2 -1
  26. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
  27. package/dist-types/commands/PutTelemetryRecordsCommand.d.ts +2 -1
  28. package/dist-types/commands/PutTraceSegmentsCommand.d.ts +2 -1
  29. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  30. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdateGroupCommand.d.ts +2 -1
  32. package/dist-types/commands/UpdateSamplingRuleCommand.d.ts +2 -1
  33. package/dist-types/models/models_0.d.ts +450 -450
  34. package/dist-types/ts3.4/XRay.d.ts +9 -0
  35. package/dist-types/ts3.4/commands/BatchGetTracesCommand.d.ts +9 -0
  36. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/CreateSamplingRuleCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/DeleteSamplingRuleCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/GetEncryptionConfigCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/GetGroupsCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/GetInsightCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/GetInsightEventsCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/GetInsightImpactGraphCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/GetInsightSummariesCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/GetSamplingRulesCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/GetSamplingStatisticSummariesCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/GetSamplingTargetsCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/GetServiceGraphCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/GetTraceGraphCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/GetTraceSummariesCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/ListResourcePoliciesCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/PutEncryptionConfigCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/PutTelemetryRecordsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/PutTraceSegmentsCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/UpdateSamplingRuleCommand.d.ts +9 -0
  65. package/package.json +40 -40
@@ -160,6 +160,7 @@ export interface XRay {
160
160
  options: __HttpHandlerOptions,
161
161
  cb: (err: any, data?: CreateSamplingRuleCommandOutput) => void
162
162
  ): void;
163
+ deleteGroup(): Promise<DeleteGroupCommandOutput>;
163
164
  deleteGroup(
164
165
  args: DeleteGroupCommandInput,
165
166
  options?: __HttpHandlerOptions
@@ -186,6 +187,7 @@ export interface XRay {
186
187
  options: __HttpHandlerOptions,
187
188
  cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
188
189
  ): void;
190
+ deleteSamplingRule(): Promise<DeleteSamplingRuleCommandOutput>;
189
191
  deleteSamplingRule(
190
192
  args: DeleteSamplingRuleCommandInput,
191
193
  options?: __HttpHandlerOptions
@@ -199,6 +201,7 @@ export interface XRay {
199
201
  options: __HttpHandlerOptions,
200
202
  cb: (err: any, data?: DeleteSamplingRuleCommandOutput) => void
201
203
  ): void;
204
+ getEncryptionConfig(): Promise<GetEncryptionConfigCommandOutput>;
202
205
  getEncryptionConfig(
203
206
  args: GetEncryptionConfigCommandInput,
204
207
  options?: __HttpHandlerOptions
@@ -212,6 +215,7 @@ export interface XRay {
212
215
  options: __HttpHandlerOptions,
213
216
  cb: (err: any, data?: GetEncryptionConfigCommandOutput) => void
214
217
  ): void;
218
+ getGroup(): Promise<GetGroupCommandOutput>;
215
219
  getGroup(
216
220
  args: GetGroupCommandInput,
217
221
  options?: __HttpHandlerOptions
@@ -225,6 +229,7 @@ export interface XRay {
225
229
  options: __HttpHandlerOptions,
226
230
  cb: (err: any, data?: GetGroupCommandOutput) => void
227
231
  ): void;
232
+ getGroups(): Promise<GetGroupsCommandOutput>;
228
233
  getGroups(
229
234
  args: GetGroupsCommandInput,
230
235
  options?: __HttpHandlerOptions
@@ -290,6 +295,7 @@ export interface XRay {
290
295
  options: __HttpHandlerOptions,
291
296
  cb: (err: any, data?: GetInsightSummariesCommandOutput) => void
292
297
  ): void;
298
+ getSamplingRules(): Promise<GetSamplingRulesCommandOutput>;
293
299
  getSamplingRules(
294
300
  args: GetSamplingRulesCommandInput,
295
301
  options?: __HttpHandlerOptions
@@ -303,6 +309,7 @@ export interface XRay {
303
309
  options: __HttpHandlerOptions,
304
310
  cb: (err: any, data?: GetSamplingRulesCommandOutput) => void
305
311
  ): void;
312
+ getSamplingStatisticSummaries(): Promise<GetSamplingStatisticSummariesCommandOutput>;
306
313
  getSamplingStatisticSummaries(
307
314
  args: GetSamplingStatisticSummariesCommandInput,
308
315
  options?: __HttpHandlerOptions
@@ -381,6 +388,7 @@ export interface XRay {
381
388
  options: __HttpHandlerOptions,
382
389
  cb: (err: any, data?: GetTraceSummariesCommandOutput) => void
383
390
  ): void;
391
+ listResourcePolicies(): Promise<ListResourcePoliciesCommandOutput>;
384
392
  listResourcePolicies(
385
393
  args: ListResourcePoliciesCommandInput,
386
394
  options?: __HttpHandlerOptions
@@ -485,6 +493,7 @@ export interface XRay {
485
493
  options: __HttpHandlerOptions,
486
494
  cb: (err: any, data?: UntagResourceCommandOutput) => void
487
495
  ): void;
496
+ updateGroup(): Promise<UpdateGroupCommandOutput>;
488
497
  updateGroup(
489
498
  args: UpdateGroupCommandInput,
490
499
  options?: __HttpHandlerOptions
@@ -24,6 +24,15 @@ declare const BatchGetTracesCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: BatchGetTracesCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ BatchGetTracesCommandInput,
31
+ BatchGetTracesCommandOutput,
32
+ XRayClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class BatchGetTracesCommand extends BatchGetTracesCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateGroupCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateGroupCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateGroupCommandInput,
28
+ CreateGroupCommandOutput,
29
+ XRayClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateGroupCommand extends CreateGroupCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateSamplingRuleCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateSamplingRuleCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateSamplingRuleCommandInput,
32
+ CreateSamplingRuleCommandOutput,
33
+ XRayClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateSamplingRuleCommand extends CreateSamplingRuleCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteGroupCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [DeleteGroupCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteGroupCommandInput,
28
+ DeleteGroupCommandOutput,
29
+ XRayClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteGroupCommand extends DeleteGroupCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteResourcePolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteResourcePolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteResourcePolicyCommandInput,
32
+ DeleteResourcePolicyCommandOutput,
33
+ XRayClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteSamplingRuleCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DeleteSamplingRuleCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteSamplingRuleCommandInput,
32
+ DeleteSamplingRuleCommandOutput,
33
+ XRayClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteSamplingRuleCommand extends DeleteSamplingRuleCommand_base {}
@@ -25,6 +25,15 @@ declare const GetEncryptionConfigCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [GetEncryptionConfigCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetEncryptionConfigCommandInput,
32
+ GetEncryptionConfigCommandOutput,
33
+ XRayClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetEncryptionConfigCommand extends GetEncryptionConfigCommand_base {}
@@ -21,6 +21,15 @@ declare const GetGroupCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [GetGroupCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetGroupCommandInput,
28
+ GetGroupCommandOutput,
29
+ XRayClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetGroupCommand extends GetGroupCommand_base {}
@@ -21,6 +21,15 @@ declare const GetGroupsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [GetGroupsCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetGroupsCommandInput,
28
+ GetGroupsCommandOutput,
29
+ XRayClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetGroupsCommand extends GetGroupsCommand_base {}
@@ -21,6 +21,15 @@ declare const GetInsightCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetInsightCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetInsightCommandInput,
28
+ GetInsightCommandOutput,
29
+ XRayClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetInsightCommand extends GetInsightCommand_base {}
@@ -24,6 +24,15 @@ declare const GetInsightEventsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetInsightEventsCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetInsightEventsCommandInput,
31
+ GetInsightEventsCommandOutput,
32
+ XRayClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetInsightEventsCommand extends GetInsightEventsCommand_base {}
@@ -25,6 +25,15 @@ declare const GetInsightImpactGraphCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetInsightImpactGraphCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetInsightImpactGraphCommandInput,
32
+ GetInsightImpactGraphCommandOutput,
33
+ XRayClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetInsightImpactGraphCommand extends GetInsightImpactGraphCommand_base {}
@@ -25,6 +25,15 @@ declare const GetInsightSummariesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetInsightSummariesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetInsightSummariesCommandInput,
32
+ GetInsightSummariesCommandOutput,
33
+ XRayClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetInsightSummariesCommand extends GetInsightSummariesCommand_base {}
@@ -24,6 +24,15 @@ declare const GetSamplingRulesCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [GetSamplingRulesCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetSamplingRulesCommandInput,
31
+ GetSamplingRulesCommandOutput,
32
+ XRayClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetSamplingRulesCommand extends GetSamplingRulesCommand_base {}
@@ -25,6 +25,15 @@ declare const GetSamplingStatisticSummariesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [GetSamplingStatisticSummariesCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetSamplingStatisticSummariesCommandInput,
32
+ GetSamplingStatisticSummariesCommandOutput,
33
+ XRayClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetSamplingStatisticSummariesCommand extends GetSamplingStatisticSummariesCommand_base {}
@@ -25,6 +25,15 @@ declare const GetSamplingTargetsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetSamplingTargetsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetSamplingTargetsCommandInput,
32
+ GetSamplingTargetsCommandOutput,
33
+ XRayClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetSamplingTargetsCommand extends GetSamplingTargetsCommand_base {}
@@ -24,6 +24,15 @@ declare const GetServiceGraphCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetServiceGraphCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetServiceGraphCommandInput,
31
+ GetServiceGraphCommandOutput,
32
+ XRayClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetServiceGraphCommand extends GetServiceGraphCommand_base {}
@@ -25,6 +25,15 @@ declare const GetTimeSeriesServiceStatisticsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetTimeSeriesServiceStatisticsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetTimeSeriesServiceStatisticsCommandInput,
32
+ GetTimeSeriesServiceStatisticsCommandOutput,
33
+ XRayClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetTimeSeriesServiceStatisticsCommand extends GetTimeSeriesServiceStatisticsCommand_base {}
@@ -21,6 +21,15 @@ declare const GetTraceGraphCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetTraceGraphCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetTraceGraphCommandInput,
28
+ GetTraceGraphCommandOutput,
29
+ XRayClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetTraceGraphCommand extends GetTraceGraphCommand_base {}
@@ -25,6 +25,15 @@ declare const GetTraceSummariesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetTraceSummariesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetTraceSummariesCommandInput,
32
+ GetTraceSummariesCommandOutput,
33
+ XRayClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetTraceSummariesCommand extends GetTraceSummariesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListResourcePoliciesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListResourcePoliciesCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListResourcePoliciesCommandInput,
32
+ ListResourcePoliciesCommandOutput,
33
+ XRayClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListResourcePoliciesCommand extends ListResourcePoliciesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListTagsForResourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTagsForResourceCommandInput,
32
+ ListTagsForResourceCommandOutput,
33
+ XRayClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -25,6 +25,15 @@ declare const PutEncryptionConfigCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: PutEncryptionConfigCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ PutEncryptionConfigCommandInput,
32
+ PutEncryptionConfigCommandOutput,
33
+ XRayClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class PutEncryptionConfigCommand extends PutEncryptionConfigCommand_base {}
@@ -25,6 +25,15 @@ declare const PutResourcePolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: PutResourcePolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ PutResourcePolicyCommandInput,
32
+ PutResourcePolicyCommandOutput,
33
+ XRayClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const PutTelemetryRecordsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: PutTelemetryRecordsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ PutTelemetryRecordsCommandInput,
32
+ PutTelemetryRecordsCommandOutput,
33
+ XRayClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class PutTelemetryRecordsCommand extends PutTelemetryRecordsCommand_base {}
@@ -24,6 +24,15 @@ declare const PutTraceSegmentsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: PutTraceSegmentsCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ PutTraceSegmentsCommandInput,
31
+ PutTraceSegmentsCommandOutput,
32
+ XRayClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class PutTraceSegmentsCommand extends PutTraceSegmentsCommand_base {}
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: TagResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ TagResourceCommandInput,
28
+ TagResourceCommandOutput,
29
+ XRayClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -24,6 +24,15 @@ declare const UntagResourceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UntagResourceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UntagResourceCommandInput,
31
+ UntagResourceCommandOutput,
32
+ XRayClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UntagResourceCommand extends UntagResourceCommand_base {}
@@ -21,6 +21,15 @@ declare const UpdateGroupCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [UpdateGroupCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ UpdateGroupCommandInput,
28
+ UpdateGroupCommandOutput,
29
+ XRayClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class UpdateGroupCommand extends UpdateGroupCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateSamplingRuleCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateSamplingRuleCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateSamplingRuleCommandInput,
32
+ UpdateSamplingRuleCommandOutput,
33
+ XRayClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateSamplingRuleCommand extends UpdateSamplingRuleCommand_base {}