@aws-sdk/client-devops-guru 3.296.0 → 3.298.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 (116) hide show
  1. package/dist-cjs/commands/AddNotificationChannelCommand.js +2 -3
  2. package/dist-cjs/commands/DeleteInsightCommand.js +2 -3
  3. package/dist-cjs/commands/DescribeAccountHealthCommand.js +2 -3
  4. package/dist-cjs/commands/DescribeAccountOverviewCommand.js +2 -3
  5. package/dist-cjs/commands/DescribeAnomalyCommand.js +2 -3
  6. package/dist-cjs/commands/DescribeEventSourcesConfigCommand.js +2 -3
  7. package/dist-cjs/commands/DescribeFeedbackCommand.js +2 -3
  8. package/dist-cjs/commands/DescribeInsightCommand.js +2 -3
  9. package/dist-cjs/commands/DescribeOrganizationHealthCommand.js +2 -3
  10. package/dist-cjs/commands/DescribeOrganizationOverviewCommand.js +2 -3
  11. package/dist-cjs/commands/DescribeOrganizationResourceCollectionHealthCommand.js +2 -3
  12. package/dist-cjs/commands/DescribeResourceCollectionHealthCommand.js +2 -3
  13. package/dist-cjs/commands/DescribeServiceIntegrationCommand.js +2 -3
  14. package/dist-cjs/commands/GetCostEstimationCommand.js +2 -3
  15. package/dist-cjs/commands/GetResourceCollectionCommand.js +2 -3
  16. package/dist-cjs/commands/ListAnomaliesForInsightCommand.js +2 -3
  17. package/dist-cjs/commands/ListAnomalousLogGroupsCommand.js +2 -3
  18. package/dist-cjs/commands/ListEventsCommand.js +2 -3
  19. package/dist-cjs/commands/ListInsightsCommand.js +2 -3
  20. package/dist-cjs/commands/ListMonitoredResourcesCommand.js +2 -3
  21. package/dist-cjs/commands/ListNotificationChannelsCommand.js +2 -3
  22. package/dist-cjs/commands/ListOrganizationInsightsCommand.js +2 -3
  23. package/dist-cjs/commands/ListRecommendationsCommand.js +2 -3
  24. package/dist-cjs/commands/PutFeedbackCommand.js +2 -3
  25. package/dist-cjs/commands/RemoveNotificationChannelCommand.js +2 -3
  26. package/dist-cjs/commands/SearchInsightsCommand.js +2 -3
  27. package/dist-cjs/commands/SearchOrganizationInsightsCommand.js +2 -3
  28. package/dist-cjs/commands/StartCostEstimationCommand.js +2 -3
  29. package/dist-cjs/commands/UpdateEventSourcesConfigCommand.js +2 -3
  30. package/dist-cjs/commands/UpdateResourceCollectionCommand.js +2 -3
  31. package/dist-cjs/commands/UpdateServiceIntegrationCommand.js +2 -3
  32. package/dist-cjs/models/models_0.js +1 -612
  33. package/dist-es/commands/AddNotificationChannelCommand.js +2 -3
  34. package/dist-es/commands/DeleteInsightCommand.js +2 -3
  35. package/dist-es/commands/DescribeAccountHealthCommand.js +2 -3
  36. package/dist-es/commands/DescribeAccountOverviewCommand.js +2 -3
  37. package/dist-es/commands/DescribeAnomalyCommand.js +2 -3
  38. package/dist-es/commands/DescribeEventSourcesConfigCommand.js +2 -3
  39. package/dist-es/commands/DescribeFeedbackCommand.js +2 -3
  40. package/dist-es/commands/DescribeInsightCommand.js +2 -3
  41. package/dist-es/commands/DescribeOrganizationHealthCommand.js +2 -3
  42. package/dist-es/commands/DescribeOrganizationOverviewCommand.js +2 -3
  43. package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +2 -3
  44. package/dist-es/commands/DescribeResourceCollectionHealthCommand.js +2 -3
  45. package/dist-es/commands/DescribeServiceIntegrationCommand.js +2 -3
  46. package/dist-es/commands/GetCostEstimationCommand.js +2 -3
  47. package/dist-es/commands/GetResourceCollectionCommand.js +2 -3
  48. package/dist-es/commands/ListAnomaliesForInsightCommand.js +2 -3
  49. package/dist-es/commands/ListAnomalousLogGroupsCommand.js +2 -3
  50. package/dist-es/commands/ListEventsCommand.js +2 -3
  51. package/dist-es/commands/ListInsightsCommand.js +2 -3
  52. package/dist-es/commands/ListMonitoredResourcesCommand.js +2 -3
  53. package/dist-es/commands/ListNotificationChannelsCommand.js +2 -3
  54. package/dist-es/commands/ListOrganizationInsightsCommand.js +2 -3
  55. package/dist-es/commands/ListRecommendationsCommand.js +2 -3
  56. package/dist-es/commands/PutFeedbackCommand.js +2 -3
  57. package/dist-es/commands/RemoveNotificationChannelCommand.js +2 -3
  58. package/dist-es/commands/SearchInsightsCommand.js +2 -3
  59. package/dist-es/commands/SearchOrganizationInsightsCommand.js +2 -3
  60. package/dist-es/commands/StartCostEstimationCommand.js +2 -3
  61. package/dist-es/commands/UpdateEventSourcesConfigCommand.js +2 -3
  62. package/dist-es/commands/UpdateResourceCollectionCommand.js +2 -3
  63. package/dist-es/commands/UpdateServiceIntegrationCommand.js +2 -3
  64. package/dist-es/models/models_0.js +0 -456
  65. package/dist-types/DevOpsGuru.d.ts +32 -0
  66. package/dist-types/DevOpsGuruClient.d.ts +24 -4
  67. package/dist-types/commands/AddNotificationChannelCommand.d.ts +16 -0
  68. package/dist-types/commands/DeleteInsightCommand.d.ts +16 -0
  69. package/dist-types/commands/DescribeAccountHealthCommand.d.ts +16 -0
  70. package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +16 -0
  71. package/dist-types/commands/DescribeAnomalyCommand.d.ts +16 -0
  72. package/dist-types/commands/DescribeEventSourcesConfigCommand.d.ts +16 -0
  73. package/dist-types/commands/DescribeFeedbackCommand.d.ts +16 -0
  74. package/dist-types/commands/DescribeInsightCommand.d.ts +16 -0
  75. package/dist-types/commands/DescribeOrganizationHealthCommand.d.ts +16 -0
  76. package/dist-types/commands/DescribeOrganizationOverviewCommand.d.ts +16 -0
  77. package/dist-types/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +16 -0
  78. package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +16 -0
  79. package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +16 -0
  80. package/dist-types/commands/GetCostEstimationCommand.d.ts +16 -0
  81. package/dist-types/commands/GetResourceCollectionCommand.d.ts +16 -0
  82. package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +16 -0
  83. package/dist-types/commands/ListAnomalousLogGroupsCommand.d.ts +16 -0
  84. package/dist-types/commands/ListEventsCommand.d.ts +16 -0
  85. package/dist-types/commands/ListInsightsCommand.d.ts +16 -0
  86. package/dist-types/commands/ListMonitoredResourcesCommand.d.ts +16 -0
  87. package/dist-types/commands/ListNotificationChannelsCommand.d.ts +16 -0
  88. package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +16 -0
  89. package/dist-types/commands/ListRecommendationsCommand.d.ts +16 -0
  90. package/dist-types/commands/PutFeedbackCommand.d.ts +16 -0
  91. package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +16 -0
  92. package/dist-types/commands/SearchInsightsCommand.d.ts +16 -0
  93. package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +16 -0
  94. package/dist-types/commands/StartCostEstimationCommand.d.ts +16 -0
  95. package/dist-types/commands/UpdateEventSourcesConfigCommand.d.ts +16 -0
  96. package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +16 -0
  97. package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +16 -0
  98. package/dist-types/models/DevOpsGuruServiceException.d.ts +2 -0
  99. package/dist-types/models/models_0.d.ts +358 -608
  100. package/dist-types/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +3 -0
  101. package/dist-types/pagination/DescribeResourceCollectionHealthPaginator.d.ts +3 -0
  102. package/dist-types/pagination/GetCostEstimationPaginator.d.ts +3 -0
  103. package/dist-types/pagination/GetResourceCollectionPaginator.d.ts +3 -0
  104. package/dist-types/pagination/Interfaces.d.ts +3 -0
  105. package/dist-types/pagination/ListAnomaliesForInsightPaginator.d.ts +3 -0
  106. package/dist-types/pagination/ListAnomalousLogGroupsPaginator.d.ts +3 -0
  107. package/dist-types/pagination/ListEventsPaginator.d.ts +3 -0
  108. package/dist-types/pagination/ListInsightsPaginator.d.ts +3 -0
  109. package/dist-types/pagination/ListMonitoredResourcesPaginator.d.ts +3 -0
  110. package/dist-types/pagination/ListNotificationChannelsPaginator.d.ts +3 -0
  111. package/dist-types/pagination/ListOrganizationInsightsPaginator.d.ts +3 -0
  112. package/dist-types/pagination/ListRecommendationsPaginator.d.ts +3 -0
  113. package/dist-types/pagination/SearchInsightsPaginator.d.ts +3 -0
  114. package/dist-types/pagination/SearchOrganizationInsightsPaginator.d.ts +3 -0
  115. package/dist-types/ts3.4/models/models_0.d.ts +0 -450
  116. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
