@aws-sdk/client-devops-guru 3.533.0 → 3.540.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/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/DevOpsGuru.d.ts +11 -1
  6. package/dist-types/DevOpsGuruClient.d.ts +1 -1
  7. package/dist-types/commands/AddNotificationChannelCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteInsightCommand.d.ts +2 -1
  9. package/dist-types/commands/DescribeAccountHealthCommand.d.ts +2 -1
  10. package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +2 -1
  11. package/dist-types/commands/DescribeAnomalyCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeEventSourcesConfigCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeFeedbackCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeInsightCommand.d.ts +2 -1
  15. package/dist-types/commands/DescribeOrganizationHealthCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeOrganizationOverviewCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +2 -1
  20. package/dist-types/commands/GetCostEstimationCommand.d.ts +2 -1
  21. package/dist-types/commands/GetResourceCollectionCommand.d.ts +2 -1
  22. package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +2 -1
  23. package/dist-types/commands/ListAnomalousLogGroupsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListEventsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListInsightsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListMonitoredResourcesCommand.d.ts +2 -1
  27. package/dist-types/commands/ListNotificationChannelsCommand.d.ts +2 -1
  28. package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +2 -1
  29. package/dist-types/commands/ListRecommendationsCommand.d.ts +2 -1
  30. package/dist-types/commands/PutFeedbackCommand.d.ts +2 -1
  31. package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +2 -1
  32. package/dist-types/commands/SearchInsightsCommand.d.ts +2 -1
  33. package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +2 -1
  34. package/dist-types/commands/StartCostEstimationCommand.d.ts +2 -1
  35. package/dist-types/commands/UpdateEventSourcesConfigCommand.d.ts +2 -1
  36. package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +2 -1
  38. package/dist-types/index.d.ts +0 -1
  39. package/dist-types/models/models_0.d.ts +558 -558
  40. package/dist-types/ts3.4/DevOpsGuru.d.ts +10 -0
  41. package/dist-types/ts3.4/commands/AddNotificationChannelCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DescribeAccountHealthCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DescribeAccountOverviewCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DescribeAnomalyCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/DescribeEventSourcesConfigCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DescribeFeedbackCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DescribeResourceCollectionHealthCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DescribeServiceIntegrationCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/GetCostEstimationCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/GetResourceCollectionCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/ListAnomaliesForInsightCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListAnomalousLogGroupsCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListMonitoredResourcesCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListNotificationChannelsCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/SearchInsightsCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/StartCostEstimationCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/UpdateEventSourcesConfigCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/UpdateResourceCollectionCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/UpdateServiceIntegrationCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/index.d.ts +0 -1
  73. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface ListRecommendationsCommandOutput extends ListRecommendationsRes
22
22
  }
