@aws-sdk/client-xray 3.651.1 → 3.654.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 (61) hide show
  1. package/dist-types/commands/BatchGetTracesCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateGroupCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateSamplingRuleCommand.d.ts +11 -0
  4. package/dist-types/commands/DeleteGroupCommand.d.ts +11 -0
  5. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +11 -0
  6. package/dist-types/commands/DeleteSamplingRuleCommand.d.ts +11 -0
  7. package/dist-types/commands/GetEncryptionConfigCommand.d.ts +11 -0
  8. package/dist-types/commands/GetGroupCommand.d.ts +11 -0
  9. package/dist-types/commands/GetGroupsCommand.d.ts +11 -0
  10. package/dist-types/commands/GetInsightCommand.d.ts +11 -0
  11. package/dist-types/commands/GetInsightEventsCommand.d.ts +11 -0
  12. package/dist-types/commands/GetInsightImpactGraphCommand.d.ts +11 -0
  13. package/dist-types/commands/GetInsightSummariesCommand.d.ts +11 -0
  14. package/dist-types/commands/GetSamplingRulesCommand.d.ts +11 -0
  15. package/dist-types/commands/GetSamplingStatisticSummariesCommand.d.ts +11 -0
  16. package/dist-types/commands/GetSamplingTargetsCommand.d.ts +11 -0
  17. package/dist-types/commands/GetServiceGraphCommand.d.ts +11 -0
  18. package/dist-types/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +11 -0
  19. package/dist-types/commands/GetTraceGraphCommand.d.ts +11 -0
  20. package/dist-types/commands/GetTraceSummariesCommand.d.ts +11 -0
  21. package/dist-types/commands/ListResourcePoliciesCommand.d.ts +11 -0
  22. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  23. package/dist-types/commands/PutEncryptionConfigCommand.d.ts +11 -0
  24. package/dist-types/commands/PutResourcePolicyCommand.d.ts +11 -0
  25. package/dist-types/commands/PutTelemetryRecordsCommand.d.ts +11 -0
  26. package/dist-types/commands/PutTraceSegmentsCommand.d.ts +11 -0
  27. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  28. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  29. package/dist-types/commands/UpdateGroupCommand.d.ts +11 -0
  30. package/dist-types/commands/UpdateSamplingRuleCommand.d.ts +11 -0
  31. package/dist-types/ts3.4/commands/BatchGetTracesCommand.d.ts +12 -1
  32. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +12 -1
  33. package/dist-types/ts3.4/commands/CreateSamplingRuleCommand.d.ts +12 -1
  34. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +12 -1
  35. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -1
  36. package/dist-types/ts3.4/commands/DeleteSamplingRuleCommand.d.ts +12 -1
  37. package/dist-types/ts3.4/commands/GetEncryptionConfigCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/GetGroupsCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/GetInsightCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/GetInsightEventsCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/GetInsightImpactGraphCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/GetInsightSummariesCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/GetSamplingRulesCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/GetSamplingStatisticSummariesCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/GetSamplingTargetsCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/GetServiceGraphCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/GetTraceGraphCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/GetTraceSummariesCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/ListResourcePoliciesCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/PutEncryptionConfigCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/PutTelemetryRecordsCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/PutTraceSegmentsCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/UpdateSamplingRuleCommand.d.ts +12 -1
  61. package/package.json +35 -35
