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