@aws-sdk/client-xray 3.952.0 → 3.953.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +639 -432
- package/dist-cjs/runtimeConfig.shared.js +6 -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/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +389 -374
- package/dist-types/XRayClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +193 -249
- package/dist-types/ts3.4/XRayClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +192 -250
- package/package.json +34 -34
|
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { BatchGetTracesCommandInput, BatchGetTracesCommandOutput } from "./commands/BatchGetTracesCommand";
|
|
11
11
|
import { CancelTraceRetrievalCommandInput, CancelTraceRetrievalCommandOutput } from "./commands/CancelTraceRetrievalCommand";
|
|
@@ -179,15 +179,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
179
179
|
* Optional extensions
|
|
180
180
|
*/
|
|
181
181
|
extensions?: RuntimeExtension[];
|
|
182
|
-
/**
|
|
183
|
-
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
184
|
-
* may be overridden. A default will always be set by the client.
|
|
185
|
-
* Available options depend on the service's supported protocols and will not be validated by
|
|
186
|
-
* the client.
|
|
187
|
-
* @alpha
|
|
188
|
-
*
|
|
189
|
-
*/
|
|
190
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
191
182
|
/**
|
|
192
183
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
193
184
|
*/
|
package/dist-types/index.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
10
10
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
11
11
|
export type { XRayExtensionConfiguration } from "./extensionConfiguration";
|
|
12
12
|
export * from "./commands";
|
|
13
|
+
export * from "./schemas/schemas_0";
|
|
13
14
|
export * from "./pagination";
|
|
14
15
|
export * from "./models/enums";
|
|
15
16
|
export * from "./models/errors";
|
|
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: XRayClientConfig) => {
|
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
18
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
19
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
20
|
-
apiVersion: string;
|
|
21
20
|
cacheMiddleware?: boolean | undefined;
|
|
21
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
22
|
+
protocolSettings: {
|
|
23
|
+
defaultNamespace?: string;
|
|
24
|
+
[setting: string]: unknown;
|
|
25
|
+
};
|
|
26
|
+
apiVersion: string;
|
|
22
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
23
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
24
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: XRayClientConfig) => {
|
|
|
29
34
|
profile?: string;
|
|
30
35
|
logger: import("@smithy/types").Logger;
|
|
31
36
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
33
37
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
34
38
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
35
39
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: XRayClientConfig) => {
|
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
21
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
22
|
-
apiVersion: string;
|
|
23
22
|
cacheMiddleware?: boolean | undefined;
|
|
23
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
24
|
+
protocolSettings: {
|
|
25
|
+
defaultNamespace?: string;
|
|
26
|
+
[setting: string]: unknown;
|
|
27
|
+
};
|
|
28
|
+
apiVersion: string;
|
|
24
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
26
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: XRayClientConfig) => {
|
|
|
31
36
|
profile?: string;
|
|
32
37
|
logger: import("@smithy/types").Logger;
|
|
33
38
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
35
39
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
36
40
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
37
41
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: XRayClientConfig) => {
|
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
8
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
|
-
apiVersion: string;
|
|
10
9
|
cacheMiddleware?: boolean;
|
|
10
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
11
|
+
protocolSettings: {
|
|
12
|
+
defaultNamespace?: string;
|
|
13
|
+
[setting: string]: unknown;
|
|
14
|
+
};
|
|
15
|
+
apiVersion: string;
|
|
11
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
12
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
13
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: XRayClientConfig) => {
|
|
|
27
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
33
|
logger: import("@smithy/types").Logger;
|
|
29
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
31
35
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
32
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import type { XRayClientConfig } from "./XRayClient";
|
|
2
3
|
/**
|
|
3
4
|
* @internal
|
|
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: XRayClientConfig) => {
|
|
|
14
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").XRayHttpAuthSchemeProvider;
|
|
15
16
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
17
|
logger: import("@smithy/types").Logger;
|
|
17
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").
|
|
18
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsRestJsonProtocol;
|
|
19
|
+
protocolSettings: {
|
|
20
|
+
[setting: string]: unknown;
|
|
21
|
+
defaultNamespace?: string;
|
|
22
|
+
};
|
|
18
23
|
serviceId: string;
|
|
19
24
|
urlParser: import("@smithy/types").UrlParser;
|
|
20
25
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -1,249 +1,193 @@
|
|
|
1
|
-
import type { StaticErrorSchema,
|
|
2
|
-
export declare var Alias
|
|
3
|
-
export declare var AnomalousService
|
|
4
|
-
export declare var AvailabilityZoneDetail
|
|
5
|
-
export declare var BackendConnectionErrors
|
|
6
|
-
export declare var BatchGetTracesRequest
|
|
7
|
-
export declare var BatchGetTracesResult
|
|
8
|
-
export declare var CancelTraceRetrievalRequest
|
|
9
|
-
export declare var CancelTraceRetrievalResult
|
|
10
|
-
export declare var CreateGroupRequest
|
|
11
|
-
export declare var CreateGroupResult
|
|
12
|
-
export declare var CreateSamplingRuleRequest
|
|
13
|
-
export declare var CreateSamplingRuleResult
|
|
14
|
-
export declare var DeleteGroupRequest
|
|
15
|
-
export declare var DeleteGroupResult
|
|
16
|
-
export declare var DeleteResourcePolicyRequest
|
|
17
|
-
export declare var DeleteResourcePolicyResult
|
|
18
|
-
export declare var DeleteSamplingRuleRequest
|
|
19
|
-
export declare var DeleteSamplingRuleResult
|
|
20
|
-
export declare var Edge
|
|
21
|
-
export declare var EdgeStatistics
|
|
22
|
-
export declare var EncryptionConfig
|
|
23
|
-
export declare var ErrorRootCause
|
|
24
|
-
export declare var ErrorRootCauseEntity
|
|
25
|
-
export declare var ErrorRootCauseService
|
|
26
|
-
export declare var ErrorStatistics
|
|
27
|
-
export declare var FaultRootCause
|
|
28
|
-
export declare var FaultRootCauseEntity
|
|
29
|
-
export declare var FaultRootCauseService
|
|
30
|
-
export declare var FaultStatistics
|
|
31
|
-
export declare var ForecastStatistics
|
|
32
|
-
export declare var GetEncryptionConfigRequest
|
|
33
|
-
export declare var GetEncryptionConfigResult
|
|
34
|
-
export declare var GetGroupRequest
|
|
35
|
-
export declare var GetGroupResult
|
|
36
|
-
export declare var GetGroupsRequest
|
|
37
|
-
export declare var GetGroupsResult
|
|
38
|
-
export declare var GetIndexingRulesRequest
|
|
39
|
-
export declare var GetIndexingRulesResult
|
|
40
|
-
export declare var GetInsightEventsRequest
|
|
41
|
-
export declare var GetInsightEventsResult
|
|
42
|
-
export declare var GetInsightImpactGraphRequest
|
|
43
|
-
export declare var GetInsightImpactGraphResult
|
|
44
|
-
export declare var GetInsightRequest
|
|
45
|
-
export declare var GetInsightResult
|
|
46
|
-
export declare var GetInsightSummariesRequest
|
|
47
|
-
export declare var GetInsightSummariesResult
|
|
48
|
-
export declare var GetRetrievedTracesGraphRequest
|
|
49
|
-
export declare var GetRetrievedTracesGraphResult
|
|
50
|
-
export declare var GetSamplingRulesRequest
|
|
51
|
-
export declare var GetSamplingRulesResult
|
|
52
|
-
export declare var GetSamplingStatisticSummariesRequest
|
|
53
|
-
export declare var GetSamplingStatisticSummariesResult
|
|
54
|
-
export declare var GetSamplingTargetsRequest
|
|
55
|
-
export declare var GetSamplingTargetsResult
|
|
56
|
-
export declare var GetServiceGraphRequest
|
|
57
|
-
export declare var GetServiceGraphResult
|
|
58
|
-
export declare var GetTimeSeriesServiceStatisticsRequest
|
|
59
|
-
export declare var GetTimeSeriesServiceStatisticsResult
|
|
60
|
-
export declare var GetTraceGraphRequest
|
|
61
|
-
export declare var GetTraceGraphResult
|
|
62
|
-
export declare var GetTraceSegmentDestinationRequest
|
|
63
|
-
export declare var GetTraceSegmentDestinationResult
|
|
64
|
-
export declare var GetTraceSummariesRequest
|
|
65
|
-
export declare var GetTraceSummariesResult
|
|
66
|
-
export declare var GraphLink
|
|
67
|
-
export declare var Group
|
|
68
|
-
export declare var GroupSummary
|
|
69
|
-
export declare var HistogramEntry
|
|
70
|
-
export declare var Http
|
|
71
|
-
export declare var IndexingRule
|
|
72
|
-
export declare var Insight
|
|
73
|
-
export declare var InsightEvent
|
|
74
|
-
export declare var InsightImpactGraphEdge
|
|
75
|
-
export declare var InsightImpactGraphService
|
|
76
|
-
export declare var InsightsConfiguration
|
|
77
|
-
export declare var InsightSummary
|
|
78
|
-
export declare var InstanceIdDetail
|
|
79
|
-
export declare var InvalidPolicyRevisionIdException
|
|
80
|
-
export declare var InvalidRequestException
|
|
81
|
-
export declare var ListResourcePoliciesRequest
|
|
82
|
-
export declare var ListResourcePoliciesResult
|
|
83
|
-
export declare var ListRetrievedTracesRequest
|
|
84
|
-
export declare var ListRetrievedTracesResult
|
|
85
|
-
export declare var ListTagsForResourceRequest
|
|
86
|
-
export declare var ListTagsForResourceResponse
|
|
87
|
-
export declare var LockoutPreventionException
|
|
88
|
-
export declare var MalformedPolicyDocumentException
|
|
89
|
-
export declare var PolicyCountLimitExceededException
|
|
90
|
-
export declare var PolicySizeLimitExceededException
|
|
91
|
-
export declare var ProbabilisticRuleValue
|
|
92
|
-
export declare var ProbabilisticRuleValueUpdate
|
|
93
|
-
export declare var PutEncryptionConfigRequest
|
|
94
|
-
export declare var PutEncryptionConfigResult
|
|
95
|
-
export declare var PutResourcePolicyRequest
|
|
96
|
-
export declare var PutResourcePolicyResult
|
|
97
|
-
export declare var PutTelemetryRecordsRequest
|
|
98
|
-
export declare var PutTelemetryRecordsResult
|
|
99
|
-
export declare var PutTraceSegmentsRequest
|
|
100
|
-
export declare var PutTraceSegmentsResult
|
|
101
|
-
export declare var RequestImpactStatistics
|
|
102
|
-
export declare var ResourceARNDetail
|
|
103
|
-
export declare var ResourceNotFoundException
|
|
104
|
-
export declare var ResourcePolicy
|
|
105
|
-
export declare var ResponseTimeRootCause
|
|
106
|
-
export declare var ResponseTimeRootCauseEntity
|
|
107
|
-
export declare var ResponseTimeRootCauseService
|
|
108
|
-
export declare var RetrievedService
|
|
109
|
-
export declare var RetrievedTrace
|
|
110
|
-
export declare var RootCauseException
|
|
111
|
-
export declare var RuleLimitExceededException
|
|
112
|
-
export declare var SamplingBoost
|
|
113
|
-
export declare var SamplingBoostStatisticsDocument
|
|
114
|
-
export declare var SamplingRateBoost
|
|
115
|
-
export declare var SamplingRule
|
|
116
|
-
export declare var SamplingRuleRecord
|
|
117
|
-
export declare var SamplingRuleUpdate
|
|
118
|
-
export declare var SamplingStatisticsDocument
|
|
119
|
-
export declare var SamplingStatisticSummary
|
|
120
|
-
export declare var SamplingStrategy
|
|
121
|
-
export declare var SamplingTargetDocument
|
|
122
|
-
export declare var Segment
|
|
123
|
-
export declare var Service
|
|
124
|
-
export declare var ServiceId
|
|
125
|
-
export declare var ServiceStatistics
|
|
126
|
-
export declare var Span
|
|
127
|
-
export declare var StartTraceRetrievalRequest
|
|
128
|
-
export declare var StartTraceRetrievalResult
|
|
129
|
-
export declare var Tag
|
|
130
|
-
export declare var TagResourceRequest
|
|
131
|
-
export declare var TagResourceResponse
|
|
132
|
-
export declare var TelemetryRecord
|
|
133
|
-
export declare var ThrottledException
|
|
134
|
-
export declare var TimeSeriesServiceStatistics
|
|
135
|
-
export declare var TooManyTagsException
|
|
136
|
-
export declare var Trace
|
|
137
|
-
export declare var TraceSummary
|
|
138
|
-
export declare var TraceUser
|
|
139
|
-
export declare var UnprocessedStatistics
|
|
140
|
-
export declare var UnprocessedTraceSegment
|
|
141
|
-
export declare var UntagResourceRequest
|
|
142
|
-
export declare var UntagResourceResponse
|
|
143
|
-
export declare var UpdateGroupRequest
|
|
144
|
-
export declare var UpdateGroupResult
|
|
145
|
-
export declare var UpdateIndexingRuleRequest
|
|
146
|
-
export declare var UpdateIndexingRuleResult
|
|
147
|
-
export declare var UpdateSamplingRuleRequest
|
|
148
|
-
export declare var UpdateSamplingRuleResult
|
|
149
|
-
export declare var UpdateTraceSegmentDestinationRequest
|
|
150
|
-
export declare var UpdateTraceSegmentDestinationResult
|
|
151
|
-
export declare var ValueWithServiceIds
|
|
152
|
-
export declare var XRayServiceException
|
|
153
|
-
export declare var
|
|
154
|
-
export declare var
|
|
155
|
-
export declare var
|
|
156
|
-
export declare var
|
|
157
|
-
export declare var
|
|
158
|
-
export declare var
|
|
159
|
-
export declare var
|
|
160
|
-
export declare var
|
|
161
|
-
export declare var
|
|
162
|
-
export declare var
|
|
163
|
-
export declare var
|
|
164
|
-
export declare var
|
|
165
|
-
export declare var
|
|
166
|
-
export declare var
|
|
167
|
-
export declare var
|
|
168
|
-
export declare var
|
|
169
|
-
export declare var
|
|
170
|
-
export declare var
|
|
171
|
-
export declare var
|
|
172
|
-
export declare var
|
|
173
|
-
export declare var
|
|
174
|
-
export declare var
|
|
175
|
-
export declare var
|
|
176
|
-
export declare var
|
|
177
|
-
export declare var
|
|
178
|
-
export declare var
|
|
179
|
-
export declare var
|
|
180
|
-
export declare var
|
|
181
|
-
export declare var
|
|
182
|
-
export declare var
|
|
183
|
-
export declare var
|
|
184
|
-
export declare var
|
|
185
|
-
export declare var
|
|
186
|
-
export declare var
|
|
187
|
-
export declare var
|
|
188
|
-
export declare var
|
|
189
|
-
export declare var
|
|
190
|
-
export declare var
|
|
191
|
-
export declare var
|
|
192
|
-
export declare var
|
|
193
|
-
export declare var
|
|
194
|
-
export declare var TraceIdList: number;
|
|
195
|
-
export declare var TraceIdListForRetrieval: number;
|
|
196
|
-
export declare var TraceInstanceIds: StaticListSchema;
|
|
197
|
-
export declare var TraceList: StaticListSchema;
|
|
198
|
-
export declare var TraceResourceARNs: StaticListSchema;
|
|
199
|
-
export declare var TraceSegmentDocumentList: number;
|
|
200
|
-
export declare var TraceSpanList: StaticListSchema;
|
|
201
|
-
export declare var TraceSummaryList: StaticListSchema;
|
|
202
|
-
export declare var TraceUsers: StaticListSchema;
|
|
203
|
-
export declare var UnprocessedStatisticsList: StaticListSchema;
|
|
204
|
-
export declare var UnprocessedTraceIdList: number;
|
|
205
|
-
export declare var UnprocessedTraceSegmentList: StaticListSchema;
|
|
206
|
-
export declare var ValuesWithServiceIds: StaticListSchema;
|
|
207
|
-
export declare var Annotations: StaticMapSchema;
|
|
208
|
-
export declare var AttributeMap: number;
|
|
209
|
-
export declare var AnnotationValue: StaticStructureSchema;
|
|
210
|
-
export declare var IndexingRuleValue: StaticStructureSchema;
|
|
211
|
-
export declare var IndexingRuleValueUpdate: StaticStructureSchema;
|
|
212
|
-
export declare var BatchGetTraces: StaticOperationSchema;
|
|
213
|
-
export declare var CancelTraceRetrieval: StaticOperationSchema;
|
|
214
|
-
export declare var CreateGroup: StaticOperationSchema;
|
|
215
|
-
export declare var CreateSamplingRule: StaticOperationSchema;
|
|
216
|
-
export declare var DeleteGroup: StaticOperationSchema;
|
|
217
|
-
export declare var DeleteResourcePolicy: StaticOperationSchema;
|
|
218
|
-
export declare var DeleteSamplingRule: StaticOperationSchema;
|
|
219
|
-
export declare var GetEncryptionConfig: StaticOperationSchema;
|
|
220
|
-
export declare var GetGroup: StaticOperationSchema;
|
|
221
|
-
export declare var GetGroups: StaticOperationSchema;
|
|
222
|
-
export declare var GetIndexingRules: StaticOperationSchema;
|
|
223
|
-
export declare var GetInsight: StaticOperationSchema;
|
|
224
|
-
export declare var GetInsightEvents: StaticOperationSchema;
|
|
225
|
-
export declare var GetInsightImpactGraph: StaticOperationSchema;
|
|
226
|
-
export declare var GetInsightSummaries: StaticOperationSchema;
|
|
227
|
-
export declare var GetRetrievedTracesGraph: StaticOperationSchema;
|
|
228
|
-
export declare var GetSamplingRules: StaticOperationSchema;
|
|
229
|
-
export declare var GetSamplingStatisticSummaries: StaticOperationSchema;
|
|
230
|
-
export declare var GetSamplingTargets: StaticOperationSchema;
|
|
231
|
-
export declare var GetServiceGraph: StaticOperationSchema;
|
|
232
|
-
export declare var GetTimeSeriesServiceStatistics: StaticOperationSchema;
|
|
233
|
-
export declare var GetTraceGraph: StaticOperationSchema;
|
|
234
|
-
export declare var GetTraceSegmentDestination: StaticOperationSchema;
|
|
235
|
-
export declare var GetTraceSummaries: StaticOperationSchema;
|
|
236
|
-
export declare var ListResourcePolicies: StaticOperationSchema;
|
|
237
|
-
export declare var ListRetrievedTraces: StaticOperationSchema;
|
|
238
|
-
export declare var ListTagsForResource: StaticOperationSchema;
|
|
239
|
-
export declare var PutEncryptionConfig: StaticOperationSchema;
|
|
240
|
-
export declare var PutResourcePolicy: StaticOperationSchema;
|
|
241
|
-
export declare var PutTelemetryRecords: StaticOperationSchema;
|
|
242
|
-
export declare var PutTraceSegments: StaticOperationSchema;
|
|
243
|
-
export declare var StartTraceRetrieval: StaticOperationSchema;
|
|
244
|
-
export declare var TagResource: StaticOperationSchema;
|
|
245
|
-
export declare var UntagResource: StaticOperationSchema;
|
|
246
|
-
export declare var UpdateGroup: StaticOperationSchema;
|
|
247
|
-
export declare var UpdateIndexingRule: StaticOperationSchema;
|
|
248
|
-
export declare var UpdateSamplingRule: StaticOperationSchema;
|
|
249
|
-
export declare var UpdateTraceSegmentDestination: StaticOperationSchema;
|
|
1
|
+
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var Alias$: StaticStructureSchema;
|
|
3
|
+
export declare var AnomalousService$: StaticStructureSchema;
|
|
4
|
+
export declare var AvailabilityZoneDetail$: StaticStructureSchema;
|
|
5
|
+
export declare var BackendConnectionErrors$: StaticStructureSchema;
|
|
6
|
+
export declare var BatchGetTracesRequest$: StaticStructureSchema;
|
|
7
|
+
export declare var BatchGetTracesResult$: StaticStructureSchema;
|
|
8
|
+
export declare var CancelTraceRetrievalRequest$: StaticStructureSchema;
|
|
9
|
+
export declare var CancelTraceRetrievalResult$: StaticStructureSchema;
|
|
10
|
+
export declare var CreateGroupRequest$: StaticStructureSchema;
|
|
11
|
+
export declare var CreateGroupResult$: StaticStructureSchema;
|
|
12
|
+
export declare var CreateSamplingRuleRequest$: StaticStructureSchema;
|
|
13
|
+
export declare var CreateSamplingRuleResult$: StaticStructureSchema;
|
|
14
|
+
export declare var DeleteGroupRequest$: StaticStructureSchema;
|
|
15
|
+
export declare var DeleteGroupResult$: StaticStructureSchema;
|
|
16
|
+
export declare var DeleteResourcePolicyRequest$: StaticStructureSchema;
|
|
17
|
+
export declare var DeleteResourcePolicyResult$: StaticStructureSchema;
|
|
18
|
+
export declare var DeleteSamplingRuleRequest$: StaticStructureSchema;
|
|
19
|
+
export declare var DeleteSamplingRuleResult$: StaticStructureSchema;
|
|
20
|
+
export declare var Edge$: StaticStructureSchema;
|
|
21
|
+
export declare var EdgeStatistics$: StaticStructureSchema;
|
|
22
|
+
export declare var EncryptionConfig$: StaticStructureSchema;
|
|
23
|
+
export declare var ErrorRootCause$: StaticStructureSchema;
|
|
24
|
+
export declare var ErrorRootCauseEntity$: StaticStructureSchema;
|
|
25
|
+
export declare var ErrorRootCauseService$: StaticStructureSchema;
|
|
26
|
+
export declare var ErrorStatistics$: StaticStructureSchema;
|
|
27
|
+
export declare var FaultRootCause$: StaticStructureSchema;
|
|
28
|
+
export declare var FaultRootCauseEntity$: StaticStructureSchema;
|
|
29
|
+
export declare var FaultRootCauseService$: StaticStructureSchema;
|
|
30
|
+
export declare var FaultStatistics$: StaticStructureSchema;
|
|
31
|
+
export declare var ForecastStatistics$: StaticStructureSchema;
|
|
32
|
+
export declare var GetEncryptionConfigRequest$: StaticStructureSchema;
|
|
33
|
+
export declare var GetEncryptionConfigResult$: StaticStructureSchema;
|
|
34
|
+
export declare var GetGroupRequest$: StaticStructureSchema;
|
|
35
|
+
export declare var GetGroupResult$: StaticStructureSchema;
|
|
36
|
+
export declare var GetGroupsRequest$: StaticStructureSchema;
|
|
37
|
+
export declare var GetGroupsResult$: StaticStructureSchema;
|
|
38
|
+
export declare var GetIndexingRulesRequest$: StaticStructureSchema;
|
|
39
|
+
export declare var GetIndexingRulesResult$: StaticStructureSchema;
|
|
40
|
+
export declare var GetInsightEventsRequest$: StaticStructureSchema;
|
|
41
|
+
export declare var GetInsightEventsResult$: StaticStructureSchema;
|
|
42
|
+
export declare var GetInsightImpactGraphRequest$: StaticStructureSchema;
|
|
43
|
+
export declare var GetInsightImpactGraphResult$: StaticStructureSchema;
|
|
44
|
+
export declare var GetInsightRequest$: StaticStructureSchema;
|
|
45
|
+
export declare var GetInsightResult$: StaticStructureSchema;
|
|
46
|
+
export declare var GetInsightSummariesRequest$: StaticStructureSchema;
|
|
47
|
+
export declare var GetInsightSummariesResult$: StaticStructureSchema;
|
|
48
|
+
export declare var GetRetrievedTracesGraphRequest$: StaticStructureSchema;
|
|
49
|
+
export declare var GetRetrievedTracesGraphResult$: StaticStructureSchema;
|
|
50
|
+
export declare var GetSamplingRulesRequest$: StaticStructureSchema;
|
|
51
|
+
export declare var GetSamplingRulesResult$: StaticStructureSchema;
|
|
52
|
+
export declare var GetSamplingStatisticSummariesRequest$: StaticStructureSchema;
|
|
53
|
+
export declare var GetSamplingStatisticSummariesResult$: StaticStructureSchema;
|
|
54
|
+
export declare var GetSamplingTargetsRequest$: StaticStructureSchema;
|
|
55
|
+
export declare var GetSamplingTargetsResult$: StaticStructureSchema;
|
|
56
|
+
export declare var GetServiceGraphRequest$: StaticStructureSchema;
|
|
57
|
+
export declare var GetServiceGraphResult$: StaticStructureSchema;
|
|
58
|
+
export declare var GetTimeSeriesServiceStatisticsRequest$: StaticStructureSchema;
|
|
59
|
+
export declare var GetTimeSeriesServiceStatisticsResult$: StaticStructureSchema;
|
|
60
|
+
export declare var GetTraceGraphRequest$: StaticStructureSchema;
|
|
61
|
+
export declare var GetTraceGraphResult$: StaticStructureSchema;
|
|
62
|
+
export declare var GetTraceSegmentDestinationRequest$: StaticStructureSchema;
|
|
63
|
+
export declare var GetTraceSegmentDestinationResult$: StaticStructureSchema;
|
|
64
|
+
export declare var GetTraceSummariesRequest$: StaticStructureSchema;
|
|
65
|
+
export declare var GetTraceSummariesResult$: StaticStructureSchema;
|
|
66
|
+
export declare var GraphLink$: StaticStructureSchema;
|
|
67
|
+
export declare var Group$: StaticStructureSchema;
|
|
68
|
+
export declare var GroupSummary$: StaticStructureSchema;
|
|
69
|
+
export declare var HistogramEntry$: StaticStructureSchema;
|
|
70
|
+
export declare var Http$: StaticStructureSchema;
|
|
71
|
+
export declare var IndexingRule$: StaticStructureSchema;
|
|
72
|
+
export declare var Insight$: StaticStructureSchema;
|
|
73
|
+
export declare var InsightEvent$: StaticStructureSchema;
|
|
74
|
+
export declare var InsightImpactGraphEdge$: StaticStructureSchema;
|
|
75
|
+
export declare var InsightImpactGraphService$: StaticStructureSchema;
|
|
76
|
+
export declare var InsightsConfiguration$: StaticStructureSchema;
|
|
77
|
+
export declare var InsightSummary$: StaticStructureSchema;
|
|
78
|
+
export declare var InstanceIdDetail$: StaticStructureSchema;
|
|
79
|
+
export declare var InvalidPolicyRevisionIdException$: StaticErrorSchema;
|
|
80
|
+
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
81
|
+
export declare var ListResourcePoliciesRequest$: StaticStructureSchema;
|
|
82
|
+
export declare var ListResourcePoliciesResult$: StaticStructureSchema;
|
|
83
|
+
export declare var ListRetrievedTracesRequest$: StaticStructureSchema;
|
|
84
|
+
export declare var ListRetrievedTracesResult$: StaticStructureSchema;
|
|
85
|
+
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
86
|
+
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
87
|
+
export declare var LockoutPreventionException$: StaticErrorSchema;
|
|
88
|
+
export declare var MalformedPolicyDocumentException$: StaticErrorSchema;
|
|
89
|
+
export declare var PolicyCountLimitExceededException$: StaticErrorSchema;
|
|
90
|
+
export declare var PolicySizeLimitExceededException$: StaticErrorSchema;
|
|
91
|
+
export declare var ProbabilisticRuleValue$: StaticStructureSchema;
|
|
92
|
+
export declare var ProbabilisticRuleValueUpdate$: StaticStructureSchema;
|
|
93
|
+
export declare var PutEncryptionConfigRequest$: StaticStructureSchema;
|
|
94
|
+
export declare var PutEncryptionConfigResult$: StaticStructureSchema;
|
|
95
|
+
export declare var PutResourcePolicyRequest$: StaticStructureSchema;
|
|
96
|
+
export declare var PutResourcePolicyResult$: StaticStructureSchema;
|
|
97
|
+
export declare var PutTelemetryRecordsRequest$: StaticStructureSchema;
|
|
98
|
+
export declare var PutTelemetryRecordsResult$: StaticStructureSchema;
|
|
99
|
+
export declare var PutTraceSegmentsRequest$: StaticStructureSchema;
|
|
100
|
+
export declare var PutTraceSegmentsResult$: StaticStructureSchema;
|
|
101
|
+
export declare var RequestImpactStatistics$: StaticStructureSchema;
|
|
102
|
+
export declare var ResourceARNDetail$: StaticStructureSchema;
|
|
103
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
104
|
+
export declare var ResourcePolicy$: StaticStructureSchema;
|
|
105
|
+
export declare var ResponseTimeRootCause$: StaticStructureSchema;
|
|
106
|
+
export declare var ResponseTimeRootCauseEntity$: StaticStructureSchema;
|
|
107
|
+
export declare var ResponseTimeRootCauseService$: StaticStructureSchema;
|
|
108
|
+
export declare var RetrievedService$: StaticStructureSchema;
|
|
109
|
+
export declare var RetrievedTrace$: StaticStructureSchema;
|
|
110
|
+
export declare var RootCauseException$: StaticStructureSchema;
|
|
111
|
+
export declare var RuleLimitExceededException$: StaticErrorSchema;
|
|
112
|
+
export declare var SamplingBoost$: StaticStructureSchema;
|
|
113
|
+
export declare var SamplingBoostStatisticsDocument$: StaticStructureSchema;
|
|
114
|
+
export declare var SamplingRateBoost$: StaticStructureSchema;
|
|
115
|
+
export declare var SamplingRule$: StaticStructureSchema;
|
|
116
|
+
export declare var SamplingRuleRecord$: StaticStructureSchema;
|
|
117
|
+
export declare var SamplingRuleUpdate$: StaticStructureSchema;
|
|
118
|
+
export declare var SamplingStatisticsDocument$: StaticStructureSchema;
|
|
119
|
+
export declare var SamplingStatisticSummary$: StaticStructureSchema;
|
|
120
|
+
export declare var SamplingStrategy$: StaticStructureSchema;
|
|
121
|
+
export declare var SamplingTargetDocument$: StaticStructureSchema;
|
|
122
|
+
export declare var Segment$: StaticStructureSchema;
|
|
123
|
+
export declare var Service$: StaticStructureSchema;
|
|
124
|
+
export declare var ServiceId$: StaticStructureSchema;
|
|
125
|
+
export declare var ServiceStatistics$: StaticStructureSchema;
|
|
126
|
+
export declare var Span$: StaticStructureSchema;
|
|
127
|
+
export declare var StartTraceRetrievalRequest$: StaticStructureSchema;
|
|
128
|
+
export declare var StartTraceRetrievalResult$: StaticStructureSchema;
|
|
129
|
+
export declare var Tag$: StaticStructureSchema;
|
|
130
|
+
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
131
|
+
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
132
|
+
export declare var TelemetryRecord$: StaticStructureSchema;
|
|
133
|
+
export declare var ThrottledException$: StaticErrorSchema;
|
|
134
|
+
export declare var TimeSeriesServiceStatistics$: StaticStructureSchema;
|
|
135
|
+
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
136
|
+
export declare var Trace$: StaticStructureSchema;
|
|
137
|
+
export declare var TraceSummary$: StaticStructureSchema;
|
|
138
|
+
export declare var TraceUser$: StaticStructureSchema;
|
|
139
|
+
export declare var UnprocessedStatistics$: StaticStructureSchema;
|
|
140
|
+
export declare var UnprocessedTraceSegment$: StaticStructureSchema;
|
|
141
|
+
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
142
|
+
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
143
|
+
export declare var UpdateGroupRequest$: StaticStructureSchema;
|
|
144
|
+
export declare var UpdateGroupResult$: StaticStructureSchema;
|
|
145
|
+
export declare var UpdateIndexingRuleRequest$: StaticStructureSchema;
|
|
146
|
+
export declare var UpdateIndexingRuleResult$: StaticStructureSchema;
|
|
147
|
+
export declare var UpdateSamplingRuleRequest$: StaticStructureSchema;
|
|
148
|
+
export declare var UpdateSamplingRuleResult$: StaticStructureSchema;
|
|
149
|
+
export declare var UpdateTraceSegmentDestinationRequest$: StaticStructureSchema;
|
|
150
|
+
export declare var UpdateTraceSegmentDestinationResult$: StaticStructureSchema;
|
|
151
|
+
export declare var ValueWithServiceIds$: StaticStructureSchema;
|
|
152
|
+
export declare var XRayServiceException$: StaticErrorSchema;
|
|
153
|
+
export declare var AnnotationValue$: StaticStructureSchema;
|
|
154
|
+
export declare var IndexingRuleValue$: StaticStructureSchema;
|
|
155
|
+
export declare var IndexingRuleValueUpdate$: StaticStructureSchema;
|
|
156
|
+
export declare var BatchGetTraces$: StaticOperationSchema;
|
|
157
|
+
export declare var CancelTraceRetrieval$: StaticOperationSchema;
|
|
158
|
+
export declare var CreateGroup$: StaticOperationSchema;
|
|
159
|
+
export declare var CreateSamplingRule$: StaticOperationSchema;
|
|
160
|
+
export declare var DeleteGroup$: StaticOperationSchema;
|
|
161
|
+
export declare var DeleteResourcePolicy$: StaticOperationSchema;
|
|
162
|
+
export declare var DeleteSamplingRule$: StaticOperationSchema;
|
|
163
|
+
export declare var GetEncryptionConfig$: StaticOperationSchema;
|
|
164
|
+
export declare var GetGroup$: StaticOperationSchema;
|
|
165
|
+
export declare var GetGroups$: StaticOperationSchema;
|
|
166
|
+
export declare var GetIndexingRules$: StaticOperationSchema;
|
|
167
|
+
export declare var GetInsight$: StaticOperationSchema;
|
|
168
|
+
export declare var GetInsightEvents$: StaticOperationSchema;
|
|
169
|
+
export declare var GetInsightImpactGraph$: StaticOperationSchema;
|
|
170
|
+
export declare var GetInsightSummaries$: StaticOperationSchema;
|
|
171
|
+
export declare var GetRetrievedTracesGraph$: StaticOperationSchema;
|
|
172
|
+
export declare var GetSamplingRules$: StaticOperationSchema;
|
|
173
|
+
export declare var GetSamplingStatisticSummaries$: StaticOperationSchema;
|
|
174
|
+
export declare var GetSamplingTargets$: StaticOperationSchema;
|
|
175
|
+
export declare var GetServiceGraph$: StaticOperationSchema;
|
|
176
|
+
export declare var GetTimeSeriesServiceStatistics$: StaticOperationSchema;
|
|
177
|
+
export declare var GetTraceGraph$: StaticOperationSchema;
|
|
178
|
+
export declare var GetTraceSegmentDestination$: StaticOperationSchema;
|
|
179
|
+
export declare var GetTraceSummaries$: StaticOperationSchema;
|
|
180
|
+
export declare var ListResourcePolicies$: StaticOperationSchema;
|
|
181
|
+
export declare var ListRetrievedTraces$: StaticOperationSchema;
|
|
182
|
+
export declare var ListTagsForResource$: StaticOperationSchema;
|
|
183
|
+
export declare var PutEncryptionConfig$: StaticOperationSchema;
|
|
184
|
+
export declare var PutResourcePolicy$: StaticOperationSchema;
|
|
185
|
+
export declare var PutTelemetryRecords$: StaticOperationSchema;
|
|
186
|
+
export declare var PutTraceSegments$: StaticOperationSchema;
|
|
187
|
+
export declare var StartTraceRetrieval$: StaticOperationSchema;
|
|
188
|
+
export declare var TagResource$: StaticOperationSchema;
|
|
189
|
+
export declare var UntagResource$: StaticOperationSchema;
|
|
190
|
+
export declare var UpdateGroup$: StaticOperationSchema;
|
|
191
|
+
export declare var UpdateIndexingRule$: StaticOperationSchema;
|
|
192
|
+
export declare var UpdateSamplingRule$: StaticOperationSchema;
|
|
193
|
+
export declare var UpdateTraceSegmentDestination$: StaticOperationSchema;
|
|
@@ -29,13 +29,10 @@ import {
|
|
|
29
29
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
30
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
31
|
ChecksumConstructor as __ChecksumConstructor,
|
|
32
|
-
ClientProtocol,
|
|
33
32
|
Decoder as __Decoder,
|
|
34
33
|
Encoder as __Encoder,
|
|
35
34
|
HashConstructor as __HashConstructor,
|
|
36
35
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
-
HttpRequest,
|
|
38
|
-
HttpResponse,
|
|
39
36
|
Logger as __Logger,
|
|
40
37
|
Provider as __Provider,
|
|
41
38
|
StreamCollector as __StreamCollector,
|
|
@@ -309,7 +306,6 @@ export interface ClientDefaults
|
|
|
309
306
|
retryMode?: string | __Provider<string>;
|
|
310
307
|
logger?: __Logger;
|
|
311
308
|
extensions?: RuntimeExtension[];
|
|
312
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
313
309
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
314
310
|
}
|
|
315
311
|
export type XRayClientConfigType = Partial<
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { XRayExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export * from "./schemas/schemas_0";
|
|
7
8
|
export * from "./pagination";
|
|
8
9
|
export * from "./models/enums";
|
|
9
10
|
export * from "./models/errors";
|