@aws-sdk/client-rum 3.306.0 → 3.310.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 (39) hide show
  1. package/dist-cjs/commands/BatchCreateRumMetricDefinitionsCommand.js +2 -2
  2. package/dist-cjs/commands/BatchDeleteRumMetricDefinitionsCommand.js +2 -2
  3. package/dist-cjs/commands/BatchGetRumMetricDefinitionsCommand.js +2 -2
  4. package/dist-cjs/commands/CreateAppMonitorCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteAppMonitorCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteRumMetricsDestinationCommand.js +2 -2
  7. package/dist-cjs/commands/GetAppMonitorCommand.js +2 -2
  8. package/dist-cjs/commands/GetAppMonitorDataCommand.js +2 -2
  9. package/dist-cjs/commands/ListAppMonitorsCommand.js +2 -2
  10. package/dist-cjs/commands/ListRumMetricsDestinationsCommand.js +2 -2
  11. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  12. package/dist-cjs/commands/PutRumEventsCommand.js +2 -2
  13. package/dist-cjs/commands/PutRumMetricsDestinationCommand.js +2 -2
  14. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  15. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  16. package/dist-cjs/commands/UpdateAppMonitorCommand.js +2 -2
  17. package/dist-cjs/commands/UpdateRumMetricDefinitionCommand.js +2 -2
  18. package/dist-cjs/protocols/Aws_restJson1.js +286 -300
  19. package/dist-es/commands/BatchCreateRumMetricDefinitionsCommand.js +3 -3
  20. package/dist-es/commands/BatchDeleteRumMetricDefinitionsCommand.js +3 -3
  21. package/dist-es/commands/BatchGetRumMetricDefinitionsCommand.js +3 -3
  22. package/dist-es/commands/CreateAppMonitorCommand.js +3 -3
  23. package/dist-es/commands/DeleteAppMonitorCommand.js +3 -3
  24. package/dist-es/commands/DeleteRumMetricsDestinationCommand.js +3 -3
  25. package/dist-es/commands/GetAppMonitorCommand.js +3 -3
  26. package/dist-es/commands/GetAppMonitorDataCommand.js +3 -3
  27. package/dist-es/commands/ListAppMonitorsCommand.js +3 -3
  28. package/dist-es/commands/ListRumMetricsDestinationsCommand.js +3 -3
  29. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  30. package/dist-es/commands/PutRumEventsCommand.js +3 -3
  31. package/dist-es/commands/PutRumMetricsDestinationCommand.js +3 -3
  32. package/dist-es/commands/TagResourceCommand.js +3 -3
  33. package/dist-es/commands/UntagResourceCommand.js +3 -3
  34. package/dist-es/commands/UpdateAppMonitorCommand.js +3 -3
  35. package/dist-es/commands/UpdateRumMetricDefinitionCommand.js +3 -3
  36. package/dist-es/protocols/Aws_restJson1.js +251 -265
  37. package/dist-types/protocols/Aws_restJson1.d.ts +136 -34
  38. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +34 -34
  39. package/package.json +35 -35
@@ -36,10 +36,10 @@ class BatchCreateRumMetricDefinitionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1BatchCreateRumMetricDefinitionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_BatchCreateRumMetricDefinitionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1BatchCreateRumMetricDefinitionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_BatchCreateRumMetricDefinitionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.BatchCreateRumMetricDefinitionsCommand = BatchCreateRumMetricDefinitionsCommand;
@@ -36,10 +36,10 @@ class BatchDeleteRumMetricDefinitionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1BatchDeleteRumMetricDefinitionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_BatchDeleteRumMetricDefinitionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1BatchDeleteRumMetricDefinitionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_BatchDeleteRumMetricDefinitionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.BatchDeleteRumMetricDefinitionsCommand = BatchDeleteRumMetricDefinitionsCommand;
@@ -36,10 +36,10 @@ class BatchGetRumMetricDefinitionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1BatchGetRumMetricDefinitionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_BatchGetRumMetricDefinitionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1BatchGetRumMetricDefinitionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_BatchGetRumMetricDefinitionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.BatchGetRumMetricDefinitionsCommand = BatchGetRumMetricDefinitionsCommand;
@@ -36,10 +36,10 @@ class CreateAppMonitorCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateAppMonitorCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateAppMonitorCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateAppMonitorCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateAppMonitorCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateAppMonitorCommand = CreateAppMonitorCommand;
@@ -36,10 +36,10 @@ class DeleteAppMonitorCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteAppMonitorCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteAppMonitorCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteAppMonitorCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteAppMonitorCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteAppMonitorCommand = DeleteAppMonitorCommand;
@@ -36,10 +36,10 @@ class DeleteRumMetricsDestinationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteRumMetricsDestinationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteRumMetricsDestinationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteRumMetricsDestinationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteRumMetricsDestinationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteRumMetricsDestinationCommand = DeleteRumMetricsDestinationCommand;
@@ -36,10 +36,10 @@ class GetAppMonitorCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetAppMonitorCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetAppMonitorCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetAppMonitorCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetAppMonitorCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetAppMonitorCommand = GetAppMonitorCommand;
@@ -36,10 +36,10 @@ class GetAppMonitorDataCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetAppMonitorDataCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetAppMonitorDataCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetAppMonitorDataCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetAppMonitorDataCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetAppMonitorDataCommand = GetAppMonitorDataCommand;
@@ -36,10 +36,10 @@ class ListAppMonitorsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListAppMonitorsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListAppMonitorsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListAppMonitorsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListAppMonitorsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListAppMonitorsCommand = ListAppMonitorsCommand;
@@ -36,10 +36,10 @@ class ListRumMetricsDestinationsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListRumMetricsDestinationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListRumMetricsDestinationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListRumMetricsDestinationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListRumMetricsDestinationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListRumMetricsDestinationsCommand = ListRumMetricsDestinationsCommand;
@@ -36,10 +36,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListTagsForResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListTagsForResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -36,10 +36,10 @@ class PutRumEventsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1PutRumEventsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_PutRumEventsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1PutRumEventsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_PutRumEventsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PutRumEventsCommand = PutRumEventsCommand;
@@ -36,10 +36,10 @@ class PutRumMetricsDestinationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1PutRumMetricsDestinationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_PutRumMetricsDestinationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1PutRumMetricsDestinationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_PutRumMetricsDestinationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PutRumMetricsDestinationCommand = PutRumMetricsDestinationCommand;
@@ -36,10 +36,10 @@ class TagResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1TagResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_TagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_TagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.TagResourceCommand = TagResourceCommand;
@@ -36,10 +36,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UntagResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UntagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UntagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -36,10 +36,10 @@ class UpdateAppMonitorCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateAppMonitorCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateAppMonitorCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateAppMonitorCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateAppMonitorCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateAppMonitorCommand = UpdateAppMonitorCommand;
@@ -36,10 +36,10 @@ class UpdateRumMetricDefinitionCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateRumMetricDefinitionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateRumMetricDefinitionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateRumMetricDefinitionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateRumMetricDefinitionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateRumMetricDefinitionCommand = UpdateRumMetricDefinitionCommand;