@aws-sdk/client-devops-guru 3.529.1 → 3.535.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 +11 -1
- package/dist-types/DevOpsGuruClient.d.ts +1 -1
- package/dist-types/commands/AddNotificationChannelCommand.d.ts +2 -1
- package/dist-types/commands/DeleteInsightCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountHealthCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAnomalyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEventSourcesConfigCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFeedbackCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInsightCommand.d.ts +2 -1
- package/dist-types/commands/DescribeOrganizationHealthCommand.d.ts +2 -1
- package/dist-types/commands/DescribeOrganizationOverviewCommand.d.ts +2 -1
- package/dist-types/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +2 -1
- package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +2 -1
- package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +2 -1
- package/dist-types/commands/GetCostEstimationCommand.d.ts +2 -1
- package/dist-types/commands/GetResourceCollectionCommand.d.ts +2 -1
- package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +2 -1
- package/dist-types/commands/ListAnomalousLogGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListEventsCommand.d.ts +2 -1
- package/dist-types/commands/ListInsightsCommand.d.ts +2 -1
- package/dist-types/commands/ListMonitoredResourcesCommand.d.ts +2 -1
- package/dist-types/commands/ListNotificationChannelsCommand.d.ts +2 -1
- package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +2 -1
- package/dist-types/commands/ListRecommendationsCommand.d.ts +2 -1
- package/dist-types/commands/PutFeedbackCommand.d.ts +2 -1
- package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +2 -1
- package/dist-types/commands/SearchInsightsCommand.d.ts +2 -1
- package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +2 -1
- package/dist-types/commands/StartCostEstimationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEventSourcesConfigCommand.d.ts +2 -1
- package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +558 -558
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/DevOpsGuru.d.ts +10 -0
- package/dist-types/ts3.4/commands/AddNotificationChannelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAccountHealthCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAccountOverviewCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAnomalyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEventSourcesConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFeedbackCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeResourceCollectionHealthCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeServiceIntegrationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCostEstimationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetResourceCollectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAnomaliesForInsightCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAnomalousLogGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListMonitoredResourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListNotificationChannelsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchInsightsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartCostEstimationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateEventSourcesConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateResourceCollectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateServiceIntegrationCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -22,10 +22,10 @@ export interface RemoveNotificationChannelCommandOutput extends RemoveNotificati
|
|
|
22
22
|
}
|
|
23
23
|
declare const RemoveNotificationChannelCommand_base: {
|
|
24
24
|
new (input: RemoveNotificationChannelCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveNotificationChannelCommandInput, RemoveNotificationChannelCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RemoveNotificationChannelCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveNotificationChannelCommandInput, RemoveNotificationChannelCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Removes a notification channel from DevOps Guru. A notification channel is used to notify
|
|
30
30
|
* you when DevOps Guru generates an insight that contains information about how to improve your
|
|
31
31
|
* operations. </p>
|
|
@@ -75,6 +75,7 @@ declare const RemoveNotificationChannelCommand_base: {
|
|
|
75
75
|
* @throws {@link DevOpsGuruServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class RemoveNotificationChannelCommand extends RemoveNotificationChannelCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface SearchInsightsCommandOutput extends SearchInsightsResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const SearchInsightsCommand_base: {
|
|
24
24
|
new (input: SearchInsightsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchInsightsCommandInput, SearchInsightsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: SearchInsightsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchInsightsCommandInput, SearchInsightsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Returns a list of insights in your Amazon Web Services account. You can specify which insights are
|
|
30
30
|
* returned by their start time, one or more statuses (<code>ONGOING</code> or <code>CLOSED</code>), one or more severities
|
|
31
31
|
* (<code>LOW</code>, <code>MEDIUM</code>, and <code>HIGH</code>), and type
|
|
@@ -183,6 +183,7 @@ declare const SearchInsightsCommand_base: {
|
|
|
183
183
|
* @throws {@link DevOpsGuruServiceException}
|
|
184
184
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
185
185
|
*
|
|
186
|
+
* @public
|
|
186
187
|
*/
|
|
187
188
|
export declare class SearchInsightsCommand extends SearchInsightsCommand_base {
|
|
188
189
|
}
|
|
@@ -22,10 +22,10 @@ export interface SearchOrganizationInsightsCommandOutput extends SearchOrganizat
|
|
|
22
22
|
}
|
|
23
23
|
declare const SearchOrganizationInsightsCommand_base: {
|
|
24
24
|
new (input: SearchOrganizationInsightsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchOrganizationInsightsCommandInput, SearchOrganizationInsightsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: SearchOrganizationInsightsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchOrganizationInsightsCommandInput, SearchOrganizationInsightsCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Returns a list of insights in your organization. You can specify which insights are
|
|
30
30
|
* returned by their start time, one or more statuses (<code>ONGOING</code>,
|
|
31
31
|
* <code>CLOSED</code>, and <code>CLOSED</code>), one or more severities
|
|
@@ -187,6 +187,7 @@ declare const SearchOrganizationInsightsCommand_base: {
|
|
|
187
187
|
* @throws {@link DevOpsGuruServiceException}
|
|
188
188
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
189
189
|
*
|
|
190
|
+
* @public
|
|
190
191
|
*/
|
|
191
192
|
export declare class SearchOrganizationInsightsCommand extends SearchOrganizationInsightsCommand_base {
|
|
192
193
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartCostEstimationCommandOutput extends StartCostEstimationRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartCostEstimationCommand_base: {
|
|
24
24
|
new (input: StartCostEstimationCommandInput): import("@smithy/smithy-client").CommandImpl<StartCostEstimationCommandInput, StartCostEstimationCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartCostEstimationCommandInput): import("@smithy/smithy-client").CommandImpl<StartCostEstimationCommandInput, StartCostEstimationCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Starts the creation of an estimate of the monthly cost to analyze your Amazon Web Services
|
|
30
30
|
* resources.</p>
|
|
31
31
|
* @example
|
|
@@ -89,6 +89,7 @@ declare const StartCostEstimationCommand_base: {
|
|
|
89
89
|
* @throws {@link DevOpsGuruServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class StartCostEstimationCommand extends StartCostEstimationCommand_base {
|
|
94
95
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateEventSourcesConfigCommandOutput extends UpdateEventSource
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateEventSourcesConfigCommand_base: {
|
|
24
24
|
new (input: UpdateEventSourcesConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEventSourcesConfigCommandInput, UpdateEventSourcesConfigCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [UpdateEventSourcesConfigCommandInput]): import("@smithy/smithy-client").CommandImpl<UpdateEventSourcesConfigCommandInput, UpdateEventSourcesConfigCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Enables or disables integration with a service that can be integrated with DevOps Guru. The
|
|
30
30
|
* one service that can be integrated with DevOps Guru is Amazon CodeGuru Profiler, which
|
|
31
31
|
* can produce proactive recommendations which can be stored and viewed in DevOps Guru.</p>
|
|
@@ -73,6 +73,7 @@ declare const UpdateEventSourcesConfigCommand_base: {
|
|
|
73
73
|
* @throws {@link DevOpsGuruServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class UpdateEventSourcesConfigCommand extends UpdateEventSourcesConfigCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateResourceCollectionCommandOutput extends UpdateResourceCol
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateResourceCollectionCommand_base: {
|
|
24
24
|
new (input: UpdateResourceCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateResourceCollectionCommandInput, UpdateResourceCollectionCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateResourceCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateResourceCollectionCommandInput, UpdateResourceCollectionCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Updates the collection of resources that DevOps Guru analyzes.
|
|
30
30
|
* The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
|
|
31
31
|
* Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
|
|
@@ -89,6 +89,7 @@ declare const UpdateResourceCollectionCommand_base: {
|
|
|
89
89
|
* @throws {@link DevOpsGuruServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class UpdateResourceCollectionCommand extends UpdateResourceCollectionCommand_base {
|
|
94
95
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateServiceIntegrationCommandOutput extends UpdateServiceInte
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateServiceIntegrationCommand_base: {
|
|
24
24
|
new (input: UpdateServiceIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateServiceIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Enables or disables integration with a service that can be integrated with DevOps Guru. The
|
|
30
30
|
* one service that can be integrated with DevOps Guru is Amazon Web Services Systems Manager, which can be used to create
|
|
31
31
|
* an OpsItem for each generated insight. </p>
|
|
@@ -84,6 +84,7 @@ declare const UpdateServiceIntegrationCommand_base: {
|
|
|
84
84
|
* @throws {@link DevOpsGuruServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class UpdateServiceIntegrationCommand extends UpdateServiceIntegrationCommand_base {
|
|
89
90
|
}
|