@aws-sdk/client-application-insights 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/AddWorkloadCommand.js +18 -41
- package/dist-cjs/commands/CreateApplicationCommand.js +18 -41
- package/dist-cjs/commands/CreateComponentCommand.js +18 -41
- package/dist-cjs/commands/CreateLogPatternCommand.js +18 -41
- package/dist-cjs/commands/DeleteApplicationCommand.js +18 -41
- package/dist-cjs/commands/DeleteComponentCommand.js +18 -41
- package/dist-cjs/commands/DeleteLogPatternCommand.js +18 -41
- package/dist-cjs/commands/DescribeApplicationCommand.js +18 -41
- package/dist-cjs/commands/DescribeComponentCommand.js +18 -41
- package/dist-cjs/commands/DescribeComponentConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DescribeComponentConfigurationRecommendationCommand.js +18 -41
- package/dist-cjs/commands/DescribeLogPatternCommand.js +18 -41
- package/dist-cjs/commands/DescribeObservationCommand.js +18 -41
- package/dist-cjs/commands/DescribeProblemCommand.js +18 -41
- package/dist-cjs/commands/DescribeProblemObservationsCommand.js +18 -41
- package/dist-cjs/commands/DescribeWorkloadCommand.js +18 -41
- package/dist-cjs/commands/ListApplicationsCommand.js +18 -41
- package/dist-cjs/commands/ListComponentsCommand.js +18 -41
- package/dist-cjs/commands/ListConfigurationHistoryCommand.js +18 -41
- package/dist-cjs/commands/ListLogPatternSetsCommand.js +18 -41
- package/dist-cjs/commands/ListLogPatternsCommand.js +18 -41
- package/dist-cjs/commands/ListProblemsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListWorkloadsCommand.js +18 -41
- package/dist-cjs/commands/RemoveWorkloadCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateApplicationCommand.js +18 -41
- package/dist-cjs/commands/UpdateComponentCommand.js +18 -41
- package/dist-cjs/commands/UpdateComponentConfigurationCommand.js +18 -41
- package/dist-cjs/commands/UpdateLogPatternCommand.js +18 -41
- package/dist-cjs/commands/UpdateProblemCommand.js +18 -41
- package/dist-cjs/commands/UpdateWorkloadCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListApplicationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListComponentsPaginator.js +2 -24
- package/dist-cjs/pagination/ListConfigurationHistoryPaginator.js +2 -24
- package/dist-cjs/pagination/ListLogPatternSetsPaginator.js +2 -24
- package/dist-cjs/pagination/ListLogPatternsPaginator.js +2 -24
- package/dist-cjs/pagination/ListProblemsPaginator.js +2 -24
- package/dist-cjs/pagination/ListWorkloadsPaginator.js +2 -24
- package/dist-es/commands/AddWorkloadCommand.js +18 -41
- package/dist-es/commands/CreateApplicationCommand.js +18 -41
- package/dist-es/commands/CreateComponentCommand.js +18 -41
- package/dist-es/commands/CreateLogPatternCommand.js +18 -41
- package/dist-es/commands/DeleteApplicationCommand.js +18 -41
- package/dist-es/commands/DeleteComponentCommand.js +18 -41
- package/dist-es/commands/DeleteLogPatternCommand.js +18 -41
- package/dist-es/commands/DescribeApplicationCommand.js +18 -41
- package/dist-es/commands/DescribeComponentCommand.js +18 -41
- package/dist-es/commands/DescribeComponentConfigurationCommand.js +18 -41
- package/dist-es/commands/DescribeComponentConfigurationRecommendationCommand.js +18 -41
- package/dist-es/commands/DescribeLogPatternCommand.js +18 -41
- package/dist-es/commands/DescribeObservationCommand.js +18 -41
- package/dist-es/commands/DescribeProblemCommand.js +18 -41
- package/dist-es/commands/DescribeProblemObservationsCommand.js +18 -41
- package/dist-es/commands/DescribeWorkloadCommand.js +18 -41
- package/dist-es/commands/ListApplicationsCommand.js +18 -41
- package/dist-es/commands/ListComponentsCommand.js +18 -41
- package/dist-es/commands/ListConfigurationHistoryCommand.js +18 -41
- package/dist-es/commands/ListLogPatternSetsCommand.js +18 -41
- package/dist-es/commands/ListLogPatternsCommand.js +18 -41
- package/dist-es/commands/ListProblemsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListWorkloadsCommand.js +18 -41
- package/dist-es/commands/RemoveWorkloadCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateApplicationCommand.js +18 -41
- package/dist-es/commands/UpdateComponentCommand.js +18 -41
- package/dist-es/commands/UpdateComponentConfigurationCommand.js +18 -41
- package/dist-es/commands/UpdateLogPatternCommand.js +18 -41
- package/dist-es/commands/UpdateProblemCommand.js +18 -41
- package/dist-es/commands/UpdateWorkloadCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListApplicationsPaginator.js +2 -23
- package/dist-es/pagination/ListComponentsPaginator.js +2 -23
- package/dist-es/pagination/ListConfigurationHistoryPaginator.js +2 -23
- package/dist-es/pagination/ListLogPatternSetsPaginator.js +2 -23
- package/dist-es/pagination/ListLogPatternsPaginator.js +2 -23
- package/dist-es/pagination/ListProblemsPaginator.js +2 -23
- package/dist-es/pagination/ListWorkloadsPaginator.js +2 -23
- package/dist-types/commands/AddWorkloadCommand.d.ts +6 -21
- package/dist-types/commands/CreateApplicationCommand.d.ts +6 -21
- package/dist-types/commands/CreateComponentCommand.d.ts +6 -21
- package/dist-types/commands/CreateLogPatternCommand.d.ts +6 -21
- package/dist-types/commands/DeleteApplicationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteComponentCommand.d.ts +6 -21
- package/dist-types/commands/DeleteLogPatternCommand.d.ts +6 -21
- package/dist-types/commands/DescribeApplicationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeComponentCommand.d.ts +6 -21
- package/dist-types/commands/DescribeComponentConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLogPatternCommand.d.ts +6 -21
- package/dist-types/commands/DescribeObservationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeProblemCommand.d.ts +6 -21
- package/dist-types/commands/DescribeProblemObservationsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeWorkloadCommand.d.ts +6 -21
- package/dist-types/commands/ListApplicationsCommand.d.ts +6 -21
- package/dist-types/commands/ListComponentsCommand.d.ts +6 -21
- package/dist-types/commands/ListConfigurationHistoryCommand.d.ts +6 -21
- package/dist-types/commands/ListLogPatternSetsCommand.d.ts +6 -21
- package/dist-types/commands/ListLogPatternsCommand.d.ts +6 -21
- package/dist-types/commands/ListProblemsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListWorkloadsCommand.d.ts +6 -21
- package/dist-types/commands/RemoveWorkloadCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateComponentCommand.d.ts +6 -21
- package/dist-types/commands/UpdateComponentConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateLogPatternCommand.d.ts +6 -21
- package/dist-types/commands/UpdateProblemCommand.d.ts +6 -21
- package/dist-types/commands/UpdateWorkloadCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListApplicationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListComponentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConfigurationHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLogPatternSetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLogPatternsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProblemsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkloadsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/AddWorkloadCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateLogPatternCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteLogPatternCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeComponentConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeLogPatternCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeObservationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeProblemCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeProblemObservationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeWorkloadCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListConfigurationHistoryCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListLogPatternSetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListLogPatternsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListProblemsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RemoveWorkloadCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateComponentConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateLogPatternCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateProblemCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListComponentsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListConfigurationHistoryPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListLogPatternSetsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListLogPatternsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListProblemsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListWorkloadsPaginator.d.ts +3 -3
- package/package.json +11 -10
|
@@ -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 { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
|
|
5
4
|
import { UpdateComponentRequest, UpdateComponentResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateComponentCommandInput extends UpdateComponentRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateComponentCommandOutput extends UpdateComponentResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateComponentCommand_base: {
|
|
24
|
+
new (input: UpdateComponentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateComponentCommandInput, UpdateComponentCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the custom component name and/or the list of resources that make up the
|
|
@@ -67,23 +70,5 @@ export interface UpdateComponentCommandOutput extends UpdateComponentResponse, _
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class UpdateComponentCommand extends
|
|
71
|
-
readonly input: UpdateComponentCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: UpdateComponentCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateComponentCommandInput, UpdateComponentCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class UpdateComponentCommand extends UpdateComponentCommand_base {
|
|
89
74
|
}
|
|
@@ -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 { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
|
|
5
4
|
import { UpdateComponentConfigurationRequest, UpdateComponentConfigurationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateComponentConfigurationCommandInput extends UpdateComponen
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateComponentConfigurationCommandOutput extends UpdateComponentConfigurationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateComponentConfigurationCommand_base: {
|
|
24
|
+
new (input: UpdateComponentConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateComponentConfigurationCommandInput, UpdateComponentConfigurationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the monitoring configurations for the component. The configuration input
|
|
@@ -68,23 +71,5 @@ export interface UpdateComponentConfigurationCommandOutput extends UpdateCompone
|
|
|
68
71
|
* <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class UpdateComponentConfigurationCommand extends
|
|
72
|
-
readonly input: UpdateComponentConfigurationCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: UpdateComponentConfigurationCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateComponentConfigurationCommandInput, UpdateComponentConfigurationCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class UpdateComponentConfigurationCommand extends UpdateComponentConfigurationCommand_base {
|
|
90
75
|
}
|
|
@@ -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 { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
|
|
5
4
|
import { UpdateLogPatternRequest, UpdateLogPatternResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateLogPatternCommandInput extends UpdateLogPatternRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateLogPatternCommandOutput extends UpdateLogPatternResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateLogPatternCommand_base: {
|
|
24
|
+
new (input: UpdateLogPatternCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLogPatternCommandInput, UpdateLogPatternCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Adds a log pattern to a <code>LogPatternSet</code>.</p>
|
|
@@ -73,23 +76,5 @@ export interface UpdateLogPatternCommandOutput extends UpdateLogPatternResponse,
|
|
|
73
76
|
* <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
|
|
74
77
|
*
|
|
75
78
|
*/
|
|
76
|
-
export declare class UpdateLogPatternCommand extends
|
|
77
|
-
readonly input: UpdateLogPatternCommandInput;
|
|
78
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
79
|
-
/**
|
|
80
|
-
* @public
|
|
81
|
-
*/
|
|
82
|
-
constructor(input: UpdateLogPatternCommandInput);
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLogPatternCommandInput, UpdateLogPatternCommandOutput>;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private serialize;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private deserialize;
|
|
79
|
+
export declare class UpdateLogPatternCommand extends UpdateLogPatternCommand_base {
|
|
95
80
|
}
|
|
@@ -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 { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
|
|
5
4
|
import { UpdateProblemRequest, UpdateProblemResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateProblemCommandInput extends UpdateProblemRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateProblemCommandOutput extends UpdateProblemResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateProblemCommand_base: {
|
|
24
|
+
new (input: UpdateProblemCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProblemCommandInput, UpdateProblemCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the visibility of the problem or specifies the problem as
|
|
@@ -61,23 +64,5 @@ export interface UpdateProblemCommandOutput extends UpdateProblemResponse, __Met
|
|
|
61
64
|
* <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
|
|
62
65
|
*
|
|
63
66
|
*/
|
|
64
|
-
export declare class UpdateProblemCommand extends
|
|
65
|
-
readonly input: UpdateProblemCommandInput;
|
|
66
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
-
/**
|
|
68
|
-
* @public
|
|
69
|
-
*/
|
|
70
|
-
constructor(input: UpdateProblemCommandInput);
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateProblemCommandInput, UpdateProblemCommandOutput>;
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
private serialize;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private deserialize;
|
|
67
|
+
export declare class UpdateProblemCommand extends UpdateProblemCommand_base {
|
|
83
68
|
}
|
|
@@ -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 { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
|
|
5
4
|
import { UpdateWorkloadRequest, UpdateWorkloadResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateWorkloadCommandInput extends UpdateWorkloadRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateWorkloadCommandOutput extends UpdateWorkloadResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateWorkloadCommand_base: {
|
|
24
|
+
new (input: UpdateWorkloadCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkloadCommandInput, UpdateWorkloadCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Adds a workload to a component. Each component can have at most five workloads.</p>
|
|
@@ -72,23 +75,5 @@ export interface UpdateWorkloadCommandOutput extends UpdateWorkloadResponse, __M
|
|
|
72
75
|
* <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
|
|
73
76
|
*
|
|
74
77
|
*/
|
|
75
|
-
export declare class UpdateWorkloadCommand extends
|
|
76
|
-
readonly input: UpdateWorkloadCommandInput;
|
|
77
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
-
/**
|
|
79
|
-
* @public
|
|
80
|
-
*/
|
|
81
|
-
constructor(input: UpdateWorkloadCommandInput);
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateWorkloadCommandInput, UpdateWorkloadCommandOutput>;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private serialize;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private deserialize;
|
|
78
|
+
export declare class UpdateWorkloadCommand extends UpdateWorkloadCommand_base {
|
|
94
79
|
}
|
|
@@ -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 { ApplicationInsightsPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListApplications: (config: ApplicationInsightsPaginationConfiguration, input: ListApplicationsCommandInput, ...rest: any[]) => Paginator<ListApplicationsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { ApplicationInsightsPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListComponents: (config: ApplicationInsightsPaginationConfiguration, input: ListComponentsCommandInput, ...rest: any[]) => Paginator<ListComponentsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { ApplicationInsightsPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListConfigurationHistory: (config: ApplicationInsightsPaginationConfiguration, input: ListConfigurationHistoryCommandInput, ...rest: any[]) => Paginator<ListConfigurationHistoryCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { ApplicationInsightsPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListLogPatternSets: (config: ApplicationInsightsPaginationConfiguration, input: ListLogPatternSetsCommandInput, ...rest: any[]) => Paginator<ListLogPatternSetsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { ApplicationInsightsPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListLogPatterns: (config: ApplicationInsightsPaginationConfiguration, input: ListLogPatternsCommandInput, ...rest: any[]) => Paginator<ListLogPatternsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { ApplicationInsightsPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListProblems: (config: ApplicationInsightsPaginationConfiguration, input: ListProblemsCommandInput, ...rest: any[]) => Paginator<ListProblemsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { ApplicationInsightsPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListWorkloads: (config: ApplicationInsightsPaginationConfiguration, input: ListWorkloadsCommandInput, ...rest: any[]) => Paginator<ListWorkloadsCommandOutput>;
|
|
@@ -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
|
ApplicationInsightsClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface AddWorkloadCommandInput extends AddWorkloadRequest {}
|
|
|
17
11
|
export interface AddWorkloadCommandOutput
|
|
18
12
|
extends AddWorkloadResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const AddWorkloadCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: AddWorkloadCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
AddWorkloadCommandInput,
|
|
19
|
+
AddWorkloadCommandOutput,
|
|
20
|
+
ApplicationInsightsClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class AddWorkloadCommand extends AddWorkloadCommand_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
|
ApplicationInsightsClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface CreateApplicationCommandInput
|
|
|
21
15
|
export interface CreateApplicationCommandOutput
|
|
22
16
|
extends CreateApplicationResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const CreateApplicationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateApplicationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
CreateApplicationCommandInput,
|
|
23
|
+
CreateApplicationCommandOutput,
|
|
24
|
+
ApplicationInsightsClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateApplicationCommand extends CreateApplicationCommand_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
|
ApplicationInsightsClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface CreateComponentCommandInput extends CreateComponentRequest {}
|
|
|
20
14
|
export interface CreateComponentCommandOutput
|
|
21
15
|
extends CreateComponentResponse,
|
|
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 CreateComponentCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: CreateComponentCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
CreateComponentCommandInput,
|
|
22
|
+
CreateComponentCommandOutput,
|
|
23
|
+
ApplicationInsightsClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class CreateComponentCommand extends CreateComponentCommand_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
|
ApplicationInsightsClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface CreateLogPatternCommandInput extends CreateLogPatternRequest {}
|
|
|
20
14
|
export interface CreateLogPatternCommandOutput
|
|
21
15
|
extends CreateLogPatternResponse,
|
|
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 CreateLogPatternCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: CreateLogPatternCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
CreateLogPatternCommandInput,
|
|
22
|
+
CreateLogPatternCommandOutput,
|
|
23
|
+
ApplicationInsightsClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class CreateLogPatternCommand extends CreateLogPatternCommand_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
|
ApplicationInsightsClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface DeleteApplicationCommandInput
|
|
|
21
15
|
export interface DeleteApplicationCommandOutput
|
|
22
16
|
extends DeleteApplicationResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const DeleteApplicationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DeleteApplicationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
DeleteApplicationCommandInput,
|
|
23
|
+
DeleteApplicationCommandOutput,
|
|
24
|
+
ApplicationInsightsClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DeleteApplicationCommand extends DeleteApplicationCommand_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
|
ApplicationInsightsClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface DeleteComponentCommandInput extends DeleteComponentRequest {}
|
|
|
20
14
|
export interface DeleteComponentCommandOutput
|
|
21
15
|
extends DeleteComponentResponse,
|
|
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 DeleteComponentCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: DeleteComponentCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
DeleteComponentCommandInput,
|
|
22
|
+
DeleteComponentCommandOutput,
|
|
23
|
+
ApplicationInsightsClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class DeleteComponentCommand extends DeleteComponentCommand_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
|
ApplicationInsightsClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface DeleteLogPatternCommandInput extends DeleteLogPatternRequest {}
|
|
|
20
14
|
export interface DeleteLogPatternCommandOutput
|
|
21
15
|
extends DeleteLogPatternResponse,
|
|
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 DeleteLogPatternCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: DeleteLogPatternCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
DeleteLogPatternCommandInput,
|
|
22
|
+
DeleteLogPatternCommandOutput,
|
|
23
|
+
ApplicationInsightsClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class DeleteLogPatternCommand extends DeleteLogPatternCommand_base {}
|