@aws-sdk/client-rum 3.490.0 → 3.495.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 (35) hide show
  1. package/dist-cjs/RUM.js +1 -45
  2. package/dist-cjs/RUMClient.js +1 -43
  3. package/dist-cjs/commands/BatchCreateRumMetricDefinitionsCommand.js +1 -28
  4. package/dist-cjs/commands/BatchDeleteRumMetricDefinitionsCommand.js +1 -28
  5. package/dist-cjs/commands/BatchGetRumMetricDefinitionsCommand.js +1 -28
  6. package/dist-cjs/commands/CreateAppMonitorCommand.js +1 -28
  7. package/dist-cjs/commands/DeleteAppMonitorCommand.js +1 -28
  8. package/dist-cjs/commands/DeleteRumMetricsDestinationCommand.js +1 -28
  9. package/dist-cjs/commands/GetAppMonitorCommand.js +1 -28
  10. package/dist-cjs/commands/GetAppMonitorDataCommand.js +1 -28
  11. package/dist-cjs/commands/ListAppMonitorsCommand.js +1 -28
  12. package/dist-cjs/commands/ListRumMetricsDestinationsCommand.js +1 -28
  13. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  14. package/dist-cjs/commands/PutRumEventsCommand.js +1 -28
  15. package/dist-cjs/commands/PutRumMetricsDestinationCommand.js +1 -28
  16. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  17. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  18. package/dist-cjs/commands/UpdateAppMonitorCommand.js +1 -28
  19. package/dist-cjs/commands/UpdateRumMetricDefinitionCommand.js +1 -28
  20. package/dist-cjs/commands/index.js +1 -20
  21. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  22. package/dist-cjs/extensionConfiguration.js +1 -2
  23. package/dist-cjs/index.js +1935 -11
  24. package/dist-cjs/models/RUMServiceException.js +1 -12
  25. package/dist-cjs/models/index.js +1 -4
  26. package/dist-cjs/models/models_0.js +1 -125
  27. package/dist-cjs/pagination/BatchGetRumMetricDefinitionsPaginator.js +1 -7
  28. package/dist-cjs/pagination/GetAppMonitorDataPaginator.js +1 -7
  29. package/dist-cjs/pagination/Interfaces.js +1 -2
  30. package/dist-cjs/pagination/ListAppMonitorsPaginator.js +1 -7
  31. package/dist-cjs/pagination/ListRumMetricsDestinationsPaginator.js +1 -7
  32. package/dist-cjs/pagination/index.js +1 -8
  33. package/dist-cjs/protocols/Aws_restJson1.js +1 -1264
  34. package/dist-cjs/runtimeExtensions.js +1 -22
  35. package/package.json +40 -40
