@aws-sdk/client-xray 3.890.0 → 3.893.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 +2 -0
- package/dist-types/commands/CancelTraceRetrievalCommand.d.ts +2 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreateSamplingRuleCommand.d.ts +2 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSamplingRuleCommand.d.ts +2 -0
- package/dist-types/commands/GetEncryptionConfigCommand.d.ts +2 -0
- package/dist-types/commands/GetGroupCommand.d.ts +2 -0
- package/dist-types/commands/GetGroupsCommand.d.ts +2 -0
- package/dist-types/commands/GetIndexingRulesCommand.d.ts +2 -0
- package/dist-types/commands/GetInsightCommand.d.ts +2 -0
- package/dist-types/commands/GetInsightEventsCommand.d.ts +2 -0
- package/dist-types/commands/GetInsightImpactGraphCommand.d.ts +2 -0
- package/dist-types/commands/GetInsightSummariesCommand.d.ts +2 -0
- package/dist-types/commands/GetRetrievedTracesGraphCommand.d.ts +2 -0
- package/dist-types/commands/GetSamplingRulesCommand.d.ts +2 -0
- package/dist-types/commands/GetSamplingStatisticSummariesCommand.d.ts +2 -0
- package/dist-types/commands/GetSamplingTargetsCommand.d.ts +2 -0
- package/dist-types/commands/GetServiceGraphCommand.d.ts +2 -0
- package/dist-types/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +2 -0
- package/dist-types/commands/GetTraceGraphCommand.d.ts +2 -0
- package/dist-types/commands/GetTraceSegmentDestinationCommand.d.ts +2 -0
- package/dist-types/commands/GetTraceSummariesCommand.d.ts +2 -0
- package/dist-types/commands/ListResourcePoliciesCommand.d.ts +2 -0
- package/dist-types/commands/ListRetrievedTracesCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/PutEncryptionConfigCommand.d.ts +2 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -0
- package/dist-types/commands/PutTelemetryRecordsCommand.d.ts +2 -0
- package/dist-types/commands/PutTraceSegmentsCommand.d.ts +2 -0
- package/dist-types/commands/StartTraceRetrievalCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +2 -0
- package/dist-types/commands/UpdateIndexingRuleCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSamplingRuleCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTraceSegmentDestinationCommand.d.ts +2 -0
- package/package.json +19 -19
|
@@ -38,6 +38,8 @@ declare const BatchGetTracesCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { XRayClient, BatchGetTracesCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
40
40
|
* // const { XRayClient, BatchGetTracesCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
41
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
42
|
+
* const config = {}; // type is XRayClientConfig
|
|
41
43
|
* const client = new XRayClient(config);
|
|
42
44
|
* const input = { // BatchGetTracesRequest
|
|
43
45
|
* TraceIds: [ // TraceIdList // required
|
|
@@ -35,6 +35,8 @@ declare const CancelTraceRetrievalCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { XRayClient, CancelTraceRetrievalCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
37
37
|
* // const { XRayClient, CancelTraceRetrievalCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
38
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
39
|
+
* const config = {}; // type is XRayClientConfig
|
|
38
40
|
* const client = new XRayClient(config);
|
|
39
41
|
* const input = { // CancelTraceRetrievalRequest
|
|
40
42
|
* RetrievalToken: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateGroupCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { XRayClient, CreateGroupCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
35
35
|
* // const { XRayClient, CreateGroupCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
36
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
37
|
+
* const config = {}; // type is XRayClientConfig
|
|
36
38
|
* const client = new XRayClient(config);
|
|
37
39
|
* const input = { // CreateGroupRequest
|
|
38
40
|
* GroupName: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const CreateSamplingRuleCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { XRayClient, CreateSamplingRuleCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
41
41
|
* // const { XRayClient, CreateSamplingRuleCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
42
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
43
|
+
* const config = {}; // type is XRayClientConfig
|
|
42
44
|
* const client = new XRayClient(config);
|
|
43
45
|
* const input = { // CreateSamplingRuleRequest
|
|
44
46
|
* SamplingRule: { // SamplingRule
|
|
@@ -33,6 +33,8 @@ declare const DeleteGroupCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { XRayClient, DeleteGroupCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
35
35
|
* // const { XRayClient, DeleteGroupCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
36
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
37
|
+
* const config = {}; // type is XRayClientConfig
|
|
36
38
|
* const client = new XRayClient(config);
|
|
37
39
|
* const input = { // DeleteGroupRequest
|
|
38
40
|
* GroupName: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { XRayClient, DeleteResourcePolicyCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
35
35
|
* // const { XRayClient, DeleteResourcePolicyCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
36
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
37
|
+
* const config = {}; // type is XRayClientConfig
|
|
36
38
|
* const client = new XRayClient(config);
|
|
37
39
|
* const input = { // DeleteResourcePolicyRequest
|
|
38
40
|
* PolicyName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteSamplingRuleCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { XRayClient, DeleteSamplingRuleCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
35
35
|
* // const { XRayClient, DeleteSamplingRuleCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
36
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
37
|
+
* const config = {}; // type is XRayClientConfig
|
|
36
38
|
* const client = new XRayClient(config);
|
|
37
39
|
* const input = { // DeleteSamplingRuleRequest
|
|
38
40
|
* RuleName: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const GetEncryptionConfigCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { XRayClient, GetEncryptionConfigCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
35
35
|
* // const { XRayClient, GetEncryptionConfigCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
36
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
37
|
+
* const config = {}; // type is XRayClientConfig
|
|
36
38
|
* const client = new XRayClient(config);
|
|
37
39
|
* const input = {};
|
|
38
40
|
* const command = new GetEncryptionConfigCommand(input);
|
|
@@ -33,6 +33,8 @@ declare const GetGroupCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { XRayClient, GetGroupCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
35
35
|
* // const { XRayClient, GetGroupCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
36
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
37
|
+
* const config = {}; // type is XRayClientConfig
|
|
36
38
|
* const client = new XRayClient(config);
|
|
37
39
|
* const input = { // GetGroupRequest
|
|
38
40
|
* GroupName: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const GetGroupsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { XRayClient, GetGroupsCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
35
35
|
* // const { XRayClient, GetGroupsCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
36
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
37
|
+
* const config = {}; // type is XRayClientConfig
|
|
36
38
|
* const client = new XRayClient(config);
|
|
37
39
|
* const input = { // GetGroupsRequest
|
|
38
40
|
* NextToken: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const GetIndexingRulesCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { XRayClient, GetIndexingRulesCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
37
37
|
* // const { XRayClient, GetIndexingRulesCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
38
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
39
|
+
* const config = {}; // type is XRayClientConfig
|
|
38
40
|
* const client = new XRayClient(config);
|
|
39
41
|
* const input = { // GetIndexingRulesRequest
|
|
40
42
|
* NextToken: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const GetInsightCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { XRayClient, GetInsightCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
37
37
|
* // const { XRayClient, GetInsightCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
38
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
39
|
+
* const config = {}; // type is XRayClientConfig
|
|
38
40
|
* const client = new XRayClient(config);
|
|
39
41
|
* const input = { // GetInsightRequest
|
|
40
42
|
* InsightId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const GetInsightEventsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { XRayClient, GetInsightEventsCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
37
37
|
* // const { XRayClient, GetInsightEventsCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
38
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
39
|
+
* const config = {}; // type is XRayClientConfig
|
|
38
40
|
* const client = new XRayClient(config);
|
|
39
41
|
* const input = { // GetInsightEventsRequest
|
|
40
42
|
* InsightId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const GetInsightImpactGraphCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { XRayClient, GetInsightImpactGraphCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
36
36
|
* // const { XRayClient, GetInsightImpactGraphCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
37
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
38
|
+
* const config = {}; // type is XRayClientConfig
|
|
37
39
|
* const client = new XRayClient(config);
|
|
38
40
|
* const input = { // GetInsightImpactGraphRequest
|
|
39
41
|
* InsightId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetInsightSummariesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { XRayClient, GetInsightSummariesCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
35
35
|
* // const { XRayClient, GetInsightSummariesCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
36
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
37
|
+
* const config = {}; // type is XRayClientConfig
|
|
36
38
|
* const client = new XRayClient(config);
|
|
37
39
|
* const input = { // GetInsightSummariesRequest
|
|
38
40
|
* States: [ // InsightStateList
|
|
@@ -40,6 +40,8 @@ declare const GetRetrievedTracesGraphCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { XRayClient, GetRetrievedTracesGraphCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
42
42
|
* // const { XRayClient, GetRetrievedTracesGraphCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
43
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
44
|
+
* const config = {}; // type is XRayClientConfig
|
|
43
45
|
* const client = new XRayClient(config);
|
|
44
46
|
* const input = { // GetRetrievedTracesGraphRequest
|
|
45
47
|
* RetrievalToken: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetSamplingRulesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { XRayClient, GetSamplingRulesCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
35
35
|
* // const { XRayClient, GetSamplingRulesCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
36
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
37
|
+
* const config = {}; // type is XRayClientConfig
|
|
36
38
|
* const client = new XRayClient(config);
|
|
37
39
|
* const input = { // GetSamplingRulesRequest
|
|
38
40
|
* NextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const GetSamplingStatisticSummariesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { XRayClient, GetSamplingStatisticSummariesCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
35
35
|
* // const { XRayClient, GetSamplingStatisticSummariesCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
36
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
37
|
+
* const config = {}; // type is XRayClientConfig
|
|
36
38
|
* const client = new XRayClient(config);
|
|
37
39
|
* const input = { // GetSamplingStatisticSummariesRequest
|
|
38
40
|
* NextToken: "STRING_VALUE",
|
|
@@ -34,6 +34,8 @@ declare const GetSamplingTargetsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { XRayClient, GetSamplingTargetsCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
36
36
|
* // const { XRayClient, GetSamplingTargetsCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
37
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
38
|
+
* const config = {}; // type is XRayClientConfig
|
|
37
39
|
* const client = new XRayClient(config);
|
|
38
40
|
* const input = { // GetSamplingTargetsRequest
|
|
39
41
|
* SamplingStatisticsDocuments: [ // SamplingStatisticsDocumentList // required
|
|
@@ -37,6 +37,8 @@ declare const GetServiceGraphCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { XRayClient, GetServiceGraphCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
39
39
|
* // const { XRayClient, GetServiceGraphCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
40
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
41
|
+
* const config = {}; // type is XRayClientConfig
|
|
40
42
|
* const client = new XRayClient(config);
|
|
41
43
|
* const input = { // GetServiceGraphRequest
|
|
42
44
|
* StartTime: new Date("TIMESTAMP"), // required
|
|
@@ -34,6 +34,8 @@ declare const GetTimeSeriesServiceStatisticsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { XRayClient, GetTimeSeriesServiceStatisticsCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
36
36
|
* // const { XRayClient, GetTimeSeriesServiceStatisticsCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
37
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
38
|
+
* const config = {}; // type is XRayClientConfig
|
|
37
39
|
* const client = new XRayClient(config);
|
|
38
40
|
* const input = { // GetTimeSeriesServiceStatisticsRequest
|
|
39
41
|
* StartTime: new Date("TIMESTAMP"), // required
|
|
@@ -33,6 +33,8 @@ declare const GetTraceGraphCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { XRayClient, GetTraceGraphCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
35
35
|
* // const { XRayClient, GetTraceGraphCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
36
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
37
|
+
* const config = {}; // type is XRayClientConfig
|
|
36
38
|
* const client = new XRayClient(config);
|
|
37
39
|
* const input = { // GetTraceGraphRequest
|
|
38
40
|
* TraceIds: [ // TraceIdList // required
|
|
@@ -35,6 +35,8 @@ declare const GetTraceSegmentDestinationCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { XRayClient, GetTraceSegmentDestinationCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
37
37
|
* // const { XRayClient, GetTraceSegmentDestinationCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
38
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
39
|
+
* const config = {}; // type is XRayClientConfig
|
|
38
40
|
* const client = new XRayClient(config);
|
|
39
41
|
* const input = {};
|
|
40
42
|
* const command = new GetTraceSegmentDestinationCommand(input);
|
|
@@ -49,6 +49,8 @@ declare const GetTraceSummariesCommand_base: {
|
|
|
49
49
|
* ```javascript
|
|
50
50
|
* import { XRayClient, GetTraceSummariesCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
51
51
|
* // const { XRayClient, GetTraceSummariesCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
52
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
53
|
+
* const config = {}; // type is XRayClientConfig
|
|
52
54
|
* const client = new XRayClient(config);
|
|
53
55
|
* const input = { // GetTraceSummariesRequest
|
|
54
56
|
* StartTime: new Date("TIMESTAMP"), // required
|
|
@@ -33,6 +33,8 @@ declare const ListResourcePoliciesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { XRayClient, ListResourcePoliciesCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
35
35
|
* // const { XRayClient, ListResourcePoliciesCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
36
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
37
|
+
* const config = {}; // type is XRayClientConfig
|
|
36
38
|
* const client = new XRayClient(config);
|
|
37
39
|
* const input = { // ListResourcePoliciesRequest
|
|
38
40
|
* NextToken: "STRING_VALUE",
|
|
@@ -40,6 +40,8 @@ declare const ListRetrievedTracesCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { XRayClient, ListRetrievedTracesCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
42
42
|
* // const { XRayClient, ListRetrievedTracesCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
43
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
44
|
+
* const config = {}; // type is XRayClientConfig
|
|
43
45
|
* const client = new XRayClient(config);
|
|
44
46
|
* const input = { // ListRetrievedTracesRequest
|
|
45
47
|
* RetrievalToken: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { XRayClient, ListTagsForResourceCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
35
35
|
* // const { XRayClient, ListTagsForResourceCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
36
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
37
|
+
* const config = {}; // type is XRayClientConfig
|
|
36
38
|
* const client = new XRayClient(config);
|
|
37
39
|
* const input = { // ListTagsForResourceRequest
|
|
38
40
|
* ResourceARN: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const PutEncryptionConfigCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { XRayClient, PutEncryptionConfigCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
35
35
|
* // const { XRayClient, PutEncryptionConfigCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
36
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
37
|
+
* const config = {}; // type is XRayClientConfig
|
|
36
38
|
* const client = new XRayClient(config);
|
|
37
39
|
* const input = { // PutEncryptionConfigRequest
|
|
38
40
|
* KeyId: "STRING_VALUE",
|
|
@@ -38,6 +38,8 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { XRayClient, PutResourcePolicyCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
40
40
|
* // const { XRayClient, PutResourcePolicyCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
41
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
42
|
+
* const config = {}; // type is XRayClientConfig
|
|
41
43
|
* const client = new XRayClient(config);
|
|
42
44
|
* const input = { // PutResourcePolicyRequest
|
|
43
45
|
* PolicyName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const PutTelemetryRecordsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { XRayClient, PutTelemetryRecordsCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
35
35
|
* // const { XRayClient, PutTelemetryRecordsCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
36
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
37
|
+
* const config = {}; // type is XRayClientConfig
|
|
36
38
|
* const client = new XRayClient(config);
|
|
37
39
|
* const input = { // PutTelemetryRecordsRequest
|
|
38
40
|
* TelemetryRecords: [ // TelemetryRecordList // required
|
|
@@ -105,6 +105,8 @@ declare const PutTraceSegmentsCommand_base: {
|
|
|
105
105
|
* ```javascript
|
|
106
106
|
* import { XRayClient, PutTraceSegmentsCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
107
107
|
* // const { XRayClient, PutTraceSegmentsCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
108
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
109
|
+
* const config = {}; // type is XRayClientConfig
|
|
108
110
|
* const client = new XRayClient(config);
|
|
109
111
|
* const input = { // PutTraceSegmentsRequest
|
|
110
112
|
* TraceSegmentDocuments: [ // TraceSegmentDocumentList // required
|
|
@@ -38,6 +38,8 @@ declare const StartTraceRetrievalCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { XRayClient, StartTraceRetrievalCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
40
40
|
* // const { XRayClient, StartTraceRetrievalCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
41
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
42
|
+
* const config = {}; // type is XRayClientConfig
|
|
41
43
|
* const client = new XRayClient(config);
|
|
42
44
|
* const input = { // StartTraceRetrievalRequest
|
|
43
45
|
* TraceIds: [ // TraceIdListForRetrieval // required
|
|
@@ -33,6 +33,8 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { XRayClient, TagResourceCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
35
35
|
* // const { XRayClient, TagResourceCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
36
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
37
|
+
* const config = {}; // type is XRayClientConfig
|
|
36
38
|
* const client = new XRayClient(config);
|
|
37
39
|
* const input = { // TagResourceRequest
|
|
38
40
|
* ResourceARN: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const UntagResourceCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { XRayClient, UntagResourceCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
36
36
|
* // const { XRayClient, UntagResourceCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
37
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
38
|
+
* const config = {}; // type is XRayClientConfig
|
|
37
39
|
* const client = new XRayClient(config);
|
|
38
40
|
* const input = { // UntagResourceRequest
|
|
39
41
|
* ResourceARN: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateGroupCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { XRayClient, UpdateGroupCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
35
35
|
* // const { XRayClient, UpdateGroupCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
36
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
37
|
+
* const config = {}; // type is XRayClientConfig
|
|
36
38
|
* const client = new XRayClient(config);
|
|
37
39
|
* const input = { // UpdateGroupRequest
|
|
38
40
|
* GroupName: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const UpdateIndexingRuleCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { XRayClient, UpdateIndexingRuleCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
38
38
|
* // const { XRayClient, UpdateIndexingRuleCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
39
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
40
|
+
* const config = {}; // type is XRayClientConfig
|
|
39
41
|
* const client = new XRayClient(config);
|
|
40
42
|
* const input = { // UpdateIndexingRuleRequest
|
|
41
43
|
* Name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateSamplingRuleCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { XRayClient, UpdateSamplingRuleCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
35
35
|
* // const { XRayClient, UpdateSamplingRuleCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
36
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
37
|
+
* const config = {}; // type is XRayClientConfig
|
|
36
38
|
* const client = new XRayClient(config);
|
|
37
39
|
* const input = { // UpdateSamplingRuleRequest
|
|
38
40
|
* SamplingRuleUpdate: { // SamplingRuleUpdate
|
|
@@ -35,6 +35,8 @@ declare const UpdateTraceSegmentDestinationCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { XRayClient, UpdateTraceSegmentDestinationCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
37
37
|
* // const { XRayClient, UpdateTraceSegmentDestinationCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
38
|
+
* // import type { XRayClientConfig } from "@aws-sdk/client-xray";
|
|
39
|
+
* const config = {}; // type is XRayClientConfig
|
|
38
40
|
* const client = new XRayClient(config);
|
|
39
41
|
* const input = { // UpdateTraceSegmentDestinationRequest
|
|
40
42
|
* Destination: "XRay" || "CloudWatchLogs",
|
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.893.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-xray",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.893.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
30
|
+
"@aws-sdk/types": "3.893.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
|
-
"@smithy/core": "^3.11.
|
|
35
|
+
"@smithy/core": "^3.11.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|