@aws-sdk/client-rum 3.478.0 → 3.484.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 (73) 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-es/commands/BatchCreateRumMetricDefinitionsCommand.js +18 -41
  20. package/dist-es/commands/BatchDeleteRumMetricDefinitionsCommand.js +18 -41
  21. package/dist-es/commands/BatchGetRumMetricDefinitionsCommand.js +18 -41
  22. package/dist-es/commands/CreateAppMonitorCommand.js +18 -41
  23. package/dist-es/commands/DeleteAppMonitorCommand.js +18 -41
  24. package/dist-es/commands/DeleteRumMetricsDestinationCommand.js +18 -41
  25. package/dist-es/commands/GetAppMonitorCommand.js +18 -41
  26. package/dist-es/commands/GetAppMonitorDataCommand.js +18 -41
  27. package/dist-es/commands/ListAppMonitorsCommand.js +18 -41
  28. package/dist-es/commands/ListRumMetricsDestinationsCommand.js +18 -41
  29. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  30. package/dist-es/commands/PutRumEventsCommand.js +18 -41
  31. package/dist-es/commands/PutRumMetricsDestinationCommand.js +18 -41
  32. package/dist-es/commands/TagResourceCommand.js +18 -41
  33. package/dist-es/commands/UntagResourceCommand.js +18 -41
  34. package/dist-es/commands/UpdateAppMonitorCommand.js +18 -41
  35. package/dist-es/commands/UpdateRumMetricDefinitionCommand.js +18 -41
  36. package/dist-es/endpoint/EndpointParameters.js +6 -0
  37. package/dist-types/commands/BatchCreateRumMetricDefinitionsCommand.d.ts +6 -21
  38. package/dist-types/commands/BatchDeleteRumMetricDefinitionsCommand.d.ts +6 -21
  39. package/dist-types/commands/BatchGetRumMetricDefinitionsCommand.d.ts +6 -21
  40. package/dist-types/commands/CreateAppMonitorCommand.d.ts +6 -21
  41. package/dist-types/commands/DeleteAppMonitorCommand.d.ts +6 -21
  42. package/dist-types/commands/DeleteRumMetricsDestinationCommand.d.ts +6 -21
  43. package/dist-types/commands/GetAppMonitorCommand.d.ts +6 -21
  44. package/dist-types/commands/GetAppMonitorDataCommand.d.ts +6 -21
  45. package/dist-types/commands/ListAppMonitorsCommand.d.ts +6 -21
  46. package/dist-types/commands/ListRumMetricsDestinationsCommand.d.ts +6 -21
  47. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  48. package/dist-types/commands/PutRumEventsCommand.d.ts +6 -21
  49. package/dist-types/commands/PutRumMetricsDestinationCommand.d.ts +6 -21
  50. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  51. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  52. package/dist-types/commands/UpdateAppMonitorCommand.d.ts +6 -21
  53. package/dist-types/commands/UpdateRumMetricDefinitionCommand.d.ts +6 -21
  54. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  55. package/dist-types/ts3.4/commands/BatchCreateRumMetricDefinitionsCommand.d.ts +12 -24
  56. package/dist-types/ts3.4/commands/BatchDeleteRumMetricDefinitionsCommand.d.ts +12 -24
  57. package/dist-types/ts3.4/commands/BatchGetRumMetricDefinitionsCommand.d.ts +12 -24
  58. package/dist-types/ts3.4/commands/CreateAppMonitorCommand.d.ts +14 -23
  59. package/dist-types/ts3.4/commands/DeleteAppMonitorCommand.d.ts +14 -23
  60. package/dist-types/ts3.4/commands/DeleteRumMetricsDestinationCommand.d.ts +12 -24
  61. package/dist-types/ts3.4/commands/GetAppMonitorCommand.d.ts +14 -23
  62. package/dist-types/ts3.4/commands/GetAppMonitorDataCommand.d.ts +14 -23
  63. package/dist-types/ts3.4/commands/ListAppMonitorsCommand.d.ts +14 -23
  64. package/dist-types/ts3.4/commands/ListRumMetricsDestinationsCommand.d.ts +12 -24
  65. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  66. package/dist-types/ts3.4/commands/PutRumEventsCommand.d.ts +14 -23
  67. package/dist-types/ts3.4/commands/PutRumMetricsDestinationCommand.d.ts +12 -24
  68. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  69. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  70. package/dist-types/ts3.4/commands/UpdateAppMonitorCommand.d.ts +14 -23
  71. package/dist-types/ts3.4/commands/UpdateRumMetricDefinitionCommand.d.ts +12 -24
  72. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  73. package/package.json +11 -11
@@ -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
  }
@@ -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 { PutRumMetricsDestinationRequest, PutRumMetricsDestinationResponse } from "../models/models_0";
5
4
  import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutRumMetricsDestinationCommandInput extends PutRumMetricsDesti
21
20
  */
22
21
  export interface PutRumMetricsDestinationCommandOutput extends PutRumMetricsDestinationResponse, __MetadataBearer {
23
22
  }
