@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,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateTraceSegmentDestination$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateTraceSegmentDestinationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSXRay", "UpdateTraceSegmentDestination", {})
|
|
13
|
-
.n("XRayClient", "UpdateTraceSegmentDestinationCommand")
|
|
14
|
-
.sc(UpdateTraceSegmentDestination$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateTraceSegmentDestinationCommand extends command(_ep0, _mw0, "UpdateTraceSegmentDestination", UpdateTraceSegmentDestination$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
2
|
import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
|
|
4
3
|
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
22
|
region: config?.region ?? invalidProvider("Region is missing"),
|
|
24
23
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
25
24
|
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
|
|
26
|
-
sha256: config?.sha256 ?? Sha256,
|
|
27
25
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
28
26
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
29
27
|
useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
|
|
|
5
5
|
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
6
6
|
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
7
7
|
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
8
|
-
import { calculateBodyLength
|
|
8
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
9
9
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
10
10
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
11
11
|
export const getRuntimeConfig = (config) => {
|
|
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
35
35
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
36
36
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
37
37
|
}, config),
|
|
38
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
39
38
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
40
39
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
41
40
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Sha256 } from "@aws-crypto/sha256-js";
|
|
2
1
|
import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
|
|
3
2
|
export const getRuntimeConfig = (config) => {
|
|
4
3
|
const browserDefaults = getBrowserRuntimeConfig(config);
|
|
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
|
|
|
6
5
|
...browserDefaults,
|
|
7
6
|
...config,
|
|
8
7
|
runtime: "react-native",
|
|
9
|
-
sha256: config?.sha256 ?? Sha256,
|
|
10
8
|
};
|
|
11
9
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
+
import { Sha256 } from "@smithy/core/checksum";
|
|
3
4
|
import { NoOpLogger } from "@smithy/core/client";
|
|
4
5
|
import { parseUrl } from "@smithy/core/protocols";
|
|
5
6
|
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
@@ -31,6 +32,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
31
32
|
serviceTarget: "AWSXRay",
|
|
32
33
|
},
|
|
33
34
|
serviceId: config?.serviceId ?? "XRay",
|
|
35
|
+
sha256: config?.sha256 ?? Sha256,
|
|
34
36
|
urlParser: config?.urlParser ?? parseUrl,
|
|
35
37
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
36
38
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -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>
|