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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/DevOpsGuru.d.ts +537 -160
  3. package/dist-types/ts3.4/DevOpsGuruClient.d.ts +290 -104
  4. package/dist-types/ts3.4/commands/AddNotificationChannelCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/DescribeAccountHealthCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/DescribeAccountOverviewCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/DescribeAnomalyCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/DescribeEventSourcesConfigCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/DescribeFeedbackCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DescribeResourceCollectionHealthCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/DescribeServiceIntegrationCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/GetCostEstimationCommand.d.ts +36 -17
  18. package/dist-types/ts3.4/commands/GetResourceCollectionCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/ListAnomaliesForInsightCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/ListAnomalousLogGroupsCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/ListMonitoredResourcesCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/ListNotificationChannelsCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/SearchInsightsCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/StartCostEstimationCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/UpdateEventSourcesConfigCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/UpdateResourceCollectionCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/UpdateServiceIntegrationCommand.d.ts +39 -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 +7 -6
  39. package/dist-types/ts3.4/models/index.d.ts +1 -1
  40. package/dist-types/ts3.4/models/models_0.d.ts +1385 -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 +65 -38
  59. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  60. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  61. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  62. package/package.json +34 -34
@@ -1,17 +1,39 @@
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
+ export declare class SearchOrganizationInsightsCommand extends $Command<
23
+ SearchOrganizationInsightsCommandInput,
24
+ SearchOrganizationInsightsCommandOutput,
25
+ DevOpsGuruClientResolvedConfig
26
+ > {
27
+ readonly input: SearchOrganizationInsightsCommandInput;
28
+ constructor(input: SearchOrganizationInsightsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DevOpsGuruClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ SearchOrganizationInsightsCommandInput,
35
+ SearchOrganizationInsightsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
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
+ export declare class StartCostEstimationCommand extends $Command<
23
+ StartCostEstimationCommandInput,
24
+ StartCostEstimationCommandOutput,
25
+ DevOpsGuruClientResolvedConfig
26
+ > {
27
+ readonly input: StartCostEstimationCommandInput;
28
+ constructor(input: StartCostEstimationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DevOpsGuruClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<StartCostEstimationCommandInput, StartCostEstimationCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
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
+ export declare class UpdateEventSourcesConfigCommand extends $Command<
23
+ UpdateEventSourcesConfigCommandInput,
24
+ UpdateEventSourcesConfigCommandOutput,
25
+ DevOpsGuruClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateEventSourcesConfigCommandInput;
28
+ constructor(input: UpdateEventSourcesConfigCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DevOpsGuruClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateEventSourcesConfigCommandInput,
35
+ UpdateEventSourcesConfigCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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
+ export declare class UpdateResourceCollectionCommand extends $Command<
23
+ UpdateResourceCollectionCommandInput,
24
+ UpdateResourceCollectionCommandOutput,
25
+ DevOpsGuruClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateResourceCollectionCommandInput;
28
+ constructor(input: UpdateResourceCollectionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DevOpsGuruClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateResourceCollectionCommandInput,
35
+ UpdateResourceCollectionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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
+ export declare class UpdateServiceIntegrationCommand extends $Command<
23
+ UpdateServiceIntegrationCommandInput,
24
+ UpdateServiceIntegrationCommandOutput,
25
+ DevOpsGuruClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateServiceIntegrationCommandInput;
28
+ constructor(input: UpdateServiceIntegrationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DevOpsGuruClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateServiceIntegrationCommandInput,
35
+ UpdateServiceIntegrationCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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,7 @@
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
+ export declare class DevOpsGuruServiceException extends __ServiceException {
6
+ constructor(options: __ServiceExceptionOptions);
7
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";