@aws-sdk/client-devops-guru 3.1077.0 → 3.1078.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-cjs/index.js +39 -313
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AddNotificationChannelCommand.js +2 -14
- package/dist-es/commands/DeleteInsightCommand.js +2 -14
- package/dist-es/commands/DescribeAccountHealthCommand.js +2 -14
- package/dist-es/commands/DescribeAccountOverviewCommand.js +2 -14
- package/dist-es/commands/DescribeAnomalyCommand.js +2 -14
- package/dist-es/commands/DescribeEventSourcesConfigCommand.js +2 -14
- package/dist-es/commands/DescribeFeedbackCommand.js +2 -14
- package/dist-es/commands/DescribeInsightCommand.js +2 -14
- package/dist-es/commands/DescribeOrganizationHealthCommand.js +2 -14
- package/dist-es/commands/DescribeOrganizationOverviewCommand.js +2 -14
- package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +2 -14
- package/dist-es/commands/DescribeResourceCollectionHealthCommand.js +2 -14
- package/dist-es/commands/DescribeServiceIntegrationCommand.js +2 -14
- package/dist-es/commands/GetCostEstimationCommand.js +2 -14
- package/dist-es/commands/GetResourceCollectionCommand.js +2 -14
- package/dist-es/commands/ListAnomaliesForInsightCommand.js +2 -14
- package/dist-es/commands/ListAnomalousLogGroupsCommand.js +2 -14
- package/dist-es/commands/ListEventsCommand.js +2 -14
- package/dist-es/commands/ListInsightsCommand.js +2 -14
- package/dist-es/commands/ListMonitoredResourcesCommand.js +2 -14
- package/dist-es/commands/ListNotificationChannelsCommand.js +2 -14
- package/dist-es/commands/ListOrganizationInsightsCommand.js +2 -14
- package/dist-es/commands/ListRecommendationsCommand.js +2 -14
- package/dist-es/commands/PutFeedbackCommand.js +2 -14
- package/dist-es/commands/RemoveNotificationChannelCommand.js +2 -14
- package/dist-es/commands/SearchInsightsCommand.js +2 -14
- package/dist-es/commands/SearchOrganizationInsightsCommand.js +2 -14
- package/dist-es/commands/StartCostEstimationCommand.js +2 -14
- package/dist-es/commands/UpdateEventSourcesConfigCommand.js +2 -14
- package/dist-es/commands/UpdateResourceCollectionCommand.js +2 -14
- package/dist-es/commands/UpdateServiceIntegrationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AddNotificationChannelCommand.d.ts +3 -8
- package/dist-types/commands/DeleteInsightCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAccountHealthCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAnomalyCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEventSourcesConfigCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFeedbackCommand.d.ts +3 -8
- package/dist-types/commands/DescribeInsightCommand.d.ts +3 -8
- package/dist-types/commands/DescribeOrganizationHealthCommand.d.ts +3 -8
- package/dist-types/commands/DescribeOrganizationOverviewCommand.d.ts +3 -8
- package/dist-types/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +3 -8
- package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +3 -8
- package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +3 -8
- package/dist-types/commands/GetCostEstimationCommand.d.ts +3 -8
- package/dist-types/commands/GetResourceCollectionCommand.d.ts +3 -8
- package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +3 -8
- package/dist-types/commands/ListAnomalousLogGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListEventsCommand.d.ts +3 -8
- package/dist-types/commands/ListInsightsCommand.d.ts +3 -8
- package/dist-types/commands/ListMonitoredResourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListNotificationChannelsCommand.d.ts +3 -8
- package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +3 -8
- package/dist-types/commands/ListRecommendationsCommand.d.ts +3 -8
- package/dist-types/commands/PutFeedbackCommand.d.ts +3 -8
- package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +3 -8
- package/dist-types/commands/SearchInsightsCommand.d.ts +3 -8
- package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +3 -8
- package/dist-types/commands/StartCostEstimationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEventSourcesConfigCommand.d.ts +3 -8
- package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AddNotificationChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAccountHealthCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAccountOverviewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAnomalyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEventSourcesConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFeedbackCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeResourceCollectionHealthCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeServiceIntegrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCostEstimationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourceCollectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAnomaliesForInsightCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAnomalousLogGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMonitoredResourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListNotificationChannelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchInsightsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartCostEstimationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEventSourcesConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateResourceCollectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateServiceIntegrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DevOpsGuruClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DevOpsGuruClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeOrganizationResourceCollectionHealthRequest,
|
|
10
4
|
DescribeOrganizationResourceCollectionHealthResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeOrganizationResourceCollectionHealthCommandInput
|
|
15
8
|
extends DescribeOrganizationResourceCollectionHealthRequest {}
|
|
16
9
|
export interface DescribeOrganizationResourceCollectionHealthCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeOrganizationResourceCollectionHealthCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeOrganizationResourceCollectionHealthCommandInput,
|
|
24
17
|
DescribeOrganizationResourceCollectionHealthCommandOutput,
|
|
25
|
-
DevOpsGuruClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeOrganizationResourceCollectionHealthCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeOrganizationResourceCollectionHealthCommandInput,
|
|
33
26
|
DescribeOrganizationResourceCollectionHealthCommandOutput,
|
|
34
|
-
DevOpsGuruClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeOrganizationResourceCollectionHealthCommand extends DescribeOrganizationResourceCollectionHealthCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DevOpsGuruClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DevOpsGuruClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeResourceCollectionHealthRequest,
|
|
10
4
|
DescribeResourceCollectionHealthResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeResourceCollectionHealthCommandInput
|
|
15
8
|
extends DescribeResourceCollectionHealthRequest {}
|
|
16
9
|
export interface DescribeResourceCollectionHealthCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeResourceCollectionHealthCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeResourceCollectionHealthCommandInput,
|
|
24
17
|
DescribeResourceCollectionHealthCommandOutput,
|
|
25
|
-
DevOpsGuruClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeResourceCollectionHealthCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeResourceCollectionHealthCommandInput,
|
|
33
26
|
DescribeResourceCollectionHealthCommandOutput,
|
|
34
|
-
DevOpsGuruClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeResourceCollectionHealthCommand extends DescribeResourceCollectionHealthCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DevOpsGuruClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DevOpsGuruClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeServiceIntegrationRequest,
|
|
10
4
|
DescribeServiceIntegrationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeServiceIntegrationCommandInput
|
|
15
8
|
extends DescribeServiceIntegrationRequest {}
|
|
16
9
|
export interface DescribeServiceIntegrationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeServiceIntegrationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeServiceIntegrationCommandInput,
|
|
24
17
|
DescribeServiceIntegrationCommandOutput,
|
|
25
|
-
DevOpsGuruClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DescribeServiceIntegrationCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeServiceIntegrationCommandInput,
|
|
33
26
|
DescribeServiceIntegrationCommandOutput,
|
|
34
|
-
DevOpsGuruClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeServiceIntegrationCommand extends DescribeServiceIntegrationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DevOpsGuruClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DevOpsGuruClient";
|
|
8
2
|
import {
|
|
9
3
|
GetCostEstimationRequest,
|
|
10
4
|
GetCostEstimationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetCostEstimationCommandInput
|
|
15
8
|
extends GetCostEstimationRequest {}
|
|
16
9
|
export interface GetCostEstimationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetCostEstimationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetCostEstimationCommandInput,
|
|
24
17
|
GetCostEstimationCommandOutput,
|
|
25
|
-
DevOpsGuruClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [GetCostEstimationCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetCostEstimationCommandInput,
|
|
33
26
|
GetCostEstimationCommandOutput,
|
|
34
|
-
DevOpsGuruClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetCostEstimationCommand extends GetCostEstimationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DevOpsGuruClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DevOpsGuruClient";
|
|
8
2
|
import {
|
|
9
3
|
GetResourceCollectionRequest,
|
|
10
4
|
GetResourceCollectionResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetResourceCollectionCommandInput
|
|
15
8
|
extends GetResourceCollectionRequest {}
|
|
16
9
|
export interface GetResourceCollectionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetResourceCollectionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetResourceCollectionCommandInput,
|
|
24
17
|
GetResourceCollectionCommandOutput,
|
|
25
|
-
DevOpsGuruClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetResourceCollectionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetResourceCollectionCommandInput,
|
|
33
26
|
GetResourceCollectionCommandOutput,
|
|
34
|
-
DevOpsGuruClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetResourceCollectionCommand extends GetResourceCollectionCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DevOpsGuruClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DevOpsGuruClient";
|
|
8
2
|
import {
|
|
9
3
|
ListAnomaliesForInsightRequest,
|
|
10
4
|
ListAnomaliesForInsightResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListAnomaliesForInsightCommandInput
|
|
15
8
|
extends ListAnomaliesForInsightRequest {}
|
|
16
9
|
export interface ListAnomaliesForInsightCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListAnomaliesForInsightCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListAnomaliesForInsightCommandInput,
|
|
24
17
|
ListAnomaliesForInsightCommandOutput,
|
|
25
|
-
DevOpsGuruClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListAnomaliesForInsightCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListAnomaliesForInsightCommandInput,
|
|
33
26
|
ListAnomaliesForInsightCommandOutput,
|
|
34
|
-
DevOpsGuruClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListAnomaliesForInsightCommand extends ListAnomaliesForInsightCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DevOpsGuruClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DevOpsGuruClient";
|
|
8
2
|
import {
|
|
9
3
|
ListAnomalousLogGroupsRequest,
|
|
10
4
|
ListAnomalousLogGroupsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListAnomalousLogGroupsCommandInput
|
|
15
8
|
extends ListAnomalousLogGroupsRequest {}
|
|
16
9
|
export interface ListAnomalousLogGroupsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListAnomalousLogGroupsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListAnomalousLogGroupsCommandInput,
|
|
24
17
|
ListAnomalousLogGroupsCommandOutput,
|
|
25
|
-
DevOpsGuruClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListAnomalousLogGroupsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListAnomalousLogGroupsCommandInput,
|
|
33
26
|
ListAnomalousLogGroupsCommandOutput,
|
|
34
|
-
DevOpsGuruClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListAnomalousLogGroupsCommand extends ListAnomalousLogGroupsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DevOpsGuruClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DevOpsGuruClient";
|
|
8
2
|
import { ListEventsRequest, ListEventsResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListEventsCommandInput extends ListEventsRequest {}
|
|
12
5
|
export interface ListEventsCommandOutput
|
|
13
6
|
extends ListEventsResponse,
|
|
@@ -18,22 +11,20 @@ declare const ListEventsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListEventsCommandInput,
|
|
20
13
|
ListEventsCommandOutput,
|
|
21
|
-
DevOpsGuruClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: ListEventsCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListEventsCommandInput,
|
|
29
22
|
ListEventsCommandOutput,
|
|
30
|
-
DevOpsGuruClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ListEventsCommand extends ListEventsCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DevOpsGuruClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DevOpsGuruClient";
|
|
8
2
|
import { ListInsightsRequest, ListInsightsResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListInsightsCommandInput extends ListInsightsRequest {}
|
|
12
5
|
export interface ListInsightsCommandOutput
|
|
13
6
|
extends ListInsightsResponse,
|
|
@@ -18,22 +11,20 @@ declare const ListInsightsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListInsightsCommandInput,
|
|
20
13
|
ListInsightsCommandOutput,
|
|
21
|
-
DevOpsGuruClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: ListInsightsCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListInsightsCommandInput,
|
|
29
22
|
ListInsightsCommandOutput,
|
|
30
|
-
DevOpsGuruClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ListInsightsCommand extends ListInsightsCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DevOpsGuruClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DevOpsGuruClient";
|
|
8
2
|
import {
|
|
9
3
|
ListMonitoredResourcesRequest,
|
|
10
4
|
ListMonitoredResourcesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListMonitoredResourcesCommandInput
|
|
15
8
|
extends ListMonitoredResourcesRequest {}
|
|
16
9
|
export interface ListMonitoredResourcesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListMonitoredResourcesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListMonitoredResourcesCommandInput,
|
|
24
17
|
ListMonitoredResourcesCommandOutput,
|
|
25
|
-
DevOpsGuruClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListMonitoredResourcesCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListMonitoredResourcesCommandInput,
|
|
33
26
|
ListMonitoredResourcesCommandOutput,
|
|
34
|
-
DevOpsGuruClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListMonitoredResourcesCommand extends ListMonitoredResourcesCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DevOpsGuruClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DevOpsGuruClient";
|
|
8
2
|
import {
|
|
9
3
|
ListNotificationChannelsRequest,
|
|
10
4
|
ListNotificationChannelsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListNotificationChannelsCommandInput
|
|
15
8
|
extends ListNotificationChannelsRequest {}
|
|
16
9
|
export interface ListNotificationChannelsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListNotificationChannelsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListNotificationChannelsCommandInput,
|
|
24
17
|
ListNotificationChannelsCommandOutput,
|
|
25
|
-
DevOpsGuruClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListNotificationChannelsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListNotificationChannelsCommandInput,
|
|
33
26
|
ListNotificationChannelsCommandOutput,
|
|
34
|
-
DevOpsGuruClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListNotificationChannelsCommand extends ListNotificationChannelsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DevOpsGuruClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DevOpsGuruClient";
|
|
8
2
|
import {
|
|
9
3
|
ListOrganizationInsightsRequest,
|
|
10
4
|
ListOrganizationInsightsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListOrganizationInsightsCommandInput
|
|
15
8
|
extends ListOrganizationInsightsRequest {}
|
|
16
9
|
export interface ListOrganizationInsightsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListOrganizationInsightsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListOrganizationInsightsCommandInput,
|
|
24
17
|
ListOrganizationInsightsCommandOutput,
|
|
25
|
-
DevOpsGuruClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListOrganizationInsightsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListOrganizationInsightsCommandInput,
|
|
33
26
|
ListOrganizationInsightsCommandOutput,
|
|
34
|
-
DevOpsGuruClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListOrganizationInsightsCommand extends ListOrganizationInsightsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DevOpsGuruClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DevOpsGuruClient";
|
|
8
2
|
import {
|
|
9
3
|
ListRecommendationsRequest,
|
|
10
4
|
ListRecommendationsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListRecommendationsCommandInput
|
|
15
8
|
extends ListRecommendationsRequest {}
|
|
16
9
|
export interface ListRecommendationsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListRecommendationsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListRecommendationsCommandInput,
|
|
24
17
|
ListRecommendationsCommandOutput,
|
|
25
|
-
DevOpsGuruClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListRecommendationsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListRecommendationsCommandInput,
|
|
33
26
|
ListRecommendationsCommandOutput,
|
|
34
|
-
DevOpsGuruClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListRecommendationsCommand extends ListRecommendationsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DevOpsGuruClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DevOpsGuruClient";
|
|
8
2
|
import { PutFeedbackRequest, PutFeedbackResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface PutFeedbackCommandInput extends PutFeedbackRequest {}
|
|
12
5
|
export interface PutFeedbackCommandOutput
|
|
13
6
|
extends PutFeedbackResponse,
|
|
@@ -18,22 +11,20 @@ declare const PutFeedbackCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
PutFeedbackCommandInput,
|
|
20
13
|
PutFeedbackCommandOutput,
|
|
21
|
-
DevOpsGuruClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [PutFeedbackCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
PutFeedbackCommandInput,
|
|
29
22
|
PutFeedbackCommandOutput,
|
|
30
|
-
DevOpsGuruClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class PutFeedbackCommand extends PutFeedbackCommand_base {
|
|
39
30
|
protected static __types: {
|