package/dist-cjs/RUM.js CHANGED
@@ -1,45 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RUM = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const BatchCreateRumMetricDefinitionsCommand_1 = require("./commands/BatchCreateRumMetricDefinitionsCommand");
6
- const BatchDeleteRumMetricDefinitionsCommand_1 = require("./commands/BatchDeleteRumMetricDefinitionsCommand");
7
- const BatchGetRumMetricDefinitionsCommand_1 = require("./commands/BatchGetRumMetricDefinitionsCommand");
8
- const CreateAppMonitorCommand_1 = require("./commands/CreateAppMonitorCommand");
9
- const DeleteAppMonitorCommand_1 = require("./commands/DeleteAppMonitorCommand");
10
- const DeleteRumMetricsDestinationCommand_1 = require("./commands/DeleteRumMetricsDestinationCommand");
11
- const GetAppMonitorCommand_1 = require("./commands/GetAppMonitorCommand");
12
- const GetAppMonitorDataCommand_1 = require("./commands/GetAppMonitorDataCommand");
13
- const ListAppMonitorsCommand_1 = require("./commands/ListAppMonitorsCommand");
14
- const ListRumMetricsDestinationsCommand_1 = require("./commands/ListRumMetricsDestinationsCommand");
15
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
16
- const PutRumEventsCommand_1 = require("./commands/PutRumEventsCommand");
17
- const PutRumMetricsDestinationCommand_1 = require("./commands/PutRumMetricsDestinationCommand");
18
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
19
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
20
- const UpdateAppMonitorCommand_1 = require("./commands/UpdateAppMonitorCommand");
21
- const UpdateRumMetricDefinitionCommand_1 = require("./commands/UpdateRumMetricDefinitionCommand");
22
- const RUMClient_1 = require("./RUMClient");
23
- const commands = {
24
- BatchCreateRumMetricDefinitionsCommand: BatchCreateRumMetricDefinitionsCommand_1.BatchCreateRumMetricDefinitionsCommand,
25
- BatchDeleteRumMetricDefinitionsCommand: BatchDeleteRumMetricDefinitionsCommand_1.BatchDeleteRumMetricDefinitionsCommand,
26
- BatchGetRumMetricDefinitionsCommand: BatchGetRumMetricDefinitionsCommand_1.BatchGetRumMetricDefinitionsCommand,
27
- CreateAppMonitorCommand: CreateAppMonitorCommand_1.CreateAppMonitorCommand,
28
- DeleteAppMonitorCommand: DeleteAppMonitorCommand_1.DeleteAppMonitorCommand,
29
- DeleteRumMetricsDestinationCommand: DeleteRumMetricsDestinationCommand_1.DeleteRumMetricsDestinationCommand,
30
- GetAppMonitorCommand: GetAppMonitorCommand_1.GetAppMonitorCommand,
31
- GetAppMonitorDataCommand: GetAppMonitorDataCommand_1.GetAppMonitorDataCommand,
32
- ListAppMonitorsCommand: ListAppMonitorsCommand_1.ListAppMonitorsCommand,
33
- ListRumMetricsDestinationsCommand: ListRumMetricsDestinationsCommand_1.ListRumMetricsDestinationsCommand,
34
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
35
- PutRumEventsCommand: PutRumEventsCommand_1.PutRumEventsCommand,
36
- PutRumMetricsDestinationCommand: PutRumMetricsDestinationCommand_1.PutRumMetricsDestinationCommand,
37
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
38
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
39
- UpdateAppMonitorCommand: UpdateAppMonitorCommand_1.UpdateAppMonitorCommand,
40
- UpdateRumMetricDefinitionCommand: UpdateRumMetricDefinitionCommand_1.UpdateRumMetricDefinitionCommand,
41
- };
42
- class RUM extends RUMClient_1.RUMClient {
43
- }
44
- exports.RUM = RUM;
45
- (0, smithy_client_1.createAggregatedClient)(commands, RUM);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RUMClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class RUMClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.RUMClient = RUMClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchCreateRumMetricDefinitionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class BatchCreateRumMetricDefinitionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RUM", "BatchCreateRumMetricDefinitions", {})
22
- .n("RUMClient", "BatchCreateRumMetricDefinitionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_BatchCreateRumMetricDefinitionsCommand)
25
- .de(Aws_restJson1_1.de_BatchCreateRumMetricDefinitionsCommand)
26
- .build() {
27
- }
28
- exports.BatchCreateRumMetricDefinitionsCommand = BatchCreateRumMetricDefinitionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchDeleteRumMetricDefinitionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class BatchDeleteRumMetricDefinitionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RUM", "BatchDeleteRumMetricDefinitions", {})
22
- .n("RUMClient", "BatchDeleteRumMetricDefinitionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_BatchDeleteRumMetricDefinitionsCommand)
25
- .de(Aws_restJson1_1.de_BatchDeleteRumMetricDefinitionsCommand)
26
- .build() {
27
- }
28
- exports.BatchDeleteRumMetricDefinitionsCommand = BatchDeleteRumMetricDefinitionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchGetRumMetricDefinitionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class BatchGetRumMetricDefinitionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RUM", "BatchGetRumMetricDefinitions", {})
22
- .n("RUMClient", "BatchGetRumMetricDefinitionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_BatchGetRumMetricDefinitionsCommand)
25
- .de(Aws_restJson1_1.de_BatchGetRumMetricDefinitionsCommand)
26
- .build() {
27
- }
28
- exports.BatchGetRumMetricDefinitionsCommand = BatchGetRumMetricDefinitionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateAppMonitorCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateAppMonitorCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RUM", "CreateAppMonitor", {})
22
- .n("RUMClient", "CreateAppMonitorCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateAppMonitorCommand)
25
- .de(Aws_restJson1_1.de_CreateAppMonitorCommand)
26
- .build() {
27
- }
28
- exports.CreateAppMonitorCommand = CreateAppMonitorCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteAppMonitorCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteAppMonitorCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RUM", "DeleteAppMonitor", {})
22
- .n("RUMClient", "DeleteAppMonitorCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteAppMonitorCommand)
25
- .de(Aws_restJson1_1.de_DeleteAppMonitorCommand)
26
- .build() {
27
- }
28
- exports.DeleteAppMonitorCommand = DeleteAppMonitorCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteRumMetricsDestinationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteRumMetricsDestinationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RUM", "DeleteRumMetricsDestination", {})
22
- .n("RUMClient", "DeleteRumMetricsDestinationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteRumMetricsDestinationCommand)
25
- .de(Aws_restJson1_1.de_DeleteRumMetricsDestinationCommand)
26
- .build() {
27
- }
28
- exports.DeleteRumMetricsDestinationCommand = DeleteRumMetricsDestinationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetAppMonitorCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetAppMonitorCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RUM", "GetAppMonitor", {})
22
- .n("RUMClient", "GetAppMonitorCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetAppMonitorCommand)
25
- .de(Aws_restJson1_1.de_GetAppMonitorCommand)
26
- .build() {
27
- }
28
- exports.GetAppMonitorCommand = GetAppMonitorCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetAppMonitorDataCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetAppMonitorDataCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RUM", "GetAppMonitorData", {})
22
- .n("RUMClient", "GetAppMonitorDataCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetAppMonitorDataCommand)
25
- .de(Aws_restJson1_1.de_GetAppMonitorDataCommand)
26
- .build() {
27
- }
28
- exports.GetAppMonitorDataCommand = GetAppMonitorDataCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAppMonitorsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListAppMonitorsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RUM", "ListAppMonitors", {})
22
- .n("RUMClient", "ListAppMonitorsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListAppMonitorsCommand)
25
- .de(Aws_restJson1_1.de_ListAppMonitorsCommand)
26
- .build() {
27
- }
28
- exports.ListAppMonitorsCommand = ListAppMonitorsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListRumMetricsDestinationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListRumMetricsDestinationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RUM", "ListRumMetricsDestinations", {})
22
- .n("RUMClient", "ListRumMetricsDestinationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListRumMetricsDestinationsCommand)
25
- .de(Aws_restJson1_1.de_ListRumMetricsDestinationsCommand)
26
- .build() {
27
- }
28
- exports.ListRumMetricsDestinationsCommand = ListRumMetricsDestinationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListTagsForResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RUM", "ListTagsForResource", {})
22
- .n("RUMClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
25
- .de(Aws_restJson1_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutRumEventsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class PutRumEventsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RUM", "PutRumEvents", {})
22
- .n("RUMClient", "PutRumEventsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_PutRumEventsCommand)
25
- .de(Aws_restJson1_1.de_PutRumEventsCommand)
26
- .build() {
27
- }
28
- exports.PutRumEventsCommand = PutRumEventsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutRumMetricsDestinationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class PutRumMetricsDestinationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RUM", "PutRumMetricsDestination", {})
22
- .n("RUMClient", "PutRumMetricsDestinationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_PutRumMetricsDestinationCommand)
25
- .de(Aws_restJson1_1.de_PutRumMetricsDestinationCommand)
26
- .build() {
27
- }
28
- exports.PutRumMetricsDestinationCommand = PutRumMetricsDestinationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class TagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RUM", "TagResource", {})
22
- .n("RUMClient", "TagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_TagResourceCommand)
25
- .de(Aws_restJson1_1.de_TagResourceCommand)
26
- .build() {
27
- }
28
- exports.TagResourceCommand = TagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UntagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RUM", "UntagResource", {})
22
- .n("RUMClient", "UntagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UntagResourceCommand)
25
- .de(Aws_restJson1_1.de_UntagResourceCommand)
26
- .build() {
27
- }
28
- exports.UntagResourceCommand = UntagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateAppMonitorCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateAppMonitorCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RUM", "UpdateAppMonitor", {})
22
- .n("RUMClient", "UpdateAppMonitorCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateAppMonitorCommand)
25
- .de(Aws_restJson1_1.de_UpdateAppMonitorCommand)
26
- .build() {
27
- }
28
- exports.UpdateAppMonitorCommand = UpdateAppMonitorCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateRumMetricDefinitionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateRumMetricDefinitionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RUM", "UpdateRumMetricDefinition", {})
22
- .n("RUMClient", "UpdateRumMetricDefinitionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateRumMetricDefinitionCommand)
25
- .de(Aws_restJson1_1.de_UpdateRumMetricDefinitionCommand)
26
- .build() {
27
- }
28
- exports.UpdateRumMetricDefinitionCommand = UpdateRumMetricDefinitionCommand;
1
+ module.exports = require("../index.js");
@@ -1,20 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./BatchCreateRumMetricDefinitionsCommand"), exports);
5
- tslib_1.__exportStar(require("./BatchDeleteRumMetricDefinitionsCommand"), exports);
6
- tslib_1.__exportStar(require("./BatchGetRumMetricDefinitionsCommand"), exports);
7
- tslib_1.__exportStar(require("./CreateAppMonitorCommand"), exports);
8
- tslib_1.__exportStar(require("./DeleteAppMonitorCommand"), exports);
9
- tslib_1.__exportStar(require("./DeleteRumMetricsDestinationCommand"), exports);
10
- tslib_1.__exportStar(require("./GetAppMonitorCommand"), exports);
11
- tslib_1.__exportStar(require("./GetAppMonitorDataCommand"), exports);
12
- tslib_1.__exportStar(require("./ListAppMonitorsCommand"), exports);
13
- tslib_1.__exportStar(require("./ListRumMetricsDestinationsCommand"), exports);
14
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
15
- tslib_1.__exportStar(require("./PutRumEventsCommand"), exports);
16
- tslib_1.__exportStar(require("./PutRumMetricsDestinationCommand"), exports);
17
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
18
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
19
- tslib_1.__exportStar(require("./UpdateAppMonitorCommand"), exports);
20
- tslib_1.__exportStar(require("./UpdateRumMetricDefinitionCommand"), exports);
1
+ module.exports = require("../index.js");