@aws-sdk/client-rum 3.296.0 → 3.298.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/commands/BatchCreateRumMetricDefinitionsCommand.js +2 -3
- package/dist-cjs/commands/BatchDeleteRumMetricDefinitionsCommand.js +2 -3
- package/dist-cjs/commands/BatchGetRumMetricDefinitionsCommand.js +2 -3
- package/dist-cjs/commands/CreateAppMonitorCommand.js +2 -3
- package/dist-cjs/commands/DeleteAppMonitorCommand.js +2 -3
- package/dist-cjs/commands/DeleteRumMetricsDestinationCommand.js +2 -3
- package/dist-cjs/commands/GetAppMonitorCommand.js +2 -3
- package/dist-cjs/commands/GetAppMonitorDataCommand.js +2 -3
- package/dist-cjs/commands/ListAppMonitorsCommand.js +2 -3
- package/dist-cjs/commands/ListRumMetricsDestinationsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/PutRumEventsCommand.js +2 -3
- package/dist-cjs/commands/PutRumMetricsDestinationCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateAppMonitorCommand.js +2 -3
- package/dist-cjs/commands/UpdateRumMetricDefinitionCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -202
- package/dist-es/commands/BatchCreateRumMetricDefinitionsCommand.js +2 -3
- package/dist-es/commands/BatchDeleteRumMetricDefinitionsCommand.js +2 -3
- package/dist-es/commands/BatchGetRumMetricDefinitionsCommand.js +2 -3
- package/dist-es/commands/CreateAppMonitorCommand.js +2 -3
- package/dist-es/commands/DeleteAppMonitorCommand.js +2 -3
- package/dist-es/commands/DeleteRumMetricsDestinationCommand.js +2 -3
- package/dist-es/commands/GetAppMonitorCommand.js +2 -3
- package/dist-es/commands/GetAppMonitorDataCommand.js +2 -3
- package/dist-es/commands/ListAppMonitorsCommand.js +2 -3
- package/dist-es/commands/ListRumMetricsDestinationsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/PutRumEventsCommand.js +2 -3
- package/dist-es/commands/PutRumMetricsDestinationCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateAppMonitorCommand.js +2 -3
- package/dist-es/commands/UpdateRumMetricDefinitionCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -150
- package/dist-types/RUM.d.ts +18 -0
- package/dist-types/RUMClient.d.ts +24 -4
- package/dist-types/commands/BatchCreateRumMetricDefinitionsCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeleteRumMetricDefinitionsCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetRumMetricDefinitionsCommand.d.ts +16 -0
- package/dist-types/commands/CreateAppMonitorCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAppMonitorCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRumMetricsDestinationCommand.d.ts +16 -0
- package/dist-types/commands/GetAppMonitorCommand.d.ts +16 -0
- package/dist-types/commands/GetAppMonitorDataCommand.d.ts +16 -0
- package/dist-types/commands/ListAppMonitorsCommand.d.ts +16 -0
- package/dist-types/commands/ListRumMetricsDestinationsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/PutRumEventsCommand.d.ts +16 -0
- package/dist-types/commands/PutRumMetricsDestinationCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAppMonitorCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRumMetricDefinitionCommand.d.ts +16 -0
- package/dist-types/models/RUMServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +182 -245
- package/dist-types/pagination/BatchGetRumMetricDefinitionsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetAppMonitorDataPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAppMonitorsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRumMetricsDestinationsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -134
- package/package.json +4 -3
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType, LazyJsonString as __LazyJsonString } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { RUMServiceException as __BaseException } from "./RUMServiceException";
|
|
3
3
|
/**
|
|
4
|
+
* @public
|
|
4
5
|
* <p>You don't have sufficient permissions to perform this action.</p>
|
|
5
6
|
*/
|
|
6
7
|
export declare class AccessDeniedException extends __BaseException {
|
|
@@ -11,6 +12,9 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
11
12
|
*/
|
|
12
13
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
13
14
|
}
|
|
15
|
+
/**
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
14
18
|
export declare enum Telemetry {
|
|
15
19
|
/**
|
|
16
20
|
* Includes JS error event plugin
|
|
@@ -26,6 +30,7 @@ export declare enum Telemetry {
|
|
|
26
30
|
PERFORMANCE = "performance"
|
|
27
31
|
}
|
|
28
32
|
/**
|
|
33
|
+
* @public
|
|
29
34
|
* <p>This structure contains much of the configuration data for the app monitor.</p>
|
|
30
35
|
*/
|
|
31
36
|
export interface AppMonitorConfiguration {
|
|
@@ -99,11 +104,15 @@ export interface AppMonitorConfiguration {
|
|
|
99
104
|
*/
|
|
100
105
|
EnableXRay?: boolean;
|
|
101
106
|
}
|
|
107
|
+
/**
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
102
110
|
export declare enum CustomEventsStatus {
|
|
103
111
|
DISABLED = "DISABLED",
|
|
104
112
|
ENABLED = "ENABLED"
|
|
105
113
|
}
|
|
106
114
|
/**
|
|
115
|
+
* @public
|
|
107
116
|
* <p>A structure that contains information about custom events for this app monitor.</p>
|
|
108
117
|
*/
|
|
109
118
|
export interface CustomEvents {
|
|
@@ -114,6 +123,7 @@ export interface CustomEvents {
|
|
|
114
123
|
Status?: CustomEventsStatus | string;
|
|
115
124
|
}
|
|
116
125
|
/**
|
|
126
|
+
* @public
|
|
117
127
|
* <p>A structure that contains the information about whether the app monitor stores copies of the data
|
|
118
128
|
* that RUM collects in CloudWatch Logs. If it does, this structure also contains the name of the log group.</p>
|
|
119
129
|
*/
|
|
@@ -129,6 +139,7 @@ export interface CwLog {
|
|
|
129
139
|
CwLogGroup?: string;
|
|
130
140
|
}
|
|
131
141
|
/**
|
|
142
|
+
* @public
|
|
132
143
|
* <p>A structure that contains information about whether this app monitor stores a copy of
|
|
133
144
|
* the telemetry data that RUM collects using CloudWatch Logs.</p>
|
|
134
145
|
*/
|
|
@@ -139,12 +150,16 @@ export interface DataStorage {
|
|
|
139
150
|
*/
|
|
140
151
|
CwLog?: CwLog;
|
|
141
152
|
}
|
|
153
|
+
/**
|
|
154
|
+
* @public
|
|
155
|
+
*/
|
|
142
156
|
export declare enum StateEnum {
|
|
143
157
|
ACTIVE = "ACTIVE",
|
|
144
158
|
CREATED = "CREATED",
|
|
145
159
|
DELETING = "DELETING"
|
|
146
160
|
}
|
|
147
161
|
/**
|
|
162
|
+
* @public
|
|
148
163
|
* <p>A RUM app monitor collects telemetry data from your application and sends that
|
|
149
164
|
* data to RUM. The data includes performance and reliability information such as page load time, client-side errors,
|
|
150
165
|
* and user behavior.</p>
|
|
@@ -196,6 +211,7 @@ export interface AppMonitor {
|
|
|
196
211
|
CustomEvents?: CustomEvents;
|
|
197
212
|
}
|
|
198
213
|
/**
|
|
214
|
+
* @public
|
|
199
215
|
* <p>A structure that contains information about the RUM app monitor.</p>
|
|
200
216
|
*/
|
|
201
217
|
export interface AppMonitorDetails {
|
|
@@ -212,11 +228,15 @@ export interface AppMonitorDetails {
|
|
|
212
228
|
*/
|
|
213
229
|
version?: string;
|
|
214
230
|
}
|
|
231
|
+
/**
|
|
232
|
+
* @public
|
|
233
|
+
*/
|
|
215
234
|
export declare enum MetricDestination {
|
|
216
235
|
CloudWatch = "CloudWatch",
|
|
217
236
|
Evidently = "Evidently"
|
|
218
237
|
}
|
|
219
238
|
/**
|
|
239
|
+
* @public
|
|
220
240
|
* <p>Use this structure to define one extended metric or custom metric that RUM will send
|
|
221
241
|
* to CloudWatch or CloudWatch Evidently. For more information, see
|
|
222
242
|
* <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-RUM-vended-metrics.html">
|
|
@@ -235,88 +255,88 @@ export declare enum MetricDestination {
|
|
|
235
255
|
* <li>
|
|
236
256
|
* <p>If <code>Name</code> is <code>PerformanceNavigationDuration</code>, then
|
|
237
257
|
* <code>ValueKey</code>must be <code>event_details.duration</code> and the <code>EventPattern</code>
|
|
238
|
-
* must include <code
|
|
258
|
+
* must include <code>\{"event_type":["com.amazon.rum.performance_navigation_event"]\}</code>
|
|
239
259
|
* </p>
|
|
240
260
|
* </li>
|
|
241
261
|
* <li>
|
|
242
262
|
* <p>If <code>Name</code> is <code>PerformanceResourceDuration</code>, then
|
|
243
263
|
* <code>ValueKey</code>must be <code>event_details.duration</code> and the <code>EventPattern</code>
|
|
244
|
-
* must include <code
|
|
264
|
+
* must include <code>\{"event_type":["com.amazon.rum.performance_resource_event"]\}</code>
|
|
245
265
|
* </p>
|
|
246
266
|
* </li>
|
|
247
267
|
* <li>
|
|
248
268
|
* <p>If <code>Name</code> is <code>NavigationSatisfiedTransaction</code>, then
|
|
249
269
|
* <code>ValueKey</code>must be null and the <code>EventPattern</code>
|
|
250
|
-
* must include <code
|
|
270
|
+
* must include <code>\{
|
|
251
271
|
* "event_type": ["com.amazon.rum.performance_navigation_event"],
|
|
252
|
-
* "event_details": {
|
|
253
|
-
* "duration": [{
|
|
272
|
+
* "event_details": \{
|
|
273
|
+
* "duration": [\{
|
|
254
274
|
* "numeric": [">",2000]
|
|
255
|
-
* }]
|
|
256
|
-
* }
|
|
257
|
-
* }</code>
|
|
275
|
+
* \}]
|
|
276
|
+
* \}
|
|
277
|
+
* \}</code>
|
|
258
278
|
* </p>
|
|
259
279
|
* </li>
|
|
260
280
|
* <li>
|
|
261
281
|
* <p>If <code>Name</code> is <code>NavigationToleratedTransaction</code>, then
|
|
262
282
|
* <code>ValueKey</code>must be null and the <code>EventPattern</code>
|
|
263
|
-
* must include <code
|
|
283
|
+
* must include <code>\{
|
|
264
284
|
* "event_type": ["com.amazon.rum.performance_navigation_event"],
|
|
265
|
-
* "event_details": {
|
|
266
|
-
* "duration": [{
|
|
285
|
+
* "event_details": \{
|
|
286
|
+
* "duration": [\{
|
|
267
287
|
* "numeric": [">=",2000,"<"8000]
|
|
268
|
-
* }]
|
|
269
|
-
* }
|
|
270
|
-
* }</code>
|
|
288
|
+
* \}]
|
|
289
|
+
* \}
|
|
290
|
+
* \}</code>
|
|
271
291
|
* </p>
|
|
272
292
|
* </li>
|
|
273
293
|
* <li>
|
|
274
294
|
* <p>If <code>Name</code> is <code>NavigationFrustratedTransaction</code>, then
|
|
275
295
|
* <code>ValueKey</code>must be null and the <code>EventPattern</code>
|
|
276
|
-
* must include <code
|
|
296
|
+
* must include <code>\{
|
|
277
297
|
* "event_type": ["com.amazon.rum.performance_navigation_event"],
|
|
278
|
-
* "event_details": {
|
|
279
|
-
* "duration": [{
|
|
298
|
+
* "event_details": \{
|
|
299
|
+
* "duration": [\{
|
|
280
300
|
* "numeric": [">=",8000]
|
|
281
|
-
* }]
|
|
282
|
-
* }
|
|
283
|
-
* }</code>
|
|
301
|
+
* \}]
|
|
302
|
+
* \}
|
|
303
|
+
* \}</code>
|
|
284
304
|
* </p>
|
|
285
305
|
* </li>
|
|
286
306
|
* <li>
|
|
287
307
|
* <p>If <code>Name</code> is <code>WebVitalsCumulativeLayoutShift</code>, then
|
|
288
308
|
* <code>ValueKey</code>must be <code>event_details.value</code> and the <code>EventPattern</code>
|
|
289
|
-
* must include <code
|
|
309
|
+
* must include <code>\{"event_type":["com.amazon.rum.cumulative_layout_shift_event"]\}</code>
|
|
290
310
|
* </p>
|
|
291
311
|
* </li>
|
|
292
312
|
* <li>
|
|
293
313
|
* <p>If <code>Name</code> is <code>WebVitalsFirstInputDelay</code>, then
|
|
294
314
|
* <code>ValueKey</code>must be <code>event_details.value</code> and the <code>EventPattern</code>
|
|
295
|
-
* must include <code
|
|
315
|
+
* must include <code>\{"event_type":["com.amazon.rum.first_input_delay_event"]\}</code>
|
|
296
316
|
* </p>
|
|
297
317
|
* </li>
|
|
298
318
|
* <li>
|
|
299
319
|
* <p>If <code>Name</code> is <code>WebVitalsLargestContentfulPaint</code>, then
|
|
300
320
|
* <code>ValueKey</code>must be <code>event_details.value</code> and the <code>EventPattern</code>
|
|
301
|
-
* must include <code
|
|
321
|
+
* must include <code>\{"event_type":["com.amazon.rum.largest_contentful_paint_event"]\}</code>
|
|
302
322
|
* </p>
|
|
303
323
|
* </li>
|
|
304
324
|
* <li>
|
|
305
325
|
* <p>If <code>Name</code> is <code>JsErrorCount</code>, then
|
|
306
326
|
* <code>ValueKey</code>must be null and the <code>EventPattern</code>
|
|
307
|
-
* must include <code
|
|
327
|
+
* must include <code>\{"event_type":["com.amazon.rum.js_error_event"]\}</code>
|
|
308
328
|
* </p>
|
|
309
329
|
* </li>
|
|
310
330
|
* <li>
|
|
311
331
|
* <p>If <code>Name</code> is <code>HttpErrorCount</code>, then
|
|
312
332
|
* <code>ValueKey</code>must be null and the <code>EventPattern</code>
|
|
313
|
-
* must include <code
|
|
333
|
+
* must include <code>\{"event_type":["com.amazon.rum.http_event"]\}</code>
|
|
314
334
|
* </p>
|
|
315
335
|
* </li>
|
|
316
336
|
* <li>
|
|
317
337
|
* <p>If <code>Name</code> is <code>SessionCount</code>, then
|
|
318
338
|
* <code>ValueKey</code>must be null and the <code>EventPattern</code>
|
|
319
|
-
* must include <code
|
|
339
|
+
* must include <code>\{"event_type":["com.amazon.rum.session_start_event"]\}</code>
|
|
320
340
|
* </p>
|
|
321
341
|
* </li>
|
|
322
342
|
* </ul>
|
|
@@ -567,41 +587,41 @@ export interface MetricDefinitionRequest {
|
|
|
567
587
|
* <ul>
|
|
568
588
|
* <li>
|
|
569
589
|
* <p>
|
|
570
|
-
* <code>'{
|
|
590
|
+
* <code>'\{
|
|
571
591
|
* "event_type": ["com.amazon.rum.js_error_event"],
|
|
572
|
-
* "metadata": {
|
|
573
|
-
* "browserName": [ "Chrome", "Safari" ], } }'</code>
|
|
592
|
+
* "metadata": \{
|
|
593
|
+
* "browserName": [ "Chrome", "Safari" ], \} \}'</code>
|
|
574
594
|
* </p>
|
|
575
595
|
* </li>
|
|
576
596
|
* <li>
|
|
577
597
|
* <p>
|
|
578
|
-
* <code>'{
|
|
598
|
+
* <code>'\{
|
|
579
599
|
* "event_type": ["com.amazon.rum.performance_navigation_event"],
|
|
580
|
-
* "metadata": {
|
|
600
|
+
* "metadata": \{
|
|
581
601
|
* "browserName": [ "Chrome", "Firefox" ]
|
|
582
|
-
* },
|
|
583
|
-
* "event_details": {
|
|
584
|
-
* "duration": [{
|
|
602
|
+
* \},
|
|
603
|
+
* "event_details": \{
|
|
604
|
+
* "duration": [\{
|
|
585
605
|
* "numeric": [ "<", 2000 ]
|
|
586
|
-
* }]
|
|
587
|
-
* }
|
|
588
|
-
* }'</code>
|
|
606
|
+
* \}]
|
|
607
|
+
* \}
|
|
608
|
+
* \}'</code>
|
|
589
609
|
* </p>
|
|
590
610
|
* </li>
|
|
591
611
|
* <li>
|
|
592
612
|
* <p>
|
|
593
|
-
* <code>'{
|
|
613
|
+
* <code>'\{
|
|
594
614
|
* "event_type": ["com.amazon.rum.performance_navigation_event"],
|
|
595
|
-
* "metadata": {
|
|
615
|
+
* "metadata": \{
|
|
596
616
|
* "browserName": [ "Chrome", "Safari" ],
|
|
597
617
|
* "countryCode": [ "US" ]
|
|
598
|
-
* },
|
|
599
|
-
* "event_details": {
|
|
600
|
-
* "duration": [{
|
|
618
|
+
* \},
|
|
619
|
+
* "event_details": \{
|
|
620
|
+
* "duration": [\{
|
|
601
621
|
* "numeric": [ ">=", 2000, "<", 8000 ]
|
|
602
|
-
* }]
|
|
603
|
-
* }
|
|
604
|
-
* }'</code>
|
|
622
|
+
* \}]
|
|
623
|
+
* \}
|
|
624
|
+
* \}'</code>
|
|
605
625
|
* </p>
|
|
606
626
|
* </li>
|
|
607
627
|
* </ul>
|
|
@@ -617,6 +637,9 @@ export interface MetricDefinitionRequest {
|
|
|
617
637
|
*/
|
|
618
638
|
Namespace?: string;
|
|
619
639
|
}
|
|
640
|
+
/**
|
|
641
|
+
* @public
|
|
642
|
+
*/
|
|
620
643
|
export interface BatchCreateRumMetricDefinitionsRequest {
|
|
621
644
|
/**
|
|
622
645
|
* <p>The name of the CloudWatch RUM app monitor that is to send the metrics.</p>
|
|
@@ -642,6 +665,7 @@ export interface BatchCreateRumMetricDefinitionsRequest {
|
|
|
642
665
|
MetricDefinitions: MetricDefinitionRequest[] | undefined;
|
|
643
666
|
}
|
|
644
667
|
/**
|
|
668
|
+
* @public
|
|
645
669
|
* <p>A structure that defines one error caused by a
|
|
646
670
|
* <a href="https://docs.aws.amazon.com/cloudwatchrum/latest/APIReference/API_BatchCreateRumMetricsDefinitions.html">BatchCreateRumMetricsDefinitions</a>
|
|
647
671
|
* operation.</p>
|
|
@@ -661,6 +685,7 @@ export interface BatchCreateRumMetricDefinitionsError {
|
|
|
661
685
|
ErrorMessage: string | undefined;
|
|
662
686
|
}
|
|
663
687
|
/**
|
|
688
|
+
* @public
|
|
664
689
|
* <p>A structure that displays the definition of one extended metric that RUM sends
|
|
665
690
|
* to CloudWatch or CloudWatch Evidently. For more information, see
|
|
666
691
|
* <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-RUM-vended-metrics.html">
|
|
@@ -704,6 +729,9 @@ export interface MetricDefinition {
|
|
|
704
729
|
*/
|
|
705
730
|
Namespace?: string;
|
|
706
731
|
}
|
|
732
|
+
/**
|
|
733
|
+
* @public
|
|
734
|
+
*/
|
|
707
735
|
export interface BatchCreateRumMetricDefinitionsResponse {
|
|
708
736
|
/**
|
|
709
737
|
* <p>An array of error objects, if the operation caused any errors.</p>
|
|
@@ -715,6 +743,7 @@ export interface BatchCreateRumMetricDefinitionsResponse {
|
|
|
715
743
|
MetricDefinitions?: MetricDefinition[];
|
|
716
744
|
}
|
|
717
745
|
/**
|
|
746
|
+
* @public
|
|
718
747
|
* <p>This operation attempted to create a resource that already exists.</p>
|
|
719
748
|
*/
|
|
720
749
|
export declare class ConflictException extends __BaseException {
|
|
@@ -734,6 +763,7 @@ export declare class ConflictException extends __BaseException {
|
|
|
734
763
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
735
764
|
}
|
|
736
765
|
/**
|
|
766
|
+
* @public
|
|
737
767
|
* <p>Internal service exception.</p>
|
|
738
768
|
*/
|
|
739
769
|
export declare class InternalServerException extends __BaseException {
|
|
@@ -750,6 +780,7 @@ export declare class InternalServerException extends __BaseException {
|
|
|
750
780
|
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
751
781
|
}
|
|
752
782
|
/**
|
|
783
|
+
* @public
|
|
753
784
|
* <p>Resource not found.</p>
|
|
754
785
|
*/
|
|
755
786
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
@@ -769,6 +800,7 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
769
800
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
770
801
|
}
|
|
771
802
|
/**
|
|
803
|
+
* @public
|
|
772
804
|
* <p>This request exceeds a service quota.</p>
|
|
773
805
|
*/
|
|
774
806
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
@@ -780,6 +812,7 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
780
812
|
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
781
813
|
}
|
|
782
814
|
/**
|
|
815
|
+
* @public
|
|
783
816
|
* <p>The request was throttled because of quota limits.</p>
|
|
784
817
|
*/
|
|
785
818
|
export declare class ThrottlingException extends __BaseException {
|
|
@@ -806,6 +839,7 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
806
839
|
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
807
840
|
}
|
|
808
841
|
/**
|
|
842
|
+
* @public
|
|
809
843
|
* <p>One of the arguments for the request is not valid.</p>
|
|
810
844
|
*/
|
|
811
845
|
export declare class ValidationException extends __BaseException {
|
|
@@ -816,6 +850,9 @@ export declare class ValidationException extends __BaseException {
|
|
|
816
850
|
*/
|
|
817
851
|
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
818
852
|
}
|
|
853
|
+
/**
|
|
854
|
+
* @public
|
|
855
|
+
*/
|
|
819
856
|
export interface BatchDeleteRumMetricDefinitionsRequest {
|
|
820
857
|
/**
|
|
821
858
|
* <p>The name of the CloudWatch RUM app monitor that is sending these metrics.</p>
|
|
@@ -841,6 +878,7 @@ export interface BatchDeleteRumMetricDefinitionsRequest {
|
|
|
841
878
|
MetricDefinitionIds: string[] | undefined;
|
|
842
879
|
}
|
|
843
880
|
/**
|
|
881
|
+
* @public
|
|
844
882
|
* <p>A structure that defines one error caused by a
|
|
845
883
|
* <a href="https://docs.aws.amazon.com/cloudwatchrum/latest/APIReference/API_BatchDeleteRumMetricsDefinitions.html">BatchCreateRumMetricsDefinitions</a>
|
|
846
884
|
* operation.</p>
|
|
@@ -859,6 +897,9 @@ export interface BatchDeleteRumMetricDefinitionsError {
|
|
|
859
897
|
*/
|
|
860
898
|
ErrorMessage: string | undefined;
|
|
861
899
|
}
|
|
900
|
+
/**
|
|
901
|
+
* @public
|
|
902
|
+
*/
|
|
862
903
|
export interface BatchDeleteRumMetricDefinitionsResponse {
|
|
863
904
|
/**
|
|
864
905
|
* <p>An array of error objects, if the operation caused any errors.</p>
|
|
@@ -869,6 +910,9 @@ export interface BatchDeleteRumMetricDefinitionsResponse {
|
|
|
869
910
|
*/
|
|
870
911
|
MetricDefinitionIds?: string[];
|
|
871
912
|
}
|
|
913
|
+
/**
|
|
914
|
+
* @public
|
|
915
|
+
*/
|
|
872
916
|
export interface BatchGetRumMetricDefinitionsRequest {
|
|
873
917
|
/**
|
|
874
918
|
* <p>The name of the CloudWatch RUM app monitor that is sending the metrics.</p>
|
|
@@ -898,6 +942,9 @@ export interface BatchGetRumMetricDefinitionsRequest {
|
|
|
898
942
|
*/
|
|
899
943
|
NextToken?: string;
|
|
900
944
|
}
|
|
945
|
+
/**
|
|
946
|
+
* @public
|
|
947
|
+
*/
|
|
901
948
|
export interface BatchGetRumMetricDefinitionsResponse {
|
|
902
949
|
/**
|
|
903
950
|
* <p>An array of structures that display information about the metrics that are sent by the specified
|
|
@@ -910,6 +957,9 @@ export interface BatchGetRumMetricDefinitionsResponse {
|
|
|
910
957
|
*/
|
|
911
958
|
NextToken?: string;
|
|
912
959
|
}
|
|
960
|
+
/**
|
|
961
|
+
* @public
|
|
962
|
+
*/
|
|
913
963
|
export interface CreateAppMonitorRequest {
|
|
914
964
|
/**
|
|
915
965
|
* <p>A name for the app monitor.</p>
|
|
@@ -955,20 +1005,32 @@ export interface CreateAppMonitorRequest {
|
|
|
955
1005
|
*/
|
|
956
1006
|
CustomEvents?: CustomEvents;
|
|
957
1007
|
}
|
|
1008
|
+
/**
|
|
1009
|
+
* @public
|
|
1010
|
+
*/
|
|
958
1011
|
export interface CreateAppMonitorResponse {
|
|
959
1012
|
/**
|
|
960
1013
|
* <p>The unique ID of the new app monitor.</p>
|
|
961
1014
|
*/
|
|
962
1015
|
Id?: string;
|
|
963
1016
|
}
|
|
1017
|
+
/**
|
|
1018
|
+
* @public
|
|
1019
|
+
*/
|
|
964
1020
|
export interface DeleteAppMonitorRequest {
|
|
965
1021
|
/**
|
|
966
1022
|
* <p>The name of the app monitor to delete.</p>
|
|
967
1023
|
*/
|
|
968
1024
|
Name: string | undefined;
|
|
969
1025
|
}
|
|
1026
|
+
/**
|
|
1027
|
+
* @public
|
|
1028
|
+
*/
|
|
970
1029
|
export interface DeleteAppMonitorResponse {
|
|
971
1030
|
}
|
|
1031
|
+
/**
|
|
1032
|
+
* @public
|
|
1033
|
+
*/
|
|
972
1034
|
export interface DeleteRumMetricsDestinationRequest {
|
|
973
1035
|
/**
|
|
974
1036
|
* <p>The name of the app monitor that is sending metrics to the destination that you want to delete.</p>
|
|
@@ -985,14 +1047,23 @@ export interface DeleteRumMetricsDestinationRequest {
|
|
|
985
1047
|
*/
|
|
986
1048
|
DestinationArn?: string;
|
|
987
1049
|
}
|
|
1050
|
+
/**
|
|
1051
|
+
* @public
|
|
1052
|
+
*/
|
|
988
1053
|
export interface DeleteRumMetricsDestinationResponse {
|
|
989
1054
|
}
|
|
1055
|
+
/**
|
|
1056
|
+
* @public
|
|
1057
|
+
*/
|
|
990
1058
|
export interface GetAppMonitorRequest {
|
|
991
1059
|
/**
|
|
992
1060
|
* <p>The app monitor to retrieve information for.</p>
|
|
993
1061
|
*/
|
|
994
1062
|
Name: string | undefined;
|
|
995
1063
|
}
|
|
1064
|
+
/**
|
|
1065
|
+
* @public
|
|
1066
|
+
*/
|
|
996
1067
|
export interface GetAppMonitorResponse {
|
|
997
1068
|
/**
|
|
998
1069
|
* <p>A structure containing all the configuration information for the app monitor.</p>
|
|
@@ -1000,6 +1071,7 @@ export interface GetAppMonitorResponse {
|
|
|
1000
1071
|
AppMonitor?: AppMonitor;
|
|
1001
1072
|
}
|
|
1002
1073
|
/**
|
|
1074
|
+
* @public
|
|
1003
1075
|
* <p>A structure that defines a key and values that you can use to filter the results. The
|
|
1004
1076
|
* only performance events that are returned are those that have values matching the ones that
|
|
1005
1077
|
* you specify in one of your <code>QueryFilter</code> structures.</p>
|
|
@@ -1028,6 +1100,7 @@ export interface QueryFilter {
|
|
|
1028
1100
|
Values?: string[];
|
|
1029
1101
|
}
|
|
1030
1102
|
/**
|
|
1103
|
+
* @public
|
|
1031
1104
|
* <p>A structure that defines the time range that you want to retrieve results from.</p>
|
|
1032
1105
|
*/
|
|
1033
1106
|
export interface TimeRange {
|
|
@@ -1041,6 +1114,9 @@ export interface TimeRange {
|
|
|
1041
1114
|
*/
|
|
1042
1115
|
Before?: number;
|
|
1043
1116
|
}
|
|
1117
|
+
/**
|
|
1118
|
+
* @public
|
|
1119
|
+
*/
|
|
1044
1120
|
export interface GetAppMonitorDataRequest {
|
|
1045
1121
|
/**
|
|
1046
1122
|
* <p>The name of the app monitor that collected the data that you want to retrieve.</p>
|
|
@@ -1064,6 +1140,9 @@ export interface GetAppMonitorDataRequest {
|
|
|
1064
1140
|
*/
|
|
1065
1141
|
NextToken?: string;
|
|
1066
1142
|
}
|
|
1143
|
+
/**
|
|
1144
|
+
* @public
|
|
1145
|
+
*/
|
|
1067
1146
|
export interface GetAppMonitorDataResponse {
|
|
1068
1147
|
/**
|
|
1069
1148
|
* <p>The events that RUM collected that match your request.</p>
|
|
@@ -1075,6 +1154,9 @@ export interface GetAppMonitorDataResponse {
|
|
|
1075
1154
|
*/
|
|
1076
1155
|
NextToken?: string;
|
|
1077
1156
|
}
|
|
1157
|
+
/**
|
|
1158
|
+
* @public
|
|
1159
|
+
*/
|
|
1078
1160
|
export interface ListAppMonitorsRequest {
|
|
1079
1161
|
/**
|
|
1080
1162
|
* <p>The maximum number of results to return in one operation. The default is 50. The maximum that you can
|
|
@@ -1087,6 +1169,7 @@ export interface ListAppMonitorsRequest {
|
|
|
1087
1169
|
NextToken?: string;
|
|
1088
1170
|
}
|
|
1089
1171
|
/**
|
|
1172
|
+
* @public
|
|
1090
1173
|
* <p>A structure that includes some data about app monitors and their settings.</p>
|
|
1091
1174
|
*/
|
|
1092
1175
|
export interface AppMonitorSummary {
|
|
@@ -1111,6 +1194,9 @@ export interface AppMonitorSummary {
|
|
|
1111
1194
|
*/
|
|
1112
1195
|
State?: StateEnum | string;
|
|
1113
1196
|
}
|
|
1197
|
+
/**
|
|
1198
|
+
* @public
|
|
1199
|
+
*/
|
|
1114
1200
|
export interface ListAppMonitorsResponse {
|
|
1115
1201
|
/**
|
|
1116
1202
|
* <p>A token that you can use in a subsequent operation to retrieve the next set of
|
|
@@ -1122,6 +1208,9 @@ export interface ListAppMonitorsResponse {
|
|
|
1122
1208
|
*/
|
|
1123
1209
|
AppMonitorSummaries?: AppMonitorSummary[];
|
|
1124
1210
|
}
|
|
1211
|
+
/**
|
|
1212
|
+
* @public
|
|
1213
|
+
*/
|
|
1125
1214
|
export interface ListRumMetricsDestinationsRequest {
|
|
1126
1215
|
/**
|
|
1127
1216
|
* <p>The name of the app monitor associated with the destinations that you want to retrieve.</p>
|
|
@@ -1140,6 +1229,7 @@ export interface ListRumMetricsDestinationsRequest {
|
|
|
1140
1229
|
NextToken?: string;
|
|
1141
1230
|
}
|
|
1142
1231
|
/**
|
|
1232
|
+
* @public
|
|
1143
1233
|
* <p>A structure that displays information about one destination that CloudWatch RUM sends
|
|
1144
1234
|
* extended metrics to.</p>
|
|
1145
1235
|
*/
|
|
@@ -1159,6 +1249,9 @@ export interface MetricDestinationSummary {
|
|
|
1159
1249
|
*/
|
|
1160
1250
|
IamRoleArn?: string;
|
|
1161
1251
|
}
|
|
1252
|
+
/**
|
|
1253
|
+
* @public
|
|
1254
|
+
*/
|
|
1162
1255
|
export interface ListRumMetricsDestinationsResponse {
|
|
1163
1256
|
/**
|
|
1164
1257
|
* <p>The list of CloudWatch RUM extended metrics destinations associated with the app monitor that
|
|
@@ -1171,6 +1264,9 @@ export interface ListRumMetricsDestinationsResponse {
|
|
|
1171
1264
|
*/
|
|
1172
1265
|
NextToken?: string;
|
|
1173
1266
|
}
|
|
1267
|
+
/**
|
|
1268
|
+
* @public
|
|
1269
|
+
*/
|
|
1174
1270
|
export interface PutRumMetricsDestinationRequest {
|
|
1175
1271
|
/**
|
|
1176
1272
|
* <p>The name of the CloudWatch RUM app monitor that will send the metrics.</p>
|
|
@@ -1197,8 +1293,14 @@ export interface PutRumMetricsDestinationRequest {
|
|
|
1197
1293
|
*/
|
|
1198
1294
|
IamRoleArn?: string;
|
|
1199
1295
|
}
|
|
1296
|
+
/**
|
|
1297
|
+
* @public
|
|
1298
|
+
*/
|
|
1200
1299
|
export interface PutRumMetricsDestinationResponse {
|
|
1201
1300
|
}
|
|
1301
|
+
/**
|
|
1302
|
+
* @public
|
|
1303
|
+
*/
|
|
1202
1304
|
export interface UpdateAppMonitorRequest {
|
|
1203
1305
|
/**
|
|
1204
1306
|
* <p>The name of the app monitor to update.</p>
|
|
@@ -1232,8 +1334,14 @@ export interface UpdateAppMonitorRequest {
|
|
|
1232
1334
|
*/
|
|
1233
1335
|
CustomEvents?: CustomEvents;
|
|
1234
1336
|
}
|
|
1337
|
+
/**
|
|
1338
|
+
* @public
|
|
1339
|
+
*/
|
|
1235
1340
|
export interface UpdateAppMonitorResponse {
|
|
1236
1341
|
}
|
|
1342
|
+
/**
|
|
1343
|
+
* @public
|
|
1344
|
+
*/
|
|
1237
1345
|
export interface UpdateRumMetricDefinitionRequest {
|
|
1238
1346
|
/**
|
|
1239
1347
|
* <p>The name of the CloudWatch RUM app monitor that sends these metrics.</p>
|
|
@@ -1262,14 +1370,23 @@ export interface UpdateRumMetricDefinitionRequest {
|
|
|
1262
1370
|
*/
|
|
1263
1371
|
MetricDefinitionId: string | undefined;
|
|
1264
1372
|
}
|
|
1373
|
+
/**
|
|
1374
|
+
* @public
|
|
1375
|
+
*/
|
|
1265
1376
|
export interface UpdateRumMetricDefinitionResponse {
|
|
1266
1377
|
}
|
|
1378
|
+
/**
|
|
1379
|
+
* @public
|
|
1380
|
+
*/
|
|
1267
1381
|
export interface ListTagsForResourceRequest {
|
|
1268
1382
|
/**
|
|
1269
1383
|
* <p>The ARN of the resource that you want to see the tags of.</p>
|
|
1270
1384
|
*/
|
|
1271
1385
|
ResourceArn: string | undefined;
|
|
1272
1386
|
}
|
|
1387
|
+
/**
|
|
1388
|
+
* @public
|
|
1389
|
+
*/
|
|
1273
1390
|
export interface ListTagsForResourceResponse {
|
|
1274
1391
|
/**
|
|
1275
1392
|
* <p>The ARN of the resource that you are viewing.</p>
|
|
@@ -1281,6 +1398,7 @@ export interface ListTagsForResourceResponse {
|
|
|
1281
1398
|
Tags: Record<string, string> | undefined;
|
|
1282
1399
|
}
|
|
1283
1400
|
/**
|
|
1401
|
+
* @public
|
|
1284
1402
|
* <p>A structure that contains the information for one performance event that RUM collects from a user session with your
|
|
1285
1403
|
* application.</p>
|
|
1286
1404
|
*/
|
|
@@ -1309,6 +1427,7 @@ export interface RumEvent {
|
|
|
1309
1427
|
details: __LazyJsonString | string | undefined;
|
|
1310
1428
|
}
|
|
1311
1429
|
/**
|
|
1430
|
+
* @public
|
|
1312
1431
|
* <p>A structure that contains information about the user session that this batch of events was collected from.</p>
|
|
1313
1432
|
*/
|
|
1314
1433
|
export interface UserDetails {
|
|
@@ -1322,6 +1441,9 @@ export interface UserDetails {
|
|
|
1322
1441
|
*/
|
|
1323
1442
|
sessionId?: string;
|
|
1324
1443
|
}
|
|
1444
|
+
/**
|
|
1445
|
+
* @public
|
|
1446
|
+
*/
|
|
1325
1447
|
export interface PutRumEventsRequest {
|
|
1326
1448
|
/**
|
|
1327
1449
|
* <p>The ID of the app monitor that is sending this data.</p>
|
|
@@ -1344,8 +1466,14 @@ export interface PutRumEventsRequest {
|
|
|
1344
1466
|
*/
|
|
1345
1467
|
RumEvents: RumEvent[] | undefined;
|
|
1346
1468
|
}
|
|
1469
|
+
/**
|
|
1470
|
+
* @public
|
|
1471
|
+
*/
|
|
1347
1472
|
export interface PutRumEventsResponse {
|
|
1348
1473
|
}
|
|
1474
|
+
/**
|
|
1475
|
+
* @public
|
|
1476
|
+
*/
|
|
1349
1477
|
export interface TagResourceRequest {
|
|
1350
1478
|
/**
|
|
1351
1479
|
* <p>The ARN of the CloudWatch RUM resource that you're adding tags to.</p>
|
|
@@ -1356,8 +1484,14 @@ export interface TagResourceRequest {
|
|
|
1356
1484
|
*/
|
|
1357
1485
|
Tags: Record<string, string> | undefined;
|
|
1358
1486
|
}
|
|
1487
|
+
/**
|
|
1488
|
+
* @public
|
|
1489
|
+
*/
|
|
1359
1490
|
export interface TagResourceResponse {
|
|
1360
1491
|
}
|
|
1492
|
+
/**
|
|
1493
|
+
* @public
|
|
1494
|
+
*/
|
|
1361
1495
|
export interface UntagResourceRequest {
|
|
1362
1496
|
/**
|
|
1363
1497
|
* <p>The ARN of the CloudWatch RUM resource that you're removing tags from.</p>
|
|
@@ -1368,205 +1502,8 @@ export interface UntagResourceRequest {
|
|
|
1368
1502
|
*/
|
|
1369
1503
|
TagKeys: string[] | undefined;
|
|
1370
1504
|
}
|
|
1371
|
-
export interface UntagResourceResponse {
|
|
1372
|
-
}
|
|
1373
|
-
/**
|
|
1374
|
-
* @internal
|
|
1375
|
-
*/
|
|
1376
|
-
export declare const AppMonitorConfigurationFilterSensitiveLog: (obj: AppMonitorConfiguration) => any;
|
|
1377
|
-
/**
|
|
1378
|
-
* @internal
|
|
1379
|
-
*/
|
|
1380
|
-
export declare const CustomEventsFilterSensitiveLog: (obj: CustomEvents) => any;
|
|
1381
|
-
/**
|
|
1382
|
-
* @internal
|
|
1383
|
-
*/
|
|
1384
|
-
export declare const CwLogFilterSensitiveLog: (obj: CwLog) => any;
|
|
1385
|
-
/**
|
|
1386
|
-
* @internal
|
|
1387
|
-
*/
|
|
1388
|
-
export declare const DataStorageFilterSensitiveLog: (obj: DataStorage) => any;
|
|
1389
|
-
/**
|
|
1390
|
-
* @internal
|
|
1391
|
-
*/
|
|
1392
|
-
export declare const AppMonitorFilterSensitiveLog: (obj: AppMonitor) => any;
|
|
1393
|
-
/**
|
|
1394
|
-
* @internal
|
|
1395
|
-
*/
|
|
1396
|
-
export declare const AppMonitorDetailsFilterSensitiveLog: (obj: AppMonitorDetails) => any;
|
|
1397
1505
|
/**
|
|
1398
|
-
* @
|
|
1506
|
+
* @public
|
|
1399
1507
|
*/
|
|
1400
|
-
export
|
|
1401
|
-
|
|
1402
|
-
* @internal
|
|
1403
|
-
*/
|
|
1404
|
-
export declare const BatchCreateRumMetricDefinitionsRequestFilterSensitiveLog: (obj: BatchCreateRumMetricDefinitionsRequest) => any;
|
|
1405
|
-
/**
|
|
1406
|
-
* @internal
|
|
1407
|
-
*/
|
|
1408
|
-
export declare const BatchCreateRumMetricDefinitionsErrorFilterSensitiveLog: (obj: BatchCreateRumMetricDefinitionsError) => any;
|
|
1409
|
-
/**
|
|
1410
|
-
* @internal
|
|
1411
|
-
*/
|
|
1412
|
-
export declare const MetricDefinitionFilterSensitiveLog: (obj: MetricDefinition) => any;
|
|
1413
|
-
/**
|
|
1414
|
-
* @internal
|
|
1415
|
-
*/
|
|
1416
|
-
export declare const BatchCreateRumMetricDefinitionsResponseFilterSensitiveLog: (obj: BatchCreateRumMetricDefinitionsResponse) => any;
|
|
1417
|
-
/**
|
|
1418
|
-
* @internal
|
|
1419
|
-
*/
|
|
1420
|
-
export declare const BatchDeleteRumMetricDefinitionsRequestFilterSensitiveLog: (obj: BatchDeleteRumMetricDefinitionsRequest) => any;
|
|
1421
|
-
/**
|
|
1422
|
-
* @internal
|
|
1423
|
-
*/
|
|
1424
|
-
export declare const BatchDeleteRumMetricDefinitionsErrorFilterSensitiveLog: (obj: BatchDeleteRumMetricDefinitionsError) => any;
|
|
1425
|
-
/**
|
|
1426
|
-
* @internal
|
|
1427
|
-
*/
|
|
1428
|
-
export declare const BatchDeleteRumMetricDefinitionsResponseFilterSensitiveLog: (obj: BatchDeleteRumMetricDefinitionsResponse) => any;
|
|
1429
|
-
/**
|
|
1430
|
-
* @internal
|
|
1431
|
-
*/
|
|
1432
|
-
export declare const BatchGetRumMetricDefinitionsRequestFilterSensitiveLog: (obj: BatchGetRumMetricDefinitionsRequest) => any;
|
|
1433
|
-
/**
|
|
1434
|
-
* @internal
|
|
1435
|
-
*/
|
|
1436
|
-
export declare const BatchGetRumMetricDefinitionsResponseFilterSensitiveLog: (obj: BatchGetRumMetricDefinitionsResponse) => any;
|
|
1437
|
-
/**
|
|
1438
|
-
* @internal
|
|
1439
|
-
*/
|
|
1440
|
-
export declare const CreateAppMonitorRequestFilterSensitiveLog: (obj: CreateAppMonitorRequest) => any;
|
|
1441
|
-
/**
|
|
1442
|
-
* @internal
|
|
1443
|
-
*/
|
|
1444
|
-
export declare const CreateAppMonitorResponseFilterSensitiveLog: (obj: CreateAppMonitorResponse) => any;
|
|
1445
|
-
/**
|
|
1446
|
-
* @internal
|
|
1447
|
-
*/
|
|
1448
|
-
export declare const DeleteAppMonitorRequestFilterSensitiveLog: (obj: DeleteAppMonitorRequest) => any;
|
|
1449
|
-
/**
|
|
1450
|
-
* @internal
|
|
1451
|
-
*/
|
|
1452
|
-
export declare const DeleteAppMonitorResponseFilterSensitiveLog: (obj: DeleteAppMonitorResponse) => any;
|
|
1453
|
-
/**
|
|
1454
|
-
* @internal
|
|
1455
|
-
*/
|
|
1456
|
-
export declare const DeleteRumMetricsDestinationRequestFilterSensitiveLog: (obj: DeleteRumMetricsDestinationRequest) => any;
|
|
1457
|
-
/**
|
|
1458
|
-
* @internal
|
|
1459
|
-
*/
|
|
1460
|
-
export declare const DeleteRumMetricsDestinationResponseFilterSensitiveLog: (obj: DeleteRumMetricsDestinationResponse) => any;
|
|
1461
|
-
/**
|
|
1462
|
-
* @internal
|
|
1463
|
-
*/
|
|
1464
|
-
export declare const GetAppMonitorRequestFilterSensitiveLog: (obj: GetAppMonitorRequest) => any;
|
|
1465
|
-
/**
|
|
1466
|
-
* @internal
|
|
1467
|
-
*/
|
|
1468
|
-
export declare const GetAppMonitorResponseFilterSensitiveLog: (obj: GetAppMonitorResponse) => any;
|
|
1469
|
-
/**
|
|
1470
|
-
* @internal
|
|
1471
|
-
*/
|
|
1472
|
-
export declare const QueryFilterFilterSensitiveLog: (obj: QueryFilter) => any;
|
|
1473
|
-
/**
|
|
1474
|
-
* @internal
|
|
1475
|
-
*/
|
|
1476
|
-
export declare const TimeRangeFilterSensitiveLog: (obj: TimeRange) => any;
|
|
1477
|
-
/**
|
|
1478
|
-
* @internal
|
|
1479
|
-
*/
|
|
1480
|
-
export declare const GetAppMonitorDataRequestFilterSensitiveLog: (obj: GetAppMonitorDataRequest) => any;
|
|
1481
|
-
/**
|
|
1482
|
-
* @internal
|
|
1483
|
-
*/
|
|
1484
|
-
export declare const GetAppMonitorDataResponseFilterSensitiveLog: (obj: GetAppMonitorDataResponse) => any;
|
|
1485
|
-
/**
|
|
1486
|
-
* @internal
|
|
1487
|
-
*/
|
|
1488
|
-
export declare const ListAppMonitorsRequestFilterSensitiveLog: (obj: ListAppMonitorsRequest) => any;
|
|
1489
|
-
/**
|
|
1490
|
-
* @internal
|
|
1491
|
-
*/
|
|
1492
|
-
export declare const AppMonitorSummaryFilterSensitiveLog: (obj: AppMonitorSummary) => any;
|
|
1493
|
-
/**
|
|
1494
|
-
* @internal
|
|
1495
|
-
*/
|
|
1496
|
-
export declare const ListAppMonitorsResponseFilterSensitiveLog: (obj: ListAppMonitorsResponse) => any;
|
|
1497
|
-
/**
|
|
1498
|
-
* @internal
|
|
1499
|
-
*/
|
|
1500
|
-
export declare const ListRumMetricsDestinationsRequestFilterSensitiveLog: (obj: ListRumMetricsDestinationsRequest) => any;
|
|
1501
|
-
/**
|
|
1502
|
-
* @internal
|
|
1503
|
-
*/
|
|
1504
|
-
export declare const MetricDestinationSummaryFilterSensitiveLog: (obj: MetricDestinationSummary) => any;
|
|
1505
|
-
/**
|
|
1506
|
-
* @internal
|
|
1507
|
-
*/
|
|
1508
|
-
export declare const ListRumMetricsDestinationsResponseFilterSensitiveLog: (obj: ListRumMetricsDestinationsResponse) => any;
|
|
1509
|
-
/**
|
|
1510
|
-
* @internal
|
|
1511
|
-
*/
|
|
1512
|
-
export declare const PutRumMetricsDestinationRequestFilterSensitiveLog: (obj: PutRumMetricsDestinationRequest) => any;
|
|
1513
|
-
/**
|
|
1514
|
-
* @internal
|
|
1515
|
-
*/
|
|
1516
|
-
export declare const PutRumMetricsDestinationResponseFilterSensitiveLog: (obj: PutRumMetricsDestinationResponse) => any;
|
|
1517
|
-
/**
|
|
1518
|
-
* @internal
|
|
1519
|
-
*/
|
|
1520
|
-
export declare const UpdateAppMonitorRequestFilterSensitiveLog: (obj: UpdateAppMonitorRequest) => any;
|
|
1521
|
-
/**
|
|
1522
|
-
* @internal
|
|
1523
|
-
*/
|
|
1524
|
-
export declare const UpdateAppMonitorResponseFilterSensitiveLog: (obj: UpdateAppMonitorResponse) => any;
|
|
1525
|
-
/**
|
|
1526
|
-
* @internal
|
|
1527
|
-
*/
|
|
1528
|
-
export declare const UpdateRumMetricDefinitionRequestFilterSensitiveLog: (obj: UpdateRumMetricDefinitionRequest) => any;
|
|
1529
|
-
/**
|
|
1530
|
-
* @internal
|
|
1531
|
-
*/
|
|
1532
|
-
export declare const UpdateRumMetricDefinitionResponseFilterSensitiveLog: (obj: UpdateRumMetricDefinitionResponse) => any;
|
|
1533
|
-
/**
|
|
1534
|
-
* @internal
|
|
1535
|
-
*/
|
|
1536
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1537
|
-
/**
|
|
1538
|
-
* @internal
|
|
1539
|
-
*/
|
|
1540
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1541
|
-
/**
|
|
1542
|
-
* @internal
|
|
1543
|
-
*/
|
|
1544
|
-
export declare const RumEventFilterSensitiveLog: (obj: RumEvent) => any;
|
|
1545
|
-
/**
|
|
1546
|
-
* @internal
|
|
1547
|
-
*/
|
|
1548
|
-
export declare const UserDetailsFilterSensitiveLog: (obj: UserDetails) => any;
|
|
1549
|
-
/**
|
|
1550
|
-
* @internal
|
|
1551
|
-
*/
|
|
1552
|
-
export declare const PutRumEventsRequestFilterSensitiveLog: (obj: PutRumEventsRequest) => any;
|
|
1553
|
-
/**
|
|
1554
|
-
* @internal
|
|
1555
|
-
*/
|
|
1556
|
-
export declare const PutRumEventsResponseFilterSensitiveLog: (obj: PutRumEventsResponse) => any;
|
|
1557
|
-
/**
|
|
1558
|
-
* @internal
|
|
1559
|
-
*/
|
|
1560
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1561
|
-
/**
|
|
1562
|
-
* @internal
|
|
1563
|
-
*/
|
|
1564
|
-
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1565
|
-
/**
|
|
1566
|
-
* @internal
|
|
1567
|
-
*/
|
|
1568
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1569
|
-
/**
|
|
1570
|
-
* @internal
|
|
1571
|
-
*/
|
|
1572
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1508
|
+
export interface UntagResourceResponse {
|
|
1509
|
+
}
|