@aws-sdk/client-rum 3.477.0 → 3.481.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 (89) hide show
  1. package/dist-cjs/commands/BatchCreateRumMetricDefinitionsCommand.js +18 -41
  2. package/dist-cjs/commands/BatchDeleteRumMetricDefinitionsCommand.js +18 -41
  3. package/dist-cjs/commands/BatchGetRumMetricDefinitionsCommand.js +18 -41
  4. package/dist-cjs/commands/CreateAppMonitorCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteAppMonitorCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteRumMetricsDestinationCommand.js +18 -41
  7. package/dist-cjs/commands/GetAppMonitorCommand.js +18 -41
  8. package/dist-cjs/commands/GetAppMonitorDataCommand.js +18 -41
  9. package/dist-cjs/commands/ListAppMonitorsCommand.js +18 -41
  10. package/dist-cjs/commands/ListRumMetricsDestinationsCommand.js +18 -41
  11. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  12. package/dist-cjs/commands/PutRumEventsCommand.js +18 -41
  13. package/dist-cjs/commands/PutRumMetricsDestinationCommand.js +18 -41
  14. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  15. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  16. package/dist-cjs/commands/UpdateAppMonitorCommand.js +18 -41
  17. package/dist-cjs/commands/UpdateRumMetricDefinitionCommand.js +18 -41
  18. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  19. package/dist-cjs/pagination/BatchGetRumMetricDefinitionsPaginator.js +2 -24
  20. package/dist-cjs/pagination/GetAppMonitorDataPaginator.js +2 -24
  21. package/dist-cjs/pagination/ListAppMonitorsPaginator.js +2 -24
  22. package/dist-cjs/pagination/ListRumMetricsDestinationsPaginator.js +2 -24
  23. package/dist-es/commands/BatchCreateRumMetricDefinitionsCommand.js +18 -41
  24. package/dist-es/commands/BatchDeleteRumMetricDefinitionsCommand.js +18 -41
  25. package/dist-es/commands/BatchGetRumMetricDefinitionsCommand.js +18 -41
  26. package/dist-es/commands/CreateAppMonitorCommand.js +18 -41
  27. package/dist-es/commands/DeleteAppMonitorCommand.js +18 -41
  28. package/dist-es/commands/DeleteRumMetricsDestinationCommand.js +18 -41
  29. package/dist-es/commands/GetAppMonitorCommand.js +18 -41
  30. package/dist-es/commands/GetAppMonitorDataCommand.js +18 -41
  31. package/dist-es/commands/ListAppMonitorsCommand.js +18 -41
  32. package/dist-es/commands/ListRumMetricsDestinationsCommand.js +18 -41
  33. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  34. package/dist-es/commands/PutRumEventsCommand.js +18 -41
  35. package/dist-es/commands/PutRumMetricsDestinationCommand.js +18 -41
  36. package/dist-es/commands/TagResourceCommand.js +18 -41
  37. package/dist-es/commands/UntagResourceCommand.js +18 -41
  38. package/dist-es/commands/UpdateAppMonitorCommand.js +18 -41
  39. package/dist-es/commands/UpdateRumMetricDefinitionCommand.js +18 -41
  40. package/dist-es/endpoint/EndpointParameters.js +6 -0
  41. package/dist-es/pagination/BatchGetRumMetricDefinitionsPaginator.js +2 -23
  42. package/dist-es/pagination/GetAppMonitorDataPaginator.js +2 -23
  43. package/dist-es/pagination/ListAppMonitorsPaginator.js +2 -23
  44. package/dist-es/pagination/ListRumMetricsDestinationsPaginator.js +2 -23
  45. package/dist-types/commands/BatchCreateRumMetricDefinitionsCommand.d.ts +6 -21
  46. package/dist-types/commands/BatchDeleteRumMetricDefinitionsCommand.d.ts +6 -21
  47. package/dist-types/commands/BatchGetRumMetricDefinitionsCommand.d.ts +6 -21
  48. package/dist-types/commands/CreateAppMonitorCommand.d.ts +6 -21
  49. package/dist-types/commands/DeleteAppMonitorCommand.d.ts +6 -21
  50. package/dist-types/commands/DeleteRumMetricsDestinationCommand.d.ts +6 -21
  51. package/dist-types/commands/GetAppMonitorCommand.d.ts +6 -21
  52. package/dist-types/commands/GetAppMonitorDataCommand.d.ts +6 -21
  53. package/dist-types/commands/ListAppMonitorsCommand.d.ts +6 -21
  54. package/dist-types/commands/ListRumMetricsDestinationsCommand.d.ts +6 -21
  55. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  56. package/dist-types/commands/PutRumEventsCommand.d.ts +6 -21
  57. package/dist-types/commands/PutRumMetricsDestinationCommand.d.ts +6 -21
  58. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  59. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  60. package/dist-types/commands/UpdateAppMonitorCommand.d.ts +6 -21
  61. package/dist-types/commands/UpdateRumMetricDefinitionCommand.d.ts +6 -21
  62. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  63. package/dist-types/pagination/BatchGetRumMetricDefinitionsPaginator.d.ts +1 -1
  64. package/dist-types/pagination/GetAppMonitorDataPaginator.d.ts +1 -1
  65. package/dist-types/pagination/ListAppMonitorsPaginator.d.ts +1 -1
  66. package/dist-types/pagination/ListRumMetricsDestinationsPaginator.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/BatchCreateRumMetricDefinitionsCommand.d.ts +12 -24
  68. package/dist-types/ts3.4/commands/BatchDeleteRumMetricDefinitionsCommand.d.ts +12 -24
  69. package/dist-types/ts3.4/commands/BatchGetRumMetricDefinitionsCommand.d.ts +12 -24
  70. package/dist-types/ts3.4/commands/CreateAppMonitorCommand.d.ts +14 -23
  71. package/dist-types/ts3.4/commands/DeleteAppMonitorCommand.d.ts +14 -23
  72. package/dist-types/ts3.4/commands/DeleteRumMetricsDestinationCommand.d.ts +12 -24
  73. package/dist-types/ts3.4/commands/GetAppMonitorCommand.d.ts +14 -23
  74. package/dist-types/ts3.4/commands/GetAppMonitorDataCommand.d.ts +14 -23
  75. package/dist-types/ts3.4/commands/ListAppMonitorsCommand.d.ts +14 -23
  76. package/dist-types/ts3.4/commands/ListRumMetricsDestinationsCommand.d.ts +12 -24
  77. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  78. package/dist-types/ts3.4/commands/PutRumEventsCommand.d.ts +14 -23
  79. package/dist-types/ts3.4/commands/PutRumMetricsDestinationCommand.d.ts +12 -24
  80. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  81. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  82. package/dist-types/ts3.4/commands/UpdateAppMonitorCommand.d.ts +14 -23
  83. package/dist-types/ts3.4/commands/UpdateRumMetricDefinitionCommand.d.ts +12 -24
  84. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  85. package/dist-types/ts3.4/pagination/BatchGetRumMetricDefinitionsPaginator.d.ts +3 -3
  86. package/dist-types/ts3.4/pagination/GetAppMonitorDataPaginator.d.ts +3 -3
  87. package/dist-types/ts3.4/pagination/ListAppMonitorsPaginator.d.ts +3 -3
  88. package/dist-types/ts3.4/pagination/ListRumMetricsDestinationsPaginator.d.ts +3 -3
  89. package/package.json +11 -11
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { GetAppMonitorDataCommand, } from "../commands/GetAppMonitorDataCommand";
2
3
  import { RUMClient } from "../RUMClient";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new GetAppMonitorDataCommand(input), ...args);
