@aws-sdk/client-xray 3.1087.0 → 3.1089.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 +1 -1
- package/dist-types/ts3.4/XRay.d.ts +133 -157
- package/dist-types/ts3.4/XRayClient.d.ts +22 -53
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/BatchGetTracesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CancelTraceRetrievalCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateSamplingRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteSamplingRuleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetEncryptionConfigCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/GetGroupsCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/GetIndexingRulesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/GetInsightCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetInsightEventsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetInsightImpactGraphCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetInsightSummariesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetRetrievedTracesGraphCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSamplingRulesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/GetSamplingStatisticSummariesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetSamplingTargetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetServiceGraphCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetTraceGraphCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetTraceSegmentDestinationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetTraceSummariesCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/ListResourcePoliciesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListRetrievedTracesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutEncryptionConfigCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/PutTelemetryRecordsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutTraceSegmentsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartTraceRetrievalCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateIndexingRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateSamplingRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateTraceSegmentDestinationCommand.d.ts +3 -5
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +6 -12
- package/dist-types/ts3.4/models/errors.d.ts +9 -39
- package/dist-types/ts3.4/models/models_0.d.ts +1 -3
- package/dist-types/ts3.4/pagination/GetGroupsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/package.json +38 -38
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -44,18 +41,12 @@ import {
|
|
|
44
41
|
CancelTraceRetrievalCommandInput,
|
|
45
42
|
CancelTraceRetrievalCommandOutput,
|
|
46
43
|
} from "./commands/CancelTraceRetrievalCommand";
|
|
47
|
-
import {
|
|
48
|
-
CreateGroupCommandInput,
|
|
49
|
-
CreateGroupCommandOutput,
|
|
50
|
-
} from "./commands/CreateGroupCommand";
|
|
44
|
+
import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
|
|
51
45
|
import {
|
|
52
46
|
CreateSamplingRuleCommandInput,
|
|
53
47
|
CreateSamplingRuleCommandOutput,
|
|
54
48
|
} from "./commands/CreateSamplingRuleCommand";
|
|
55
|
-
import {
|
|
56
|
-
DeleteGroupCommandInput,
|
|
57
|
-
DeleteGroupCommandOutput,
|
|
58
|
-
} from "./commands/DeleteGroupCommand";
|
|
49
|
+
import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
|
|
59
50
|
import {
|
|
60
51
|
DeleteResourcePolicyCommandInput,
|
|
61
52
|
DeleteResourcePolicyCommandOutput,
|
|
@@ -68,22 +59,13 @@ import {
|
|
|
68
59
|
GetEncryptionConfigCommandInput,
|
|
69
60
|
GetEncryptionConfigCommandOutput,
|
|
70
61
|
} from "./commands/GetEncryptionConfigCommand";
|
|
71
|
-
import {
|
|
72
|
-
|
|
73
|
-
GetGroupCommandOutput,
|
|
74
|
-
} from "./commands/GetGroupCommand";
|
|
75
|
-
import {
|
|
76
|
-
GetGroupsCommandInput,
|
|
77
|
-
GetGroupsCommandOutput,
|
|
78
|
-
} from "./commands/GetGroupsCommand";
|
|
62
|
+
import { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
|
|
63
|
+
import { GetGroupsCommandInput, GetGroupsCommandOutput } from "./commands/GetGroupsCommand";
|
|
79
64
|
import {
|
|
80
65
|
GetIndexingRulesCommandInput,
|
|
81
66
|
GetIndexingRulesCommandOutput,
|
|
82
67
|
} from "./commands/GetIndexingRulesCommand";
|
|
83
|
-
import {
|
|
84
|
-
GetInsightCommandInput,
|
|
85
|
-
GetInsightCommandOutput,
|
|
86
|
-
} from "./commands/GetInsightCommand";
|
|
68
|
+
import { GetInsightCommandInput, GetInsightCommandOutput } from "./commands/GetInsightCommand";
|
|
87
69
|
import {
|
|
88
70
|
GetInsightEventsCommandInput,
|
|
89
71
|
GetInsightEventsCommandOutput,
|
|
@@ -164,18 +146,12 @@ import {
|
|
|
164
146
|
StartTraceRetrievalCommandInput,
|
|
165
147
|
StartTraceRetrievalCommandOutput,
|
|
166
148
|
} from "./commands/StartTraceRetrievalCommand";
|
|
167
|
-
import {
|
|
168
|
-
TagResourceCommandInput,
|
|
169
|
-
TagResourceCommandOutput,
|
|
170
|
-
} from "./commands/TagResourceCommand";
|
|
149
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
171
150
|
import {
|
|
172
151
|
UntagResourceCommandInput,
|
|
173
152
|
UntagResourceCommandOutput,
|
|
174
153
|
} from "./commands/UntagResourceCommand";
|
|
175
|
-
import {
|
|
176
|
-
UpdateGroupCommandInput,
|
|
177
|
-
UpdateGroupCommandOutput,
|
|
178
|
-
} from "./commands/UpdateGroupCommand";
|
|
154
|
+
import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/UpdateGroupCommand";
|
|
179
155
|
import {
|
|
180
156
|
UpdateIndexingRuleCommandInput,
|
|
181
157
|
UpdateIndexingRuleCommandOutput,
|
|
@@ -273,8 +249,7 @@ export type ServiceOutputTypes =
|
|
|
273
249
|
| UpdateIndexingRuleCommandOutput
|
|
274
250
|
| UpdateSamplingRuleCommandOutput
|
|
275
251
|
| UpdateTraceSegmentDestinationCommandOutput;
|
|
276
|
-
export interface ClientDefaults
|
|
277
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
252
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
278
253
|
requestHandler?: __HttpHandlerUserInput;
|
|
279
254
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
280
255
|
urlParser?: __UrlParser;
|
|
@@ -299,9 +274,7 @@ export interface ClientDefaults
|
|
|
299
274
|
extensions?: RuntimeExtension[];
|
|
300
275
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
301
276
|
}
|
|
302
|
-
export type XRayClientConfigType = Partial<
|
|
303
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
304
|
-
> &
|
|
277
|
+
export type XRayClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
305
278
|
ClientDefaults &
|
|
306
279
|
UserAgentInputConfig &
|
|
307
280
|
RetryInputConfig &
|
|
@@ -311,19 +284,17 @@ export type XRayClientConfigType = Partial<
|
|
|
311
284
|
HttpAuthSchemeInputConfig &
|
|
312
285
|
ClientInputEndpointParameters;
|
|
313
286
|
export interface XRayClientConfig extends XRayClientConfigType {}
|
|
314
|
-
export type XRayClientResolvedConfigType =
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
export interface XRayClientResolvedConfig
|
|
326
|
-
extends XRayClientResolvedConfigType {}
|
|
287
|
+
export type XRayClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
288
|
+
Required<ClientDefaults> &
|
|
289
|
+
RuntimeExtensionsConfig &
|
|
290
|
+
UserAgentResolvedConfig &
|
|
291
|
+
RetryResolvedConfig &
|
|
292
|
+
RegionResolvedConfig &
|
|
293
|
+
HostHeaderResolvedConfig &
|
|
294
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
295
|
+
HttpAuthSchemeResolvedConfig &
|
|
296
|
+
ClientResolvedEndpointParameters;
|
|
297
|
+
export interface XRayClientResolvedConfig extends XRayClientResolvedConfigType {}
|
|
327
298
|
export declare class XRayClient extends __Client<
|
|
328
299
|
__HttpHandlerOptions,
|
|
329
300
|
ServiceInputTypes,
|
|
@@ -331,8 +302,6 @@ export declare class XRayClient extends __Client<
|
|
|
331
302
|
XRayClientResolvedConfig
|
|
332
303
|
> {
|
|
333
304
|
readonly config: XRayClientResolvedConfig;
|
|
334
|
-
constructor(
|
|
335
|
-
...[configuration]: __CheckOptionalClientConfig<XRayClientConfig>
|
|
336
|
-
);
|
|
305
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<XRayClientConfig>);
|
|
337
306
|
destroy(): void;
|
|
338
307
|
}
|
|
@@ -7,17 +7,10 @@ import { XRayHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: XRayHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: XRayHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): XRayHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -15,32 +15,29 @@ import { XRayClientResolvedConfig } from "../XRayClient";
|
|
|
15
15
|
export interface XRayHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
16
16
|
region?: string;
|
|
17
17
|
}
|
|
18
|
-
export interface XRayHttpAuthSchemeParametersProvider
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
> {}
|
|
18
|
+
export interface XRayHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
XRayClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
XRayHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
25
24
|
export declare const defaultXRayHttpAuthSchemeParametersProvider: (
|
|
26
25
|
config: XRayClientResolvedConfig,
|
|
27
26
|
context: HandlerExecutionContext,
|
|
28
|
-
input: object
|
|
27
|
+
input: object,
|
|
29
28
|
) => Promise<XRayHttpAuthSchemeParameters>;
|
|
30
|
-
export interface XRayHttpAuthSchemeProvider
|
|
31
|
-
extends HttpAuthSchemeProvider<XRayHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface XRayHttpAuthSchemeProvider extends HttpAuthSchemeProvider<XRayHttpAuthSchemeParameters> {}
|
|
32
30
|
export declare const defaultXRayHttpAuthSchemeProvider: XRayHttpAuthSchemeProvider;
|
|
33
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
34
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
35
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
36
34
|
httpAuthSchemeProvider?: XRayHttpAuthSchemeProvider;
|
|
37
35
|
}
|
|
38
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
39
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
40
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
41
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
42
39
|
readonly httpAuthSchemeProvider: XRayHttpAuthSchemeProvider;
|
|
43
40
|
}
|
|
44
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
45
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
46
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -1,25 +1,20 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
ServiceOutputTypes,
|
|
5
|
-
XRayClientResolvedConfig,
|
|
6
|
-
} from "./XRayClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
2
|
+
import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "./XRayClient";
|
|
3
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
4
|
added: EndpointParameterInstructions,
|
|
12
5
|
plugins: (
|
|
13
6
|
CommandCtor: any,
|
|
14
7
|
clientStack: any,
|
|
15
8
|
config: any,
|
|
16
|
-
options: any
|
|
9
|
+
options: any,
|
|
17
10
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
11
|
op: string,
|
|
19
12
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
13
|
+
smithyContext?: Record<string, unknown>,
|
|
21
14
|
) => {
|
|
22
|
-
new (
|
|
15
|
+
new (
|
|
16
|
+
input: I,
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
18
|
I,
|
|
24
19
|
O,
|
|
25
20
|
XRayClientResolvedConfig,
|
|
@@ -38,9 +33,4 @@ export declare const command: <
|
|
|
38
33
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
34
|
};
|
|
40
35
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
36
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
BatchGetTracesRequest,
|
|
4
|
-
BatchGetTracesResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { BatchGetTracesRequest, BatchGetTracesResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface BatchGetTracesCommandInput extends BatchGetTracesRequest {}
|
|
8
|
-
export interface BatchGetTracesCommandOutput
|
|
9
|
-
extends BatchGetTracesResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface BatchGetTracesCommandOutput extends BatchGetTracesResult, __MetadataBearer {}
|
|
11
6
|
declare const BatchGetTracesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: BatchGetTracesCommandInput
|
|
8
|
+
input: BatchGetTracesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
BatchGetTracesCommandInput,
|
|
16
11
|
BatchGetTracesCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const BatchGetTracesCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: BatchGetTracesCommandInput
|
|
17
|
+
input: BatchGetTracesCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
BatchGetTracesCommandInput,
|
|
25
20
|
BatchGetTracesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CancelTraceRetrievalRequest,
|
|
4
|
-
CancelTraceRetrievalResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CancelTraceRetrievalRequest, CancelTraceRetrievalResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CancelTraceRetrievalCommandInput
|
|
8
|
-
extends CancelTraceRetrievalRequest {}
|
|
4
|
+
export interface CancelTraceRetrievalCommandInput extends CancelTraceRetrievalRequest {}
|
|
9
5
|
export interface CancelTraceRetrievalCommandOutput
|
|
10
|
-
extends CancelTraceRetrievalResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CancelTraceRetrievalResult, __MetadataBearer {}
|
|
12
7
|
declare const CancelTraceRetrievalCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CancelTraceRetrievalCommandInput
|
|
9
|
+
input: CancelTraceRetrievalCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CancelTraceRetrievalCommandInput,
|
|
17
12
|
CancelTraceRetrievalCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CancelTraceRetrievalCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CancelTraceRetrievalCommandInput
|
|
18
|
+
input: CancelTraceRetrievalCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CancelTraceRetrievalCommandInput,
|
|
26
21
|
CancelTraceRetrievalCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateGroupRequest, CreateGroupResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateGroupCommandInput extends CreateGroupRequest {}
|
|
5
|
-
export interface CreateGroupCommandOutput
|
|
6
|
-
extends CreateGroupResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateGroupCommandOutput extends CreateGroupResult, __MetadataBearer {}
|
|
8
6
|
declare const CreateGroupCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateGroupCommandInput
|
|
8
|
+
input: CreateGroupCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateGroupCommandInput,
|
|
13
11
|
CreateGroupCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateGroupCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateGroupCommandInput
|
|
17
|
+
input: CreateGroupCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateGroupCommandInput,
|
|
22
20
|
CreateGroupCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateSamplingRuleRequest,
|
|
4
|
-
CreateSamplingRuleResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateSamplingRuleRequest, CreateSamplingRuleResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateSamplingRuleCommandInput
|
|
8
|
-
extends CreateSamplingRuleRequest {}
|
|
4
|
+
export interface CreateSamplingRuleCommandInput extends CreateSamplingRuleRequest {}
|
|
9
5
|
export interface CreateSamplingRuleCommandOutput
|
|
10
|
-
extends CreateSamplingRuleResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateSamplingRuleResult, __MetadataBearer {}
|
|
12
7
|
declare const CreateSamplingRuleCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateSamplingRuleCommandInput
|
|
9
|
+
input: CreateSamplingRuleCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateSamplingRuleCommandInput,
|
|
17
12
|
CreateSamplingRuleCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateSamplingRuleCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateSamplingRuleCommandInput
|
|
18
|
+
input: CreateSamplingRuleCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateSamplingRuleCommandInput,
|
|
26
21
|
CreateSamplingRuleCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteGroupRequest, DeleteGroupResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteGroupCommandInput extends DeleteGroupRequest {}
|
|
5
|
-
export interface DeleteGroupCommandOutput
|
|
6
|
-
extends DeleteGroupResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteGroupCommandOutput extends DeleteGroupResult, __MetadataBearer {}
|
|
8
6
|
declare const DeleteGroupCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteGroupCommandInput
|
|
8
|
+
input: DeleteGroupCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteGroupCommandInput,
|
|
13
11
|
DeleteGroupCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteResourcePolicyRequest,
|
|
4
|
-
DeleteResourcePolicyResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteResourcePolicyRequest, DeleteResourcePolicyResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteResourcePolicyCommandInput
|
|
8
|
-
extends DeleteResourcePolicyRequest {}
|
|
4
|
+
export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRequest {}
|
|
9
5
|
export interface DeleteResourcePolicyCommandOutput
|
|
10
|
-
extends DeleteResourcePolicyResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteResourcePolicyResult, __MetadataBearer {}
|
|
12
7
|
declare const DeleteResourcePolicyCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteResourcePolicyCommandInput
|
|
9
|
+
input: DeleteResourcePolicyCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteResourcePolicyCommandInput,
|
|
17
12
|
DeleteResourcePolicyCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteResourcePolicyCommandInput
|
|
18
|
+
input: DeleteResourcePolicyCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteResourcePolicyCommandInput,
|
|
26
21
|
DeleteResourcePolicyCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteSamplingRuleRequest,
|
|
4
|
-
DeleteSamplingRuleResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteSamplingRuleRequest, DeleteSamplingRuleResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteSamplingRuleCommandInput
|
|
8
|
-
extends DeleteSamplingRuleRequest {}
|
|
4
|
+
export interface DeleteSamplingRuleCommandInput extends DeleteSamplingRuleRequest {}
|
|
9
5
|
export interface DeleteSamplingRuleCommandOutput
|
|
10
|
-
extends DeleteSamplingRuleResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteSamplingRuleResult, __MetadataBearer {}
|
|
12
7
|
declare const DeleteSamplingRuleCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteSamplingRuleCommandInput
|
|
9
|
+
input: DeleteSamplingRuleCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteSamplingRuleCommandInput,
|
|
17
12
|
DeleteSamplingRuleCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetEncryptionConfigRequest,
|
|
4
|
-
GetEncryptionConfigResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetEncryptionConfigRequest, GetEncryptionConfigResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetEncryptionConfigCommandInput
|
|
8
|
-
extends GetEncryptionConfigRequest {}
|
|
4
|
+
export interface GetEncryptionConfigCommandInput extends GetEncryptionConfigRequest {}
|
|
9
5
|
export interface GetEncryptionConfigCommandOutput
|
|
10
|
-
extends GetEncryptionConfigResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetEncryptionConfigResult, __MetadataBearer {}
|
|
12
7
|
declare const GetEncryptionConfigCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetEncryptionConfigCommandInput
|
|
9
|
+
input: GetEncryptionConfigCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetEncryptionConfigCommandInput,
|
|
17
12
|
GetEncryptionConfigCommandOutput,
|
|
@@ -2,11 +2,11 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetGroupRequest, GetGroupResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetGroupCommandInput extends GetGroupRequest {}
|
|
5
|
-
export interface GetGroupCommandOutput
|
|
6
|
-
extends GetGroupResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetGroupCommandOutput extends GetGroupResult, __MetadataBearer {}
|
|
8
6
|
declare const GetGroupCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetGroupCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetGroupCommandInput,
|
|
11
11
|
GetGroupCommandOutput,
|
|
12
12
|
import("..").XRayClientResolvedConfig,
|
|
@@ -2,11 +2,11 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetGroupsRequest, GetGroupsResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetGroupsCommandInput extends GetGroupsRequest {}
|
|
5
|
-
export interface GetGroupsCommandOutput
|
|
6
|
-
extends GetGroupsResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetGroupsCommandOutput extends GetGroupsResult, __MetadataBearer {}
|
|
8
6
|
declare const GetGroupsCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetGroupsCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetGroupsCommandInput,
|
|
11
11
|
GetGroupsCommandOutput,
|
|
12
12
|
import("..").XRayClientResolvedConfig,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetIndexingRulesRequest,
|
|
4
|
-
GetIndexingRulesResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetIndexingRulesRequest, GetIndexingRulesResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetIndexingRulesCommandInput extends GetIndexingRulesRequest {}
|
|
8
|
-
export interface GetIndexingRulesCommandOutput
|
|
9
|
-
extends GetIndexingRulesResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetIndexingRulesCommandOutput extends GetIndexingRulesResult, __MetadataBearer {}
|
|
11
6
|
declare const GetIndexingRulesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetIndexingRulesCommandInput
|
|
8
|
+
input: GetIndexingRulesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetIndexingRulesCommandInput,
|
|
16
11
|
GetIndexingRulesCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetInsightRequest, GetInsightResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetInsightCommandInput extends GetInsightRequest {}
|
|
5
|
-
export interface GetInsightCommandOutput
|
|
6
|
-
extends GetInsightResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetInsightCommandOutput extends GetInsightResult, __MetadataBearer {}
|
|
8
6
|
declare const GetInsightCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetInsightCommandInput
|
|
8
|
+
input: GetInsightCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetInsightCommandInput,
|
|
13
11
|
GetInsightCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetInsightCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetInsightCommandInput
|
|
17
|
+
input: GetInsightCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetInsightCommandInput,
|
|
22
20
|
GetInsightCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetInsightEventsRequest,
|
|
4
|
-
GetInsightEventsResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetInsightEventsRequest, GetInsightEventsResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetInsightEventsCommandInput extends GetInsightEventsRequest {}
|
|
8
|
-
export interface GetInsightEventsCommandOutput
|
|
9
|
-
extends GetInsightEventsResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetInsightEventsCommandOutput extends GetInsightEventsResult, __MetadataBearer {}
|
|
11
6
|
declare const GetInsightEventsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetInsightEventsCommandInput
|
|
8
|
+
input: GetInsightEventsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetInsightEventsCommandInput,
|
|
16
11
|
GetInsightEventsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetInsightEventsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetInsightEventsCommandInput
|
|
17
|
+
input: GetInsightEventsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetInsightEventsCommandInput,
|
|
25
20
|
GetInsightEventsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetInsightImpactGraphRequest,
|
|
4
|
-
GetInsightImpactGraphResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetInsightImpactGraphRequest, GetInsightImpactGraphResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetInsightImpactGraphCommandInput
|
|
8
|
-
extends GetInsightImpactGraphRequest {}
|
|
4
|
+
export interface GetInsightImpactGraphCommandInput extends GetInsightImpactGraphRequest {}
|
|
9
5
|
export interface GetInsightImpactGraphCommandOutput
|
|
10
|
-
extends GetInsightImpactGraphResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetInsightImpactGraphResult, __MetadataBearer {}
|
|
12
7
|
declare const GetInsightImpactGraphCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetInsightImpactGraphCommandInput
|
|
9
|
+
input: GetInsightImpactGraphCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetInsightImpactGraphCommandInput,
|
|
17
12
|
GetInsightImpactGraphCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetInsightImpactGraphCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetInsightImpactGraphCommandInput
|
|
18
|
+
input: GetInsightImpactGraphCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetInsightImpactGraphCommandInput,
|
|
26
21
|
GetInsightImpactGraphCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetInsightSummariesRequest,
|
|
4
|
-
GetInsightSummariesResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetInsightSummariesRequest, GetInsightSummariesResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetInsightSummariesCommandInput
|
|
8
|
-
extends GetInsightSummariesRequest {}
|
|
4
|
+
export interface GetInsightSummariesCommandInput extends GetInsightSummariesRequest {}
|
|
9
5
|
export interface GetInsightSummariesCommandOutput
|
|
10
|
-
extends GetInsightSummariesResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetInsightSummariesResult, __MetadataBearer {}
|
|
12
7
|
declare const GetInsightSummariesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetInsightSummariesCommandInput
|
|
9
|
+
input: GetInsightSummariesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetInsightSummariesCommandInput,
|
|
17
12
|
GetInsightSummariesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetInsightSummariesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetInsightSummariesCommandInput
|
|
18
|
+
input: GetInsightSummariesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetInsightSummariesCommandInput,
|
|
26
21
|
GetInsightSummariesCommandOutput,
|