@aws-sdk/client-devops-guru 3.477.0 → 3.481.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/commands/AddNotificationChannelCommand.js +18 -41
- package/dist-cjs/commands/DeleteInsightCommand.js +18 -41
- package/dist-cjs/commands/DescribeAccountHealthCommand.js +18 -41
- package/dist-cjs/commands/DescribeAccountOverviewCommand.js +18 -41
- package/dist-cjs/commands/DescribeAnomalyCommand.js +18 -41
- package/dist-cjs/commands/DescribeEventSourcesConfigCommand.js +18 -41
- package/dist-cjs/commands/DescribeFeedbackCommand.js +18 -41
- package/dist-cjs/commands/DescribeInsightCommand.js +18 -41
- package/dist-cjs/commands/DescribeOrganizationHealthCommand.js +18 -41
- package/dist-cjs/commands/DescribeOrganizationOverviewCommand.js +18 -41
- package/dist-cjs/commands/DescribeOrganizationResourceCollectionHealthCommand.js +18 -41
- package/dist-cjs/commands/DescribeResourceCollectionHealthCommand.js +18 -41
- package/dist-cjs/commands/DescribeServiceIntegrationCommand.js +18 -41
- package/dist-cjs/commands/GetCostEstimationCommand.js +18 -41
- package/dist-cjs/commands/GetResourceCollectionCommand.js +18 -41
- package/dist-cjs/commands/ListAnomaliesForInsightCommand.js +18 -41
- package/dist-cjs/commands/ListAnomalousLogGroupsCommand.js +18 -41
- package/dist-cjs/commands/ListEventsCommand.js +18 -41
- package/dist-cjs/commands/ListInsightsCommand.js +18 -41
- package/dist-cjs/commands/ListMonitoredResourcesCommand.js +18 -41
- package/dist-cjs/commands/ListNotificationChannelsCommand.js +18 -41
- package/dist-cjs/commands/ListOrganizationInsightsCommand.js +18 -41
- package/dist-cjs/commands/ListRecommendationsCommand.js +18 -41
- package/dist-cjs/commands/PutFeedbackCommand.js +18 -41
- package/dist-cjs/commands/RemoveNotificationChannelCommand.js +18 -41
- package/dist-cjs/commands/SearchInsightsCommand.js +18 -41
- package/dist-cjs/commands/SearchOrganizationInsightsCommand.js +18 -41
- package/dist-cjs/commands/StartCostEstimationCommand.js +18 -41
- package/dist-cjs/commands/UpdateEventSourcesConfigCommand.js +18 -41
- package/dist-cjs/commands/UpdateResourceCollectionCommand.js +18 -41
- package/dist-cjs/commands/UpdateServiceIntegrationCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/DescribeOrganizationResourceCollectionHealthPaginator.js +2 -23
- package/dist-cjs/pagination/DescribeResourceCollectionHealthPaginator.js +2 -23
- package/dist-cjs/pagination/GetCostEstimationPaginator.js +2 -23
- package/dist-cjs/pagination/GetResourceCollectionPaginator.js +2 -23
- package/dist-cjs/pagination/ListAnomaliesForInsightPaginator.js +2 -24
- package/dist-cjs/pagination/ListAnomalousLogGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/ListEventsPaginator.js +2 -24
- package/dist-cjs/pagination/ListInsightsPaginator.js +2 -24
- package/dist-cjs/pagination/ListMonitoredResourcesPaginator.js +2 -24
- package/dist-cjs/pagination/ListNotificationChannelsPaginator.js +2 -23
- package/dist-cjs/pagination/ListOrganizationInsightsPaginator.js +2 -24
- package/dist-cjs/pagination/ListRecommendationsPaginator.js +2 -23
- package/dist-cjs/pagination/SearchInsightsPaginator.js +2 -24
- package/dist-cjs/pagination/SearchOrganizationInsightsPaginator.js +2 -24
- package/dist-es/commands/AddNotificationChannelCommand.js +18 -41
- package/dist-es/commands/DeleteInsightCommand.js +18 -41
- package/dist-es/commands/DescribeAccountHealthCommand.js +18 -41
- package/dist-es/commands/DescribeAccountOverviewCommand.js +18 -41
- package/dist-es/commands/DescribeAnomalyCommand.js +18 -41
- package/dist-es/commands/DescribeEventSourcesConfigCommand.js +18 -41
- package/dist-es/commands/DescribeFeedbackCommand.js +18 -41
- package/dist-es/commands/DescribeInsightCommand.js +18 -41
- package/dist-es/commands/DescribeOrganizationHealthCommand.js +18 -41
- package/dist-es/commands/DescribeOrganizationOverviewCommand.js +18 -41
- package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +18 -41
- package/dist-es/commands/DescribeResourceCollectionHealthCommand.js +18 -41
- package/dist-es/commands/DescribeServiceIntegrationCommand.js +18 -41
- package/dist-es/commands/GetCostEstimationCommand.js +18 -41
- package/dist-es/commands/GetResourceCollectionCommand.js +18 -41
- package/dist-es/commands/ListAnomaliesForInsightCommand.js +18 -41
- package/dist-es/commands/ListAnomalousLogGroupsCommand.js +18 -41
- package/dist-es/commands/ListEventsCommand.js +18 -41
- package/dist-es/commands/ListInsightsCommand.js +18 -41
- package/dist-es/commands/ListMonitoredResourcesCommand.js +18 -41
- package/dist-es/commands/ListNotificationChannelsCommand.js +18 -41
- package/dist-es/commands/ListOrganizationInsightsCommand.js +18 -41
- package/dist-es/commands/ListRecommendationsCommand.js +18 -41
- package/dist-es/commands/PutFeedbackCommand.js +18 -41
- package/dist-es/commands/RemoveNotificationChannelCommand.js +18 -41
- package/dist-es/commands/SearchInsightsCommand.js +18 -41
- package/dist-es/commands/SearchOrganizationInsightsCommand.js +18 -41
- package/dist-es/commands/StartCostEstimationCommand.js +18 -41
- package/dist-es/commands/UpdateEventSourcesConfigCommand.js +18 -41
- package/dist-es/commands/UpdateResourceCollectionCommand.js +18 -41
- package/dist-es/commands/UpdateServiceIntegrationCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/DescribeOrganizationResourceCollectionHealthPaginator.js +2 -22
- package/dist-es/pagination/DescribeResourceCollectionHealthPaginator.js +2 -22
- package/dist-es/pagination/GetCostEstimationPaginator.js +2 -22
- package/dist-es/pagination/GetResourceCollectionPaginator.js +2 -22
- package/dist-es/pagination/ListAnomaliesForInsightPaginator.js +2 -23
- package/dist-es/pagination/ListAnomalousLogGroupsPaginator.js +2 -23
- package/dist-es/pagination/ListEventsPaginator.js +2 -23
- package/dist-es/pagination/ListInsightsPaginator.js +2 -23
- package/dist-es/pagination/ListMonitoredResourcesPaginator.js +2 -23
- package/dist-es/pagination/ListNotificationChannelsPaginator.js +2 -22
- package/dist-es/pagination/ListOrganizationInsightsPaginator.js +2 -23
- package/dist-es/pagination/ListRecommendationsPaginator.js +2 -22
- package/dist-es/pagination/SearchInsightsPaginator.js +2 -23
- package/dist-es/pagination/SearchOrganizationInsightsPaginator.js +2 -23
- package/dist-types/commands/AddNotificationChannelCommand.d.ts +6 -21
- package/dist-types/commands/DeleteInsightCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAccountHealthCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAnomalyCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEventSourcesConfigCommand.d.ts +6 -21
- package/dist-types/commands/DescribeFeedbackCommand.d.ts +6 -21
- package/dist-types/commands/DescribeInsightCommand.d.ts +6 -21
- package/dist-types/commands/DescribeOrganizationHealthCommand.d.ts +6 -21
- package/dist-types/commands/DescribeOrganizationOverviewCommand.d.ts +6 -21
- package/dist-types/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +6 -21
- package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +6 -21
- package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +6 -21
- package/dist-types/commands/GetCostEstimationCommand.d.ts +6 -21
- package/dist-types/commands/GetResourceCollectionCommand.d.ts +6 -21
- package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +6 -21
- package/dist-types/commands/ListAnomalousLogGroupsCommand.d.ts +6 -21
- package/dist-types/commands/ListEventsCommand.d.ts +6 -21
- package/dist-types/commands/ListInsightsCommand.d.ts +6 -21
- package/dist-types/commands/ListMonitoredResourcesCommand.d.ts +6 -21
- package/dist-types/commands/ListNotificationChannelsCommand.d.ts +6 -21
- package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +6 -21
- package/dist-types/commands/ListRecommendationsCommand.d.ts +6 -21
- package/dist-types/commands/PutFeedbackCommand.d.ts +6 -21
- package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +6 -21
- package/dist-types/commands/SearchInsightsCommand.d.ts +6 -21
- package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +6 -21
- package/dist-types/commands/StartCostEstimationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateEventSourcesConfigCommand.d.ts +6 -21
- package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeResourceCollectionHealthPaginator.d.ts +1 -1
- package/dist-types/pagination/GetCostEstimationPaginator.d.ts +1 -1
- package/dist-types/pagination/GetResourceCollectionPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAnomaliesForInsightPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAnomalousLogGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInsightsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitoredResourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNotificationChannelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOrganizationInsightsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRecommendationsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchInsightsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchOrganizationInsightsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/AddNotificationChannelCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeAccountHealthCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAccountOverviewCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAnomalyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeEventSourcesConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeFeedbackCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeResourceCollectionHealthCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeServiceIntegrationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetCostEstimationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetResourceCollectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAnomaliesForInsightCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAnomalousLogGroupsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListMonitoredResourcesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListNotificationChannelsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SearchInsightsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartCostEstimationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateEventSourcesConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateResourceCollectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateServiceIntegrationCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeResourceCollectionHealthPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetCostEstimationPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetResourceCollectionPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAnomaliesForInsightPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAnomalousLogGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListEventsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListInsightsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListMonitoredResourcesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListNotificationChannelsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListOrganizationInsightsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListRecommendationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/SearchInsightsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/SearchOrganizationInsightsPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
5
4
|
import { SearchOrganizationInsightsRequest, SearchOrganizationInsightsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface SearchOrganizationInsightsCommandInput extends SearchOrganizati
|
|
|
21
20
|
*/
|
|
22
21
|
export interface SearchOrganizationInsightsCommandOutput extends SearchOrganizationInsightsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const SearchOrganizationInsightsCommand_base: {
|
|
24
|
+
new (input: SearchOrganizationInsightsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchOrganizationInsightsCommandInput, SearchOrganizationInsightsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Returns a list of insights in your organization. You can specify which insights are
|
|
@@ -185,23 +188,5 @@ export interface SearchOrganizationInsightsCommandOutput extends SearchOrganizat
|
|
|
185
188
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
186
189
|
*
|
|
187
190
|
*/
|
|
188
|
-
export declare class SearchOrganizationInsightsCommand extends
|
|
189
|
-
readonly input: SearchOrganizationInsightsCommandInput;
|
|
190
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
191
|
-
/**
|
|
192
|
-
* @public
|
|
193
|
-
*/
|
|
194
|
-
constructor(input: SearchOrganizationInsightsCommandInput);
|
|
195
|
-
/**
|
|
196
|
-
* @internal
|
|
197
|
-
*/
|
|
198
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchOrganizationInsightsCommandInput, SearchOrganizationInsightsCommandOutput>;
|
|
199
|
-
/**
|
|
200
|
-
* @internal
|
|
201
|
-
*/
|
|
202
|
-
private serialize;
|
|
203
|
-
/**
|
|
204
|
-
* @internal
|
|
205
|
-
*/
|
|
206
|
-
private deserialize;
|
|
191
|
+
export declare class SearchOrganizationInsightsCommand extends SearchOrganizationInsightsCommand_base {
|
|
207
192
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
5
4
|
import { StartCostEstimationRequest, StartCostEstimationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StartCostEstimationCommandInput extends StartCostEstimationRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StartCostEstimationCommandOutput extends StartCostEstimationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StartCostEstimationCommand_base: {
|
|
24
|
+
new (input: StartCostEstimationCommandInput): import("@smithy/smithy-client").CommandImpl<StartCostEstimationCommandInput, StartCostEstimationCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Starts the creation of an estimate of the monthly cost to analyze your Amazon Web Services
|
|
@@ -87,23 +90,5 @@ export interface StartCostEstimationCommandOutput extends StartCostEstimationRes
|
|
|
87
90
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
88
91
|
*
|
|
89
92
|
*/
|
|
90
|
-
export declare class StartCostEstimationCommand extends
|
|
91
|
-
readonly input: StartCostEstimationCommandInput;
|
|
92
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
-
/**
|
|
94
|
-
* @public
|
|
95
|
-
*/
|
|
96
|
-
constructor(input: StartCostEstimationCommandInput);
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartCostEstimationCommandInput, StartCostEstimationCommandOutput>;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private serialize;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private deserialize;
|
|
93
|
+
export declare class StartCostEstimationCommand extends StartCostEstimationCommand_base {
|
|
109
94
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
5
4
|
import { UpdateEventSourcesConfigRequest, UpdateEventSourcesConfigResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateEventSourcesConfigCommandInput extends UpdateEventSources
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateEventSourcesConfigCommandOutput extends UpdateEventSourcesConfigResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateEventSourcesConfigCommand_base: {
|
|
24
|
+
new (input: UpdateEventSourcesConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEventSourcesConfigCommandInput, UpdateEventSourcesConfigCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Enables or disables integration with a service that can be integrated with DevOps Guru. The
|
|
@@ -71,23 +74,5 @@ export interface UpdateEventSourcesConfigCommandOutput extends UpdateEventSource
|
|
|
71
74
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
72
75
|
*
|
|
73
76
|
*/
|
|
74
|
-
export declare class UpdateEventSourcesConfigCommand extends
|
|
75
|
-
readonly input: UpdateEventSourcesConfigCommandInput;
|
|
76
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
-
/**
|
|
78
|
-
* @public
|
|
79
|
-
*/
|
|
80
|
-
constructor(input: UpdateEventSourcesConfigCommandInput);
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEventSourcesConfigCommandInput, UpdateEventSourcesConfigCommandOutput>;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private serialize;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private deserialize;
|
|
77
|
+
export declare class UpdateEventSourcesConfigCommand extends UpdateEventSourcesConfigCommand_base {
|
|
93
78
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
5
4
|
import { UpdateResourceCollectionRequest, UpdateResourceCollectionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateResourceCollectionCommandInput extends UpdateResourceColl
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateResourceCollectionCommandOutput extends UpdateResourceCollectionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateResourceCollectionCommand_base: {
|
|
24
|
+
new (input: UpdateResourceCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateResourceCollectionCommandInput, UpdateResourceCollectionCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Updates the collection of resources that DevOps Guru analyzes.
|
|
@@ -87,23 +90,5 @@ export interface UpdateResourceCollectionCommandOutput extends UpdateResourceCol
|
|
|
87
90
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
88
91
|
*
|
|
89
92
|
*/
|
|
90
|
-
export declare class UpdateResourceCollectionCommand extends
|
|
91
|
-
readonly input: UpdateResourceCollectionCommandInput;
|
|
92
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
-
/**
|
|
94
|
-
* @public
|
|
95
|
-
*/
|
|
96
|
-
constructor(input: UpdateResourceCollectionCommandInput);
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateResourceCollectionCommandInput, UpdateResourceCollectionCommandOutput>;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private serialize;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private deserialize;
|
|
93
|
+
export declare class UpdateResourceCollectionCommand extends UpdateResourceCollectionCommand_base {
|
|
109
94
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
5
4
|
import { UpdateServiceIntegrationRequest, UpdateServiceIntegrationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateServiceIntegrationCommandInput extends UpdateServiceInteg
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateServiceIntegrationCommandOutput extends UpdateServiceIntegrationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateServiceIntegrationCommand_base: {
|
|
24
|
+
new (input: UpdateServiceIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Enables or disables integration with a service that can be integrated with DevOps Guru. The
|
|
@@ -82,23 +85,5 @@ export interface UpdateServiceIntegrationCommandOutput extends UpdateServiceInte
|
|
|
82
85
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
83
86
|
*
|
|
84
87
|
*/
|
|
85
|
-
export declare class UpdateServiceIntegrationCommand extends
|
|
86
|
-
readonly input: UpdateServiceIntegrationCommandInput;
|
|
87
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
-
/**
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
constructor(input: UpdateServiceIntegrationCommandInput);
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private serialize;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private deserialize;
|
|
88
|
+
export declare class UpdateServiceIntegrationCommand extends UpdateServiceIntegrationCommand_base {
|
|
104
89
|
}
|
|
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
|
14
14
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
15
15
|
defaultSigningName: string;
|
|
16
16
|
};
|
|
17
|
+
export declare const commonParams: {
|
|
18
|
+
readonly UseFIPS: {
|
|
19
|
+
readonly type: "builtInParams";
|
|
20
|
+
readonly name: "useFipsEndpoint";
|
|
21
|
+
};
|
|
22
|
+
readonly Endpoint: {
|
|
23
|
+
readonly type: "builtInParams";
|
|
24
|
+
readonly name: "endpoint";
|
|
25
|
+
};
|
|
26
|
+
readonly Region: {
|
|
27
|
+
readonly type: "builtInParams";
|
|
28
|
+
readonly name: "region";
|
|
29
|
+
};
|
|
30
|
+
readonly UseDualStack: {
|
|
31
|
+
readonly type: "builtInParams";
|
|
32
|
+
readonly name: "useDualstackEndpoint";
|
|
33
|
+
};
|
|
34
|
+
};
|
|
17
35
|
export interface EndpointParameters extends __EndpointParameters {
|
|
18
36
|
Region?: string;
|
|
19
37
|
UseDualStack?: boolean;
|
|
@@ -4,4 +4,4 @@ import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeOrganizationResourceCollectionHealth: (config: DevOpsGuruPaginationConfiguration, input: DescribeOrganizationResourceCollectionHealthCommandInput, ...rest: any[]) => Paginator<DescribeOrganizationResourceCollectionHealthCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeResourceCollectionHealth: (config: DevOpsGuruPaginationConfiguration, input: DescribeResourceCollectionHealthCommandInput, ...rest: any[]) => Paginator<DescribeResourceCollectionHealthCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetCostEstimation: (config: DevOpsGuruPaginationConfiguration, input: GetCostEstimationCommandInput, ...rest: any[]) => Paginator<GetCostEstimationCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetResourceCollection: (config: DevOpsGuruPaginationConfiguration, input: GetResourceCollectionCommandInput, ...rest: any[]) => Paginator<GetResourceCollectionCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAnomaliesForInsight: (config: DevOpsGuruPaginationConfiguration, input: ListAnomaliesForInsightCommandInput, ...rest: any[]) => Paginator<ListAnomaliesForInsightCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAnomalousLogGroups: (config: DevOpsGuruPaginationConfiguration, input: ListAnomalousLogGroupsCommandInput, ...rest: any[]) => Paginator<ListAnomalousLogGroupsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListEvents: (config: DevOpsGuruPaginationConfiguration, input: ListEventsCommandInput, ...rest: any[]) => Paginator<ListEventsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListInsights: (config: DevOpsGuruPaginationConfiguration, input: ListInsightsCommandInput, ...rest: any[]) => Paginator<ListInsightsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListMonitoredResources: (config: DevOpsGuruPaginationConfiguration, input: ListMonitoredResourcesCommandInput, ...rest: any[]) => Paginator<ListMonitoredResourcesCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListNotificationChannels: (config: DevOpsGuruPaginationConfiguration, input: ListNotificationChannelsCommandInput, ...rest: any[]) => Paginator<ListNotificationChannelsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListOrganizationInsights: (config: DevOpsGuruPaginationConfiguration, input: ListOrganizationInsightsCommandInput, ...rest: any[]) => Paginator<ListOrganizationInsightsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListRecommendations: (config: DevOpsGuruPaginationConfiguration, input: ListRecommendationsCommandInput, ...rest: any[]) => Paginator<ListRecommendationsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateSearchInsights: (config: DevOpsGuruPaginationConfiguration, input: SearchInsightsCommandInput, ...rest: any[]) => Paginator<SearchInsightsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateSearchOrganizationInsights: (config: DevOpsGuruPaginationConfiguration, input: SearchOrganizationInsightsCommandInput, ...rest: any[]) => Paginator<SearchOrganizationInsightsCommandOutput>;
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
DevOpsGuruClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface AddNotificationChannelCommandInput
|
|
|
21
15
|
export interface AddNotificationChannelCommandOutput
|
|
22
16
|
extends AddNotificationChannelResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: AddNotificationChannelCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: AddNotificationChannelCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: DevOpsGuruClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const AddNotificationChannelCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: AddNotificationChannelCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
AddNotificationChannelCommandInput,
|
|
38
|
-
AddNotificationChannelCommandOutput
|
|
23
|
+
AddNotificationChannelCommandOutput,
|
|
24
|
+
DevOpsGuruClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class AddNotificationChannelCommand extends AddNotificationChannelCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
DevOpsGuruClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface DeleteInsightCommandInput extends DeleteInsightRequest {}
|
|
|
20
14
|
export interface DeleteInsightCommandOutput
|
|
21
15
|
extends DeleteInsightResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const DeleteInsightCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: DeleteInsightCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
DeleteInsightCommandInput,
|
|
22
|
+
DeleteInsightCommandOutput,
|
|
23
|
+
DevOpsGuruClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class DeleteInsightCommand extends DeleteInsightCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
DevOpsGuruClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface DescribeAccountHealthCommandInput
|
|
|
21
15
|
export interface DescribeAccountHealthCommandOutput
|
|
22
16
|
extends DescribeAccountHealthResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DescribeAccountHealthCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DescribeAccountHealthCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: DevOpsGuruClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DescribeAccountHealthCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DescribeAccountHealthCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DescribeAccountHealthCommandInput,
|
|
38
|
-
DescribeAccountHealthCommandOutput
|
|
23
|
+
DescribeAccountHealthCommandOutput,
|
|
24
|
+
DevOpsGuruClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DescribeAccountHealthCommand extends DescribeAccountHealthCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
DevOpsGuruClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface DescribeAccountOverviewCommandInput
|
|
|
21
15
|
export interface DescribeAccountOverviewCommandOutput
|
|
22
16
|
extends DescribeAccountOverviewResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DescribeAccountOverviewCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DescribeAccountOverviewCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: DevOpsGuruClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DescribeAccountOverviewCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DescribeAccountOverviewCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DescribeAccountOverviewCommandInput,
|
|
38
|
-
DescribeAccountOverviewCommandOutput
|
|
23
|
+
DescribeAccountOverviewCommandOutput,
|
|
24
|
+
DevOpsGuruClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DescribeAccountOverviewCommand extends DescribeAccountOverviewCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
DevOpsGuruClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface DescribeAnomalyCommandInput extends DescribeAnomalyRequest {}
|
|
|
20
14
|
export interface DescribeAnomalyCommandOutput
|
|
21
15
|
extends DescribeAnomalyResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const DescribeAnomalyCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: DescribeAnomalyCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
DescribeAnomalyCommandInput,
|
|
22
|
+
DescribeAnomalyCommandOutput,
|
|
23
|
+
DevOpsGuruClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class DescribeAnomalyCommand extends DescribeAnomalyCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
DevOpsGuruClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface DescribeEventSourcesConfigCommandInput
|
|
|
21
15
|
export interface DescribeEventSourcesConfigCommandOutput
|
|
22
16
|
extends DescribeEventSourcesConfigResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DescribeEventSourcesConfigCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DescribeEventSourcesConfigCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: DevOpsGuruClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DescribeEventSourcesConfigCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DescribeEventSourcesConfigCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DescribeEventSourcesConfigCommandInput,
|
|
38
|
-
DescribeEventSourcesConfigCommandOutput
|
|
23
|
+
DescribeEventSourcesConfigCommandOutput,
|
|
24
|
+
DevOpsGuruClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DescribeEventSourcesConfigCommand extends DescribeEventSourcesConfigCommand_base {}
|