@@ -58,7 +58,7 @@ pub enum UpdateRetentionFilterError {
58
58
UnknownValue ( serde_json:: Value ) ,
59
59
}
60
60
61
- /// Manage retention filters through [Manage Applications](<https://app.datadoghq.com/rum/list>) for your organization.
61
+ /// Manage retention filters through [Manage Applications](<https://app.datadoghq.com/rum/list>) of RUM for your organization.
62
62
#[ derive( Debug , Clone ) ]
63
63
pub struct RumRetentionFiltersAPI {
64
64
config : datadog:: Configuration ,
@@ -123,7 +123,7 @@ impl RumRetentionFiltersAPI {
123
123
Self { config, client }
124
124
}
125
125
126
- /// Create a RUM retention filter for an application.
126
+ /// Create a RUM retention filter for a RUM application.
127
127
/// Returns RUM retention filter objects from the request body when the request is successful.
128
128
pub async fn create_retention_filter (
129
129
& self ,
@@ -150,7 +150,7 @@ impl RumRetentionFiltersAPI {
150
150
}
151
151
}
152
152
153
- /// Create a RUM retention filter for an application.
153
+ /// Create a RUM retention filter for a RUM application.
154
154
/// Returns RUM retention filter objects from the request body when the request is successful.
155
155
pub async fn create_retention_filter_with_http_info (
156
156
& self ,
@@ -285,7 +285,7 @@ impl RumRetentionFiltersAPI {
285
285
}
286
286
}
287
287
288
- /// Delete a RUM retention filter for an application.
288
+ /// Delete a RUM retention filter for a RUM application.
289
289
pub async fn delete_retention_filter (
290
290
& self ,
291
291
app_id : String ,
@@ -300,7 +300,7 @@ impl RumRetentionFiltersAPI {
300
300
}
301
301
}
302
302
303
- /// Delete a RUM retention filter for an application.
303
+ /// Delete a RUM retention filter for a RUM application.
304
304
pub async fn delete_retention_filter_with_http_info (
305
305
& self ,
306
306
app_id : String ,
@@ -379,7 +379,7 @@ impl RumRetentionFiltersAPI {
379
379
}
380
380
}
381
381
382
- /// Get a RUM retention filter for an application.
382
+ /// Get a RUM retention filter for a RUM application.
383
383
pub async fn get_retention_filter (
384
384
& self ,
385
385
app_id : String ,
@@ -405,7 +405,7 @@ impl RumRetentionFiltersAPI {
405
405
}
406
406
}
407
407
408
- /// Get a RUM retention filter for an application.
408
+ /// Get a RUM retention filter for a RUM application.
409
409
pub async fn get_retention_filter_with_http_info (
410
410
& self ,
411
411
app_id : String ,
@@ -494,7 +494,7 @@ impl RumRetentionFiltersAPI {
494
494
}
495
495
}
496
496
497
- /// Get the list of RUM retention filters for an application.
497
+ /// Get the list of RUM retention filters for a RUM application.
498
498
pub async fn list_retention_filters (
499
499
& self ,
500
500
app_id : String ,
@@ -516,7 +516,7 @@ impl RumRetentionFiltersAPI {
516
516
}
517
517
}
518
518
519
- /// Get the list of RUM retention filters for an application.
519
+ /// Get the list of RUM retention filters for a RUM application.
520
520
pub async fn list_retention_filters_with_http_info (
521
521
& self ,
522
522
app_id : String ,
@@ -603,7 +603,7 @@ impl RumRetentionFiltersAPI {
603
603
}
604
604
}
605
605
606
- /// Order RUM retention filters for an application.
606
+ /// Order RUM retention filters for a RUM application.
607
607
/// Returns RUM retention filter objects without attributes and meta from the request body when the request is successful.
608
608
pub async fn order_retention_filters (
609
609
& self ,
@@ -630,7 +630,7 @@ impl RumRetentionFiltersAPI {
630
630
}
631
631
}
632
632
633
- /// Order RUM retention filters for an application.
633
+ /// Order RUM retention filters for a RUM application.
634
634
/// Returns RUM retention filter objects without attributes and meta from the request body when the request is successful.
635
635
pub async fn order_retention_filters_with_http_info (
636
636
& self ,
@@ -765,7 +765,7 @@ impl RumRetentionFiltersAPI {
765
765
}
766
766
}
767
767
768
- /// Update a RUM retention filter for an application.
768
+ /// Update a RUM retention filter for a RUM application.
769
769
/// Returns RUM retention filter objects from the request body when the request is successful.
770
770
pub async fn update_retention_filter (
771
771
& self ,
@@ -793,7 +793,7 @@ impl RumRetentionFiltersAPI {
793
793
}
794
794
}
795
795
796
- /// Update a RUM retention filter for an application.
796
+ /// Update a RUM retention filter for a RUM application.
797
797
/// Returns RUM retention filter objects from the request body when the request is successful.
798
798
pub async fn update_retention_filter_with_http_info (
799
799
& self ,
0 commit comments