5
- };
6
- export async function* paginateGetAppMonitorData(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof RUMClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected RUM | RUMClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateGetAppMonitorData = createPaginator(RUMClient, GetAppMonitorDataCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListAppMonitorsCommand, } from "../commands/ListAppMonitorsCommand";
2
3
  import { RUMClient } from "../RUMClient";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListAppMonitorsCommand(input), ...args);
5
- };
6
- export async function* paginateListAppMonitors(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof RUMClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected RUM | RUMClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListAppMonitors = createPaginator(RUMClient, ListAppMonitorsCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListRumMetricsDestinationsCommand, } from "../commands/ListRumMetricsDestinationsCommand";
2
3
  import { RUMClient } from "../RUMClient";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListRumMetricsDestinationsCommand(input), ...args);
5
- };
6
- export async function* paginateListRumMetricsDestinations(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof RUMClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected RUM | RUMClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListRumMetricsDestinations = createPaginator(RUMClient, ListRumMetricsDestinationsCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BatchCreateRumMetricDefinitionsRequest, BatchCreateRumMetricDefinitionsResponse } from "../models/models_0";
5
4
  import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface BatchCreateRumMetricDefinitionsCommandInput extends BatchCreate
21
20
  */
22
21
  export interface BatchCreateRumMetricDefinitionsCommandOutput extends BatchCreateRumMetricDefinitionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const BatchCreateRumMetricDefinitionsCommand_base: {
24
+ new (input: BatchCreateRumMetricDefinitionsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchCreateRumMetricDefinitionsCommandInput, BatchCreateRumMetricDefinitionsCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Specifies the extended metrics and custom metrics that you want a CloudWatch RUM app monitor to send to a destination. Valid
@@ -153,23 +156,5 @@ export interface BatchCreateRumMetricDefinitionsCommandOutput extends BatchCreat
153
156
  * <p>Base exception class for all service exceptions from RUM service.</p>
154
157
  *
155
158
  */
156
- export declare class BatchCreateRumMetricDefinitionsCommand extends $Command<BatchCreateRumMetricDefinitionsCommandInput, BatchCreateRumMetricDefinitionsCommandOutput, RUMClientResolvedConfig> {
157
- readonly input: BatchCreateRumMetricDefinitionsCommandInput;
158
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
159
- /**
160
- * @public
161
- */
162
- constructor(input: BatchCreateRumMetricDefinitionsCommandInput);
163
- /**
164
- * @internal
165
- */
166
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RUMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchCreateRumMetricDefinitionsCommandInput, BatchCreateRumMetricDefinitionsCommandOutput>;
167
- /**
168
- * @internal
169
- */
170
- private serialize;
171
- /**
172
- * @internal
173
- */
174
- private deserialize;
159
+ export declare class BatchCreateRumMetricDefinitionsCommand extends BatchCreateRumMetricDefinitionsCommand_base {
175
160
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BatchDeleteRumMetricDefinitionsRequest, BatchDeleteRumMetricDefinitionsResponse } from "../models/models_0";
5
4
  import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface BatchDeleteRumMetricDefinitionsCommandInput extends BatchDelete
21
20
  */
22
21
  export interface BatchDeleteRumMetricDefinitionsCommandOutput extends BatchDeleteRumMetricDefinitionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const BatchDeleteRumMetricDefinitionsCommand_base: {
24
+ new (input: BatchDeleteRumMetricDefinitionsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteRumMetricDefinitionsCommandInput, BatchDeleteRumMetricDefinitionsCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes the specified metrics from being sent to an extended metrics destination.</p>
@@ -88,23 +91,5 @@ export interface BatchDeleteRumMetricDefinitionsCommandOutput extends BatchDelet
88
91
  * <p>Base exception class for all service exceptions from RUM service.</p>
89
92
  *
90
93
  */
91
- export declare class BatchDeleteRumMetricDefinitionsCommand extends $Command<BatchDeleteRumMetricDefinitionsCommandInput, BatchDeleteRumMetricDefinitionsCommandOutput, RUMClientResolvedConfig> {
92
- readonly input: BatchDeleteRumMetricDefinitionsCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: BatchDeleteRumMetricDefinitionsCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RUMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDeleteRumMetricDefinitionsCommandInput, BatchDeleteRumMetricDefinitionsCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class BatchDeleteRumMetricDefinitionsCommand extends BatchDeleteRumMetricDefinitionsCommand_base {
110
95
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BatchGetRumMetricDefinitionsRequest, BatchGetRumMetricDefinitionsResponse } from "../models/models_0";
5
4
  import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface BatchGetRumMetricDefinitionsCommandInput extends BatchGetRumMet
21
20
  */
22
21
  export interface BatchGetRumMetricDefinitionsCommandOutput extends BatchGetRumMetricDefinitionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const BatchGetRumMetricDefinitionsCommand_base: {
24
+ new (input: BatchGetRumMetricDefinitionsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetRumMetricDefinitionsCommandInput, BatchGetRumMetricDefinitionsCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the list of metrics and dimensions that a RUM app monitor is sending to a single destination.</p>
@@ -80,23 +83,5 @@ export interface BatchGetRumMetricDefinitionsCommandOutput extends BatchGetRumMe
80
83
  * <p>Base exception class for all service exceptions from RUM service.</p>
81
84
  *
82
85
  */
83
- export declare class BatchGetRumMetricDefinitionsCommand extends $Command<BatchGetRumMetricDefinitionsCommandInput, BatchGetRumMetricDefinitionsCommandOutput, RUMClientResolvedConfig> {
84
- readonly input: BatchGetRumMetricDefinitionsCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: BatchGetRumMetricDefinitionsCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RUMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetRumMetricDefinitionsCommandInput, BatchGetRumMetricDefinitionsCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class BatchGetRumMetricDefinitionsCommand extends BatchGetRumMetricDefinitionsCommand_base {
102
87
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CreateAppMonitorRequest, CreateAppMonitorResponse } from "../models/models_0";
5
4
  import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateAppMonitorCommandInput extends CreateAppMonitorRequest {
21
20
  */
22
21
  export interface CreateAppMonitorCommandOutput extends CreateAppMonitorResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateAppMonitorCommand_base: {
24
+ new (input: CreateAppMonitorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppMonitorCommandInput, CreateAppMonitorCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a Amazon CloudWatch RUM app monitor, which collects telemetry data from your application and sends that
@@ -107,23 +110,5 @@ export interface CreateAppMonitorCommandOutput extends CreateAppMonitorResponse,
107
110
  * <p>Base exception class for all service exceptions from RUM service.</p>
108
111
  *
109
112
  */
110
- export declare class CreateAppMonitorCommand extends $Command<CreateAppMonitorCommandInput, CreateAppMonitorCommandOutput, RUMClientResolvedConfig> {
111
- readonly input: CreateAppMonitorCommandInput;
112
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
113
- /**
114
- * @public
115
- */
116
- constructor(input: CreateAppMonitorCommandInput);
117
- /**
118
- * @internal
119
- */
120
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RUMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAppMonitorCommandInput, CreateAppMonitorCommandOutput>;
121
- /**
122
- * @internal
123
- */
124
- private serialize;
125
- /**
126
- * @internal
127
- */
128
- private deserialize;
113
+ export declare class CreateAppMonitorCommand extends CreateAppMonitorCommand_base {
129
114
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteAppMonitorRequest, DeleteAppMonitorResponse } from "../models/models_0";
5
4
  import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteAppMonitorCommandInput extends DeleteAppMonitorRequest {
21
20
  */
22
21
  export interface DeleteAppMonitorCommandOutput extends DeleteAppMonitorResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteAppMonitorCommand_base: {
24
+ new (input: DeleteAppMonitorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppMonitorCommandInput, DeleteAppMonitorCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an existing app monitor. This immediately stops the collection of data.</p>
@@ -67,23 +70,5 @@ export interface DeleteAppMonitorCommandOutput extends DeleteAppMonitorResponse,
67
70
  * <p>Base exception class for all service exceptions from RUM service.</p>
68
71
  *
69
72
  */
70
- export declare class DeleteAppMonitorCommand extends $Command<DeleteAppMonitorCommandInput, DeleteAppMonitorCommandOutput, RUMClientResolvedConfig> {
71
- readonly input: DeleteAppMonitorCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: DeleteAppMonitorCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RUMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAppMonitorCommandInput, DeleteAppMonitorCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class DeleteAppMonitorCommand extends DeleteAppMonitorCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteRumMetricsDestinationRequest, DeleteRumMetricsDestinationResponse } from "../models/models_0";
5
4
  import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteRumMetricsDestinationCommandInput extends DeleteRumMetric
21
20
  */
22
21
  export interface DeleteRumMetricsDestinationCommandOutput extends DeleteRumMetricsDestinationResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteRumMetricsDestinationCommand_base: {
24
+ new (input: DeleteRumMetricsDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRumMetricsDestinationCommandInput, DeleteRumMetricsDestinationCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a destination for CloudWatch RUM extended metrics, so that the specified app monitor stops
@@ -70,23 +73,5 @@ export interface DeleteRumMetricsDestinationCommandOutput extends DeleteRumMetri
70
73
  * <p>Base exception class for all service exceptions from RUM service.</p>
71
74
  *
72
75
  */
73
- export declare class DeleteRumMetricsDestinationCommand extends $Command<DeleteRumMetricsDestinationCommandInput, DeleteRumMetricsDestinationCommandOutput, RUMClientResolvedConfig> {
74
- readonly input: DeleteRumMetricsDestinationCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: DeleteRumMetricsDestinationCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RUMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRumMetricsDestinationCommandInput, DeleteRumMetricsDestinationCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class DeleteRumMetricsDestinationCommand extends DeleteRumMetricsDestinationCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetAppMonitorRequest, GetAppMonitorResponse } from "../models/models_0";
5
4
  import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetAppMonitorCommandInput extends GetAppMonitorRequest {
21
20
  */
22
21
  export interface GetAppMonitorCommandOutput extends GetAppMonitorResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetAppMonitorCommand_base: {
24
+ new (input: GetAppMonitorCommandInput): import("@smithy/smithy-client").CommandImpl<GetAppMonitorCommandInput, GetAppMonitorCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the complete configuration information for one app monitor.</p>
@@ -104,23 +107,5 @@ export interface GetAppMonitorCommandOutput extends GetAppMonitorResponse, __Met
104
107
  * <p>Base exception class for all service exceptions from RUM service.</p>
105
108
  *
106
109
  */
107
- export declare class GetAppMonitorCommand extends $Command<GetAppMonitorCommandInput, GetAppMonitorCommandOutput, RUMClientResolvedConfig> {
108
- readonly input: GetAppMonitorCommandInput;
109
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
110
- /**
111
- * @public
112
- */
113
- constructor(input: GetAppMonitorCommandInput);
114
- /**
115
- * @internal
116
- */
117
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RUMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAppMonitorCommandInput, GetAppMonitorCommandOutput>;
118
- /**
119
- * @internal
120
- */
121
- private serialize;
122
- /**
123
- * @internal
124
- */
125
- private deserialize;
110
+ export declare class GetAppMonitorCommand extends GetAppMonitorCommand_base {
126
111
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetAppMonitorDataRequest, GetAppMonitorDataResponse } from "../models/models_0";
5
4
  import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetAppMonitorDataCommandInput extends GetAppMonitorDataRequest
21
20
  */
22
21
  export interface GetAppMonitorDataCommandOutput extends GetAppMonitorDataResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetAppMonitorDataCommand_base: {
24
+ new (input: GetAppMonitorDataCommandInput): import("@smithy/smithy-client").CommandImpl<GetAppMonitorDataCommandInput, GetAppMonitorDataCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the raw performance events that RUM has collected from your web application,
@@ -84,23 +87,5 @@ export interface GetAppMonitorDataCommandOutput extends GetAppMonitorDataRespons
84
87
  * <p>Base exception class for all service exceptions from RUM service.</p>
85
88
  *
86
89
  */
87
- export declare class GetAppMonitorDataCommand extends $Command<GetAppMonitorDataCommandInput, GetAppMonitorDataCommandOutput, RUMClientResolvedConfig> {
88
- readonly input: GetAppMonitorDataCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: GetAppMonitorDataCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RUMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAppMonitorDataCommandInput, GetAppMonitorDataCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class GetAppMonitorDataCommand extends GetAppMonitorDataCommand_base {
106
91
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListAppMonitorsRequest, ListAppMonitorsResponse } from "../models/models_0";
5
4
  import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAppMonitorsCommandInput extends ListAppMonitorsRequest {
21
20
  */
22
21
  export interface ListAppMonitorsCommandOutput extends ListAppMonitorsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListAppMonitorsCommand_base: {
24
+ new (input: ListAppMonitorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppMonitorsCommandInput, ListAppMonitorsCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of the Amazon CloudWatch RUM app monitors in the account.</p>
@@ -73,23 +76,5 @@ export interface ListAppMonitorsCommandOutput extends ListAppMonitorsResponse, _
73
76
  * <p>Base exception class for all service exceptions from RUM service.</p>
74
77
  *
75
78
  */
76
- export declare class ListAppMonitorsCommand extends $Command<ListAppMonitorsCommandInput, ListAppMonitorsCommandOutput, RUMClientResolvedConfig> {
77
- readonly input: ListAppMonitorsCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: ListAppMonitorsCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RUMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAppMonitorsCommandInput, ListAppMonitorsCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class ListAppMonitorsCommand extends ListAppMonitorsCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListRumMetricsDestinationsRequest, ListRumMetricsDestinationsResponse } from "../models/models_0";
5
4
  import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListRumMetricsDestinationsCommandInput extends ListRumMetricsDe
21
20
  */
22
21
  export interface ListRumMetricsDestinationsCommandOutput extends ListRumMetricsDestinationsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListRumMetricsDestinationsCommand_base: {
24
+ new (input: ListRumMetricsDestinationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRumMetricsDestinationsCommandInput, ListRumMetricsDestinationsCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of destinations that you have created to receive RUM extended metrics,
@@ -74,23 +77,5 @@ export interface ListRumMetricsDestinationsCommandOutput extends ListRumMetricsD
74
77
  * <p>Base exception class for all service exceptions from RUM service.</p>
75
78
  *
76
79
  */
77
- export declare class ListRumMetricsDestinationsCommand extends $Command<ListRumMetricsDestinationsCommandInput, ListRumMetricsDestinationsCommandOutput, RUMClientResolvedConfig> {
78
- readonly input: ListRumMetricsDestinationsCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: ListRumMetricsDestinationsCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RUMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRumMetricsDestinationsCommandInput, ListRumMetricsDestinationsCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class ListRumMetricsDestinationsCommand extends ListRumMetricsDestinationsCommand_base {
96
81
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
4
  import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Displays the tags associated with a CloudWatch RUM resource.</p>
@@ -63,23 +66,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
63
66
  * <p>Base exception class for all service exceptions from RUM service.</p>
64
67
  *
65
68
  */
66
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, RUMClientResolvedConfig> {
67
- readonly input: ListTagsForResourceCommandInput;
68
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
- /**
70
- * @public
71
- */
72
- constructor(input: ListTagsForResourceCommandInput);
73
- /**
74
- * @internal
75
- */
76
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RUMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
77
- /**
78
- * @internal
79
- */
80
- private serialize;
81
- /**
82
- * @internal
83
- */
84
- private deserialize;
69
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
85
70
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { PutRumEventsRequest, PutRumEventsResponse } from "../models/models_0";
5
4
  import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutRumEventsCommandInput extends PutRumEventsRequest {
21
20
  */
22
21
  export interface PutRumEventsCommandOutput extends PutRumEventsResponse, __MetadataBearer {
23
22
  }
23
+ declare const PutRumEventsCommand_base: {
24
+ new (input: PutRumEventsCommandInput): import("@smithy/smithy-client").CommandImpl<PutRumEventsCommandInput, PutRumEventsCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Sends telemetry events about your application performance and user behavior to CloudWatch RUM. The code
@@ -86,23 +89,5 @@ export interface PutRumEventsCommandOutput extends PutRumEventsResponse, __Metad
86
89
  * <p>Base exception class for all service exceptions from RUM service.</p>
87
90
  *
88
91
  */
89
- export declare class PutRumEventsCommand extends $Command<PutRumEventsCommandInput, PutRumEventsCommandOutput, RUMClientResolvedConfig> {
90
- readonly input: PutRumEventsCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: PutRumEventsCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RUMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutRumEventsCommandInput, PutRumEventsCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class PutRumEventsCommand extends PutRumEventsCommand_base {
108
93
  }