@aws-sdk/client-xray 3.1076.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +49 -385
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/BatchGetTracesCommand.js +2 -14
- package/dist-es/commands/CancelTraceRetrievalCommand.js +2 -14
- package/dist-es/commands/CreateGroupCommand.js +2 -14
- package/dist-es/commands/CreateSamplingRuleCommand.js +2 -14
- package/dist-es/commands/DeleteGroupCommand.js +2 -14
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
- package/dist-es/commands/DeleteSamplingRuleCommand.js +2 -14
- package/dist-es/commands/GetEncryptionConfigCommand.js +2 -14
- package/dist-es/commands/GetGroupCommand.js +2 -14
- package/dist-es/commands/GetGroupsCommand.js +2 -14
- package/dist-es/commands/GetIndexingRulesCommand.js +2 -14
- package/dist-es/commands/GetInsightCommand.js +2 -14
- package/dist-es/commands/GetInsightEventsCommand.js +2 -14
- package/dist-es/commands/GetInsightImpactGraphCommand.js +2 -14
- package/dist-es/commands/GetInsightSummariesCommand.js +2 -14
- package/dist-es/commands/GetRetrievedTracesGraphCommand.js +2 -14
- package/dist-es/commands/GetSamplingRulesCommand.js +2 -14
- package/dist-es/commands/GetSamplingStatisticSummariesCommand.js +2 -14
- package/dist-es/commands/GetSamplingTargetsCommand.js +2 -14
- package/dist-es/commands/GetServiceGraphCommand.js +2 -14
- package/dist-es/commands/GetTimeSeriesServiceStatisticsCommand.js +2 -14
- package/dist-es/commands/GetTraceGraphCommand.js +2 -14
- package/dist-es/commands/GetTraceSegmentDestinationCommand.js +2 -14
- package/dist-es/commands/GetTraceSummariesCommand.js +2 -14
- package/dist-es/commands/ListResourcePoliciesCommand.js +2 -14
- package/dist-es/commands/ListRetrievedTracesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutEncryptionConfigCommand.js +2 -14
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -14
- package/dist-es/commands/PutTelemetryRecordsCommand.js +2 -14
- package/dist-es/commands/PutTraceSegmentsCommand.js +2 -14
- package/dist-es/commands/StartTraceRetrievalCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateGroupCommand.js +2 -14
- package/dist-es/commands/UpdateIndexingRuleCommand.js +2 -14
- package/dist-es/commands/UpdateSamplingRuleCommand.js +2 -14
- package/dist-es/commands/UpdateTraceSegmentDestinationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/BatchGetTracesCommand.d.ts +3 -8
- package/dist-types/commands/CancelTraceRetrievalCommand.d.ts +3 -8
- package/dist-types/commands/CreateGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateSamplingRuleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSamplingRuleCommand.d.ts +3 -8
- package/dist-types/commands/GetEncryptionConfigCommand.d.ts +3 -8
- package/dist-types/commands/GetGroupCommand.d.ts +3 -8
- package/dist-types/commands/GetGroupsCommand.d.ts +3 -8
- package/dist-types/commands/GetIndexingRulesCommand.d.ts +3 -8
- package/dist-types/commands/GetInsightCommand.d.ts +3 -8
- package/dist-types/commands/GetInsightEventsCommand.d.ts +3 -8
- package/dist-types/commands/GetInsightImpactGraphCommand.d.ts +3 -8
- package/dist-types/commands/GetInsightSummariesCommand.d.ts +3 -8
- package/dist-types/commands/GetRetrievedTracesGraphCommand.d.ts +3 -8
- package/dist-types/commands/GetSamplingRulesCommand.d.ts +3 -8
- package/dist-types/commands/GetSamplingStatisticSummariesCommand.d.ts +3 -8
- package/dist-types/commands/GetSamplingTargetsCommand.d.ts +3 -8
- package/dist-types/commands/GetServiceGraphCommand.d.ts +3 -8
- package/dist-types/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +3 -8
- package/dist-types/commands/GetTraceGraphCommand.d.ts +3 -8
- package/dist-types/commands/GetTraceSegmentDestinationCommand.d.ts +3 -8
- package/dist-types/commands/GetTraceSummariesCommand.d.ts +3 -8
- package/dist-types/commands/ListResourcePoliciesCommand.d.ts +3 -8
- package/dist-types/commands/ListRetrievedTracesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutEncryptionConfigCommand.d.ts +3 -8
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/PutTelemetryRecordsCommand.d.ts +3 -8
- package/dist-types/commands/PutTraceSegmentsCommand.d.ts +3 -8
- package/dist-types/commands/StartTraceRetrievalCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateGroupCommand.d.ts +3 -8
- package/dist-types/commands/UpdateIndexingRuleCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSamplingRuleCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTraceSegmentDestinationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/BatchGetTracesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelTraceRetrievalCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSamplingRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSamplingRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEncryptionConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIndexingRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetInsightCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetInsightEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetInsightImpactGraphCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetInsightSummariesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRetrievedTracesGraphCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSamplingRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSamplingStatisticSummariesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSamplingTargetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetServiceGraphCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTraceGraphCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTraceSegmentDestinationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTraceSummariesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourcePoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRetrievedTracesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutEncryptionConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTelemetryRecordsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTraceSegmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartTraceRetrievalCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateIndexingRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSamplingRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTraceSegmentDestinationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetSamplingStatisticSummariesRequest, GetSamplingStatisticSummariesResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetSamplingStatisticSummariesCommandInput extends GetSamplingSt
|
|
|
22
19
|
export interface GetSamplingStatisticSummariesCommandOutput extends GetSamplingStatisticSummariesResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetSamplingStatisticSummariesCommand_base: {
|
|
25
|
-
new (input: GetSamplingStatisticSummariesCommandInput): import("@smithy/core/client").CommandImpl<GetSamplingStatisticSummariesCommandInput, GetSamplingStatisticSummariesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetSamplingStatisticSummariesCommandInput]): import("@smithy/core/client").CommandImpl<GetSamplingStatisticSummariesCommandInput, GetSamplingStatisticSummariesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetSamplingStatisticSummariesCommandInput): import("@smithy/core/client").CommandImpl<GetSamplingStatisticSummariesCommandInput, GetSamplingStatisticSummariesCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetSamplingStatisticSummariesCommandInput]): import("@smithy/core/client").CommandImpl<GetSamplingStatisticSummariesCommandInput, GetSamplingStatisticSummariesCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about recent sampling results for all sampling rules.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetSamplingTargetsRequest, GetSamplingTargetsResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetSamplingTargetsCommandInput extends GetSamplingTargetsReques
|
|
|
22
19
|
export interface GetSamplingTargetsCommandOutput extends GetSamplingTargetsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetSamplingTargetsCommand_base: {
|
|
25
|
-
new (input: GetSamplingTargetsCommandInput): import("@smithy/core/client").CommandImpl<GetSamplingTargetsCommandInput, GetSamplingTargetsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetSamplingTargetsCommandInput): import("@smithy/core/client").CommandImpl<GetSamplingTargetsCommandInput, GetSamplingTargetsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetSamplingTargetsCommandInput): import("@smithy/core/client").CommandImpl<GetSamplingTargetsCommandInput, GetSamplingTargetsCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetSamplingTargetsCommandInput): import("@smithy/core/client").CommandImpl<GetSamplingTargetsCommandInput, GetSamplingTargetsCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Requests a sampling quota for rules that the service is using to sample requests.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetServiceGraphRequest, GetServiceGraphResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetServiceGraphCommandInput extends GetServiceGraphRequest {
|
|
|
22
19
|
export interface GetServiceGraphCommandOutput extends GetServiceGraphResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetServiceGraphCommand_base: {
|
|
25
|
-
new (input: GetServiceGraphCommandInput): import("@smithy/core/client").CommandImpl<GetServiceGraphCommandInput, GetServiceGraphCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetServiceGraphCommandInput): import("@smithy/core/client").CommandImpl<GetServiceGraphCommandInput, GetServiceGraphCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetServiceGraphCommandInput): import("@smithy/core/client").CommandImpl<GetServiceGraphCommandInput, GetServiceGraphCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetServiceGraphCommandInput): import("@smithy/core/client").CommandImpl<GetServiceGraphCommandInput, GetServiceGraphCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves a document that describes services that process incoming requests, and
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetTimeSeriesServiceStatisticsRequest, GetTimeSeriesServiceStatisticsResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetTimeSeriesServiceStatisticsCommandInput extends GetTimeSerie
|
|
|
22
19
|
export interface GetTimeSeriesServiceStatisticsCommandOutput extends GetTimeSeriesServiceStatisticsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetTimeSeriesServiceStatisticsCommand_base: {
|
|
25
|
-
new (input: GetTimeSeriesServiceStatisticsCommandInput): import("@smithy/core/client").CommandImpl<GetTimeSeriesServiceStatisticsCommandInput, GetTimeSeriesServiceStatisticsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetTimeSeriesServiceStatisticsCommandInput): import("@smithy/core/client").CommandImpl<GetTimeSeriesServiceStatisticsCommandInput, GetTimeSeriesServiceStatisticsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetTimeSeriesServiceStatisticsCommandInput): import("@smithy/core/client").CommandImpl<GetTimeSeriesServiceStatisticsCommandInput, GetTimeSeriesServiceStatisticsCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetTimeSeriesServiceStatisticsCommandInput): import("@smithy/core/client").CommandImpl<GetTimeSeriesServiceStatisticsCommandInput, GetTimeSeriesServiceStatisticsCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Get an aggregation of service statistics defined by a specific time
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetTraceGraphRequest, GetTraceGraphResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetTraceGraphCommandInput extends GetTraceGraphRequest {
|
|
|
22
19
|
export interface GetTraceGraphCommandOutput extends GetTraceGraphResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetTraceGraphCommand_base: {
|
|
25
|
-
new (input: GetTraceGraphCommandInput): import("@smithy/core/client").CommandImpl<GetTraceGraphCommandInput, GetTraceGraphCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetTraceGraphCommandInput): import("@smithy/core/client").CommandImpl<GetTraceGraphCommandInput, GetTraceGraphCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetTraceGraphCommandInput): import("@smithy/core/client").CommandImpl<GetTraceGraphCommandInput, GetTraceGraphCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetTraceGraphCommandInput): import("@smithy/core/client").CommandImpl<GetTraceGraphCommandInput, GetTraceGraphCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves a service graph for one or more specific trace IDs.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetTraceSegmentDestinationRequest, GetTraceSegmentDestinationResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetTraceSegmentDestinationCommandInput extends GetTraceSegmentD
|
|
|
22
19
|
export interface GetTraceSegmentDestinationCommandOutput extends GetTraceSegmentDestinationResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetTraceSegmentDestinationCommand_base: {
|
|
25
|
-
new (input: GetTraceSegmentDestinationCommandInput): import("@smithy/core/client").CommandImpl<GetTraceSegmentDestinationCommandInput, GetTraceSegmentDestinationCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetTraceSegmentDestinationCommandInput]): import("@smithy/core/client").CommandImpl<GetTraceSegmentDestinationCommandInput, GetTraceSegmentDestinationCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetTraceSegmentDestinationCommandInput): import("@smithy/core/client").CommandImpl<GetTraceSegmentDestinationCommandInput, GetTraceSegmentDestinationCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetTraceSegmentDestinationCommandInput]): import("@smithy/core/client").CommandImpl<GetTraceSegmentDestinationCommandInput, GetTraceSegmentDestinationCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetTraceSummariesRequest, GetTraceSummariesResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetTraceSummariesCommandInput extends GetTraceSummariesRequest
|
|
|
22
19
|
export interface GetTraceSummariesCommandOutput extends GetTraceSummariesResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetTraceSummariesCommand_base: {
|
|
25
|
-
new (input: GetTraceSummariesCommandInput): import("@smithy/core/client").CommandImpl<GetTraceSummariesCommandInput, GetTraceSummariesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetTraceSummariesCommandInput): import("@smithy/core/client").CommandImpl<GetTraceSummariesCommandInput, GetTraceSummariesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetTraceSummariesCommandInput): import("@smithy/core/client").CommandImpl<GetTraceSummariesCommandInput, GetTraceSummariesCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetTraceSummariesCommandInput): import("@smithy/core/client").CommandImpl<GetTraceSummariesCommandInput, GetTraceSummariesCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves IDs and annotations for traces available for a specified time frame using an
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListResourcePoliciesRequest, ListResourcePoliciesResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListResourcePoliciesCommandInput extends ListResourcePoliciesRe
|
|
|
22
19
|
export interface ListResourcePoliciesCommandOutput extends ListResourcePoliciesResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListResourcePoliciesCommand_base: {
|
|
25
|
-
new (input: ListResourcePoliciesCommandInput): import("@smithy/core/client").CommandImpl<ListResourcePoliciesCommandInput, ListResourcePoliciesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListResourcePoliciesCommandInput]): import("@smithy/core/client").CommandImpl<ListResourcePoliciesCommandInput, ListResourcePoliciesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListResourcePoliciesCommandInput): import("@smithy/core/client").CommandImpl<ListResourcePoliciesCommandInput, ListResourcePoliciesCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListResourcePoliciesCommandInput]): import("@smithy/core/client").CommandImpl<ListResourcePoliciesCommandInput, ListResourcePoliciesCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the list of resource policies in the target Amazon Web Services account.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListRetrievedTracesRequest, ListRetrievedTracesResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListRetrievedTracesCommandInput extends ListRetrievedTracesRequ
|
|
|
22
19
|
export interface ListRetrievedTracesCommandOutput extends ListRetrievedTracesResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListRetrievedTracesCommand_base: {
|
|
25
|
-
new (input: ListRetrievedTracesCommandInput): import("@smithy/core/client").CommandImpl<ListRetrievedTracesCommandInput, ListRetrievedTracesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListRetrievedTracesCommandInput): import("@smithy/core/client").CommandImpl<ListRetrievedTracesCommandInput, ListRetrievedTracesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListRetrievedTracesCommandInput): import("@smithy/core/client").CommandImpl<ListRetrievedTracesCommandInput, ListRetrievedTracesCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListRetrievedTracesCommandInput): import("@smithy/core/client").CommandImpl<ListRetrievedTracesCommandInput, ListRetrievedTracesCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of tags that are applied to the specified Amazon Web Services X-Ray group or sampling rule.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { PutEncryptionConfigRequest, PutEncryptionConfigResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutEncryptionConfigCommandInput extends PutEncryptionConfigRequ
|
|
|
22
19
|
export interface PutEncryptionConfigCommandOutput extends PutEncryptionConfigResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutEncryptionConfigCommand_base: {
|
|
25
|
-
new (input: PutEncryptionConfigCommandInput): import("@smithy/core/client").CommandImpl<PutEncryptionConfigCommandInput, PutEncryptionConfigCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutEncryptionConfigCommandInput): import("@smithy/core/client").CommandImpl<PutEncryptionConfigCommandInput, PutEncryptionConfigCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutEncryptionConfigCommandInput): import("@smithy/core/client").CommandImpl<PutEncryptionConfigCommandInput, PutEncryptionConfigCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutEncryptionConfigCommandInput): import("@smithy/core/client").CommandImpl<PutEncryptionConfigCommandInput, PutEncryptionConfigCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the encryption configuration for X-Ray data.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { PutResourcePolicyRequest, PutResourcePolicyResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutResourcePolicyCommandInput extends PutResourcePolicyRequest
|
|
|
22
19
|
export interface PutResourcePolicyCommandOutput extends PutResourcePolicyResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutResourcePolicyCommand_base: {
|
|
25
|
-
new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { PutTelemetryRecordsRequest, PutTelemetryRecordsResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutTelemetryRecordsCommandInput extends PutTelemetryRecordsRequ
|
|
|
22
19
|
export interface PutTelemetryRecordsCommandOutput extends PutTelemetryRecordsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutTelemetryRecordsCommand_base: {
|
|
25
|
-
new (input: PutTelemetryRecordsCommandInput): import("@smithy/core/client").CommandImpl<PutTelemetryRecordsCommandInput, PutTelemetryRecordsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutTelemetryRecordsCommandInput): import("@smithy/core/client").CommandImpl<PutTelemetryRecordsCommandInput, PutTelemetryRecordsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutTelemetryRecordsCommandInput): import("@smithy/core/client").CommandImpl<PutTelemetryRecordsCommandInput, PutTelemetryRecordsCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutTelemetryRecordsCommandInput): import("@smithy/core/client").CommandImpl<PutTelemetryRecordsCommandInput, PutTelemetryRecordsCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Used by the Amazon Web Services X-Ray daemon to upload telemetry.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { PutTraceSegmentsRequest, PutTraceSegmentsResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutTraceSegmentsCommandInput extends PutTraceSegmentsRequest {
|
|
|
22
19
|
export interface PutTraceSegmentsCommandOutput extends PutTraceSegmentsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutTraceSegmentsCommand_base: {
|
|
25
|
-
new (input: PutTraceSegmentsCommandInput): import("@smithy/core/client").CommandImpl<PutTraceSegmentsCommandInput, PutTraceSegmentsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutTraceSegmentsCommandInput): import("@smithy/core/client").CommandImpl<PutTraceSegmentsCommandInput, PutTraceSegmentsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutTraceSegmentsCommandInput): import("@smithy/core/client").CommandImpl<PutTraceSegmentsCommandInput, PutTraceSegmentsCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutTraceSegmentsCommandInput): import("@smithy/core/client").CommandImpl<PutTraceSegmentsCommandInput, PutTraceSegmentsCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Uploads segment documents to Amazon Web Services X-Ray.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { StartTraceRetrievalRequest, StartTraceRetrievalResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StartTraceRetrievalCommandInput extends StartTraceRetrievalRequ
|
|
|
22
19
|
export interface StartTraceRetrievalCommandOutput extends StartTraceRetrievalResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartTraceRetrievalCommand_base: {
|
|
25
|
-
new (input: StartTraceRetrievalCommandInput): import("@smithy/core/client").CommandImpl<StartTraceRetrievalCommandInput, StartTraceRetrievalCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartTraceRetrievalCommandInput): import("@smithy/core/client").CommandImpl<StartTraceRetrievalCommandInput, StartTraceRetrievalCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartTraceRetrievalCommandInput): import("@smithy/core/client").CommandImpl<StartTraceRetrievalCommandInput, StartTraceRetrievalCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartTraceRetrievalCommandInput): import("@smithy/core/client").CommandImpl<StartTraceRetrievalCommandInput, StartTraceRetrievalCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Applies tags to an existing Amazon Web Services X-Ray group or sampling rule.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes tags from an Amazon Web Services X-Ray group or sampling rule. You cannot edit or delete system
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateGroupRequest, UpdateGroupResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateGroupCommandInput extends UpdateGroupRequest {
|
|
|
22
19
|
export interface UpdateGroupCommandOutput extends UpdateGroupResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateGroupCommand_base: {
|
|
25
|
-
new (input: UpdateGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateGroupCommandInput, UpdateGroupCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [UpdateGroupCommandInput]): import("@smithy/core/client").CommandImpl<UpdateGroupCommandInput, UpdateGroupCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateGroupCommandInput, UpdateGroupCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [UpdateGroupCommandInput]): import("@smithy/core/client").CommandImpl<UpdateGroupCommandInput, UpdateGroupCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates a group resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateIndexingRuleRequest, UpdateIndexingRuleResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateIndexingRuleCommandInput extends UpdateIndexingRuleReques
|
|
|
22
19
|
export interface UpdateIndexingRuleCommandOutput extends UpdateIndexingRuleResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateIndexingRuleCommand_base: {
|
|
25
|
-
new (input: UpdateIndexingRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateIndexingRuleCommandInput, UpdateIndexingRuleCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateIndexingRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateIndexingRuleCommandInput, UpdateIndexingRuleCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateIndexingRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateIndexingRuleCommandInput, UpdateIndexingRuleCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateIndexingRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateIndexingRuleCommandInput, UpdateIndexingRuleCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateSamplingRuleRequest, UpdateSamplingRuleResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateSamplingRuleCommandInput extends UpdateSamplingRuleReques
|
|
|
22
19
|
export interface UpdateSamplingRuleCommandOutput extends UpdateSamplingRuleResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateSamplingRuleCommand_base: {
|
|
25
|
-
new (input: UpdateSamplingRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateSamplingRuleCommandInput, UpdateSamplingRuleCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateSamplingRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateSamplingRuleCommandInput, UpdateSamplingRuleCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateSamplingRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateSamplingRuleCommandInput, UpdateSamplingRuleCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateSamplingRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateSamplingRuleCommandInput, UpdateSamplingRuleCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Modifies a sampling rule's configuration.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateTraceSegmentDestinationRequest, UpdateTraceSegmentDestinationResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateTraceSegmentDestinationCommandInput extends UpdateTraceSe
|
|
|
22
19
|
export interface UpdateTraceSegmentDestinationCommandOutput extends UpdateTraceSegmentDestinationResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateTraceSegmentDestinationCommand_base: {
|
|
25
|
-
new (input: UpdateTraceSegmentDestinationCommandInput): import("@smithy/core/client").CommandImpl<UpdateTraceSegmentDestinationCommandInput, UpdateTraceSegmentDestinationCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [UpdateTraceSegmentDestinationCommandInput]): import("@smithy/core/client").CommandImpl<UpdateTraceSegmentDestinationCommandInput, UpdateTraceSegmentDestinationCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateTraceSegmentDestinationCommandInput): import("@smithy/core/client").CommandImpl<UpdateTraceSegmentDestinationCommandInput, UpdateTraceSegmentDestinationCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [UpdateTraceSegmentDestinationCommandInput]): import("@smithy/core/client").CommandImpl<UpdateTraceSegmentDestinationCommandInput, UpdateTraceSegmentDestinationCommandOutput, import("..").XRayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|