@aws-sdk/client-devops-guru 3.529.1 → 3.535.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/dist-types/DevOpsGuru.d.ts +11 -1
- package/dist-types/DevOpsGuruClient.d.ts +1 -1
- package/dist-types/commands/AddNotificationChannelCommand.d.ts +2 -1
- package/dist-types/commands/DeleteInsightCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountHealthCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAnomalyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEventSourcesConfigCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFeedbackCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInsightCommand.d.ts +2 -1
- package/dist-types/commands/DescribeOrganizationHealthCommand.d.ts +2 -1
- package/dist-types/commands/DescribeOrganizationOverviewCommand.d.ts +2 -1
- package/dist-types/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +2 -1
- package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +2 -1
- package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +2 -1
- package/dist-types/commands/GetCostEstimationCommand.d.ts +2 -1
- package/dist-types/commands/GetResourceCollectionCommand.d.ts +2 -1
- package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +2 -1
- package/dist-types/commands/ListAnomalousLogGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListEventsCommand.d.ts +2 -1
- package/dist-types/commands/ListInsightsCommand.d.ts +2 -1
- package/dist-types/commands/ListMonitoredResourcesCommand.d.ts +2 -1
- package/dist-types/commands/ListNotificationChannelsCommand.d.ts +2 -1
- package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +2 -1
- package/dist-types/commands/ListRecommendationsCommand.d.ts +2 -1
- package/dist-types/commands/PutFeedbackCommand.d.ts +2 -1
- package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +2 -1
- package/dist-types/commands/SearchInsightsCommand.d.ts +2 -1
- package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +2 -1
- package/dist-types/commands/StartCostEstimationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEventSourcesConfigCommand.d.ts +2 -1
- package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +558 -558
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/DevOpsGuru.d.ts +10 -0
- package/dist-types/ts3.4/commands/AddNotificationChannelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAccountHealthCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAccountOverviewCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAnomalyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEventSourcesConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFeedbackCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeResourceCollectionHealthCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeServiceIntegrationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCostEstimationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetResourceCollectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAnomaliesForInsightCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAnomalousLogGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListMonitoredResourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListNotificationChannelsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchInsightsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartCostEstimationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateEventSourcesConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateResourceCollectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateServiceIntegrationCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
|
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
-
base64Encoder:
|
|
23
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
-
utf8Encoder:
|
|
25
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
|
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
-
base64Encoder:
|
|
23
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
-
utf8Encoder:
|
|
25
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
|
|
|
11
11
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
12
12
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
13
13
|
base64Decoder: import("@smithy/types").Decoder;
|
|
14
|
-
base64Encoder:
|
|
14
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
15
15
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
16
|
-
utf8Encoder:
|
|
16
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
17
17
|
disableHostPrefix: boolean;
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -5,7 +5,7 @@ import { DevOpsGuruClientConfig } from "./DevOpsGuruClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
|
|
6
6
|
apiVersion: string;
|
|
7
7
|
base64Decoder: import("@smithy/types").Decoder;
|
|
8
|
-
base64Encoder:
|
|
8
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
9
9
|
disableHostPrefix: boolean;
|
|
10
10
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
11
11
|
logger?: import("@smithy/types").Logger | undefined;
|
|
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
|
|
|
17
17
|
serviceId: string;
|
|
18
18
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
19
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
20
|
-
utf8Encoder:
|
|
20
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
21
21
|
};
|
|
@@ -151,6 +151,7 @@ export interface DevOpsGuru {
|
|
|
151
151
|
options: __HttpHandlerOptions,
|
|
152
152
|
cb: (err: any, data?: DeleteInsightCommandOutput) => void
|
|
153
153
|
): void;
|
|
154
|
+
describeAccountHealth(): Promise<DescribeAccountHealthCommandOutput>;
|
|
154
155
|
describeAccountHealth(
|
|
155
156
|
args: DescribeAccountHealthCommandInput,
|
|
156
157
|
options?: __HttpHandlerOptions
|
|
@@ -190,6 +191,7 @@ export interface DevOpsGuru {
|
|
|
190
191
|
options: __HttpHandlerOptions,
|
|
191
192
|
cb: (err: any, data?: DescribeAnomalyCommandOutput) => void
|
|
192
193
|
): void;
|
|
194
|
+
describeEventSourcesConfig(): Promise<DescribeEventSourcesConfigCommandOutput>;
|
|
193
195
|
describeEventSourcesConfig(
|
|
194
196
|
args: DescribeEventSourcesConfigCommandInput,
|
|
195
197
|
options?: __HttpHandlerOptions
|
|
@@ -203,6 +205,7 @@ export interface DevOpsGuru {
|
|
|
203
205
|
options: __HttpHandlerOptions,
|
|
204
206
|
cb: (err: any, data?: DescribeEventSourcesConfigCommandOutput) => void
|
|
205
207
|
): void;
|
|
208
|
+
describeFeedback(): Promise<DescribeFeedbackCommandOutput>;
|
|
206
209
|
describeFeedback(
|
|
207
210
|
args: DescribeFeedbackCommandInput,
|
|
208
211
|
options?: __HttpHandlerOptions
|
|
@@ -229,6 +232,7 @@ export interface DevOpsGuru {
|
|
|
229
232
|
options: __HttpHandlerOptions,
|
|
230
233
|
cb: (err: any, data?: DescribeInsightCommandOutput) => void
|
|
231
234
|
): void;
|
|
235
|
+
describeOrganizationHealth(): Promise<DescribeOrganizationHealthCommandOutput>;
|
|
232
236
|
describeOrganizationHealth(
|
|
233
237
|
args: DescribeOrganizationHealthCommandInput,
|
|
234
238
|
options?: __HttpHandlerOptions
|
|
@@ -287,6 +291,7 @@ export interface DevOpsGuru {
|
|
|
287
291
|
options: __HttpHandlerOptions,
|
|
288
292
|
cb: (err: any, data?: DescribeResourceCollectionHealthCommandOutput) => void
|
|
289
293
|
): void;
|
|
294
|
+
describeServiceIntegration(): Promise<DescribeServiceIntegrationCommandOutput>;
|
|
290
295
|
describeServiceIntegration(
|
|
291
296
|
args: DescribeServiceIntegrationCommandInput,
|
|
292
297
|
options?: __HttpHandlerOptions
|
|
@@ -300,6 +305,7 @@ export interface DevOpsGuru {
|
|
|
300
305
|
options: __HttpHandlerOptions,
|
|
301
306
|
cb: (err: any, data?: DescribeServiceIntegrationCommandOutput) => void
|
|
302
307
|
): void;
|
|
308
|
+
getCostEstimation(): Promise<GetCostEstimationCommandOutput>;
|
|
303
309
|
getCostEstimation(
|
|
304
310
|
args: GetCostEstimationCommandInput,
|
|
305
311
|
options?: __HttpHandlerOptions
|
|
@@ -378,6 +384,7 @@ export interface DevOpsGuru {
|
|
|
378
384
|
options: __HttpHandlerOptions,
|
|
379
385
|
cb: (err: any, data?: ListInsightsCommandOutput) => void
|
|
380
386
|
): void;
|
|
387
|
+
listMonitoredResources(): Promise<ListMonitoredResourcesCommandOutput>;
|
|
381
388
|
listMonitoredResources(
|
|
382
389
|
args: ListMonitoredResourcesCommandInput,
|
|
383
390
|
options?: __HttpHandlerOptions
|
|
@@ -391,6 +398,7 @@ export interface DevOpsGuru {
|
|
|
391
398
|
options: __HttpHandlerOptions,
|
|
392
399
|
cb: (err: any, data?: ListMonitoredResourcesCommandOutput) => void
|
|
393
400
|
): void;
|
|
401
|
+
listNotificationChannels(): Promise<ListNotificationChannelsCommandOutput>;
|
|
394
402
|
listNotificationChannels(
|
|
395
403
|
args: ListNotificationChannelsCommandInput,
|
|
396
404
|
options?: __HttpHandlerOptions
|
|
@@ -430,6 +438,7 @@ export interface DevOpsGuru {
|
|
|
430
438
|
options: __HttpHandlerOptions,
|
|
431
439
|
cb: (err: any, data?: ListRecommendationsCommandOutput) => void
|
|
432
440
|
): void;
|
|
441
|
+
putFeedback(): Promise<PutFeedbackCommandOutput>;
|
|
433
442
|
putFeedback(
|
|
434
443
|
args: PutFeedbackCommandInput,
|
|
435
444
|
options?: __HttpHandlerOptions
|
|
@@ -495,6 +504,7 @@ export interface DevOpsGuru {
|
|
|
495
504
|
options: __HttpHandlerOptions,
|
|
496
505
|
cb: (err: any, data?: StartCostEstimationCommandOutput) => void
|
|
497
506
|
): void;
|
|
507
|
+
updateEventSourcesConfig(): Promise<UpdateEventSourcesConfigCommandOutput>;
|
|
498
508
|
updateEventSourcesConfig(
|
|
499
509
|
args: UpdateEventSourcesConfigCommandInput,
|
|
500
510
|
options?: __HttpHandlerOptions
|
|
@@ -25,6 +25,15 @@ declare const AddNotificationChannelCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: AddNotificationChannelCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
AddNotificationChannelCommandInput,
|
|
32
|
+
AddNotificationChannelCommandOutput,
|
|
33
|
+
DevOpsGuruClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class AddNotificationChannelCommand extends AddNotificationChannelCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeleteInsightCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DeleteInsightCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeleteInsightCommandInput,
|
|
31
|
+
DeleteInsightCommandOutput,
|
|
32
|
+
DevOpsGuruClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeleteInsightCommand extends DeleteInsightCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeAccountHealthCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeAccountHealthCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeAccountHealthCommandInput,
|
|
32
|
+
DescribeAccountHealthCommandOutput,
|
|
33
|
+
DevOpsGuruClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeAccountHealthCommand extends DescribeAccountHealthCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeAccountOverviewCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeAccountOverviewCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeAccountOverviewCommandInput,
|
|
32
|
+
DescribeAccountOverviewCommandOutput,
|
|
33
|
+
DevOpsGuruClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeAccountOverviewCommand extends DescribeAccountOverviewCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DescribeAnomalyCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DescribeAnomalyCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribeAnomalyCommandInput,
|
|
31
|
+
DescribeAnomalyCommandOutput,
|
|
32
|
+
DevOpsGuruClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DescribeAnomalyCommand extends DescribeAnomalyCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeEventSourcesConfigCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeEventSourcesConfigCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeEventSourcesConfigCommandInput,
|
|
32
|
+
DescribeEventSourcesConfigCommandOutput,
|
|
33
|
+
DevOpsGuruClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeEventSourcesConfigCommand extends DescribeEventSourcesConfigCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DescribeFeedbackCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [DescribeFeedbackCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribeFeedbackCommandInput,
|
|
31
|
+
DescribeFeedbackCommandOutput,
|
|
32
|
+
DevOpsGuruClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DescribeFeedbackCommand extends DescribeFeedbackCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DescribeInsightCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DescribeInsightCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribeInsightCommandInput,
|
|
31
|
+
DescribeInsightCommandOutput,
|
|
32
|
+
DevOpsGuruClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DescribeInsightCommand extends DescribeInsightCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeOrganizationHealthCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeOrganizationHealthCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeOrganizationHealthCommandInput,
|
|
32
|
+
DescribeOrganizationHealthCommandOutput,
|
|
33
|
+
DevOpsGuruClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeOrganizationHealthCommand extends DescribeOrganizationHealthCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeOrganizationOverviewCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeOrganizationOverviewCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeOrganizationOverviewCommandInput,
|
|
32
|
+
DescribeOrganizationOverviewCommandOutput,
|
|
33
|
+
DevOpsGuruClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeOrganizationOverviewCommand extends DescribeOrganizationOverviewCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeOrganizationResourceCollectionHealthCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeOrganizationResourceCollectionHealthCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeOrganizationResourceCollectionHealthCommandInput,
|
|
32
|
+
DescribeOrganizationResourceCollectionHealthCommandOutput,
|
|
33
|
+
DevOpsGuruClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeOrganizationResourceCollectionHealthCommand extends DescribeOrganizationResourceCollectionHealthCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeResourceCollectionHealthCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeResourceCollectionHealthCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeResourceCollectionHealthCommandInput,
|
|
32
|
+
DescribeResourceCollectionHealthCommandOutput,
|
|
33
|
+
DevOpsGuruClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeResourceCollectionHealthCommand extends DescribeResourceCollectionHealthCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeServiceIntegrationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeServiceIntegrationCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeServiceIntegrationCommandInput,
|
|
32
|
+
DescribeServiceIntegrationCommandOutput,
|
|
33
|
+
DevOpsGuruClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeServiceIntegrationCommand extends DescribeServiceIntegrationCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetCostEstimationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [GetCostEstimationCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetCostEstimationCommandInput,
|
|
32
|
+
GetCostEstimationCommandOutput,
|
|
33
|
+
DevOpsGuruClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetCostEstimationCommand extends GetCostEstimationCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetResourceCollectionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetResourceCollectionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetResourceCollectionCommandInput,
|
|
32
|
+
GetResourceCollectionCommandOutput,
|
|
33
|
+
DevOpsGuruClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetResourceCollectionCommand extends GetResourceCollectionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListAnomaliesForInsightCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListAnomaliesForInsightCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListAnomaliesForInsightCommandInput,
|
|
32
|
+
ListAnomaliesForInsightCommandOutput,
|
|
33
|
+
DevOpsGuruClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListAnomaliesForInsightCommand extends ListAnomaliesForInsightCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListAnomalousLogGroupsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListAnomalousLogGroupsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListAnomalousLogGroupsCommandInput,
|
|
32
|
+
ListAnomalousLogGroupsCommandOutput,
|
|
33
|
+
DevOpsGuruClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListAnomalousLogGroupsCommand extends ListAnomalousLogGroupsCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListEventsCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: ListEventsCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListEventsCommandInput,
|
|
28
|
+
ListEventsCommandOutput,
|
|
29
|
+
DevOpsGuruClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListEventsCommand extends ListEventsCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListInsightsCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: ListInsightsCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListInsightsCommandInput,
|
|
28
|
+
ListInsightsCommandOutput,
|
|
29
|
+
DevOpsGuruClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListInsightsCommand extends ListInsightsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListMonitoredResourcesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListMonitoredResourcesCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListMonitoredResourcesCommandInput,
|
|
32
|
+
ListMonitoredResourcesCommandOutput,
|
|
33
|
+
DevOpsGuruClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListMonitoredResourcesCommand extends ListMonitoredResourcesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListNotificationChannelsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListNotificationChannelsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListNotificationChannelsCommandInput,
|
|
32
|
+
ListNotificationChannelsCommandOutput,
|
|
33
|
+
DevOpsGuruClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListNotificationChannelsCommand extends ListNotificationChannelsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListOrganizationInsightsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListOrganizationInsightsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListOrganizationInsightsCommandInput,
|
|
32
|
+
ListOrganizationInsightsCommandOutput,
|
|
33
|
+
DevOpsGuruClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListOrganizationInsightsCommand extends ListOrganizationInsightsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListRecommendationsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListRecommendationsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListRecommendationsCommandInput,
|
|
32
|
+
ListRecommendationsCommandOutput,
|
|
33
|
+
DevOpsGuruClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListRecommendationsCommand extends ListRecommendationsCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const PutFeedbackCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
...[input]: [] | [PutFeedbackCommandInput]
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
PutFeedbackCommandInput,
|
|
28
|
+
PutFeedbackCommandOutput,
|
|
29
|
+
DevOpsGuruClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class PutFeedbackCommand extends PutFeedbackCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const RemoveNotificationChannelCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: RemoveNotificationChannelCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
RemoveNotificationChannelCommandInput,
|
|
32
|
+
RemoveNotificationChannelCommandOutput,
|
|
33
|
+
DevOpsGuruClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class RemoveNotificationChannelCommand extends RemoveNotificationChannelCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const SearchInsightsCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: SearchInsightsCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
SearchInsightsCommandInput,
|
|
31
|
+
SearchInsightsCommandOutput,
|
|
32
|
+
DevOpsGuruClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class SearchInsightsCommand extends SearchInsightsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const SearchOrganizationInsightsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: SearchOrganizationInsightsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
SearchOrganizationInsightsCommandInput,
|
|
32
|
+
SearchOrganizationInsightsCommandOutput,
|
|
33
|
+
DevOpsGuruClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class SearchOrganizationInsightsCommand extends SearchOrganizationInsightsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const StartCostEstimationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: StartCostEstimationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
StartCostEstimationCommandInput,
|
|
32
|
+
StartCostEstimationCommandOutput,
|
|
33
|
+
DevOpsGuruClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class StartCostEstimationCommand extends StartCostEstimationCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateEventSourcesConfigCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [UpdateEventSourcesConfigCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateEventSourcesConfigCommandInput,
|
|
32
|
+
UpdateEventSourcesConfigCommandOutput,
|
|
33
|
+
DevOpsGuruClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateEventSourcesConfigCommand extends UpdateEventSourcesConfigCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateResourceCollectionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateResourceCollectionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateResourceCollectionCommandInput,
|
|
32
|
+
UpdateResourceCollectionCommandOutput,
|
|
33
|
+
DevOpsGuruClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateResourceCollectionCommand extends UpdateResourceCollectionCommand_base {}
|