23
23
  declare const ListRecommendationsCommand_base: {
24
24
  new (input: ListRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRecommendationsCommandInput, ListRecommendationsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRecommendationsCommandInput, ListRecommendationsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Returns a list of a specified insight's recommendations. Each recommendation includes
30
30
  * a list of related metrics and a list of related events. </p>
31
31
  * @example
@@ -117,6 +117,7 @@ declare const ListRecommendationsCommand_base: {
117
117
  * @throws {@link DevOpsGuruServiceException}
118
118
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
119
119
  *
120
+ * @public
120
121
  */
121
122
  export declare class ListRecommendationsCommand extends ListRecommendationsCommand_base {
122
123
  }
@@ -22,10 +22,10 @@ export interface PutFeedbackCommandOutput extends PutFeedbackResponse, __Metadat
22
22
  }
23
23
  declare const PutFeedbackCommand_base: {
24
24
  new (input: PutFeedbackCommandInput): import("@smithy/smithy-client").CommandImpl<PutFeedbackCommandInput, PutFeedbackCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [PutFeedbackCommandInput]): import("@smithy/smithy-client").CommandImpl<PutFeedbackCommandInput, PutFeedbackCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Collects customer feedback about the specified insight. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const PutFeedbackCommand_base: {
76
76
  * @throws {@link DevOpsGuruServiceException}
77
77
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class PutFeedbackCommand extends PutFeedbackCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface RemoveNotificationChannelCommandOutput extends RemoveNotificati
22
22
  }
23
23
  declare const RemoveNotificationChannelCommand_base: {
24
24
  new (input: RemoveNotificationChannelCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveNotificationChannelCommandInput, RemoveNotificationChannelCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RemoveNotificationChannelCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveNotificationChannelCommandInput, RemoveNotificationChannelCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Removes a notification channel from DevOps Guru. A notification channel is used to notify
30
30
  * you when DevOps Guru generates an insight that contains information about how to improve your
31
31
  * operations. </p>
@@ -75,6 +75,7 @@ declare const RemoveNotificationChannelCommand_base: {
75
75
  * @throws {@link DevOpsGuruServiceException}
76
76
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class RemoveNotificationChannelCommand extends RemoveNotificationChannelCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface SearchInsightsCommandOutput extends SearchInsightsResponse, __M
22
22
  }
23
23
  declare const SearchInsightsCommand_base: {
24
24
  new (input: SearchInsightsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchInsightsCommandInput, SearchInsightsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SearchInsightsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchInsightsCommandInput, SearchInsightsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Returns a list of insights in your Amazon Web Services account. You can specify which insights are
30
30
  * returned by their start time, one or more statuses (<code>ONGOING</code> or <code>CLOSED</code>), one or more severities
31
31
  * (<code>LOW</code>, <code>MEDIUM</code>, and <code>HIGH</code>), and type
@@ -183,6 +183,7 @@ declare const SearchInsightsCommand_base: {
183
183
  * @throws {@link DevOpsGuruServiceException}
184
184
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
185
185
  *
186
+ * @public
186
187
  */
187
188
  export declare class SearchInsightsCommand extends SearchInsightsCommand_base {
188
189
  }
@@ -22,10 +22,10 @@ export interface SearchOrganizationInsightsCommandOutput extends SearchOrganizat
22
22
  }
23
23
  declare const SearchOrganizationInsightsCommand_base: {
24
24
  new (input: SearchOrganizationInsightsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchOrganizationInsightsCommandInput, SearchOrganizationInsightsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SearchOrganizationInsightsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchOrganizationInsightsCommandInput, SearchOrganizationInsightsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Returns a list of insights in your organization. You can specify which insights are
30
30
  * returned by their start time, one or more statuses (<code>ONGOING</code>,
31
31
  * <code>CLOSED</code>, and <code>CLOSED</code>), one or more severities
@@ -187,6 +187,7 @@ declare const SearchOrganizationInsightsCommand_base: {
187
187
  * @throws {@link DevOpsGuruServiceException}
188
188
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
189
189
  *
190
+ * @public
190
191
  */
191
192
  export declare class SearchOrganizationInsightsCommand extends SearchOrganizationInsightsCommand_base {
192
193
  }
@@ -22,10 +22,10 @@ export interface StartCostEstimationCommandOutput extends StartCostEstimationRes
22
22
  }
23
23
  declare const StartCostEstimationCommand_base: {
24
24
  new (input: StartCostEstimationCommandInput): import("@smithy/smithy-client").CommandImpl<StartCostEstimationCommandInput, StartCostEstimationCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartCostEstimationCommandInput): import("@smithy/smithy-client").CommandImpl<StartCostEstimationCommandInput, StartCostEstimationCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts the creation of an estimate of the monthly cost to analyze your Amazon Web Services
30
30
  * resources.</p>
31
31
  * @example
@@ -89,6 +89,7 @@ declare const StartCostEstimationCommand_base: {
89
89
  * @throws {@link DevOpsGuruServiceException}
90
90
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class StartCostEstimationCommand extends StartCostEstimationCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface UpdateEventSourcesConfigCommandOutput extends UpdateEventSource
22
22
  }
23
23
  declare const UpdateEventSourcesConfigCommand_base: {
24
24
  new (input: UpdateEventSourcesConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEventSourcesConfigCommandInput, UpdateEventSourcesConfigCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [UpdateEventSourcesConfigCommandInput]): import("@smithy/smithy-client").CommandImpl<UpdateEventSourcesConfigCommandInput, UpdateEventSourcesConfigCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Enables or disables integration with a service that can be integrated with DevOps Guru. The
30
30
  * one service that can be integrated with DevOps Guru is Amazon CodeGuru Profiler, which
31
31
  * can produce proactive recommendations which can be stored and viewed in DevOps Guru.</p>
@@ -73,6 +73,7 @@ declare const UpdateEventSourcesConfigCommand_base: {
73
73
  * @throws {@link DevOpsGuruServiceException}
74
74
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class UpdateEventSourcesConfigCommand extends UpdateEventSourcesConfigCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface UpdateResourceCollectionCommandOutput extends UpdateResourceCol
22
22
  }
23
23
  declare const UpdateResourceCollectionCommand_base: {
24
24
  new (input: UpdateResourceCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateResourceCollectionCommandInput, UpdateResourceCollectionCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateResourceCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateResourceCollectionCommandInput, UpdateResourceCollectionCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Updates the collection of resources that DevOps Guru analyzes.
30
30
  * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
31
31
  * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
@@ -89,6 +89,7 @@ declare const UpdateResourceCollectionCommand_base: {
89
89
  * @throws {@link DevOpsGuruServiceException}
90
90
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class UpdateResourceCollectionCommand extends UpdateResourceCollectionCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface UpdateServiceIntegrationCommandOutput extends UpdateServiceInte
22
22
  }
23
23
  declare const UpdateServiceIntegrationCommand_base: {
24
24
  new (input: UpdateServiceIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateServiceIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Enables or disables integration with a service that can be integrated with DevOps Guru. The
30
30
  * one service that can be integrated with DevOps Guru is Amazon Web Services Systems Manager, which can be used to create
31
31
  * an OpsItem for each generated insight. </p>
@@ -84,6 +84,7 @@ declare const UpdateServiceIntegrationCommand_base: {
84
84
  * @throws {@link DevOpsGuruServiceException}
85
85
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class UpdateServiceIntegrationCommand extends UpdateServiceIntegrationCommand_base {
89
90
  }
@@ -22,5 +22,4 @@ export { DevOpsGuruExtensionConfiguration } from "./extensionConfiguration";
22
22
  export * from "./commands";
23
23
  export * from "./pagination";
24
24
  export * from "./models";
25
- import "@aws-sdk/util-endpoints";
26
25
  export { DevOpsGuruServiceException } from "./models/DevOpsGuruServiceException";