@@ -84,4 +84,15 @@ declare const BatchGetTracesCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class BatchGetTracesCommand extends BatchGetTracesCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: BatchGetTracesRequest;
91
+ output: BatchGetTracesResult;
92
+ };
93
+ sdk: {
94
+ input: BatchGetTracesCommandInput;
95
+ output: BatchGetTracesCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -82,4 +82,15 @@ declare const CreateGroupCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class CreateGroupCommand extends CreateGroupCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: CreateGroupRequest;
89
+ output: CreateGroupResult;
90
+ };
91
+ sdk: {
92
+ input: CreateGroupCommandInput;
93
+ output: CreateGroupCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -114,4 +114,15 @@ declare const CreateSamplingRuleCommand_base: {
114
114
  * @public
115
115
  */
116
116
  export declare class CreateSamplingRuleCommand extends CreateSamplingRuleCommand_base {
117
+ /** @internal type navigation helper, not in runtime. */
118
+ protected static __types: {
119
+ api: {
120
+ input: CreateSamplingRuleRequest;
121
+ output: CreateSamplingRuleResult;
122
+ };
123
+ sdk: {
124
+ input: CreateSamplingRuleCommandInput;
125
+ output: CreateSamplingRuleCommandOutput;
126
+ };
127
+ };
117
128
  }
@@ -62,4 +62,15 @@ declare const DeleteGroupCommand_base: {
62
62
  * @public
63
63
  */
64
64
  export declare class DeleteGroupCommand extends DeleteGroupCommand_base {
65
+ /** @internal type navigation helper, not in runtime. */
66
+ protected static __types: {
67
+ api: {
68
+ input: DeleteGroupRequest;
69
+ output: {};
70
+ };
71
+ sdk: {
72
+ input: DeleteGroupCommandInput;
73
+ output: DeleteGroupCommandOutput;
74
+ };
75
+ };
65
76
  }
@@ -66,4 +66,15 @@ declare const DeleteResourcePolicyCommand_base: {
66
66
  * @public
67
67
  */
68
68
  export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
69
+ /** @internal type navigation helper, not in runtime. */
70
+ protected static __types: {
71
+ api: {
72
+ input: DeleteResourcePolicyRequest;
73
+ output: {};
74
+ };
75
+ sdk: {
76
+ input: DeleteResourcePolicyCommandInput;
77
+ output: DeleteResourcePolicyCommandOutput;
78
+ };
79
+ };
69
80
  }
@@ -84,4 +84,15 @@ declare const DeleteSamplingRuleCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class DeleteSamplingRuleCommand extends DeleteSamplingRuleCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: DeleteSamplingRuleRequest;
91
+ output: DeleteSamplingRuleResult;
92
+ };
93
+ sdk: {
94
+ input: DeleteSamplingRuleCommandInput;
95
+ output: DeleteSamplingRuleCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -65,4 +65,15 @@ declare const GetEncryptionConfigCommand_base: {
65
65
  * @public
66
66
  */
67
67
  export declare class GetEncryptionConfigCommand extends GetEncryptionConfigCommand_base {
68
+ /** @internal type navigation helper, not in runtime. */
69
+ protected static __types: {
70
+ api: {
71
+ input: {};
72
+ output: GetEncryptionConfigResult;
73
+ };
74
+ sdk: {
75
+ input: GetEncryptionConfigCommandInput;
76
+ output: GetEncryptionConfigCommandOutput;
77
+ };
78
+ };
68
79
  }
@@ -72,4 +72,15 @@ declare const GetGroupCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class GetGroupCommand extends GetGroupCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: GetGroupRequest;
79
+ output: GetGroupResult;
80
+ };
81
+ sdk: {
82
+ input: GetGroupCommandInput;
83
+ output: GetGroupCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -74,4 +74,15 @@ declare const GetGroupsCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class GetGroupsCommand extends GetGroupsCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: GetGroupsRequest;
81
+ output: GetGroupsResult;
82
+ };
83
+ sdk: {
84
+ input: GetGroupsCommandInput;
85
+ output: GetGroupsCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -106,4 +106,15 @@ declare const GetInsightCommand_base: {
106
106
  * @public
107
107
  */
108
108
  export declare class GetInsightCommand extends GetInsightCommand_base {
109
+ /** @internal type navigation helper, not in runtime. */
110
+ protected static __types: {
111
+ api: {
112
+ input: GetInsightRequest;
113
+ output: GetInsightResult;
114
+ };
115
+ sdk: {
116
+ input: GetInsightCommandInput;
117
+ output: GetInsightCommandOutput;
118
+ };
119
+ };
109
120
  }
@@ -95,4 +95,15 @@ declare const GetInsightEventsCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class GetInsightEventsCommand extends GetInsightEventsCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: GetInsightEventsRequest;
102
+ output: GetInsightEventsResult;
103
+ };
104
+ sdk: {
105
+ input: GetInsightEventsCommandInput;
106
+ output: GetInsightEventsCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -88,4 +88,15 @@ declare const GetInsightImpactGraphCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class GetInsightImpactGraphCommand extends GetInsightImpactGraphCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: GetInsightImpactGraphRequest;
95
+ output: GetInsightImpactGraphResult;
96
+ };
97
+ sdk: {
98
+ input: GetInsightImpactGraphCommandInput;
99
+ output: GetInsightImpactGraphCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -116,4 +116,15 @@ declare const GetInsightSummariesCommand_base: {
116
116
  * @public
117
117
  */
118
118
  export declare class GetInsightSummariesCommand extends GetInsightSummariesCommand_base {
119
+ /** @internal type navigation helper, not in runtime. */
120
+ protected static __types: {
121
+ api: {
122
+ input: GetInsightSummariesRequest;
123
+ output: GetInsightSummariesResult;
124
+ };
125
+ sdk: {
126
+ input: GetInsightSummariesCommandInput;
127
+ output: GetInsightSummariesCommandOutput;
128
+ };
129
+ };
119
130
  }
@@ -86,4 +86,15 @@ declare const GetSamplingRulesCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class GetSamplingRulesCommand extends GetSamplingRulesCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: GetSamplingRulesRequest;
93
+ output: GetSamplingRulesResult;
94
+ };
95
+ sdk: {
96
+ input: GetSamplingRulesCommandInput;
97
+ output: GetSamplingRulesCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -72,4 +72,15 @@ declare const GetSamplingStatisticSummariesCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class GetSamplingStatisticSummariesCommand extends GetSamplingStatisticSummariesCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: GetSamplingStatisticSummariesRequest;
79
+ output: GetSamplingStatisticSummariesResult;
80
+ };
81
+ sdk: {
82
+ input: GetSamplingStatisticSummariesCommandInput;
83
+ output: GetSamplingStatisticSummariesCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -89,4 +89,15 @@ declare const GetSamplingTargetsCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class GetSamplingTargetsCommand extends GetSamplingTargetsCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: GetSamplingTargetsRequest;
96
+ output: GetSamplingTargetsResult;
97
+ };
98
+ sdk: {
99
+ input: GetSamplingTargetsCommandInput;
100
+ output: GetSamplingTargetsCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -158,4 +158,15 @@ declare const GetServiceGraphCommand_base: {
158
158
  * @public
159
159
  */
160
160
  export declare class GetServiceGraphCommand extends GetServiceGraphCommand_base {
161
+ /** @internal type navigation helper, not in runtime. */
162
+ protected static __types: {
163
+ api: {
164
+ input: GetServiceGraphRequest;
165
+ output: GetServiceGraphResult;
166
+ };
167
+ sdk: {
168
+ input: GetServiceGraphCommandInput;
169
+ output: GetServiceGraphCommandOutput;
170
+ };
171
+ };
161
172
  }
@@ -115,4 +115,15 @@ declare const GetTimeSeriesServiceStatisticsCommand_base: {
115
115
  * @public
116
116
  */
117
117
  export declare class GetTimeSeriesServiceStatisticsCommand extends GetTimeSeriesServiceStatisticsCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: GetTimeSeriesServiceStatisticsRequest;
122
+ output: GetTimeSeriesServiceStatisticsResult;
123
+ };
124
+ sdk: {
125
+ input: GetTimeSeriesServiceStatisticsCommandInput;
126
+ output: GetTimeSeriesServiceStatisticsCommandOutput;
127
+ };
128
+ };
118
129
  }
@@ -150,4 +150,15 @@ declare const GetTraceGraphCommand_base: {
150
150
  * @public
151
151
  */
152
152
  export declare class GetTraceGraphCommand extends GetTraceGraphCommand_base {
153
+ /** @internal type navigation helper, not in runtime. */
154
+ protected static __types: {
155
+ api: {
156
+ input: GetTraceGraphRequest;
157
+ output: GetTraceGraphResult;
158
+ };
159
+ sdk: {
160
+ input: GetTraceGraphCommandInput;
161
+ output: GetTraceGraphCommandOutput;
162
+ };
163
+ };
153
164
  }
@@ -243,4 +243,15 @@ declare const GetTraceSummariesCommand_base: {
243
243
  * @public
244
244
  */
245
245
  export declare class GetTraceSummariesCommand extends GetTraceSummariesCommand_base {
246
+ /** @internal type navigation helper, not in runtime. */
247
+ protected static __types: {
248
+ api: {
249
+ input: GetTraceSummariesRequest;
250
+ output: GetTraceSummariesResult;
251
+ };
252
+ sdk: {
253
+ input: GetTraceSummariesCommandInput;
254
+ output: GetTraceSummariesCommandOutput;
255
+ };
256
+ };
246
257
  }
@@ -71,4 +71,15 @@ declare const ListResourcePoliciesCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class ListResourcePoliciesCommand extends ListResourcePoliciesCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: ListResourcePoliciesRequest;
78
+ output: ListResourcePoliciesResult;
79
+ };
80
+ sdk: {
81
+ input: ListResourcePoliciesCommandInput;
82
+ output: ListResourcePoliciesCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -74,4 +74,15 @@ declare const ListTagsForResourceCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: ListTagsForResourceRequest;
81
+ output: ListTagsForResourceResponse;
82
+ };
83
+ sdk: {
84
+ input: ListTagsForResourceCommandInput;
85
+ output: ListTagsForResourceCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -68,4 +68,15 @@ declare const PutEncryptionConfigCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class PutEncryptionConfigCommand extends PutEncryptionConfigCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: PutEncryptionConfigRequest;
75
+ output: PutEncryptionConfigResult;
76
+ };
77
+ sdk: {
78
+ input: PutEncryptionConfigCommandInput;
79
+ output: PutEncryptionConfigCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -89,4 +89,15 @@ declare const PutResourcePolicyCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: PutResourcePolicyRequest;
96
+ output: PutResourcePolicyResult;
97
+ };
98
+ sdk: {
99
+ input: PutResourcePolicyCommandInput;
100
+ output: PutResourcePolicyCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -80,4 +80,15 @@ declare const PutTelemetryRecordsCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class PutTelemetryRecordsCommand extends PutTelemetryRecordsCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: PutTelemetryRecordsRequest;
87
+ output: {};
88
+ };
89
+ sdk: {
90
+ input: PutTelemetryRecordsCommandInput;
91
+ output: PutTelemetryRecordsCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -133,4 +133,15 @@ declare const PutTraceSegmentsCommand_base: {
133
133
  * @public
134
134
  */
135
135
  export declare class PutTraceSegmentsCommand extends PutTraceSegmentsCommand_base {
136
+ /** @internal type navigation helper, not in runtime. */
137
+ protected static __types: {
138
+ api: {
139
+ input: PutTraceSegmentsRequest;
140
+ output: PutTraceSegmentsResult;
141
+ };
142
+ sdk: {
143
+ input: PutTraceSegmentsCommandInput;
144
+ output: PutTraceSegmentsCommandOutput;
145
+ };
146
+ };
136
147
  }
@@ -74,4 +74,15 @@ declare const TagResourceCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class TagResourceCommand extends TagResourceCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: TagResourceRequest;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: TagResourceCommandInput;
85
+ output: TagResourceCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -69,4 +69,15 @@ declare const UntagResourceCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: UntagResourceRequest;
76
+ output: {};
77
+ };
78
+ sdk: {
79
+ input: UntagResourceCommandInput;
80
+ output: UntagResourceCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -77,4 +77,15 @@ declare const UpdateGroupCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class UpdateGroupCommand extends UpdateGroupCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: UpdateGroupRequest;
84
+ output: UpdateGroupResult;
85
+ };
86
+ sdk: {
87
+ input: UpdateGroupCommandInput;
88
+ output: UpdateGroupCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -98,4 +98,15 @@ declare const UpdateSamplingRuleCommand_base: {
98
98
  * @public
99
99
  */
100
100
  export declare class UpdateSamplingRuleCommand extends UpdateSamplingRuleCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: UpdateSamplingRuleRequest;
105
+ output: UpdateSamplingRuleResult;
106
+ };
107
+ sdk: {
108
+ input: UpdateSamplingRuleCommandInput;
109
+ output: UpdateSamplingRuleCommandOutput;
110
+ };
111
+ };
101
112
  }
@@ -36,4 +36,15 @@ declare const BatchGetTracesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class BatchGetTracesCommand extends BatchGetTracesCommand_base {}
39
+ export declare class BatchGetTracesCommand extends BatchGetTracesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: BatchGetTracesRequest;
43
+ output: BatchGetTracesResult;
44
+ };
45
+ sdk: {
46
+ input: BatchGetTracesCommandInput;
47
+ output: BatchGetTracesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const CreateGroupCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateGroupCommand extends CreateGroupCommand_base {}
36
+ export declare class CreateGroupCommand extends CreateGroupCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateGroupRequest;
40
+ output: CreateGroupResult;
41
+ };
42
+ sdk: {
43
+ input: CreateGroupCommandInput;
44
+ output: CreateGroupCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const CreateSamplingRuleCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateSamplingRuleCommand extends CreateSamplingRuleCommand_base {}
40
+ export declare class CreateSamplingRuleCommand extends CreateSamplingRuleCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateSamplingRuleRequest;
44
+ output: CreateSamplingRuleResult;
45
+ };
46
+ sdk: {
47
+ input: CreateSamplingRuleCommandInput;
48
+ output: CreateSamplingRuleCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const DeleteGroupCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteGroupCommand extends DeleteGroupCommand_base {}
36
+ export declare class DeleteGroupCommand extends DeleteGroupCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteGroupRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteGroupCommandInput;
44
+ output: DeleteGroupCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DeleteResourcePolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {}
40
+ export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteResourcePolicyRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteResourcePolicyCommandInput;
48
+ output: DeleteResourcePolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteSamplingRuleCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteSamplingRuleCommand extends DeleteSamplingRuleCommand_base {}
40
+ export declare class DeleteSamplingRuleCommand extends DeleteSamplingRuleCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteSamplingRuleRequest;
44
+ output: DeleteSamplingRuleResult;
45
+ };
46
+ sdk: {
47
+ input: DeleteSamplingRuleCommandInput;
48
+ output: DeleteSamplingRuleCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetEncryptionConfigCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetEncryptionConfigCommand extends GetEncryptionConfigCommand_base {}
40
+ export declare class GetEncryptionConfigCommand extends GetEncryptionConfigCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: {};
44
+ output: GetEncryptionConfigResult;
45
+ };
46
+ sdk: {
47
+ input: GetEncryptionConfigCommandInput;
48
+ output: GetEncryptionConfigCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetGroupCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetGroupCommand extends GetGroupCommand_base {}
36
+ export declare class GetGroupCommand extends GetGroupCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetGroupRequest;
40
+ output: GetGroupResult;
41
+ };
42
+ sdk: {
43
+ input: GetGroupCommandInput;
44
+ output: GetGroupCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const GetGroupsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetGroupsCommand extends GetGroupsCommand_base {}
36
+ export declare class GetGroupsCommand extends GetGroupsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetGroupsRequest;
40
+ output: GetGroupsResult;
41
+ };
42
+ sdk: {
43
+ input: GetGroupsCommandInput;
44
+ output: GetGroupsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const GetInsightCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetInsightCommand extends GetInsightCommand_base {}
36
+ export declare class GetInsightCommand extends GetInsightCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetInsightRequest;
40
+ output: GetInsightResult;
41
+ };
42
+ sdk: {
43
+ input: GetInsightCommandInput;
44
+ output: GetInsightCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const GetInsightEventsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetInsightEventsCommand extends GetInsightEventsCommand_base {}
39
+ export declare class GetInsightEventsCommand extends GetInsightEventsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetInsightEventsRequest;
43
+ output: GetInsightEventsResult;
44
+ };
45
+ sdk: {
46
+ input: GetInsightEventsCommandInput;
47
+ output: GetInsightEventsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetInsightImpactGraphCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetInsightImpactGraphCommand extends GetInsightImpactGraphCommand_base {}
40
+ export declare class GetInsightImpactGraphCommand extends GetInsightImpactGraphCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetInsightImpactGraphRequest;
44
+ output: GetInsightImpactGraphResult;
45
+ };
46
+ sdk: {
47
+ input: GetInsightImpactGraphCommandInput;
48
+ output: GetInsightImpactGraphCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetInsightSummariesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetInsightSummariesCommand extends GetInsightSummariesCommand_base {}
40
+ export declare class GetInsightSummariesCommand extends GetInsightSummariesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetInsightSummariesRequest;
44
+ output: GetInsightSummariesResult;
45
+ };
46
+ sdk: {
47
+ input: GetInsightSummariesCommandInput;
48
+ output: GetInsightSummariesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const GetSamplingRulesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetSamplingRulesCommand extends GetSamplingRulesCommand_base {}
39
+ export declare class GetSamplingRulesCommand extends GetSamplingRulesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetSamplingRulesRequest;
43
+ output: GetSamplingRulesResult;
44
+ };
45
+ sdk: {
46
+ input: GetSamplingRulesCommandInput;
47
+ output: GetSamplingRulesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetSamplingStatisticSummariesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetSamplingStatisticSummariesCommand extends GetSamplingStatisticSummariesCommand_base {}
40
+ export declare class GetSamplingStatisticSummariesCommand extends GetSamplingStatisticSummariesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetSamplingStatisticSummariesRequest;
44
+ output: GetSamplingStatisticSummariesResult;
45
+ };
46
+ sdk: {
47
+ input: GetSamplingStatisticSummariesCommandInput;
48
+ output: GetSamplingStatisticSummariesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetSamplingTargetsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetSamplingTargetsCommand extends GetSamplingTargetsCommand_base {}
40
+ export declare class GetSamplingTargetsCommand extends GetSamplingTargetsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetSamplingTargetsRequest;
44
+ output: GetSamplingTargetsResult;
45
+ };
46
+ sdk: {
47
+ input: GetSamplingTargetsCommandInput;
48
+ output: GetSamplingTargetsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const GetServiceGraphCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetServiceGraphCommand extends GetServiceGraphCommand_base {}
39
+ export declare class GetServiceGraphCommand extends GetServiceGraphCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetServiceGraphRequest;
43
+ output: GetServiceGraphResult;
44
+ };
45
+ sdk: {
46
+ input: GetServiceGraphCommandInput;
47
+ output: GetServiceGraphCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetTimeSeriesServiceStatisticsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetTimeSeriesServiceStatisticsCommand extends GetTimeSeriesServiceStatisticsCommand_base {}
40
+ export declare class GetTimeSeriesServiceStatisticsCommand extends GetTimeSeriesServiceStatisticsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetTimeSeriesServiceStatisticsRequest;
44
+ output: GetTimeSeriesServiceStatisticsResult;
45
+ };
46
+ sdk: {
47
+ input: GetTimeSeriesServiceStatisticsCommandInput;
48
+ output: GetTimeSeriesServiceStatisticsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetTraceGraphCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetTraceGraphCommand extends GetTraceGraphCommand_base {}
36
+ export declare class GetTraceGraphCommand extends GetTraceGraphCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetTraceGraphRequest;
40
+ output: GetTraceGraphResult;
41
+ };
42
+ sdk: {
43
+ input: GetTraceGraphCommandInput;
44
+ output: GetTraceGraphCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GetTraceSummariesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetTraceSummariesCommand extends GetTraceSummariesCommand_base {}
40
+ export declare class GetTraceSummariesCommand extends GetTraceSummariesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetTraceSummariesRequest;
44
+ output: GetTraceSummariesResult;
45
+ };
46
+ sdk: {
47
+ input: GetTraceSummariesCommandInput;
48
+ output: GetTraceSummariesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListResourcePoliciesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListResourcePoliciesCommand extends ListResourcePoliciesCommand_base {}
40
+ export declare class ListResourcePoliciesCommand extends ListResourcePoliciesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListResourcePoliciesRequest;
44
+ output: ListResourcePoliciesResult;
45
+ };
46
+ sdk: {
47
+ input: ListResourcePoliciesCommandInput;
48
+ output: ListResourcePoliciesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceRequest;
44
+ output: ListTagsForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const PutEncryptionConfigCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class PutEncryptionConfigCommand extends PutEncryptionConfigCommand_base {}
40
+ export declare class PutEncryptionConfigCommand extends PutEncryptionConfigCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: PutEncryptionConfigRequest;
44
+ output: PutEncryptionConfigResult;
45
+ };
46
+ sdk: {
47
+ input: PutEncryptionConfigCommandInput;
48
+ output: PutEncryptionConfigCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const PutResourcePolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {}
40
+ export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: PutResourcePolicyRequest;
44
+ output: PutResourcePolicyResult;
45
+ };
46
+ sdk: {
47
+ input: PutResourcePolicyCommandInput;
48
+ output: PutResourcePolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const PutTelemetryRecordsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class PutTelemetryRecordsCommand extends PutTelemetryRecordsCommand_base {}
40
+ export declare class PutTelemetryRecordsCommand extends PutTelemetryRecordsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: PutTelemetryRecordsRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: PutTelemetryRecordsCommandInput;
48
+ output: PutTelemetryRecordsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const PutTraceSegmentsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class PutTraceSegmentsCommand extends PutTraceSegmentsCommand_base {}
39
+ export declare class PutTraceSegmentsCommand extends PutTraceSegmentsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: PutTraceSegmentsRequest;
43
+ output: PutTraceSegmentsResult;
44
+ };
45
+ sdk: {
46
+ input: PutTraceSegmentsCommandInput;
47
+ output: PutTraceSegmentsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class TagResourceCommand extends TagResourceCommand_base {}
36
+ export declare class TagResourceCommand extends TagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TagResourceRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: TagResourceCommandInput;
44
+ output: TagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
39
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UntagResourceRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: UntagResourceCommandInput;
47
+ output: UntagResourceCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const UpdateGroupCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateGroupCommand extends UpdateGroupCommand_base {}
36
+ export declare class UpdateGroupCommand extends UpdateGroupCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateGroupRequest;
40
+ output: UpdateGroupResult;
41
+ };
42
+ sdk: {
43
+ input: UpdateGroupCommandInput;
44
+ output: UpdateGroupCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const UpdateSamplingRuleCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateSamplingRuleCommand extends UpdateSamplingRuleCommand_base {}
40
+ export declare class UpdateSamplingRuleCommand extends UpdateSamplingRuleCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateSamplingRuleRequest;
44
+ output: UpdateSamplingRuleResult;
45
+ };
46
+ sdk: {
47
+ input: UpdateSamplingRuleCommandInput;
48
+ output: UpdateSamplingRuleCommandOutput;
49
+ };
50
+ };
51
+ }
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.651.1",
4
+ "version": "3.654.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,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.651.1",
24
- "@aws-sdk/client-sts": "3.651.1",
25
- "@aws-sdk/core": "3.651.1",
26
- "@aws-sdk/credential-provider-node": "3.651.1",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.654.0",
24
+ "@aws-sdk/client-sts": "3.654.0",
25
+ "@aws-sdk/core": "3.654.0",
26
+ "@aws-sdk/credential-provider-node": "3.654.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },