@aws-sdk/client-xray 3.1045.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +92 -93
- package/dist-cjs/models/XRayServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/XRay.js +1 -1
- package/dist-es/XRayClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/BatchGetTracesCommand.js +2 -2
- package/dist-es/commands/CancelTraceRetrievalCommand.js +2 -2
- package/dist-es/commands/CreateGroupCommand.js +2 -2
- package/dist-es/commands/CreateSamplingRuleCommand.js +2 -2
- package/dist-es/commands/DeleteGroupCommand.js +2 -2
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteSamplingRuleCommand.js +2 -2
- package/dist-es/commands/GetEncryptionConfigCommand.js +2 -2
- package/dist-es/commands/GetGroupCommand.js +2 -2
- package/dist-es/commands/GetGroupsCommand.js +2 -2
- package/dist-es/commands/GetIndexingRulesCommand.js +2 -2
- package/dist-es/commands/GetInsightCommand.js +2 -2
- package/dist-es/commands/GetInsightEventsCommand.js +2 -2
- package/dist-es/commands/GetInsightImpactGraphCommand.js +2 -2
- package/dist-es/commands/GetInsightSummariesCommand.js +2 -2
- package/dist-es/commands/GetRetrievedTracesGraphCommand.js +2 -2
- package/dist-es/commands/GetSamplingRulesCommand.js +2 -2
- package/dist-es/commands/GetSamplingStatisticSummariesCommand.js +2 -2
- package/dist-es/commands/GetSamplingTargetsCommand.js +2 -2
- package/dist-es/commands/GetServiceGraphCommand.js +2 -2
- package/dist-es/commands/GetTimeSeriesServiceStatisticsCommand.js +2 -2
- package/dist-es/commands/GetTraceGraphCommand.js +2 -2
- package/dist-es/commands/GetTraceSegmentDestinationCommand.js +2 -2
- package/dist-es/commands/GetTraceSummariesCommand.js +2 -2
- package/dist-es/commands/ListResourcePoliciesCommand.js +2 -2
- package/dist-es/commands/ListRetrievedTracesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutEncryptionConfigCommand.js +2 -2
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-es/commands/PutTelemetryRecordsCommand.js +2 -2
- package/dist-es/commands/PutTraceSegmentsCommand.js +2 -2
- package/dist-es/commands/StartTraceRetrievalCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateGroupCommand.js +2 -2
- package/dist-es/commands/UpdateIndexingRuleCommand.js +2 -2
- package/dist-es/commands/UpdateSamplingRuleCommand.js +2 -2
- package/dist-es/commands/UpdateTraceSegmentDestinationCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/XRayServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/XRayClient.d.ts +5 -5
- package/dist-types/commands/BatchGetTracesCommand.d.ts +6 -4
- package/dist-types/commands/CancelTraceRetrievalCommand.d.ts +6 -4
- package/dist-types/commands/CreateGroupCommand.d.ts +6 -4
- package/dist-types/commands/CreateSamplingRuleCommand.d.ts +6 -4
- package/dist-types/commands/DeleteGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSamplingRuleCommand.d.ts +6 -4
- package/dist-types/commands/GetEncryptionConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetGroupCommand.d.ts +6 -4
- package/dist-types/commands/GetGroupsCommand.d.ts +6 -4
- package/dist-types/commands/GetIndexingRulesCommand.d.ts +6 -4
- package/dist-types/commands/GetInsightCommand.d.ts +6 -4
- package/dist-types/commands/GetInsightEventsCommand.d.ts +6 -4
- package/dist-types/commands/GetInsightImpactGraphCommand.d.ts +6 -4
- package/dist-types/commands/GetInsightSummariesCommand.d.ts +6 -4
- package/dist-types/commands/GetRetrievedTracesGraphCommand.d.ts +6 -4
- package/dist-types/commands/GetSamplingRulesCommand.d.ts +6 -4
- package/dist-types/commands/GetSamplingStatisticSummariesCommand.d.ts +6 -4
- package/dist-types/commands/GetSamplingTargetsCommand.d.ts +6 -4
- package/dist-types/commands/GetServiceGraphCommand.d.ts +6 -4
- package/dist-types/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +6 -4
- package/dist-types/commands/GetTraceGraphCommand.d.ts +6 -4
- package/dist-types/commands/GetTraceSegmentDestinationCommand.d.ts +6 -4
- package/dist-types/commands/GetTraceSummariesCommand.d.ts +6 -4
- package/dist-types/commands/ListResourcePoliciesCommand.d.ts +6 -4
- package/dist-types/commands/ListRetrievedTracesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PutEncryptionConfigCommand.d.ts +6 -4
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/PutTelemetryRecordsCommand.d.ts +6 -4
- package/dist-types/commands/PutTraceSegmentsCommand.d.ts +6 -4
- package/dist-types/commands/StartTraceRetrievalCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateGroupCommand.d.ts +6 -4
- package/dist-types/commands/UpdateIndexingRuleCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSamplingRuleCommand.d.ts +6 -4
- package/dist-types/commands/UpdateTraceSegmentDestinationCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/XRayServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/XRayClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/BatchGetTracesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelTraceRetrievalCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateSamplingRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSamplingRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEncryptionConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +6 -6
- package/dist-types/ts3.4/commands/GetGroupsCommand.d.ts +6 -6
- package/dist-types/ts3.4/commands/GetIndexingRulesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetInsightCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetInsightEventsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetInsightImpactGraphCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetInsightSummariesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRetrievedTracesGraphCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSamplingRulesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSamplingStatisticSummariesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSamplingTargetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetServiceGraphCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTraceGraphCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTraceSegmentDestinationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTraceSummariesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListResourcePoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRetrievedTracesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutEncryptionConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutTelemetryRecordsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutTraceSegmentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartTraceRetrievalCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateIndexingRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateSamplingRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateTraceSegmentDestinationCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/XRayServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
2
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
3
|
import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
|
|
4
|
-
import {
|
|
4
|
+
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
6
|
+
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
|
|
7
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
5
8
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
|
-
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
8
|
-
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
9
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
10
|
-
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
11
9
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
10
|
export const getRuntimeConfig = (config) => {
|
|
13
11
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
|
|
|
3
3
|
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
4
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
5
5
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/
|
|
9
|
-
import {
|
|
6
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
7
|
+
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";
|
|
8
|
+
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
9
|
+
import { calculateBodyLength, Hash } from "@smithy/core/serde";
|
|
10
10
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
11
|
-
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
12
|
-
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
13
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
14
|
-
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
15
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
16
12
|
export const getRuntimeConfig = (config) => {
|
|
17
13
|
emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
-
import { NoOpLogger } from "@smithy/
|
|
4
|
-
import { parseUrl } from "@smithy/
|
|
5
|
-
import { fromBase64, toBase64 } from "@smithy/
|
|
6
|
-
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
3
|
+
import { NoOpLogger } from "@smithy/core/client";
|
|
4
|
+
import { parseUrl } from "@smithy/core/protocols";
|
|
5
|
+
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
7
6
|
import { defaultXRayHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
7
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
8
|
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
|
|
3
|
+
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
6
6
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
8
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { BatchGetTracesCommandInput, BatchGetTracesCommandOutput } from "./commands/BatchGetTracesCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BatchGetTracesRequest, BatchGetTracesResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
@@ -22,9 +22,11 @@ export interface BatchGetTracesCommandInput extends BatchGetTracesRequest {
|
|
|
22
22
|
export interface BatchGetTracesCommandOutput extends BatchGetTracesResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchGetTracesCommand_base: {
|
|
25
|
-
new (input: BatchGetTracesCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchGetTracesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <note>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CancelTraceRetrievalRequest, CancelTraceRetrievalResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
@@ -22,9 +22,11 @@ export interface CancelTraceRetrievalCommandInput extends CancelTraceRetrievalRe
|
|
|
22
22
|
export interface CancelTraceRetrievalCommandOutput extends CancelTraceRetrievalResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CancelTraceRetrievalCommand_base: {
|
|
25
|
-
new (input: CancelTraceRetrievalCommandInput): import("@smithy/
|
|
26
|
-
new (input: CancelTraceRetrievalCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateGroupRequest, CreateGroupResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateGroupCommandInput extends CreateGroupRequest {
|
|
|
22
22
|
export interface CreateGroupCommandOutput extends CreateGroupResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateGroupCommand_base: {
|
|
25
|
-
new (input: CreateGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a group resource with a name and a filter expression. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateSamplingRuleRequest, CreateSamplingRuleResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateSamplingRuleCommandInput extends CreateSamplingRuleReques
|
|
|
22
22
|
export interface CreateSamplingRuleCommandOutput extends CreateSamplingRuleResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateSamplingRuleCommand_base: {
|
|
25
|
-
new (input: CreateSamplingRuleCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateSamplingRuleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a rule to control sampling behavior for instrumented applications. Services
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteGroupRequest, DeleteGroupResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteGroupCommandInput extends DeleteGroupRequest {
|
|
|
22
22
|
export interface DeleteGroupCommandOutput extends DeleteGroupResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteGroupCommand_base: {
|
|
25
|
-
new (input: DeleteGroupCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DeleteGroupCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a group resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteResourcePolicyRequest, DeleteResourcePolicyResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRe
|
|
|
22
22
|
export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteResourcePolicyCommand_base: {
|
|
25
|
-
new (input: DeleteResourcePolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteResourcePolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a resource policy from the target Amazon Web Services account.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteSamplingRuleRequest, DeleteSamplingRuleResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteSamplingRuleCommandInput extends DeleteSamplingRuleReques
|
|
|
22
22
|
export interface DeleteSamplingRuleCommandOutput extends DeleteSamplingRuleResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteSamplingRuleCommand_base: {
|
|
25
|
-
new (input: DeleteSamplingRuleCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DeleteSamplingRuleCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a sampling rule.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetEncryptionConfigRequest, GetEncryptionConfigResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
@@ -22,9 +22,11 @@ export interface GetEncryptionConfigCommandInput extends GetEncryptionConfigRequ
|
|
|
22
22
|
export interface GetEncryptionConfigCommandOutput extends GetEncryptionConfigResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetEncryptionConfigCommand_base: {
|
|
25
|
-
new (input: GetEncryptionConfigCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetEncryptionConfigCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the current encryption configuration for X-Ray data.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetGroupRequest, GetGroupResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
@@ -22,9 +22,11 @@ export interface GetGroupCommandInput extends GetGroupRequest {
|
|
|
22
22
|
export interface GetGroupCommandOutput extends GetGroupResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetGroupCommand_base: {
|
|
25
|
-
new (input: GetGroupCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetGroupCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves group resource details.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetGroupsRequest, GetGroupsResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
@@ -22,9 +22,11 @@ export interface GetGroupsCommandInput extends GetGroupsRequest {
|
|
|
22
22
|
export interface GetGroupsCommandOutput extends GetGroupsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetGroupsCommand_base: {
|
|
25
|
-
new (input: GetGroupsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetGroupsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves all active group details.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetIndexingRulesRequest, GetIndexingRulesResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
@@ -22,9 +22,11 @@ export interface GetIndexingRulesCommandInput extends GetIndexingRulesRequest {
|
|
|
22
22
|
export interface GetIndexingRulesCommandOutput extends GetIndexingRulesResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetIndexingRulesCommand_base: {
|
|
25
|
-
new (input: GetIndexingRulesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetIndexingRulesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetInsightRequest, GetInsightResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
@@ -22,9 +22,11 @@ export interface GetInsightCommandInput extends GetInsightRequest {
|
|
|
22
22
|
export interface GetInsightCommandOutput extends GetInsightResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetInsightCommand_base: {
|
|
25
|
-
new (input: GetInsightCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetInsightCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the summary information of an insight. This includes impact to clients and
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetInsightEventsRequest, GetInsightEventsResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
@@ -22,9 +22,11 @@ export interface GetInsightEventsCommandInput extends GetInsightEventsRequest {
|
|
|
22
22
|
export interface GetInsightEventsCommandOutput extends GetInsightEventsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetInsightEventsCommand_base: {
|
|
25
|
-
new (input: GetInsightEventsCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetInsightEventsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>X-Ray reevaluates insights periodically until they're resolved, and records each intermediate state as an
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetInsightImpactGraphRequest, GetInsightImpactGraphResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
@@ -22,9 +22,11 @@ export interface GetInsightImpactGraphCommandInput extends GetInsightImpactGraph
|
|
|
22
22
|
export interface GetInsightImpactGraphCommandOutput extends GetInsightImpactGraphResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetInsightImpactGraphCommand_base: {
|
|
25
|
-
new (input: GetInsightImpactGraphCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetInsightImpactGraphCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a service graph structure filtered by the specified insight. The service graph is limited to only
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetInsightSummariesRequest, GetInsightSummariesResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
@@ -22,9 +22,11 @@ export interface GetInsightSummariesCommandInput extends GetInsightSummariesRequ
|
|
|
22
22
|
export interface GetInsightSummariesCommandOutput extends GetInsightSummariesResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetInsightSummariesCommand_base: {
|
|
25
|
-
new (input: GetInsightSummariesCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetInsightSummariesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the summaries of all insights in the specified group matching the provided filter values.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetRetrievedTracesGraphRequest, GetRetrievedTracesGraphResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
@@ -22,9 +22,11 @@ export interface GetRetrievedTracesGraphCommandInput extends GetRetrievedTracesG
|
|
|
22
22
|
export interface GetRetrievedTracesGraphCommandOutput extends GetRetrievedTracesGraphResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetRetrievedTracesGraphCommand_base: {
|
|
25
|
-
new (input: GetRetrievedTracesGraphCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetRetrievedTracesGraphCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetSamplingRulesRequest, GetSamplingRulesResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
@@ -22,9 +22,11 @@ export interface GetSamplingRulesCommandInput extends GetSamplingRulesRequest {
|
|
|
22
22
|
export interface GetSamplingRulesCommandOutput extends GetSamplingRulesResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetSamplingRulesCommand_base: {
|
|
25
|
-
new (input: GetSamplingRulesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetSamplingRulesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves all sampling rules.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetSamplingStatisticSummariesRequest, GetSamplingStatisticSummariesResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
@@ -22,9 +22,11 @@ export interface GetSamplingStatisticSummariesCommandInput extends GetSamplingSt
|
|
|
22
22
|
export interface GetSamplingStatisticSummariesCommandOutput extends GetSamplingStatisticSummariesResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetSamplingStatisticSummariesCommand_base: {
|
|
25
|
-
new (input: GetSamplingStatisticSummariesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetSamplingStatisticSummariesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves information about recent sampling results for all sampling rules.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetSamplingTargetsRequest, GetSamplingTargetsResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
@@ -22,9 +22,11 @@ export interface GetSamplingTargetsCommandInput extends GetSamplingTargetsReques
|
|
|
22
22
|
export interface GetSamplingTargetsCommandOutput extends GetSamplingTargetsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetSamplingTargetsCommand_base: {
|
|
25
|
-
new (input: GetSamplingTargetsCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetSamplingTargetsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Requests a sampling quota for rules that the service is using to sample requests.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetServiceGraphRequest, GetServiceGraphResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
@@ -22,9 +22,11 @@ export interface GetServiceGraphCommandInput extends GetServiceGraphRequest {
|
|
|
22
22
|
export interface GetServiceGraphCommandOutput extends GetServiceGraphResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetServiceGraphCommand_base: {
|
|
25
|
-
new (input: GetServiceGraphCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetServiceGraphCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a document that describes services that process incoming requests, and
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetTimeSeriesServiceStatisticsRequest, GetTimeSeriesServiceStatisticsResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
@@ -22,9 +22,11 @@ export interface GetTimeSeriesServiceStatisticsCommandInput extends GetTimeSerie
|
|
|
22
22
|
export interface GetTimeSeriesServiceStatisticsCommandOutput extends GetTimeSeriesServiceStatisticsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetTimeSeriesServiceStatisticsCommand_base: {
|
|
25
|
-
new (input: GetTimeSeriesServiceStatisticsCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetTimeSeriesServiceStatisticsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get an aggregation of service statistics defined by a specific time
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetTraceGraphRequest, GetTraceGraphResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
@@ -22,9 +22,11 @@ export interface GetTraceGraphCommandInput extends GetTraceGraphRequest {
|
|
|
22
22
|
export interface GetTraceGraphCommandOutput extends GetTraceGraphResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetTraceGraphCommand_base: {
|
|
25
|
-
new (input: GetTraceGraphCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetTraceGraphCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a service graph for one or more specific trace IDs.</p>
|