@aws-sdk/client-xray 3.47.1 → 3.50.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/CHANGELOG.md +32 -0
- package/package.json +39 -33
- package/dist-types/ts3.4/XRay.d.ts +0 -140
- package/dist-types/ts3.4/XRayClient.d.ts +0 -100
- package/dist-types/ts3.4/commands/BatchGetTracesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSamplingRuleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteSamplingRuleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetEncryptionConfigCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetGroupsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetInsightCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetInsightEventsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetInsightImpactGraphCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetInsightSummariesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetSamplingRulesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetSamplingStatisticSummariesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetSamplingTargetsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetServiceGraphCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetTraceGraphCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetTraceSummariesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PutEncryptionConfigCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PutTelemetryRecordsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PutTraceSegmentsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateSamplingRuleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -27
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -5
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -1530
- package/dist-types/ts3.4/pagination/BatchGetTracesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetGroupsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetInsightEventsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetInsightSummariesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetSamplingRulesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetSamplingStatisticSummariesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetServiceGraphPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetTimeSeriesServiceStatisticsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetTraceGraphPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetTraceSummariesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/index.d.ts +0 -11
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -83
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { BatchGetTracesCommandInput, BatchGetTracesCommandOutput } from "../commands/BatchGetTracesCommand";
|
|
3
|
-
import { XRayPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateBatchGetTraces(config: XRayPaginationConfiguration, input: BatchGetTracesCommandInput, ...additionalArguments: any): Paginator<BatchGetTracesCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { GetGroupsCommandInput, GetGroupsCommandOutput } from "../commands/GetGroupsCommand";
|
|
3
|
-
import { XRayPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateGetGroups(config: XRayPaginationConfiguration, input: GetGroupsCommandInput, ...additionalArguments: any): Paginator<GetGroupsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { GetInsightEventsCommandInput, GetInsightEventsCommandOutput } from "../commands/GetInsightEventsCommand";
|
|
3
|
-
import { XRayPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateGetInsightEvents(config: XRayPaginationConfiguration, input: GetInsightEventsCommandInput, ...additionalArguments: any): Paginator<GetInsightEventsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { GetInsightSummariesCommandInput, GetInsightSummariesCommandOutput } from "../commands/GetInsightSummariesCommand";
|
|
3
|
-
import { XRayPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateGetInsightSummaries(config: XRayPaginationConfiguration, input: GetInsightSummariesCommandInput, ...additionalArguments: any): Paginator<GetInsightSummariesCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { GetSamplingRulesCommandInput, GetSamplingRulesCommandOutput } from "../commands/GetSamplingRulesCommand";
|
|
3
|
-
import { XRayPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateGetSamplingRules(config: XRayPaginationConfiguration, input: GetSamplingRulesCommandInput, ...additionalArguments: any): Paginator<GetSamplingRulesCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { GetSamplingStatisticSummariesCommandInput, GetSamplingStatisticSummariesCommandOutput } from "../commands/GetSamplingStatisticSummariesCommand";
|
|
3
|
-
import { XRayPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateGetSamplingStatisticSummaries(config: XRayPaginationConfiguration, input: GetSamplingStatisticSummariesCommandInput, ...additionalArguments: any): Paginator<GetSamplingStatisticSummariesCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { GetServiceGraphCommandInput, GetServiceGraphCommandOutput } from "../commands/GetServiceGraphCommand";
|
|
3
|
-
import { XRayPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateGetServiceGraph(config: XRayPaginationConfiguration, input: GetServiceGraphCommandInput, ...additionalArguments: any): Paginator<GetServiceGraphCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { GetTimeSeriesServiceStatisticsCommandInput, GetTimeSeriesServiceStatisticsCommandOutput } from "../commands/GetTimeSeriesServiceStatisticsCommand";
|
|
3
|
-
import { XRayPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateGetTimeSeriesServiceStatistics(config: XRayPaginationConfiguration, input: GetTimeSeriesServiceStatisticsCommandInput, ...additionalArguments: any): Paginator<GetTimeSeriesServiceStatisticsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { GetTraceGraphCommandInput, GetTraceGraphCommandOutput } from "../commands/GetTraceGraphCommand";
|
|
3
|
-
import { XRayPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateGetTraceGraph(config: XRayPaginationConfiguration, input: GetTraceGraphCommandInput, ...additionalArguments: any): Paginator<GetTraceGraphCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { GetTraceSummariesCommandInput, GetTraceSummariesCommandOutput } from "../commands/GetTraceSummariesCommand";
|
|
3
|
-
import { XRayPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateGetTraceSummaries(config: XRayPaginationConfiguration, input: GetTraceSummariesCommandInput, ...additionalArguments: any): Paginator<GetTraceSummariesCommandOutput>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export * from "./BatchGetTracesPaginator";
|
|
2
|
-
export * from "./GetGroupsPaginator";
|
|
3
|
-
export * from "./GetInsightEventsPaginator";
|
|
4
|
-
export * from "./GetInsightSummariesPaginator";
|
|
5
|
-
export * from "./GetSamplingRulesPaginator";
|
|
6
|
-
export * from "./GetSamplingStatisticSummariesPaginator";
|
|
7
|
-
export * from "./GetServiceGraphPaginator";
|
|
8
|
-
export * from "./GetTimeSeriesServiceStatisticsPaginator";
|
|
9
|
-
export * from "./GetTraceGraphPaginator";
|
|
10
|
-
export * from "./GetTraceSummariesPaginator";
|
|
11
|
-
export * from "./Interfaces";
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
-
import { BatchGetTracesCommandInput, BatchGetTracesCommandOutput } from "../commands/BatchGetTracesCommand";
|
|
4
|
-
import { CreateGroupCommandInput, CreateGroupCommandOutput } from "../commands/CreateGroupCommand";
|
|
5
|
-
import { CreateSamplingRuleCommandInput, CreateSamplingRuleCommandOutput } from "../commands/CreateSamplingRuleCommand";
|
|
6
|
-
import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "../commands/DeleteGroupCommand";
|
|
7
|
-
import { DeleteSamplingRuleCommandInput, DeleteSamplingRuleCommandOutput } from "../commands/DeleteSamplingRuleCommand";
|
|
8
|
-
import { GetEncryptionConfigCommandInput, GetEncryptionConfigCommandOutput } from "../commands/GetEncryptionConfigCommand";
|
|
9
|
-
import { GetGroupCommandInput, GetGroupCommandOutput } from "../commands/GetGroupCommand";
|
|
10
|
-
import { GetGroupsCommandInput, GetGroupsCommandOutput } from "../commands/GetGroupsCommand";
|
|
11
|
-
import { GetInsightCommandInput, GetInsightCommandOutput } from "../commands/GetInsightCommand";
|
|
12
|
-
import { GetInsightEventsCommandInput, GetInsightEventsCommandOutput } from "../commands/GetInsightEventsCommand";
|
|
13
|
-
import { GetInsightImpactGraphCommandInput, GetInsightImpactGraphCommandOutput } from "../commands/GetInsightImpactGraphCommand";
|
|
14
|
-
import { GetInsightSummariesCommandInput, GetInsightSummariesCommandOutput } from "../commands/GetInsightSummariesCommand";
|
|
15
|
-
import { GetSamplingRulesCommandInput, GetSamplingRulesCommandOutput } from "../commands/GetSamplingRulesCommand";
|
|
16
|
-
import { GetSamplingStatisticSummariesCommandInput, GetSamplingStatisticSummariesCommandOutput } from "../commands/GetSamplingStatisticSummariesCommand";
|
|
17
|
-
import { GetSamplingTargetsCommandInput, GetSamplingTargetsCommandOutput } from "../commands/GetSamplingTargetsCommand";
|
|
18
|
-
import { GetServiceGraphCommandInput, GetServiceGraphCommandOutput } from "../commands/GetServiceGraphCommand";
|
|
19
|
-
import { GetTimeSeriesServiceStatisticsCommandInput, GetTimeSeriesServiceStatisticsCommandOutput } from "../commands/GetTimeSeriesServiceStatisticsCommand";
|
|
20
|
-
import { GetTraceGraphCommandInput, GetTraceGraphCommandOutput } from "../commands/GetTraceGraphCommand";
|
|
21
|
-
import { GetTraceSummariesCommandInput, GetTraceSummariesCommandOutput } from "../commands/GetTraceSummariesCommand";
|
|
22
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
23
|
-
import { PutEncryptionConfigCommandInput, PutEncryptionConfigCommandOutput } from "../commands/PutEncryptionConfigCommand";
|
|
24
|
-
import { PutTelemetryRecordsCommandInput, PutTelemetryRecordsCommandOutput } from "../commands/PutTelemetryRecordsCommand";
|
|
25
|
-
import { PutTraceSegmentsCommandInput, PutTraceSegmentsCommandOutput } from "../commands/PutTraceSegmentsCommand";
|
|
26
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
27
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
28
|
-
import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "../commands/UpdateGroupCommand";
|
|
29
|
-
import { UpdateSamplingRuleCommandInput, UpdateSamplingRuleCommandOutput } from "../commands/UpdateSamplingRuleCommand";
|
|
30
|
-
export declare const serializeAws_restJson1BatchGetTracesCommand: (input: BatchGetTracesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
31
|
-
export declare const serializeAws_restJson1CreateGroupCommand: (input: CreateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
32
|
-
export declare const serializeAws_restJson1CreateSamplingRuleCommand: (input: CreateSamplingRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
33
|
-
export declare const serializeAws_restJson1DeleteGroupCommand: (input: DeleteGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
|
-
export declare const serializeAws_restJson1DeleteSamplingRuleCommand: (input: DeleteSamplingRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
|
-
export declare const serializeAws_restJson1GetEncryptionConfigCommand: (input: GetEncryptionConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
|
-
export declare const serializeAws_restJson1GetGroupCommand: (input: GetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
|
-
export declare const serializeAws_restJson1GetGroupsCommand: (input: GetGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
|
-
export declare const serializeAws_restJson1GetInsightCommand: (input: GetInsightCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
-
export declare const serializeAws_restJson1GetInsightEventsCommand: (input: GetInsightEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
|
-
export declare const serializeAws_restJson1GetInsightImpactGraphCommand: (input: GetInsightImpactGraphCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
|
-
export declare const serializeAws_restJson1GetInsightSummariesCommand: (input: GetInsightSummariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
-
export declare const serializeAws_restJson1GetSamplingRulesCommand: (input: GetSamplingRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
-
export declare const serializeAws_restJson1GetSamplingStatisticSummariesCommand: (input: GetSamplingStatisticSummariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
-
export declare const serializeAws_restJson1GetSamplingTargetsCommand: (input: GetSamplingTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
-
export declare const serializeAws_restJson1GetServiceGraphCommand: (input: GetServiceGraphCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
-
export declare const serializeAws_restJson1GetTimeSeriesServiceStatisticsCommand: (input: GetTimeSeriesServiceStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
-
export declare const serializeAws_restJson1GetTraceGraphCommand: (input: GetTraceGraphCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
|
-
export declare const serializeAws_restJson1GetTraceSummariesCommand: (input: GetTraceSummariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
-
export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
-
export declare const serializeAws_restJson1PutEncryptionConfigCommand: (input: PutEncryptionConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
-
export declare const serializeAws_restJson1PutTelemetryRecordsCommand: (input: PutTelemetryRecordsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
-
export declare const serializeAws_restJson1PutTraceSegmentsCommand: (input: PutTraceSegmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
-
export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
-
export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
-
export declare const serializeAws_restJson1UpdateGroupCommand: (input: UpdateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
|
-
export declare const serializeAws_restJson1UpdateSamplingRuleCommand: (input: UpdateSamplingRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
-
export declare const deserializeAws_restJson1BatchGetTracesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetTracesCommandOutput>;
|
|
58
|
-
export declare const deserializeAws_restJson1CreateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGroupCommandOutput>;
|
|
59
|
-
export declare const deserializeAws_restJson1CreateSamplingRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSamplingRuleCommandOutput>;
|
|
60
|
-
export declare const deserializeAws_restJson1DeleteGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGroupCommandOutput>;
|
|
61
|
-
export declare const deserializeAws_restJson1DeleteSamplingRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSamplingRuleCommandOutput>;
|
|
62
|
-
export declare const deserializeAws_restJson1GetEncryptionConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEncryptionConfigCommandOutput>;
|
|
63
|
-
export declare const deserializeAws_restJson1GetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupCommandOutput>;
|
|
64
|
-
export declare const deserializeAws_restJson1GetGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupsCommandOutput>;
|
|
65
|
-
export declare const deserializeAws_restJson1GetInsightCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInsightCommandOutput>;
|
|
66
|
-
export declare const deserializeAws_restJson1GetInsightEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInsightEventsCommandOutput>;
|
|
67
|
-
export declare const deserializeAws_restJson1GetInsightImpactGraphCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInsightImpactGraphCommandOutput>;
|
|
68
|
-
export declare const deserializeAws_restJson1GetInsightSummariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInsightSummariesCommandOutput>;
|
|
69
|
-
export declare const deserializeAws_restJson1GetSamplingRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSamplingRulesCommandOutput>;
|
|
70
|
-
export declare const deserializeAws_restJson1GetSamplingStatisticSummariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSamplingStatisticSummariesCommandOutput>;
|
|
71
|
-
export declare const deserializeAws_restJson1GetSamplingTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSamplingTargetsCommandOutput>;
|
|
72
|
-
export declare const deserializeAws_restJson1GetServiceGraphCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceGraphCommandOutput>;
|
|
73
|
-
export declare const deserializeAws_restJson1GetTimeSeriesServiceStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTimeSeriesServiceStatisticsCommandOutput>;
|
|
74
|
-
export declare const deserializeAws_restJson1GetTraceGraphCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTraceGraphCommandOutput>;
|
|
75
|
-
export declare const deserializeAws_restJson1GetTraceSummariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTraceSummariesCommandOutput>;
|
|
76
|
-
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
77
|
-
export declare const deserializeAws_restJson1PutEncryptionConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutEncryptionConfigCommandOutput>;
|
|
78
|
-
export declare const deserializeAws_restJson1PutTelemetryRecordsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutTelemetryRecordsCommandOutput>;
|
|
79
|
-
export declare const deserializeAws_restJson1PutTraceSegmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutTraceSegmentsCommandOutput>;
|
|
80
|
-
export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
81
|
-
export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
82
|
-
export declare const deserializeAws_restJson1UpdateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGroupCommandOutput>;
|
|
83
|
-
export declare const deserializeAws_restJson1UpdateSamplingRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSamplingRuleCommandOutput>;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
-
import { XRayClientConfig } from "./XRayClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: XRayClientConfig) => {
|
|
5
|
-
runtime: string;
|
|
6
|
-
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
-
region: string | import("@aws-sdk/types").Provider<any>;
|
|
14
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
-
apiVersion: string;
|
|
23
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
-
disableHostPrefix: boolean;
|
|
25
|
-
logger: import("@aws-sdk/types").Logger;
|
|
26
|
-
serviceId: string;
|
|
27
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
-
tls?: boolean | undefined;
|
|
30
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
-
signingEscapePath?: boolean | undefined;
|
|
34
|
-
systemClockOffset?: number | undefined;
|
|
35
|
-
signingRegion?: string | undefined;
|
|
36
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
-
};
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
-
import { XRayClientConfig } from "./XRayClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: XRayClientConfig) => {
|
|
5
|
-
runtime: string;
|
|
6
|
-
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
-
region: string | import("@aws-sdk/types").Provider<string>;
|
|
14
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
-
apiVersion: string;
|
|
23
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
-
disableHostPrefix: boolean;
|
|
25
|
-
logger: import("@aws-sdk/types").Logger;
|
|
26
|
-
serviceId: string;
|
|
27
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
-
tls?: boolean | undefined;
|
|
30
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
-
signingEscapePath?: boolean | undefined;
|
|
34
|
-
systemClockOffset?: number | undefined;
|
|
35
|
-
signingRegion?: string | undefined;
|
|
36
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
-
};
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { XRayClientConfig } from "./XRayClient";
|
|
2
|
-
|
|
3
|
-
export declare const getRuntimeConfig: (config: XRayClientConfig) => {
|
|
4
|
-
runtime: string;
|
|
5
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
6
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
7
|
-
apiVersion: string;
|
|
8
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
9
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
11
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
12
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
13
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
-
disableHostPrefix: boolean;
|
|
16
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
|
-
logger: import("@aws-sdk/types").Logger;
|
|
19
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
|
-
serviceId: string;
|
|
22
|
-
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
-
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
27
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
-
tls?: boolean | undefined;
|
|
29
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
-
signingEscapePath?: boolean | undefined;
|
|
33
|
-
systemClockOffset?: number | undefined;
|
|
34
|
-
signingRegion?: string | undefined;
|
|
35
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
|
-
import { XRayClientConfig } from "./XRayClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: XRayClientConfig) => {
|
|
5
|
-
apiVersion: string;
|
|
6
|
-
disableHostPrefix: boolean;
|
|
7
|
-
logger: __Logger;
|
|
8
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
9
|
-
serviceId: string;
|
|
10
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
-
};
|