@aws-sdk/client-rum 3.529.1 → 3.535.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/dist-types/RUM.d.ts +2 -1
  2. package/dist-types/RUMClient.d.ts +1 -1
  3. package/dist-types/commands/BatchCreateRumMetricDefinitionsCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchDeleteRumMetricDefinitionsCommand.d.ts +2 -1
  5. package/dist-types/commands/BatchGetRumMetricDefinitionsCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateAppMonitorCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteAppMonitorCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteRumMetricsDestinationCommand.d.ts +2 -1
  9. package/dist-types/commands/GetAppMonitorCommand.d.ts +2 -1
  10. package/dist-types/commands/GetAppMonitorDataCommand.d.ts +2 -1
  11. package/dist-types/commands/ListAppMonitorsCommand.d.ts +2 -1
  12. package/dist-types/commands/ListRumMetricsDestinationsCommand.d.ts +2 -1
  13. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  14. package/dist-types/commands/PutRumEventsCommand.d.ts +2 -1
  15. package/dist-types/commands/PutRumMetricsDestinationCommand.d.ts +2 -1
  16. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  17. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  18. package/dist-types/commands/UpdateAppMonitorCommand.d.ts +2 -1
  19. package/dist-types/commands/UpdateRumMetricDefinitionCommand.d.ts +2 -1
  20. package/dist-types/models/models_0.d.ts +169 -169
  21. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  22. package/dist-types/runtimeConfig.d.ts +2 -2
  23. package/dist-types/runtimeConfig.native.d.ts +2 -2
  24. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  25. package/dist-types/ts3.4/RUM.d.ts +1 -0
  26. package/dist-types/ts3.4/commands/BatchCreateRumMetricDefinitionsCommand.d.ts +9 -0
  27. package/dist-types/ts3.4/commands/BatchDeleteRumMetricDefinitionsCommand.d.ts +9 -0
  28. package/dist-types/ts3.4/commands/BatchGetRumMetricDefinitionsCommand.d.ts +9 -0
  29. package/dist-types/ts3.4/commands/CreateAppMonitorCommand.d.ts +9 -0
  30. package/dist-types/ts3.4/commands/DeleteAppMonitorCommand.d.ts +9 -0
  31. package/dist-types/ts3.4/commands/DeleteRumMetricsDestinationCommand.d.ts +9 -0
  32. package/dist-types/ts3.4/commands/GetAppMonitorCommand.d.ts +9 -0
  33. package/dist-types/ts3.4/commands/GetAppMonitorDataCommand.d.ts +9 -0
  34. package/dist-types/ts3.4/commands/ListAppMonitorsCommand.d.ts +9 -0
  35. package/dist-types/ts3.4/commands/ListRumMetricsDestinationsCommand.d.ts +9 -0
  36. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/PutRumEventsCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/PutRumMetricsDestinationCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/UpdateAppMonitorCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/UpdateRumMetricDefinitionCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  44. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  45. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  46. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  47. package/package.json +40 -40
@@ -69,6 +69,7 @@ export interface RUM {
69
69
  /**
70
70
  * @see {@link ListAppMonitorsCommand}
71
71
  */
72
+ listAppMonitors(): Promise<ListAppMonitorsCommandOutput>;
72
73
  listAppMonitors(args: ListAppMonitorsCommandInput, options?: __HttpHandlerOptions): Promise<ListAppMonitorsCommandOutput>;
73
74
  listAppMonitors(args: ListAppMonitorsCommandInput, cb: (err: any, data?: ListAppMonitorsCommandOutput) => void): void;
74
75
  listAppMonitors(args: ListAppMonitorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppMonitorsCommandOutput) => void): void;
@@ -122,7 +123,6 @@ export interface RUM {
122
123
  updateRumMetricDefinition(args: UpdateRumMetricDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRumMetricDefinitionCommandOutput) => void): void;
123
124
  }
