@aws-sdk/client-devops-guru 3.169.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/DevOpsGuru.d.ts +568 -160
  3. package/dist-types/ts3.4/DevOpsGuruClient.d.ts +315 -104
  4. package/dist-types/ts3.4/commands/AddNotificationChannelCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/DescribeAccountHealthCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/DescribeAccountOverviewCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/DescribeAnomalyCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/DescribeEventSourcesConfigCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/DescribeFeedbackCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DescribeResourceCollectionHealthCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DescribeServiceIntegrationCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/GetCostEstimationCommand.d.ts +38 -17
  18. package/dist-types/ts3.4/commands/GetResourceCollectionCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/ListAnomaliesForInsightCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/ListAnomalousLogGroupsCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +34 -17
  23. package/dist-types/ts3.4/commands/ListMonitoredResourcesCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/ListNotificationChannelsCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/SearchInsightsCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/StartCostEstimationCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/UpdateEventSourcesConfigCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/UpdateResourceCollectionCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/UpdateServiceIntegrationCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/index.d.ts +31 -31
  36. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  37. package/dist-types/ts3.4/index.d.ts +6 -6
  38. package/dist-types/ts3.4/models/DevOpsGuruServiceException.d.ts +8 -6
  39. package/dist-types/ts3.4/models/index.d.ts +1 -1
  40. package/dist-types/ts3.4/models/models_0.d.ts +1935 -1776
  41. package/dist-types/ts3.4/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +11 -4
  42. package/dist-types/ts3.4/pagination/DescribeResourceCollectionHealthPaginator.d.ts +11 -4
  43. package/dist-types/ts3.4/pagination/GetCostEstimationPaginator.d.ts +11 -4
  44. package/dist-types/ts3.4/pagination/GetResourceCollectionPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  46. package/dist-types/ts3.4/pagination/ListAnomaliesForInsightPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/ListAnomalousLogGroupsPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/ListEventsPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListInsightsPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/ListMonitoredResourcesPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListNotificationChannelsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/ListOrganizationInsightsPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/ListRecommendationsPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/SearchInsightsPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/SearchOrganizationInsightsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/index.d.ts +15 -15
  57. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +377 -95
  58. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  59. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  60. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  61. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  62. package/package.json +34 -34
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
4
- import { SearchInsightsRequest, SearchInsightsResponse } from "../models/models_0";
5
- export interface SearchInsightsCommandInput extends SearchInsightsRequest {
6
- }
7
- export interface SearchInsightsCommandOutput extends SearchInsightsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class SearchInsightsCommand extends $Command<SearchInsightsCommandInput, SearchInsightsCommandOutput, DevOpsGuruClientResolvedConfig> {
11
- readonly input: SearchInsightsCommandInput;
12
- constructor(input: SearchInsightsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchInsightsCommandInput, SearchInsightsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DevOpsGuruClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DevOpsGuruClient";
13
+ import {
14
+ SearchInsightsRequest,
15
+ SearchInsightsResponse,
16
+ } from "../models/models_0";
17
+ export interface SearchInsightsCommandInput extends SearchInsightsRequest {}
18
+ export interface SearchInsightsCommandOutput
19
+ extends SearchInsightsResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class SearchInsightsCommand extends $Command<
23
+ SearchInsightsCommandInput,
24
+ SearchInsightsCommandOutput,
25
+ DevOpsGuruClientResolvedConfig
26
+ > {
27
+ readonly input: SearchInsightsCommandInput;
28
+ constructor(input: SearchInsightsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: DevOpsGuruClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<SearchInsightsCommandInput, SearchInsightsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
4
- import { SearchOrganizationInsightsRequest, SearchOrganizationInsightsResponse } from "../models/models_0";
5
- export interface SearchOrganizationInsightsCommandInput extends SearchOrganizationInsightsRequest {
6
- }
7
- export interface SearchOrganizationInsightsCommandOutput extends SearchOrganizationInsightsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class SearchOrganizationInsightsCommand extends $Command<SearchOrganizationInsightsCommandInput, SearchOrganizationInsightsCommandOutput, DevOpsGuruClientResolvedConfig> {
11
- readonly input: SearchOrganizationInsightsCommandInput;
12
- constructor(input: SearchOrganizationInsightsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchOrganizationInsightsCommandInput, SearchOrganizationInsightsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DevOpsGuruClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DevOpsGuruClient";
13
+ import {
14
+ SearchOrganizationInsightsRequest,
15
+ SearchOrganizationInsightsResponse,
16
+ } from "../models/models_0";
17
+ export interface SearchOrganizationInsightsCommandInput
18
+ extends SearchOrganizationInsightsRequest {}
19
+ export interface SearchOrganizationInsightsCommandOutput
20
+ extends SearchOrganizationInsightsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class SearchOrganizationInsightsCommand extends $Command<
24
+ SearchOrganizationInsightsCommandInput,
25
+ SearchOrganizationInsightsCommandOutput,
26
+ DevOpsGuruClientResolvedConfig
27
+ > {
28
+ readonly input: SearchOrganizationInsightsCommandInput;
29
+ constructor(input: SearchOrganizationInsightsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: DevOpsGuruClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ SearchOrganizationInsightsCommandInput,
37
+ SearchOrganizationInsightsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
4
- import { StartCostEstimationRequest, StartCostEstimationResponse } from "../models/models_0";
5
- export interface StartCostEstimationCommandInput extends StartCostEstimationRequest {
6
- }
7
- export interface StartCostEstimationCommandOutput extends StartCostEstimationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartCostEstimationCommand extends $Command<StartCostEstimationCommandInput, StartCostEstimationCommandOutput, DevOpsGuruClientResolvedConfig> {
11
- readonly input: StartCostEstimationCommandInput;
12
- constructor(input: StartCostEstimationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartCostEstimationCommandInput, StartCostEstimationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DevOpsGuruClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DevOpsGuruClient";
13
+ import {
14
+ StartCostEstimationRequest,
15
+ StartCostEstimationResponse,
16
+ } from "../models/models_0";
17
+ export interface StartCostEstimationCommandInput
18
+ extends StartCostEstimationRequest {}
19
+ export interface StartCostEstimationCommandOutput
20
+ extends StartCostEstimationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class StartCostEstimationCommand extends $Command<
24
+ StartCostEstimationCommandInput,
25
+ StartCostEstimationCommandOutput,
26
+ DevOpsGuruClientResolvedConfig
27
+ > {
28
+ readonly input: StartCostEstimationCommandInput;
29
+ constructor(input: StartCostEstimationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: DevOpsGuruClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<StartCostEstimationCommandInput, StartCostEstimationCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
4
- import { UpdateEventSourcesConfigRequest, UpdateEventSourcesConfigResponse } from "../models/models_0";
5
- export interface UpdateEventSourcesConfigCommandInput extends UpdateEventSourcesConfigRequest {
6
- }
7
- export interface UpdateEventSourcesConfigCommandOutput extends UpdateEventSourcesConfigResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateEventSourcesConfigCommand extends $Command<UpdateEventSourcesConfigCommandInput, UpdateEventSourcesConfigCommandOutput, DevOpsGuruClientResolvedConfig> {
11
- readonly input: UpdateEventSourcesConfigCommandInput;
12
- constructor(input: UpdateEventSourcesConfigCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEventSourcesConfigCommandInput, UpdateEventSourcesConfigCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DevOpsGuruClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DevOpsGuruClient";
13
+ import {
14
+ UpdateEventSourcesConfigRequest,
15
+ UpdateEventSourcesConfigResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateEventSourcesConfigCommandInput
18
+ extends UpdateEventSourcesConfigRequest {}
19
+ export interface UpdateEventSourcesConfigCommandOutput
20
+ extends UpdateEventSourcesConfigResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateEventSourcesConfigCommand extends $Command<
24
+ UpdateEventSourcesConfigCommandInput,
25
+ UpdateEventSourcesConfigCommandOutput,
26
+ DevOpsGuruClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateEventSourcesConfigCommandInput;
29
+ constructor(input: UpdateEventSourcesConfigCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: DevOpsGuruClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateEventSourcesConfigCommandInput,
37
+ UpdateEventSourcesConfigCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
4
- import { UpdateResourceCollectionRequest, UpdateResourceCollectionResponse } from "../models/models_0";
5
- export interface UpdateResourceCollectionCommandInput extends UpdateResourceCollectionRequest {
6
- }
7
- export interface UpdateResourceCollectionCommandOutput extends UpdateResourceCollectionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateResourceCollectionCommand extends $Command<UpdateResourceCollectionCommandInput, UpdateResourceCollectionCommandOutput, DevOpsGuruClientResolvedConfig> {
11
- readonly input: UpdateResourceCollectionCommandInput;
12
- constructor(input: UpdateResourceCollectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateResourceCollectionCommandInput, UpdateResourceCollectionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DevOpsGuruClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DevOpsGuruClient";
13
+ import {
14
+ UpdateResourceCollectionRequest,
15
+ UpdateResourceCollectionResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateResourceCollectionCommandInput
18
+ extends UpdateResourceCollectionRequest {}
19
+ export interface UpdateResourceCollectionCommandOutput
20
+ extends UpdateResourceCollectionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateResourceCollectionCommand extends $Command<
24
+ UpdateResourceCollectionCommandInput,
25
+ UpdateResourceCollectionCommandOutput,
26
+ DevOpsGuruClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateResourceCollectionCommandInput;
29
+ constructor(input: UpdateResourceCollectionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: DevOpsGuruClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateResourceCollectionCommandInput,
37
+ UpdateResourceCollectionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
4
- import { UpdateServiceIntegrationRequest, UpdateServiceIntegrationResponse } from "../models/models_0";
5
- export interface UpdateServiceIntegrationCommandInput extends UpdateServiceIntegrationRequest {
6
- }
7
- export interface UpdateServiceIntegrationCommandOutput extends UpdateServiceIntegrationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateServiceIntegrationCommand extends $Command<UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput, DevOpsGuruClientResolvedConfig> {
11
- readonly input: UpdateServiceIntegrationCommandInput;
12
- constructor(input: UpdateServiceIntegrationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DevOpsGuruClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DevOpsGuruClient";
13
+ import {
14
+ UpdateServiceIntegrationRequest,
15
+ UpdateServiceIntegrationResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateServiceIntegrationCommandInput
18
+ extends UpdateServiceIntegrationRequest {}
19
+ export interface UpdateServiceIntegrationCommandOutput
20
+ extends UpdateServiceIntegrationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateServiceIntegrationCommand extends $Command<
24
+ UpdateServiceIntegrationCommandInput,
25
+ UpdateServiceIntegrationCommandOutput,
26
+ DevOpsGuruClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateServiceIntegrationCommandInput;
29
+ constructor(input: UpdateServiceIntegrationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: DevOpsGuruClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateServiceIntegrationCommandInput,
37
+ UpdateServiceIntegrationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,31 +1,31 @@
1
- export * from "./AddNotificationChannelCommand";
2
- export * from "./DeleteInsightCommand";
3
- export * from "./DescribeAccountHealthCommand";
4
- export * from "./DescribeAccountOverviewCommand";
5
- export * from "./DescribeAnomalyCommand";
6
- export * from "./DescribeEventSourcesConfigCommand";
7
- export * from "./DescribeFeedbackCommand";
8
- export * from "./DescribeInsightCommand";
9
- export * from "./DescribeOrganizationHealthCommand";
10
- export * from "./DescribeOrganizationOverviewCommand";
11
- export * from "./DescribeOrganizationResourceCollectionHealthCommand";
12
- export * from "./DescribeResourceCollectionHealthCommand";
13
- export * from "./DescribeServiceIntegrationCommand";
14
- export * from "./GetCostEstimationCommand";
15
- export * from "./GetResourceCollectionCommand";
16
- export * from "./ListAnomaliesForInsightCommand";
17
- export * from "./ListAnomalousLogGroupsCommand";
18
- export * from "./ListEventsCommand";
19
- export * from "./ListInsightsCommand";
20
- export * from "./ListMonitoredResourcesCommand";
21
- export * from "./ListNotificationChannelsCommand";
22
- export * from "./ListOrganizationInsightsCommand";
23
- export * from "./ListRecommendationsCommand";
24
- export * from "./PutFeedbackCommand";
25
- export * from "./RemoveNotificationChannelCommand";
26
- export * from "./SearchInsightsCommand";
27
- export * from "./SearchOrganizationInsightsCommand";
28
- export * from "./StartCostEstimationCommand";
29
- export * from "./UpdateEventSourcesConfigCommand";
30
- export * from "./UpdateResourceCollectionCommand";
31
- export * from "./UpdateServiceIntegrationCommand";
1
+ export * from "./AddNotificationChannelCommand";
2
+ export * from "./DeleteInsightCommand";
3
+ export * from "./DescribeAccountHealthCommand";
4
+ export * from "./DescribeAccountOverviewCommand";
5
+ export * from "./DescribeAnomalyCommand";
6
+ export * from "./DescribeEventSourcesConfigCommand";
7
+ export * from "./DescribeFeedbackCommand";
8
+ export * from "./DescribeInsightCommand";
9
+ export * from "./DescribeOrganizationHealthCommand";
10
+ export * from "./DescribeOrganizationOverviewCommand";
11
+ export * from "./DescribeOrganizationResourceCollectionHealthCommand";
12
+ export * from "./DescribeResourceCollectionHealthCommand";
13
+ export * from "./DescribeServiceIntegrationCommand";
14
+ export * from "./GetCostEstimationCommand";
15
+ export * from "./GetResourceCollectionCommand";
16
+ export * from "./ListAnomaliesForInsightCommand";
17
+ export * from "./ListAnomalousLogGroupsCommand";
18
+ export * from "./ListEventsCommand";
19
+ export * from "./ListInsightsCommand";
20
+ export * from "./ListMonitoredResourcesCommand";
21
+ export * from "./ListNotificationChannelsCommand";
22
+ export * from "./ListOrganizationInsightsCommand";
23
+ export * from "./ListRecommendationsCommand";
24
+ export * from "./PutFeedbackCommand";
25
+ export * from "./RemoveNotificationChannelCommand";
26
+ export * from "./SearchInsightsCommand";
27
+ export * from "./SearchOrganizationInsightsCommand";
28
+ export * from "./StartCostEstimationCommand";
29
+ export * from "./UpdateEventSourcesConfigCommand";
30
+ export * from "./UpdateResourceCollectionCommand";
31
+ export * from "./UpdateServiceIntegrationCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,6 +1,6 @@
1
- export * from "./DevOpsGuru";
2
- export * from "./DevOpsGuruClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export { DevOpsGuruServiceException } from "./models/DevOpsGuruServiceException";
1
+ export * from "./DevOpsGuru";
2
+ export * from "./DevOpsGuruClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { DevOpsGuruServiceException } from "./models/DevOpsGuruServiceException";
@@ -1,6 +1,8 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class DevOpsGuruServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+
6
+ export declare class DevOpsGuruServiceException extends __ServiceException {
7
+ constructor(options: __ServiceExceptionOptions);
8
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";