@aws-sdk/client-xray 3.477.0 → 3.481.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/commands/BatchGetTracesCommand.js +18 -41
- package/dist-cjs/commands/CreateGroupCommand.js +18 -41
- package/dist-cjs/commands/CreateSamplingRuleCommand.js +18 -41
- package/dist-cjs/commands/DeleteGroupCommand.js +18 -41
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/DeleteSamplingRuleCommand.js +18 -41
- package/dist-cjs/commands/GetEncryptionConfigCommand.js +18 -41
- package/dist-cjs/commands/GetGroupCommand.js +18 -41
- package/dist-cjs/commands/GetGroupsCommand.js +18 -41
- package/dist-cjs/commands/GetInsightCommand.js +18 -41
- package/dist-cjs/commands/GetInsightEventsCommand.js +18 -41
- package/dist-cjs/commands/GetInsightImpactGraphCommand.js +18 -41
- package/dist-cjs/commands/GetInsightSummariesCommand.js +18 -41
- package/dist-cjs/commands/GetSamplingRulesCommand.js +18 -41
- package/dist-cjs/commands/GetSamplingStatisticSummariesCommand.js +18 -41
- package/dist-cjs/commands/GetSamplingTargetsCommand.js +18 -41
- package/dist-cjs/commands/GetServiceGraphCommand.js +18 -41
- package/dist-cjs/commands/GetTimeSeriesServiceStatisticsCommand.js +18 -41
- package/dist-cjs/commands/GetTraceGraphCommand.js +18 -41
- package/dist-cjs/commands/GetTraceSummariesCommand.js +18 -41
- package/dist-cjs/commands/ListResourcePoliciesCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/PutEncryptionConfigCommand.js +18 -41
- package/dist-cjs/commands/PutResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/PutTelemetryRecordsCommand.js +18 -41
- package/dist-cjs/commands/PutTraceSegmentsCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateGroupCommand.js +18 -41
- package/dist-cjs/commands/UpdateSamplingRuleCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/BatchGetTracesPaginator.js +2 -23
- package/dist-cjs/pagination/GetGroupsPaginator.js +2 -23
- package/dist-cjs/pagination/GetInsightEventsPaginator.js +2 -24
- package/dist-cjs/pagination/GetInsightSummariesPaginator.js +2 -24
- package/dist-cjs/pagination/GetSamplingRulesPaginator.js +2 -23
- package/dist-cjs/pagination/GetSamplingStatisticSummariesPaginator.js +2 -23
- package/dist-cjs/pagination/GetServiceGraphPaginator.js +2 -23
- package/dist-cjs/pagination/GetTimeSeriesServiceStatisticsPaginator.js +2 -23
- package/dist-cjs/pagination/GetTraceGraphPaginator.js +2 -23
- package/dist-cjs/pagination/GetTraceSummariesPaginator.js +2 -23
- package/dist-cjs/pagination/ListResourcePoliciesPaginator.js +2 -23
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +2 -23
- package/dist-es/commands/BatchGetTracesCommand.js +18 -41
- package/dist-es/commands/CreateGroupCommand.js +18 -41
- package/dist-es/commands/CreateSamplingRuleCommand.js +18 -41
- package/dist-es/commands/DeleteGroupCommand.js +18 -41
- package/dist-es/commands/DeleteResourcePolicyCommand.js +18 -41
- package/dist-es/commands/DeleteSamplingRuleCommand.js +18 -41
- package/dist-es/commands/GetEncryptionConfigCommand.js +18 -41
- package/dist-es/commands/GetGroupCommand.js +18 -41
- package/dist-es/commands/GetGroupsCommand.js +18 -41
- package/dist-es/commands/GetInsightCommand.js +18 -41
- package/dist-es/commands/GetInsightEventsCommand.js +18 -41
- package/dist-es/commands/GetInsightImpactGraphCommand.js +18 -41
- package/dist-es/commands/GetInsightSummariesCommand.js +18 -41
- package/dist-es/commands/GetSamplingRulesCommand.js +18 -41
- package/dist-es/commands/GetSamplingStatisticSummariesCommand.js +18 -41
- package/dist-es/commands/GetSamplingTargetsCommand.js +18 -41
- package/dist-es/commands/GetServiceGraphCommand.js +18 -41
- package/dist-es/commands/GetTimeSeriesServiceStatisticsCommand.js +18 -41
- package/dist-es/commands/GetTraceGraphCommand.js +18 -41
- package/dist-es/commands/GetTraceSummariesCommand.js +18 -41
- package/dist-es/commands/ListResourcePoliciesCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/PutEncryptionConfigCommand.js +18 -41
- package/dist-es/commands/PutResourcePolicyCommand.js +18 -41
- package/dist-es/commands/PutTelemetryRecordsCommand.js +18 -41
- package/dist-es/commands/PutTraceSegmentsCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateGroupCommand.js +18 -41
- package/dist-es/commands/UpdateSamplingRuleCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/BatchGetTracesPaginator.js +2 -22
- package/dist-es/pagination/GetGroupsPaginator.js +2 -22
- package/dist-es/pagination/GetInsightEventsPaginator.js +2 -23
- package/dist-es/pagination/GetInsightSummariesPaginator.js +2 -23
- package/dist-es/pagination/GetSamplingRulesPaginator.js +2 -22
- package/dist-es/pagination/GetSamplingStatisticSummariesPaginator.js +2 -22
- package/dist-es/pagination/GetServiceGraphPaginator.js +2 -22
- package/dist-es/pagination/GetTimeSeriesServiceStatisticsPaginator.js +2 -22
- package/dist-es/pagination/GetTraceGraphPaginator.js +2 -22
- package/dist-es/pagination/GetTraceSummariesPaginator.js +2 -22
- package/dist-es/pagination/ListResourcePoliciesPaginator.js +2 -22
- package/dist-es/pagination/ListTagsForResourcePaginator.js +2 -22
- package/dist-types/commands/BatchGetTracesCommand.d.ts +6 -21
- package/dist-types/commands/CreateGroupCommand.d.ts +6 -21
- package/dist-types/commands/CreateSamplingRuleCommand.d.ts +6 -21
- package/dist-types/commands/DeleteGroupCommand.d.ts +6 -21
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSamplingRuleCommand.d.ts +6 -21
- package/dist-types/commands/GetEncryptionConfigCommand.d.ts +6 -21
- package/dist-types/commands/GetGroupCommand.d.ts +6 -21
- package/dist-types/commands/GetGroupsCommand.d.ts +6 -21
- package/dist-types/commands/GetInsightCommand.d.ts +6 -21
- package/dist-types/commands/GetInsightEventsCommand.d.ts +6 -21
- package/dist-types/commands/GetInsightImpactGraphCommand.d.ts +6 -21
- package/dist-types/commands/GetInsightSummariesCommand.d.ts +6 -21
- package/dist-types/commands/GetSamplingRulesCommand.d.ts +6 -21
- package/dist-types/commands/GetSamplingStatisticSummariesCommand.d.ts +6 -21
- package/dist-types/commands/GetSamplingTargetsCommand.d.ts +6 -21
- package/dist-types/commands/GetServiceGraphCommand.d.ts +6 -21
- package/dist-types/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +6 -21
- package/dist-types/commands/GetTraceGraphCommand.d.ts +6 -21
- package/dist-types/commands/GetTraceSummariesCommand.d.ts +6 -21
- package/dist-types/commands/ListResourcePoliciesCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/PutEncryptionConfigCommand.d.ts +6 -21
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/PutTelemetryRecordsCommand.d.ts +6 -21
- package/dist-types/commands/PutTraceSegmentsCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateGroupCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSamplingRuleCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/BatchGetTracesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetInsightEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetInsightSummariesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetSamplingRulesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetSamplingStatisticSummariesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetServiceGraphPaginator.d.ts +1 -1
- package/dist-types/pagination/GetTimeSeriesServiceStatisticsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetTraceGraphPaginator.d.ts +1 -1
- package/dist-types/pagination/GetTraceSummariesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListResourcePoliciesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchGetTracesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateSamplingRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteSamplingRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetEncryptionConfigCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetGroupsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetInsightCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetInsightEventsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetInsightImpactGraphCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetInsightSummariesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSamplingRulesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSamplingStatisticSummariesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSamplingTargetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetServiceGraphCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetTraceGraphCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetTraceSummariesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListResourcePoliciesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutEncryptionConfigCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutTelemetryRecordsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutTraceSegmentsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateSamplingRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/BatchGetTracesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetInsightEventsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetInsightSummariesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetSamplingRulesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetSamplingStatisticSummariesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetServiceGraphPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetTimeSeriesServiceStatisticsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetTraceGraphPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetTraceSummariesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListResourcePoliciesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CreateSamplingRuleRequest, CreateSamplingRuleResult } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateSamplingRuleCommandInput extends CreateSamplingRuleReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateSamplingRuleCommandOutput extends CreateSamplingRuleResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateSamplingRuleCommand_base: {
|
|
24
|
+
new (input: CreateSamplingRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSamplingRuleCommandInput, CreateSamplingRuleCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a rule to control sampling behavior for instrumented applications. Services
|
|
@@ -108,23 +111,5 @@ export interface CreateSamplingRuleCommandOutput extends CreateSamplingRuleResul
|
|
|
108
111
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
109
112
|
*
|
|
110
113
|
*/
|
|
111
|
-
export declare class CreateSamplingRuleCommand extends
|
|
112
|
-
readonly input: CreateSamplingRuleCommandInput;
|
|
113
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
114
|
-
/**
|
|
115
|
-
* @public
|
|
116
|
-
*/
|
|
117
|
-
constructor(input: CreateSamplingRuleCommandInput);
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSamplingRuleCommandInput, CreateSamplingRuleCommandOutput>;
|
|
122
|
-
/**
|
|
123
|
-
* @internal
|
|
124
|
-
*/
|
|
125
|
-
private serialize;
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
129
|
-
private deserialize;
|
|
114
|
+
export declare class CreateSamplingRuleCommand extends CreateSamplingRuleCommand_base {
|
|
130
115
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeleteGroupRequest, DeleteGroupResult } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteGroupCommandInput extends DeleteGroupRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteGroupCommandOutput extends DeleteGroupResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteGroupCommand_base: {
|
|
24
|
+
new (input: DeleteGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGroupCommandInput, DeleteGroupCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a group resource.</p>
|
|
@@ -56,23 +59,5 @@ export interface DeleteGroupCommandOutput extends DeleteGroupResult, __MetadataB
|
|
|
56
59
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
57
60
|
*
|
|
58
61
|
*/
|
|
59
|
-
export declare class DeleteGroupCommand extends
|
|
60
|
-
readonly input: DeleteGroupCommandInput;
|
|
61
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
-
/**
|
|
63
|
-
* @public
|
|
64
|
-
*/
|
|
65
|
-
constructor(input: DeleteGroupCommandInput);
|
|
66
|
-
/**
|
|
67
|
-
* @internal
|
|
68
|
-
*/
|
|
69
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGroupCommandInput, DeleteGroupCommandOutput>;
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
private serialize;
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
private deserialize;
|
|
62
|
+
export declare class DeleteGroupCommand extends DeleteGroupCommand_base {
|
|
78
63
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeleteResourcePolicyRequest, DeleteResourcePolicyResult } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteResourcePolicyCommand_base: {
|
|
24
|
+
new (input: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a resource policy from the target Amazon Web Services account.</p>
|
|
@@ -60,23 +63,5 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
|
|
|
60
63
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
61
64
|
*
|
|
62
65
|
*/
|
|
63
|
-
export declare class DeleteResourcePolicyCommand extends
|
|
64
|
-
readonly input: DeleteResourcePolicyCommandInput;
|
|
65
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
-
/**
|
|
67
|
-
* @public
|
|
68
|
-
*/
|
|
69
|
-
constructor(input: DeleteResourcePolicyCommandInput);
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput>;
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
private serialize;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private deserialize;
|
|
66
|
+
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
|
|
82
67
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeleteSamplingRuleRequest, DeleteSamplingRuleResult } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteSamplingRuleCommandInput extends DeleteSamplingRuleReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteSamplingRuleCommandOutput extends DeleteSamplingRuleResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteSamplingRuleCommand_base: {
|
|
24
|
+
new (input: DeleteSamplingRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSamplingRuleCommandInput, DeleteSamplingRuleCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a sampling rule.</p>
|
|
@@ -78,23 +81,5 @@ export interface DeleteSamplingRuleCommandOutput extends DeleteSamplingRuleResul
|
|
|
78
81
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
79
82
|
*
|
|
80
83
|
*/
|
|
81
|
-
export declare class DeleteSamplingRuleCommand extends
|
|
82
|
-
readonly input: DeleteSamplingRuleCommandInput;
|
|
83
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
-
/**
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
constructor(input: DeleteSamplingRuleCommandInput);
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSamplingRuleCommandInput, DeleteSamplingRuleCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private serialize;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private deserialize;
|
|
84
|
+
export declare class DeleteSamplingRuleCommand extends DeleteSamplingRuleCommand_base {
|
|
100
85
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetEncryptionConfigRequest, GetEncryptionConfigResult } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetEncryptionConfigCommandInput extends GetEncryptionConfigRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetEncryptionConfigCommandOutput extends GetEncryptionConfigResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetEncryptionConfigCommand_base: {
|
|
24
|
+
new (input: GetEncryptionConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetEncryptionConfigCommandInput, GetEncryptionConfigCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the current encryption configuration for X-Ray data.</p>
|
|
@@ -59,23 +62,5 @@ export interface GetEncryptionConfigCommandOutput extends GetEncryptionConfigRes
|
|
|
59
62
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
60
63
|
*
|
|
61
64
|
*/
|
|
62
|
-
export declare class GetEncryptionConfigCommand extends
|
|
63
|
-
readonly input: GetEncryptionConfigCommandInput;
|
|
64
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
-
/**
|
|
66
|
-
* @public
|
|
67
|
-
*/
|
|
68
|
-
constructor(input: GetEncryptionConfigCommandInput);
|
|
69
|
-
/**
|
|
70
|
-
* @internal
|
|
71
|
-
*/
|
|
72
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEncryptionConfigCommandInput, GetEncryptionConfigCommandOutput>;
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
private serialize;
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
private deserialize;
|
|
65
|
+
export declare class GetEncryptionConfigCommand extends GetEncryptionConfigCommand_base {
|
|
81
66
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetGroupRequest, GetGroupResult } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetGroupCommandInput extends GetGroupRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetGroupCommandOutput extends GetGroupResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetGroupCommand_base: {
|
|
24
|
+
new (input: GetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetGroupCommandInput, GetGroupCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves group resource details.</p>
|
|
@@ -66,23 +69,5 @@ export interface GetGroupCommandOutput extends GetGroupResult, __MetadataBearer
|
|
|
66
69
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
67
70
|
*
|
|
68
71
|
*/
|
|
69
|
-
export declare class GetGroupCommand extends
|
|
70
|
-
readonly input: GetGroupCommandInput;
|
|
71
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
-
/**
|
|
73
|
-
* @public
|
|
74
|
-
*/
|
|
75
|
-
constructor(input: GetGroupCommandInput);
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGroupCommandInput, GetGroupCommandOutput>;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private serialize;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private deserialize;
|
|
72
|
+
export declare class GetGroupCommand extends GetGroupCommand_base {
|
|
88
73
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetGroupsRequest, GetGroupsResult } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetGroupsCommandInput extends GetGroupsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetGroupsCommandOutput extends GetGroupsResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetGroupsCommand_base: {
|
|
24
|
+
new (input: GetGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<GetGroupsCommandInput, GetGroupsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves all active group details.</p>
|
|
@@ -68,23 +71,5 @@ export interface GetGroupsCommandOutput extends GetGroupsResult, __MetadataBeare
|
|
|
68
71
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class GetGroupsCommand extends
|
|
72
|
-
readonly input: GetGroupsCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: GetGroupsCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGroupsCommandInput, GetGroupsCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class GetGroupsCommand extends GetGroupsCommand_base {
|
|
90
75
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetInsightRequest, GetInsightResult } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetInsightCommandInput extends GetInsightRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetInsightCommandOutput extends GetInsightResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetInsightCommand_base: {
|
|
24
|
+
new (input: GetInsightCommandInput): import("@smithy/smithy-client").CommandImpl<GetInsightCommandInput, GetInsightCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the summary information of an insight. This includes impact to clients and
|
|
@@ -100,23 +103,5 @@ export interface GetInsightCommandOutput extends GetInsightResult, __MetadataBea
|
|
|
100
103
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
101
104
|
*
|
|
102
105
|
*/
|
|
103
|
-
export declare class GetInsightCommand extends
|
|
104
|
-
readonly input: GetInsightCommandInput;
|
|
105
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
106
|
-
/**
|
|
107
|
-
* @public
|
|
108
|
-
*/
|
|
109
|
-
constructor(input: GetInsightCommandInput);
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInsightCommandInput, GetInsightCommandOutput>;
|
|
114
|
-
/**
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
|
-
private serialize;
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
|
-
private deserialize;
|
|
106
|
+
export declare class GetInsightCommand extends GetInsightCommand_base {
|
|
122
107
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetInsightEventsRequest, GetInsightEventsResult } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetInsightEventsCommandInput extends GetInsightEventsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetInsightEventsCommandOutput extends GetInsightEventsResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetInsightEventsCommand_base: {
|
|
24
|
+
new (input: GetInsightEventsCommandInput): import("@smithy/smithy-client").CommandImpl<GetInsightEventsCommandInput, GetInsightEventsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>X-Ray reevaluates insights periodically until they're resolved, and records each intermediate state as an
|
|
@@ -89,23 +92,5 @@ export interface GetInsightEventsCommandOutput extends GetInsightEventsResult, _
|
|
|
89
92
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
90
93
|
*
|
|
91
94
|
*/
|
|
92
|
-
export declare class GetInsightEventsCommand extends
|
|
93
|
-
readonly input: GetInsightEventsCommandInput;
|
|
94
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
95
|
-
/**
|
|
96
|
-
* @public
|
|
97
|
-
*/
|
|
98
|
-
constructor(input: GetInsightEventsCommandInput);
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInsightEventsCommandInput, GetInsightEventsCommandOutput>;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private serialize;
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
private deserialize;
|
|
95
|
+
export declare class GetInsightEventsCommand extends GetInsightEventsCommand_base {
|
|
111
96
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetInsightImpactGraphRequest, GetInsightImpactGraphResult } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetInsightImpactGraphCommandInput extends GetInsightImpactGraph
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetInsightImpactGraphCommandOutput extends GetInsightImpactGraphResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetInsightImpactGraphCommand_base: {
|
|
24
|
+
new (input: GetInsightImpactGraphCommandInput): import("@smithy/smithy-client").CommandImpl<GetInsightImpactGraphCommandInput, GetInsightImpactGraphCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a service graph structure filtered by the specified insight. The service graph is limited to only
|
|
@@ -82,23 +85,5 @@ export interface GetInsightImpactGraphCommandOutput extends GetInsightImpactGrap
|
|
|
82
85
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
83
86
|
*
|
|
84
87
|
*/
|
|
85
|
-
export declare class GetInsightImpactGraphCommand extends
|
|
86
|
-
readonly input: GetInsightImpactGraphCommandInput;
|
|
87
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
-
/**
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
constructor(input: GetInsightImpactGraphCommandInput);
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInsightImpactGraphCommandInput, GetInsightImpactGraphCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private serialize;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private deserialize;
|
|
88
|
+
export declare class GetInsightImpactGraphCommand extends GetInsightImpactGraphCommand_base {
|
|
104
89
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetInsightSummariesRequest, GetInsightSummariesResult } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetInsightSummariesCommandInput extends GetInsightSummariesRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetInsightSummariesCommandOutput extends GetInsightSummariesResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetInsightSummariesCommand_base: {
|
|
24
|
+
new (input: GetInsightSummariesCommandInput): import("@smithy/smithy-client").CommandImpl<GetInsightSummariesCommandInput, GetInsightSummariesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the summaries of all insights in the specified group matching the provided filter values.</p>
|
|
@@ -110,23 +113,5 @@ export interface GetInsightSummariesCommandOutput extends GetInsightSummariesRes
|
|
|
110
113
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
111
114
|
*
|
|
112
115
|
*/
|
|
113
|
-
export declare class GetInsightSummariesCommand extends
|
|
114
|
-
readonly input: GetInsightSummariesCommandInput;
|
|
115
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
116
|
-
/**
|
|
117
|
-
* @public
|
|
118
|
-
*/
|
|
119
|
-
constructor(input: GetInsightSummariesCommandInput);
|
|
120
|
-
/**
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
123
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInsightSummariesCommandInput, GetInsightSummariesCommandOutput>;
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
|
-
private serialize;
|
|
128
|
-
/**
|
|
129
|
-
* @internal
|
|
130
|
-
*/
|
|
131
|
-
private deserialize;
|
|
116
|
+
export declare class GetInsightSummariesCommand extends GetInsightSummariesCommand_base {
|
|
132
117
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetSamplingRulesRequest, GetSamplingRulesResult } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetSamplingRulesCommandInput extends GetSamplingRulesRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetSamplingRulesCommandOutput extends GetSamplingRulesResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetSamplingRulesCommand_base: {
|
|
24
|
+
new (input: GetSamplingRulesCommandInput): import("@smithy/smithy-client").CommandImpl<GetSamplingRulesCommandInput, GetSamplingRulesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves all sampling rules.</p>
|
|
@@ -80,23 +83,5 @@ export interface GetSamplingRulesCommandOutput extends GetSamplingRulesResult, _
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class GetSamplingRulesCommand extends
|
|
84
|
-
readonly input: GetSamplingRulesCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: GetSamplingRulesCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSamplingRulesCommandInput, GetSamplingRulesCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class GetSamplingRulesCommand extends GetSamplingRulesCommand_base {
|
|
102
87
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetSamplingStatisticSummariesRequest, GetSamplingStatisticSummariesResult } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetSamplingStatisticSummariesCommandInput extends GetSamplingSt
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetSamplingStatisticSummariesCommandOutput extends GetSamplingStatisticSummariesResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetSamplingStatisticSummariesCommand_base: {
|
|
24
|
+
new (input: GetSamplingStatisticSummariesCommandInput): import("@smithy/smithy-client").CommandImpl<GetSamplingStatisticSummariesCommandInput, GetSamplingStatisticSummariesCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves information about recent sampling results for all sampling rules.</p>
|
|
@@ -66,23 +69,5 @@ export interface GetSamplingStatisticSummariesCommandOutput extends GetSamplingS
|
|
|
66
69
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
67
70
|
*
|
|
68
71
|
*/
|
|
69
|
-
export declare class GetSamplingStatisticSummariesCommand extends
|
|
70
|
-
readonly input: GetSamplingStatisticSummariesCommandInput;
|
|
71
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
-
/**
|
|
73
|
-
* @public
|
|
74
|
-
*/
|
|
75
|
-
constructor(input: GetSamplingStatisticSummariesCommandInput);
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSamplingStatisticSummariesCommandInput, GetSamplingStatisticSummariesCommandOutput>;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private serialize;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private deserialize;
|
|
72
|
+
export declare class GetSamplingStatisticSummariesCommand extends GetSamplingStatisticSummariesCommand_base {
|
|
88
73
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetSamplingTargetsRequest, GetSamplingTargetsResult } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetSamplingTargetsCommandInput extends GetSamplingTargetsReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetSamplingTargetsCommandOutput extends GetSamplingTargetsResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetSamplingTargetsCommand_base: {
|
|
24
|
+
new (input: GetSamplingTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSamplingTargetsCommandInput, GetSamplingTargetsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Requests a sampling quota for rules that the service is using to sample requests.
|
|
@@ -83,23 +86,5 @@ export interface GetSamplingTargetsCommandOutput extends GetSamplingTargetsResul
|
|
|
83
86
|
* <p>Base exception class for all service exceptions from XRay service.</p>
|
|
84
87
|
*
|
|
85
88
|
*/
|
|
86
|
-
export declare class GetSamplingTargetsCommand extends
|
|
87
|
-
readonly input: GetSamplingTargetsCommandInput;
|
|
88
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
89
|
-
/**
|
|
90
|
-
* @public
|
|
91
|
-
*/
|
|
92
|
-
constructor(input: GetSamplingTargetsCommandInput);
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSamplingTargetsCommandInput, GetSamplingTargetsCommandOutput>;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private serialize;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private deserialize;
|
|
89
|
+
export declare class GetSamplingTargetsCommand extends GetSamplingTargetsCommand_base {
|
|
105
90
|
}
|