import { HostHeaderInputConfig, HostHeaderResolvedConfig, UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/core/client"; import { DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client, } from "@smithy/core/client"; import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config"; import { EndpointInputConfig, EndpointResolvedConfig, } from "@smithy/core/endpoints"; import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols"; import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry"; import { 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"; import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig, } from "./auth/httpAuthSchemeProvider"; import { BatchGetTracesCommandInput, BatchGetTracesCommandOutput, } from "./commands/BatchGetTracesCommand"; import { CancelTraceRetrievalCommandInput, CancelTraceRetrievalCommandOutput, } from "./commands/CancelTraceRetrievalCommand"; import { CreateGroupCommandInput, CreateGroupCommandOutput, } from "./commands/CreateGroupCommand"; import { CreateSamplingRuleCommandInput, CreateSamplingRuleCommandOutput, } from "./commands/CreateSamplingRuleCommand"; import { DeleteGroupCommandInput, DeleteGroupCommandOutput, } from "./commands/DeleteGroupCommand"; import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, } from "./commands/DeleteResourcePolicyCommand"; import { DeleteSamplingRuleCommandInput, DeleteSamplingRuleCommandOutput, } from "./commands/DeleteSamplingRuleCommand"; import { GetEncryptionConfigCommandInput, GetEncryptionConfigCommandOutput, } from "./commands/GetEncryptionConfigCommand"; import { GetGroupCommandInput, GetGroupCommandOutput, } from "./commands/GetGroupCommand"; import { GetGroupsCommandInput, GetGroupsCommandOutput, } from "./commands/GetGroupsCommand"; import { GetIndexingRulesCommandInput, GetIndexingRulesCommandOutput, } from "./commands/GetIndexingRulesCommand"; import { GetInsightCommandInput, GetInsightCommandOutput, } from "./commands/GetInsightCommand"; import { GetInsightEventsCommandInput, GetInsightEventsCommandOutput, } from "./commands/GetInsightEventsCommand"; import { GetInsightImpactGraphCommandInput, GetInsightImpactGraphCommandOutput, } from "./commands/GetInsightImpactGraphCommand"; import { GetInsightSummariesCommandInput, GetInsightSummariesCommandOutput, } from "./commands/GetInsightSummariesCommand"; import { GetRetrievedTracesGraphCommandInput, GetRetrievedTracesGraphCommandOutput, } from "./commands/GetRetrievedTracesGraphCommand"; import { GetSamplingRulesCommandInput, GetSamplingRulesCommandOutput, } from "./commands/GetSamplingRulesCommand"; import { GetSamplingStatisticSummariesCommandInput, GetSamplingStatisticSummariesCommandOutput, } from "./commands/GetSamplingStatisticSummariesCommand"; import { GetSamplingTargetsCommandInput, GetSamplingTargetsCommandOutput, } from "./commands/GetSamplingTargetsCommand"; import { GetServiceGraphCommandInput, GetServiceGraphCommandOutput, } from "./commands/GetServiceGraphCommand"; import { GetTimeSeriesServiceStatisticsCommandInput, GetTimeSeriesServiceStatisticsCommandOutput, } from "./commands/GetTimeSeriesServiceStatisticsCommand"; import { GetTraceGraphCommandInput, GetTraceGraphCommandOutput, } from "./commands/GetTraceGraphCommand"; import { GetTraceSegmentDestinationCommandInput, GetTraceSegmentDestinationCommandOutput, } from "./commands/GetTraceSegmentDestinationCommand"; import { GetTraceSummariesCommandInput, GetTraceSummariesCommandOutput, } from "./commands/GetTraceSummariesCommand"; import { ListResourcePoliciesCommandInput, ListResourcePoliciesCommandOutput, } from "./commands/ListResourcePoliciesCommand"; import { ListRetrievedTracesCommandInput, ListRetrievedTracesCommandOutput, } from "./commands/ListRetrievedTracesCommand"; import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, } from "./commands/ListTagsForResourceCommand"; import { PutEncryptionConfigCommandInput, PutEncryptionConfigCommandOutput, } from "./commands/PutEncryptionConfigCommand"; import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, } from "./commands/PutResourcePolicyCommand"; import { PutTelemetryRecordsCommandInput, PutTelemetryRecordsCommandOutput, } from "./commands/PutTelemetryRecordsCommand"; import { PutTraceSegmentsCommandInput, PutTraceSegmentsCommandOutput, } from "./commands/PutTraceSegmentsCommand"; import { StartTraceRetrievalCommandInput, StartTraceRetrievalCommandOutput, } from "./commands/StartTraceRetrievalCommand"; import { TagResourceCommandInput, TagResourceCommandOutput, } from "./commands/TagResourceCommand"; import { UntagResourceCommandInput, UntagResourceCommandOutput, } from "./commands/UntagResourceCommand"; import { UpdateGroupCommandInput, UpdateGroupCommandOutput, } from "./commands/UpdateGroupCommand"; import { UpdateIndexingRuleCommandInput, UpdateIndexingRuleCommandOutput, } from "./commands/UpdateIndexingRuleCommand"; import { UpdateSamplingRuleCommandInput, UpdateSamplingRuleCommandOutput, } from "./commands/UpdateSamplingRuleCommand"; import { UpdateTraceSegmentDestinationCommandInput, UpdateTraceSegmentDestinationCommandOutput, } from "./commands/UpdateTraceSegmentDestinationCommand"; import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters, } from "./endpoint/EndpointParameters"; import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions"; export { __Client }; export type ServiceInputTypes = | BatchGetTracesCommandInput | CancelTraceRetrievalCommandInput | CreateGroupCommandInput | CreateSamplingRuleCommandInput | DeleteGroupCommandInput | DeleteResourcePolicyCommandInput | DeleteSamplingRuleCommandInput | GetEncryptionConfigCommandInput | GetGroupCommandInput | GetGroupsCommandInput | GetIndexingRulesCommandInput | GetInsightCommandInput | GetInsightEventsCommandInput | GetInsightImpactGraphCommandInput | GetInsightSummariesCommandInput | GetRetrievedTracesGraphCommandInput | GetSamplingRulesCommandInput | GetSamplingStatisticSummariesCommandInput | GetSamplingTargetsCommandInput | GetServiceGraphCommandInput | GetTimeSeriesServiceStatisticsCommandInput | GetTraceGraphCommandInput | GetTraceSegmentDestinationCommandInput | GetTraceSummariesCommandInput | ListResourcePoliciesCommandInput | ListRetrievedTracesCommandInput | ListTagsForResourceCommandInput | PutEncryptionConfigCommandInput | PutResourcePolicyCommandInput | PutTelemetryRecordsCommandInput | PutTraceSegmentsCommandInput | StartTraceRetrievalCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateGroupCommandInput | UpdateIndexingRuleCommandInput | UpdateSamplingRuleCommandInput | UpdateTraceSegmentDestinationCommandInput; export type ServiceOutputTypes = | BatchGetTracesCommandOutput | CancelTraceRetrievalCommandOutput | CreateGroupCommandOutput | CreateSamplingRuleCommandOutput | DeleteGroupCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSamplingRuleCommandOutput | GetEncryptionConfigCommandOutput | GetGroupCommandOutput | GetGroupsCommandOutput | GetIndexingRulesCommandOutput | GetInsightCommandOutput | GetInsightEventsCommandOutput | GetInsightImpactGraphCommandOutput | GetInsightSummariesCommandOutput | GetRetrievedTracesGraphCommandOutput | GetSamplingRulesCommandOutput | GetSamplingStatisticSummariesCommandOutput | GetSamplingTargetsCommandOutput | GetServiceGraphCommandOutput | GetTimeSeriesServiceStatisticsCommandOutput | GetTraceGraphCommandOutput | GetTraceSegmentDestinationCommandOutput | GetTraceSummariesCommandOutput | ListResourcePoliciesCommandOutput | ListRetrievedTracesCommandOutput | ListTagsForResourceCommandOutput | PutEncryptionConfigCommandOutput | PutResourcePolicyCommandOutput | PutTelemetryRecordsCommandOutput | PutTraceSegmentsCommandOutput | StartTraceRetrievalCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateGroupCommandOutput | UpdateIndexingRuleCommandOutput | UpdateSamplingRuleCommandOutput | UpdateTraceSegmentDestinationCommandOutput; export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> { requestHandler?: __HttpHandlerUserInput; sha256?: __ChecksumConstructor | __HashConstructor; urlParser?: __UrlParser; bodyLengthChecker?: __BodyLengthCalculator; streamCollector?: __StreamCollector; base64Decoder?: __Decoder; base64Encoder?: __Encoder; utf8Decoder?: __Decoder; utf8Encoder?: __Encoder; runtime?: string; disableHostPrefix?: boolean; serviceId?: string; useDualstackEndpoint?: boolean | __Provider; useFipsEndpoint?: boolean | __Provider; region?: string | __Provider; profile?: string; defaultUserAgentProvider?: __Provider<__UserAgent>; credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider; maxAttempts?: number | __Provider; retryMode?: string | __Provider; logger?: __Logger; extensions?: RuntimeExtension[]; defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } export type XRayClientConfigType = Partial< __SmithyConfiguration<__HttpHandlerOptions> > & ClientDefaults & UserAgentInputConfig & RetryInputConfig & RegionInputConfig & HostHeaderInputConfig & EndpointInputConfig & HttpAuthSchemeInputConfig & ClientInputEndpointParameters; export interface XRayClientConfig extends XRayClientConfigType {} export type XRayClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RuntimeExtensionsConfig & UserAgentResolvedConfig & RetryResolvedConfig & RegionResolvedConfig & HostHeaderResolvedConfig & EndpointResolvedConfig & HttpAuthSchemeResolvedConfig & ClientResolvedEndpointParameters; export interface XRayClientResolvedConfig extends XRayClientResolvedConfigType {} export declare class XRayClient extends __Client< __HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig > { readonly config: XRayClientResolvedConfig; constructor( ...[configuration]: __CheckOptionalClientConfig ); destroy(): void; }