@aws-sdk/client-devops-guru 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 (67) hide show
  1. package/dist-cjs/commands/AddNotificationChannelCommand.js +2 -2
  2. package/dist-cjs/commands/DeleteInsightCommand.js +2 -2
  3. package/dist-cjs/commands/DescribeAccountHealthCommand.js +2 -2
  4. package/dist-cjs/commands/DescribeAccountOverviewCommand.js +2 -2
  5. package/dist-cjs/commands/DescribeAnomalyCommand.js +2 -2
  6. package/dist-cjs/commands/DescribeEventSourcesConfigCommand.js +2 -2
  7. package/dist-cjs/commands/DescribeFeedbackCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeInsightCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeOrganizationHealthCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeOrganizationOverviewCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeOrganizationResourceCollectionHealthCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeResourceCollectionHealthCommand.js +2 -2
  13. package/dist-cjs/commands/DescribeServiceIntegrationCommand.js +2 -2
  14. package/dist-cjs/commands/GetCostEstimationCommand.js +2 -2
  15. package/dist-cjs/commands/GetResourceCollectionCommand.js +2 -2
  16. package/dist-cjs/commands/ListAnomaliesForInsightCommand.js +2 -2
  17. package/dist-cjs/commands/ListAnomalousLogGroupsCommand.js +2 -2
  18. package/dist-cjs/commands/ListEventsCommand.js +2 -2
  19. package/dist-cjs/commands/ListInsightsCommand.js +2 -2
  20. package/dist-cjs/commands/ListMonitoredResourcesCommand.js +2 -2
  21. package/dist-cjs/commands/ListNotificationChannelsCommand.js +2 -2
  22. package/dist-cjs/commands/ListOrganizationInsightsCommand.js +2 -2
  23. package/dist-cjs/commands/ListRecommendationsCommand.js +2 -2
  24. package/dist-cjs/commands/PutFeedbackCommand.js +2 -2
  25. package/dist-cjs/commands/RemoveNotificationChannelCommand.js +2 -2
  26. package/dist-cjs/commands/SearchInsightsCommand.js +2 -2
  27. package/dist-cjs/commands/SearchOrganizationInsightsCommand.js +2 -2
  28. package/dist-cjs/commands/StartCostEstimationCommand.js +2 -2
  29. package/dist-cjs/commands/UpdateEventSourcesConfigCommand.js +2 -2
  30. package/dist-cjs/commands/UpdateResourceCollectionCommand.js +2 -2
  31. package/dist-cjs/commands/UpdateServiceIntegrationCommand.js +2 -2
  32. package/dist-cjs/protocols/Aws_restJson1.js +742 -918
  33. package/dist-es/commands/AddNotificationChannelCommand.js +3 -3
  34. package/dist-es/commands/DeleteInsightCommand.js +3 -3
  35. package/dist-es/commands/DescribeAccountHealthCommand.js +3 -3
  36. package/dist-es/commands/DescribeAccountOverviewCommand.js +3 -3
  37. package/dist-es/commands/DescribeAnomalyCommand.js +3 -3
  38. package/dist-es/commands/DescribeEventSourcesConfigCommand.js +3 -3
  39. package/dist-es/commands/DescribeFeedbackCommand.js +3 -3
  40. package/dist-es/commands/DescribeInsightCommand.js +3 -3
  41. package/dist-es/commands/DescribeOrganizationHealthCommand.js +3 -3
  42. package/dist-es/commands/DescribeOrganizationOverviewCommand.js +3 -3
  43. package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +3 -3
  44. package/dist-es/commands/DescribeResourceCollectionHealthCommand.js +3 -3
  45. package/dist-es/commands/DescribeServiceIntegrationCommand.js +3 -3
  46. package/dist-es/commands/GetCostEstimationCommand.js +3 -3
  47. package/dist-es/commands/GetResourceCollectionCommand.js +3 -3
  48. package/dist-es/commands/ListAnomaliesForInsightCommand.js +3 -3
  49. package/dist-es/commands/ListAnomalousLogGroupsCommand.js +3 -3
  50. package/dist-es/commands/ListEventsCommand.js +3 -3
  51. package/dist-es/commands/ListInsightsCommand.js +3 -3
  52. package/dist-es/commands/ListMonitoredResourcesCommand.js +3 -3
  53. package/dist-es/commands/ListNotificationChannelsCommand.js +3 -3
  54. package/dist-es/commands/ListOrganizationInsightsCommand.js +3 -3
  55. package/dist-es/commands/ListRecommendationsCommand.js +3 -3
  56. package/dist-es/commands/PutFeedbackCommand.js +3 -3
  57. package/dist-es/commands/RemoveNotificationChannelCommand.js +3 -3
  58. package/dist-es/commands/SearchInsightsCommand.js +3 -3
  59. package/dist-es/commands/SearchOrganizationInsightsCommand.js +3 -3
  60. package/dist-es/commands/StartCostEstimationCommand.js +3 -3
  61. package/dist-es/commands/UpdateEventSourcesConfigCommand.js +3 -3
  62. package/dist-es/commands/UpdateResourceCollectionCommand.js +3 -3
  63. package/dist-es/commands/UpdateServiceIntegrationCommand.js +3 -3
  64. package/dist-es/protocols/Aws_restJson1.js +678 -854
  65. package/dist-types/protocols/Aws_restJson1.d.ts +248 -62
  66. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +62 -62
  67. package/package.json +35 -35
