@aws-sdk/client-rum 3.987.0 → 3.989.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/index.js +39 -912
- package/dist-cjs/models/RUMServiceException.js +12 -0
- package/dist-cjs/models/errors.js +167 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +652 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +78 -72
- package/dist-types/schemas/schemas_0.d.ts +18 -11
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +13 -11
- package/package.json +13 -13
|
@@ -28,8 +28,8 @@ const _C = "Created";
|
|
|
28
28
|
const _CAM = "CreateAppMonitor";
|
|
29
29
|
const _CAMR = "CreateAppMonitorRequest";
|
|
30
30
|
const _CAMRr = "CreateAppMonitorResponse";
|
|
31
|
-
const _CE = "
|
|
32
|
-
const
|
|
31
|
+
const _CE = "ConflictException";
|
|
32
|
+
const _CEu = "CustomEvents";
|
|
33
33
|
const _CL = "CwLog";
|
|
34
34
|
const _CLE = "CwLogEnabled";
|
|
35
35
|
const _CLG = "CwLogGroup";
|
|
@@ -173,10 +173,10 @@ const _qC = "quotaCode";
|
|
|
173
173
|
const _rAS = "retryAfterSeconds";
|
|
174
174
|
const _rN = "resourceName";
|
|
175
175
|
const _rT = "resourceType";
|
|
176
|
-
const _s = "
|
|
176
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.rum";
|
|
177
177
|
const _sC = "serviceCode";
|
|
178
178
|
const _sI = "sessionId";
|
|
179
|
-
const
|
|
179
|
+
const _se = "server";
|
|
180
180
|
const _t = "timestamp";
|
|
181
181
|
const _tK = "tagKeys";
|
|
182
182
|
const _ty = "type";
|
|
@@ -186,16 +186,84 @@ const n0 = "com.amazonaws.rum";
|
|
|
186
186
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
187
187
|
import { AccessDeniedException, ConflictException, InternalServerException, InvalidPolicyRevisionIdException, MalformedPolicyDocumentException, PolicyNotFoundException, PolicySizeLimitExceededException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
188
188
|
import { RUMServiceException } from "../models/RUMServiceException";
|
|
189
|
-
|
|
189
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
190
|
+
export var RUMServiceException$ = [-3, _s, "RUMServiceException", 0, [], []];
|
|
191
|
+
_s_registry.registerError(RUMServiceException$, RUMServiceException);
|
|
192
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
190
193
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
191
194
|
{ [_e]: _c, [_hE]: 403 },
|
|
192
195
|
[_m],
|
|
193
196
|
[0], 1
|
|
194
197
|
];
|
|
195
|
-
|
|
198
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
199
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
200
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
201
|
+
[_m, _rN, _rT],
|
|
202
|
+
[0, 0, 0], 2
|
|
203
|
+
];
|
|
204
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
205
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
206
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
207
|
+
[_m, _rAS],
|
|
208
|
+
[0, [1, { [_hH]: _RA }]], 1
|
|
209
|
+
];
|
|
210
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
211
|
+
export var InvalidPolicyRevisionIdException$ = [-3, n0, _IPRIE,
|
|
212
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
213
|
+
[_m],
|
|
214
|
+
[0], 1
|
|
215
|
+
];
|
|
216
|
+
n0_registry.registerError(InvalidPolicyRevisionIdException$, InvalidPolicyRevisionIdException);
|
|
217
|
+
export var MalformedPolicyDocumentException$ = [-3, n0, _MPDE,
|
|
218
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
219
|
+
[_m],
|
|
220
|
+
[0], 1
|
|
221
|
+
];
|
|
222
|
+
n0_registry.registerError(MalformedPolicyDocumentException$, MalformedPolicyDocumentException);
|
|
223
|
+
export var PolicyNotFoundException$ = [-3, n0, _PNFE,
|
|
224
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
225
|
+
[_m],
|
|
226
|
+
[0], 1
|
|
227
|
+
];
|
|
228
|
+
n0_registry.registerError(PolicyNotFoundException$, PolicyNotFoundException);
|
|
229
|
+
export var PolicySizeLimitExceededException$ = [-3, n0, _PSLEE,
|
|
230
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
231
|
+
[_m],
|
|
232
|
+
[0], 1
|
|
233
|
+
];
|
|
234
|
+
n0_registry.registerError(PolicySizeLimitExceededException$, PolicySizeLimitExceededException);
|
|
235
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
236
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
237
|
+
[_m, _rN, _rT],
|
|
238
|
+
[0, 0, 0], 2
|
|
239
|
+
];
|
|
240
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
241
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
242
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
243
|
+
[_m],
|
|
244
|
+
[0], 1
|
|
245
|
+
];
|
|
246
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
247
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
248
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
249
|
+
[_m, _sC, _qC, _rAS],
|
|
250
|
+
[0, 0, 0, [1, { [_hH]: _RA }]], 1
|
|
251
|
+
];
|
|
252
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
253
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
254
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
255
|
+
[_m],
|
|
256
|
+
[0], 1
|
|
257
|
+
];
|
|
258
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
259
|
+
export const errorTypeRegistries = [
|
|
260
|
+
_s_registry,
|
|
261
|
+
n0_registry,
|
|
262
|
+
];
|
|
263
|
+
var JsonValue = [0, n0, _JV, { [_mT]: _a }, 0];
|
|
196
264
|
export var AppMonitor$ = [3, n0, _AM,
|
|
197
265
|
0,
|
|
198
|
-
[_N, _D, _DL, _I, _C, _LM, _T, _S, _AMC, _DS,
|
|
266
|
+
[_N, _D, _DL, _I, _C, _LM, _T, _S, _AMC, _DS, _CEu, _DC, _P],
|
|
199
267
|
[0, 0, 64 | 0, 0, 0, 0, 128 | 0, 0, () => AppMonitorConfiguration$, () => DataStorage$, () => CustomEvents$, () => DeobfuscationConfiguration$, 0]
|
|
200
268
|
];
|
|
201
269
|
export var AppMonitorConfiguration$ = [3, n0, _AMC,
|
|
@@ -253,15 +321,9 @@ export var BatchGetRumMetricDefinitionsResponse$ = [3, n0, _BGRMDRa,
|
|
|
253
321
|
[_MDe, _NT],
|
|
254
322
|
[() => MetricDefinitions, 0]
|
|
255
323
|
];
|
|
256
|
-
export var ConflictException$ = [-3, n0, _CEo,
|
|
257
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
258
|
-
[_m, _rN, _rT],
|
|
259
|
-
[0, 0, 0], 2
|
|
260
|
-
];
|
|
261
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
262
324
|
export var CreateAppMonitorRequest$ = [3, n0, _CAMR,
|
|
263
325
|
0,
|
|
264
|
-
[_N, _D, _DL, _T, _AMC, _CLE,
|
|
326
|
+
[_N, _D, _DL, _T, _AMC, _CLE, _CEu, _DC, _P],
|
|
265
327
|
[0, 0, 64 | 0, 128 | 0, () => AppMonitorConfiguration$, 2, () => CustomEvents$, () => DeobfuscationConfiguration$, 0], 1
|
|
266
328
|
];
|
|
267
329
|
export var CreateAppMonitorResponse$ = [3, n0, _CAMRr,
|
|
@@ -269,7 +331,7 @@ export var CreateAppMonitorResponse$ = [3, n0, _CAMRr,
|
|
|
269
331
|
[_I],
|
|
270
332
|
[0]
|
|
271
333
|
];
|
|
272
|
-
export var CustomEvents$ = [3, n0,
|
|
334
|
+
export var CustomEvents$ = [3, n0, _CEu,
|
|
273
335
|
0,
|
|
274
336
|
[_St],
|
|
275
337
|
[0]
|
|
@@ -349,18 +411,6 @@ export var GetResourcePolicyResponse$ = [3, n0, _GRPRe,
|
|
|
349
411
|
[_PD, _PRI],
|
|
350
412
|
[0, 0]
|
|
351
413
|
];
|
|
352
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
353
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
354
|
-
[_m, _rAS],
|
|
355
|
-
[0, [1, { [_hH]: _RA }]], 1
|
|
356
|
-
];
|
|
357
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
358
|
-
export var InvalidPolicyRevisionIdException$ = [-3, n0, _IPRIE,
|
|
359
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
360
|
-
[_m],
|
|
361
|
-
[0], 1
|
|
362
|
-
];
|
|
363
|
-
TypeRegistry.for(n0).registerError(InvalidPolicyRevisionIdException$, InvalidPolicyRevisionIdException);
|
|
364
414
|
export var JavaScriptSourceMaps$ = [3, n0, _JSSM,
|
|
365
415
|
0,
|
|
366
416
|
[_St, _SU],
|
|
@@ -396,12 +446,6 @@ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
|
396
446
|
[_RAe, _T],
|
|
397
447
|
[0, 128 | 0], 2
|
|
398
448
|
];
|
|
399
|
-
export var MalformedPolicyDocumentException$ = [-3, n0, _MPDE,
|
|
400
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
401
|
-
[_m],
|
|
402
|
-
[0], 1
|
|
403
|
-
];
|
|
404
|
-
TypeRegistry.for(n0).registerError(MalformedPolicyDocumentException$, MalformedPolicyDocumentException);
|
|
405
449
|
export var MetricDefinition$ = [3, n0, _MD,
|
|
406
450
|
0,
|
|
407
451
|
[_MDI, _N, _VK, _UL, _DK, _EPv, _Na],
|
|
@@ -417,18 +461,6 @@ export var MetricDestinationSummary$ = [3, n0, _MDS,
|
|
|
417
461
|
[_De, _DA, _IRA],
|
|
418
462
|
[0, 0, 0]
|
|
419
463
|
];
|
|
420
|
-
export var PolicyNotFoundException$ = [-3, n0, _PNFE,
|
|
421
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
422
|
-
[_m],
|
|
423
|
-
[0], 1
|
|
424
|
-
];
|
|
425
|
-
TypeRegistry.for(n0).registerError(PolicyNotFoundException$, PolicyNotFoundException);
|
|
426
|
-
export var PolicySizeLimitExceededException$ = [-3, n0, _PSLEE,
|
|
427
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
428
|
-
[_m],
|
|
429
|
-
[0], 1
|
|
430
|
-
];
|
|
431
|
-
TypeRegistry.for(n0).registerError(PolicySizeLimitExceededException$, PolicySizeLimitExceededException);
|
|
432
464
|
export var PutResourcePolicyRequest$ = [3, n0, _PRPR,
|
|
433
465
|
0,
|
|
434
466
|
[_N, _PD, _PRI],
|
|
@@ -464,23 +496,11 @@ export var QueryFilter$ = [3, n0, _QF,
|
|
|
464
496
|
[_N, _V],
|
|
465
497
|
[0, 64 | 0]
|
|
466
498
|
];
|
|
467
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
468
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
469
|
-
[_m, _rN, _rT],
|
|
470
|
-
[0, 0, 0], 2
|
|
471
|
-
];
|
|
472
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
473
499
|
export var RumEvent$ = [3, n0, _REu,
|
|
474
500
|
0,
|
|
475
501
|
[_i, _t, _ty, _de, _me],
|
|
476
502
|
[0, 4, 0, [() => JsonValue, 0], [() => JsonValue, 0]], 4
|
|
477
503
|
];
|
|
478
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
479
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
480
|
-
[_m],
|
|
481
|
-
[0], 1
|
|
482
|
-
];
|
|
483
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
484
504
|
export var TagResourceRequest$ = [3, n0, _TRR,
|
|
485
505
|
0,
|
|
486
506
|
[_RAe, _T],
|
|
@@ -491,12 +511,6 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
|
491
511
|
[],
|
|
492
512
|
[]
|
|
493
513
|
];
|
|
494
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
495
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
496
|
-
[_m, _sC, _qC, _rAS],
|
|
497
|
-
[0, 0, 0, [1, { [_hH]: _RA }]], 1
|
|
498
|
-
];
|
|
499
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
500
514
|
export var TimeRange$ = [3, n0, _TR,
|
|
501
515
|
0,
|
|
502
516
|
[_Af, _B],
|
|
@@ -514,7 +528,7 @@ export var UntagResourceResponse$ = [3, n0, _URRn,
|
|
|
514
528
|
];
|
|
515
529
|
export var UpdateAppMonitorRequest$ = [3, n0, _UAMR,
|
|
516
530
|
0,
|
|
517
|
-
[_N, _D, _DL, _AMC, _CLE,
|
|
531
|
+
[_N, _D, _DL, _AMC, _CLE, _CEu, _DC],
|
|
518
532
|
[[0, 1], 0, 64 | 0, () => AppMonitorConfiguration$, 2, () => CustomEvents$, () => DeobfuscationConfiguration$], 1
|
|
519
533
|
];
|
|
520
534
|
export var UpdateAppMonitorResponse$ = [3, n0, _UAMRp,
|
|
@@ -537,14 +551,6 @@ export var UserDetails$ = [3, n0, _UD,
|
|
|
537
551
|
[_uI, _sI],
|
|
538
552
|
[0, 0]
|
|
539
553
|
];
|
|
540
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
541
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
542
|
-
[_m],
|
|
543
|
-
[0], 1
|
|
544
|
-
];
|
|
545
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
546
|
-
export var RUMServiceException$ = [-3, _sm, "RUMServiceException", 0, [], []];
|
|
547
|
-
TypeRegistry.for(_sm).registerError(RUMServiceException$, RUMServiceException);
|
|
548
554
|
var AppMonitorDomainList = 64 | 0;
|
|
549
555
|
var AppMonitorSummaryList = [1, n0, _AMSL,
|
|
550
556
|
0, () => AppMonitorSummary$
|
|
@@ -1,5 +1,23 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var RUMServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
6
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
7
|
+
export declare var InvalidPolicyRevisionIdException$: StaticErrorSchema;
|
|
8
|
+
export declare var MalformedPolicyDocumentException$: StaticErrorSchema;
|
|
9
|
+
export declare var PolicyNotFoundException$: StaticErrorSchema;
|
|
10
|
+
export declare var PolicySizeLimitExceededException$: StaticErrorSchema;
|
|
11
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
12
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
13
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
14
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
15
|
+
/**
|
|
16
|
+
* TypeRegistry instances containing modeled errors.
|
|
17
|
+
* @internal
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
3
21
|
export declare var AppMonitor$: StaticStructureSchema;
|
|
4
22
|
export declare var AppMonitorConfiguration$: StaticStructureSchema;
|
|
5
23
|
export declare var AppMonitorDetails$: StaticStructureSchema;
|
|
@@ -12,7 +30,6 @@ export declare var BatchDeleteRumMetricDefinitionsRequest$: StaticStructureSchem
|
|
|
12
30
|
export declare var BatchDeleteRumMetricDefinitionsResponse$: StaticStructureSchema;
|
|
13
31
|
export declare var BatchGetRumMetricDefinitionsRequest$: StaticStructureSchema;
|
|
14
32
|
export declare var BatchGetRumMetricDefinitionsResponse$: StaticStructureSchema;
|
|
15
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
16
33
|
export declare var CreateAppMonitorRequest$: StaticStructureSchema;
|
|
17
34
|
export declare var CreateAppMonitorResponse$: StaticStructureSchema;
|
|
18
35
|
export declare var CustomEvents$: StaticStructureSchema;
|
|
@@ -31,8 +48,6 @@ export declare var GetAppMonitorRequest$: StaticStructureSchema;
|
|
|
31
48
|
export declare var GetAppMonitorResponse$: StaticStructureSchema;
|
|
32
49
|
export declare var GetResourcePolicyRequest$: StaticStructureSchema;
|
|
33
50
|
export declare var GetResourcePolicyResponse$: StaticStructureSchema;
|
|
34
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
35
|
-
export declare var InvalidPolicyRevisionIdException$: StaticErrorSchema;
|
|
36
51
|
export declare var JavaScriptSourceMaps$: StaticStructureSchema;
|
|
37
52
|
export declare var ListAppMonitorsRequest$: StaticStructureSchema;
|
|
38
53
|
export declare var ListAppMonitorsResponse$: StaticStructureSchema;
|
|
@@ -40,12 +55,9 @@ export declare var ListRumMetricsDestinationsRequest$: StaticStructureSchema;
|
|
|
40
55
|
export declare var ListRumMetricsDestinationsResponse$: StaticStructureSchema;
|
|
41
56
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
42
57
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
43
|
-
export declare var MalformedPolicyDocumentException$: StaticErrorSchema;
|
|
44
58
|
export declare var MetricDefinition$: StaticStructureSchema;
|
|
45
59
|
export declare var MetricDefinitionRequest$: StaticStructureSchema;
|
|
46
60
|
export declare var MetricDestinationSummary$: StaticStructureSchema;
|
|
47
|
-
export declare var PolicyNotFoundException$: StaticErrorSchema;
|
|
48
|
-
export declare var PolicySizeLimitExceededException$: StaticErrorSchema;
|
|
49
61
|
export declare var PutResourcePolicyRequest$: StaticStructureSchema;
|
|
50
62
|
export declare var PutResourcePolicyResponse$: StaticStructureSchema;
|
|
51
63
|
export declare var PutRumEventsRequest$: StaticStructureSchema;
|
|
@@ -53,12 +65,9 @@ export declare var PutRumEventsResponse$: StaticStructureSchema;
|
|
|
53
65
|
export declare var PutRumMetricsDestinationRequest$: StaticStructureSchema;
|
|
54
66
|
export declare var PutRumMetricsDestinationResponse$: StaticStructureSchema;
|
|
55
67
|
export declare var QueryFilter$: StaticStructureSchema;
|
|
56
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
57
68
|
export declare var RumEvent$: StaticStructureSchema;
|
|
58
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
59
69
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
60
70
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
61
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
62
71
|
export declare var TimeRange$: StaticStructureSchema;
|
|
63
72
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
64
73
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
@@ -67,8 +76,6 @@ export declare var UpdateAppMonitorResponse$: StaticStructureSchema;
|
|
|
67
76
|
export declare var UpdateRumMetricDefinitionRequest$: StaticStructureSchema;
|
|
68
77
|
export declare var UpdateRumMetricDefinitionResponse$: StaticStructureSchema;
|
|
69
78
|
export declare var UserDetails$: StaticStructureSchema;
|
|
70
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
71
|
-
export declare var RUMServiceException$: StaticErrorSchema;
|
|
72
79
|
export declare var BatchCreateRumMetricDefinitions$: StaticOperationSchema;
|
|
73
80
|
export declare var BatchDeleteRumMetricDefinitions$: StaticOperationSchema;
|
|
74
81
|
export declare var BatchGetRumMetricDefinitions$: StaticOperationSchema;
|
|
@@ -1,9 +1,22 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
7
|
+
export declare var RUMServiceException$: StaticErrorSchema;
|
|
6
8
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
9
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
10
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
11
|
+
export declare var InvalidPolicyRevisionIdException$: StaticErrorSchema;
|
|
12
|
+
export declare var MalformedPolicyDocumentException$: StaticErrorSchema;
|
|
13
|
+
export declare var PolicyNotFoundException$: StaticErrorSchema;
|
|
14
|
+
export declare var PolicySizeLimitExceededException$: StaticErrorSchema;
|
|
15
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
16
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
17
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
18
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
19
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
7
20
|
export declare var AppMonitor$: StaticStructureSchema;
|
|
8
21
|
export declare var AppMonitorConfiguration$: StaticStructureSchema;
|
|
9
22
|
export declare var AppMonitorDetails$: StaticStructureSchema;
|
|
@@ -16,7 +29,6 @@ export declare var BatchDeleteRumMetricDefinitionsRequest$: StaticStructureSchem
|
|
|
16
29
|
export declare var BatchDeleteRumMetricDefinitionsResponse$: StaticStructureSchema;
|
|
17
30
|
export declare var BatchGetRumMetricDefinitionsRequest$: StaticStructureSchema;
|
|
18
31
|
export declare var BatchGetRumMetricDefinitionsResponse$: StaticStructureSchema;
|
|
19
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
20
32
|
export declare var CreateAppMonitorRequest$: StaticStructureSchema;
|
|
21
33
|
export declare var CreateAppMonitorResponse$: StaticStructureSchema;
|
|
22
34
|
export declare var CustomEvents$: StaticStructureSchema;
|
|
@@ -35,8 +47,6 @@ export declare var GetAppMonitorRequest$: StaticStructureSchema;
|
|
|
35
47
|
export declare var GetAppMonitorResponse$: StaticStructureSchema;
|
|
36
48
|
export declare var GetResourcePolicyRequest$: StaticStructureSchema;
|
|
37
49
|
export declare var GetResourcePolicyResponse$: StaticStructureSchema;
|
|
38
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
39
|
-
export declare var InvalidPolicyRevisionIdException$: StaticErrorSchema;
|
|
40
50
|
export declare var JavaScriptSourceMaps$: StaticStructureSchema;
|
|
41
51
|
export declare var ListAppMonitorsRequest$: StaticStructureSchema;
|
|
42
52
|
export declare var ListAppMonitorsResponse$: StaticStructureSchema;
|
|
@@ -44,12 +54,9 @@ export declare var ListRumMetricsDestinationsRequest$: StaticStructureSchema;
|
|
|
44
54
|
export declare var ListRumMetricsDestinationsResponse$: StaticStructureSchema;
|
|
45
55
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
46
56
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
47
|
-
export declare var MalformedPolicyDocumentException$: StaticErrorSchema;
|
|
48
57
|
export declare var MetricDefinition$: StaticStructureSchema;
|
|
49
58
|
export declare var MetricDefinitionRequest$: StaticStructureSchema;
|
|
50
59
|
export declare var MetricDestinationSummary$: StaticStructureSchema;
|
|
51
|
-
export declare var PolicyNotFoundException$: StaticErrorSchema;
|
|
52
|
-
export declare var PolicySizeLimitExceededException$: StaticErrorSchema;
|
|
53
60
|
export declare var PutResourcePolicyRequest$: StaticStructureSchema;
|
|
54
61
|
export declare var PutResourcePolicyResponse$: StaticStructureSchema;
|
|
55
62
|
export declare var PutRumEventsRequest$: StaticStructureSchema;
|
|
@@ -57,12 +64,9 @@ export declare var PutRumEventsResponse$: StaticStructureSchema;
|
|
|
57
64
|
export declare var PutRumMetricsDestinationRequest$: StaticStructureSchema;
|
|
58
65
|
export declare var PutRumMetricsDestinationResponse$: StaticStructureSchema;
|
|
59
66
|
export declare var QueryFilter$: StaticStructureSchema;
|
|
60
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
61
67
|
export declare var RumEvent$: StaticStructureSchema;
|
|
62
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
63
68
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
64
69
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
65
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
66
70
|
export declare var TimeRange$: StaticStructureSchema;
|
|
67
71
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
68
72
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
@@ -71,8 +75,6 @@ export declare var UpdateAppMonitorResponse$: StaticStructureSchema;
|
|
|
71
75
|
export declare var UpdateRumMetricDefinitionRequest$: StaticStructureSchema;
|
|
72
76
|
export declare var UpdateRumMetricDefinitionResponse$: StaticStructureSchema;
|
|
73
77
|
export declare var UserDetails$: StaticStructureSchema;
|
|
74
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
75
|
-
export declare var RUMServiceException$: StaticErrorSchema;
|
|
76
78
|
export declare var BatchCreateRumMetricDefinitions$: StaticOperationSchema;
|
|
77
79
|
export declare var BatchDeleteRumMetricDefinitions$: StaticOperationSchema;
|
|
78
80
|
export declare var BatchGetRumMetricDefinitions$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-rum",
|
|
3
3
|
"description": "AWS SDK for JavaScript Rum Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.989.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-rum",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.9",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.8",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.9",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.989.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.7",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|