@aws-sdk/client-devops-guru 3.296.0 → 3.297.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-types/DevOpsGuru.d.ts +32 -0
- package/dist-types/DevOpsGuruClient.d.ts +24 -4
- package/dist-types/commands/AddNotificationChannelCommand.d.ts +16 -0
- package/dist-types/commands/DeleteInsightCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAccountHealthCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAnomalyCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEventSourcesConfigCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFeedbackCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInsightCommand.d.ts +16 -0
- package/dist-types/commands/DescribeOrganizationHealthCommand.d.ts +16 -0
- package/dist-types/commands/DescribeOrganizationOverviewCommand.d.ts +16 -0
- package/dist-types/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +16 -0
- package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +16 -0
- package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +16 -0
- package/dist-types/commands/GetCostEstimationCommand.d.ts +16 -0
- package/dist-types/commands/GetResourceCollectionCommand.d.ts +16 -0
- package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +16 -0
- package/dist-types/commands/ListAnomalousLogGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListEventsCommand.d.ts +16 -0
- package/dist-types/commands/ListInsightsCommand.d.ts +16 -0
- package/dist-types/commands/ListMonitoredResourcesCommand.d.ts +16 -0
- package/dist-types/commands/ListNotificationChannelsCommand.d.ts +16 -0
- package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +16 -0
- package/dist-types/commands/ListRecommendationsCommand.d.ts +16 -0
- package/dist-types/commands/PutFeedbackCommand.d.ts +16 -0
- package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +16 -0
- package/dist-types/commands/SearchInsightsCommand.d.ts +16 -0
- package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +16 -0
- package/dist-types/commands/StartCostEstimationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateEventSourcesConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +16 -0
- package/dist-types/models/DevOpsGuruServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +358 -0
- package/dist-types/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeResourceCollectionHealthPaginator.d.ts +3 -0
- package/dist-types/pagination/GetCostEstimationPaginator.d.ts +3 -0
- package/dist-types/pagination/GetResourceCollectionPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAnomaliesForInsightPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAnomalousLogGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListEventsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListInsightsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMonitoredResourcesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListNotificationChannelsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListOrganizationInsightsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRecommendationsPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchInsightsPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchOrganizationInsightsPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
5
5
|
import { UpdateServiceIntegrationRequest, UpdateServiceIntegrationResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateServiceIntegrationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateServiceIntegrationCommandInput extends UpdateServiceIntegrationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateServiceIntegrationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateServiceIntegrationCommandOutput extends UpdateServiceIntegrationResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Enables or disables integration with a service that can be integrated with DevOps Guru. The
|
|
18
23
|
* one service that can be integrated with DevOps Guru is Amazon Web Services Systems Manager, which can be used to create
|
|
19
24
|
* an OpsItem for each generated insight. </p>
|
|
@@ -27,6 +32,8 @@ export interface UpdateServiceIntegrationCommandOutput extends UpdateServiceInte
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param UpdateServiceIntegrationCommandInput - {@link UpdateServiceIntegrationCommandInput}
|
|
36
|
+
* @returns {@link UpdateServiceIntegrationCommandOutput}
|
|
30
37
|
* @see {@link UpdateServiceIntegrationCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link UpdateServiceIntegrationCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface UpdateServiceIntegrationCommandOutput extends UpdateServiceInte
|
|
|
55
62
|
export declare class UpdateServiceIntegrationCommand extends $Command<UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
56
63
|
readonly input: UpdateServiceIntegrationCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: UpdateServiceIntegrationCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
2
|
/**
|
|
3
|
+
* @public
|
|
4
|
+
*
|
|
3
5
|
* Base exception class for all service exceptions from DevOpsGuru service.
|
|
4
6
|
*/
|
|
5
7
|
export declare class DevOpsGuruServiceException extends __ServiceException {
|