@aws-sdk/client-devops-guru 3.168.0 → 3.170.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 (62) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/DevOpsGuru.d.ts +568 -160
  3. package/dist-types/ts3.4/DevOpsGuruClient.d.ts +315 -104
  4. package/dist-types/ts3.4/commands/AddNotificationChannelCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/DescribeAccountHealthCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/DescribeAccountOverviewCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/DescribeAnomalyCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/DescribeEventSourcesConfigCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/DescribeFeedbackCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DescribeResourceCollectionHealthCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DescribeServiceIntegrationCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/GetCostEstimationCommand.d.ts +38 -17
  18. package/dist-types/ts3.4/commands/GetResourceCollectionCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/ListAnomaliesForInsightCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/ListAnomalousLogGroupsCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +34 -17
  23. package/dist-types/ts3.4/commands/ListMonitoredResourcesCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/ListNotificationChannelsCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/SearchInsightsCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/StartCostEstimationCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/UpdateEventSourcesConfigCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/UpdateResourceCollectionCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/UpdateServiceIntegrationCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/index.d.ts +31 -31
  36. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  37. package/dist-types/ts3.4/index.d.ts +6 -6
  38. package/dist-types/ts3.4/models/DevOpsGuruServiceException.d.ts +8 -6
  39. package/dist-types/ts3.4/models/index.d.ts +1 -1
  40. package/dist-types/ts3.4/models/models_0.d.ts +1935 -1776
  41. package/dist-types/ts3.4/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +11 -4
  42. package/dist-types/ts3.4/pagination/DescribeResourceCollectionHealthPaginator.d.ts +11 -4
  43. package/dist-types/ts3.4/pagination/GetCostEstimationPaginator.d.ts +11 -4
  44. package/dist-types/ts3.4/pagination/GetResourceCollectionPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  46. package/dist-types/ts3.4/pagination/ListAnomaliesForInsightPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/ListAnomalousLogGroupsPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/ListEventsPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListInsightsPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/ListMonitoredResourcesPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListNotificationChannelsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/ListOrganizationInsightsPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/ListRecommendationsPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/SearchInsightsPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/SearchOrganizationInsightsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/index.d.ts +15 -15
  57. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +377 -95
  58. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  59. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  60. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  61. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  62. package/package.json +34 -34
