@aws-sdk/client-xray 3.169.0 → 3.171.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.
Files changed (54) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/XRay.d.ts +463 -140
  3. package/dist-types/ts3.4/XRayClient.d.ts +266 -100
  4. package/dist-types/ts3.4/commands/BatchGetTracesCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/CreateSamplingRuleCommand.d.ts +36 -17
  7. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +32 -17
  8. package/dist-types/ts3.4/commands/DeleteSamplingRuleCommand.d.ts +36 -17
  9. package/dist-types/ts3.4/commands/GetEncryptionConfigCommand.d.ts +36 -17
  10. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/GetGroupsCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/GetInsightCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/GetInsightEventsCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/GetInsightImpactGraphCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/GetInsightSummariesCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/GetSamplingRulesCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/GetSamplingStatisticSummariesCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/GetSamplingTargetsCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/GetServiceGraphCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/GetTraceGraphCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/GetTraceSummariesCommand.d.ts +36 -17
  23. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/PutEncryptionConfigCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/PutTelemetryRecordsCommand.d.ts +36 -17
  26. package/dist-types/ts3.4/commands/PutTraceSegmentsCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/UpdateSamplingRuleCommand.d.ts +36 -17
  31. package/dist-types/ts3.4/commands/index.d.ts +27 -27
  32. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  33. package/dist-types/ts3.4/index.d.ts +6 -6
  34. package/dist-types/ts3.4/models/XRayServiceException.d.ts +7 -6
  35. package/dist-types/ts3.4/models/index.d.ts +1 -1
  36. package/dist-types/ts3.4/models/models_0.d.ts +971 -1321
  37. package/dist-types/ts3.4/pagination/BatchGetTracesPaginator.d.ts +11 -4
  38. package/dist-types/ts3.4/pagination/GetGroupsPaginator.d.ts +11 -4
  39. package/dist-types/ts3.4/pagination/GetInsightEventsPaginator.d.ts +11 -4
  40. package/dist-types/ts3.4/pagination/GetInsightSummariesPaginator.d.ts +11 -4
  41. package/dist-types/ts3.4/pagination/GetSamplingRulesPaginator.d.ts +11 -4
  42. package/dist-types/ts3.4/pagination/GetSamplingStatisticSummariesPaginator.d.ts +11 -4
  43. package/dist-types/ts3.4/pagination/GetServiceGraphPaginator.d.ts +11 -4
  44. package/dist-types/ts3.4/pagination/GetTimeSeriesServiceStatisticsPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/GetTraceGraphPaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/GetTraceSummariesPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  48. package/dist-types/ts3.4/pagination/index.d.ts +11 -11
  49. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +329 -83
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  53. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  54. package/package.json +34 -34
@@ -1,100 +1,266 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { BatchGetTracesCommandInput, BatchGetTracesCommandOutput } from "./commands/BatchGetTracesCommand";
10
- import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
11
- import { CreateSamplingRuleCommandInput, CreateSamplingRuleCommandOutput } from "./commands/CreateSamplingRuleCommand";
12
- import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
13
- import { DeleteSamplingRuleCommandInput, DeleteSamplingRuleCommandOutput } from "./commands/DeleteSamplingRuleCommand";
14
- import { GetEncryptionConfigCommandInput, GetEncryptionConfigCommandOutput } from "./commands/GetEncryptionConfigCommand";
15
- import { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
16
- import { GetGroupsCommandInput, GetGroupsCommandOutput } from "./commands/GetGroupsCommand";
17
- import { GetInsightCommandInput, GetInsightCommandOutput } from "./commands/GetInsightCommand";
18
- import { GetInsightEventsCommandInput, GetInsightEventsCommandOutput } from "./commands/GetInsightEventsCommand";
19
- import { GetInsightImpactGraphCommandInput, GetInsightImpactGraphCommandOutput } from "./commands/GetInsightImpactGraphCommand";
20
- import { GetInsightSummariesCommandInput, GetInsightSummariesCommandOutput } from "./commands/GetInsightSummariesCommand";
21
- import { GetSamplingRulesCommandInput, GetSamplingRulesCommandOutput } from "./commands/GetSamplingRulesCommand";
22
- import { GetSamplingStatisticSummariesCommandInput, GetSamplingStatisticSummariesCommandOutput } from "./commands/GetSamplingStatisticSummariesCommand";
23
- import { GetSamplingTargetsCommandInput, GetSamplingTargetsCommandOutput } from "./commands/GetSamplingTargetsCommand";
24
- import { GetServiceGraphCommandInput, GetServiceGraphCommandOutput } from "./commands/GetServiceGraphCommand";
25
- import { GetTimeSeriesServiceStatisticsCommandInput, GetTimeSeriesServiceStatisticsCommandOutput } from "./commands/GetTimeSeriesServiceStatisticsCommand";
26
- import { GetTraceGraphCommandInput, GetTraceGraphCommandOutput } from "./commands/GetTraceGraphCommand";
27
- import { GetTraceSummariesCommandInput, GetTraceSummariesCommandOutput } from "./commands/GetTraceSummariesCommand";
28
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
29
- import { PutEncryptionConfigCommandInput, PutEncryptionConfigCommandOutput } from "./commands/PutEncryptionConfigCommand";
30
- import { PutTelemetryRecordsCommandInput, PutTelemetryRecordsCommandOutput } from "./commands/PutTelemetryRecordsCommand";
31
- import { PutTraceSegmentsCommandInput, PutTraceSegmentsCommandOutput } from "./commands/PutTraceSegmentsCommand";
32
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
33
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
34
- import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/UpdateGroupCommand";
35
- import { UpdateSamplingRuleCommandInput, UpdateSamplingRuleCommandOutput } from "./commands/UpdateSamplingRuleCommand";
36
- export declare type ServiceInputTypes = BatchGetTracesCommandInput | CreateGroupCommandInput | CreateSamplingRuleCommandInput | DeleteGroupCommandInput | DeleteSamplingRuleCommandInput | GetEncryptionConfigCommandInput | GetGroupCommandInput | GetGroupsCommandInput | GetInsightCommandInput | GetInsightEventsCommandInput | GetInsightImpactGraphCommandInput | GetInsightSummariesCommandInput | GetSamplingRulesCommandInput | GetSamplingStatisticSummariesCommandInput | GetSamplingTargetsCommandInput | GetServiceGraphCommandInput | GetTimeSeriesServiceStatisticsCommandInput | GetTraceGraphCommandInput | GetTraceSummariesCommandInput | ListTagsForResourceCommandInput | PutEncryptionConfigCommandInput | PutTelemetryRecordsCommandInput | PutTraceSegmentsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateGroupCommandInput | UpdateSamplingRuleCommandInput;
37
- export declare type ServiceOutputTypes = BatchGetTracesCommandOutput | CreateGroupCommandOutput | CreateSamplingRuleCommandOutput | DeleteGroupCommandOutput | DeleteSamplingRuleCommandOutput | GetEncryptionConfigCommandOutput | GetGroupCommandOutput | GetGroupsCommandOutput | GetInsightCommandOutput | GetInsightEventsCommandOutput | GetInsightImpactGraphCommandOutput | GetInsightSummariesCommandOutput | GetSamplingRulesCommandOutput | GetSamplingStatisticSummariesCommandOutput | GetSamplingTargetsCommandOutput | GetServiceGraphCommandOutput | GetTimeSeriesServiceStatisticsCommandOutput | GetTraceGraphCommandOutput | GetTraceSummariesCommandOutput | ListTagsForResourceCommandOutput | PutEncryptionConfigCommandOutput | PutTelemetryRecordsCommandOutput | PutTraceSegmentsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateGroupCommandOutput | UpdateSamplingRuleCommandOutput;
38
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
39
-
40
- requestHandler?: __HttpHandler;
41
-
42
- sha256?: __HashConstructor;
43
-
44
- urlParser?: __UrlParser;
45
-
46
- bodyLengthChecker?: __BodyLengthCalculator;
47
-
48
- streamCollector?: __StreamCollector;
49
-
50
- base64Decoder?: __Decoder;
51
-
52
- base64Encoder?: __Encoder;
53
-
54
- utf8Decoder?: __Decoder;
55
-
56
- utf8Encoder?: __Encoder;
57
-
58
- runtime?: string;
59
-
60
- disableHostPrefix?: boolean;
61
-
62
- maxAttempts?: number | __Provider<number>;
63
-
64
- retryMode?: string | __Provider<string>;
65
-
66
- logger?: __Logger;
67
-
68
- useDualstackEndpoint?: boolean | __Provider<boolean>;
69
-
70
- useFipsEndpoint?: boolean | __Provider<boolean>;
71
-
72
- serviceId?: string;
73
-
74
- region?: string | __Provider<string>;
75
-
76
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
77
-
78
- regionInfoProvider?: RegionInfoProvider;
79
-
80
- defaultUserAgentProvider?: Provider<__UserAgent>;
81
-
82
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
83
- }
84
- declare type XRayClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
85
-
86
- export interface XRayClientConfig extends XRayClientConfigType {
87
- }
88
- declare type XRayClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
89
-
90
- export interface XRayClientResolvedConfig extends XRayClientResolvedConfigType {
91
- }
92
-
93
- export declare class XRayClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig> {
94
-
95
- readonly config: XRayClientResolvedConfig;
96
- constructor(configuration: XRayClientConfig);
97
-
98
- destroy(): void;
99
- }
100
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ BatchGetTracesCommandInput,
47
+ BatchGetTracesCommandOutput,
48
+ } from "./commands/BatchGetTracesCommand";
49
+ import {
50
+ CreateGroupCommandInput,
51
+ CreateGroupCommandOutput,
52
+ } from "./commands/CreateGroupCommand";
53
+ import {
54
+ CreateSamplingRuleCommandInput,
55
+ CreateSamplingRuleCommandOutput,
56
+ } from "./commands/CreateSamplingRuleCommand";
57
+ import {
58
+ DeleteGroupCommandInput,
59
+ DeleteGroupCommandOutput,
60
+ } from "./commands/DeleteGroupCommand";
61
+ import {
62
+ DeleteSamplingRuleCommandInput,
63
+ DeleteSamplingRuleCommandOutput,
64
+ } from "./commands/DeleteSamplingRuleCommand";
65
+ import {
66
+ GetEncryptionConfigCommandInput,
67
+ GetEncryptionConfigCommandOutput,
68
+ } from "./commands/GetEncryptionConfigCommand";
69
+ import {
70
+ GetGroupCommandInput,
71
+ GetGroupCommandOutput,
72
+ } from "./commands/GetGroupCommand";
73
+ import {
74
+ GetGroupsCommandInput,
75
+ GetGroupsCommandOutput,
76
+ } from "./commands/GetGroupsCommand";
77
+ import {
78
+ GetInsightCommandInput,
79
+ GetInsightCommandOutput,
80
+ } from "./commands/GetInsightCommand";
81
+ import {
82
+ GetInsightEventsCommandInput,
83
+ GetInsightEventsCommandOutput,
84
+ } from "./commands/GetInsightEventsCommand";
85
+ import {
86
+ GetInsightImpactGraphCommandInput,
87
+ GetInsightImpactGraphCommandOutput,
88
+ } from "./commands/GetInsightImpactGraphCommand";
89
+ import {
90
+ GetInsightSummariesCommandInput,
91
+ GetInsightSummariesCommandOutput,
92
+ } from "./commands/GetInsightSummariesCommand";
93
+ import {
94
+ GetSamplingRulesCommandInput,
95
+ GetSamplingRulesCommandOutput,
96
+ } from "./commands/GetSamplingRulesCommand";
97
+ import {
98
+ GetSamplingStatisticSummariesCommandInput,
99
+ GetSamplingStatisticSummariesCommandOutput,
100
+ } from "./commands/GetSamplingStatisticSummariesCommand";
101
+ import {
102
+ GetSamplingTargetsCommandInput,
103
+ GetSamplingTargetsCommandOutput,
104
+ } from "./commands/GetSamplingTargetsCommand";
105
+ import {
106
+ GetServiceGraphCommandInput,
107
+ GetServiceGraphCommandOutput,
108
+ } from "./commands/GetServiceGraphCommand";
109
+ import {
110
+ GetTimeSeriesServiceStatisticsCommandInput,
111
+ GetTimeSeriesServiceStatisticsCommandOutput,
112
+ } from "./commands/GetTimeSeriesServiceStatisticsCommand";
113
+ import {
114
+ GetTraceGraphCommandInput,
115
+ GetTraceGraphCommandOutput,
116
+ } from "./commands/GetTraceGraphCommand";
117
+ import {
118
+ GetTraceSummariesCommandInput,
119
+ GetTraceSummariesCommandOutput,
120
+ } from "./commands/GetTraceSummariesCommand";
121
+ import {
122
+ ListTagsForResourceCommandInput,
123
+ ListTagsForResourceCommandOutput,
124
+ } from "./commands/ListTagsForResourceCommand";
125
+ import {
126
+ PutEncryptionConfigCommandInput,
127
+ PutEncryptionConfigCommandOutput,
128
+ } from "./commands/PutEncryptionConfigCommand";
129
+ import {
130
+ PutTelemetryRecordsCommandInput,
131
+ PutTelemetryRecordsCommandOutput,
132
+ } from "./commands/PutTelemetryRecordsCommand";
133
+ import {
134
+ PutTraceSegmentsCommandInput,
135
+ PutTraceSegmentsCommandOutput,
136
+ } from "./commands/PutTraceSegmentsCommand";
137
+ import {
138
+ TagResourceCommandInput,
139
+ TagResourceCommandOutput,
140
+ } from "./commands/TagResourceCommand";
141
+ import {
142
+ UntagResourceCommandInput,
143
+ UntagResourceCommandOutput,
144
+ } from "./commands/UntagResourceCommand";
145
+ import {
146
+ UpdateGroupCommandInput,
147
+ UpdateGroupCommandOutput,
148
+ } from "./commands/UpdateGroupCommand";
149
+ import {
150
+ UpdateSamplingRuleCommandInput,
151
+ UpdateSamplingRuleCommandOutput,
152
+ } from "./commands/UpdateSamplingRuleCommand";
153
+ export declare type ServiceInputTypes =
154
+ | BatchGetTracesCommandInput
155
+ | CreateGroupCommandInput
156
+ | CreateSamplingRuleCommandInput
157
+ | DeleteGroupCommandInput
158
+ | DeleteSamplingRuleCommandInput
159
+ | GetEncryptionConfigCommandInput
160
+ | GetGroupCommandInput
161
+ | GetGroupsCommandInput
162
+ | GetInsightCommandInput
163
+ | GetInsightEventsCommandInput
164
+ | GetInsightImpactGraphCommandInput
165
+ | GetInsightSummariesCommandInput
166
+ | GetSamplingRulesCommandInput
167
+ | GetSamplingStatisticSummariesCommandInput
168
+ | GetSamplingTargetsCommandInput
169
+ | GetServiceGraphCommandInput
170
+ | GetTimeSeriesServiceStatisticsCommandInput
171
+ | GetTraceGraphCommandInput
172
+ | GetTraceSummariesCommandInput
173
+ | ListTagsForResourceCommandInput
174
+ | PutEncryptionConfigCommandInput
175
+ | PutTelemetryRecordsCommandInput
176
+ | PutTraceSegmentsCommandInput
177
+ | TagResourceCommandInput
178
+ | UntagResourceCommandInput
179
+ | UpdateGroupCommandInput
180
+ | UpdateSamplingRuleCommandInput;
181
+ export declare type ServiceOutputTypes =
182
+ | BatchGetTracesCommandOutput
183
+ | CreateGroupCommandOutput
184
+ | CreateSamplingRuleCommandOutput
185
+ | DeleteGroupCommandOutput
186
+ | DeleteSamplingRuleCommandOutput
187
+ | GetEncryptionConfigCommandOutput
188
+ | GetGroupCommandOutput
189
+ | GetGroupsCommandOutput
190
+ | GetInsightCommandOutput
191
+ | GetInsightEventsCommandOutput
192
+ | GetInsightImpactGraphCommandOutput
193
+ | GetInsightSummariesCommandOutput
194
+ | GetSamplingRulesCommandOutput
195
+ | GetSamplingStatisticSummariesCommandOutput
196
+ | GetSamplingTargetsCommandOutput
197
+ | GetServiceGraphCommandOutput
198
+ | GetTimeSeriesServiceStatisticsCommandOutput
199
+ | GetTraceGraphCommandOutput
200
+ | GetTraceSummariesCommandOutput
201
+ | ListTagsForResourceCommandOutput
202
+ | PutEncryptionConfigCommandOutput
203
+ | PutTelemetryRecordsCommandOutput
204
+ | PutTraceSegmentsCommandOutput
205
+ | TagResourceCommandOutput
206
+ | UntagResourceCommandOutput
207
+ | UpdateGroupCommandOutput
208
+ | UpdateSamplingRuleCommandOutput;
209
+ export interface ClientDefaults
210
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
211
+ requestHandler?: __HttpHandler;
212
+ sha256?: __HashConstructor;
213
+ urlParser?: __UrlParser;
214
+ bodyLengthChecker?: __BodyLengthCalculator;
215
+ streamCollector?: __StreamCollector;
216
+ base64Decoder?: __Decoder;
217
+ base64Encoder?: __Encoder;
218
+ utf8Decoder?: __Decoder;
219
+ utf8Encoder?: __Encoder;
220
+ runtime?: string;
221
+ disableHostPrefix?: boolean;
222
+ maxAttempts?: number | __Provider<number>;
223
+ retryMode?: string | __Provider<string>;
224
+ logger?: __Logger;
225
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
226
+ useFipsEndpoint?: boolean | __Provider<boolean>;
227
+ serviceId?: string;
228
+ region?: string | __Provider<string>;
229
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
230
+ regionInfoProvider?: RegionInfoProvider;
231
+ defaultUserAgentProvider?: Provider<__UserAgent>;
232
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
233
+ }
234
+ declare type XRayClientConfigType = Partial<
235
+ __SmithyConfiguration<__HttpHandlerOptions>
236
+ > &
237
+ ClientDefaults &
238
+ RegionInputConfig &
239
+ EndpointsInputConfig &
240
+ RetryInputConfig &
241
+ HostHeaderInputConfig &
242
+ AwsAuthInputConfig &
243
+ UserAgentInputConfig;
244
+ export interface XRayClientConfig extends XRayClientConfigType {}
245
+ declare type XRayClientResolvedConfigType =
246
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
247
+ Required<ClientDefaults> &
248
+ RegionResolvedConfig &
249
+ EndpointsResolvedConfig &
250
+ RetryResolvedConfig &
251
+ HostHeaderResolvedConfig &
252
+ AwsAuthResolvedConfig &
253
+ UserAgentResolvedConfig;
254
+ export interface XRayClientResolvedConfig
255
+ extends XRayClientResolvedConfigType {}
256
+ export declare class XRayClient extends __Client<
257
+ __HttpHandlerOptions,
258
+ ServiceInputTypes,
259
+ ServiceOutputTypes,
260
+ XRayClientResolvedConfig
261
+ > {
262
+ readonly config: XRayClientResolvedConfig;
263
+ constructor(configuration: XRayClientConfig);
264
+ destroy(): void;
265
+ }
266
+ export {};
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BatchGetTracesRequest, BatchGetTracesResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
- export interface BatchGetTracesCommandInput extends BatchGetTracesRequest {
6
- }
7
- export interface BatchGetTracesCommandOutput extends BatchGetTracesResult, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchGetTracesCommand extends $Command<BatchGetTracesCommandInput, BatchGetTracesCommandOutput, XRayClientResolvedConfig> {
11
- readonly input: BatchGetTracesCommandInput;
12
- constructor(input: BatchGetTracesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetTracesCommandInput, BatchGetTracesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ BatchGetTracesRequest,
10
+ BatchGetTracesResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ XRayClientResolvedConfig,
16
+ } from "../XRayClient";
17
+ export interface BatchGetTracesCommandInput extends BatchGetTracesRequest {}
18
+ export interface BatchGetTracesCommandOutput
19
+ extends BatchGetTracesResult,
20
+ __MetadataBearer {}
21
+ export declare class BatchGetTracesCommand extends $Command<
22
+ BatchGetTracesCommandInput,
23
+ BatchGetTracesCommandOutput,
24
+ XRayClientResolvedConfig
25
+ > {
26
+ readonly input: BatchGetTracesCommandInput;
27
+ constructor(input: BatchGetTracesCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: XRayClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<BatchGetTracesCommandInput, BatchGetTracesCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CreateGroupRequest, CreateGroupResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
- export interface CreateGroupCommandInput extends CreateGroupRequest {
6
- }
7
- export interface CreateGroupCommandOutput extends CreateGroupResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateGroupCommand extends $Command<CreateGroupCommandInput, CreateGroupCommandOutput, XRayClientResolvedConfig> {
11
- readonly input: CreateGroupCommandInput;
12
- constructor(input: CreateGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGroupCommandInput, CreateGroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { CreateGroupRequest, CreateGroupResult } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ XRayClientResolvedConfig,
13
+ } from "../XRayClient";
14
+ export interface CreateGroupCommandInput extends CreateGroupRequest {}
15
+ export interface CreateGroupCommandOutput
16
+ extends CreateGroupResult,
17
+ __MetadataBearer {}
18
+ export declare class CreateGroupCommand extends $Command<
19
+ CreateGroupCommandInput,
20
+ CreateGroupCommandOutput,
21
+ XRayClientResolvedConfig
22
+ > {
23
+ readonly input: CreateGroupCommandInput;
24
+ constructor(input: CreateGroupCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: XRayClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateGroupCommandInput, CreateGroupCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CreateSamplingRuleRequest, CreateSamplingRuleResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
- export interface CreateSamplingRuleCommandInput extends CreateSamplingRuleRequest {
6
- }
7
- export interface CreateSamplingRuleCommandOutput extends CreateSamplingRuleResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateSamplingRuleCommand extends $Command<CreateSamplingRuleCommandInput, CreateSamplingRuleCommandOutput, XRayClientResolvedConfig> {
11
- readonly input: CreateSamplingRuleCommandInput;
12
- constructor(input: CreateSamplingRuleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSamplingRuleCommandInput, CreateSamplingRuleCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CreateSamplingRuleRequest,
10
+ CreateSamplingRuleResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ XRayClientResolvedConfig,
16
+ } from "../XRayClient";
17
+ export interface CreateSamplingRuleCommandInput
18
+ extends CreateSamplingRuleRequest {}
19
+ export interface CreateSamplingRuleCommandOutput
20
+ extends CreateSamplingRuleResult,
21
+ __MetadataBearer {}
22
+ export declare class CreateSamplingRuleCommand extends $Command<
23
+ CreateSamplingRuleCommandInput,
24
+ CreateSamplingRuleCommandOutput,
25
+ XRayClientResolvedConfig
26
+ > {
27
+ readonly input: CreateSamplingRuleCommandInput;
28
+ constructor(input: CreateSamplingRuleCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: XRayClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<CreateSamplingRuleCommandInput, CreateSamplingRuleCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeleteGroupRequest, DeleteGroupResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
- export interface DeleteGroupCommandInput extends DeleteGroupRequest {
6
- }
7
- export interface DeleteGroupCommandOutput extends DeleteGroupResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteGroupCommand extends $Command<DeleteGroupCommandInput, DeleteGroupCommandOutput, XRayClientResolvedConfig> {
11
- readonly input: DeleteGroupCommandInput;
12
- constructor(input: DeleteGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGroupCommandInput, DeleteGroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { DeleteGroupRequest, DeleteGroupResult } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ XRayClientResolvedConfig,
13
+ } from "../XRayClient";
14
+ export interface DeleteGroupCommandInput extends DeleteGroupRequest {}
15
+ export interface DeleteGroupCommandOutput
16
+ extends DeleteGroupResult,
17
+ __MetadataBearer {}
18
+ export declare class DeleteGroupCommand extends $Command<
19
+ DeleteGroupCommandInput,
20
+ DeleteGroupCommandOutput,
21
+ XRayClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteGroupCommandInput;
24
+ constructor(input: DeleteGroupCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: XRayClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteGroupCommandInput, DeleteGroupCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeleteSamplingRuleRequest, DeleteSamplingRuleResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
- export interface DeleteSamplingRuleCommandInput extends DeleteSamplingRuleRequest {
6
- }
7
- export interface DeleteSamplingRuleCommandOutput extends DeleteSamplingRuleResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteSamplingRuleCommand extends $Command<DeleteSamplingRuleCommandInput, DeleteSamplingRuleCommandOutput, XRayClientResolvedConfig> {
11
- readonly input: DeleteSamplingRuleCommandInput;
12
- constructor(input: DeleteSamplingRuleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSamplingRuleCommandInput, DeleteSamplingRuleCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DeleteSamplingRuleRequest,
10
+ DeleteSamplingRuleResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ XRayClientResolvedConfig,
16
+ } from "../XRayClient";
17
+ export interface DeleteSamplingRuleCommandInput
18
+ extends DeleteSamplingRuleRequest {}
19
+ export interface DeleteSamplingRuleCommandOutput
20
+ extends DeleteSamplingRuleResult,
21
+ __MetadataBearer {}
22
+ export declare class DeleteSamplingRuleCommand extends $Command<
23
+ DeleteSamplingRuleCommandInput,
24
+ DeleteSamplingRuleCommandOutput,
25
+ XRayClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteSamplingRuleCommandInput;
28
+ constructor(input: DeleteSamplingRuleCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: XRayClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<DeleteSamplingRuleCommandInput, DeleteSamplingRuleCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }