@aws-sdk/client-xray 3.529.1 → 3.535.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-types/XRay.d.ts +10 -1
- package/dist-types/XRayClient.d.ts +1 -1
- package/dist-types/commands/BatchGetTracesCommand.d.ts +2 -1
- package/dist-types/commands/CreateGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateSamplingRuleCommand.d.ts +2 -1
- package/dist-types/commands/DeleteGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSamplingRuleCommand.d.ts +2 -1
- package/dist-types/commands/GetEncryptionConfigCommand.d.ts +2 -1
- package/dist-types/commands/GetGroupCommand.d.ts +2 -1
- package/dist-types/commands/GetGroupsCommand.d.ts +2 -1
- package/dist-types/commands/GetInsightCommand.d.ts +2 -1
- package/dist-types/commands/GetInsightEventsCommand.d.ts +2 -1
- package/dist-types/commands/GetInsightImpactGraphCommand.d.ts +2 -1
- package/dist-types/commands/GetInsightSummariesCommand.d.ts +2 -1
- package/dist-types/commands/GetSamplingRulesCommand.d.ts +2 -1
- package/dist-types/commands/GetSamplingStatisticSummariesCommand.d.ts +2 -1
- package/dist-types/commands/GetSamplingTargetsCommand.d.ts +2 -1
- package/dist-types/commands/GetServiceGraphCommand.d.ts +2 -1
- package/dist-types/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +2 -1
- package/dist-types/commands/GetTraceGraphCommand.d.ts +2 -1
- package/dist-types/commands/GetTraceSummariesCommand.d.ts +2 -1
- package/dist-types/commands/ListResourcePoliciesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PutEncryptionConfigCommand.d.ts +2 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/PutTelemetryRecordsCommand.d.ts +2 -1
- package/dist-types/commands/PutTraceSegmentsCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSamplingRuleCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +450 -450
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/XRay.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchGetTracesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSamplingRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSamplingRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetEncryptionConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetInsightCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetInsightEventsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetInsightImpactGraphCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetInsightSummariesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSamplingRulesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSamplingStatisticSummariesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSamplingTargetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetServiceGraphCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTraceGraphCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTraceSummariesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListResourcePoliciesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutEncryptionConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutTelemetryRecordsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutTraceSegmentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSamplingRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
package/dist-types/XRay.d.ts
CHANGED
|
@@ -52,6 +52,7 @@ export interface XRay {
|
|
|
52
52
|
/**
|
|
53
53
|
* @see {@link DeleteGroupCommand}
|
|
54
54
|
*/
|
|
55
|
+
deleteGroup(): Promise<DeleteGroupCommandOutput>;
|
|
55
56
|
deleteGroup(args: DeleteGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGroupCommandOutput>;
|
|
56
57
|
deleteGroup(args: DeleteGroupCommandInput, cb: (err: any, data?: DeleteGroupCommandOutput) => void): void;
|
|
57
58
|
deleteGroup(args: DeleteGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGroupCommandOutput) => void): void;
|
|
@@ -64,24 +65,28 @@ export interface XRay {
|
|
|
64
65
|
/**
|
|
65
66
|
* @see {@link DeleteSamplingRuleCommand}
|
|
66
67
|
*/
|
|
68
|
+
deleteSamplingRule(): Promise<DeleteSamplingRuleCommandOutput>;
|
|
67
69
|
deleteSamplingRule(args: DeleteSamplingRuleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSamplingRuleCommandOutput>;
|
|
68
70
|
deleteSamplingRule(args: DeleteSamplingRuleCommandInput, cb: (err: any, data?: DeleteSamplingRuleCommandOutput) => void): void;
|
|
69
71
|
deleteSamplingRule(args: DeleteSamplingRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSamplingRuleCommandOutput) => void): void;
|
|
70
72
|
/**
|
|
71
73
|
* @see {@link GetEncryptionConfigCommand}
|
|
72
74
|
*/
|
|
75
|
+
getEncryptionConfig(): Promise<GetEncryptionConfigCommandOutput>;
|
|
73
76
|
getEncryptionConfig(args: GetEncryptionConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetEncryptionConfigCommandOutput>;
|
|
74
77
|
getEncryptionConfig(args: GetEncryptionConfigCommandInput, cb: (err: any, data?: GetEncryptionConfigCommandOutput) => void): void;
|
|
75
78
|
getEncryptionConfig(args: GetEncryptionConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEncryptionConfigCommandOutput) => void): void;
|
|
76
79
|
/**
|
|
77
80
|
* @see {@link GetGroupCommand}
|
|
78
81
|
*/
|
|
82
|
+
getGroup(): Promise<GetGroupCommandOutput>;
|
|
79
83
|
getGroup(args: GetGroupCommandInput, options?: __HttpHandlerOptions): Promise<GetGroupCommandOutput>;
|
|
80
84
|
getGroup(args: GetGroupCommandInput, cb: (err: any, data?: GetGroupCommandOutput) => void): void;
|
|
81
85
|
getGroup(args: GetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGroupCommandOutput) => void): void;
|
|
82
86
|
/**
|
|
83
87
|
* @see {@link GetGroupsCommand}
|
|
84
88
|
*/
|
|
89
|
+
getGroups(): Promise<GetGroupsCommandOutput>;
|
|
85
90
|
getGroups(args: GetGroupsCommandInput, options?: __HttpHandlerOptions): Promise<GetGroupsCommandOutput>;
|
|
86
91
|
getGroups(args: GetGroupsCommandInput, cb: (err: any, data?: GetGroupsCommandOutput) => void): void;
|
|
87
92
|
getGroups(args: GetGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGroupsCommandOutput) => void): void;
|
|
@@ -112,12 +117,14 @@ export interface XRay {
|
|
|
112
117
|
/**
|
|
113
118
|
* @see {@link GetSamplingRulesCommand}
|
|
114
119
|
*/
|
|
120
|
+
getSamplingRules(): Promise<GetSamplingRulesCommandOutput>;
|
|
115
121
|
getSamplingRules(args: GetSamplingRulesCommandInput, options?: __HttpHandlerOptions): Promise<GetSamplingRulesCommandOutput>;
|
|
116
122
|
getSamplingRules(args: GetSamplingRulesCommandInput, cb: (err: any, data?: GetSamplingRulesCommandOutput) => void): void;
|
|
117
123
|
getSamplingRules(args: GetSamplingRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSamplingRulesCommandOutput) => void): void;
|
|
118
124
|
/**
|
|
119
125
|
* @see {@link GetSamplingStatisticSummariesCommand}
|
|
120
126
|
*/
|
|
127
|
+
getSamplingStatisticSummaries(): Promise<GetSamplingStatisticSummariesCommandOutput>;
|
|
121
128
|
getSamplingStatisticSummaries(args: GetSamplingStatisticSummariesCommandInput, options?: __HttpHandlerOptions): Promise<GetSamplingStatisticSummariesCommandOutput>;
|
|
122
129
|
getSamplingStatisticSummaries(args: GetSamplingStatisticSummariesCommandInput, cb: (err: any, data?: GetSamplingStatisticSummariesCommandOutput) => void): void;
|
|
123
130
|
getSamplingStatisticSummaries(args: GetSamplingStatisticSummariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSamplingStatisticSummariesCommandOutput) => void): void;
|
|
@@ -154,6 +161,7 @@ export interface XRay {
|
|
|
154
161
|
/**
|
|
155
162
|
* @see {@link ListResourcePoliciesCommand}
|
|
156
163
|
*/
|
|
164
|
+
listResourcePolicies(): Promise<ListResourcePoliciesCommandOutput>;
|
|
157
165
|
listResourcePolicies(args: ListResourcePoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListResourcePoliciesCommandOutput>;
|
|
158
166
|
listResourcePolicies(args: ListResourcePoliciesCommandInput, cb: (err: any, data?: ListResourcePoliciesCommandOutput) => void): void;
|
|
159
167
|
listResourcePolicies(args: ListResourcePoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourcePoliciesCommandOutput) => void): void;
|
|
@@ -202,6 +210,7 @@ export interface XRay {
|
|
|
202
210
|
/**
|
|
203
211
|
* @see {@link UpdateGroupCommand}
|
|
204
212
|
*/
|
|
213
|
+
updateGroup(): Promise<UpdateGroupCommandOutput>;
|
|
205
214
|
updateGroup(args: UpdateGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGroupCommandOutput>;
|
|
206
215
|
updateGroup(args: UpdateGroupCommandInput, cb: (err: any, data?: UpdateGroupCommandOutput) => void): void;
|
|
207
216
|
updateGroup(args: UpdateGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGroupCommandOutput) => void): void;
|
|
@@ -213,9 +222,9 @@ export interface XRay {
|
|
|
213
222
|
updateSamplingRule(args: UpdateSamplingRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSamplingRuleCommandOutput) => void): void;
|
|
214
223
|
}
|
|
215
224
|
/**
|
|
216
|
-
* @public
|
|
217
225
|
* <p>Amazon Web Services X-Ray provides APIs for managing debug traces and retrieving service maps
|
|
218
226
|
* and other data created by processing those traces.</p>
|
|
227
|
+
* @public
|
|
219
228
|
*/
|
|
220
229
|
export declare class XRay extends XRayClient implements XRay {
|
|
221
230
|
}
|
|
@@ -181,9 +181,9 @@ export type XRayClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpH
|
|
|
181
181
|
export interface XRayClientResolvedConfig extends XRayClientResolvedConfigType {
|
|
182
182
|
}
|
|
183
183
|
/**
|
|
184
|
-
* @public
|
|
185
184
|
* <p>Amazon Web Services X-Ray provides APIs for managing debug traces and retrieving service maps
|
|
186
185
|
* and other data created by processing those traces.</p>
|
|
186
|
+
* @public
|
|
187
187
|
*/
|
|
188
188
|
export declare class XRayClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig> {
|
|
189
189
|
/**
|
|
@@ -22,10 +22,10 @@ export interface BatchGetTracesCommandOutput extends BatchGetTracesResult, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const BatchGetTracesCommand_base: {
|
|
24
24
|
new (input: BatchGetTracesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetTracesCommandInput, BatchGetTracesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: BatchGetTracesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetTracesCommandInput, BatchGetTracesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a list of traces specified by ID. Each trace is a collection of segment
|
|
30
30
|
* documents that originates from a single request. Use <code>GetTraceSummaries</code> to get a
|
|
31
31
|
* list of trace IDs.</p>
|
|
@@ -80,6 +80,7 @@ declare const BatchGetTracesCommand_base: {
|
|
|
80
80
|
* @throws {@link XRayServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class BatchGetTracesCommand extends BatchGetTracesCommand_base {
|
|
85
86
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateGroupCommandOutput extends CreateGroupResult, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateGroupCommand_base: {
|
|
24
24
|
new (input: CreateGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGroupCommandInput, CreateGroupCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGroupCommandInput, CreateGroupCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a group resource with a name and a filter expression. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -78,6 +78,7 @@ declare const CreateGroupCommand_base: {
|
|
|
78
78
|
* @throws {@link XRayServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class CreateGroupCommand extends CreateGroupCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateSamplingRuleCommandOutput extends CreateSamplingRuleResul
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateSamplingRuleCommand_base: {
|
|
24
24
|
new (input: CreateSamplingRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSamplingRuleCommandInput, CreateSamplingRuleCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateSamplingRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSamplingRuleCommandInput, CreateSamplingRuleCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a rule to control sampling behavior for instrumented applications. Services
|
|
30
30
|
* retrieve rules with <a href="https://docs.aws.amazon.com/xray/latest/api/API_GetSamplingRules.html">GetSamplingRules</a>, and evaluate each rule in ascending
|
|
31
31
|
* order of <i>priority</i> for each request. If a rule matches, the service
|
|
@@ -110,6 +110,7 @@ declare const CreateSamplingRuleCommand_base: {
|
|
|
110
110
|
* @throws {@link XRayServiceException}
|
|
111
111
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
112
112
|
*
|
|
113
|
+
* @public
|
|
113
114
|
*/
|
|
114
115
|
export declare class CreateSamplingRuleCommand extends CreateSamplingRuleCommand_base {
|
|
115
116
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteGroupCommandOutput extends DeleteGroupResult, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteGroupCommand_base: {
|
|
24
24
|
new (input: DeleteGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGroupCommandInput, DeleteGroupCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DeleteGroupCommandInput]): import("@smithy/smithy-client").CommandImpl<DeleteGroupCommandInput, DeleteGroupCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a group resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -58,6 +58,7 @@ declare const DeleteGroupCommand_base: {
|
|
|
58
58
|
* @throws {@link XRayServiceException}
|
|
59
59
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
60
60
|
*
|
|
61
|
+
* @public
|
|
61
62
|
*/
|
|
62
63
|
export declare class DeleteGroupCommand extends DeleteGroupCommand_base {
|
|
63
64
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteResourcePolicyCommand_base: {
|
|
24
24
|
new (input: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a resource policy from the target Amazon Web Services account.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -62,6 +62,7 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
62
62
|
* @throws {@link XRayServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
64
64
|
*
|
|
65
|
+
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
|
|
67
68
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteSamplingRuleCommandOutput extends DeleteSamplingRuleResul
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteSamplingRuleCommand_base: {
|
|
24
24
|
new (input: DeleteSamplingRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSamplingRuleCommandInput, DeleteSamplingRuleCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DeleteSamplingRuleCommandInput]): import("@smithy/smithy-client").CommandImpl<DeleteSamplingRuleCommandInput, DeleteSamplingRuleCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a sampling rule.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -80,6 +80,7 @@ declare const DeleteSamplingRuleCommand_base: {
|
|
|
80
80
|
* @throws {@link XRayServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class DeleteSamplingRuleCommand extends DeleteSamplingRuleCommand_base {
|
|
85
86
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetEncryptionConfigCommandOutput extends GetEncryptionConfigRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetEncryptionConfigCommand_base: {
|
|
24
24
|
new (input: GetEncryptionConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetEncryptionConfigCommandInput, GetEncryptionConfigCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [GetEncryptionConfigCommandInput]): import("@smithy/smithy-client").CommandImpl<GetEncryptionConfigCommandInput, GetEncryptionConfigCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the current encryption configuration for X-Ray data.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -61,6 +61,7 @@ declare const GetEncryptionConfigCommand_base: {
|
|
|
61
61
|
* @throws {@link XRayServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
63
63
|
*
|
|
64
|
+
* @public
|
|
64
65
|
*/
|
|
65
66
|
export declare class GetEncryptionConfigCommand extends GetEncryptionConfigCommand_base {
|
|
66
67
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetGroupCommandOutput extends GetGroupResult, __MetadataBearer
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetGroupCommand_base: {
|
|
24
24
|
new (input: GetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetGroupCommandInput, GetGroupCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [GetGroupCommandInput]): import("@smithy/smithy-client").CommandImpl<GetGroupCommandInput, GetGroupCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves group resource details.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -68,6 +68,7 @@ declare const GetGroupCommand_base: {
|
|
|
68
68
|
* @throws {@link XRayServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class GetGroupCommand extends GetGroupCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetGroupsCommandOutput extends GetGroupsResult, __MetadataBeare
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetGroupsCommand_base: {
|
|
24
24
|
new (input: GetGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<GetGroupsCommandInput, GetGroupsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [GetGroupsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetGroupsCommandInput, GetGroupsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves all active group details.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -70,6 +70,7 @@ declare const GetGroupsCommand_base: {
|
|
|
70
70
|
* @throws {@link XRayServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class GetGroupsCommand extends GetGroupsCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetInsightCommandOutput extends GetInsightResult, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetInsightCommand_base: {
|
|
24
24
|
new (input: GetInsightCommandInput): import("@smithy/smithy-client").CommandImpl<GetInsightCommandInput, GetInsightCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetInsightCommandInput): import("@smithy/smithy-client").CommandImpl<GetInsightCommandInput, GetInsightCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the summary information of an insight. This includes impact to clients and
|
|
30
30
|
* root cause services, the top anomalous services, the category, the state of the insight,
|
|
31
31
|
* and the start and end time of the insight.</p>
|
|
@@ -102,6 +102,7 @@ declare const GetInsightCommand_base: {
|
|
|
102
102
|
* @throws {@link XRayServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
104
104
|
*
|
|
105
|
+
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class GetInsightCommand extends GetInsightCommand_base {
|
|
107
108
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetInsightEventsCommandOutput extends GetInsightEventsResult, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetInsightEventsCommand_base: {
|
|
24
24
|
new (input: GetInsightEventsCommandInput): import("@smithy/smithy-client").CommandImpl<GetInsightEventsCommandInput, GetInsightEventsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetInsightEventsCommandInput): import("@smithy/smithy-client").CommandImpl<GetInsightEventsCommandInput, GetInsightEventsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>X-Ray reevaluates insights periodically until they're resolved, and records each intermediate state as an
|
|
30
30
|
* event. You can review an insight's events in the Impact Timeline on the Inspect page in the X-Ray
|
|
31
31
|
* console.</p>
|
|
@@ -91,6 +91,7 @@ declare const GetInsightEventsCommand_base: {
|
|
|
91
91
|
* @throws {@link XRayServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
93
93
|
*
|
|
94
|
+
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class GetInsightEventsCommand extends GetInsightEventsCommand_base {
|
|
96
97
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetInsightImpactGraphCommandOutput extends GetInsightImpactGrap
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetInsightImpactGraphCommand_base: {
|
|
24
24
|
new (input: GetInsightImpactGraphCommandInput): import("@smithy/smithy-client").CommandImpl<GetInsightImpactGraphCommandInput, GetInsightImpactGraphCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetInsightImpactGraphCommandInput): import("@smithy/smithy-client").CommandImpl<GetInsightImpactGraphCommandInput, GetInsightImpactGraphCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a service graph structure filtered by the specified insight. The service graph is limited to only
|
|
30
30
|
* structural information. For a complete service graph, use this API with the GetServiceGraph API.</p>
|
|
31
31
|
* @example
|
|
@@ -84,6 +84,7 @@ declare const GetInsightImpactGraphCommand_base: {
|
|
|
84
84
|
* @throws {@link XRayServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class GetInsightImpactGraphCommand extends GetInsightImpactGraphCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetInsightSummariesCommandOutput extends GetInsightSummariesRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetInsightSummariesCommand_base: {
|
|
24
24
|
new (input: GetInsightSummariesCommandInput): import("@smithy/smithy-client").CommandImpl<GetInsightSummariesCommandInput, GetInsightSummariesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetInsightSummariesCommandInput): import("@smithy/smithy-client").CommandImpl<GetInsightSummariesCommandInput, GetInsightSummariesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the summaries of all insights in the specified group matching the provided filter values.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -112,6 +112,7 @@ declare const GetInsightSummariesCommand_base: {
|
|
|
112
112
|
* @throws {@link XRayServiceException}
|
|
113
113
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
114
114
|
*
|
|
115
|
+
* @public
|
|
115
116
|
*/
|
|
116
117
|
export declare class GetInsightSummariesCommand extends GetInsightSummariesCommand_base {
|
|
117
118
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetSamplingRulesCommandOutput extends GetSamplingRulesResult, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetSamplingRulesCommand_base: {
|
|
24
24
|
new (input: GetSamplingRulesCommandInput): import("@smithy/smithy-client").CommandImpl<GetSamplingRulesCommandInput, GetSamplingRulesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [GetSamplingRulesCommandInput]): import("@smithy/smithy-client").CommandImpl<GetSamplingRulesCommandInput, GetSamplingRulesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves all sampling rules.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -82,6 +82,7 @@ declare const GetSamplingRulesCommand_base: {
|
|
|
82
82
|
* @throws {@link XRayServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
84
84
|
*
|
|
85
|
+
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class GetSamplingRulesCommand extends GetSamplingRulesCommand_base {
|
|
87
88
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetSamplingStatisticSummariesCommandOutput extends GetSamplingS
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetSamplingStatisticSummariesCommand_base: {
|
|
24
24
|
new (input: GetSamplingStatisticSummariesCommandInput): import("@smithy/smithy-client").CommandImpl<GetSamplingStatisticSummariesCommandInput, GetSamplingStatisticSummariesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [GetSamplingStatisticSummariesCommandInput]): import("@smithy/smithy-client").CommandImpl<GetSamplingStatisticSummariesCommandInput, GetSamplingStatisticSummariesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves information about recent sampling results for all sampling rules.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -68,6 +68,7 @@ declare const GetSamplingStatisticSummariesCommand_base: {
|
|
|
68
68
|
* @throws {@link XRayServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class GetSamplingStatisticSummariesCommand extends GetSamplingStatisticSummariesCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetSamplingTargetsCommandOutput extends GetSamplingTargetsResul
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetSamplingTargetsCommand_base: {
|
|
24
24
|
new (input: GetSamplingTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSamplingTargetsCommandInput, GetSamplingTargetsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetSamplingTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSamplingTargetsCommandInput, GetSamplingTargetsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Requests a sampling quota for rules that the service is using to sample requests.
|
|
30
30
|
* </p>
|
|
31
31
|
* @example
|
|
@@ -85,6 +85,7 @@ declare const GetSamplingTargetsCommand_base: {
|
|
|
85
85
|
* @throws {@link XRayServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class GetSamplingTargetsCommand extends GetSamplingTargetsCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetServiceGraphCommandOutput extends GetServiceGraphResult, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetServiceGraphCommand_base: {
|
|
24
24
|
new (input: GetServiceGraphCommandInput): import("@smithy/smithy-client").CommandImpl<GetServiceGraphCommandInput, GetServiceGraphCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetServiceGraphCommandInput): import("@smithy/smithy-client").CommandImpl<GetServiceGraphCommandInput, GetServiceGraphCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a document that describes services that process incoming requests, and
|
|
30
30
|
* downstream services that they call as a result. Root services process incoming requests and
|
|
31
31
|
* make calls to downstream services. Root services are applications that use the <a href="https://docs.aws.amazon.com/xray/index.html">Amazon Web Services X-Ray SDK</a>.
|
|
@@ -154,6 +154,7 @@ declare const GetServiceGraphCommand_base: {
|
|
|
154
154
|
* @throws {@link XRayServiceException}
|
|
155
155
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
156
156
|
*
|
|
157
|
+
* @public
|
|
157
158
|
*/
|
|
158
159
|
export declare class GetServiceGraphCommand extends GetServiceGraphCommand_base {
|
|
159
160
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetTimeSeriesServiceStatisticsCommandOutput extends GetTimeSeri
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetTimeSeriesServiceStatisticsCommand_base: {
|
|
24
24
|
new (input: GetTimeSeriesServiceStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<GetTimeSeriesServiceStatisticsCommandInput, GetTimeSeriesServiceStatisticsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetTimeSeriesServiceStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<GetTimeSeriesServiceStatisticsCommandInput, GetTimeSeriesServiceStatisticsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Get an aggregation of service statistics defined by a specific time
|
|
30
30
|
* range.</p>
|
|
31
31
|
* @example
|
|
@@ -111,6 +111,7 @@ declare const GetTimeSeriesServiceStatisticsCommand_base: {
|
|
|
111
111
|
* @throws {@link XRayServiceException}
|
|
112
112
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
113
113
|
*
|
|
114
|
+
* @public
|
|
114
115
|
*/
|
|
115
116
|
export declare class GetTimeSeriesServiceStatisticsCommand extends GetTimeSeriesServiceStatisticsCommand_base {
|
|
116
117
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetTraceGraphCommandOutput extends GetTraceGraphResult, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetTraceGraphCommand_base: {
|
|
24
24
|
new (input: GetTraceGraphCommandInput): import("@smithy/smithy-client").CommandImpl<GetTraceGraphCommandInput, GetTraceGraphCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetTraceGraphCommandInput): import("@smithy/smithy-client").CommandImpl<GetTraceGraphCommandInput, GetTraceGraphCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a service graph for one or more specific trace IDs.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -146,6 +146,7 @@ declare const GetTraceGraphCommand_base: {
|
|
|
146
146
|
* @throws {@link XRayServiceException}
|
|
147
147
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
148
148
|
*
|
|
149
|
+
* @public
|
|
149
150
|
*/
|
|
150
151
|
export declare class GetTraceGraphCommand extends GetTraceGraphCommand_base {
|
|
151
152
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetTraceSummariesCommandOutput extends GetTraceSummariesResult,
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetTraceSummariesCommand_base: {
|
|
24
24
|
new (input: GetTraceSummariesCommandInput): import("@smithy/smithy-client").CommandImpl<GetTraceSummariesCommandInput, GetTraceSummariesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetTraceSummariesCommandInput): import("@smithy/smithy-client").CommandImpl<GetTraceSummariesCommandInput, GetTraceSummariesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves IDs and annotations for traces available for a specified time frame using an
|
|
30
30
|
* optional filter. To get the full traces, pass the trace IDs to
|
|
31
31
|
* <code>BatchGetTraces</code>.</p>
|
|
@@ -239,6 +239,7 @@ declare const GetTraceSummariesCommand_base: {
|
|
|
239
239
|
* @throws {@link XRayServiceException}
|
|
240
240
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
241
241
|
*
|
|
242
|
+
* @public
|
|
242
243
|
*/
|
|
243
244
|
export declare class GetTraceSummariesCommand extends GetTraceSummariesCommand_base {
|
|
244
245
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListResourcePoliciesCommandOutput extends ListResourcePoliciesR
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListResourcePoliciesCommand_base: {
|
|
24
24
|
new (input: ListResourcePoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourcePoliciesCommandInput, ListResourcePoliciesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListResourcePoliciesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListResourcePoliciesCommandInput, ListResourcePoliciesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the list of resource policies in the target Amazon Web Services account.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -67,6 +67,7 @@ declare const ListResourcePoliciesCommand_base: {
|
|
|
67
67
|
* @throws {@link XRayServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
69
69
|
*
|
|
70
|
+
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class ListResourcePoliciesCommand extends ListResourcePoliciesCommand_base {
|
|
72
73
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of tags that are applied to the specified Amazon Web Services X-Ray group or sampling rule.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -70,6 +70,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
70
70
|
* @throws {@link XRayServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutEncryptionConfigCommandOutput extends PutEncryptionConfigRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutEncryptionConfigCommand_base: {
|
|
24
24
|
new (input: PutEncryptionConfigCommandInput): import("@smithy/smithy-client").CommandImpl<PutEncryptionConfigCommandInput, PutEncryptionConfigCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutEncryptionConfigCommandInput): import("@smithy/smithy-client").CommandImpl<PutEncryptionConfigCommandInput, PutEncryptionConfigCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the encryption configuration for X-Ray data.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -64,6 +64,7 @@ declare const PutEncryptionConfigCommand_base: {
|
|
|
64
64
|
* @throws {@link XRayServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class PutEncryptionConfigCommand extends PutEncryptionConfigCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyResult,
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutResourcePolicyCommand_base: {
|
|
24
24
|
new (input: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* Sets the resource policy to grant one or more Amazon Web Services services and accounts permissions to
|
|
31
31
|
* access X-Ray. Each resource policy will be associated with a specific Amazon Web Services account.
|
|
@@ -85,6 +85,7 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
85
85
|
* @throws {@link XRayServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutTelemetryRecordsCommandOutput extends PutTelemetryRecordsRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutTelemetryRecordsCommand_base: {
|
|
24
24
|
new (input: PutTelemetryRecordsCommandInput): import("@smithy/smithy-client").CommandImpl<PutTelemetryRecordsCommandInput, PutTelemetryRecordsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutTelemetryRecordsCommandInput): import("@smithy/smithy-client").CommandImpl<PutTelemetryRecordsCommandInput, PutTelemetryRecordsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Used by the Amazon Web Services X-Ray daemon to upload telemetry.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const PutTelemetryRecordsCommand_base: {
|
|
|
76
76
|
* @throws {@link XRayServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class PutTelemetryRecordsCommand extends PutTelemetryRecordsCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutTraceSegmentsCommandOutput extends PutTraceSegmentsResult, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutTraceSegmentsCommand_base: {
|
|
24
24
|
new (input: PutTraceSegmentsCommandInput): import("@smithy/smithy-client").CommandImpl<PutTraceSegmentsCommandInput, PutTraceSegmentsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutTraceSegmentsCommandInput): import("@smithy/smithy-client").CommandImpl<PutTraceSegmentsCommandInput, PutTraceSegmentsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Uploads segment documents to Amazon Web Services X-Ray. The <a href="https://docs.aws.amazon.com/xray/index.html">X-Ray SDK</a> generates segment documents and sends them to the X-Ray daemon, which uploads them in
|
|
30
30
|
* batches. A segment document can be a completed segment, an in-progress segment, or an array of
|
|
31
31
|
* subsegments.</p>
|
|
@@ -129,6 +129,7 @@ declare const PutTraceSegmentsCommand_base: {
|
|
|
129
129
|
* @throws {@link XRayServiceException}
|
|
130
130
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
131
131
|
*
|
|
132
|
+
* @public
|
|
132
133
|
*/
|
|
133
134
|
export declare class PutTraceSegmentsCommand extends PutTraceSegmentsCommand_base {
|
|
134
135
|
}
|