@@ -1,160 +1,568 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { AddNotificationChannelCommandInput, AddNotificationChannelCommandOutput } from "./commands/AddNotificationChannelCommand";
3
- import { DeleteInsightCommandInput, DeleteInsightCommandOutput } from "./commands/DeleteInsightCommand";
4
- import { DescribeAccountHealthCommandInput, DescribeAccountHealthCommandOutput } from "./commands/DescribeAccountHealthCommand";
5
- import { DescribeAccountOverviewCommandInput, DescribeAccountOverviewCommandOutput } from "./commands/DescribeAccountOverviewCommand";
6
- import { DescribeAnomalyCommandInput, DescribeAnomalyCommandOutput } from "./commands/DescribeAnomalyCommand";
7
- import { DescribeEventSourcesConfigCommandInput, DescribeEventSourcesConfigCommandOutput } from "./commands/DescribeEventSourcesConfigCommand";
8
- import { DescribeFeedbackCommandInput, DescribeFeedbackCommandOutput } from "./commands/DescribeFeedbackCommand";
9
- import { DescribeInsightCommandInput, DescribeInsightCommandOutput } from "./commands/DescribeInsightCommand";
10
- import { DescribeOrganizationHealthCommandInput, DescribeOrganizationHealthCommandOutput } from "./commands/DescribeOrganizationHealthCommand";
11
- import { DescribeOrganizationOverviewCommandInput, DescribeOrganizationOverviewCommandOutput } from "./commands/DescribeOrganizationOverviewCommand";
12
- import { DescribeOrganizationResourceCollectionHealthCommandInput, DescribeOrganizationResourceCollectionHealthCommandOutput } from "./commands/DescribeOrganizationResourceCollectionHealthCommand";
13
- import { DescribeResourceCollectionHealthCommandInput, DescribeResourceCollectionHealthCommandOutput } from "./commands/DescribeResourceCollectionHealthCommand";
14
- import { DescribeServiceIntegrationCommandInput, DescribeServiceIntegrationCommandOutput } from "./commands/DescribeServiceIntegrationCommand";
15
- import { GetCostEstimationCommandInput, GetCostEstimationCommandOutput } from "./commands/GetCostEstimationCommand";
16
- import { GetResourceCollectionCommandInput, GetResourceCollectionCommandOutput } from "./commands/GetResourceCollectionCommand";
17
- import { ListAnomaliesForInsightCommandInput, ListAnomaliesForInsightCommandOutput } from "./commands/ListAnomaliesForInsightCommand";
18
- import { ListAnomalousLogGroupsCommandInput, ListAnomalousLogGroupsCommandOutput } from "./commands/ListAnomalousLogGroupsCommand";
19
- import { ListEventsCommandInput, ListEventsCommandOutput } from "./commands/ListEventsCommand";
20
- import { ListInsightsCommandInput, ListInsightsCommandOutput } from "./commands/ListInsightsCommand";
21
- import { ListMonitoredResourcesCommandInput, ListMonitoredResourcesCommandOutput } from "./commands/ListMonitoredResourcesCommand";
22
- import { ListNotificationChannelsCommandInput, ListNotificationChannelsCommandOutput } from "./commands/ListNotificationChannelsCommand";
23
- import { ListOrganizationInsightsCommandInput, ListOrganizationInsightsCommandOutput } from "./commands/ListOrganizationInsightsCommand";
24
- import { ListRecommendationsCommandInput, ListRecommendationsCommandOutput } from "./commands/ListRecommendationsCommand";
25
- import { PutFeedbackCommandInput, PutFeedbackCommandOutput } from "./commands/PutFeedbackCommand";
26
- import { RemoveNotificationChannelCommandInput, RemoveNotificationChannelCommandOutput } from "./commands/RemoveNotificationChannelCommand";
27
- import { SearchInsightsCommandInput, SearchInsightsCommandOutput } from "./commands/SearchInsightsCommand";
28
- import { SearchOrganizationInsightsCommandInput, SearchOrganizationInsightsCommandOutput } from "./commands/SearchOrganizationInsightsCommand";
29
- import { StartCostEstimationCommandInput, StartCostEstimationCommandOutput } from "./commands/StartCostEstimationCommand";
30
- import { UpdateEventSourcesConfigCommandInput, UpdateEventSourcesConfigCommandOutput } from "./commands/UpdateEventSourcesConfigCommand";
31
- import { UpdateResourceCollectionCommandInput, UpdateResourceCollectionCommandOutput } from "./commands/UpdateResourceCollectionCommand";
32
- import { UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput } from "./commands/UpdateServiceIntegrationCommand";
33
- import { DevOpsGuruClient } from "./DevOpsGuruClient";
34
-
35
- export declare class DevOpsGuru extends DevOpsGuruClient {
36
-
37
- addNotificationChannel(args: AddNotificationChannelCommandInput, options?: __HttpHandlerOptions): Promise<AddNotificationChannelCommandOutput>;
38
- addNotificationChannel(args: AddNotificationChannelCommandInput, cb: (err: any, data?: AddNotificationChannelCommandOutput) => void): void;
39
- addNotificationChannel(args: AddNotificationChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddNotificationChannelCommandOutput) => void): void;
40
-
41
- deleteInsight(args: DeleteInsightCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInsightCommandOutput>;
42
- deleteInsight(args: DeleteInsightCommandInput, cb: (err: any, data?: DeleteInsightCommandOutput) => void): void;
43
- deleteInsight(args: DeleteInsightCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInsightCommandOutput) => void): void;
44
-
45
- describeAccountHealth(args: DescribeAccountHealthCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountHealthCommandOutput>;
46
- describeAccountHealth(args: DescribeAccountHealthCommandInput, cb: (err: any, data?: DescribeAccountHealthCommandOutput) => void): void;
47
- describeAccountHealth(args: DescribeAccountHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountHealthCommandOutput) => void): void;
48
-
49
- describeAccountOverview(args: DescribeAccountOverviewCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountOverviewCommandOutput>;
50
- describeAccountOverview(args: DescribeAccountOverviewCommandInput, cb: (err: any, data?: DescribeAccountOverviewCommandOutput) => void): void;
51
- describeAccountOverview(args: DescribeAccountOverviewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountOverviewCommandOutput) => void): void;
52
-
53
- describeAnomaly(args: DescribeAnomalyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAnomalyCommandOutput>;
54
- describeAnomaly(args: DescribeAnomalyCommandInput, cb: (err: any, data?: DescribeAnomalyCommandOutput) => void): void;
55
- describeAnomaly(args: DescribeAnomalyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAnomalyCommandOutput) => void): void;
56
-
57
- describeEventSourcesConfig(args: DescribeEventSourcesConfigCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventSourcesConfigCommandOutput>;
58
- describeEventSourcesConfig(args: DescribeEventSourcesConfigCommandInput, cb: (err: any, data?: DescribeEventSourcesConfigCommandOutput) => void): void;
59
- describeEventSourcesConfig(args: DescribeEventSourcesConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventSourcesConfigCommandOutput) => void): void;
60
-
61
- describeFeedback(args: DescribeFeedbackCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFeedbackCommandOutput>;
62
- describeFeedback(args: DescribeFeedbackCommandInput, cb: (err: any, data?: DescribeFeedbackCommandOutput) => void): void;
63
- describeFeedback(args: DescribeFeedbackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFeedbackCommandOutput) => void): void;
64
-
65
- describeInsight(args: DescribeInsightCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInsightCommandOutput>;
66
- describeInsight(args: DescribeInsightCommandInput, cb: (err: any, data?: DescribeInsightCommandOutput) => void): void;
67
- describeInsight(args: DescribeInsightCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInsightCommandOutput) => void): void;
68
-
69
- describeOrganizationHealth(args: DescribeOrganizationHealthCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOrganizationHealthCommandOutput>;
70
- describeOrganizationHealth(args: DescribeOrganizationHealthCommandInput, cb: (err: any, data?: DescribeOrganizationHealthCommandOutput) => void): void;
71
- describeOrganizationHealth(args: DescribeOrganizationHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrganizationHealthCommandOutput) => void): void;
72
-
73
- describeOrganizationOverview(args: DescribeOrganizationOverviewCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOrganizationOverviewCommandOutput>;
74
- describeOrganizationOverview(args: DescribeOrganizationOverviewCommandInput, cb: (err: any, data?: DescribeOrganizationOverviewCommandOutput) => void): void;
75
- describeOrganizationOverview(args: DescribeOrganizationOverviewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrganizationOverviewCommandOutput) => void): void;
76
-
77
- describeOrganizationResourceCollectionHealth(args: DescribeOrganizationResourceCollectionHealthCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOrganizationResourceCollectionHealthCommandOutput>;
78
- describeOrganizationResourceCollectionHealth(args: DescribeOrganizationResourceCollectionHealthCommandInput, cb: (err: any, data?: DescribeOrganizationResourceCollectionHealthCommandOutput) => void): void;
79
- describeOrganizationResourceCollectionHealth(args: DescribeOrganizationResourceCollectionHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrganizationResourceCollectionHealthCommandOutput) => void): void;
80
-
81
- describeResourceCollectionHealth(args: DescribeResourceCollectionHealthCommandInput, options?: __HttpHandlerOptions): Promise<DescribeResourceCollectionHealthCommandOutput>;
82
- describeResourceCollectionHealth(args: DescribeResourceCollectionHealthCommandInput, cb: (err: any, data?: DescribeResourceCollectionHealthCommandOutput) => void): void;
83
- describeResourceCollectionHealth(args: DescribeResourceCollectionHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeResourceCollectionHealthCommandOutput) => void): void;
84
-
85
- describeServiceIntegration(args: DescribeServiceIntegrationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeServiceIntegrationCommandOutput>;
86
- describeServiceIntegration(args: DescribeServiceIntegrationCommandInput, cb: (err: any, data?: DescribeServiceIntegrationCommandOutput) => void): void;
87
- describeServiceIntegration(args: DescribeServiceIntegrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeServiceIntegrationCommandOutput) => void): void;
88
-
89
- getCostEstimation(args: GetCostEstimationCommandInput, options?: __HttpHandlerOptions): Promise<GetCostEstimationCommandOutput>;
90
- getCostEstimation(args: GetCostEstimationCommandInput, cb: (err: any, data?: GetCostEstimationCommandOutput) => void): void;
91
- getCostEstimation(args: GetCostEstimationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCostEstimationCommandOutput) => void): void;
92
-
93
- getResourceCollection(args: GetResourceCollectionCommandInput, options?: __HttpHandlerOptions): Promise<GetResourceCollectionCommandOutput>;
94
- getResourceCollection(args: GetResourceCollectionCommandInput, cb: (err: any, data?: GetResourceCollectionCommandOutput) => void): void;
95
- getResourceCollection(args: GetResourceCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourceCollectionCommandOutput) => void): void;
96
-
97
- listAnomaliesForInsight(args: ListAnomaliesForInsightCommandInput, options?: __HttpHandlerOptions): Promise<ListAnomaliesForInsightCommandOutput>;
98
- listAnomaliesForInsight(args: ListAnomaliesForInsightCommandInput, cb: (err: any, data?: ListAnomaliesForInsightCommandOutput) => void): void;
99
- listAnomaliesForInsight(args: ListAnomaliesForInsightCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAnomaliesForInsightCommandOutput) => void): void;
100
-
101
- listAnomalousLogGroups(args: ListAnomalousLogGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListAnomalousLogGroupsCommandOutput>;
102
- listAnomalousLogGroups(args: ListAnomalousLogGroupsCommandInput, cb: (err: any, data?: ListAnomalousLogGroupsCommandOutput) => void): void;
103
- listAnomalousLogGroups(args: ListAnomalousLogGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAnomalousLogGroupsCommandOutput) => void): void;
104
-
105
- listEvents(args: ListEventsCommandInput, options?: __HttpHandlerOptions): Promise<ListEventsCommandOutput>;
106
- listEvents(args: ListEventsCommandInput, cb: (err: any, data?: ListEventsCommandOutput) => void): void;
107
- listEvents(args: ListEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEventsCommandOutput) => void): void;
108
-
109
- listInsights(args: ListInsightsCommandInput, options?: __HttpHandlerOptions): Promise<ListInsightsCommandOutput>;
110
- listInsights(args: ListInsightsCommandInput, cb: (err: any, data?: ListInsightsCommandOutput) => void): void;
111
- listInsights(args: ListInsightsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInsightsCommandOutput) => void): void;
112
-
113
- listMonitoredResources(args: ListMonitoredResourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListMonitoredResourcesCommandOutput>;
114
- listMonitoredResources(args: ListMonitoredResourcesCommandInput, cb: (err: any, data?: ListMonitoredResourcesCommandOutput) => void): void;
115
- listMonitoredResources(args: ListMonitoredResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMonitoredResourcesCommandOutput) => void): void;
116
-
117
- listNotificationChannels(args: ListNotificationChannelsCommandInput, options?: __HttpHandlerOptions): Promise<ListNotificationChannelsCommandOutput>;
118
- listNotificationChannels(args: ListNotificationChannelsCommandInput, cb: (err: any, data?: ListNotificationChannelsCommandOutput) => void): void;
119
- listNotificationChannels(args: ListNotificationChannelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNotificationChannelsCommandOutput) => void): void;
120
-
121
- listOrganizationInsights(args: ListOrganizationInsightsCommandInput, options?: __HttpHandlerOptions): Promise<ListOrganizationInsightsCommandOutput>;
122
- listOrganizationInsights(args: ListOrganizationInsightsCommandInput, cb: (err: any, data?: ListOrganizationInsightsCommandOutput) => void): void;
123
- listOrganizationInsights(args: ListOrganizationInsightsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOrganizationInsightsCommandOutput) => void): void;
124
-
125
- listRecommendations(args: ListRecommendationsCommandInput, options?: __HttpHandlerOptions): Promise<ListRecommendationsCommandOutput>;
126
- listRecommendations(args: ListRecommendationsCommandInput, cb: (err: any, data?: ListRecommendationsCommandOutput) => void): void;
127
- listRecommendations(args: ListRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecommendationsCommandOutput) => void): void;
128
-
129
- putFeedback(args: PutFeedbackCommandInput, options?: __HttpHandlerOptions): Promise<PutFeedbackCommandOutput>;
130
- putFeedback(args: PutFeedbackCommandInput, cb: (err: any, data?: PutFeedbackCommandOutput) => void): void;
131
- putFeedback(args: PutFeedbackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutFeedbackCommandOutput) => void): void;
132
-
133
- removeNotificationChannel(args: RemoveNotificationChannelCommandInput, options?: __HttpHandlerOptions): Promise<RemoveNotificationChannelCommandOutput>;
134
- removeNotificationChannel(args: RemoveNotificationChannelCommandInput, cb: (err: any, data?: RemoveNotificationChannelCommandOutput) => void): void;
135
- removeNotificationChannel(args: RemoveNotificationChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveNotificationChannelCommandOutput) => void): void;
136
-
137
- searchInsights(args: SearchInsightsCommandInput, options?: __HttpHandlerOptions): Promise<SearchInsightsCommandOutput>;
138
- searchInsights(args: SearchInsightsCommandInput, cb: (err: any, data?: SearchInsightsCommandOutput) => void): void;
139
- searchInsights(args: SearchInsightsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchInsightsCommandOutput) => void): void;
140
-
141
- searchOrganizationInsights(args: SearchOrganizationInsightsCommandInput, options?: __HttpHandlerOptions): Promise<SearchOrganizationInsightsCommandOutput>;
142
- searchOrganizationInsights(args: SearchOrganizationInsightsCommandInput, cb: (err: any, data?: SearchOrganizationInsightsCommandOutput) => void): void;
143
- searchOrganizationInsights(args: SearchOrganizationInsightsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchOrganizationInsightsCommandOutput) => void): void;
144
-
145
- startCostEstimation(args: StartCostEstimationCommandInput, options?: __HttpHandlerOptions): Promise<StartCostEstimationCommandOutput>;
146
- startCostEstimation(args: StartCostEstimationCommandInput, cb: (err: any, data?: StartCostEstimationCommandOutput) => void): void;
147
- startCostEstimation(args: StartCostEstimationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartCostEstimationCommandOutput) => void): void;
148
-
149
- updateEventSourcesConfig(args: UpdateEventSourcesConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEventSourcesConfigCommandOutput>;
150
- updateEventSourcesConfig(args: UpdateEventSourcesConfigCommandInput, cb: (err: any, data?: UpdateEventSourcesConfigCommandOutput) => void): void;
151
- updateEventSourcesConfig(args: UpdateEventSourcesConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEventSourcesConfigCommandOutput) => void): void;
152
-
153
- updateResourceCollection(args: UpdateResourceCollectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateResourceCollectionCommandOutput>;
154
- updateResourceCollection(args: UpdateResourceCollectionCommandInput, cb: (err: any, data?: UpdateResourceCollectionCommandOutput) => void): void;
155
- updateResourceCollection(args: UpdateResourceCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResourceCollectionCommandOutput) => void): void;
156
-
157
- updateServiceIntegration(args: UpdateServiceIntegrationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServiceIntegrationCommandOutput>;
158
- updateServiceIntegration(args: UpdateServiceIntegrationCommandInput, cb: (err: any, data?: UpdateServiceIntegrationCommandOutput) => void): void;
159
- updateServiceIntegration(args: UpdateServiceIntegrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServiceIntegrationCommandOutput) => void): void;
160
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ AddNotificationChannelCommandInput,
4
+ AddNotificationChannelCommandOutput,
5
+ } from "./commands/AddNotificationChannelCommand";
6
+ import {
7
+ DeleteInsightCommandInput,
8
+ DeleteInsightCommandOutput,
9
+ } from "./commands/DeleteInsightCommand";
10
+ import {
11
+ DescribeAccountHealthCommandInput,
12
+ DescribeAccountHealthCommandOutput,
13
+ } from "./commands/DescribeAccountHealthCommand";
14
+ import {
15
+ DescribeAccountOverviewCommandInput,
16
+ DescribeAccountOverviewCommandOutput,
17
+ } from "./commands/DescribeAccountOverviewCommand";
18
+ import {
19
+ DescribeAnomalyCommandInput,
20
+ DescribeAnomalyCommandOutput,
21
+ } from "./commands/DescribeAnomalyCommand";
22
+ import {
23
+ DescribeEventSourcesConfigCommandInput,
24
+ DescribeEventSourcesConfigCommandOutput,
25
+ } from "./commands/DescribeEventSourcesConfigCommand";
26
+ import {
27
+ DescribeFeedbackCommandInput,
28
+ DescribeFeedbackCommandOutput,
29
+ } from "./commands/DescribeFeedbackCommand";
30
+ import {
31
+ DescribeInsightCommandInput,
32
+ DescribeInsightCommandOutput,
33
+ } from "./commands/DescribeInsightCommand";
34
+ import {
35
+ DescribeOrganizationHealthCommandInput,
36
+ DescribeOrganizationHealthCommandOutput,
37
+ } from "./commands/DescribeOrganizationHealthCommand";
38
+ import {
39
+ DescribeOrganizationOverviewCommandInput,
40
+ DescribeOrganizationOverviewCommandOutput,
41
+ } from "./commands/DescribeOrganizationOverviewCommand";
42
+ import {
43
+ DescribeOrganizationResourceCollectionHealthCommandInput,
44
+ DescribeOrganizationResourceCollectionHealthCommandOutput,
45
+ } from "./commands/DescribeOrganizationResourceCollectionHealthCommand";
46
+ import {
47
+ DescribeResourceCollectionHealthCommandInput,
48
+ DescribeResourceCollectionHealthCommandOutput,
49
+ } from "./commands/DescribeResourceCollectionHealthCommand";
50
+ import {
51
+ DescribeServiceIntegrationCommandInput,
52
+ DescribeServiceIntegrationCommandOutput,
53
+ } from "./commands/DescribeServiceIntegrationCommand";
54
+ import {
55
+ GetCostEstimationCommandInput,
56
+ GetCostEstimationCommandOutput,
57
+ } from "./commands/GetCostEstimationCommand";
58
+ import {
59
+ GetResourceCollectionCommandInput,
60
+ GetResourceCollectionCommandOutput,
61
+ } from "./commands/GetResourceCollectionCommand";
62
+ import {
63
+ ListAnomaliesForInsightCommandInput,
64
+ ListAnomaliesForInsightCommandOutput,
65
+ } from "./commands/ListAnomaliesForInsightCommand";
66
+ import {
67
+ ListAnomalousLogGroupsCommandInput,
68
+ ListAnomalousLogGroupsCommandOutput,
69
+ } from "./commands/ListAnomalousLogGroupsCommand";
70
+ import {
71
+ ListEventsCommandInput,
72
+ ListEventsCommandOutput,
73
+ } from "./commands/ListEventsCommand";
74
+ import {
75
+ ListInsightsCommandInput,
76
+ ListInsightsCommandOutput,
77
+ } from "./commands/ListInsightsCommand";
78
+ import {
79
+ ListMonitoredResourcesCommandInput,
80
+ ListMonitoredResourcesCommandOutput,
81
+ } from "./commands/ListMonitoredResourcesCommand";
82
+ import {
83
+ ListNotificationChannelsCommandInput,
84
+ ListNotificationChannelsCommandOutput,
85
+ } from "./commands/ListNotificationChannelsCommand";
86
+ import {
87
+ ListOrganizationInsightsCommandInput,
88
+ ListOrganizationInsightsCommandOutput,
89
+ } from "./commands/ListOrganizationInsightsCommand";
90
+ import {
91
+ ListRecommendationsCommandInput,
92
+ ListRecommendationsCommandOutput,
93
+ } from "./commands/ListRecommendationsCommand";
94
+ import {
95
+ PutFeedbackCommandInput,
96
+ PutFeedbackCommandOutput,
97
+ } from "./commands/PutFeedbackCommand";
98
+ import {
99
+ RemoveNotificationChannelCommandInput,
100
+ RemoveNotificationChannelCommandOutput,
101
+ } from "./commands/RemoveNotificationChannelCommand";
102
+ import {
103
+ SearchInsightsCommandInput,
104
+ SearchInsightsCommandOutput,
105
+ } from "./commands/SearchInsightsCommand";
106
+ import {
107
+ SearchOrganizationInsightsCommandInput,
108
+ SearchOrganizationInsightsCommandOutput,
109
+ } from "./commands/SearchOrganizationInsightsCommand";
110
+ import {
111
+ StartCostEstimationCommandInput,
112
+ StartCostEstimationCommandOutput,
113
+ } from "./commands/StartCostEstimationCommand";
114
+ import {
115
+ UpdateEventSourcesConfigCommandInput,
116
+ UpdateEventSourcesConfigCommandOutput,
117
+ } from "./commands/UpdateEventSourcesConfigCommand";
118
+ import {
119
+ UpdateResourceCollectionCommandInput,
120
+ UpdateResourceCollectionCommandOutput,
121
+ } from "./commands/UpdateResourceCollectionCommand";
122
+ import {
123
+ UpdateServiceIntegrationCommandInput,
124
+ UpdateServiceIntegrationCommandOutput,
125
+ } from "./commands/UpdateServiceIntegrationCommand";
126
+ import { DevOpsGuruClient } from "./DevOpsGuruClient";
127
+
128
+ export declare class DevOpsGuru extends DevOpsGuruClient {
129
+ addNotificationChannel(
130
+ args: AddNotificationChannelCommandInput,
131
+ options?: __HttpHandlerOptions
132
+ ): Promise<AddNotificationChannelCommandOutput>;
133
+ addNotificationChannel(
134
+ args: AddNotificationChannelCommandInput,
135
+ cb: (err: any, data?: AddNotificationChannelCommandOutput) => void
136
+ ): void;
137
+ addNotificationChannel(
138
+ args: AddNotificationChannelCommandInput,
139
+ options: __HttpHandlerOptions,
140
+ cb: (err: any, data?: AddNotificationChannelCommandOutput) => void
141
+ ): void;
142
+
143
+ deleteInsight(
144
+ args: DeleteInsightCommandInput,
145
+ options?: __HttpHandlerOptions
146
+ ): Promise<DeleteInsightCommandOutput>;
147
+ deleteInsight(
148
+ args: DeleteInsightCommandInput,
149
+ cb: (err: any, data?: DeleteInsightCommandOutput) => void
150
+ ): void;
151
+ deleteInsight(
152
+ args: DeleteInsightCommandInput,
153
+ options: __HttpHandlerOptions,
154
+ cb: (err: any, data?: DeleteInsightCommandOutput) => void
155
+ ): void;
156
+
157
+ describeAccountHealth(
158
+ args: DescribeAccountHealthCommandInput,
159
+ options?: __HttpHandlerOptions
160
+ ): Promise<DescribeAccountHealthCommandOutput>;
161
+ describeAccountHealth(
162
+ args: DescribeAccountHealthCommandInput,
163
+ cb: (err: any, data?: DescribeAccountHealthCommandOutput) => void
164
+ ): void;
165
+ describeAccountHealth(
166
+ args: DescribeAccountHealthCommandInput,
167
+ options: __HttpHandlerOptions,
168
+ cb: (err: any, data?: DescribeAccountHealthCommandOutput) => void
169
+ ): void;
170
+
171
+ describeAccountOverview(
172
+ args: DescribeAccountOverviewCommandInput,
173
+ options?: __HttpHandlerOptions
174
+ ): Promise<DescribeAccountOverviewCommandOutput>;
175
+ describeAccountOverview(
176
+ args: DescribeAccountOverviewCommandInput,
177
+ cb: (err: any, data?: DescribeAccountOverviewCommandOutput) => void
178
+ ): void;
179
+ describeAccountOverview(
180
+ args: DescribeAccountOverviewCommandInput,
181
+ options: __HttpHandlerOptions,
182
+ cb: (err: any, data?: DescribeAccountOverviewCommandOutput) => void
183
+ ): void;
184
+
185
+ describeAnomaly(
186
+ args: DescribeAnomalyCommandInput,
187
+ options?: __HttpHandlerOptions
188
+ ): Promise<DescribeAnomalyCommandOutput>;
189
+ describeAnomaly(
190
+ args: DescribeAnomalyCommandInput,
191
+ cb: (err: any, data?: DescribeAnomalyCommandOutput) => void
192
+ ): void;
193
+ describeAnomaly(
194
+ args: DescribeAnomalyCommandInput,
195
+ options: __HttpHandlerOptions,
196
+ cb: (err: any, data?: DescribeAnomalyCommandOutput) => void
197
+ ): void;
198
+
199
+ describeEventSourcesConfig(
200
+ args: DescribeEventSourcesConfigCommandInput,
201
+ options?: __HttpHandlerOptions
202
+ ): Promise<DescribeEventSourcesConfigCommandOutput>;
203
+ describeEventSourcesConfig(
204
+ args: DescribeEventSourcesConfigCommandInput,
205
+ cb: (err: any, data?: DescribeEventSourcesConfigCommandOutput) => void
206
+ ): void;
207
+ describeEventSourcesConfig(
208
+ args: DescribeEventSourcesConfigCommandInput,
209
+ options: __HttpHandlerOptions,
210
+ cb: (err: any, data?: DescribeEventSourcesConfigCommandOutput) => void
211
+ ): void;
212
+
213
+ describeFeedback(
214
+ args: DescribeFeedbackCommandInput,
215
+ options?: __HttpHandlerOptions
216
+ ): Promise<DescribeFeedbackCommandOutput>;
217
+ describeFeedback(
218
+ args: DescribeFeedbackCommandInput,
219
+ cb: (err: any, data?: DescribeFeedbackCommandOutput) => void
220
+ ): void;
221
+ describeFeedback(
222
+ args: DescribeFeedbackCommandInput,
223
+ options: __HttpHandlerOptions,
224
+ cb: (err: any, data?: DescribeFeedbackCommandOutput) => void
225
+ ): void;
226
+
227
+ describeInsight(
228
+ args: DescribeInsightCommandInput,
229
+ options?: __HttpHandlerOptions
230
+ ): Promise<DescribeInsightCommandOutput>;
231
+ describeInsight(
232
+ args: DescribeInsightCommandInput,
233
+ cb: (err: any, data?: DescribeInsightCommandOutput) => void
234
+ ): void;
235
+ describeInsight(
236
+ args: DescribeInsightCommandInput,
237
+ options: __HttpHandlerOptions,
238
+ cb: (err: any, data?: DescribeInsightCommandOutput) => void
239
+ ): void;
240
+
241
+ describeOrganizationHealth(
242
+ args: DescribeOrganizationHealthCommandInput,
243
+ options?: __HttpHandlerOptions
244
+ ): Promise<DescribeOrganizationHealthCommandOutput>;
245
+ describeOrganizationHealth(
246
+ args: DescribeOrganizationHealthCommandInput,
247
+ cb: (err: any, data?: DescribeOrganizationHealthCommandOutput) => void
248
+ ): void;
249
+ describeOrganizationHealth(
250
+ args: DescribeOrganizationHealthCommandInput,
251
+ options: __HttpHandlerOptions,
252
+ cb: (err: any, data?: DescribeOrganizationHealthCommandOutput) => void
253
+ ): void;
254
+
255
+ describeOrganizationOverview(
256
+ args: DescribeOrganizationOverviewCommandInput,
257
+ options?: __HttpHandlerOptions
258
+ ): Promise<DescribeOrganizationOverviewCommandOutput>;
259
+ describeOrganizationOverview(
260
+ args: DescribeOrganizationOverviewCommandInput,
261
+ cb: (err: any, data?: DescribeOrganizationOverviewCommandOutput) => void
262
+ ): void;
263
+ describeOrganizationOverview(
264
+ args: DescribeOrganizationOverviewCommandInput,
265
+ options: __HttpHandlerOptions,
266
+ cb: (err: any, data?: DescribeOrganizationOverviewCommandOutput) => void
267
+ ): void;
268
+
269
+ describeOrganizationResourceCollectionHealth(
270
+ args: DescribeOrganizationResourceCollectionHealthCommandInput,
271
+ options?: __HttpHandlerOptions
272
+ ): Promise<DescribeOrganizationResourceCollectionHealthCommandOutput>;
273
+ describeOrganizationResourceCollectionHealth(
274
+ args: DescribeOrganizationResourceCollectionHealthCommandInput,
275
+ cb: (
276
+ err: any,
277
+ data?: DescribeOrganizationResourceCollectionHealthCommandOutput
278
+ ) => void
279
+ ): void;
280
+ describeOrganizationResourceCollectionHealth(
281
+ args: DescribeOrganizationResourceCollectionHealthCommandInput,
282
+ options: __HttpHandlerOptions,
283
+ cb: (
284
+ err: any,
285
+ data?: DescribeOrganizationResourceCollectionHealthCommandOutput
286
+ ) => void
287
+ ): void;
288
+
289
+ describeResourceCollectionHealth(
290
+ args: DescribeResourceCollectionHealthCommandInput,
291
+ options?: __HttpHandlerOptions
292
+ ): Promise<DescribeResourceCollectionHealthCommandOutput>;
293
+ describeResourceCollectionHealth(
294
+ args: DescribeResourceCollectionHealthCommandInput,
295
+ cb: (err: any, data?: DescribeResourceCollectionHealthCommandOutput) => void
296
+ ): void;
297
+ describeResourceCollectionHealth(
298
+ args: DescribeResourceCollectionHealthCommandInput,
299
+ options: __HttpHandlerOptions,
300
+ cb: (err: any, data?: DescribeResourceCollectionHealthCommandOutput) => void
301
+ ): void;
302
+
303
+ describeServiceIntegration(
304
+ args: DescribeServiceIntegrationCommandInput,
305
+ options?: __HttpHandlerOptions
306
+ ): Promise<DescribeServiceIntegrationCommandOutput>;
307
+ describeServiceIntegration(
308
+ args: DescribeServiceIntegrationCommandInput,
309
+ cb: (err: any, data?: DescribeServiceIntegrationCommandOutput) => void
310
+ ): void;
311
+ describeServiceIntegration(
312
+ args: DescribeServiceIntegrationCommandInput,
313
+ options: __HttpHandlerOptions,
314
+ cb: (err: any, data?: DescribeServiceIntegrationCommandOutput) => void
315
+ ): void;
316
+
317
+ getCostEstimation(
318
+ args: GetCostEstimationCommandInput,
319
+ options?: __HttpHandlerOptions
320
+ ): Promise<GetCostEstimationCommandOutput>;
321
+ getCostEstimation(
322
+ args: GetCostEstimationCommandInput,
323
+ cb: (err: any, data?: GetCostEstimationCommandOutput) => void
324
+ ): void;
325
+ getCostEstimation(
326
+ args: GetCostEstimationCommandInput,
327
+ options: __HttpHandlerOptions,
328
+ cb: (err: any, data?: GetCostEstimationCommandOutput) => void
329
+ ): void;
330
+
331
+ getResourceCollection(
332
+ args: GetResourceCollectionCommandInput,
333
+ options?: __HttpHandlerOptions
334
+ ): Promise<GetResourceCollectionCommandOutput>;
335
+ getResourceCollection(
336
+ args: GetResourceCollectionCommandInput,
337
+ cb: (err: any, data?: GetResourceCollectionCommandOutput) => void
338
+ ): void;
339
+ getResourceCollection(
340
+ args: GetResourceCollectionCommandInput,
341
+ options: __HttpHandlerOptions,
342
+ cb: (err: any, data?: GetResourceCollectionCommandOutput) => void
343
+ ): void;
344
+
345
+ listAnomaliesForInsight(
346
+ args: ListAnomaliesForInsightCommandInput,
347
+ options?: __HttpHandlerOptions
348
+ ): Promise<ListAnomaliesForInsightCommandOutput>;
349
+ listAnomaliesForInsight(
350
+ args: ListAnomaliesForInsightCommandInput,
351
+ cb: (err: any, data?: ListAnomaliesForInsightCommandOutput) => void
352
+ ): void;
353
+ listAnomaliesForInsight(
354
+ args: ListAnomaliesForInsightCommandInput,
355
+ options: __HttpHandlerOptions,
356
+ cb: (err: any, data?: ListAnomaliesForInsightCommandOutput) => void
357
+ ): void;
358
+
359
+ listAnomalousLogGroups(
360
+ args: ListAnomalousLogGroupsCommandInput,
361
+ options?: __HttpHandlerOptions
362
+ ): Promise<ListAnomalousLogGroupsCommandOutput>;
363
+ listAnomalousLogGroups(
364
+ args: ListAnomalousLogGroupsCommandInput,
365
+ cb: (err: any, data?: ListAnomalousLogGroupsCommandOutput) => void
366
+ ): void;
367
+ listAnomalousLogGroups(
368
+ args: ListAnomalousLogGroupsCommandInput,
369
+ options: __HttpHandlerOptions,
370
+ cb: (err: any, data?: ListAnomalousLogGroupsCommandOutput) => void
371
+ ): void;
372
+
373
+ listEvents(
374
+ args: ListEventsCommandInput,
375
+ options?: __HttpHandlerOptions
376
+ ): Promise<ListEventsCommandOutput>;
377
+ listEvents(
378
+ args: ListEventsCommandInput,
379
+ cb: (err: any, data?: ListEventsCommandOutput) => void
380
+ ): void;
381
+ listEvents(
382
+ args: ListEventsCommandInput,
383
+ options: __HttpHandlerOptions,
384
+ cb: (err: any, data?: ListEventsCommandOutput) => void
385
+ ): void;
386
+
387
+ listInsights(
388
+ args: ListInsightsCommandInput,
389
+ options?: __HttpHandlerOptions
390
+ ): Promise<ListInsightsCommandOutput>;
391
+ listInsights(
392
+ args: ListInsightsCommandInput,
393
+ cb: (err: any, data?: ListInsightsCommandOutput) => void
394
+ ): void;
395
+ listInsights(
396
+ args: ListInsightsCommandInput,
397
+ options: __HttpHandlerOptions,
398
+ cb: (err: any, data?: ListInsightsCommandOutput) => void
399
+ ): void;
400
+
401
+ listMonitoredResources(
402
+ args: ListMonitoredResourcesCommandInput,
403
+ options?: __HttpHandlerOptions
404
+ ): Promise<ListMonitoredResourcesCommandOutput>;
405
+ listMonitoredResources(
406
+ args: ListMonitoredResourcesCommandInput,
407
+ cb: (err: any, data?: ListMonitoredResourcesCommandOutput) => void
408
+ ): void;
409
+ listMonitoredResources(
410
+ args: ListMonitoredResourcesCommandInput,
411
+ options: __HttpHandlerOptions,
412
+ cb: (err: any, data?: ListMonitoredResourcesCommandOutput) => void
413
+ ): void;
414
+
415
+ listNotificationChannels(
416
+ args: ListNotificationChannelsCommandInput,
417
+ options?: __HttpHandlerOptions
418
+ ): Promise<ListNotificationChannelsCommandOutput>;
419
+ listNotificationChannels(
420
+ args: ListNotificationChannelsCommandInput,
421
+ cb: (err: any, data?: ListNotificationChannelsCommandOutput) => void
422
+ ): void;
423
+ listNotificationChannels(
424
+ args: ListNotificationChannelsCommandInput,
425
+ options: __HttpHandlerOptions,
426
+ cb: (err: any, data?: ListNotificationChannelsCommandOutput) => void
427
+ ): void;
428
+
429
+ listOrganizationInsights(
430
+ args: ListOrganizationInsightsCommandInput,
431
+ options?: __HttpHandlerOptions
432
+ ): Promise<ListOrganizationInsightsCommandOutput>;
433
+ listOrganizationInsights(
434
+ args: ListOrganizationInsightsCommandInput,
435
+ cb: (err: any, data?: ListOrganizationInsightsCommandOutput) => void
436
+ ): void;
437
+ listOrganizationInsights(
438
+ args: ListOrganizationInsightsCommandInput,
439
+ options: __HttpHandlerOptions,
440
+ cb: (err: any, data?: ListOrganizationInsightsCommandOutput) => void
441
+ ): void;
442
+
443
+ listRecommendations(
444
+ args: ListRecommendationsCommandInput,
445
+ options?: __HttpHandlerOptions
446
+ ): Promise<ListRecommendationsCommandOutput>;
447
+ listRecommendations(
448
+ args: ListRecommendationsCommandInput,
449
+ cb: (err: any, data?: ListRecommendationsCommandOutput) => void
450
+ ): void;
451
+ listRecommendations(
452
+ args: ListRecommendationsCommandInput,
453
+ options: __HttpHandlerOptions,
454
+ cb: (err: any, data?: ListRecommendationsCommandOutput) => void
455
+ ): void;
456
+
457
+ putFeedback(
458
+ args: PutFeedbackCommandInput,
459
+ options?: __HttpHandlerOptions
460
+ ): Promise<PutFeedbackCommandOutput>;
461
+ putFeedback(
462
+ args: PutFeedbackCommandInput,
463
+ cb: (err: any, data?: PutFeedbackCommandOutput) => void
464
+ ): void;
465
+ putFeedback(
466
+ args: PutFeedbackCommandInput,
467
+ options: __HttpHandlerOptions,
468
+ cb: (err: any, data?: PutFeedbackCommandOutput) => void
469
+ ): void;
470
+
471
+ removeNotificationChannel(
472
+ args: RemoveNotificationChannelCommandInput,
473
+ options?: __HttpHandlerOptions
474
+ ): Promise<RemoveNotificationChannelCommandOutput>;
475
+ removeNotificationChannel(
476
+ args: RemoveNotificationChannelCommandInput,
477
+ cb: (err: any, data?: RemoveNotificationChannelCommandOutput) => void
478
+ ): void;
479
+ removeNotificationChannel(
480
+ args: RemoveNotificationChannelCommandInput,
481
+ options: __HttpHandlerOptions,
482
+ cb: (err: any, data?: RemoveNotificationChannelCommandOutput) => void
483
+ ): void;
484
+
485
+ searchInsights(
486
+ args: SearchInsightsCommandInput,
487
+ options?: __HttpHandlerOptions
488
+ ): Promise<SearchInsightsCommandOutput>;
489
+ searchInsights(
490
+ args: SearchInsightsCommandInput,
491
+ cb: (err: any, data?: SearchInsightsCommandOutput) => void
492
+ ): void;
493
+ searchInsights(
494
+ args: SearchInsightsCommandInput,
495
+ options: __HttpHandlerOptions,
496
+ cb: (err: any, data?: SearchInsightsCommandOutput) => void
497
+ ): void;
498
+
499
+ searchOrganizationInsights(
500
+ args: SearchOrganizationInsightsCommandInput,
501
+ options?: __HttpHandlerOptions
502
+ ): Promise<SearchOrganizationInsightsCommandOutput>;
503
+ searchOrganizationInsights(
504
+ args: SearchOrganizationInsightsCommandInput,
505
+ cb: (err: any, data?: SearchOrganizationInsightsCommandOutput) => void
506
+ ): void;
507
+ searchOrganizationInsights(
508
+ args: SearchOrganizationInsightsCommandInput,
509
+ options: __HttpHandlerOptions,
510
+ cb: (err: any, data?: SearchOrganizationInsightsCommandOutput) => void
511
+ ): void;
512
+
513
+ startCostEstimation(
514
+ args: StartCostEstimationCommandInput,
515
+ options?: __HttpHandlerOptions
516
+ ): Promise<StartCostEstimationCommandOutput>;
517
+ startCostEstimation(
518
+ args: StartCostEstimationCommandInput,
519
+ cb: (err: any, data?: StartCostEstimationCommandOutput) => void
520
+ ): void;
521
+ startCostEstimation(
522
+ args: StartCostEstimationCommandInput,
523
+ options: __HttpHandlerOptions,
524
+ cb: (err: any, data?: StartCostEstimationCommandOutput) => void
525
+ ): void;
526
+
527
+ updateEventSourcesConfig(
528
+ args: UpdateEventSourcesConfigCommandInput,
529
+ options?: __HttpHandlerOptions
530
+ ): Promise<UpdateEventSourcesConfigCommandOutput>;
531
+ updateEventSourcesConfig(
532
+ args: UpdateEventSourcesConfigCommandInput,
533
+ cb: (err: any, data?: UpdateEventSourcesConfigCommandOutput) => void
534
+ ): void;
535
+ updateEventSourcesConfig(
536
+ args: UpdateEventSourcesConfigCommandInput,
537
+ options: __HttpHandlerOptions,
538
+ cb: (err: any, data?: UpdateEventSourcesConfigCommandOutput) => void
539
+ ): void;
540
+
541
+ updateResourceCollection(
542
+ args: UpdateResourceCollectionCommandInput,
543
+ options?: __HttpHandlerOptions
544
+ ): Promise<UpdateResourceCollectionCommandOutput>;
545
+ updateResourceCollection(
546
+ args: UpdateResourceCollectionCommandInput,
547
+ cb: (err: any, data?: UpdateResourceCollectionCommandOutput) => void
548
+ ): void;
549
+ updateResourceCollection(
550
+ args: UpdateResourceCollectionCommandInput,
551
+ options: __HttpHandlerOptions,
552
+ cb: (err: any, data?: UpdateResourceCollectionCommandOutput) => void
553
+ ): void;
554
+
555
+ updateServiceIntegration(
556
+ args: UpdateServiceIntegrationCommandInput,
557
+ options?: __HttpHandlerOptions
558
+ ): Promise<UpdateServiceIntegrationCommandOutput>;
559
+ updateServiceIntegration(
560
+ args: UpdateServiceIntegrationCommandInput,
561
+ cb: (err: any, data?: UpdateServiceIntegrationCommandOutput) => void
562
+ ): void;
563
+ updateServiceIntegration(
564
+ args: UpdateServiceIntegrationCommandInput,
565
+ options: __HttpHandlerOptions,
566
+ cb: (err: any, data?: UpdateServiceIntegrationCommandOutput) => void
567
+ ): void;
568
+ }