@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.
- package/CHANGELOG.md +16 -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,104 +1,315 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
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
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AddNotificationChannelCommandInput,
|
|
47
|
+
AddNotificationChannelCommandOutput,
|
|
48
|
+
} from "./commands/AddNotificationChannelCommand";
|
|
49
|
+
import {
|
|
50
|
+
DeleteInsightCommandInput,
|
|
51
|
+
DeleteInsightCommandOutput,
|
|
52
|
+
} from "./commands/DeleteInsightCommand";
|
|
53
|
+
import {
|
|
54
|
+
DescribeAccountHealthCommandInput,
|
|
55
|
+
DescribeAccountHealthCommandOutput,
|
|
56
|
+
} from "./commands/DescribeAccountHealthCommand";
|
|
57
|
+
import {
|
|
58
|
+
DescribeAccountOverviewCommandInput,
|
|
59
|
+
DescribeAccountOverviewCommandOutput,
|
|
60
|
+
} from "./commands/DescribeAccountOverviewCommand";
|
|
61
|
+
import {
|
|
62
|
+
DescribeAnomalyCommandInput,
|
|
63
|
+
DescribeAnomalyCommandOutput,
|
|
64
|
+
} from "./commands/DescribeAnomalyCommand";
|
|
65
|
+
import {
|
|
66
|
+
DescribeEventSourcesConfigCommandInput,
|
|
67
|
+
DescribeEventSourcesConfigCommandOutput,
|
|
68
|
+
} from "./commands/DescribeEventSourcesConfigCommand";
|
|
69
|
+
import {
|
|
70
|
+
DescribeFeedbackCommandInput,
|
|
71
|
+
DescribeFeedbackCommandOutput,
|
|
72
|
+
} from "./commands/DescribeFeedbackCommand";
|
|
73
|
+
import {
|
|
74
|
+
DescribeInsightCommandInput,
|
|
75
|
+
DescribeInsightCommandOutput,
|
|
76
|
+
} from "./commands/DescribeInsightCommand";
|
|
77
|
+
import {
|
|
78
|
+
DescribeOrganizationHealthCommandInput,
|
|
79
|
+
DescribeOrganizationHealthCommandOutput,
|
|
80
|
+
} from "./commands/DescribeOrganizationHealthCommand";
|
|
81
|
+
import {
|
|
82
|
+
DescribeOrganizationOverviewCommandInput,
|
|
83
|
+
DescribeOrganizationOverviewCommandOutput,
|
|
84
|
+
} from "./commands/DescribeOrganizationOverviewCommand";
|
|
85
|
+
import {
|
|
86
|
+
DescribeOrganizationResourceCollectionHealthCommandInput,
|
|
87
|
+
DescribeOrganizationResourceCollectionHealthCommandOutput,
|
|
88
|
+
} from "./commands/DescribeOrganizationResourceCollectionHealthCommand";
|
|
89
|
+
import {
|
|
90
|
+
DescribeResourceCollectionHealthCommandInput,
|
|
91
|
+
DescribeResourceCollectionHealthCommandOutput,
|
|
92
|
+
} from "./commands/DescribeResourceCollectionHealthCommand";
|
|
93
|
+
import {
|
|
94
|
+
DescribeServiceIntegrationCommandInput,
|
|
95
|
+
DescribeServiceIntegrationCommandOutput,
|
|
96
|
+
} from "./commands/DescribeServiceIntegrationCommand";
|
|
97
|
+
import {
|
|
98
|
+
GetCostEstimationCommandInput,
|
|
99
|
+
GetCostEstimationCommandOutput,
|
|
100
|
+
} from "./commands/GetCostEstimationCommand";
|
|
101
|
+
import {
|
|
102
|
+
GetResourceCollectionCommandInput,
|
|
103
|
+
GetResourceCollectionCommandOutput,
|
|
104
|
+
} from "./commands/GetResourceCollectionCommand";
|
|
105
|
+
import {
|
|
106
|
+
ListAnomaliesForInsightCommandInput,
|
|
107
|
+
ListAnomaliesForInsightCommandOutput,
|
|
108
|
+
} from "./commands/ListAnomaliesForInsightCommand";
|
|
109
|
+
import {
|
|
110
|
+
ListAnomalousLogGroupsCommandInput,
|
|
111
|
+
ListAnomalousLogGroupsCommandOutput,
|
|
112
|
+
} from "./commands/ListAnomalousLogGroupsCommand";
|
|
113
|
+
import {
|
|
114
|
+
ListEventsCommandInput,
|
|
115
|
+
ListEventsCommandOutput,
|
|
116
|
+
} from "./commands/ListEventsCommand";
|
|
117
|
+
import {
|
|
118
|
+
ListInsightsCommandInput,
|
|
119
|
+
ListInsightsCommandOutput,
|
|
120
|
+
} from "./commands/ListInsightsCommand";
|
|
121
|
+
import {
|
|
122
|
+
ListMonitoredResourcesCommandInput,
|
|
123
|
+
ListMonitoredResourcesCommandOutput,
|
|
124
|
+
} from "./commands/ListMonitoredResourcesCommand";
|
|
125
|
+
import {
|
|
126
|
+
ListNotificationChannelsCommandInput,
|
|
127
|
+
ListNotificationChannelsCommandOutput,
|
|
128
|
+
} from "./commands/ListNotificationChannelsCommand";
|
|
129
|
+
import {
|
|
130
|
+
ListOrganizationInsightsCommandInput,
|
|
131
|
+
ListOrganizationInsightsCommandOutput,
|
|
132
|
+
} from "./commands/ListOrganizationInsightsCommand";
|
|
133
|
+
import {
|
|
134
|
+
ListRecommendationsCommandInput,
|
|
135
|
+
ListRecommendationsCommandOutput,
|
|
136
|
+
} from "./commands/ListRecommendationsCommand";
|
|
137
|
+
import {
|
|
138
|
+
PutFeedbackCommandInput,
|
|
139
|
+
PutFeedbackCommandOutput,
|
|
140
|
+
} from "./commands/PutFeedbackCommand";
|
|
141
|
+
import {
|
|
142
|
+
RemoveNotificationChannelCommandInput,
|
|
143
|
+
RemoveNotificationChannelCommandOutput,
|
|
144
|
+
} from "./commands/RemoveNotificationChannelCommand";
|
|
145
|
+
import {
|
|
146
|
+
SearchInsightsCommandInput,
|
|
147
|
+
SearchInsightsCommandOutput,
|
|
148
|
+
} from "./commands/SearchInsightsCommand";
|
|
149
|
+
import {
|
|
150
|
+
SearchOrganizationInsightsCommandInput,
|
|
151
|
+
SearchOrganizationInsightsCommandOutput,
|
|
152
|
+
} from "./commands/SearchOrganizationInsightsCommand";
|
|
153
|
+
import {
|
|
154
|
+
StartCostEstimationCommandInput,
|
|
155
|
+
StartCostEstimationCommandOutput,
|
|
156
|
+
} from "./commands/StartCostEstimationCommand";
|
|
157
|
+
import {
|
|
158
|
+
UpdateEventSourcesConfigCommandInput,
|
|
159
|
+
UpdateEventSourcesConfigCommandOutput,
|
|
160
|
+
} from "./commands/UpdateEventSourcesConfigCommand";
|
|
161
|
+
import {
|
|
162
|
+
UpdateResourceCollectionCommandInput,
|
|
163
|
+
UpdateResourceCollectionCommandOutput,
|
|
164
|
+
} from "./commands/UpdateResourceCollectionCommand";
|
|
165
|
+
import {
|
|
166
|
+
UpdateServiceIntegrationCommandInput,
|
|
167
|
+
UpdateServiceIntegrationCommandOutput,
|
|
168
|
+
} from "./commands/UpdateServiceIntegrationCommand";
|
|
169
|
+
export declare type ServiceInputTypes =
|
|
170
|
+
| AddNotificationChannelCommandInput
|
|
171
|
+
| DeleteInsightCommandInput
|
|
172
|
+
| DescribeAccountHealthCommandInput
|
|
173
|
+
| DescribeAccountOverviewCommandInput
|
|
174
|
+
| DescribeAnomalyCommandInput
|
|
175
|
+
| DescribeEventSourcesConfigCommandInput
|
|
176
|
+
| DescribeFeedbackCommandInput
|
|
177
|
+
| DescribeInsightCommandInput
|
|
178
|
+
| DescribeOrganizationHealthCommandInput
|
|
179
|
+
| DescribeOrganizationOverviewCommandInput
|
|
180
|
+
| DescribeOrganizationResourceCollectionHealthCommandInput
|
|
181
|
+
| DescribeResourceCollectionHealthCommandInput
|
|
182
|
+
| DescribeServiceIntegrationCommandInput
|
|
183
|
+
| GetCostEstimationCommandInput
|
|
184
|
+
| GetResourceCollectionCommandInput
|
|
185
|
+
| ListAnomaliesForInsightCommandInput
|
|
186
|
+
| ListAnomalousLogGroupsCommandInput
|
|
187
|
+
| ListEventsCommandInput
|
|
188
|
+
| ListInsightsCommandInput
|
|
189
|
+
| ListMonitoredResourcesCommandInput
|
|
190
|
+
| ListNotificationChannelsCommandInput
|
|
191
|
+
| ListOrganizationInsightsCommandInput
|
|
192
|
+
| ListRecommendationsCommandInput
|
|
193
|
+
| PutFeedbackCommandInput
|
|
194
|
+
| RemoveNotificationChannelCommandInput
|
|
195
|
+
| SearchInsightsCommandInput
|
|
196
|
+
| SearchOrganizationInsightsCommandInput
|
|
197
|
+
| StartCostEstimationCommandInput
|
|
198
|
+
| UpdateEventSourcesConfigCommandInput
|
|
199
|
+
| UpdateResourceCollectionCommandInput
|
|
200
|
+
| UpdateServiceIntegrationCommandInput;
|
|
201
|
+
export declare type ServiceOutputTypes =
|
|
202
|
+
| AddNotificationChannelCommandOutput
|
|
203
|
+
| DeleteInsightCommandOutput
|
|
204
|
+
| DescribeAccountHealthCommandOutput
|
|
205
|
+
| DescribeAccountOverviewCommandOutput
|
|
206
|
+
| DescribeAnomalyCommandOutput
|
|
207
|
+
| DescribeEventSourcesConfigCommandOutput
|
|
208
|
+
| DescribeFeedbackCommandOutput
|
|
209
|
+
| DescribeInsightCommandOutput
|
|
210
|
+
| DescribeOrganizationHealthCommandOutput
|
|
211
|
+
| DescribeOrganizationOverviewCommandOutput
|
|
212
|
+
| DescribeOrganizationResourceCollectionHealthCommandOutput
|
|
213
|
+
| DescribeResourceCollectionHealthCommandOutput
|
|
214
|
+
| DescribeServiceIntegrationCommandOutput
|
|
215
|
+
| GetCostEstimationCommandOutput
|
|
216
|
+
| GetResourceCollectionCommandOutput
|
|
217
|
+
| ListAnomaliesForInsightCommandOutput
|
|
218
|
+
| ListAnomalousLogGroupsCommandOutput
|
|
219
|
+
| ListEventsCommandOutput
|
|
220
|
+
| ListInsightsCommandOutput
|
|
221
|
+
| ListMonitoredResourcesCommandOutput
|
|
222
|
+
| ListNotificationChannelsCommandOutput
|
|
223
|
+
| ListOrganizationInsightsCommandOutput
|
|
224
|
+
| ListRecommendationsCommandOutput
|
|
225
|
+
| PutFeedbackCommandOutput
|
|
226
|
+
| RemoveNotificationChannelCommandOutput
|
|
227
|
+
| SearchInsightsCommandOutput
|
|
228
|
+
| SearchOrganizationInsightsCommandOutput
|
|
229
|
+
| StartCostEstimationCommandOutput
|
|
230
|
+
| UpdateEventSourcesConfigCommandOutput
|
|
231
|
+
| UpdateResourceCollectionCommandOutput
|
|
232
|
+
| UpdateServiceIntegrationCommandOutput;
|
|
233
|
+
export interface ClientDefaults
|
|
234
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
235
|
+
requestHandler?: __HttpHandler;
|
|
236
|
+
|
|
237
|
+
sha256?: __HashConstructor;
|
|
238
|
+
|
|
239
|
+
urlParser?: __UrlParser;
|
|
240
|
+
|
|
241
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
242
|
+
|
|
243
|
+
streamCollector?: __StreamCollector;
|
|
244
|
+
|
|
245
|
+
base64Decoder?: __Decoder;
|
|
246
|
+
|
|
247
|
+
base64Encoder?: __Encoder;
|
|
248
|
+
|
|
249
|
+
utf8Decoder?: __Decoder;
|
|
250
|
+
|
|
251
|
+
utf8Encoder?: __Encoder;
|
|
252
|
+
|
|
253
|
+
runtime?: string;
|
|
254
|
+
|
|
255
|
+
disableHostPrefix?: boolean;
|
|
256
|
+
|
|
257
|
+
maxAttempts?: number | __Provider<number>;
|
|
258
|
+
|
|
259
|
+
retryMode?: string | __Provider<string>;
|
|
260
|
+
|
|
261
|
+
logger?: __Logger;
|
|
262
|
+
|
|
263
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
264
|
+
|
|
265
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
266
|
+
|
|
267
|
+
serviceId?: string;
|
|
268
|
+
|
|
269
|
+
region?: string | __Provider<string>;
|
|
270
|
+
|
|
271
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
272
|
+
|
|
273
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
274
|
+
|
|
275
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
276
|
+
|
|
277
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
278
|
+
}
|
|
279
|
+
declare type DevOpsGuruClientConfigType = Partial<
|
|
280
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
281
|
+
> &
|
|
282
|
+
ClientDefaults &
|
|
283
|
+
RegionInputConfig &
|
|
284
|
+
EndpointsInputConfig &
|
|
285
|
+
RetryInputConfig &
|
|
286
|
+
HostHeaderInputConfig &
|
|
287
|
+
AwsAuthInputConfig &
|
|
288
|
+
UserAgentInputConfig;
|
|
289
|
+
|
|
290
|
+
export interface DevOpsGuruClientConfig extends DevOpsGuruClientConfigType {}
|
|
291
|
+
declare type DevOpsGuruClientResolvedConfigType =
|
|
292
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
293
|
+
Required<ClientDefaults> &
|
|
294
|
+
RegionResolvedConfig &
|
|
295
|
+
EndpointsResolvedConfig &
|
|
296
|
+
RetryResolvedConfig &
|
|
297
|
+
HostHeaderResolvedConfig &
|
|
298
|
+
AwsAuthResolvedConfig &
|
|
299
|
+
UserAgentResolvedConfig;
|
|
300
|
+
|
|
301
|
+
export interface DevOpsGuruClientResolvedConfig
|
|
302
|
+
extends DevOpsGuruClientResolvedConfigType {}
|
|
303
|
+
|
|
304
|
+
export declare class DevOpsGuruClient extends __Client<
|
|
305
|
+
__HttpHandlerOptions,
|
|
306
|
+
ServiceInputTypes,
|
|
307
|
+
ServiceOutputTypes,
|
|
308
|
+
DevOpsGuruClientResolvedConfig
|
|
309
|
+
> {
|
|
310
|
+
readonly config: DevOpsGuruClientResolvedConfig;
|
|
311
|
+
constructor(configuration: DevOpsGuruClientConfig);
|
|
312
|
+
|
|
313
|
+
destroy(): void;
|
|
314
|
+
}
|
|
315
|
+
export {};
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DevOpsGuruClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DevOpsGuruClient";
|
|
13
|
+
import {
|
|
14
|
+
AddNotificationChannelRequest,
|
|
15
|
+
AddNotificationChannelResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AddNotificationChannelCommandInput
|
|
18
|
+
extends AddNotificationChannelRequest {}
|
|
19
|
+
export interface AddNotificationChannelCommandOutput
|
|
20
|
+
extends AddNotificationChannelResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AddNotificationChannelCommand extends $Command<
|
|
24
|
+
AddNotificationChannelCommandInput,
|
|
25
|
+
AddNotificationChannelCommandOutput,
|
|
26
|
+
DevOpsGuruClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AddNotificationChannelCommandInput;
|
|
29
|
+
constructor(input: AddNotificationChannelCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DevOpsGuruClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AddNotificationChannelCommandInput,
|
|
37
|
+
AddNotificationChannelCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DevOpsGuruClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DevOpsGuruClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteInsightRequest,
|
|
15
|
+
DeleteInsightResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteInsightCommandInput extends DeleteInsightRequest {}
|
|
18
|
+
export interface DeleteInsightCommandOutput
|
|
19
|
+
extends DeleteInsightResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteInsightCommand extends $Command<
|
|
23
|
+
DeleteInsightCommandInput,
|
|
24
|
+
DeleteInsightCommandOutput,
|
|
25
|
+
DevOpsGuruClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteInsightCommandInput;
|
|
28
|
+
constructor(input: DeleteInsightCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: DevOpsGuruClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteInsightCommandInput, DeleteInsightCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DevOpsGuruClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DevOpsGuruClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeAccountHealthRequest,
|
|
15
|
+
DescribeAccountHealthResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeAccountHealthCommandInput
|
|
18
|
+
extends DescribeAccountHealthRequest {}
|
|
19
|
+
export interface DescribeAccountHealthCommandOutput
|
|
20
|
+
extends DescribeAccountHealthResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeAccountHealthCommand extends $Command<
|
|
24
|
+
DescribeAccountHealthCommandInput,
|
|
25
|
+
DescribeAccountHealthCommandOutput,
|
|
26
|
+
DevOpsGuruClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAccountHealthCommandInput;
|
|
29
|
+
constructor(input: DescribeAccountHealthCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DevOpsGuruClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeAccountHealthCommandInput,
|
|
37
|
+
DescribeAccountHealthCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|