@aws-sdk/client-rum 3.44.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 (108) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +201 -0
  3. package/README.md +211 -0
  4. package/dist-cjs/RUM.js +157 -0
  5. package/dist-cjs/RUMClient.js +35 -0
  6. package/dist-cjs/commands/CreateAppMonitorCommand.js +36 -0
  7. package/dist-cjs/commands/DeleteAppMonitorCommand.js +36 -0
  8. package/dist-cjs/commands/GetAppMonitorCommand.js +36 -0
  9. package/dist-cjs/commands/GetAppMonitorDataCommand.js +36 -0
  10. package/dist-cjs/commands/ListAppMonitorsCommand.js +36 -0
  11. package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
  12. package/dist-cjs/commands/PutRumEventsCommand.js +36 -0
  13. package/dist-cjs/commands/TagResourceCommand.js +36 -0
  14. package/dist-cjs/commands/UntagResourceCommand.js +36 -0
  15. package/dist-cjs/commands/UpdateAppMonitorCommand.js +36 -0
  16. package/dist-cjs/commands/index.js +13 -0
  17. package/dist-cjs/endpoints.js +130 -0
  18. package/dist-cjs/index.js +8 -0
  19. package/dist-cjs/models/index.js +4 -0
  20. package/dist-cjs/models/models_0.js +237 -0
  21. package/dist-cjs/pagination/GetAppMonitorDataPaginator.js +35 -0
  22. package/dist-cjs/pagination/Interfaces.js +2 -0
  23. package/dist-cjs/pagination/ListAppMonitorsPaginator.js +35 -0
  24. package/dist-cjs/pagination/index.js +6 -0
  25. package/dist-cjs/protocols/Aws_restJson1.js +1502 -0
  26. package/dist-cjs/runtimeConfig.browser.js +40 -0
  27. package/dist-cjs/runtimeConfig.js +44 -0
  28. package/dist-cjs/runtimeConfig.native.js +16 -0
  29. package/dist-cjs/runtimeConfig.shared.js +17 -0
  30. package/dist-es/RUM.js +160 -0
  31. package/dist-es/RUMClient.js +37 -0
  32. package/dist-es/commands/CreateAppMonitorCommand.js +39 -0
  33. package/dist-es/commands/DeleteAppMonitorCommand.js +39 -0
  34. package/dist-es/commands/GetAppMonitorCommand.js +39 -0
  35. package/dist-es/commands/GetAppMonitorDataCommand.js +39 -0
  36. package/dist-es/commands/ListAppMonitorsCommand.js +39 -0
  37. package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
  38. package/dist-es/commands/PutRumEventsCommand.js +39 -0
  39. package/dist-es/commands/TagResourceCommand.js +39 -0
  40. package/dist-es/commands/UntagResourceCommand.js +39 -0
  41. package/dist-es/commands/UpdateAppMonitorCommand.js +39 -0
  42. package/dist-es/commands/index.js +10 -0
  43. package/dist-es/endpoints.js +126 -0
  44. package/dist-es/index.js +5 -0
  45. package/dist-es/models/index.js +1 -0
  46. package/dist-es/models/models_0.js +161 -0
  47. package/dist-es/pagination/GetAppMonitorDataPaginator.js +74 -0
  48. package/dist-es/pagination/Interfaces.js +1 -0
  49. package/dist-es/pagination/ListAppMonitorsPaginator.js +74 -0
  50. package/dist-es/pagination/index.js +3 -0
  51. package/dist-es/protocols/Aws_restJson1.js +1652 -0
  52. package/dist-es/runtimeConfig.browser.js +17 -0
  53. package/dist-es/runtimeConfig.js +21 -0
  54. package/dist-es/runtimeConfig.native.js +8 -0
  55. package/dist-es/runtimeConfig.shared.js +13 -0
  56. package/dist-types/RUM.d.ts +120 -0
  57. package/dist-types/RUMClient.d.ts +158 -0
  58. package/dist-types/commands/CreateAppMonitorCommand.d.ts +43 -0
  59. package/dist-types/commands/DeleteAppMonitorCommand.d.ts +35 -0
  60. package/dist-types/commands/GetAppMonitorCommand.d.ts +35 -0
  61. package/dist-types/commands/GetAppMonitorDataCommand.d.ts +36 -0
  62. package/dist-types/commands/ListAppMonitorsCommand.d.ts +35 -0
  63. package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
  64. package/dist-types/commands/PutRumEventsCommand.d.ts +38 -0
  65. package/dist-types/commands/TagResourceCommand.d.ts +48 -0
  66. package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
  67. package/dist-types/commands/UpdateAppMonitorCommand.d.ts +45 -0
  68. package/dist-types/commands/index.d.ts +10 -0
  69. package/dist-types/endpoints.d.ts +2 -0
  70. package/dist-types/index.d.ts +5 -0
  71. package/dist-types/models/index.d.ts +1 -0
  72. package/dist-types/models/models_0.d.ts +824 -0
  73. package/dist-types/pagination/GetAppMonitorDataPaginator.d.ts +4 -0
  74. package/dist-types/pagination/Interfaces.d.ts +6 -0
  75. package/dist-types/pagination/ListAppMonitorsPaginator.d.ts +4 -0
  76. package/dist-types/pagination/index.d.ts +3 -0
  77. package/dist-types/protocols/Aws_restJson1.d.ts +32 -0
  78. package/dist-types/runtimeConfig.browser.d.ts +39 -0
  79. package/dist-types/runtimeConfig.d.ts +39 -0
  80. package/dist-types/runtimeConfig.native.d.ts +38 -0
  81. package/dist-types/runtimeConfig.shared.d.ts +13 -0
  82. package/dist-types/ts3.4/RUM.d.ts +55 -0
  83. package/dist-types/ts3.4/RUMClient.d.ts +81 -0
  84. package/dist-types/ts3.4/commands/CreateAppMonitorCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/DeleteAppMonitorCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/GetAppMonitorCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/GetAppMonitorDataCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/ListAppMonitorsCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/PutRumEventsCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  92. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  93. package/dist-types/ts3.4/commands/UpdateAppMonitorCommand.d.ts +17 -0
  94. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  95. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  96. package/dist-types/ts3.4/index.d.ts +5 -0
  97. package/dist-types/ts3.4/models/index.d.ts +1 -0
  98. package/dist-types/ts3.4/models/models_0.d.ts +455 -0
  99. package/dist-types/ts3.4/pagination/GetAppMonitorDataPaginator.d.ts +4 -0
  100. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  101. package/dist-types/ts3.4/pagination/ListAppMonitorsPaginator.d.ts +4 -0
  102. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  103. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +32 -0
  104. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
  105. package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
  106. package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
  107. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  108. package/package.json +94 -0
