@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
|
RemoveNotificationChannelRequest,
|
|
10
4
|
RemoveNotificationChannelResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface RemoveNotificationChannelCommandInput
|
|
15
8
|
extends RemoveNotificationChannelRequest {}
|
|
16
9
|
export interface RemoveNotificationChannelCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const RemoveNotificationChannelCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
RemoveNotificationChannelCommandInput,
|
|
24
17
|
RemoveNotificationChannelCommandOutput,
|
|
25
|
-
DevOpsGuruClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: RemoveNotificationChannelCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
RemoveNotificationChannelCommandInput,
|
|
33
26
|
RemoveNotificationChannelCommandOutput,
|
|
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 RemoveNotificationChannelCommand extends RemoveNotificationChannelCommand_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
|
SearchInsightsRequest,
|
|
10
4
|
SearchInsightsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface SearchInsightsCommandInput extends SearchInsightsRequest {}
|
|
15
8
|
export interface SearchInsightsCommandOutput
|
|
16
9
|
extends SearchInsightsResponse,
|
|
@@ -21,22 +14,20 @@ declare const SearchInsightsCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
SearchInsightsCommandInput,
|
|
23
16
|
SearchInsightsCommandOutput,
|
|
24
|
-
DevOpsGuruClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: SearchInsightsCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
SearchInsightsCommandInput,
|
|
32
25
|
SearchInsightsCommandOutput,
|
|
33
|
-
DevOpsGuruClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class SearchInsightsCommand extends SearchInsightsCommand_base {
|
|
42
33
|
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
|
SearchOrganizationInsightsRequest,
|
|
10
4
|
SearchOrganizationInsightsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface SearchOrganizationInsightsCommandInput
|
|
15
8
|
extends SearchOrganizationInsightsRequest {}
|
|
16
9
|
export interface SearchOrganizationInsightsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const SearchOrganizationInsightsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
SearchOrganizationInsightsCommandInput,
|
|
24
17
|
SearchOrganizationInsightsCommandOutput,
|
|
25
|
-
DevOpsGuruClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: SearchOrganizationInsightsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
SearchOrganizationInsightsCommandInput,
|
|
33
26
|
SearchOrganizationInsightsCommandOutput,
|
|
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 SearchOrganizationInsightsCommand extends SearchOrganizationInsightsCommand_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
|
StartCostEstimationRequest,
|
|
10
4
|
StartCostEstimationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface StartCostEstimationCommandInput
|
|
15
8
|
extends StartCostEstimationRequest {}
|
|
16
9
|
export interface StartCostEstimationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const StartCostEstimationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
StartCostEstimationCommandInput,
|
|
24
17
|
StartCostEstimationCommandOutput,
|
|
25
|
-
DevOpsGuruClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: StartCostEstimationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
StartCostEstimationCommandInput,
|
|
33
26
|
StartCostEstimationCommandOutput,
|
|
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 StartCostEstimationCommand extends StartCostEstimationCommand_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
|
UpdateEventSourcesConfigRequest,
|
|
10
4
|
UpdateEventSourcesConfigResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateEventSourcesConfigCommandInput
|
|
15
8
|
extends UpdateEventSourcesConfigRequest {}
|
|
16
9
|
export interface UpdateEventSourcesConfigCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateEventSourcesConfigCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateEventSourcesConfigCommandInput,
|
|
24
17
|
UpdateEventSourcesConfigCommandOutput,
|
|
25
|
-
DevOpsGuruClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [UpdateEventSourcesConfigCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateEventSourcesConfigCommandInput,
|
|
33
26
|
UpdateEventSourcesConfigCommandOutput,
|
|
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 UpdateEventSourcesConfigCommand extends UpdateEventSourcesConfigCommand_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
|
UpdateResourceCollectionRequest,
|
|
10
4
|
UpdateResourceCollectionResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateResourceCollectionCommandInput
|
|
15
8
|
extends UpdateResourceCollectionRequest {}
|
|
16
9
|
export interface UpdateResourceCollectionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateResourceCollectionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateResourceCollectionCommandInput,
|
|
24
17
|
UpdateResourceCollectionCommandOutput,
|
|
25
|
-
DevOpsGuruClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateResourceCollectionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateResourceCollectionCommandInput,
|
|
33
26
|
UpdateResourceCollectionCommandOutput,
|
|
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 UpdateResourceCollectionCommand extends UpdateResourceCollectionCommand_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
|
UpdateServiceIntegrationRequest,
|
|
10
4
|
UpdateServiceIntegrationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateServiceIntegrationCommandInput
|
|
15
8
|
extends UpdateServiceIntegrationRequest {}
|
|
16
9
|
export interface UpdateServiceIntegrationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateServiceIntegrationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateServiceIntegrationCommandInput,
|
|
24
17
|
UpdateServiceIntegrationCommandOutput,
|
|
25
|
-
DevOpsGuruClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DevOpsGuruClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateServiceIntegrationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateServiceIntegrationCommandInput,
|
|
33
26
|
UpdateServiceIntegrationCommandOutput,
|
|
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 UpdateServiceIntegrationCommand extends UpdateServiceIntegrationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { DevOpsGuruExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
7
8
|
export * from "./schemas/schemas_0";
|
|
8
9
|
export * from "./pagination";
|
|
9
10
|
export * from "./models/enums";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-devops-guru",
|
|
3
3
|
"description": "AWS SDK for JavaScript Devops Guru Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1078.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-sdk/core": "^3.974.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
-
"@aws-sdk/types": "^3.973.
|
|
25
|
-
"@smithy/core": "^3.
|
|
26
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
27
|
-
"@smithy/node-http-handler": "^4.9.
|
|
28
|
-
"@smithy/types": "^4.15.
|
|
22
|
+
"@aws-sdk/core": "^3.974.26",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "^3.972.61",
|
|
24
|
+
"@aws-sdk/types": "^3.973.15",
|
|
25
|
+
"@smithy/core": "^3.29.0",
|
|
26
|
+
"@smithy/fetch-http-handler": "^5.6.2",
|
|
27
|
+
"@smithy/node-http-handler": "^4.9.2",
|
|
28
|
+
"@smithy/types": "^4.15.1",
|
|
29
29
|
"tslib": "^2.6.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|