@aws-sdk/client-rum 3.312.0 → 3.316.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/RUM.js CHANGED
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RUM = void 0;
4
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
4
5
  const BatchCreateRumMetricDefinitionsCommand_1 = require("./commands/BatchCreateRumMetricDefinitionsCommand");
5
6
  const BatchDeleteRumMetricDefinitionsCommand_1 = require("./commands/BatchDeleteRumMetricDefinitionsCommand");
6
7
  const BatchGetRumMetricDefinitionsCommand_1 = require("./commands/BatchGetRumMetricDefinitionsCommand");
@@ -19,244 +20,26 @@ const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
19
20
  const UpdateAppMonitorCommand_1 = require("./commands/UpdateAppMonitorCommand");
20
21
  const UpdateRumMetricDefinitionCommand_1 = require("./commands/UpdateRumMetricDefinitionCommand");
21
22
  const RUMClient_1 = require("./RUMClient");
23
+ const commands = {
24
+ BatchCreateRumMetricDefinitionsCommand: BatchCreateRumMetricDefinitionsCommand_1.BatchCreateRumMetricDefinitionsCommand,
25
+ BatchDeleteRumMetricDefinitionsCommand: BatchDeleteRumMetricDefinitionsCommand_1.BatchDeleteRumMetricDefinitionsCommand,
26
+ BatchGetRumMetricDefinitionsCommand: BatchGetRumMetricDefinitionsCommand_1.BatchGetRumMetricDefinitionsCommand,
27
+ CreateAppMonitorCommand: CreateAppMonitorCommand_1.CreateAppMonitorCommand,
28
+ DeleteAppMonitorCommand: DeleteAppMonitorCommand_1.DeleteAppMonitorCommand,
29
+ DeleteRumMetricsDestinationCommand: DeleteRumMetricsDestinationCommand_1.DeleteRumMetricsDestinationCommand,
30
+ GetAppMonitorCommand: GetAppMonitorCommand_1.GetAppMonitorCommand,
31
+ GetAppMonitorDataCommand: GetAppMonitorDataCommand_1.GetAppMonitorDataCommand,
32
+ ListAppMonitorsCommand: ListAppMonitorsCommand_1.ListAppMonitorsCommand,
33
+ ListRumMetricsDestinationsCommand: ListRumMetricsDestinationsCommand_1.ListRumMetricsDestinationsCommand,
34
+ ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
35
+ PutRumEventsCommand: PutRumEventsCommand_1.PutRumEventsCommand,
36
+ PutRumMetricsDestinationCommand: PutRumMetricsDestinationCommand_1.PutRumMetricsDestinationCommand,
37
+ TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
38
+ UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
39
+ UpdateAppMonitorCommand: UpdateAppMonitorCommand_1.UpdateAppMonitorCommand,
40
+ UpdateRumMetricDefinitionCommand: UpdateRumMetricDefinitionCommand_1.UpdateRumMetricDefinitionCommand,
41
+ };
22
42
  class RUM extends RUMClient_1.RUMClient {
23
- batchCreateRumMetricDefinitions(args, optionsOrCb, cb) {
24
- const command = new BatchCreateRumMetricDefinitionsCommand_1.BatchCreateRumMetricDefinitionsCommand(args);
25
- if (typeof optionsOrCb === "function") {
26
- this.send(command, optionsOrCb);
27
- }
28
- else if (typeof cb === "function") {
29
- if (typeof optionsOrCb !== "object")
30
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
31
- this.send(command, optionsOrCb || {}, cb);
32
- }
33
- else {
34
- return this.send(command, optionsOrCb);
35
- }
36
- }
37
- batchDeleteRumMetricDefinitions(args, optionsOrCb, cb) {
38
- const command = new BatchDeleteRumMetricDefinitionsCommand_1.BatchDeleteRumMetricDefinitionsCommand(args);
39
- if (typeof optionsOrCb === "function") {
40
- this.send(command, optionsOrCb);
41
- }
42
- else if (typeof cb === "function") {
43
- if (typeof optionsOrCb !== "object")
44
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
45
- this.send(command, optionsOrCb || {}, cb);
46
- }
47
- else {
48
- return this.send(command, optionsOrCb);
49
- }
50
- }
51
- batchGetRumMetricDefinitions(args, optionsOrCb, cb) {
52
- const command = new BatchGetRumMetricDefinitionsCommand_1.BatchGetRumMetricDefinitionsCommand(args);
53
- if (typeof optionsOrCb === "function") {
54
- this.send(command, optionsOrCb);
55
- }
56
- else if (typeof cb === "function") {
57
- if (typeof optionsOrCb !== "object")
58
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
59
- this.send(command, optionsOrCb || {}, cb);
60
- }
61
- else {
62
- return this.send(command, optionsOrCb);
63
- }
64
- }
65
- createAppMonitor(args, optionsOrCb, cb) {
66
- const command = new CreateAppMonitorCommand_1.CreateAppMonitorCommand(args);
67
- if (typeof optionsOrCb === "function") {
68
- this.send(command, optionsOrCb);
69
- }
70
- else if (typeof cb === "function") {
71
- if (typeof optionsOrCb !== "object")
72
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
73
- this.send(command, optionsOrCb || {}, cb);
74
- }
75
- else {
76
- return this.send(command, optionsOrCb);
77
- }
78
- }
79
- deleteAppMonitor(args, optionsOrCb, cb) {
80
- const command = new DeleteAppMonitorCommand_1.DeleteAppMonitorCommand(args);
81
- if (typeof optionsOrCb === "function") {
82
- this.send(command, optionsOrCb);
83
- }
84
- else if (typeof cb === "function") {
85
- if (typeof optionsOrCb !== "object")
86
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
87
- this.send(command, optionsOrCb || {}, cb);
88
- }
89
- else {
90
- return this.send(command, optionsOrCb);
91
- }
92
- }
93
- deleteRumMetricsDestination(args, optionsOrCb, cb) {
94
- const command = new DeleteRumMetricsDestinationCommand_1.DeleteRumMetricsDestinationCommand(args);
95
- if (typeof optionsOrCb === "function") {
96
- this.send(command, optionsOrCb);
97
- }
98
- else if (typeof cb === "function") {
99
- if (typeof optionsOrCb !== "object")
100
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
101
- this.send(command, optionsOrCb || {}, cb);
102
- }
103
- else {
104
- return this.send(command, optionsOrCb);
105
- }
106
- }
107
- getAppMonitor(args, optionsOrCb, cb) {
108
- const command = new GetAppMonitorCommand_1.GetAppMonitorCommand(args);
109
- if (typeof optionsOrCb === "function") {
110
- this.send(command, optionsOrCb);
111
- }
112
- else if (typeof cb === "function") {
113
- if (typeof optionsOrCb !== "object")
114
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
115
- this.send(command, optionsOrCb || {}, cb);
116
- }
117
- else {
118
- return this.send(command, optionsOrCb);
119
- }
120
- }
121
- getAppMonitorData(args, optionsOrCb, cb) {
122
- const command = new GetAppMonitorDataCommand_1.GetAppMonitorDataCommand(args);
123
- if (typeof optionsOrCb === "function") {
124
- this.send(command, optionsOrCb);
125
- }
126
- else if (typeof cb === "function") {
127
- if (typeof optionsOrCb !== "object")
128
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
129
- this.send(command, optionsOrCb || {}, cb);
130
- }
131
- else {
132
- return this.send(command, optionsOrCb);
133
- }
134
- }
135
- listAppMonitors(args, optionsOrCb, cb) {
136
- const command = new ListAppMonitorsCommand_1.ListAppMonitorsCommand(args);
137
- if (typeof optionsOrCb === "function") {
138
- this.send(command, optionsOrCb);
139
- }
140
- else if (typeof cb === "function") {
141
- if (typeof optionsOrCb !== "object")
142
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
143
- this.send(command, optionsOrCb || {}, cb);
144
- }
145
- else {
146
- return this.send(command, optionsOrCb);
147
- }
148
- }
149
- listRumMetricsDestinations(args, optionsOrCb, cb) {
150
- const command = new ListRumMetricsDestinationsCommand_1.ListRumMetricsDestinationsCommand(args);
151
- if (typeof optionsOrCb === "function") {
152
- this.send(command, optionsOrCb);
153
- }
154
- else if (typeof cb === "function") {
155
- if (typeof optionsOrCb !== "object")
156
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
157
- this.send(command, optionsOrCb || {}, cb);
158
- }
159
- else {
160
- return this.send(command, optionsOrCb);
161
- }
162
- }
163
- listTagsForResource(args, optionsOrCb, cb) {
164
- const command = new ListTagsForResourceCommand_1.ListTagsForResourceCommand(args);
165
- if (typeof optionsOrCb === "function") {
166
- this.send(command, optionsOrCb);
167
- }
168
- else if (typeof cb === "function") {
169
- if (typeof optionsOrCb !== "object")
170
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
171
- this.send(command, optionsOrCb || {}, cb);
172
- }
173
- else {
174
- return this.send(command, optionsOrCb);
175
- }
176
- }
177
- putRumEvents(args, optionsOrCb, cb) {
178
- const command = new PutRumEventsCommand_1.PutRumEventsCommand(args);
179
- if (typeof optionsOrCb === "function") {
180
- this.send(command, optionsOrCb);
181
- }
182
- else if (typeof cb === "function") {
183
- if (typeof optionsOrCb !== "object")
184
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
185
- this.send(command, optionsOrCb || {}, cb);
186
- }
187
- else {
188
- return this.send(command, optionsOrCb);
189
- }
190
- }
191
- putRumMetricsDestination(args, optionsOrCb, cb) {
192
- const command = new PutRumMetricsDestinationCommand_1.PutRumMetricsDestinationCommand(args);
193
- if (typeof optionsOrCb === "function") {
194
- this.send(command, optionsOrCb);
195
- }
196
- else if (typeof cb === "function") {
197
- if (typeof optionsOrCb !== "object")
198
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
199
- this.send(command, optionsOrCb || {}, cb);
200
- }
201
- else {
202
- return this.send(command, optionsOrCb);
203
- }
204
- }
205
- tagResource(args, optionsOrCb, cb) {
206
- const command = new TagResourceCommand_1.TagResourceCommand(args);
207
- if (typeof optionsOrCb === "function") {
208
- this.send(command, optionsOrCb);
209
- }
210
- else if (typeof cb === "function") {
211
- if (typeof optionsOrCb !== "object")
212
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
213
- this.send(command, optionsOrCb || {}, cb);
214
- }
215
- else {
216
- return this.send(command, optionsOrCb);
217
- }
218
- }
219
- untagResource(args, optionsOrCb, cb) {
220
- const command = new UntagResourceCommand_1.UntagResourceCommand(args);
221
- if (typeof optionsOrCb === "function") {
222
- this.send(command, optionsOrCb);
223
- }
224
- else if (typeof cb === "function") {
225
- if (typeof optionsOrCb !== "object")
226
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
227
- this.send(command, optionsOrCb || {}, cb);
228
- }
229
- else {
230
- return this.send(command, optionsOrCb);
231
- }
232
- }
233
- updateAppMonitor(args, optionsOrCb, cb) {
234
- const command = new UpdateAppMonitorCommand_1.UpdateAppMonitorCommand(args);
235
- if (typeof optionsOrCb === "function") {
236
- this.send(command, optionsOrCb);
237
- }
238
- else if (typeof cb === "function") {
239
- if (typeof optionsOrCb !== "object")
240
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
241
- this.send(command, optionsOrCb || {}, cb);
242
- }
243
- else {
244
- return this.send(command, optionsOrCb);
245
- }
246
- }
247
- updateRumMetricDefinition(args, optionsOrCb, cb) {
248
- const command = new UpdateRumMetricDefinitionCommand_1.UpdateRumMetricDefinitionCommand(args);
249
- if (typeof optionsOrCb === "function") {
250
- this.send(command, optionsOrCb);
251
- }
252
- else if (typeof cb === "function") {
253
- if (typeof optionsOrCb !== "object")
254
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
255
- this.send(command, optionsOrCb || {}, cb);
256
- }
257
- else {
258
- return this.send(command, optionsOrCb);
259
- }
260
- }
261
43
  }
262
44
  exports.RUM = RUM;
45
+ (0, smithy_client_1.createAggregatedClient)(commands, RUM);