@aws-sdk/client-rum 3.948.0 → 3.953.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 +306 -216
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/BatchCreateRumMetricDefinitionsCommand.js +2 -2
- package/dist-es/commands/BatchDeleteRumMetricDefinitionsCommand.js +2 -2
- package/dist-es/commands/BatchGetRumMetricDefinitionsCommand.js +2 -2
- package/dist-es/commands/CreateAppMonitorCommand.js +2 -2
- package/dist-es/commands/DeleteAppMonitorCommand.js +2 -2
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteRumMetricsDestinationCommand.js +2 -2
- package/dist-es/commands/GetAppMonitorCommand.js +2 -2
- package/dist-es/commands/GetAppMonitorDataCommand.js +2 -2
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
- package/dist-es/commands/ListAppMonitorsCommand.js +2 -2
- package/dist-es/commands/ListRumMetricsDestinationsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-es/commands/PutRumEventsCommand.js +2 -2
- package/dist-es/commands/PutRumMetricsDestinationCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAppMonitorCommand.js +2 -2
- package/dist-es/commands/UpdateRumMetricDefinitionCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +179 -179
- package/dist-types/RUMClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +91 -110
- package/dist-types/ts3.4/RUMClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +90 -111
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class RUMClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class RUMServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, RUMServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class AccessDeniedException extends RUMServiceException {
|
|
121
121
|
name = "AccessDeniedException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
constructor(opts) {
|
|
@@ -128,8 +128,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends RUMServiceExce
|
|
|
128
128
|
});
|
|
129
129
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
130
130
|
}
|
|
131
|
-
}
|
|
132
|
-
|
|
131
|
+
}
|
|
132
|
+
class ConflictException extends RUMServiceException {
|
|
133
133
|
name = "ConflictException";
|
|
134
134
|
$fault = "client";
|
|
135
135
|
resourceName;
|
|
@@ -144,8 +144,8 @@ let ConflictException$1 = class ConflictException extends RUMServiceException$1
|
|
|
144
144
|
this.resourceName = opts.resourceName;
|
|
145
145
|
this.resourceType = opts.resourceType;
|
|
146
146
|
}
|
|
147
|
-
}
|
|
148
|
-
|
|
147
|
+
}
|
|
148
|
+
class InternalServerException extends RUMServiceException {
|
|
149
149
|
name = "InternalServerException";
|
|
150
150
|
$fault = "server";
|
|
151
151
|
$retryable = {};
|
|
@@ -159,8 +159,8 @@ let InternalServerException$1 = class InternalServerException extends RUMService
|
|
|
159
159
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
160
160
|
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
161
161
|
}
|
|
162
|
-
}
|
|
163
|
-
|
|
162
|
+
}
|
|
163
|
+
class ResourceNotFoundException extends RUMServiceException {
|
|
164
164
|
name = "ResourceNotFoundException";
|
|
165
165
|
$fault = "client";
|
|
166
166
|
resourceName;
|
|
@@ -175,8 +175,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends RUMSer
|
|
|
175
175
|
this.resourceName = opts.resourceName;
|
|
176
176
|
this.resourceType = opts.resourceType;
|
|
177
177
|
}
|
|
178
|
-
}
|
|
179
|
-
|
|
178
|
+
}
|
|
179
|
+
class ServiceQuotaExceededException extends RUMServiceException {
|
|
180
180
|
name = "ServiceQuotaExceededException";
|
|
181
181
|
$fault = "client";
|
|
182
182
|
constructor(opts) {
|
|
@@ -187,8 +187,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
|
|
|
187
187
|
});
|
|
188
188
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
189
189
|
}
|
|
190
|
-
}
|
|
191
|
-
|
|
190
|
+
}
|
|
191
|
+
class ThrottlingException extends RUMServiceException {
|
|
192
192
|
name = "ThrottlingException";
|
|
193
193
|
$fault = "client";
|
|
194
194
|
$retryable = {
|
|
@@ -208,8 +208,8 @@ let ThrottlingException$1 = class ThrottlingException extends RUMServiceExceptio
|
|
|
208
208
|
this.quotaCode = opts.quotaCode;
|
|
209
209
|
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
210
210
|
}
|
|
211
|
-
}
|
|
212
|
-
|
|
211
|
+
}
|
|
212
|
+
class ValidationException extends RUMServiceException {
|
|
213
213
|
name = "ValidationException";
|
|
214
214
|
$fault = "client";
|
|
215
215
|
constructor(opts) {
|
|
@@ -220,8 +220,8 @@ let ValidationException$1 = class ValidationException extends RUMServiceExceptio
|
|
|
220
220
|
});
|
|
221
221
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
222
222
|
}
|
|
223
|
-
}
|
|
224
|
-
|
|
223
|
+
}
|
|
224
|
+
class InvalidPolicyRevisionIdException extends RUMServiceException {
|
|
225
225
|
name = "InvalidPolicyRevisionIdException";
|
|
226
226
|
$fault = "client";
|
|
227
227
|
constructor(opts) {
|
|
@@ -232,8 +232,8 @@ let InvalidPolicyRevisionIdException$1 = class InvalidPolicyRevisionIdException
|
|
|
232
232
|
});
|
|
233
233
|
Object.setPrototypeOf(this, InvalidPolicyRevisionIdException.prototype);
|
|
234
234
|
}
|
|
235
|
-
}
|
|
236
|
-
|
|
235
|
+
}
|
|
236
|
+
class PolicyNotFoundException extends RUMServiceException {
|
|
237
237
|
name = "PolicyNotFoundException";
|
|
238
238
|
$fault = "client";
|
|
239
239
|
constructor(opts) {
|
|
@@ -244,8 +244,8 @@ let PolicyNotFoundException$1 = class PolicyNotFoundException extends RUMService
|
|
|
244
244
|
});
|
|
245
245
|
Object.setPrototypeOf(this, PolicyNotFoundException.prototype);
|
|
246
246
|
}
|
|
247
|
-
}
|
|
248
|
-
|
|
247
|
+
}
|
|
248
|
+
class MalformedPolicyDocumentException extends RUMServiceException {
|
|
249
249
|
name = "MalformedPolicyDocumentException";
|
|
250
250
|
$fault = "client";
|
|
251
251
|
constructor(opts) {
|
|
@@ -256,8 +256,8 @@ let MalformedPolicyDocumentException$1 = class MalformedPolicyDocumentException
|
|
|
256
256
|
});
|
|
257
257
|
Object.setPrototypeOf(this, MalformedPolicyDocumentException.prototype);
|
|
258
258
|
}
|
|
259
|
-
}
|
|
260
|
-
|
|
259
|
+
}
|
|
260
|
+
class PolicySizeLimitExceededException extends RUMServiceException {
|
|
261
261
|
name = "PolicySizeLimitExceededException";
|
|
262
262
|
$fault = "client";
|
|
263
263
|
constructor(opts) {
|
|
@@ -268,7 +268,7 @@ let PolicySizeLimitExceededException$1 = class PolicySizeLimitExceededException
|
|
|
268
268
|
});
|
|
269
269
|
Object.setPrototypeOf(this, PolicySizeLimitExceededException.prototype);
|
|
270
270
|
}
|
|
271
|
-
}
|
|
271
|
+
}
|
|
272
272
|
|
|
273
273
|
const _A = "Alias";
|
|
274
274
|
const _AC = "AllowCookies";
|
|
@@ -456,9 +456,9 @@ const _uI = "userId";
|
|
|
456
456
|
const _v = "version";
|
|
457
457
|
const n0 = "com.amazonaws.rum";
|
|
458
458
|
var JsonValue = [0, n0, _JV, { [_mT]: _a }, 0];
|
|
459
|
-
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
460
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
461
|
-
var AppMonitor = [
|
|
459
|
+
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
460
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
461
|
+
var AppMonitor$ = [
|
|
462
462
|
3,
|
|
463
463
|
n0,
|
|
464
464
|
_AM,
|
|
@@ -473,14 +473,14 @@ var AppMonitor = [
|
|
|
473
473
|
0,
|
|
474
474
|
128 | 0,
|
|
475
475
|
0,
|
|
476
|
-
() => AppMonitorConfiguration
|
|
477
|
-
() => DataStorage
|
|
478
|
-
() => CustomEvents
|
|
479
|
-
() => DeobfuscationConfiguration
|
|
476
|
+
() => AppMonitorConfiguration$,
|
|
477
|
+
() => DataStorage$,
|
|
478
|
+
() => CustomEvents$,
|
|
479
|
+
() => DeobfuscationConfiguration$,
|
|
480
480
|
0,
|
|
481
481
|
],
|
|
482
482
|
];
|
|
483
|
-
var AppMonitorConfiguration = [
|
|
483
|
+
var AppMonitorConfiguration$ = [
|
|
484
484
|
3,
|
|
485
485
|
n0,
|
|
486
486
|
_AMC,
|
|
@@ -488,17 +488,17 @@ var AppMonitorConfiguration = [
|
|
|
488
488
|
[_IPI, _EP, _IP, _FP, _SSR, _GRA, _AC, _Te, _EXR],
|
|
489
489
|
[0, 64 | 0, 64 | 0, 64 | 0, 1, 0, 2, 64 | 0, 2],
|
|
490
490
|
];
|
|
491
|
-
var AppMonitorDetails = [3, n0, _AMD, 0, [_n, _i, _v], [0, 0, 0]];
|
|
492
|
-
var AppMonitorSummary = [3, n0, _AMS, 0, [_N, _I, _C, _LM, _S, _P], [0, 0, 0, 0, 0, 0]];
|
|
493
|
-
var BatchCreateRumMetricDefinitionsError = [
|
|
491
|
+
var AppMonitorDetails$ = [3, n0, _AMD, 0, [_n, _i, _v], [0, 0, 0]];
|
|
492
|
+
var AppMonitorSummary$ = [3, n0, _AMS, 0, [_N, _I, _C, _LM, _S, _P], [0, 0, 0, 0, 0, 0]];
|
|
493
|
+
var BatchCreateRumMetricDefinitionsError$ = [
|
|
494
494
|
3,
|
|
495
495
|
n0,
|
|
496
496
|
_BCRMDE,
|
|
497
497
|
0,
|
|
498
498
|
[_MD, _EC, _EM],
|
|
499
|
-
[() => MetricDefinitionRequest
|
|
499
|
+
[() => MetricDefinitionRequest$, 0, 0],
|
|
500
500
|
];
|
|
501
|
-
var BatchCreateRumMetricDefinitionsRequest = [
|
|
501
|
+
var BatchCreateRumMetricDefinitionsRequest$ = [
|
|
502
502
|
3,
|
|
503
503
|
n0,
|
|
504
504
|
_BCRMDR,
|
|
@@ -506,7 +506,7 @@ var BatchCreateRumMetricDefinitionsRequest = [
|
|
|
506
506
|
[_AMN, _De, _DA, _MDe],
|
|
507
507
|
[[0, 1], 0, 0, () => MetricDefinitionsRequest],
|
|
508
508
|
];
|
|
509
|
-
var BatchCreateRumMetricDefinitionsResponse = [
|
|
509
|
+
var BatchCreateRumMetricDefinitionsResponse$ = [
|
|
510
510
|
3,
|
|
511
511
|
n0,
|
|
512
512
|
_BCRMDRa,
|
|
@@ -514,7 +514,7 @@ var BatchCreateRumMetricDefinitionsResponse = [
|
|
|
514
514
|
[_E, _MDe],
|
|
515
515
|
[() => BatchCreateRumMetricDefinitionsErrors, () => MetricDefinitions],
|
|
516
516
|
];
|
|
517
|
-
var BatchDeleteRumMetricDefinitionsError = [
|
|
517
|
+
var BatchDeleteRumMetricDefinitionsError$ = [
|
|
518
518
|
3,
|
|
519
519
|
n0,
|
|
520
520
|
_BDRMDE,
|
|
@@ -522,7 +522,7 @@ var BatchDeleteRumMetricDefinitionsError = [
|
|
|
522
522
|
[_MDI, _EC, _EM],
|
|
523
523
|
[0, 0, 0],
|
|
524
524
|
];
|
|
525
|
-
var BatchDeleteRumMetricDefinitionsRequest = [
|
|
525
|
+
var BatchDeleteRumMetricDefinitionsRequest$ = [
|
|
526
526
|
3,
|
|
527
527
|
n0,
|
|
528
528
|
_BDRMDR,
|
|
@@ -535,7 +535,7 @@ var BatchDeleteRumMetricDefinitionsRequest = [
|
|
|
535
535
|
[64 | 0, { [_hQ]: _mDI }],
|
|
536
536
|
],
|
|
537
537
|
];
|
|
538
|
-
var BatchDeleteRumMetricDefinitionsResponse = [
|
|
538
|
+
var BatchDeleteRumMetricDefinitionsResponse$ = [
|
|
539
539
|
3,
|
|
540
540
|
n0,
|
|
541
541
|
_BDRMDRa,
|
|
@@ -543,7 +543,7 @@ var BatchDeleteRumMetricDefinitionsResponse = [
|
|
|
543
543
|
[_E, _MDIe],
|
|
544
544
|
[() => BatchDeleteRumMetricDefinitionsErrors, 64 | 0],
|
|
545
545
|
];
|
|
546
|
-
var BatchGetRumMetricDefinitionsRequest = [
|
|
546
|
+
var BatchGetRumMetricDefinitionsRequest$ = [
|
|
547
547
|
3,
|
|
548
548
|
n0,
|
|
549
549
|
_BGRMDR,
|
|
@@ -557,7 +557,7 @@ var BatchGetRumMetricDefinitionsRequest = [
|
|
|
557
557
|
[0, { [_hQ]: _nT }],
|
|
558
558
|
],
|
|
559
559
|
];
|
|
560
|
-
var BatchGetRumMetricDefinitionsResponse = [
|
|
560
|
+
var BatchGetRumMetricDefinitionsResponse$ = [
|
|
561
561
|
3,
|
|
562
562
|
n0,
|
|
563
563
|
_BGRMDRa,
|
|
@@ -565,23 +565,23 @@ var BatchGetRumMetricDefinitionsResponse = [
|
|
|
565
565
|
[_MDe, _NT],
|
|
566
566
|
[() => MetricDefinitions, 0],
|
|
567
567
|
];
|
|
568
|
-
var ConflictException = [-3, n0, _CEo, { [_e]: _c, [_hE]: 409 }, [_m, _rN, _rT], [0, 0, 0]];
|
|
569
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException
|
|
570
|
-
var CreateAppMonitorRequest = [
|
|
568
|
+
var ConflictException$ = [-3, n0, _CEo, { [_e]: _c, [_hE]: 409 }, [_m, _rN, _rT], [0, 0, 0]];
|
|
569
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
570
|
+
var CreateAppMonitorRequest$ = [
|
|
571
571
|
3,
|
|
572
572
|
n0,
|
|
573
573
|
_CAMR,
|
|
574
574
|
0,
|
|
575
575
|
[_N, _D, _DL, _T, _AMC, _CLE, _CE, _DC, _P],
|
|
576
|
-
[0, 0, 64 | 0, 128 | 0, () => AppMonitorConfiguration
|
|
576
|
+
[0, 0, 64 | 0, 128 | 0, () => AppMonitorConfiguration$, 2, () => CustomEvents$, () => DeobfuscationConfiguration$, 0],
|
|
577
577
|
];
|
|
578
|
-
var CreateAppMonitorResponse = [3, n0, _CAMRr, 0, [_I], [0]];
|
|
579
|
-
var CustomEvents = [3, n0, _CE, 0, [_St], [0]];
|
|
580
|
-
var CwLog = [3, n0, _CL, 0, [_CLE, _CLG], [2, 0]];
|
|
581
|
-
var DataStorage = [3, n0, _DS, 0, [_CL], [() => CwLog]];
|
|
582
|
-
var DeleteAppMonitorRequest = [3, n0, _DAMR, 0, [_N], [[0, 1]]];
|
|
583
|
-
var DeleteAppMonitorResponse = [3, n0, _DAMRe, 0, [], []];
|
|
584
|
-
var DeleteResourcePolicyRequest = [
|
|
578
|
+
var CreateAppMonitorResponse$ = [3, n0, _CAMRr, 0, [_I], [0]];
|
|
579
|
+
var CustomEvents$ = [3, n0, _CE, 0, [_St], [0]];
|
|
580
|
+
var CwLog$ = [3, n0, _CL, 0, [_CLE, _CLG], [2, 0]];
|
|
581
|
+
var DataStorage$ = [3, n0, _DS, 0, [_CL], [() => CwLog$]];
|
|
582
|
+
var DeleteAppMonitorRequest$ = [3, n0, _DAMR, 0, [_N], [[0, 1]]];
|
|
583
|
+
var DeleteAppMonitorResponse$ = [3, n0, _DAMRe, 0, [], []];
|
|
584
|
+
var DeleteResourcePolicyRequest$ = [
|
|
585
585
|
3,
|
|
586
586
|
n0,
|
|
587
587
|
_DRPR,
|
|
@@ -592,8 +592,8 @@ var DeleteResourcePolicyRequest = [
|
|
|
592
592
|
[0, { [_hQ]: _pRI }],
|
|
593
593
|
],
|
|
594
594
|
];
|
|
595
|
-
var DeleteResourcePolicyResponse = [3, n0, _DRPRe, 0, [_PRI], [0]];
|
|
596
|
-
var DeleteRumMetricsDestinationRequest = [
|
|
595
|
+
var DeleteResourcePolicyResponse$ = [3, n0, _DRPRe, 0, [_PRI], [0]];
|
|
596
|
+
var DeleteRumMetricsDestinationRequest$ = [
|
|
597
597
|
3,
|
|
598
598
|
n0,
|
|
599
599
|
_DRMDR,
|
|
@@ -605,22 +605,22 @@ var DeleteRumMetricsDestinationRequest = [
|
|
|
605
605
|
[0, { [_hQ]: _dA }],
|
|
606
606
|
],
|
|
607
607
|
];
|
|
608
|
-
var DeleteRumMetricsDestinationResponse = [3, n0, _DRMDRe, 0, [], []];
|
|
609
|
-
var DeobfuscationConfiguration = [3, n0, _DC, 0, [_JSSM], [() => JavaScriptSourceMaps]];
|
|
610
|
-
var GetAppMonitorDataRequest = [
|
|
608
|
+
var DeleteRumMetricsDestinationResponse$ = [3, n0, _DRMDRe, 0, [], []];
|
|
609
|
+
var DeobfuscationConfiguration$ = [3, n0, _DC, 0, [_JSSM], [() => JavaScriptSourceMaps$]];
|
|
610
|
+
var GetAppMonitorDataRequest$ = [
|
|
611
611
|
3,
|
|
612
612
|
n0,
|
|
613
613
|
_GAMDR,
|
|
614
614
|
0,
|
|
615
615
|
[_N, _TR, _F, _MR, _NT],
|
|
616
|
-
[[0, 1], () => TimeRange
|
|
616
|
+
[[0, 1], () => TimeRange$, () => QueryFilters, 1, 0],
|
|
617
617
|
];
|
|
618
|
-
var GetAppMonitorDataResponse = [3, n0, _GAMDRe, 0, [_Ev, _NT], [64 | 0, 0]];
|
|
619
|
-
var GetAppMonitorRequest = [3, n0, _GAMR, 0, [_N], [[0, 1]]];
|
|
620
|
-
var GetAppMonitorResponse = [3, n0, _GAMRe, 0, [_AM], [() => AppMonitor]];
|
|
621
|
-
var GetResourcePolicyRequest = [3, n0, _GRPR, 0, [_N], [[0, 1]]];
|
|
622
|
-
var GetResourcePolicyResponse = [3, n0, _GRPRe, 0, [_PD, _PRI], [0, 0]];
|
|
623
|
-
var InternalServerException = [
|
|
618
|
+
var GetAppMonitorDataResponse$ = [3, n0, _GAMDRe, 0, [_Ev, _NT], [64 | 0, 0]];
|
|
619
|
+
var GetAppMonitorRequest$ = [3, n0, _GAMR, 0, [_N], [[0, 1]]];
|
|
620
|
+
var GetAppMonitorResponse$ = [3, n0, _GAMRe, 0, [_AM], [() => AppMonitor$]];
|
|
621
|
+
var GetResourcePolicyRequest$ = [3, n0, _GRPR, 0, [_N], [[0, 1]]];
|
|
622
|
+
var GetResourcePolicyResponse$ = [3, n0, _GRPRe, 0, [_PD, _PRI], [0, 0]];
|
|
623
|
+
var InternalServerException$ = [
|
|
624
624
|
-3,
|
|
625
625
|
n0,
|
|
626
626
|
_ISE,
|
|
@@ -628,11 +628,11 @@ var InternalServerException = [
|
|
|
628
628
|
[_m, _rAS],
|
|
629
629
|
[0, [1, { [_hH]: _RA }]],
|
|
630
630
|
];
|
|
631
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException
|
|
632
|
-
var InvalidPolicyRevisionIdException = [-3, n0, _IPRIE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
633
|
-
schema.TypeRegistry.for(n0).registerError(InvalidPolicyRevisionIdException
|
|
634
|
-
var JavaScriptSourceMaps = [3, n0, _JSSM, 0, [_St, _SU], [0, 0]];
|
|
635
|
-
var ListAppMonitorsRequest = [
|
|
631
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
632
|
+
var InvalidPolicyRevisionIdException$ = [-3, n0, _IPRIE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
633
|
+
schema.TypeRegistry.for(n0).registerError(InvalidPolicyRevisionIdException$, InvalidPolicyRevisionIdException);
|
|
634
|
+
var JavaScriptSourceMaps$ = [3, n0, _JSSM, 0, [_St, _SU], [0, 0]];
|
|
635
|
+
var ListAppMonitorsRequest$ = [
|
|
636
636
|
3,
|
|
637
637
|
n0,
|
|
638
638
|
_LAMR,
|
|
@@ -643,7 +643,7 @@ var ListAppMonitorsRequest = [
|
|
|
643
643
|
[0, { [_hQ]: _nT }],
|
|
644
644
|
],
|
|
645
645
|
];
|
|
646
|
-
var ListAppMonitorsResponse = [
|
|
646
|
+
var ListAppMonitorsResponse$ = [
|
|
647
647
|
3,
|
|
648
648
|
n0,
|
|
649
649
|
_LAMRi,
|
|
@@ -651,7 +651,7 @@ var ListAppMonitorsResponse = [
|
|
|
651
651
|
[_NT, _AMSp],
|
|
652
652
|
[0, () => AppMonitorSummaryList],
|
|
653
653
|
];
|
|
654
|
-
var ListRumMetricsDestinationsRequest = [
|
|
654
|
+
var ListRumMetricsDestinationsRequest$ = [
|
|
655
655
|
3,
|
|
656
656
|
n0,
|
|
657
657
|
_LRMDR,
|
|
@@ -663,7 +663,7 @@ var ListRumMetricsDestinationsRequest = [
|
|
|
663
663
|
[0, { [_hQ]: _nT }],
|
|
664
664
|
],
|
|
665
665
|
];
|
|
666
|
-
var ListRumMetricsDestinationsResponse = [
|
|
666
|
+
var ListRumMetricsDestinationsResponse$ = [
|
|
667
667
|
3,
|
|
668
668
|
n0,
|
|
669
669
|
_LRMDRi,
|
|
@@ -671,11 +671,11 @@ var ListRumMetricsDestinationsResponse = [
|
|
|
671
671
|
[_Des, _NT],
|
|
672
672
|
[() => MetricDestinationSummaryList, 0],
|
|
673
673
|
];
|
|
674
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RAe], [[0, 1]]];
|
|
675
|
-
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_RAe, _T], [0, 128 | 0]];
|
|
676
|
-
var MalformedPolicyDocumentException = [-3, n0, _MPDE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
677
|
-
schema.TypeRegistry.for(n0).registerError(MalformedPolicyDocumentException
|
|
678
|
-
var MetricDefinition = [
|
|
674
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RAe], [[0, 1]]];
|
|
675
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_RAe, _T], [0, 128 | 0]];
|
|
676
|
+
var MalformedPolicyDocumentException$ = [-3, n0, _MPDE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
677
|
+
schema.TypeRegistry.for(n0).registerError(MalformedPolicyDocumentException$, MalformedPolicyDocumentException);
|
|
678
|
+
var MetricDefinition$ = [
|
|
679
679
|
3,
|
|
680
680
|
n0,
|
|
681
681
|
_MD,
|
|
@@ -683,7 +683,7 @@ var MetricDefinition = [
|
|
|
683
683
|
[_MDI, _N, _VK, _UL, _DK, _EPv, _Na],
|
|
684
684
|
[0, 0, 0, 0, 128 | 0, 0, 0],
|
|
685
685
|
];
|
|
686
|
-
var MetricDefinitionRequest = [
|
|
686
|
+
var MetricDefinitionRequest$ = [
|
|
687
687
|
3,
|
|
688
688
|
n0,
|
|
689
689
|
_MDR,
|
|
@@ -691,23 +691,23 @@ var MetricDefinitionRequest = [
|
|
|
691
691
|
[_N, _VK, _UL, _DK, _EPv, _Na],
|
|
692
692
|
[0, 0, 0, 128 | 0, 0, 0],
|
|
693
693
|
];
|
|
694
|
-
var MetricDestinationSummary = [3, n0, _MDS, 0, [_De, _DA, _IRA], [0, 0, 0]];
|
|
695
|
-
var PolicyNotFoundException = [-3, n0, _PNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
696
|
-
schema.TypeRegistry.for(n0).registerError(PolicyNotFoundException
|
|
697
|
-
var PolicySizeLimitExceededException = [-3, n0, _PSLEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
698
|
-
schema.TypeRegistry.for(n0).registerError(PolicySizeLimitExceededException
|
|
699
|
-
var PutResourcePolicyRequest = [3, n0, _PRPR, 0, [_N, _PD, _PRI], [[0, 1], 0, 0]];
|
|
700
|
-
var PutResourcePolicyResponse = [3, n0, _PRPRu, 0, [_PD, _PRI], [0, 0]];
|
|
701
|
-
var PutRumEventsRequest = [
|
|
694
|
+
var MetricDestinationSummary$ = [3, n0, _MDS, 0, [_De, _DA, _IRA], [0, 0, 0]];
|
|
695
|
+
var PolicyNotFoundException$ = [-3, n0, _PNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
696
|
+
schema.TypeRegistry.for(n0).registerError(PolicyNotFoundException$, PolicyNotFoundException);
|
|
697
|
+
var PolicySizeLimitExceededException$ = [-3, n0, _PSLEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
698
|
+
schema.TypeRegistry.for(n0).registerError(PolicySizeLimitExceededException$, PolicySizeLimitExceededException);
|
|
699
|
+
var PutResourcePolicyRequest$ = [3, n0, _PRPR, 0, [_N, _PD, _PRI], [[0, 1], 0, 0]];
|
|
700
|
+
var PutResourcePolicyResponse$ = [3, n0, _PRPRu, 0, [_PD, _PRI], [0, 0]];
|
|
701
|
+
var PutRumEventsRequest$ = [
|
|
702
702
|
3,
|
|
703
703
|
n0,
|
|
704
704
|
_PRER,
|
|
705
705
|
0,
|
|
706
706
|
[_I, _BI, _AMD, _UD, _RE, _A],
|
|
707
|
-
[[0, 1], 0, () => AppMonitorDetails
|
|
707
|
+
[[0, 1], 0, () => AppMonitorDetails$, () => UserDetails$, [() => RumEventList, 0], 0],
|
|
708
708
|
];
|
|
709
|
-
var PutRumEventsResponse = [3, n0, _PRERu, 0, [], []];
|
|
710
|
-
var PutRumMetricsDestinationRequest = [
|
|
709
|
+
var PutRumEventsResponse$ = [3, n0, _PRERu, 0, [], []];
|
|
710
|
+
var PutRumMetricsDestinationRequest$ = [
|
|
711
711
|
3,
|
|
712
712
|
n0,
|
|
713
713
|
_PRMDR,
|
|
@@ -715,9 +715,9 @@ var PutRumMetricsDestinationRequest = [
|
|
|
715
715
|
[_AMN, _De, _DA, _IRA],
|
|
716
716
|
[[0, 1], 0, 0, 0],
|
|
717
717
|
];
|
|
718
|
-
var PutRumMetricsDestinationResponse = [3, n0, _PRMDRu, 0, [], []];
|
|
719
|
-
var QueryFilter = [3, n0, _QF, 0, [_N, _V], [0, 64 | 0]];
|
|
720
|
-
var ResourceNotFoundException = [
|
|
718
|
+
var PutRumMetricsDestinationResponse$ = [3, n0, _PRMDRu, 0, [], []];
|
|
719
|
+
var QueryFilter$ = [3, n0, _QF, 0, [_N, _V], [0, 64 | 0]];
|
|
720
|
+
var ResourceNotFoundException$ = [
|
|
721
721
|
-3,
|
|
722
722
|
n0,
|
|
723
723
|
_RNFE,
|
|
@@ -725,8 +725,8 @@ var ResourceNotFoundException = [
|
|
|
725
725
|
[_m, _rN, _rT],
|
|
726
726
|
[0, 0, 0],
|
|
727
727
|
];
|
|
728
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
729
|
-
var RumEvent = [
|
|
728
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
729
|
+
var RumEvent$ = [
|
|
730
730
|
3,
|
|
731
731
|
n0,
|
|
732
732
|
_REu,
|
|
@@ -734,11 +734,11 @@ var RumEvent = [
|
|
|
734
734
|
[_i, _t, _ty, _me, _de],
|
|
735
735
|
[0, 4, 0, [() => JsonValue, 0], [() => JsonValue, 0]],
|
|
736
736
|
];
|
|
737
|
-
var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
738
|
-
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
739
|
-
var TagResourceRequest = [3, n0, _TRR, 0, [_RAe, _T], [[0, 1], 128 | 0]];
|
|
740
|
-
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
741
|
-
var ThrottlingException = [
|
|
737
|
+
var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
738
|
+
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
739
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_RAe, _T], [[0, 1], 128 | 0]];
|
|
740
|
+
var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
741
|
+
var ThrottlingException$ = [
|
|
742
742
|
-3,
|
|
743
743
|
n0,
|
|
744
744
|
_TE,
|
|
@@ -746,9 +746,9 @@ var ThrottlingException = [
|
|
|
746
746
|
[_m, _sC, _qC, _rAS],
|
|
747
747
|
[0, 0, 0, [1, { [_hH]: _RA }]],
|
|
748
748
|
];
|
|
749
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException
|
|
750
|
-
var TimeRange = [3, n0, _TR, 0, [_Af, _B], [1, 1]];
|
|
751
|
-
var UntagResourceRequest = [
|
|
749
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
750
|
+
var TimeRange$ = [3, n0, _TR, 0, [_Af, _B], [1, 1]];
|
|
751
|
+
var UntagResourceRequest$ = [
|
|
752
752
|
3,
|
|
753
753
|
n0,
|
|
754
754
|
_URR,
|
|
@@ -759,209 +759,209 @@ var UntagResourceRequest = [
|
|
|
759
759
|
[64 | 0, { [_hQ]: _tK }],
|
|
760
760
|
],
|
|
761
761
|
];
|
|
762
|
-
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
763
|
-
var UpdateAppMonitorRequest = [
|
|
762
|
+
var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
763
|
+
var UpdateAppMonitorRequest$ = [
|
|
764
764
|
3,
|
|
765
765
|
n0,
|
|
766
766
|
_UAMR,
|
|
767
767
|
0,
|
|
768
768
|
[_N, _D, _DL, _AMC, _CLE, _CE, _DC],
|
|
769
|
-
[[0, 1], 0, 64 | 0, () => AppMonitorConfiguration
|
|
769
|
+
[[0, 1], 0, 64 | 0, () => AppMonitorConfiguration$, 2, () => CustomEvents$, () => DeobfuscationConfiguration$],
|
|
770
770
|
];
|
|
771
|
-
var UpdateAppMonitorResponse = [3, n0, _UAMRp, 0, [], []];
|
|
772
|
-
var UpdateRumMetricDefinitionRequest = [
|
|
771
|
+
var UpdateAppMonitorResponse$ = [3, n0, _UAMRp, 0, [], []];
|
|
772
|
+
var UpdateRumMetricDefinitionRequest$ = [
|
|
773
773
|
3,
|
|
774
774
|
n0,
|
|
775
775
|
_URMDR,
|
|
776
776
|
0,
|
|
777
777
|
[_AMN, _De, _DA, _MD, _MDI],
|
|
778
|
-
[[0, 1], 0, 0, () => MetricDefinitionRequest
|
|
778
|
+
[[0, 1], 0, 0, () => MetricDefinitionRequest$, 0],
|
|
779
779
|
];
|
|
780
|
-
var UpdateRumMetricDefinitionResponse = [3, n0, _URMDRp, 0, [], []];
|
|
781
|
-
var UserDetails = [3, n0, _UD, 0, [_uI, _sI], [0, 0]];
|
|
782
|
-
var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
783
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException
|
|
784
|
-
var RUMServiceException = [-3, _sm, "RUMServiceException", 0, [], []];
|
|
785
|
-
schema.TypeRegistry.for(_sm).registerError(RUMServiceException
|
|
786
|
-
var AppMonitorSummaryList = [1, n0, _AMSL, 0, () => AppMonitorSummary];
|
|
780
|
+
var UpdateRumMetricDefinitionResponse$ = [3, n0, _URMDRp, 0, [], []];
|
|
781
|
+
var UserDetails$ = [3, n0, _UD, 0, [_uI, _sI], [0, 0]];
|
|
782
|
+
var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
783
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
784
|
+
var RUMServiceException$ = [-3, _sm, "RUMServiceException", 0, [], []];
|
|
785
|
+
schema.TypeRegistry.for(_sm).registerError(RUMServiceException$, RUMServiceException);
|
|
786
|
+
var AppMonitorSummaryList = [1, n0, _AMSL, 0, () => AppMonitorSummary$];
|
|
787
787
|
var BatchCreateRumMetricDefinitionsErrors = [
|
|
788
788
|
1,
|
|
789
789
|
n0,
|
|
790
790
|
_BCRMDEa,
|
|
791
791
|
0,
|
|
792
|
-
() => BatchCreateRumMetricDefinitionsError
|
|
792
|
+
() => BatchCreateRumMetricDefinitionsError$,
|
|
793
793
|
];
|
|
794
794
|
var BatchDeleteRumMetricDefinitionsErrors = [
|
|
795
795
|
1,
|
|
796
796
|
n0,
|
|
797
797
|
_BDRMDEa,
|
|
798
798
|
0,
|
|
799
|
-
() => BatchDeleteRumMetricDefinitionsError
|
|
799
|
+
() => BatchDeleteRumMetricDefinitionsError$,
|
|
800
800
|
];
|
|
801
|
-
var MetricDefinitions = [1, n0, _MDe, 0, () => MetricDefinition];
|
|
802
|
-
var MetricDefinitionsRequest = [1, n0, _MDRe, 0, () => MetricDefinitionRequest];
|
|
803
|
-
var MetricDestinationSummaryList = [1, n0, _MDSL, 0, () => MetricDestinationSummary];
|
|
804
|
-
var QueryFilters = [1, n0, _QFu, 0, () => QueryFilter];
|
|
805
|
-
var RumEventList = [1, n0, _REL, 0, [() => RumEvent
|
|
806
|
-
var BatchCreateRumMetricDefinitions = [
|
|
801
|
+
var MetricDefinitions = [1, n0, _MDe, 0, () => MetricDefinition$];
|
|
802
|
+
var MetricDefinitionsRequest = [1, n0, _MDRe, 0, () => MetricDefinitionRequest$];
|
|
803
|
+
var MetricDestinationSummaryList = [1, n0, _MDSL, 0, () => MetricDestinationSummary$];
|
|
804
|
+
var QueryFilters = [1, n0, _QFu, 0, () => QueryFilter$];
|
|
805
|
+
var RumEventList = [1, n0, _REL, 0, [() => RumEvent$, 0]];
|
|
806
|
+
var BatchCreateRumMetricDefinitions$ = [
|
|
807
807
|
9,
|
|
808
808
|
n0,
|
|
809
809
|
_BCRMD,
|
|
810
810
|
{ [_h]: ["POST", "/rummetrics/{AppMonitorName}/metrics", 200] },
|
|
811
|
-
() => BatchCreateRumMetricDefinitionsRequest
|
|
812
|
-
() => BatchCreateRumMetricDefinitionsResponse
|
|
811
|
+
() => BatchCreateRumMetricDefinitionsRequest$,
|
|
812
|
+
() => BatchCreateRumMetricDefinitionsResponse$,
|
|
813
813
|
];
|
|
814
|
-
var BatchDeleteRumMetricDefinitions = [
|
|
814
|
+
var BatchDeleteRumMetricDefinitions$ = [
|
|
815
815
|
9,
|
|
816
816
|
n0,
|
|
817
817
|
_BDRMD,
|
|
818
818
|
{ [_h]: ["DELETE", "/rummetrics/{AppMonitorName}/metrics", 200] },
|
|
819
|
-
() => BatchDeleteRumMetricDefinitionsRequest
|
|
820
|
-
() => BatchDeleteRumMetricDefinitionsResponse
|
|
819
|
+
() => BatchDeleteRumMetricDefinitionsRequest$,
|
|
820
|
+
() => BatchDeleteRumMetricDefinitionsResponse$,
|
|
821
821
|
];
|
|
822
|
-
var BatchGetRumMetricDefinitions = [
|
|
822
|
+
var BatchGetRumMetricDefinitions$ = [
|
|
823
823
|
9,
|
|
824
824
|
n0,
|
|
825
825
|
_BGRMD,
|
|
826
826
|
{ [_h]: ["GET", "/rummetrics/{AppMonitorName}/metrics", 200] },
|
|
827
|
-
() => BatchGetRumMetricDefinitionsRequest
|
|
828
|
-
() => BatchGetRumMetricDefinitionsResponse
|
|
827
|
+
() => BatchGetRumMetricDefinitionsRequest$,
|
|
828
|
+
() => BatchGetRumMetricDefinitionsResponse$,
|
|
829
829
|
];
|
|
830
|
-
var CreateAppMonitor = [
|
|
830
|
+
var CreateAppMonitor$ = [
|
|
831
831
|
9,
|
|
832
832
|
n0,
|
|
833
833
|
_CAM,
|
|
834
834
|
{ [_h]: ["POST", "/appmonitor", 200] },
|
|
835
|
-
() => CreateAppMonitorRequest
|
|
836
|
-
() => CreateAppMonitorResponse
|
|
835
|
+
() => CreateAppMonitorRequest$,
|
|
836
|
+
() => CreateAppMonitorResponse$,
|
|
837
837
|
];
|
|
838
|
-
var DeleteAppMonitor = [
|
|
838
|
+
var DeleteAppMonitor$ = [
|
|
839
839
|
9,
|
|
840
840
|
n0,
|
|
841
841
|
_DAM,
|
|
842
842
|
{ [_h]: ["DELETE", "/appmonitor/{Name}", 200] },
|
|
843
|
-
() => DeleteAppMonitorRequest
|
|
844
|
-
() => DeleteAppMonitorResponse
|
|
843
|
+
() => DeleteAppMonitorRequest$,
|
|
844
|
+
() => DeleteAppMonitorResponse$,
|
|
845
845
|
];
|
|
846
|
-
var DeleteResourcePolicy = [
|
|
846
|
+
var DeleteResourcePolicy$ = [
|
|
847
847
|
9,
|
|
848
848
|
n0,
|
|
849
849
|
_DRP,
|
|
850
850
|
{ [_h]: ["DELETE", "/appmonitor/{Name}/policy", 200] },
|
|
851
|
-
() => DeleteResourcePolicyRequest
|
|
852
|
-
() => DeleteResourcePolicyResponse
|
|
851
|
+
() => DeleteResourcePolicyRequest$,
|
|
852
|
+
() => DeleteResourcePolicyResponse$,
|
|
853
853
|
];
|
|
854
|
-
var DeleteRumMetricsDestination = [
|
|
854
|
+
var DeleteRumMetricsDestination$ = [
|
|
855
855
|
9,
|
|
856
856
|
n0,
|
|
857
857
|
_DRMD,
|
|
858
858
|
{ [_h]: ["DELETE", "/rummetrics/{AppMonitorName}/metricsdestination", 200] },
|
|
859
|
-
() => DeleteRumMetricsDestinationRequest
|
|
860
|
-
() => DeleteRumMetricsDestinationResponse
|
|
859
|
+
() => DeleteRumMetricsDestinationRequest$,
|
|
860
|
+
() => DeleteRumMetricsDestinationResponse$,
|
|
861
861
|
];
|
|
862
|
-
var GetAppMonitor = [
|
|
862
|
+
var GetAppMonitor$ = [
|
|
863
863
|
9,
|
|
864
864
|
n0,
|
|
865
865
|
_GAM,
|
|
866
866
|
{ [_h]: ["GET", "/appmonitor/{Name}", 200] },
|
|
867
|
-
() => GetAppMonitorRequest
|
|
868
|
-
() => GetAppMonitorResponse
|
|
867
|
+
() => GetAppMonitorRequest$,
|
|
868
|
+
() => GetAppMonitorResponse$,
|
|
869
869
|
];
|
|
870
|
-
var GetAppMonitorData = [
|
|
870
|
+
var GetAppMonitorData$ = [
|
|
871
871
|
9,
|
|
872
872
|
n0,
|
|
873
873
|
_GAMD,
|
|
874
874
|
{ [_h]: ["POST", "/appmonitor/{Name}/data", 200] },
|
|
875
|
-
() => GetAppMonitorDataRequest
|
|
876
|
-
() => GetAppMonitorDataResponse
|
|
875
|
+
() => GetAppMonitorDataRequest$,
|
|
876
|
+
() => GetAppMonitorDataResponse$,
|
|
877
877
|
];
|
|
878
|
-
var GetResourcePolicy = [
|
|
878
|
+
var GetResourcePolicy$ = [
|
|
879
879
|
9,
|
|
880
880
|
n0,
|
|
881
881
|
_GRP,
|
|
882
882
|
{ [_h]: ["GET", "/appmonitor/{Name}/policy", 200] },
|
|
883
|
-
() => GetResourcePolicyRequest
|
|
884
|
-
() => GetResourcePolicyResponse
|
|
883
|
+
() => GetResourcePolicyRequest$,
|
|
884
|
+
() => GetResourcePolicyResponse$,
|
|
885
885
|
];
|
|
886
|
-
var ListAppMonitors = [
|
|
886
|
+
var ListAppMonitors$ = [
|
|
887
887
|
9,
|
|
888
888
|
n0,
|
|
889
889
|
_LAM,
|
|
890
890
|
{ [_h]: ["POST", "/appmonitors", 200] },
|
|
891
|
-
() => ListAppMonitorsRequest
|
|
892
|
-
() => ListAppMonitorsResponse
|
|
891
|
+
() => ListAppMonitorsRequest$,
|
|
892
|
+
() => ListAppMonitorsResponse$,
|
|
893
893
|
];
|
|
894
|
-
var ListRumMetricsDestinations = [
|
|
894
|
+
var ListRumMetricsDestinations$ = [
|
|
895
895
|
9,
|
|
896
896
|
n0,
|
|
897
897
|
_LRMD,
|
|
898
898
|
{ [_h]: ["GET", "/rummetrics/{AppMonitorName}/metricsdestination", 200] },
|
|
899
|
-
() => ListRumMetricsDestinationsRequest
|
|
900
|
-
() => ListRumMetricsDestinationsResponse
|
|
899
|
+
() => ListRumMetricsDestinationsRequest$,
|
|
900
|
+
() => ListRumMetricsDestinationsResponse$,
|
|
901
901
|
];
|
|
902
|
-
var ListTagsForResource = [
|
|
902
|
+
var ListTagsForResource$ = [
|
|
903
903
|
9,
|
|
904
904
|
n0,
|
|
905
905
|
_LTFR,
|
|
906
906
|
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] },
|
|
907
|
-
() => ListTagsForResourceRequest
|
|
908
|
-
() => ListTagsForResourceResponse
|
|
907
|
+
() => ListTagsForResourceRequest$,
|
|
908
|
+
() => ListTagsForResourceResponse$,
|
|
909
909
|
];
|
|
910
|
-
var PutResourcePolicy = [
|
|
910
|
+
var PutResourcePolicy$ = [
|
|
911
911
|
9,
|
|
912
912
|
n0,
|
|
913
913
|
_PRP,
|
|
914
914
|
{ [_h]: ["PUT", "/appmonitor/{Name}/policy", 200] },
|
|
915
|
-
() => PutResourcePolicyRequest
|
|
916
|
-
() => PutResourcePolicyResponse
|
|
915
|
+
() => PutResourcePolicyRequest$,
|
|
916
|
+
() => PutResourcePolicyResponse$,
|
|
917
917
|
];
|
|
918
|
-
var PutRumEvents = [
|
|
918
|
+
var PutRumEvents$ = [
|
|
919
919
|
9,
|
|
920
920
|
n0,
|
|
921
921
|
_PRE,
|
|
922
922
|
{ [_h]: ["POST", "/appmonitors/{Id}/", 200], [_en]: ["dataplane."] },
|
|
923
|
-
() => PutRumEventsRequest
|
|
924
|
-
() => PutRumEventsResponse
|
|
923
|
+
() => PutRumEventsRequest$,
|
|
924
|
+
() => PutRumEventsResponse$,
|
|
925
925
|
];
|
|
926
|
-
var PutRumMetricsDestination = [
|
|
926
|
+
var PutRumMetricsDestination$ = [
|
|
927
927
|
9,
|
|
928
928
|
n0,
|
|
929
929
|
_PRMD,
|
|
930
930
|
{ [_h]: ["POST", "/rummetrics/{AppMonitorName}/metricsdestination", 200] },
|
|
931
|
-
() => PutRumMetricsDestinationRequest
|
|
932
|
-
() => PutRumMetricsDestinationResponse
|
|
931
|
+
() => PutRumMetricsDestinationRequest$,
|
|
932
|
+
() => PutRumMetricsDestinationResponse$,
|
|
933
933
|
];
|
|
934
|
-
var TagResource = [
|
|
934
|
+
var TagResource$ = [
|
|
935
935
|
9,
|
|
936
936
|
n0,
|
|
937
937
|
_TRa,
|
|
938
938
|
{ [_h]: ["POST", "/tags/{ResourceArn}", 200] },
|
|
939
|
-
() => TagResourceRequest
|
|
940
|
-
() => TagResourceResponse
|
|
939
|
+
() => TagResourceRequest$,
|
|
940
|
+
() => TagResourceResponse$,
|
|
941
941
|
];
|
|
942
|
-
var UntagResource = [
|
|
942
|
+
var UntagResource$ = [
|
|
943
943
|
9,
|
|
944
944
|
n0,
|
|
945
945
|
_UR,
|
|
946
946
|
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 200] },
|
|
947
|
-
() => UntagResourceRequest
|
|
948
|
-
() => UntagResourceResponse
|
|
947
|
+
() => UntagResourceRequest$,
|
|
948
|
+
() => UntagResourceResponse$,
|
|
949
949
|
];
|
|
950
|
-
var UpdateAppMonitor = [
|
|
950
|
+
var UpdateAppMonitor$ = [
|
|
951
951
|
9,
|
|
952
952
|
n0,
|
|
953
953
|
_UAM,
|
|
954
954
|
{ [_h]: ["PATCH", "/appmonitor/{Name}", 200] },
|
|
955
|
-
() => UpdateAppMonitorRequest
|
|
956
|
-
() => UpdateAppMonitorResponse
|
|
955
|
+
() => UpdateAppMonitorRequest$,
|
|
956
|
+
() => UpdateAppMonitorResponse$,
|
|
957
957
|
];
|
|
958
|
-
var UpdateRumMetricDefinition = [
|
|
958
|
+
var UpdateRumMetricDefinition$ = [
|
|
959
959
|
9,
|
|
960
960
|
n0,
|
|
961
961
|
_URMD,
|
|
962
962
|
{ [_h]: ["PATCH", "/rummetrics/{AppMonitorName}/metrics", 200] },
|
|
963
|
-
() => UpdateRumMetricDefinitionRequest
|
|
964
|
-
() => UpdateRumMetricDefinitionResponse
|
|
963
|
+
() => UpdateRumMetricDefinitionRequest$,
|
|
964
|
+
() => UpdateRumMetricDefinitionResponse$,
|
|
965
965
|
];
|
|
966
966
|
|
|
967
967
|
class BatchCreateRumMetricDefinitionsCommand extends smithyClient.Command
|
|
@@ -972,7 +972,7 @@ class BatchCreateRumMetricDefinitionsCommand extends smithyClient.Command
|
|
|
972
972
|
})
|
|
973
973
|
.s("RUM", "BatchCreateRumMetricDefinitions", {})
|
|
974
974
|
.n("RUMClient", "BatchCreateRumMetricDefinitionsCommand")
|
|
975
|
-
.sc(BatchCreateRumMetricDefinitions)
|
|
975
|
+
.sc(BatchCreateRumMetricDefinitions$)
|
|
976
976
|
.build() {
|
|
977
977
|
}
|
|
978
978
|
|
|
@@ -984,7 +984,7 @@ class BatchDeleteRumMetricDefinitionsCommand extends smithyClient.Command
|
|
|
984
984
|
})
|
|
985
985
|
.s("RUM", "BatchDeleteRumMetricDefinitions", {})
|
|
986
986
|
.n("RUMClient", "BatchDeleteRumMetricDefinitionsCommand")
|
|
987
|
-
.sc(BatchDeleteRumMetricDefinitions)
|
|
987
|
+
.sc(BatchDeleteRumMetricDefinitions$)
|
|
988
988
|
.build() {
|
|
989
989
|
}
|
|
990
990
|
|
|
@@ -996,7 +996,7 @@ class BatchGetRumMetricDefinitionsCommand extends smithyClient.Command
|
|
|
996
996
|
})
|
|
997
997
|
.s("RUM", "BatchGetRumMetricDefinitions", {})
|
|
998
998
|
.n("RUMClient", "BatchGetRumMetricDefinitionsCommand")
|
|
999
|
-
.sc(BatchGetRumMetricDefinitions)
|
|
999
|
+
.sc(BatchGetRumMetricDefinitions$)
|
|
1000
1000
|
.build() {
|
|
1001
1001
|
}
|
|
1002
1002
|
|
|
@@ -1008,7 +1008,7 @@ class CreateAppMonitorCommand extends smithyClient.Command
|
|
|
1008
1008
|
})
|
|
1009
1009
|
.s("RUM", "CreateAppMonitor", {})
|
|
1010
1010
|
.n("RUMClient", "CreateAppMonitorCommand")
|
|
1011
|
-
.sc(CreateAppMonitor)
|
|
1011
|
+
.sc(CreateAppMonitor$)
|
|
1012
1012
|
.build() {
|
|
1013
1013
|
}
|
|
1014
1014
|
|
|
@@ -1020,7 +1020,7 @@ class DeleteAppMonitorCommand extends smithyClient.Command
|
|
|
1020
1020
|
})
|
|
1021
1021
|
.s("RUM", "DeleteAppMonitor", {})
|
|
1022
1022
|
.n("RUMClient", "DeleteAppMonitorCommand")
|
|
1023
|
-
.sc(DeleteAppMonitor)
|
|
1023
|
+
.sc(DeleteAppMonitor$)
|
|
1024
1024
|
.build() {
|
|
1025
1025
|
}
|
|
1026
1026
|
|
|
@@ -1032,7 +1032,7 @@ class DeleteResourcePolicyCommand extends smithyClient.Command
|
|
|
1032
1032
|
})
|
|
1033
1033
|
.s("RUM", "DeleteResourcePolicy", {})
|
|
1034
1034
|
.n("RUMClient", "DeleteResourcePolicyCommand")
|
|
1035
|
-
.sc(DeleteResourcePolicy)
|
|
1035
|
+
.sc(DeleteResourcePolicy$)
|
|
1036
1036
|
.build() {
|
|
1037
1037
|
}
|
|
1038
1038
|
|
|
@@ -1044,7 +1044,7 @@ class DeleteRumMetricsDestinationCommand extends smithyClient.Command
|
|
|
1044
1044
|
})
|
|
1045
1045
|
.s("RUM", "DeleteRumMetricsDestination", {})
|
|
1046
1046
|
.n("RUMClient", "DeleteRumMetricsDestinationCommand")
|
|
1047
|
-
.sc(DeleteRumMetricsDestination)
|
|
1047
|
+
.sc(DeleteRumMetricsDestination$)
|
|
1048
1048
|
.build() {
|
|
1049
1049
|
}
|
|
1050
1050
|
|
|
@@ -1056,7 +1056,7 @@ class GetAppMonitorCommand extends smithyClient.Command
|
|
|
1056
1056
|
})
|
|
1057
1057
|
.s("RUM", "GetAppMonitor", {})
|
|
1058
1058
|
.n("RUMClient", "GetAppMonitorCommand")
|
|
1059
|
-
.sc(GetAppMonitor)
|
|
1059
|
+
.sc(GetAppMonitor$)
|
|
1060
1060
|
.build() {
|
|
1061
1061
|
}
|
|
1062
1062
|
|
|
@@ -1068,7 +1068,7 @@ class GetAppMonitorDataCommand extends smithyClient.Command
|
|
|
1068
1068
|
})
|
|
1069
1069
|
.s("RUM", "GetAppMonitorData", {})
|
|
1070
1070
|
.n("RUMClient", "GetAppMonitorDataCommand")
|
|
1071
|
-
.sc(GetAppMonitorData)
|
|
1071
|
+
.sc(GetAppMonitorData$)
|
|
1072
1072
|
.build() {
|
|
1073
1073
|
}
|
|
1074
1074
|
|
|
@@ -1080,7 +1080,7 @@ class GetResourcePolicyCommand extends smithyClient.Command
|
|
|
1080
1080
|
})
|
|
1081
1081
|
.s("RUM", "GetResourcePolicy", {})
|
|
1082
1082
|
.n("RUMClient", "GetResourcePolicyCommand")
|
|
1083
|
-
.sc(GetResourcePolicy)
|
|
1083
|
+
.sc(GetResourcePolicy$)
|
|
1084
1084
|
.build() {
|
|
1085
1085
|
}
|
|
1086
1086
|
|
|
@@ -1092,7 +1092,7 @@ class ListAppMonitorsCommand extends smithyClient.Command
|
|
|
1092
1092
|
})
|
|
1093
1093
|
.s("RUM", "ListAppMonitors", {})
|
|
1094
1094
|
.n("RUMClient", "ListAppMonitorsCommand")
|
|
1095
|
-
.sc(ListAppMonitors)
|
|
1095
|
+
.sc(ListAppMonitors$)
|
|
1096
1096
|
.build() {
|
|
1097
1097
|
}
|
|
1098
1098
|
|
|
@@ -1104,7 +1104,7 @@ class ListRumMetricsDestinationsCommand extends smithyClient.Command
|
|
|
1104
1104
|
})
|
|
1105
1105
|
.s("RUM", "ListRumMetricsDestinations", {})
|
|
1106
1106
|
.n("RUMClient", "ListRumMetricsDestinationsCommand")
|
|
1107
|
-
.sc(ListRumMetricsDestinations)
|
|
1107
|
+
.sc(ListRumMetricsDestinations$)
|
|
1108
1108
|
.build() {
|
|
1109
1109
|
}
|
|
1110
1110
|
|
|
@@ -1116,7 +1116,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1116
1116
|
})
|
|
1117
1117
|
.s("RUM", "ListTagsForResource", {})
|
|
1118
1118
|
.n("RUMClient", "ListTagsForResourceCommand")
|
|
1119
|
-
.sc(ListTagsForResource)
|
|
1119
|
+
.sc(ListTagsForResource$)
|
|
1120
1120
|
.build() {
|
|
1121
1121
|
}
|
|
1122
1122
|
|
|
@@ -1128,7 +1128,7 @@ class PutResourcePolicyCommand extends smithyClient.Command
|
|
|
1128
1128
|
})
|
|
1129
1129
|
.s("RUM", "PutResourcePolicy", {})
|
|
1130
1130
|
.n("RUMClient", "PutResourcePolicyCommand")
|
|
1131
|
-
.sc(PutResourcePolicy)
|
|
1131
|
+
.sc(PutResourcePolicy$)
|
|
1132
1132
|
.build() {
|
|
1133
1133
|
}
|
|
1134
1134
|
|
|
@@ -1140,7 +1140,7 @@ class PutRumEventsCommand extends smithyClient.Command
|
|
|
1140
1140
|
})
|
|
1141
1141
|
.s("RUM", "PutRumEvents", {})
|
|
1142
1142
|
.n("RUMClient", "PutRumEventsCommand")
|
|
1143
|
-
.sc(PutRumEvents)
|
|
1143
|
+
.sc(PutRumEvents$)
|
|
1144
1144
|
.build() {
|
|
1145
1145
|
}
|
|
1146
1146
|
|
|
@@ -1152,7 +1152,7 @@ class PutRumMetricsDestinationCommand extends smithyClient.Command
|
|
|
1152
1152
|
})
|
|
1153
1153
|
.s("RUM", "PutRumMetricsDestination", {})
|
|
1154
1154
|
.n("RUMClient", "PutRumMetricsDestinationCommand")
|
|
1155
|
-
.sc(PutRumMetricsDestination)
|
|
1155
|
+
.sc(PutRumMetricsDestination$)
|
|
1156
1156
|
.build() {
|
|
1157
1157
|
}
|
|
1158
1158
|
|
|
@@ -1164,7 +1164,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1164
1164
|
})
|
|
1165
1165
|
.s("RUM", "TagResource", {})
|
|
1166
1166
|
.n("RUMClient", "TagResourceCommand")
|
|
1167
|
-
.sc(TagResource)
|
|
1167
|
+
.sc(TagResource$)
|
|
1168
1168
|
.build() {
|
|
1169
1169
|
}
|
|
1170
1170
|
|
|
@@ -1176,7 +1176,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1176
1176
|
})
|
|
1177
1177
|
.s("RUM", "UntagResource", {})
|
|
1178
1178
|
.n("RUMClient", "UntagResourceCommand")
|
|
1179
|
-
.sc(UntagResource)
|
|
1179
|
+
.sc(UntagResource$)
|
|
1180
1180
|
.build() {
|
|
1181
1181
|
}
|
|
1182
1182
|
|
|
@@ -1188,7 +1188,7 @@ class UpdateAppMonitorCommand extends smithyClient.Command
|
|
|
1188
1188
|
})
|
|
1189
1189
|
.s("RUM", "UpdateAppMonitor", {})
|
|
1190
1190
|
.n("RUMClient", "UpdateAppMonitorCommand")
|
|
1191
|
-
.sc(UpdateAppMonitor)
|
|
1191
|
+
.sc(UpdateAppMonitor$)
|
|
1192
1192
|
.build() {
|
|
1193
1193
|
}
|
|
1194
1194
|
|
|
@@ -1200,7 +1200,7 @@ class UpdateRumMetricDefinitionCommand extends smithyClient.Command
|
|
|
1200
1200
|
})
|
|
1201
1201
|
.s("RUM", "UpdateRumMetricDefinition", {})
|
|
1202
1202
|
.n("RUMClient", "UpdateRumMetricDefinitionCommand")
|
|
1203
|
-
.sc(UpdateRumMetricDefinition)
|
|
1203
|
+
.sc(UpdateRumMetricDefinition$)
|
|
1204
1204
|
.build() {
|
|
1205
1205
|
}
|
|
1206
1206
|
|
|
@@ -1274,46 +1274,136 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1274
1274
|
enumerable: true,
|
|
1275
1275
|
get: function () { return smithyClient.Client; }
|
|
1276
1276
|
});
|
|
1277
|
-
exports.AccessDeniedException = AccessDeniedException
|
|
1277
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
1278
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
1279
|
+
exports.AppMonitor$ = AppMonitor$;
|
|
1280
|
+
exports.AppMonitorConfiguration$ = AppMonitorConfiguration$;
|
|
1281
|
+
exports.AppMonitorDetails$ = AppMonitorDetails$;
|
|
1278
1282
|
exports.AppMonitorPlatform = AppMonitorPlatform;
|
|
1283
|
+
exports.AppMonitorSummary$ = AppMonitorSummary$;
|
|
1284
|
+
exports.BatchCreateRumMetricDefinitions$ = BatchCreateRumMetricDefinitions$;
|
|
1279
1285
|
exports.BatchCreateRumMetricDefinitionsCommand = BatchCreateRumMetricDefinitionsCommand;
|
|
1286
|
+
exports.BatchCreateRumMetricDefinitionsError$ = BatchCreateRumMetricDefinitionsError$;
|
|
1287
|
+
exports.BatchCreateRumMetricDefinitionsRequest$ = BatchCreateRumMetricDefinitionsRequest$;
|
|
1288
|
+
exports.BatchCreateRumMetricDefinitionsResponse$ = BatchCreateRumMetricDefinitionsResponse$;
|
|
1289
|
+
exports.BatchDeleteRumMetricDefinitions$ = BatchDeleteRumMetricDefinitions$;
|
|
1280
1290
|
exports.BatchDeleteRumMetricDefinitionsCommand = BatchDeleteRumMetricDefinitionsCommand;
|
|
1291
|
+
exports.BatchDeleteRumMetricDefinitionsError$ = BatchDeleteRumMetricDefinitionsError$;
|
|
1292
|
+
exports.BatchDeleteRumMetricDefinitionsRequest$ = BatchDeleteRumMetricDefinitionsRequest$;
|
|
1293
|
+
exports.BatchDeleteRumMetricDefinitionsResponse$ = BatchDeleteRumMetricDefinitionsResponse$;
|
|
1294
|
+
exports.BatchGetRumMetricDefinitions$ = BatchGetRumMetricDefinitions$;
|
|
1281
1295
|
exports.BatchGetRumMetricDefinitionsCommand = BatchGetRumMetricDefinitionsCommand;
|
|
1282
|
-
exports.
|
|
1296
|
+
exports.BatchGetRumMetricDefinitionsRequest$ = BatchGetRumMetricDefinitionsRequest$;
|
|
1297
|
+
exports.BatchGetRumMetricDefinitionsResponse$ = BatchGetRumMetricDefinitionsResponse$;
|
|
1298
|
+
exports.ConflictException = ConflictException;
|
|
1299
|
+
exports.ConflictException$ = ConflictException$;
|
|
1300
|
+
exports.CreateAppMonitor$ = CreateAppMonitor$;
|
|
1283
1301
|
exports.CreateAppMonitorCommand = CreateAppMonitorCommand;
|
|
1302
|
+
exports.CreateAppMonitorRequest$ = CreateAppMonitorRequest$;
|
|
1303
|
+
exports.CreateAppMonitorResponse$ = CreateAppMonitorResponse$;
|
|
1304
|
+
exports.CustomEvents$ = CustomEvents$;
|
|
1284
1305
|
exports.CustomEventsStatus = CustomEventsStatus;
|
|
1306
|
+
exports.CwLog$ = CwLog$;
|
|
1307
|
+
exports.DataStorage$ = DataStorage$;
|
|
1308
|
+
exports.DeleteAppMonitor$ = DeleteAppMonitor$;
|
|
1285
1309
|
exports.DeleteAppMonitorCommand = DeleteAppMonitorCommand;
|
|
1310
|
+
exports.DeleteAppMonitorRequest$ = DeleteAppMonitorRequest$;
|
|
1311
|
+
exports.DeleteAppMonitorResponse$ = DeleteAppMonitorResponse$;
|
|
1312
|
+
exports.DeleteResourcePolicy$ = DeleteResourcePolicy$;
|
|
1286
1313
|
exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
|
|
1314
|
+
exports.DeleteResourcePolicyRequest$ = DeleteResourcePolicyRequest$;
|
|
1315
|
+
exports.DeleteResourcePolicyResponse$ = DeleteResourcePolicyResponse$;
|
|
1316
|
+
exports.DeleteRumMetricsDestination$ = DeleteRumMetricsDestination$;
|
|
1287
1317
|
exports.DeleteRumMetricsDestinationCommand = DeleteRumMetricsDestinationCommand;
|
|
1318
|
+
exports.DeleteRumMetricsDestinationRequest$ = DeleteRumMetricsDestinationRequest$;
|
|
1319
|
+
exports.DeleteRumMetricsDestinationResponse$ = DeleteRumMetricsDestinationResponse$;
|
|
1320
|
+
exports.DeobfuscationConfiguration$ = DeobfuscationConfiguration$;
|
|
1288
1321
|
exports.DeobfuscationStatus = DeobfuscationStatus;
|
|
1322
|
+
exports.GetAppMonitor$ = GetAppMonitor$;
|
|
1289
1323
|
exports.GetAppMonitorCommand = GetAppMonitorCommand;
|
|
1324
|
+
exports.GetAppMonitorData$ = GetAppMonitorData$;
|
|
1290
1325
|
exports.GetAppMonitorDataCommand = GetAppMonitorDataCommand;
|
|
1326
|
+
exports.GetAppMonitorDataRequest$ = GetAppMonitorDataRequest$;
|
|
1327
|
+
exports.GetAppMonitorDataResponse$ = GetAppMonitorDataResponse$;
|
|
1328
|
+
exports.GetAppMonitorRequest$ = GetAppMonitorRequest$;
|
|
1329
|
+
exports.GetAppMonitorResponse$ = GetAppMonitorResponse$;
|
|
1330
|
+
exports.GetResourcePolicy$ = GetResourcePolicy$;
|
|
1291
1331
|
exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
|
|
1292
|
-
exports.
|
|
1293
|
-
exports.
|
|
1332
|
+
exports.GetResourcePolicyRequest$ = GetResourcePolicyRequest$;
|
|
1333
|
+
exports.GetResourcePolicyResponse$ = GetResourcePolicyResponse$;
|
|
1334
|
+
exports.InternalServerException = InternalServerException;
|
|
1335
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
1336
|
+
exports.InvalidPolicyRevisionIdException = InvalidPolicyRevisionIdException;
|
|
1337
|
+
exports.InvalidPolicyRevisionIdException$ = InvalidPolicyRevisionIdException$;
|
|
1338
|
+
exports.JavaScriptSourceMaps$ = JavaScriptSourceMaps$;
|
|
1339
|
+
exports.ListAppMonitors$ = ListAppMonitors$;
|
|
1294
1340
|
exports.ListAppMonitorsCommand = ListAppMonitorsCommand;
|
|
1341
|
+
exports.ListAppMonitorsRequest$ = ListAppMonitorsRequest$;
|
|
1342
|
+
exports.ListAppMonitorsResponse$ = ListAppMonitorsResponse$;
|
|
1343
|
+
exports.ListRumMetricsDestinations$ = ListRumMetricsDestinations$;
|
|
1295
1344
|
exports.ListRumMetricsDestinationsCommand = ListRumMetricsDestinationsCommand;
|
|
1345
|
+
exports.ListRumMetricsDestinationsRequest$ = ListRumMetricsDestinationsRequest$;
|
|
1346
|
+
exports.ListRumMetricsDestinationsResponse$ = ListRumMetricsDestinationsResponse$;
|
|
1347
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
1296
1348
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1297
|
-
exports.
|
|
1349
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
1350
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
1351
|
+
exports.MalformedPolicyDocumentException = MalformedPolicyDocumentException;
|
|
1352
|
+
exports.MalformedPolicyDocumentException$ = MalformedPolicyDocumentException$;
|
|
1353
|
+
exports.MetricDefinition$ = MetricDefinition$;
|
|
1354
|
+
exports.MetricDefinitionRequest$ = MetricDefinitionRequest$;
|
|
1298
1355
|
exports.MetricDestination = MetricDestination;
|
|
1299
|
-
exports.
|
|
1300
|
-
exports.
|
|
1356
|
+
exports.MetricDestinationSummary$ = MetricDestinationSummary$;
|
|
1357
|
+
exports.PolicyNotFoundException = PolicyNotFoundException;
|
|
1358
|
+
exports.PolicyNotFoundException$ = PolicyNotFoundException$;
|
|
1359
|
+
exports.PolicySizeLimitExceededException = PolicySizeLimitExceededException;
|
|
1360
|
+
exports.PolicySizeLimitExceededException$ = PolicySizeLimitExceededException$;
|
|
1361
|
+
exports.PutResourcePolicy$ = PutResourcePolicy$;
|
|
1301
1362
|
exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
|
|
1363
|
+
exports.PutResourcePolicyRequest$ = PutResourcePolicyRequest$;
|
|
1364
|
+
exports.PutResourcePolicyResponse$ = PutResourcePolicyResponse$;
|
|
1365
|
+
exports.PutRumEvents$ = PutRumEvents$;
|
|
1302
1366
|
exports.PutRumEventsCommand = PutRumEventsCommand;
|
|
1367
|
+
exports.PutRumEventsRequest$ = PutRumEventsRequest$;
|
|
1368
|
+
exports.PutRumEventsResponse$ = PutRumEventsResponse$;
|
|
1369
|
+
exports.PutRumMetricsDestination$ = PutRumMetricsDestination$;
|
|
1303
1370
|
exports.PutRumMetricsDestinationCommand = PutRumMetricsDestinationCommand;
|
|
1371
|
+
exports.PutRumMetricsDestinationRequest$ = PutRumMetricsDestinationRequest$;
|
|
1372
|
+
exports.PutRumMetricsDestinationResponse$ = PutRumMetricsDestinationResponse$;
|
|
1373
|
+
exports.QueryFilter$ = QueryFilter$;
|
|
1304
1374
|
exports.RUM = RUM;
|
|
1305
1375
|
exports.RUMClient = RUMClient;
|
|
1306
|
-
exports.RUMServiceException = RUMServiceException
|
|
1307
|
-
exports.
|
|
1308
|
-
exports.
|
|
1376
|
+
exports.RUMServiceException = RUMServiceException;
|
|
1377
|
+
exports.RUMServiceException$ = RUMServiceException$;
|
|
1378
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
1379
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
1380
|
+
exports.RumEvent$ = RumEvent$;
|
|
1381
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
1382
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
1309
1383
|
exports.StateEnum = StateEnum;
|
|
1384
|
+
exports.TagResource$ = TagResource$;
|
|
1310
1385
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1386
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
1387
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
1311
1388
|
exports.Telemetry = Telemetry;
|
|
1312
|
-
exports.ThrottlingException = ThrottlingException
|
|
1389
|
+
exports.ThrottlingException = ThrottlingException;
|
|
1390
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
1391
|
+
exports.TimeRange$ = TimeRange$;
|
|
1392
|
+
exports.UntagResource$ = UntagResource$;
|
|
1313
1393
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1394
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
1395
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
1396
|
+
exports.UpdateAppMonitor$ = UpdateAppMonitor$;
|
|
1314
1397
|
exports.UpdateAppMonitorCommand = UpdateAppMonitorCommand;
|
|
1398
|
+
exports.UpdateAppMonitorRequest$ = UpdateAppMonitorRequest$;
|
|
1399
|
+
exports.UpdateAppMonitorResponse$ = UpdateAppMonitorResponse$;
|
|
1400
|
+
exports.UpdateRumMetricDefinition$ = UpdateRumMetricDefinition$;
|
|
1315
1401
|
exports.UpdateRumMetricDefinitionCommand = UpdateRumMetricDefinitionCommand;
|
|
1316
|
-
exports.
|
|
1402
|
+
exports.UpdateRumMetricDefinitionRequest$ = UpdateRumMetricDefinitionRequest$;
|
|
1403
|
+
exports.UpdateRumMetricDefinitionResponse$ = UpdateRumMetricDefinitionResponse$;
|
|
1404
|
+
exports.UserDetails$ = UserDetails$;
|
|
1405
|
+
exports.ValidationException = ValidationException;
|
|
1406
|
+
exports.ValidationException$ = ValidationException$;
|
|
1317
1407
|
exports.paginateBatchGetRumMetricDefinitions = paginateBatchGetRumMetricDefinitions;
|
|
1318
1408
|
exports.paginateGetAppMonitorData = paginateGetAppMonitorData;
|
|
1319
1409
|
exports.paginateListAppMonitors = paginateListAppMonitors;
|