@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/DevOpsGuru.d.ts +537 -160
- package/dist-types/ts3.4/DevOpsGuruClient.d.ts +290 -104
- package/dist-types/ts3.4/commands/AddNotificationChannelCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeAccountHealthCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAccountOverviewCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAnomalyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeEventSourcesConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFeedbackCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeResourceCollectionHealthCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeServiceIntegrationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCostEstimationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetResourceCollectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAnomaliesForInsightCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAnomalousLogGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListMonitoredResourcesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListNotificationChannelsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SearchInsightsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartCostEstimationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateEventSourcesConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateResourceCollectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateServiceIntegrationCommand.d.ts +39 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1385 -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 +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,104 +1,290 @@
|
|
|
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
|
+
sha256?: __HashConstructor;
|
|
237
|
+
urlParser?: __UrlParser;
|
|
238
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
239
|
+
streamCollector?: __StreamCollector;
|
|
240
|
+
base64Decoder?: __Decoder;
|
|
241
|
+
base64Encoder?: __Encoder;
|
|
242
|
+
utf8Decoder?: __Decoder;
|
|
243
|
+
utf8Encoder?: __Encoder;
|
|
244
|
+
runtime?: string;
|
|
245
|
+
disableHostPrefix?: boolean;
|
|
246
|
+
maxAttempts?: number | __Provider<number>;
|
|
247
|
+
retryMode?: string | __Provider<string>;
|
|
248
|
+
logger?: __Logger;
|
|
249
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
250
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
251
|
+
serviceId?: string;
|
|
252
|
+
region?: string | __Provider<string>;
|
|
253
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
254
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
255
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
256
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
257
|
+
}
|
|
258
|
+
declare type DevOpsGuruClientConfigType = Partial<
|
|
259
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
260
|
+
> &
|
|
261
|
+
ClientDefaults &
|
|
262
|
+
RegionInputConfig &
|
|
263
|
+
EndpointsInputConfig &
|
|
264
|
+
RetryInputConfig &
|
|
265
|
+
HostHeaderInputConfig &
|
|
266
|
+
AwsAuthInputConfig &
|
|
267
|
+
UserAgentInputConfig;
|
|
268
|
+
export interface DevOpsGuruClientConfig extends DevOpsGuruClientConfigType {}
|
|
269
|
+
declare type DevOpsGuruClientResolvedConfigType =
|
|
270
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
271
|
+
Required<ClientDefaults> &
|
|
272
|
+
RegionResolvedConfig &
|
|
273
|
+
EndpointsResolvedConfig &
|
|
274
|
+
RetryResolvedConfig &
|
|
275
|
+
HostHeaderResolvedConfig &
|
|
276
|
+
AwsAuthResolvedConfig &
|
|
277
|
+
UserAgentResolvedConfig;
|
|
278
|
+
export interface DevOpsGuruClientResolvedConfig
|
|
279
|
+
extends DevOpsGuruClientResolvedConfigType {}
|
|
280
|
+
export declare class DevOpsGuruClient extends __Client<
|
|
281
|
+
__HttpHandlerOptions,
|
|
282
|
+
ServiceInputTypes,
|
|
283
|
+
ServiceOutputTypes,
|
|
284
|
+
DevOpsGuruClientResolvedConfig
|
|
285
|
+
> {
|
|
286
|
+
readonly config: DevOpsGuruClientResolvedConfig;
|
|
287
|
+
constructor(configuration: DevOpsGuruClientConfig);
|
|
288
|
+
destroy(): void;
|
|
289
|
+
}
|
|
290
|
+
export {};
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
export declare class AddNotificationChannelCommand extends $Command<
|
|
23
|
+
AddNotificationChannelCommandInput,
|
|
24
|
+
AddNotificationChannelCommandOutput,
|
|
25
|
+
DevOpsGuruClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: AddNotificationChannelCommandInput;
|
|
28
|
+
constructor(input: AddNotificationChannelCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DevOpsGuruClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
AddNotificationChannelCommandInput,
|
|
35
|
+
AddNotificationChannelCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
export declare class DeleteInsightCommand extends $Command<
|
|
22
|
+
DeleteInsightCommandInput,
|
|
23
|
+
DeleteInsightCommandOutput,
|
|
24
|
+
DevOpsGuruClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DeleteInsightCommandInput;
|
|
27
|
+
constructor(input: DeleteInsightCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: DevOpsGuruClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DeleteInsightCommandInput, DeleteInsightCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
export declare class DescribeAccountHealthCommand extends $Command<
|
|
23
|
+
DescribeAccountHealthCommandInput,
|
|
24
|
+
DescribeAccountHealthCommandOutput,
|
|
25
|
+
DevOpsGuruClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeAccountHealthCommandInput;
|
|
28
|
+
constructor(input: DescribeAccountHealthCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DevOpsGuruClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeAccountHealthCommandInput,
|
|
35
|
+
DescribeAccountHealthCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
DescribeAccountOverviewRequest,
|
|
15
|
+
DescribeAccountOverviewResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeAccountOverviewCommandInput
|
|
18
|
+
extends DescribeAccountOverviewRequest {}
|
|
19
|
+
export interface DescribeAccountOverviewCommandOutput
|
|
20
|
+
extends DescribeAccountOverviewResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeAccountOverviewCommand extends $Command<
|
|
23
|
+
DescribeAccountOverviewCommandInput,
|
|
24
|
+
DescribeAccountOverviewCommandOutput,
|
|
25
|
+
DevOpsGuruClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeAccountOverviewCommandInput;
|
|
28
|
+
constructor(input: DescribeAccountOverviewCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DevOpsGuruClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeAccountOverviewCommandInput,
|
|
35
|
+
DescribeAccountOverviewCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|