@aws-sdk/client-devops-guru 3.170.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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/DevOpsGuru.d.ts +0 -31
- package/dist-types/ts3.4/DevOpsGuruClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AddNotificationChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAccountHealthCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAccountOverviewCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAnomalyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEventSourcesConfigCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeFeedbackCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeResourceCollectionHealthCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeServiceIntegrationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCostEstimationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetResourceCollectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAnomaliesForInsightCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAnomalousLogGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListMonitoredResourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListNotificationChannelsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SearchInsightsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartCostEstimationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateEventSourcesConfigCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateResourceCollectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateServiceIntegrationCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/DevOpsGuruServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -550
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -19,7 +19,6 @@ export interface ListNotificationChannelsCommandInput
|
|
|
19
19
|
export interface ListNotificationChannelsCommandOutput
|
|
20
20
|
extends ListNotificationChannelsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListNotificationChannelsCommand extends $Command<
|
|
24
23
|
ListNotificationChannelsCommandInput,
|
|
25
24
|
ListNotificationChannelsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListNotificationChannelsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListNotificationChannelsCommandInput;
|
|
29
28
|
constructor(input: ListNotificationChannelsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DevOpsGuruClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListOrganizationInsightsCommandInput
|
|
|
19
19
|
export interface ListOrganizationInsightsCommandOutput
|
|
20
20
|
extends ListOrganizationInsightsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListOrganizationInsightsCommand extends $Command<
|
|
24
23
|
ListOrganizationInsightsCommandInput,
|
|
25
24
|
ListOrganizationInsightsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListOrganizationInsightsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListOrganizationInsightsCommandInput;
|
|
29
28
|
constructor(input: ListOrganizationInsightsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DevOpsGuruClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListRecommendationsCommandInput
|
|
|
19
19
|
export interface ListRecommendationsCommandOutput
|
|
20
20
|
extends ListRecommendationsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListRecommendationsCommand extends $Command<
|
|
24
23
|
ListRecommendationsCommandInput,
|
|
25
24
|
ListRecommendationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListRecommendationsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListRecommendationsCommandInput;
|
|
29
28
|
constructor(input: ListRecommendationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DevOpsGuruClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface PutFeedbackCommandInput extends PutFeedbackRequest {}
|
|
|
15
15
|
export interface PutFeedbackCommandOutput
|
|
16
16
|
extends PutFeedbackResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class PutFeedbackCommand extends $Command<
|
|
20
19
|
PutFeedbackCommandInput,
|
|
21
20
|
PutFeedbackCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class PutFeedbackCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: PutFeedbackCommandInput;
|
|
25
24
|
constructor(input: PutFeedbackCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: DevOpsGuruClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface RemoveNotificationChannelCommandInput
|
|
|
19
19
|
export interface RemoveNotificationChannelCommandOutput
|
|
20
20
|
extends RemoveNotificationChannelResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class RemoveNotificationChannelCommand extends $Command<
|
|
24
23
|
RemoveNotificationChannelCommandInput,
|
|
25
24
|
RemoveNotificationChannelCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class RemoveNotificationChannelCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: RemoveNotificationChannelCommandInput;
|
|
29
28
|
constructor(input: RemoveNotificationChannelCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DevOpsGuruClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface SearchInsightsCommandInput extends SearchInsightsRequest {}
|
|
|
18
18
|
export interface SearchInsightsCommandOutput
|
|
19
19
|
extends SearchInsightsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class SearchInsightsCommand extends $Command<
|
|
23
22
|
SearchInsightsCommandInput,
|
|
24
23
|
SearchInsightsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class SearchInsightsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: SearchInsightsCommandInput;
|
|
28
27
|
constructor(input: SearchInsightsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: DevOpsGuruClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface SearchOrganizationInsightsCommandInput
|
|
|
19
19
|
export interface SearchOrganizationInsightsCommandOutput
|
|
20
20
|
extends SearchOrganizationInsightsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class SearchOrganizationInsightsCommand extends $Command<
|
|
24
23
|
SearchOrganizationInsightsCommandInput,
|
|
25
24
|
SearchOrganizationInsightsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class SearchOrganizationInsightsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: SearchOrganizationInsightsCommandInput;
|
|
29
28
|
constructor(input: SearchOrganizationInsightsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DevOpsGuruClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface StartCostEstimationCommandInput
|
|
|
19
19
|
export interface StartCostEstimationCommandOutput
|
|
20
20
|
extends StartCostEstimationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class StartCostEstimationCommand extends $Command<
|
|
24
23
|
StartCostEstimationCommandInput,
|
|
25
24
|
StartCostEstimationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class StartCostEstimationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: StartCostEstimationCommandInput;
|
|
29
28
|
constructor(input: StartCostEstimationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DevOpsGuruClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateEventSourcesConfigCommandInput
|
|
|
19
19
|
export interface UpdateEventSourcesConfigCommandOutput
|
|
20
20
|
extends UpdateEventSourcesConfigResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateEventSourcesConfigCommand extends $Command<
|
|
24
23
|
UpdateEventSourcesConfigCommandInput,
|
|
25
24
|
UpdateEventSourcesConfigCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateEventSourcesConfigCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateEventSourcesConfigCommandInput;
|
|
29
28
|
constructor(input: UpdateEventSourcesConfigCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DevOpsGuruClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateResourceCollectionCommandInput
|
|
|
19
19
|
export interface UpdateResourceCollectionCommandOutput
|
|
20
20
|
extends UpdateResourceCollectionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateResourceCollectionCommand extends $Command<
|
|
24
23
|
UpdateResourceCollectionCommandInput,
|
|
25
24
|
UpdateResourceCollectionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateResourceCollectionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateResourceCollectionCommandInput;
|
|
29
28
|
constructor(input: UpdateResourceCollectionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DevOpsGuruClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateServiceIntegrationCommandInput
|
|
|
19
19
|
export interface UpdateServiceIntegrationCommandOutput
|
|
20
20
|
extends UpdateServiceIntegrationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateServiceIntegrationCommand extends $Command<
|
|
24
23
|
UpdateServiceIntegrationCommandInput,
|
|
25
24
|
UpdateServiceIntegrationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateServiceIntegrationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateServiceIntegrationCommandInput;
|
|
29
28
|
constructor(input: UpdateServiceIntegrationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DevOpsGuruClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class DevOpsGuruServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|