5
  import { UpdateServiceIntegrationRequest, UpdateServiceIntegrationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateServiceIntegrationCommand}.
8
10
  */
9
11
  export interface UpdateServiceIntegrationCommandInput extends UpdateServiceIntegrationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateServiceIntegrationCommand}.
13
17
  */
14
18
  export interface UpdateServiceIntegrationCommandOutput extends UpdateServiceIntegrationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Enables or disables integration with a service that can be integrated with DevOps Guru. The
18
23
  * one service that can be integrated with DevOps Guru is Amazon Web Services Systems Manager, which can be used to create
19
24
  * an OpsItem for each generated insight. </p>
@@ -27,6 +32,8 @@ export interface UpdateServiceIntegrationCommandOutput extends UpdateServiceInte
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param UpdateServiceIntegrationCommandInput - {@link UpdateServiceIntegrationCommandInput}
36
+ * @returns {@link UpdateServiceIntegrationCommandOutput}
30
37
  * @see {@link UpdateServiceIntegrationCommandInput} for command's `input` shape.
31
38
  * @see {@link UpdateServiceIntegrationCommandOutput} for command's `response` shape.
32
39
  * @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
@@ -55,11 +62,20 @@ export interface UpdateServiceIntegrationCommandOutput extends UpdateServiceInte
55
62
  export declare class UpdateServiceIntegrationCommand extends $Command<UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput, DevOpsGuruClientResolvedConfig> {
56
63
  readonly input: UpdateServiceIntegrationCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: UpdateServiceIntegrationCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from DevOpsGuru service.
4
6
  */
5
7
  export declare class DevOpsGuruServiceException extends __ServiceException {