@@ -36,10 +36,10 @@ class AddNotificationChannelCommand 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_restJson1AddNotificationChannelCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_AddNotificationChannelCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1AddNotificationChannelCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_AddNotificationChannelCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AddNotificationChannelCommand = AddNotificationChannelCommand;
@@ -36,10 +36,10 @@ class DeleteInsightCommand 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_restJson1DeleteInsightCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteInsightCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteInsightCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteInsightCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteInsightCommand = DeleteInsightCommand;
@@ -36,10 +36,10 @@ class DescribeAccountHealthCommand 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_restJson1DescribeAccountHealthCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeAccountHealthCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeAccountHealthCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeAccountHealthCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeAccountHealthCommand = DescribeAccountHealthCommand;
@@ -36,10 +36,10 @@ class DescribeAccountOverviewCommand 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_restJson1DescribeAccountOverviewCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeAccountOverviewCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeAccountOverviewCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeAccountOverviewCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeAccountOverviewCommand = DescribeAccountOverviewCommand;
@@ -36,10 +36,10 @@ class DescribeAnomalyCommand 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_restJson1DescribeAnomalyCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeAnomalyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeAnomalyCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeAnomalyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeAnomalyCommand = DescribeAnomalyCommand;
@@ -36,10 +36,10 @@ class DescribeEventSourcesConfigCommand 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_restJson1DescribeEventSourcesConfigCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeEventSourcesConfigCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeEventSourcesConfigCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeEventSourcesConfigCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeEventSourcesConfigCommand = DescribeEventSourcesConfigCommand;
@@ -36,10 +36,10 @@ class DescribeFeedbackCommand 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_restJson1DescribeFeedbackCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeFeedbackCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeFeedbackCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeFeedbackCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeFeedbackCommand = DescribeFeedbackCommand;
@@ -36,10 +36,10 @@ class DescribeInsightCommand 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_restJson1DescribeInsightCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeInsightCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeInsightCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeInsightCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeInsightCommand = DescribeInsightCommand;
@@ -36,10 +36,10 @@ class DescribeOrganizationHealthCommand 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_restJson1DescribeOrganizationHealthCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeOrganizationHealthCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeOrganizationHealthCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeOrganizationHealthCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeOrganizationHealthCommand = DescribeOrganizationHealthCommand;
@@ -36,10 +36,10 @@ class DescribeOrganizationOverviewCommand 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_restJson1DescribeOrganizationOverviewCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeOrganizationOverviewCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeOrganizationOverviewCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeOrganizationOverviewCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeOrganizationOverviewCommand = DescribeOrganizationOverviewCommand;
@@ -36,10 +36,10 @@ class DescribeOrganizationResourceCollectionHealthCommand extends smithy_client_
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_restJson1DescribeOrganizationResourceCollectionHealthCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeOrganizationResourceCollectionHealthCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeOrganizationResourceCollectionHealthCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeOrganizationResourceCollectionHealthCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeOrganizationResourceCollectionHealthCommand = DescribeOrganizationResourceCollectionHealthCommand;
@@ -36,10 +36,10 @@ class DescribeResourceCollectionHealthCommand 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_restJson1DescribeResourceCollectionHealthCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeResourceCollectionHealthCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeResourceCollectionHealthCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeResourceCollectionHealthCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeResourceCollectionHealthCommand = DescribeResourceCollectionHealthCommand;
@@ -36,10 +36,10 @@ class DescribeServiceIntegrationCommand 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_restJson1DescribeServiceIntegrationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeServiceIntegrationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeServiceIntegrationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeServiceIntegrationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeServiceIntegrationCommand = DescribeServiceIntegrationCommand;
@@ -36,10 +36,10 @@ class GetCostEstimationCommand 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_restJson1GetCostEstimationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetCostEstimationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetCostEstimationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetCostEstimationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetCostEstimationCommand = GetCostEstimationCommand;
@@ -36,10 +36,10 @@ class GetResourceCollectionCommand 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_restJson1GetResourceCollectionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetResourceCollectionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetResourceCollectionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetResourceCollectionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetResourceCollectionCommand = GetResourceCollectionCommand;
@@ -36,10 +36,10 @@ class ListAnomaliesForInsightCommand 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_restJson1ListAnomaliesForInsightCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListAnomaliesForInsightCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListAnomaliesForInsightCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListAnomaliesForInsightCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListAnomaliesForInsightCommand = ListAnomaliesForInsightCommand;
@@ -36,10 +36,10 @@ class ListAnomalousLogGroupsCommand 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_restJson1ListAnomalousLogGroupsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListAnomalousLogGroupsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListAnomalousLogGroupsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListAnomalousLogGroupsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListAnomalousLogGroupsCommand = ListAnomalousLogGroupsCommand;
@@ -36,10 +36,10 @@ class ListEventsCommand 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_restJson1ListEventsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListEventsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListEventsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListEventsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListEventsCommand = ListEventsCommand;
@@ -36,10 +36,10 @@ class ListInsightsCommand 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_restJson1ListInsightsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListInsightsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListInsightsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListInsightsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListInsightsCommand = ListInsightsCommand;
@@ -36,10 +36,10 @@ class ListMonitoredResourcesCommand 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_restJson1ListMonitoredResourcesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListMonitoredResourcesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListMonitoredResourcesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListMonitoredResourcesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListMonitoredResourcesCommand = ListMonitoredResourcesCommand;
@@ -36,10 +36,10 @@ class ListNotificationChannelsCommand 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_restJson1ListNotificationChannelsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListNotificationChannelsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListNotificationChannelsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListNotificationChannelsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListNotificationChannelsCommand = ListNotificationChannelsCommand;
@@ -36,10 +36,10 @@ class ListOrganizationInsightsCommand 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_restJson1ListOrganizationInsightsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListOrganizationInsightsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListOrganizationInsightsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListOrganizationInsightsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListOrganizationInsightsCommand = ListOrganizationInsightsCommand;
@@ -36,10 +36,10 @@ class ListRecommendationsCommand 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_restJson1ListRecommendationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListRecommendationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListRecommendationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListRecommendationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListRecommendationsCommand = ListRecommendationsCommand;
@@ -36,10 +36,10 @@ class PutFeedbackCommand 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_restJson1PutFeedbackCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_PutFeedbackCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1PutFeedbackCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_PutFeedbackCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PutFeedbackCommand = PutFeedbackCommand;
@@ -36,10 +36,10 @@ class RemoveNotificationChannelCommand 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_restJson1RemoveNotificationChannelCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_RemoveNotificationChannelCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1RemoveNotificationChannelCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_RemoveNotificationChannelCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.RemoveNotificationChannelCommand = RemoveNotificationChannelCommand;
@@ -36,10 +36,10 @@ class SearchInsightsCommand 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_restJson1SearchInsightsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_SearchInsightsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1SearchInsightsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_SearchInsightsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.SearchInsightsCommand = SearchInsightsCommand;
@@ -36,10 +36,10 @@ class SearchOrganizationInsightsCommand 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_restJson1SearchOrganizationInsightsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_SearchOrganizationInsightsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1SearchOrganizationInsightsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_SearchOrganizationInsightsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.SearchOrganizationInsightsCommand = SearchOrganizationInsightsCommand;
@@ -36,10 +36,10 @@ class StartCostEstimationCommand 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_restJson1StartCostEstimationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_StartCostEstimationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1StartCostEstimationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_StartCostEstimationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StartCostEstimationCommand = StartCostEstimationCommand;
@@ -36,10 +36,10 @@ class UpdateEventSourcesConfigCommand 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_restJson1UpdateEventSourcesConfigCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateEventSourcesConfigCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateEventSourcesConfigCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateEventSourcesConfigCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateEventSourcesConfigCommand = UpdateEventSourcesConfigCommand;
@@ -36,10 +36,10 @@ class UpdateResourceCollectionCommand 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_restJson1UpdateResourceCollectionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateResourceCollectionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateResourceCollectionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateResourceCollectionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateResourceCollectionCommand = UpdateResourceCollectionCommand;
@@ -36,10 +36,10 @@ class UpdateServiceIntegrationCommand 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_restJson1UpdateServiceIntegrationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateServiceIntegrationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateServiceIntegrationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateServiceIntegrationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateServiceIntegrationCommand = UpdateServiceIntegrationCommand;