@aws-sdk/client-devops-guru 3.169.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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/DevOpsGuru.d.ts +568 -160
- package/dist-types/ts3.4/DevOpsGuruClient.d.ts +315 -104
- package/dist-types/ts3.4/commands/AddNotificationChannelCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAccountHealthCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAccountOverviewCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAnomalyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeEventSourcesConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFeedbackCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeResourceCollectionHealthCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeServiceIntegrationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCostEstimationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetResourceCollectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAnomaliesForInsightCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAnomalousLogGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListMonitoredResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListNotificationChannelsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchInsightsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartCostEstimationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateEventSourcesConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateResourceCollectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateServiceIntegrationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +31 -31
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/DevOpsGuruServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1935 -1776
- package/dist-types/ts3.4/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeResourceCollectionHealthPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetCostEstimationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetResourceCollectionPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAnomaliesForInsightPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAnomalousLogGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEventsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInsightsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMonitoredResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNotificationChannelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListOrganizationInsightsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecommendationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchInsightsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchOrganizationInsightsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +15 -15
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +377 -95
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,160 +1,568 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
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
|
+
}
|