124
125
  /**
125
- * @public
126
126
  * <p>With Amazon CloudWatch RUM, you can perform real-user monitoring to collect client-side data about
127
127
  * your web application performance from actual user sessions in real time. The data collected includes page load
128
128
  * times, client-side errors, and user behavior. When you view this data, you can see it all aggregated together and
@@ -131,6 +131,7 @@ export interface RUM {
131
131
  * RUM helps you visualize anomalies in your application performance and find relevant debugging data such as error
132
132
  * messages, stack traces, and user sessions. You can also use RUM to
133
133
  * understand the range of end-user impact including the number of users, geolocations, and browsers used.</p>
134
+ * @public
134
135
  */
135
136
  export declare class RUM extends RUMClient implements RUM {
136
137
  }
@@ -168,7 +168,6 @@ export type RUMClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHa
168
168
  export interface RUMClientResolvedConfig extends RUMClientResolvedConfigType {
169
169
  }
170
170
  /**
171
- * @public
172
171
  * <p>With Amazon CloudWatch RUM, you can perform real-user monitoring to collect client-side data about
173
172
  * your web application performance from actual user sessions in real time. The data collected includes page load
174
173
  * times, client-side errors, and user behavior. When you view this data, you can see it all aggregated together and
@@ -177,6 +176,7 @@ export interface RUMClientResolvedConfig extends RUMClientResolvedConfigType {
177
176
  * RUM helps you visualize anomalies in your application performance and find relevant debugging data such as error
178
177
  * messages, stack traces, and user sessions. You can also use RUM to
179
178
  * understand the range of end-user impact including the number of users, geolocations, and browsers used.</p>
179
+ * @public
180
180
  */
181
181
  export declare class RUMClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, RUMClientResolvedConfig> {
182
182
  /**
@@ -22,10 +22,10 @@ export interface BatchCreateRumMetricDefinitionsCommandOutput extends BatchCreat
22
22
  }
23
23
  declare const BatchCreateRumMetricDefinitionsCommand_base: {
24
24
  new (input: BatchCreateRumMetricDefinitionsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchCreateRumMetricDefinitionsCommandInput, BatchCreateRumMetricDefinitionsCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchCreateRumMetricDefinitionsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchCreateRumMetricDefinitionsCommandInput, BatchCreateRumMetricDefinitionsCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Specifies the extended metrics and custom metrics that you want a CloudWatch RUM app monitor to send to a destination. Valid
30
30
  * destinations include CloudWatch and Evidently.</p>
31
31
  * <p>By default, RUM app monitors send some metrics to CloudWatch. These default metrics
@@ -156,6 +156,7 @@ declare const BatchCreateRumMetricDefinitionsCommand_base: {
156
156
  * @throws {@link RUMServiceException}
157
157
  * <p>Base exception class for all service exceptions from RUM service.</p>
158
158
  *
159
+ * @public
159
160
  */
160
161
  export declare class BatchCreateRumMetricDefinitionsCommand extends BatchCreateRumMetricDefinitionsCommand_base {
161
162
  }
@@ -22,10 +22,10 @@ export interface BatchDeleteRumMetricDefinitionsCommandOutput extends BatchDelet
22
22
  }
