@aws-sdk/client-xray 3.288.0 → 3.290.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/commands/BatchGetTracesCommand.d.ts +7 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +7 -0
- package/dist-types/commands/CreateSamplingRuleCommand.d.ts +10 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +7 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSamplingRuleCommand.d.ts +7 -0
- package/dist-types/commands/GetEncryptionConfigCommand.d.ts +7 -0
- package/dist-types/commands/GetGroupCommand.d.ts +7 -0
- package/dist-types/commands/GetGroupsCommand.d.ts +7 -0
- package/dist-types/commands/GetInsightCommand.d.ts +7 -0
- package/dist-types/commands/GetInsightEventsCommand.d.ts +7 -0
- package/dist-types/commands/GetInsightImpactGraphCommand.d.ts +7 -0
- package/dist-types/commands/GetInsightSummariesCommand.d.ts +7 -0
- package/dist-types/commands/GetSamplingRulesCommand.d.ts +7 -0
- package/dist-types/commands/GetSamplingStatisticSummariesCommand.d.ts +7 -0
- package/dist-types/commands/GetSamplingTargetsCommand.d.ts +7 -0
- package/dist-types/commands/GetServiceGraphCommand.d.ts +7 -0
- package/dist-types/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +7 -0
- package/dist-types/commands/GetTraceGraphCommand.d.ts +7 -0
- package/dist-types/commands/GetTraceSummariesCommand.d.ts +7 -0
- package/dist-types/commands/ListResourcePoliciesCommand.d.ts +7 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/PutEncryptionConfigCommand.d.ts +7 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +20 -0
- package/dist-types/commands/PutTelemetryRecordsCommand.d.ts +7 -0
- package/dist-types/commands/PutTraceSegmentsCommand.d.ts +7 -0
- package/dist-types/commands/TagResourceCommand.d.ts +14 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +7 -0
- package/dist-types/commands/UpdateSamplingRuleCommand.d.ts +7 -0
- package/package.json +29 -29
|
@@ -31,6 +31,13 @@ export interface BatchGetTracesCommandOutput extends BatchGetTracesResult, __Met
|
|
|
31
31
|
* @see {@link BatchGetTracesCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link XRayClientResolvedConfig | config} for XRayClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
35
|
+
* <p>The request is missing required parameters or has invalid parameters.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ThrottledException} (client fault)
|
|
38
|
+
* <p>The request exceeds the maximum number of requests per second.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
34
41
|
*/
|
|
35
42
|
export declare class BatchGetTracesCommand extends $Command<BatchGetTracesCommandInput, BatchGetTracesCommandOutput, XRayClientResolvedConfig> {
|
|
36
43
|
readonly input: BatchGetTracesCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface CreateGroupCommandOutput extends CreateGroupResult, __MetadataB
|
|
|
29
29
|
* @see {@link CreateGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link XRayClientResolvedConfig | config} for XRayClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
33
|
+
* <p>The request is missing required parameters or has invalid parameters.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ThrottledException} (client fault)
|
|
36
|
+
* <p>The request exceeds the maximum number of requests per second.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class CreateGroupCommand extends $Command<CreateGroupCommandInput, CreateGroupCommandOutput, XRayClientResolvedConfig> {
|
|
34
41
|
readonly input: CreateGroupCommandInput;
|
|
@@ -35,6 +35,16 @@ export interface CreateSamplingRuleCommandOutput extends CreateSamplingRuleResul
|
|
|
35
35
|
* @see {@link CreateSamplingRuleCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link XRayClientResolvedConfig | config} for XRayClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
39
|
+
* <p>The request is missing required parameters or has invalid parameters.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link RuleLimitExceededException} (client fault)
|
|
42
|
+
* <p>You have reached the maximum number of sampling rules.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottledException} (client fault)
|
|
45
|
+
* <p>The request exceeds the maximum number of requests per second.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
38
48
|
*/
|
|
39
49
|
export declare class CreateSamplingRuleCommand extends $Command<CreateSamplingRuleCommandInput, CreateSamplingRuleCommandOutput, XRayClientResolvedConfig> {
|
|
40
50
|
readonly input: CreateSamplingRuleCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DeleteGroupCommandOutput extends DeleteGroupResult, __MetadataB
|
|
|
29
29
|
* @see {@link DeleteGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link XRayClientResolvedConfig | config} for XRayClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
33
|
+
* <p>The request is missing required parameters or has invalid parameters.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ThrottledException} (client fault)
|
|
36
|
+
* <p>The request exceeds the maximum number of requests per second.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DeleteGroupCommand extends $Command<DeleteGroupCommandInput, DeleteGroupCommandOutput, XRayClientResolvedConfig> {
|
|
34
41
|
readonly input: DeleteGroupCommandInput;
|
|
@@ -29,6 +29,17 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
|
|
|
29
29
|
* @see {@link DeleteResourcePolicyCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link XRayClientResolvedConfig | config} for XRayClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidPolicyRevisionIdException} (client fault)
|
|
33
|
+
* <p>A policy revision id was provided which does not match the latest policy revision. This exception is also
|
|
34
|
+
* if a policy revision id of 0 is provided via <code>PutResourcePolicy</code> and a policy with the same name already exists.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
37
|
+
* <p>The request is missing required parameters or has invalid parameters.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ThrottledException} (client fault)
|
|
40
|
+
* <p>The request exceeds the maximum number of requests per second.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
32
43
|
*/
|
|
33
44
|
export declare class DeleteResourcePolicyCommand extends $Command<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, XRayClientResolvedConfig> {
|
|
34
45
|
readonly input: DeleteResourcePolicyCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DeleteSamplingRuleCommandOutput extends DeleteSamplingRuleResul
|
|
|
29
29
|
* @see {@link DeleteSamplingRuleCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link XRayClientResolvedConfig | config} for XRayClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
33
|
+
* <p>The request is missing required parameters or has invalid parameters.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ThrottledException} (client fault)
|
|
36
|
+
* <p>The request exceeds the maximum number of requests per second.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DeleteSamplingRuleCommand extends $Command<DeleteSamplingRuleCommandInput, DeleteSamplingRuleCommandOutput, XRayClientResolvedConfig> {
|
|
34
41
|
readonly input: DeleteSamplingRuleCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface GetEncryptionConfigCommandOutput extends GetEncryptionConfigRes
|
|
|
29
29
|
* @see {@link GetEncryptionConfigCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link XRayClientResolvedConfig | config} for XRayClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
33
|
+
* <p>The request is missing required parameters or has invalid parameters.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ThrottledException} (client fault)
|
|
36
|
+
* <p>The request exceeds the maximum number of requests per second.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class GetEncryptionConfigCommand extends $Command<GetEncryptionConfigCommandInput, GetEncryptionConfigCommandOutput, XRayClientResolvedConfig> {
|
|
34
41
|
readonly input: GetEncryptionConfigCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface GetGroupCommandOutput extends GetGroupResult, __MetadataBearer
|
|
|
29
29
|
* @see {@link GetGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link XRayClientResolvedConfig | config} for XRayClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
33
|
+
* <p>The request is missing required parameters or has invalid parameters.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ThrottledException} (client fault)
|
|
36
|
+
* <p>The request exceeds the maximum number of requests per second.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class GetGroupCommand extends $Command<GetGroupCommandInput, GetGroupCommandOutput, XRayClientResolvedConfig> {
|
|
34
41
|
readonly input: GetGroupCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface GetGroupsCommandOutput extends GetGroupsResult, __MetadataBeare
|
|
|
29
29
|
* @see {@link GetGroupsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link XRayClientResolvedConfig | config} for XRayClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
33
|
+
* <p>The request is missing required parameters or has invalid parameters.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ThrottledException} (client fault)
|
|
36
|
+
* <p>The request exceeds the maximum number of requests per second.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class GetGroupsCommand extends $Command<GetGroupsCommandInput, GetGroupsCommandOutput, XRayClientResolvedConfig> {
|
|
34
41
|
readonly input: GetGroupsCommandInput;
|
|
@@ -31,6 +31,13 @@ export interface GetInsightCommandOutput extends GetInsightResult, __MetadataBea
|
|
|
31
31
|
* @see {@link GetInsightCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link XRayClientResolvedConfig | config} for XRayClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
35
|
+
* <p>The request is missing required parameters or has invalid parameters.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ThrottledException} (client fault)
|
|
38
|
+
* <p>The request exceeds the maximum number of requests per second.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
34
41
|
*/
|
|
35
42
|
export declare class GetInsightCommand extends $Command<GetInsightCommandInput, GetInsightCommandOutput, XRayClientResolvedConfig> {
|
|
36
43
|
readonly input: GetInsightCommandInput;
|
|
@@ -31,6 +31,13 @@ export interface GetInsightEventsCommandOutput extends GetInsightEventsResult, _
|
|
|
31
31
|
* @see {@link GetInsightEventsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link XRayClientResolvedConfig | config} for XRayClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
35
|
+
* <p>The request is missing required parameters or has invalid parameters.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ThrottledException} (client fault)
|
|
38
|
+
* <p>The request exceeds the maximum number of requests per second.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
34
41
|
*/
|
|
35
42
|
export declare class GetInsightEventsCommand extends $Command<GetInsightEventsCommandInput, GetInsightEventsCommandOutput, XRayClientResolvedConfig> {
|
|
36
43
|
readonly input: GetInsightEventsCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface GetInsightImpactGraphCommandOutput extends GetInsightImpactGrap
|
|
|
30
30
|
* @see {@link GetInsightImpactGraphCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link XRayClientResolvedConfig | config} for XRayClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
34
|
+
* <p>The request is missing required parameters or has invalid parameters.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ThrottledException} (client fault)
|
|
37
|
+
* <p>The request exceeds the maximum number of requests per second.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class GetInsightImpactGraphCommand extends $Command<GetInsightImpactGraphCommandInput, GetInsightImpactGraphCommandOutput, XRayClientResolvedConfig> {
|
|
35
42
|
readonly input: GetInsightImpactGraphCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface GetInsightSummariesCommandOutput extends GetInsightSummariesRes
|
|
|
29
29
|
* @see {@link GetInsightSummariesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link XRayClientResolvedConfig | config} for XRayClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
33
|
+
* <p>The request is missing required parameters or has invalid parameters.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ThrottledException} (client fault)
|
|
36
|
+
* <p>The request exceeds the maximum number of requests per second.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class GetInsightSummariesCommand extends $Command<GetInsightSummariesCommandInput, GetInsightSummariesCommandOutput, XRayClientResolvedConfig> {
|
|
34
41
|
readonly input: GetInsightSummariesCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface GetSamplingRulesCommandOutput extends GetSamplingRulesResult, _
|
|
|
29
29
|
* @see {@link GetSamplingRulesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link XRayClientResolvedConfig | config} for XRayClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
33
|
+
* <p>The request is missing required parameters or has invalid parameters.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ThrottledException} (client fault)
|
|
36
|
+
* <p>The request exceeds the maximum number of requests per second.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class GetSamplingRulesCommand extends $Command<GetSamplingRulesCommandInput, GetSamplingRulesCommandOutput, XRayClientResolvedConfig> {
|
|
34
41
|
readonly input: GetSamplingRulesCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface GetSamplingStatisticSummariesCommandOutput extends GetSamplingS
|
|
|
29
29
|
* @see {@link GetSamplingStatisticSummariesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link XRayClientResolvedConfig | config} for XRayClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
33
|
+
* <p>The request is missing required parameters or has invalid parameters.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ThrottledException} (client fault)
|
|
36
|
+
* <p>The request exceeds the maximum number of requests per second.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class GetSamplingStatisticSummariesCommand extends $Command<GetSamplingStatisticSummariesCommandInput, GetSamplingStatisticSummariesCommandOutput, XRayClientResolvedConfig> {
|
|
34
41
|
readonly input: GetSamplingStatisticSummariesCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface GetSamplingTargetsCommandOutput extends GetSamplingTargetsResul
|
|
|
30
30
|
* @see {@link GetSamplingTargetsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link XRayClientResolvedConfig | config} for XRayClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
34
|
+
* <p>The request is missing required parameters or has invalid parameters.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ThrottledException} (client fault)
|
|
37
|
+
* <p>The request exceeds the maximum number of requests per second.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class GetSamplingTargetsCommand extends $Command<GetSamplingTargetsCommandInput, GetSamplingTargetsCommandOutput, XRayClientResolvedConfig> {
|
|
35
42
|
readonly input: GetSamplingTargetsCommandInput;
|
|
@@ -33,6 +33,13 @@ export interface GetServiceGraphCommandOutput extends GetServiceGraphResult, __M
|
|
|
33
33
|
* @see {@link GetServiceGraphCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link XRayClientResolvedConfig | config} for XRayClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
37
|
+
* <p>The request is missing required parameters or has invalid parameters.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ThrottledException} (client fault)
|
|
40
|
+
* <p>The request exceeds the maximum number of requests per second.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
36
43
|
*/
|
|
37
44
|
export declare class GetServiceGraphCommand extends $Command<GetServiceGraphCommandInput, GetServiceGraphCommandOutput, XRayClientResolvedConfig> {
|
|
38
45
|
readonly input: GetServiceGraphCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface GetTimeSeriesServiceStatisticsCommandOutput extends GetTimeSeri
|
|
|
30
30
|
* @see {@link GetTimeSeriesServiceStatisticsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link XRayClientResolvedConfig | config} for XRayClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
34
|
+
* <p>The request is missing required parameters or has invalid parameters.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ThrottledException} (client fault)
|
|
37
|
+
* <p>The request exceeds the maximum number of requests per second.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class GetTimeSeriesServiceStatisticsCommand extends $Command<GetTimeSeriesServiceStatisticsCommandInput, GetTimeSeriesServiceStatisticsCommandOutput, XRayClientResolvedConfig> {
|
|
35
42
|
readonly input: GetTimeSeriesServiceStatisticsCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface GetTraceGraphCommandOutput extends GetTraceGraphResult, __Metad
|
|
|
29
29
|
* @see {@link GetTraceGraphCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link XRayClientResolvedConfig | config} for XRayClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
33
|
+
* <p>The request is missing required parameters or has invalid parameters.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ThrottledException} (client fault)
|
|
36
|
+
* <p>The request exceeds the maximum number of requests per second.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class GetTraceGraphCommand extends $Command<GetTraceGraphCommandInput, GetTraceGraphCommandOutput, XRayClientResolvedConfig> {
|
|
34
41
|
readonly input: GetTraceGraphCommandInput;
|
|
@@ -45,6 +45,13 @@ export interface GetTraceSummariesCommandOutput extends GetTraceSummariesResult,
|
|
|
45
45
|
* @see {@link GetTraceSummariesCommandOutput} for command's `response` shape.
|
|
46
46
|
* @see {@link XRayClientResolvedConfig | config} for XRayClient's `config` shape.
|
|
47
47
|
*
|
|
48
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
49
|
+
* <p>The request is missing required parameters or has invalid parameters.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ThrottledException} (client fault)
|
|
52
|
+
* <p>The request exceeds the maximum number of requests per second.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
48
55
|
*/
|
|
49
56
|
export declare class GetTraceSummariesCommand extends $Command<GetTraceSummariesCommandInput, GetTraceSummariesCommandOutput, XRayClientResolvedConfig> {
|
|
50
57
|
readonly input: GetTraceSummariesCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface ListResourcePoliciesCommandOutput extends ListResourcePoliciesR
|
|
|
29
29
|
* @see {@link ListResourcePoliciesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link XRayClientResolvedConfig | config} for XRayClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
33
|
+
* <p>The request is missing required parameters or has invalid parameters.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ThrottledException} (client fault)
|
|
36
|
+
* <p>The request exceeds the maximum number of requests per second.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class ListResourcePoliciesCommand extends $Command<ListResourcePoliciesCommandInput, ListResourcePoliciesCommandOutput, XRayClientResolvedConfig> {
|
|
34
41
|
readonly input: ListResourcePoliciesCommandInput;
|
|
@@ -29,6 +29,17 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
29
29
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link XRayClientResolvedConfig | config} for XRayClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
33
|
+
* <p>The request is missing required parameters or has invalid parameters.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The resource was not found. Verify that the name or Amazon Resource Name (ARN) of the resource is
|
|
37
|
+
* correct.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ThrottledException} (client fault)
|
|
40
|
+
* <p>The request exceeds the maximum number of requests per second.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
32
43
|
*/
|
|
33
44
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, XRayClientResolvedConfig> {
|
|
34
45
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface PutEncryptionConfigCommandOutput extends PutEncryptionConfigRes
|
|
|
29
29
|
* @see {@link PutEncryptionConfigCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link XRayClientResolvedConfig | config} for XRayClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
33
|
+
* <p>The request is missing required parameters or has invalid parameters.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ThrottledException} (client fault)
|
|
36
|
+
* <p>The request exceeds the maximum number of requests per second.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class PutEncryptionConfigCommand extends $Command<PutEncryptionConfigCommandInput, PutEncryptionConfigCommandOutput, XRayClientResolvedConfig> {
|
|
34
41
|
readonly input: PutEncryptionConfigCommandInput;
|
|
@@ -34,6 +34,26 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyResult,
|
|
|
34
34
|
* @see {@link PutResourcePolicyCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link XRayClientResolvedConfig | config} for XRayClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link InvalidPolicyRevisionIdException} (client fault)
|
|
38
|
+
* <p>A policy revision id was provided which does not match the latest policy revision. This exception is also
|
|
39
|
+
* if a policy revision id of 0 is provided via <code>PutResourcePolicy</code> and a policy with the same name already exists.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link LockoutPreventionException} (client fault)
|
|
42
|
+
* <p>The provided resource policy would prevent the caller of this request from calling PutResourcePolicy in the future.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link MalformedPolicyDocumentException} (client fault)
|
|
45
|
+
* <p>Invalid policy document provided in request.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link PolicyCountLimitExceededException} (client fault)
|
|
48
|
+
* <p>Exceeded the maximum number of resource policies for a target Amazon Web Services account.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link PolicySizeLimitExceededException} (client fault)
|
|
51
|
+
* <p>Exceeded the maximum size for a resource policy.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ThrottledException} (client fault)
|
|
54
|
+
* <p>The request exceeds the maximum number of requests per second.</p>
|
|
55
|
+
*
|
|
56
|
+
*
|
|
37
57
|
*/
|
|
38
58
|
export declare class PutResourcePolicyCommand extends $Command<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, XRayClientResolvedConfig> {
|
|
39
59
|
readonly input: PutResourcePolicyCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface PutTelemetryRecordsCommandOutput extends PutTelemetryRecordsRes
|
|
|
29
29
|
* @see {@link PutTelemetryRecordsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link XRayClientResolvedConfig | config} for XRayClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
33
|
+
* <p>The request is missing required parameters or has invalid parameters.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ThrottledException} (client fault)
|
|
36
|
+
* <p>The request exceeds the maximum number of requests per second.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class PutTelemetryRecordsCommand extends $Command<PutTelemetryRecordsCommandInput, PutTelemetryRecordsCommandOutput, XRayClientResolvedConfig> {
|
|
34
41
|
readonly input: PutTelemetryRecordsCommandInput;
|
|
@@ -91,6 +91,13 @@ export interface PutTraceSegmentsCommandOutput extends PutTraceSegmentsResult, _
|
|
|
91
91
|
* @see {@link PutTraceSegmentsCommandOutput} for command's `response` shape.
|
|
92
92
|
* @see {@link XRayClientResolvedConfig | config} for XRayClient's `config` shape.
|
|
93
93
|
*
|
|
94
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
95
|
+
* <p>The request is missing required parameters or has invalid parameters.</p>
|
|
96
|
+
*
|
|
97
|
+
* @throws {@link ThrottledException} (client fault)
|
|
98
|
+
* <p>The request exceeds the maximum number of requests per second.</p>
|
|
99
|
+
*
|
|
100
|
+
*
|
|
94
101
|
*/
|
|
95
102
|
export declare class PutTraceSegmentsCommand extends $Command<PutTraceSegmentsCommandInput, PutTraceSegmentsCommandOutput, XRayClientResolvedConfig> {
|
|
96
103
|
readonly input: PutTraceSegmentsCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
29
29
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link XRayClientResolvedConfig | config} for XRayClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
33
|
+
* <p>The request is missing required parameters or has invalid parameters.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The resource was not found. Verify that the name or Amazon Resource Name (ARN) of the resource is
|
|
37
|
+
* correct.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ThrottledException} (client fault)
|
|
40
|
+
* <p>The request exceeds the maximum number of requests per second.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link TooManyTagsException} (client fault)
|
|
43
|
+
* <p>You have exceeded the maximum number of tags you can apply to this resource.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, XRayClientResolvedConfig> {
|
|
34
48
|
readonly input: TagResourceCommandInput;
|
|
@@ -30,6 +30,17 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
30
30
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link XRayClientResolvedConfig | config} for XRayClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
34
|
+
* <p>The request is missing required parameters or has invalid parameters.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
37
|
+
* <p>The resource was not found. Verify that the name or Amazon Resource Name (ARN) of the resource is
|
|
38
|
+
* correct.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ThrottledException} (client fault)
|
|
41
|
+
* <p>The request exceeds the maximum number of requests per second.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
33
44
|
*/
|
|
34
45
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, XRayClientResolvedConfig> {
|
|
35
46
|
readonly input: UntagResourceCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface UpdateGroupCommandOutput extends UpdateGroupResult, __MetadataB
|
|
|
29
29
|
* @see {@link UpdateGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link XRayClientResolvedConfig | config} for XRayClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
33
|
+
* <p>The request is missing required parameters or has invalid parameters.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ThrottledException} (client fault)
|
|
36
|
+
* <p>The request exceeds the maximum number of requests per second.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class UpdateGroupCommand extends $Command<UpdateGroupCommandInput, UpdateGroupCommandOutput, XRayClientResolvedConfig> {
|
|
34
41
|
readonly input: UpdateGroupCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface UpdateSamplingRuleCommandOutput extends UpdateSamplingRuleResul
|
|
|
29
29
|
* @see {@link UpdateSamplingRuleCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link XRayClientResolvedConfig | config} for XRayClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
33
|
+
* <p>The request is missing required parameters or has invalid parameters.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ThrottledException} (client fault)
|
|
36
|
+
* <p>The request exceeds the maximum number of requests per second.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class UpdateSamplingRuleCommand extends $Command<UpdateSamplingRuleCommandInput, UpdateSamplingRuleCommandOutput, XRayClientResolvedConfig> {
|
|
34
41
|
readonly input: UpdateSamplingRuleCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-xray",
|
|
3
3
|
"description": "AWS SDK for JavaScript Xray Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.290.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,37 +20,37 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
55
|
"tslib": "^2.3.1"
|
|
56
56
|
},
|