23
+ declare const PutRumMetricsDestinationCommand_base: {
24
+ new (input: PutRumMetricsDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<PutRumMetricsDestinationCommandInput, PutRumMetricsDestinationCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates or updates a destination to receive extended metrics from CloudWatch RUM. You can send
@@ -72,23 +75,5 @@ export interface PutRumMetricsDestinationCommandOutput extends PutRumMetricsDest
72
75
  * <p>Base exception class for all service exceptions from RUM service.</p>
73
76
  *
74
77
  */
75
- export declare class PutRumMetricsDestinationCommand extends $Command<PutRumMetricsDestinationCommandInput, PutRumMetricsDestinationCommandOutput, RUMClientResolvedConfig> {
76
- readonly input: PutRumMetricsDestinationCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: PutRumMetricsDestinationCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RUMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutRumMetricsDestinationCommandInput, PutRumMetricsDestinationCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class PutRumMetricsDestinationCommand extends PutRumMetricsDestinationCommand_base {
94
79
  }
@@ -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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
4
  import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Assigns one or more tags (key-value pairs) to the specified CloudWatch RUM resource. Currently,
@@ -74,23 +77,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
74
77
  * <p>Base exception class for all service exceptions from RUM service.</p>
75
78
  *
76
79
  */
77
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, RUMClientResolvedConfig> {
78
- readonly input: TagResourceCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: TagResourceCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RUMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class TagResourceCommand extends TagResourceCommand_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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
4
  import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes one or more tags from the specified resource.</p>
@@ -61,23 +64,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
61
64
  * <p>Base exception class for all service exceptions from RUM service.</p>
62
65
  *
63
66
  */
64
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, RUMClientResolvedConfig> {
65
- readonly input: UntagResourceCommandInput;
66
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
- /**
68
- * @public
69
- */
70
- constructor(input: UntagResourceCommandInput);
71
- /**
72
- * @internal
73
- */
74
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RUMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
75
- /**
76
- * @internal
77
- */
78
- private serialize;
79
- /**
80
- * @internal
81
- */
82
- private deserialize;
67
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
83
68
  }
@@ -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 { UpdateAppMonitorRequest, UpdateAppMonitorResponse } from "../models/models_0";
5
4
  import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateAppMonitorCommandInput extends UpdateAppMonitorRequest {
21
20
  */
22
21
  export interface UpdateAppMonitorCommandOutput extends UpdateAppMonitorResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateAppMonitorCommand_base: {
24
+ new (input: UpdateAppMonitorCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAppMonitorCommandInput, UpdateAppMonitorCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the configuration of an existing app monitor. When you use this operation, only the parts of the app monitor
@@ -101,23 +104,5 @@ export interface UpdateAppMonitorCommandOutput extends UpdateAppMonitorResponse,
101
104
  * <p>Base exception class for all service exceptions from RUM service.</p>
102
105
  *
103
106
  */
104
- export declare class UpdateAppMonitorCommand extends $Command<UpdateAppMonitorCommandInput, UpdateAppMonitorCommandOutput, RUMClientResolvedConfig> {
105
- readonly input: UpdateAppMonitorCommandInput;
106
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
107
- /**
108
- * @public
109
- */
110
- constructor(input: UpdateAppMonitorCommandInput);
111
- /**
112
- * @internal
113
- */
114
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RUMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAppMonitorCommandInput, UpdateAppMonitorCommandOutput>;
115
- /**
116
- * @internal
117
- */
118
- private serialize;
119
- /**
120
- * @internal
121
- */
122
- private deserialize;
107
+ export declare class UpdateAppMonitorCommand extends UpdateAppMonitorCommand_base {
123
108
  }
@@ -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 { UpdateRumMetricDefinitionRequest, UpdateRumMetricDefinitionResponse } from "../models/models_0";
5
4
  import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateRumMetricDefinitionCommandInput extends UpdateRumMetricDe
21
20
  */
22
21
  export interface UpdateRumMetricDefinitionCommandOutput extends UpdateRumMetricDefinitionResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateRumMetricDefinitionCommand_base: {
24
+ new (input: UpdateRumMetricDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRumMetricDefinitionCommandInput, UpdateRumMetricDefinitionCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies one existing metric definition for CloudWatch RUM extended metrics. For
@@ -84,23 +87,5 @@ export interface UpdateRumMetricDefinitionCommandOutput extends UpdateRumMetricD
84
87
  * <p>Base exception class for all service exceptions from RUM service.</p>
85
88
  *
86
89
  */
87
- export declare class UpdateRumMetricDefinitionCommand extends $Command<UpdateRumMetricDefinitionCommandInput, UpdateRumMetricDefinitionCommandOutput, RUMClientResolvedConfig> {
88
- readonly input: UpdateRumMetricDefinitionCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: UpdateRumMetricDefinitionCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RUMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRumMetricDefinitionCommandInput, UpdateRumMetricDefinitionCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class UpdateRumMetricDefinitionCommand extends UpdateRumMetricDefinitionCommand_base {
106
91
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;