23
23
  declare const BatchDeleteRumMetricDefinitionsCommand_base: {
24
24
  new (input: BatchDeleteRumMetricDefinitionsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteRumMetricDefinitionsCommandInput, BatchDeleteRumMetricDefinitionsCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchDeleteRumMetricDefinitionsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteRumMetricDefinitionsCommandInput, BatchDeleteRumMetricDefinitionsCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes the specified metrics from being sent to an extended metrics destination.</p>
30
30
  * <p>If some metric definition IDs specified in a <code>BatchDeleteRumMetricDefinitions</code> operations are not valid,
31
31
  * those metric definitions fail and return errors, but all valid metric definition IDs in the same operation are still
@@ -90,6 +90,7 @@ declare const BatchDeleteRumMetricDefinitionsCommand_base: {
90
90
  * @throws {@link RUMServiceException}
91
91
  * <p>Base exception class for all service exceptions from RUM service.</p>
92
92
  *
93
+ * @public
93
94
  */
94
95
  export declare class BatchDeleteRumMetricDefinitionsCommand extends BatchDeleteRumMetricDefinitionsCommand_base {
95
96
  }
@@ -22,10 +22,10 @@ export interface BatchGetRumMetricDefinitionsCommandOutput extends BatchGetRumMe
22
22
  }
23
23
  declare const BatchGetRumMetricDefinitionsCommand_base: {
24
24
  new (input: BatchGetRumMetricDefinitionsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetRumMetricDefinitionsCommandInput, BatchGetRumMetricDefinitionsCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchGetRumMetricDefinitionsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetRumMetricDefinitionsCommandInput, BatchGetRumMetricDefinitionsCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the list of metrics and dimensions that a RUM app monitor is sending to a single destination.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -82,6 +82,7 @@ declare const BatchGetRumMetricDefinitionsCommand_base: {
82
82
  * @throws {@link RUMServiceException}
83
83
  * <p>Base exception class for all service exceptions from RUM service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class BatchGetRumMetricDefinitionsCommand extends BatchGetRumMetricDefinitionsCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface CreateAppMonitorCommandOutput extends CreateAppMonitorResponse,
22
22
  }
23
23
  declare const CreateAppMonitorCommand_base: {
24
24
  new (input: CreateAppMonitorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppMonitorCommandInput, CreateAppMonitorCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAppMonitorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppMonitorCommandInput, CreateAppMonitorCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a Amazon CloudWatch RUM app monitor, which collects telemetry data from your application and sends that
30
30
  * data to RUM. The data includes performance and reliability information such as page load time, client-side errors,
31
31
  * and user behavior.</p>
@@ -109,6 +109,7 @@ declare const CreateAppMonitorCommand_base: {
109
109
  * @throws {@link RUMServiceException}
110
110
  * <p>Base exception class for all service exceptions from RUM service.</p>
111
111
  *
112
+ * @public
112
113
  */
113
114
  export declare class CreateAppMonitorCommand extends CreateAppMonitorCommand_base {
114
115
  }
@@ -22,10 +22,10 @@ export interface DeleteAppMonitorCommandOutput extends DeleteAppMonitorResponse,
22
22
  }
23
23
  declare const DeleteAppMonitorCommand_base: {
24
24
  new (input: DeleteAppMonitorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppMonitorCommandInput, DeleteAppMonitorCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAppMonitorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppMonitorCommandInput, DeleteAppMonitorCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an existing app monitor. This immediately stops the collection of data.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const DeleteAppMonitorCommand_base: {
69
69
  * @throws {@link RUMServiceException}
70
70
  * <p>Base exception class for all service exceptions from RUM service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class DeleteAppMonitorCommand extends DeleteAppMonitorCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface DeleteRumMetricsDestinationCommandOutput extends DeleteRumMetri
22
22
  }
23
23
  declare const DeleteRumMetricsDestinationCommand_base: {
24
24
  new (input: DeleteRumMetricsDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRumMetricsDestinationCommandInput, DeleteRumMetricsDestinationCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteRumMetricsDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRumMetricsDestinationCommandInput, DeleteRumMetricsDestinationCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a destination for CloudWatch RUM extended metrics, so that the specified app monitor stops
30
30
  * sending extended metrics to that destination.</p>
31
31
  * @example
@@ -72,6 +72,7 @@ declare const DeleteRumMetricsDestinationCommand_base: {
72
72
  * @throws {@link RUMServiceException}
73
73
  * <p>Base exception class for all service exceptions from RUM service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class DeleteRumMetricsDestinationCommand extends DeleteRumMetricsDestinationCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface GetAppMonitorCommandOutput extends GetAppMonitorResponse, __Met
22
22
  }
23
23
  declare const GetAppMonitorCommand_base: {
24
24
  new (input: GetAppMonitorCommandInput): import("@smithy/smithy-client").CommandImpl<GetAppMonitorCommandInput, GetAppMonitorCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetAppMonitorCommandInput): import("@smithy/smithy-client").CommandImpl<GetAppMonitorCommandInput, GetAppMonitorCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the complete configuration information for one app monitor.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -106,6 +106,7 @@ declare const GetAppMonitorCommand_base: {
106
106
  * @throws {@link RUMServiceException}
107
107
  * <p>Base exception class for all service exceptions from RUM service.</p>
108
108
  *
109
+ * @public
109
110
  */
110
111
  export declare class GetAppMonitorCommand extends GetAppMonitorCommand_base {
111
112
  }
@@ -22,10 +22,10 @@ export interface GetAppMonitorDataCommandOutput extends GetAppMonitorDataRespons
22
22
  }
23
23
  declare const GetAppMonitorDataCommand_base: {
24
24
  new (input: GetAppMonitorDataCommandInput): import("@smithy/smithy-client").CommandImpl<GetAppMonitorDataCommandInput, GetAppMonitorDataCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetAppMonitorDataCommandInput): import("@smithy/smithy-client").CommandImpl<GetAppMonitorDataCommandInput, GetAppMonitorDataCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the raw performance events that RUM has collected from your web application,
30
30
  * so that you can do your own processing or analysis of this data.</p>
31
31
  * @example
@@ -86,6 +86,7 @@ declare const GetAppMonitorDataCommand_base: {
86
86
  * @throws {@link RUMServiceException}
87
87
  * <p>Base exception class for all service exceptions from RUM service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class GetAppMonitorDataCommand extends GetAppMonitorDataCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface ListAppMonitorsCommandOutput extends ListAppMonitorsResponse, _
22
22
  }
23
23
  declare const ListAppMonitorsCommand_base: {
24
24
  new (input: ListAppMonitorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppMonitorsCommandInput, ListAppMonitorsCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListAppMonitorsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAppMonitorsCommandInput, ListAppMonitorsCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of the Amazon CloudWatch RUM app monitors in the account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const ListAppMonitorsCommand_base: {
75
75
  * @throws {@link RUMServiceException}
76
76
  * <p>Base exception class for all service exceptions from RUM service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class ListAppMonitorsCommand extends ListAppMonitorsCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface ListRumMetricsDestinationsCommandOutput extends ListRumMetricsD
22
22
  }
23
23
  declare const ListRumMetricsDestinationsCommand_base: {
24
24
  new (input: ListRumMetricsDestinationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRumMetricsDestinationsCommandInput, ListRumMetricsDestinationsCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListRumMetricsDestinationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRumMetricsDestinationsCommandInput, ListRumMetricsDestinationsCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of destinations that you have created to receive RUM extended metrics,
30
30
  * for the specified app monitor.</p>
31
31
  * <p>For more information about extended metrics, see <a href="https://docs.aws.amazon.com/cloudwatchrum/latest/APIReference/API_AddRumMetrcs.html">AddRumMetrics</a>.</p>
@@ -76,6 +76,7 @@ declare const ListRumMetricsDestinationsCommand_base: {
76
76
  * @throws {@link RUMServiceException}
77
77
  * <p>Base exception class for all service exceptions from RUM service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class ListRumMetricsDestinationsCommand extends ListRumMetricsDestinationsCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Displays the tags associated with a CloudWatch RUM resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -65,6 +65,7 @@ declare const ListTagsForResourceCommand_base: {
65
65
  * @throws {@link RUMServiceException}
66
66
  * <p>Base exception class for all service exceptions from RUM service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface PutRumEventsCommandOutput extends PutRumEventsResponse, __Metad
22
22
  }
23
23
  declare const PutRumEventsCommand_base: {
24
24
  new (input: PutRumEventsCommandInput): import("@smithy/smithy-client").CommandImpl<PutRumEventsCommandInput, PutRumEventsCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutRumEventsCommandInput): import("@smithy/smithy-client").CommandImpl<PutRumEventsCommandInput, PutRumEventsCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Sends telemetry events about your application performance and user behavior to CloudWatch RUM. The code
30
30
  * snippet that RUM generates for you to add to your application includes <code>PutRumEvents</code> operations to
31
31
  * send this data to RUM.</p>
@@ -88,6 +88,7 @@ declare const PutRumEventsCommand_base: {
88
88
  * @throws {@link RUMServiceException}
89
89
  * <p>Base exception class for all service exceptions from RUM service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class PutRumEventsCommand extends PutRumEventsCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface PutRumMetricsDestinationCommandOutput extends PutRumMetricsDest
22
22
  }
23
23
  declare const PutRumMetricsDestinationCommand_base: {
24
24
  new (input: PutRumMetricsDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<PutRumMetricsDestinationCommandInput, PutRumMetricsDestinationCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutRumMetricsDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<PutRumMetricsDestinationCommandInput, PutRumMetricsDestinationCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates or updates a destination to receive extended metrics from CloudWatch RUM. You can send
30
30
  * extended metrics to CloudWatch or to a CloudWatch Evidently experiment.</p>
31
31
  * <p>For more information about extended metrics, see <a href="https://docs.aws.amazon.com/cloudwatchrum/latest/APIReference/API_BatchCreateRumMetricDefinitions.html">BatchCreateRumMetricDefinitions</a>.</p>
@@ -74,6 +74,7 @@ declare const PutRumMetricsDestinationCommand_base: {
74
74
  * @throws {@link RUMServiceException}
75
75
  * <p>Base exception class for all service exceptions from RUM service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class PutRumMetricsDestinationCommand extends PutRumMetricsDestinationCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Assigns one or more tags (key-value pairs) to the specified CloudWatch RUM resource. Currently,
30
30
  * the only resources that
31
31
  * can be tagged app monitors.</p>
@@ -76,6 +76,7 @@ declare const TagResourceCommand_base: {
76
76
  * @throws {@link RUMServiceException}
77
77
  * <p>Base exception class for all service exceptions from RUM service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class TagResourceCommand extends TagResourceCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes one or more tags from the specified resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const UntagResourceCommand_base: {
63
63
  * @throws {@link RUMServiceException}
64
64
  * <p>Base exception class for all service exceptions from RUM service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface UpdateAppMonitorCommandOutput extends UpdateAppMonitorResponse,
22
22
  }
23
23
  declare const UpdateAppMonitorCommand_base: {
24
24
  new (input: UpdateAppMonitorCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAppMonitorCommandInput, UpdateAppMonitorCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateAppMonitorCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAppMonitorCommandInput, UpdateAppMonitorCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the configuration of an existing app monitor. When you use this operation, only the parts of the app monitor
30
30
  * configuration that you specify in this operation are changed. For any parameters that you omit, the existing
31
31
  * values are kept.</p>
@@ -103,6 +103,7 @@ declare const UpdateAppMonitorCommand_base: {
103
103
  * @throws {@link RUMServiceException}
104
104
  * <p>Base exception class for all service exceptions from RUM service.</p>
105
105
  *
106
+ * @public
106
107
  */
107
108
  export declare class UpdateAppMonitorCommand extends UpdateAppMonitorCommand_base {
108
109
  }
@@ -22,10 +22,10 @@ export interface UpdateRumMetricDefinitionCommandOutput extends UpdateRumMetricD
22
22
  }
23
23
  declare const UpdateRumMetricDefinitionCommand_base: {
24
24
  new (input: UpdateRumMetricDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRumMetricDefinitionCommandInput, UpdateRumMetricDefinitionCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateRumMetricDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRumMetricDefinitionCommandInput, UpdateRumMetricDefinitionCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Modifies one existing metric definition for CloudWatch RUM extended metrics. For
30
30
  * more information about extended metrics, see <a href="https://docs.aws.amazon.com/cloudwatchrum/latest/APIReference/API_BatchCreateRumMetricsDefinitions.html">BatchCreateRumMetricsDefinitions</a>.</p>
31
31
  * @example
@@ -86,6 +86,7 @@ declare const UpdateRumMetricDefinitionCommand_base: {
86
86
  * @throws {@link RUMServiceException}
87
87
  * <p>Base exception class for all service exceptions from RUM service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class UpdateRumMetricDefinitionCommand extends UpdateRumMetricDefinitionCommand_base {
91
92
  }