@aws-sdk/client-xray 3.533.0 → 3.540.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.
Files changed (71) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/XRay.d.ts +10 -1
  6. package/dist-types/XRayClient.d.ts +1 -1
  7. package/dist-types/commands/BatchGetTracesCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateGroupCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateSamplingRuleCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteGroupCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteSamplingRuleCommand.d.ts +2 -1
  13. package/dist-types/commands/GetEncryptionConfigCommand.d.ts +2 -1
  14. package/dist-types/commands/GetGroupCommand.d.ts +2 -1
  15. package/dist-types/commands/GetGroupsCommand.d.ts +2 -1
  16. package/dist-types/commands/GetInsightCommand.d.ts +2 -1
  17. package/dist-types/commands/GetInsightEventsCommand.d.ts +2 -1
  18. package/dist-types/commands/GetInsightImpactGraphCommand.d.ts +2 -1
  19. package/dist-types/commands/GetInsightSummariesCommand.d.ts +2 -1
  20. package/dist-types/commands/GetSamplingRulesCommand.d.ts +2 -1
  21. package/dist-types/commands/GetSamplingStatisticSummariesCommand.d.ts +2 -1
  22. package/dist-types/commands/GetSamplingTargetsCommand.d.ts +2 -1
  23. package/dist-types/commands/GetServiceGraphCommand.d.ts +2 -1
  24. package/dist-types/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +2 -1
  25. package/dist-types/commands/GetTraceGraphCommand.d.ts +2 -1
  26. package/dist-types/commands/GetTraceSummariesCommand.d.ts +2 -1
  27. package/dist-types/commands/ListResourcePoliciesCommand.d.ts +2 -1
  28. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  29. package/dist-types/commands/PutEncryptionConfigCommand.d.ts +2 -1
  30. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
  31. package/dist-types/commands/PutTelemetryRecordsCommand.d.ts +2 -1
  32. package/dist-types/commands/PutTraceSegmentsCommand.d.ts +2 -1
  33. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  34. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  35. package/dist-types/commands/UpdateGroupCommand.d.ts +2 -1
  36. package/dist-types/commands/UpdateSamplingRuleCommand.d.ts +2 -1
  37. package/dist-types/index.d.ts +0 -1
  38. package/dist-types/models/models_0.d.ts +450 -450
  39. package/dist-types/ts3.4/XRay.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/BatchGetTracesCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/CreateSamplingRuleCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DeleteSamplingRuleCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/GetEncryptionConfigCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/GetGroupsCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/GetInsightCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/GetInsightEventsCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/GetInsightImpactGraphCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/GetInsightSummariesCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/GetSamplingRulesCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/GetSamplingStatisticSummariesCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/GetSamplingTargetsCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/GetServiceGraphCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/GetTraceGraphCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/GetTraceSummariesCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListResourcePoliciesCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/PutEncryptionConfigCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/PutTelemetryRecordsCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/PutTraceSegmentsCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/UpdateSamplingRuleCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/index.d.ts +0 -1
  71. package/package.json +40 -40
@@ -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
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Applies tags to an existing 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 TagResourceCommand_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 TagResourceCommand extends TagResourceCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes tags from an Amazon Web Services X-Ray group or sampling rule. You cannot edit or delete system
30
30
  * tags (those with an <code>aws:</code> prefix).</p>
31
31
  * @example
@@ -65,6 +65,7 @@ declare const UntagResourceCommand_base: {
65
65
  * @throws {@link XRayServiceException}
66
66
  * <p>Base exception class for all service exceptions from XRay service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface UpdateGroupCommandOutput extends UpdateGroupResult, __MetadataB
22
22
  }
23
23
  declare const UpdateGroupCommand_base: {
24
24
  new (input: UpdateGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGroupCommandInput, UpdateGroupCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [UpdateGroupCommandInput]): import("@smithy/smithy-client").CommandImpl<UpdateGroupCommandInput, UpdateGroupCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a group resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const UpdateGroupCommand_base: {
73
73
  * @throws {@link XRayServiceException}
74
74
  * <p>Base exception class for all service exceptions from XRay service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class UpdateGroupCommand extends UpdateGroupCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface UpdateSamplingRuleCommandOutput extends UpdateSamplingRuleResul
22
22
  }
23
23
  declare const UpdateSamplingRuleCommand_base: {
24
24
  new (input: UpdateSamplingRuleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSamplingRuleCommandInput, UpdateSamplingRuleCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateSamplingRuleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSamplingRuleCommandInput, UpdateSamplingRuleCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Modifies a sampling rule's configuration.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -94,6 +94,7 @@ declare const UpdateSamplingRuleCommand_base: {
94
94
  * @throws {@link XRayServiceException}
95
95
  * <p>Base exception class for all service exceptions from XRay service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class UpdateSamplingRuleCommand extends UpdateSamplingRuleCommand_base {
99
100
  }
@@ -12,5 +12,4 @@ export { XRayExtensionConfiguration } from "./extensionConfiguration";
12
12
  export * from "./commands";
13
13
  export * from "./pagination";
14
14
  export * from "./models";
15
- import "@aws-sdk/util-endpoints";
16
15
  export { XRayServiceException } from "./models/XRayServiceException";