@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/XRay.d.ts +463 -140
- package/dist-types/ts3.4/XRayClient.d.ts +266 -100
- package/dist-types/ts3.4/commands/BatchGetTracesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateSamplingRuleCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteSamplingRuleCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetEncryptionConfigCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetGroupsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetInsightCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetInsightEventsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetInsightImpactGraphCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetInsightSummariesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetSamplingRulesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetSamplingStatisticSummariesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSamplingTargetsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetServiceGraphCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTraceGraphCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetTraceSummariesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutEncryptionConfigCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutTelemetryRecordsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutTraceSegmentsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateSamplingRuleCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/index.d.ts +27 -27
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/XRayServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +971 -1321
- package/dist-types/ts3.4/pagination/BatchGetTracesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetInsightEventsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetInsightSummariesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetSamplingRulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetSamplingStatisticSummariesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetServiceGraphPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTimeSeriesServiceStatisticsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTraceGraphPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTraceSummariesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/index.d.ts +11 -11
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +329 -83
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,100 +1,266 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
}
|