@@ -0,0 +1,455 @@
1
+ import { LazyJsonString as __LazyJsonString } from "@aws-sdk/smithy-client";
2
+ import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
3
+
4
+ export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
5
+ name: "AccessDeniedException";
6
+ $fault: "client";
7
+ message: string | undefined;
8
+ }
9
+ export declare namespace AccessDeniedException {
10
+
11
+ const filterSensitiveLog: (obj: AccessDeniedException) => any;
12
+ }
13
+ export declare enum Telemetry {
14
+
15
+ ERRORS = "errors",
16
+
17
+ HTTP = "http",
18
+
19
+ PERFORMANCE = "performance"
20
+ }
21
+
22
+ export interface AppMonitorConfiguration {
23
+
24
+ IdentityPoolId?: string;
25
+
26
+ ExcludedPages?: string[];
27
+
28
+ IncludedPages?: string[];
29
+
30
+ FavoritePages?: string[];
31
+
32
+ SessionSampleRate?: number;
33
+
34
+ GuestRoleArn?: string;
35
+
36
+ AllowCookies?: boolean;
37
+
38
+ Telemetries?: (Telemetry | string)[];
39
+
40
+ EnableXRay?: boolean;
41
+ }
42
+ export declare namespace AppMonitorConfiguration {
43
+
44
+ const filterSensitiveLog: (obj: AppMonitorConfiguration) => any;
45
+ }
46
+
47
+ export interface CwLog {
48
+
49
+ CwLogEnabled?: boolean;
50
+
51
+ CwLogGroup?: string;
52
+ }
53
+ export declare namespace CwLog {
54
+
55
+ const filterSensitiveLog: (obj: CwLog) => any;
56
+ }
57
+
58
+ export interface DataStorage {
59
+
60
+ CwLog?: CwLog;
61
+ }
62
+ export declare namespace DataStorage {
63
+
64
+ const filterSensitiveLog: (obj: DataStorage) => any;
65
+ }
66
+ export declare enum StateEnum {
67
+ ACTIVE = "ACTIVE",
68
+ CREATED = "CREATED",
69
+ DELETING = "DELETING"
70
+ }
71
+
72
+ export interface AppMonitor {
73
+
74
+ Name?: string;
75
+
76
+ Domain?: string;
77
+
78
+ Id?: string;
79
+
80
+ Created?: string;
81
+
82
+ LastModified?: string;
83
+
84
+ Tags?: {
85
+ [key: string]: string;
86
+ };
87
+
88
+ State?: StateEnum | string;
89
+
90
+ AppMonitorConfiguration?: AppMonitorConfiguration;
91
+
92
+ DataStorage?: DataStorage;
93
+ }
94
+ export declare namespace AppMonitor {
95
+
96
+ const filterSensitiveLog: (obj: AppMonitor) => any;
97
+ }
98
+
99
+ export interface AppMonitorDetails {
100
+
101
+ name?: string;
102
+
103
+ id?: string;
104
+
105
+ version?: string;
106
+ }
107
+ export declare namespace AppMonitorDetails {
108
+
109
+ const filterSensitiveLog: (obj: AppMonitorDetails) => any;
110
+ }
111
+
112
+ export interface ConflictException extends __SmithyException, $MetadataBearer {
113
+ name: "ConflictException";
114
+ $fault: "client";
115
+ message: string | undefined;
116
+
117
+ resourceName: string | undefined;
118
+
119
+ resourceType?: string;
120
+ }
121
+ export declare namespace ConflictException {
122
+
123
+ const filterSensitiveLog: (obj: ConflictException) => any;
124
+ }
125
+ export interface CreateAppMonitorRequest {
126
+
127
+ Name: string | undefined;
128
+
129
+ Domain: string | undefined;
130
+
131
+ Tags?: {
132
+ [key: string]: string;
133
+ };
134
+
135
+ AppMonitorConfiguration?: AppMonitorConfiguration;
136
+
137
+ CwLogEnabled?: boolean;
138
+ }
139
+ export declare namespace CreateAppMonitorRequest {
140
+
141
+ const filterSensitiveLog: (obj: CreateAppMonitorRequest) => any;
142
+ }
143
+ export interface CreateAppMonitorResponse {
144
+
145
+ Id?: string;
146
+ }
147
+ export declare namespace CreateAppMonitorResponse {
148
+
149
+ const filterSensitiveLog: (obj: CreateAppMonitorResponse) => any;
150
+ }
151
+
152
+ export interface InternalServerException extends __SmithyException, $MetadataBearer {
153
+ name: "InternalServerException";
154
+ $fault: "server";
155
+ $retryable: {};
156
+ message: string | undefined;
157
+
158
+ retryAfterSeconds?: number;
159
+ }
160
+ export declare namespace InternalServerException {
161
+
162
+ const filterSensitiveLog: (obj: InternalServerException) => any;
163
+ }
164
+
165
+ export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
166
+ name: "ServiceQuotaExceededException";
167
+ $fault: "client";
168
+ message: string | undefined;
169
+ }
170
+ export declare namespace ServiceQuotaExceededException {
171
+
172
+ const filterSensitiveLog: (obj: ServiceQuotaExceededException) => any;
173
+ }
174
+
175
+ export interface ThrottlingException extends __SmithyException, $MetadataBearer {
176
+ name: "ThrottlingException";
177
+ $fault: "client";
178
+ $retryable: {
179
+ throttling: true;
180
+ };
181
+ message: string | undefined;
182
+
183
+ serviceCode?: string;
184
+
185
+ quotaCode?: string;
186
+
187
+ retryAfterSeconds?: number;
188
+ }
189
+ export declare namespace ThrottlingException {
190
+
191
+ const filterSensitiveLog: (obj: ThrottlingException) => any;
192
+ }
193
+
194
+ export interface ValidationException extends __SmithyException, $MetadataBearer {
195
+ name: "ValidationException";
196
+ $fault: "client";
197
+ message: string | undefined;
198
+ }
199
+ export declare namespace ValidationException {
200
+
201
+ const filterSensitiveLog: (obj: ValidationException) => any;
202
+ }
203
+ export interface DeleteAppMonitorRequest {
204
+
205
+ Name: string | undefined;
206
+ }
207
+ export declare namespace DeleteAppMonitorRequest {
208
+
209
+ const filterSensitiveLog: (obj: DeleteAppMonitorRequest) => any;
210
+ }
211
+ export interface DeleteAppMonitorResponse {
212
+ }
213
+ export declare namespace DeleteAppMonitorResponse {
214
+
215
+ const filterSensitiveLog: (obj: DeleteAppMonitorResponse) => any;
216
+ }
217
+
218
+ export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
219
+ name: "ResourceNotFoundException";
220
+ $fault: "client";
221
+ message: string | undefined;
222
+
223
+ resourceName: string | undefined;
224
+
225
+ resourceType?: string;
226
+ }
227
+ export declare namespace ResourceNotFoundException {
228
+
229
+ const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
230
+ }
231
+ export interface GetAppMonitorRequest {
232
+
233
+ Name: string | undefined;
234
+ }
235
+ export declare namespace GetAppMonitorRequest {
236
+
237
+ const filterSensitiveLog: (obj: GetAppMonitorRequest) => any;
238
+ }
239
+ export interface GetAppMonitorResponse {
240
+
241
+ AppMonitor?: AppMonitor;
242
+ }
243
+ export declare namespace GetAppMonitorResponse {
244
+
245
+ const filterSensitiveLog: (obj: GetAppMonitorResponse) => any;
246
+ }
247
+
248
+ export interface QueryFilter {
249
+
250
+ Name?: string;
251
+
252
+ Values?: string[];
253
+ }
254
+ export declare namespace QueryFilter {
255
+
256
+ const filterSensitiveLog: (obj: QueryFilter) => any;
257
+ }
258
+
259
+ export interface TimeRange {
260
+
261
+ After: number | undefined;
262
+
263
+ Before?: number;
264
+ }
265
+ export declare namespace TimeRange {
266
+
267
+ const filterSensitiveLog: (obj: TimeRange) => any;
268
+ }
269
+ export interface GetAppMonitorDataRequest {
270
+
271
+ Name: string | undefined;
272
+
273
+ TimeRange: TimeRange | undefined;
274
+
275
+ Filters?: QueryFilter[];
276
+
277
+ MaxResults?: number;
278
+
279
+ NextToken?: string;
280
+ }
281
+ export declare namespace GetAppMonitorDataRequest {
282
+
283
+ const filterSensitiveLog: (obj: GetAppMonitorDataRequest) => any;
284
+ }
285
+ export interface GetAppMonitorDataResponse {
286
+
287
+ Events?: string[];
288
+
289
+ NextToken?: string;
290
+ }
291
+ export declare namespace GetAppMonitorDataResponse {
292
+
293
+ const filterSensitiveLog: (obj: GetAppMonitorDataResponse) => any;
294
+ }
295
+ export interface ListAppMonitorsRequest {
296
+
297
+ MaxResults?: number;
298
+
299
+ NextToken?: string;
300
+ }
301
+ export declare namespace ListAppMonitorsRequest {
302
+
303
+ const filterSensitiveLog: (obj: ListAppMonitorsRequest) => any;
304
+ }
305
+
306
+ export interface AppMonitorSummary {
307
+
308
+ Name?: string;
309
+
310
+ Id?: string;
311
+
312
+ Created?: string;
313
+
314
+ LastModified?: string;
315
+
316
+ State?: StateEnum | string;
317
+ }
318
+ export declare namespace AppMonitorSummary {
319
+
320
+ const filterSensitiveLog: (obj: AppMonitorSummary) => any;
321
+ }
322
+ export interface ListAppMonitorsResponse {
323
+
324
+ NextToken?: string;
325
+
326
+ AppMonitorSummaries?: AppMonitorSummary[];
327
+ }
328
+ export declare namespace ListAppMonitorsResponse {
329
+
330
+ const filterSensitiveLog: (obj: ListAppMonitorsResponse) => any;
331
+ }
332
+ export interface UpdateAppMonitorRequest {
333
+
334
+ Name: string | undefined;
335
+
336
+ Domain?: string;
337
+
338
+ AppMonitorConfiguration?: AppMonitorConfiguration;
339
+
340
+ CwLogEnabled?: boolean;
341
+ }
342
+ export declare namespace UpdateAppMonitorRequest {
343
+
344
+ const filterSensitiveLog: (obj: UpdateAppMonitorRequest) => any;
345
+ }
346
+ export interface UpdateAppMonitorResponse {
347
+ }
348
+ export declare namespace UpdateAppMonitorResponse {
349
+
350
+ const filterSensitiveLog: (obj: UpdateAppMonitorResponse) => any;
351
+ }
352
+ export interface ListTagsForResourceRequest {
353
+
354
+ ResourceArn: string | undefined;
355
+ }
356
+ export declare namespace ListTagsForResourceRequest {
357
+
358
+ const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
359
+ }
360
+ export interface ListTagsForResourceResponse {
361
+
362
+ ResourceArn: string | undefined;
363
+
364
+ Tags: {
365
+ [key: string]: string;
366
+ } | undefined;
367
+ }
368
+ export declare namespace ListTagsForResourceResponse {
369
+
370
+ const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
371
+ }
372
+
373
+ export interface RumEvent {
374
+
375
+ id: string | undefined;
376
+
377
+ timestamp: Date | undefined;
378
+
379
+ type: string | undefined;
380
+
381
+ metadata?: __LazyJsonString | string;
382
+
383
+ details: __LazyJsonString | string | undefined;
384
+ }
385
+ export declare namespace RumEvent {
386
+
387
+ const filterSensitiveLog: (obj: RumEvent) => any;
388
+ }
389
+
390
+ export interface UserDetails {
391
+
392
+ userId?: string;
393
+
394
+ sessionId?: string;
395
+ }
396
+ export declare namespace UserDetails {
397
+
398
+ const filterSensitiveLog: (obj: UserDetails) => any;
399
+ }
400
+ export interface PutRumEventsRequest {
401
+
402
+ Id: string | undefined;
403
+
404
+ BatchId: string | undefined;
405
+
406
+ AppMonitorDetails: AppMonitorDetails | undefined;
407
+
408
+ UserDetails: UserDetails | undefined;
409
+
410
+ RumEvents: RumEvent[] | undefined;
411
+ }
412
+ export declare namespace PutRumEventsRequest {
413
+
414
+ const filterSensitiveLog: (obj: PutRumEventsRequest) => any;
415
+ }
416
+ export interface PutRumEventsResponse {
417
+ }
418
+ export declare namespace PutRumEventsResponse {
419
+
420
+ const filterSensitiveLog: (obj: PutRumEventsResponse) => any;
421
+ }
422
+ export interface TagResourceRequest {
423
+
424
+ ResourceArn: string | undefined;
425
+
426
+ Tags: {
427
+ [key: string]: string;
428
+ } | undefined;
429
+ }
430
+ export declare namespace TagResourceRequest {
431
+
432
+ const filterSensitiveLog: (obj: TagResourceRequest) => any;
433
+ }
434
+ export interface TagResourceResponse {
435
+ }
436
+ export declare namespace TagResourceResponse {
437
+
438
+ const filterSensitiveLog: (obj: TagResourceResponse) => any;
439
+ }
440
+ export interface UntagResourceRequest {
441
+
442
+ ResourceArn: string | undefined;
443
+
444
+ TagKeys: string[] | undefined;
445
+ }
446
+ export declare namespace UntagResourceRequest {
447
+
448
+ const filterSensitiveLog: (obj: UntagResourceRequest) => any;
449
+ }
450
+ export interface UntagResourceResponse {
451
+ }
452
+ export declare namespace UntagResourceResponse {
453
+
454
+ const filterSensitiveLog: (obj: UntagResourceResponse) => any;
455
+ }
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { GetAppMonitorDataCommandInput, GetAppMonitorDataCommandOutput } from "../commands/GetAppMonitorDataCommand";
3
+ import { RUMPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateGetAppMonitorData(config: RUMPaginationConfiguration, input: GetAppMonitorDataCommandInput, ...additionalArguments: any): Paginator<GetAppMonitorDataCommandOutput>;
@@ -0,0 +1,6 @@
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
2
+ import { RUM } from "../RUM";
3
+ import { RUMClient } from "../RUMClient";
4
+ export interface RUMPaginationConfiguration extends PaginationConfiguration {
5
+ client: RUM | RUMClient;
6
+ }
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListAppMonitorsCommandInput, ListAppMonitorsCommandOutput } from "../commands/ListAppMonitorsCommand";
3
+ import { RUMPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListAppMonitors(config: RUMPaginationConfiguration, input: ListAppMonitorsCommandInput, ...additionalArguments: any): Paginator<ListAppMonitorsCommandOutput>;
@@ -0,0 +1,3 @@
1
+ export * from "./GetAppMonitorDataPaginator";
2
+ export * from "./Interfaces";
3
+ export * from "./ListAppMonitorsPaginator";
@@ -0,0 +1,32 @@
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
+ import { CreateAppMonitorCommandInput, CreateAppMonitorCommandOutput } from "../commands/CreateAppMonitorCommand";
4
+ import { DeleteAppMonitorCommandInput, DeleteAppMonitorCommandOutput } from "../commands/DeleteAppMonitorCommand";
5
+ import { GetAppMonitorCommandInput, GetAppMonitorCommandOutput } from "../commands/GetAppMonitorCommand";
6
+ import { GetAppMonitorDataCommandInput, GetAppMonitorDataCommandOutput } from "../commands/GetAppMonitorDataCommand";
7
+ import { ListAppMonitorsCommandInput, ListAppMonitorsCommandOutput } from "../commands/ListAppMonitorsCommand";
8
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
9
+ import { PutRumEventsCommandInput, PutRumEventsCommandOutput } from "../commands/PutRumEventsCommand";
10
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
11
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
12
+ import { UpdateAppMonitorCommandInput, UpdateAppMonitorCommandOutput } from "../commands/UpdateAppMonitorCommand";
13
+ export declare const serializeAws_restJson1CreateAppMonitorCommand: (input: CreateAppMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
14
+ export declare const serializeAws_restJson1DeleteAppMonitorCommand: (input: DeleteAppMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
15
+ export declare const serializeAws_restJson1GetAppMonitorCommand: (input: GetAppMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
16
+ export declare const serializeAws_restJson1GetAppMonitorDataCommand: (input: GetAppMonitorDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
17
+ export declare const serializeAws_restJson1ListAppMonitorsCommand: (input: ListAppMonitorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
18
+ export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
19
+ export declare const serializeAws_restJson1PutRumEventsCommand: (input: PutRumEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
20
+ export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
21
+ export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
22
+ export declare const serializeAws_restJson1UpdateAppMonitorCommand: (input: UpdateAppMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
23
+ export declare const deserializeAws_restJson1CreateAppMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppMonitorCommandOutput>;
24
+ export declare const deserializeAws_restJson1DeleteAppMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppMonitorCommandOutput>;
25
+ export declare const deserializeAws_restJson1GetAppMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAppMonitorCommandOutput>;
26
+ export declare const deserializeAws_restJson1GetAppMonitorDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAppMonitorDataCommandOutput>;
27
+ export declare const deserializeAws_restJson1ListAppMonitorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppMonitorsCommandOutput>;
28
+ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
29
+ export declare const deserializeAws_restJson1PutRumEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRumEventsCommandOutput>;
30
+ export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
31
+ export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
32
+ export declare const deserializeAws_restJson1UpdateAppMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAppMonitorCommandOutput>;
@@ -0,0 +1,37 @@
1
+ import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
2
+ import { RUMClientConfig } from "./RUMClient";
3
+
4
+ export declare const getRuntimeConfig: (config: RUMClientConfig) => {
5
+ runtime: string;
6
+ base64Decoder: import("@aws-sdk/types").Decoder;
7
+ base64Encoder: import("@aws-sdk/types").Encoder;
8
+ bodyLengthChecker: (body: any) => number | undefined;
9
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
10
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
11
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
12
+ region: string | import("@aws-sdk/types").Provider<any>;
13
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
14
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
15
+ sha256: import("@aws-sdk/types").HashConstructor;
16
+ streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
+ utf8Decoder: import("@aws-sdk/types").Decoder;
20
+ utf8Encoder: import("@aws-sdk/types").Encoder;
21
+ apiVersion: string;
22
+ urlParser: import("@aws-sdk/types").UrlParser;
23
+ disableHostPrefix: boolean;
24
+ logger: import("@aws-sdk/types").Logger;
25
+ serviceId: string;
26
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
+ tls?: boolean | undefined;
29
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
+ credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
31
+ signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
+ signingEscapePath?: boolean | undefined;
33
+ systemClockOffset?: number | undefined;
34
+ signingRegion?: string | undefined;
35
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
36
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
37
+ };
@@ -0,0 +1,37 @@
1
+ import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
2
+ import { RUMClientConfig } from "./RUMClient";
3
+
4
+ export declare const getRuntimeConfig: (config: RUMClientConfig) => {
5
+ runtime: string;
6
+ base64Decoder: import("@aws-sdk/types").Decoder;
7
+ base64Encoder: import("@aws-sdk/types").Encoder;
8
+ bodyLengthChecker: (body: any) => number | undefined;
9
+ credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
10
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
11
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
12
+ region: string | import("@aws-sdk/types").Provider<string>;
13
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
14
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
15
+ sha256: import("@aws-sdk/types").HashConstructor;
16
+ streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
+ utf8Decoder: import("@aws-sdk/types").Decoder;
20
+ utf8Encoder: import("@aws-sdk/types").Encoder;
21
+ apiVersion: string;
22
+ urlParser: import("@aws-sdk/types").UrlParser;
23
+ disableHostPrefix: boolean;
24
+ logger: import("@aws-sdk/types").Logger;
25
+ serviceId: string;
26
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
+ tls?: boolean | undefined;
29
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
+ credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
31
+ signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
+ signingEscapePath?: boolean | undefined;
33
+ systemClockOffset?: number | undefined;
34
+ signingRegion?: string | undefined;
35
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
36
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
37
+ };
@@ -0,0 +1,36 @@
1
+ import { RUMClientConfig } from "./RUMClient";
2
+
3
+ export declare const getRuntimeConfig: (config: RUMClientConfig) => {
4
+ runtime: string;
5
+ sha256: import("@aws-sdk/types").HashConstructor;
6
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
7
+ apiVersion: string;
8
+ urlParser: import("@aws-sdk/types").UrlParser;
9
+ bodyLengthChecker: (body: any) => number | undefined;
10
+ streamCollector: import("@aws-sdk/types").StreamCollector;
11
+ base64Decoder: import("@aws-sdk/types").Decoder;
12
+ base64Encoder: import("@aws-sdk/types").Encoder;
13
+ utf8Decoder: import("@aws-sdk/types").Decoder;
14
+ utf8Encoder: import("@aws-sdk/types").Encoder;
15
+ disableHostPrefix: boolean;
16
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
17
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
18
+ logger: import("@aws-sdk/types").Logger;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
+ serviceId: string;
22
+ region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
23
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
24
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
25
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
26
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
27
+ tls?: boolean | undefined;
28
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
29
+ credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
30
+ signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
31
+ signingEscapePath?: boolean | undefined;
32
+ systemClockOffset?: number | undefined;
33
+ signingRegion?: string | undefined;
34
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
35
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
36
+ };
@@ -0,0 +1,11 @@
1
+ import { Logger as __Logger } from "@aws-sdk/types";
2
+ import { RUMClientConfig } from "./RUMClient";
3
+
4
+ export declare const getRuntimeConfig: (config: RUMClientConfig) => {
5
+ apiVersion: string;
6
+ disableHostPrefix: boolean;
7
+ logger: __Logger;
8
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
9
+ serviceId: string;
10
+ urlParser: import("@aws-sdk/types").UrlParser;
11
+ };